/**
 * stylesheet.block.checkout.css
 * Legaldownload DownloadShop block CheckOut stylesheet
 *
 * Works with: FF, IE6, IE7, Safari, Opera
 *
 * SOME RULES IF YOU EDIT THIS STYLESHEET:
 * #1		Try to keep it working for FF, IE6, IE7, Safari and Opera
 * #2		Try to use as less CSS hacks as possible! If you need to apply hacks, first try other ways of styling! The need to apply a lot of hacks is mostly caused by bad styling!
 * #3		Do not mix id's and classnames! id's should be unique names to elements, classnames to style!
 * #4		Keep things tidy
 * #5		Give the sheet a logical order
 * #6		Do not change the standard properties of items! (Like giving all divs a display : inline :S)
 */

/* BLOCK CHECKOUT */
div.checkoutBlock
{
    width                   : 235px;
	height					: 40px;

    float                   : right;
    position                : relative;
    top                     : -61px;
    right                   : 100px;
    
    _margin-bottom          : -20px;
}

div.checkoutBlock form
{
	margin					: 0px;
	padding 				: 0px;
}

div.checkoutBlock table
{
	margin 					: 0px;
	padding 				: 0px;
}
div.checkoutBlock form select
{
	font-family				: monospace;
	font-size				: 11px;
	
	height					: 18px;
	
	margin 					: 0px;
	padding					: 0px;
	
	width 					: 235px;
}

/* CURRENCYFLAGS BLOCK */
div.currencyflagsBlock
{
	margin-left				: 5px;
	_margin-left			: 15px;
}

*:first-child+html div.currencyflagsBlock
{
	margin-left				: 15px;
}

div.currencyflagsBlock select.currencies
{
	width					: 50px;
}

