@charset "utf-8";
/****************/
/*  add to cart  */
/****************/

#main #content .addsmall, #main #content .addsmallover {
 /* this is a button that should look like a link */
	background-color: #000000;
	font-size:9px;
	color: #FFFF99;
	text-transform: uppercase;
	font-weight: bold;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#main #content .addsmallover {
	color:#FE6C01;
}
/****************/
/*  small cart  */
/****************/

.cartsmall {
	padding: 10px;
	border: 1px solid #FC9F2A;
}
.cartsmall h2 {
	margin:0px;
}

.cartsmall .shtable {
	margin-top: 10px;
}
.cartsmall .shtable th {
	text-align:left;
	border-bottom: #DD7A02 1px solid;
	color: #DD7A02;
}

.cartsmall .shtable td {
	color: #DD7A02;
	vertical-align:top;
}

.cartsmall .summary .shtable {
	width:200px;
	border-top: #DD7A02 1px dashed;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 150px;
}

.cartsmall .summary .shtable td, .cartbig .summary .shtable td, .summary .shtable td {
		color:#FD8C02;
		padding-top:3px;
}

.summary .shtable .eC_SummaryLabel {
	text-align: right;
	padding-right:20px;
}
.cartsmall .rightlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #DD7A02;
	background-color: #000000;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #DD7A02;
	margin-right:5px;
	margin-top:10px;
	text-align:center;
	width:300px;
}
.cartsmall .rightlink a {
	color: #DD7A02;
	text-decoration: none;
}
.cartsmall .rightlink a:hover {
	color: #6666FF;
}

/****************/
/*  big cart  */
/****************/
.cartbig {
	border: 1px solid #333333;
	padding:20px;
	margin-top: 35px;
}
.cartbig .shtable th {
	text-align:left;
	border-bottom: #DD7A02 1px solid;
	color: #DD7A02;
	padding-bottom:5px;
}
.cartbig .shtable td {
	vertical-align:top;
	padding-top:5px;
}
.cartbig .shtable .eC_ProductThumb, .eC_ProductThumb {
	padding: 1px;
	border: 1px solid #333333;
}

.cartbig .summary .shtable, .summary .shtable {
	width:200px;
	margin:10px 0px 30px 220px;
	border-top: #DD7A02 1px dashed; 
}

#thebutton.normal, #thebutton, #thebutton.mover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #DD7A02;
	background-color: #000000;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #DD7A02;
	margin-right:5px;
	margin-top:10px;
	width:80px;
	cursor: pointer; cursor: hand;
}

#thebutton.mover {
	color: #00CCFF;
	border: 1px solid #00CCFF;
}

/****************/
/*  checkout  */
/****************/

.checkoutform {
	width: 800px;
}
.checkoutform td th {
	padding-right:10px;
	text-align:right;
}
.grey {color:#666666;}
#main input, #main select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-color: #D4D0C8;
	margin: 1px;
	padding: 1px;
}

