@charset "utf-8";
/* +++++++ STYLES FOR PRODUCT PAGE +++++++++ */

#eCart1_1_Quantity_Add {
	border: 1px solid #8B9AA7;
	width: 30px;
	color:#637483;
}
.pricedisplay {
	margin-top:30px;
	font-size: 13px;
	color: #343383;
	font-weight:bold;
}
.cartinstructions {font-size:11px;}
.butout {
	filter:alpha(opacity=100);
	-moz-opacity:1;
}
.butover {
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
}

/* ++++ STYLES  FOR  SMALL  CART ++++ */
#smallcart {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	width: 170px;
	margin-top:10px;
}
#smallcart .inner {
	padding: 6px;
	background-color: #9dd1d9;
	background-image: url(../cartpix/back_small_cart.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #aabbc0;
	color:#696969;
}
#smallcart h2 {
	font-size:12px;
	background-color: #FFFFFF;
	background-image: url(../cartpix/small_cart_h2.jpg);
	background-repeat: no-repeat;
	height:21px;
	padding-top:7px;
	text-align:center;
	margin:0px;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#smallcart .inner h3 {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #FFFFFF;
	height:1px;
	margin-top:5px;
}

.eC_ShoppingCart th {  /* Small Cart Item List Table */
	font-size: 11px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #999999;
	text-align: left;
}
#smallcart .eC_ShoppingCart td {
	font-size: 11px;
	vertical-align:top;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #899DA3;
	padding-bottom:2px;
}


#smallcart .eC_OrderSummary {color: #696969;}
#smallcart .eC_OrderSummary td {
font-size: 11px; 
}
#smallcart .eC_OrderSummary th {
font-size: 11px;
text-align: left;
}
#smallcart h4 {
	background-color: #5f8f8d;
}
#smallcart h4, #smallcart h4 a {
	font-weight: bold;
	color: #ffffff;
	font-size: 11px;
	padding: 3px;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#smallcart h4:hover {
	background-color: #707f92;
}


/* ++++ STYLES  FOR  LARGE CART ++++ */
#bigcart {
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 30px;
}
#bigcart h2 {
	color: #6b8098;
	font-size:17px;
	margin-bottom:10px;
}
.cart_tools {
	background-color:#6B8098;
}

.cart_tools td {
padding: 0px;
font-size: 11px; font-weight: bold; color: #ffffff;
}
.cart_tools1 td {
	padding: 0px;
	font-size: 11px;
	font-weight: bold;
	color: #6B8098;
	border-bottom: #6B8098 2px solid;
}
.cart_tools2 td {
	padding: 0px;
	font-size: 11px;
	font-weight: bold;
	color: #6B8098;
	border-top: #6B8098 2px solid;
}

#cart_main td, #cart_main th {padding: 3px;}


#cart_main_summary {
	color:#6B8098;
}

#cart_main_summary th {
 padding-bottom: 3px; border-bottom: 1px dashed #550000;
}

#cart_main_summary td {padding: 3px 0px 3px 3px;}
/* ++++ STYLES  FOR  CHECKOUT PAGES ++++ */
#bigcart h3 {margin:5px 0px;}
#bigcart #ecart_checkout_form td {
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}
#bigcart #ecart_checkout_form input {padding: 1px 2px; border:#6B8098 1px solid; width: 200px;}
#bigcart #ecart_checkout_form .paddingbotom td {padding-bottom:15px;}
.textbluesmall {
	font-size: 11px;
	color: #516173;
	padding-left:5px;
	padding-right:5px;
}
.bluestar {
	font-size: 14px;
	color: #FF3333;
	font=weight:bold;
}
.someborder#contents {
	border: 1px solid #dddddd;
}

