body {
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
}

/* minilist module */

.minilist_table {
	width : 600px;
}

.minilist_column_1 {
	width : 100px;
}

.minilist_column_2 {
	width : 200px;
}

.minilist_column_3 {
	width : 150px;
}

.minilist_category {
	font-size: 16px;
	background-color : #bcbcbc;
}

.minilist_header {
	font-size: 10px;
	background-color : #bcbcbc;
	font-weight: bold;
}

.minilist_item_1 {
	font-size: 10px;
	background-color : #dddddd;
}

.minilist_item_2 {
	font-size: 10px;
	background-color : #eeeeee;
}

/* minicart module */

div.minicart {
	width: 230px;  
	border: 1px dotted #999999;  
	background-color: #bbbbbb;  
	padding: 0px;  
	margin: 0px;  
	float: left; 
	font-size: 10px;
}

.minicart_head {
	font-weight: bold;
	text-align: center;
}

.minicart_qty {
	text-align: center;
}

.minicart_price {
	text-align: right;
}

.minicart_subtotal_label {
	text-align: right;
	font-weight: bold;
}

.minicart_noitem {
	text-align: center;
	font-weight : bold;
}

/* largecart module */

table.largecart {
	border: 1px solid #999999;  
	background-color: #E4E4E4;  
	padding: 1px;  
	margin: 8px 10px 8px 10px;  
	font-size: 12px;
	width: 95%;
}

.largecart_head {
	font-weight: bold;
	text-align: center;
	color: #000000;
	background-image:url(../images/tableHeaderBg.gif);
	background-repeat:repeat-x;
}

.largecart_qty {
	text-align: center;
}

.largecart_dropdown {
	font-size: 10px;
}

.largecart_price {
	text-align: right;
}

.largecart_subtotal_label {
	text-align: right;
	font-weight: bold;
}

.largecart_item_1 {
	background-color : #FFFFFF;
}

.largecart_item_2 {
	background-color : #F8F8F8;
}



.largecart_noitem {
	text-align: center;
	font-weight : bold;
}

/* checkout module */
.label { padding: 0; display: block; /* needs block for NS6 */ }

.checkout_fieldset { font-size: 85%; color: #000; font-weight: bold;}
.checkout_fieldset input{ font-size: 11px; height: 15px; }

.checkout_fieldset select{ font-size: 10px; }

.checkout {
	font-size: 12px;
	float: left;
	background-color: #eeeeee;
	border: 1px dotted #999999;  
}

.checkout_fieldset_button {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #D6001C;
	background-image: url(../images/formButtonBg.gif);
    background-position: bottom;
	border-bottom: 1px solid #60131C;
	border-right: 1px solid #60131C;
	border-top: 1px solid #D4808A;
	border-left: 1px solid #D4808A;
	padding: 2px;
    cursor: default;
    text-decoration: none;
	}

.checkout_label { padding: 0px; display: block; }

#checkout_billing {padding: 4px; min-height: 350px; border: 1px solid #CCCCCC; }
#checkout_billing p { margin: 0px 0px 8px 0px; }

/* this is for fields without CR afterwards */
.checkout_nocr { float: left; }
.checkout_address { clear: left; }

#checkout_shipping {height: 350px; padding: 4px; border: 1px solid #CCCCCC; }
#checkout_sameaddress { background: #EDEDED; padding: 3px; }
.checkout_radiolabel { 
	color: #0741ab; 
	border-bottom: dotted 1px #0741ab; 
	font-size: 11px; font-weight: bold; 
	display:inline;
}

#checkout_credit { 
    padding: 4px; 
    border: 1px solid #CCCCCC; 
    float: left; 
    clear: left; 
    margin-top: 12px; 
    width: 660px;
}
#checkout_paymethod {
	float: left;
	width: 170px;
	background: #EDEDED; 
	padding: 5px;
}

#checkout_details {
	display: inline;
	float: left;
	width: 200px;
	margin-left: 20px;
}

#checkout_seccode {
	display: inline;
	float: left;
	width: 180px;
	margin-left: 20px;
}

#checkout_submit {
	display: inline;
	width: 100%;
	text-align: right;
}

.checkout_redstar {
	color: #cc2222;
	font-weight: bold;
	font-family: arial,helvetica,sans-serif;
}

input{
	margin: 1px; padding: 1px; 
	font-size: 11px;
	line-height: 11px;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
}

#checkout_frm {

 margin: 8px;
}

h3 {
	padding: 8px;
	background-image: url(../images/titleBarBg.gif);
	background-repeat: repeat-x;
	color: #000000;
	margin: 0px;
	font-size: 16px;
}

/* finalize module */
.final_bill_info {
}
.final_ship_info {
}

table.checkoutTable td.split {
	width: 50%;
	}

