@charset "utf-8";
/* CSS Document */


/* SHOPPING CART / ADD TO CART FOR A RESPONSIVE LAYOUT */

.product_cart_container {
	position: relative;
	display: block;
	/*max-width: 400px;*/
	margin: 0px auto 0px auto;
	line-height: 26px;
	text-align: center;

}
.product_cart_content {
	min-height: 20px;
	color: #444444;
	padding: 10px;
	border: 1px solid #EEEEEE;
	background-color: #EFEFEF;
}
.product_cart_heading {
	text-align: center;
	font-size: 19px;
	font-weight: normal;
	color: #FFF;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
	background-color: #032237;;
	padding: 6px;
	border-bottom: 1px dotted #FFF;
}
.product_cart_container form {
	margin: 0px;
	padding: 10px;
}
.product_cart_container .item_status {
	display: block;
	margin-top: 5px;
}
.product_price_chart {
	margin-top: 10px;
}
.product_price_text {
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	font-weight: bold;
	margin-right: 10px;
}
.product_price_amount {
	display: inline-block;
	vertical-align: top;
	color: #CC0000;
	font-weight:bold;
}
.product-addtocart-qty {
	margin-top: 10px;
	margin-bottom: 10px;
}
.product-addtocart-qty input.form-control, .m_price_input input.form-control {
	display: inline-block;
	width: 80px;
}

.product_price select {
	margin: 0 0 5px !important;
}

.select_qty_and_add {
	text-align: right;
	/*
	display: block;
	margin-top: 5px;
	margin-right: 5px;
	*/
}
.product_btn {
	display: inline-block;
	vertical-align: top;
	margin-left: 5px;
	margin-right: 5px;
}

.cant_ship_to_states {
	color:#FF0000;
	font-size:14px;
	font-weight:bold;
	margin-top:5px;
}
.handling_charge, .per_item_shipping, .limited_quantity {
	display: inline-block;
	vertical-align: top;
	margin-left: 5px;
	margin-right: 10px;
}


/* SHOPPING CART AND CHECKOUT STYLES */
#checkout {
	/* font-size: 18px; */
}
.eC_ShoppingCart input {
	width: 30px;
}
#checkoutsteps {
	display: block;
	overflow: auto;
	clear: both;
	width: 100%;
	background-color: #EEEEEE;
	margin-bottom: 25px;
	padding:0px;
	font-size: 15px;
	/*font-family: Verdana, Arial, Helvetica, sans-serif; */
	font-weight: bold;
}
#checkoutsteps ul {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}
#checkoutsteps ul li {
	list-style: none;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
}
#checkoutsteps ul li a, #checkoutsteps ul li a:link, #checkoutsteps ul li a:visited, #checkoutsteps ul li a:hover {
	display: block;
	float: left;
	color: #999999;
	text-decoration: none;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin: 0px;
/*
	background-image: url(../../images/layout/squares/ul_list_square_off.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
*/
}
#checkoutsteps ul li a.currentstep {
	color: #FFFFFF;
	/* background-color: #A70328; */
	/* background-image: url(../../images/layout/squares/ul_list_square_white.gif); */
	background: #ff670f; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff670f 0%, #ff670f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff670f), color-stop(100%,#ff670f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff670f 0%,#ff670f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff670f 0%,#ff670f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff670f 0%,#ff670f 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ff670f 0%,#ff670f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff670f', endColorstr='#ff670f',GradientType=0 ); /* IE6-9 */
}
.checkoutcontinuetop {
	display: block;
	text-align: right;
	padding-top: 0px;
	padding-right: 15px;
	padding-left: 5px;
	font-size: 13px;
	color: #2C3543;
	background-position: right center;
}
.checkoutcontinuebottom {
	margin-top: 20px;
	background-color: #EEEEEE;
	width: 100%;
	border-top: 1px dotted #AAAAAA;
	font-size: 13px;
	color: #333333;
	padding-top: 12px;
	padding-right: 5px;
	padding-bottom: 12px;
	padding-left: 10px;
}
.checkoutcontinuetop img, .checkoutcontinuebottom img {
	margin-top: 5px;
}
.checkoutcontinuetop a img, .checkoutcontinuebottom a img {
	border: none;
}
.checkouthelp {
	display: block;
	float: right;
	margin-left: 10px;
	margin-bottom: 20px;
	color: #323021;
	width: 225px;
	padding: 5px;
	border: 4px double #CAD0CD;
	background-color: #F9F2C8;
	margin-right: 10px;
	margin-top: 20px;
	font-size: 13px;
}
.storelinkscontainer {
	padding: 15px;
	border-top: 1px solid #DDDDDD;
	margin-top: 5px;
	text-align: center;
}
.productsoverview td {
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: 1px solid #DDDDDD;
	vertical-align: top;
}
.producttablerowlight {
	background-color: #FFFFFF;
}
.producttablerowdark {
	background-color: #EEEEEE;
}
.productname {
	/* font-size: 14px; */
}
checkbox {
	width: 15px !important;
	height: 15px !important;
	clear: none !important;
}

/* SHOPPING CART and CHECKOUT */
.billingshipping input[type=text]  {
	min-width: 200px;
}
.billingshipping td {
	vertical-align: top;
    text-align: left;
	padding-top:3px;
	padding-left:5px;
	padding-right: 5px;
}
.billingshipping td:first-child {
    text-align: right;
}​
.eC_Simple_Pacifica_Arial h1, .eC_Simple_Pacifica_Arial h2, .eC_Simple_Pacifica_Arial h3{
	color:#4870AA; /* Accent_1 */
	margin:0;
}
.eC_CheckoutFormHeader{
	/* height:2px; */
	margin:0px;
	padding-left:8px;
	padding-top:7px;
	padding-bottom:4px;
	font-weight:bold;
	background-color:#4870AA; /* Accent_1 */
	color:#FFFFFF !important;
}
.eC_Simple_Pacifica_Arial .eC_CheckoutFormBody{
	padding:10px 10px 0px 10px;
	border-bottom:solid 1px #CCD0D6; /* Neutral_Medium */
	border-right:solid 1px #CCD0D6; /* Neutral_Medium */
	border-left:solid 1px #CCD0D6; /* Neutral_Medium */
}
.eC_Simple_Pacifica_Arial .eC_CheckoutFormWrapper {
	margin-bottom:10px;
}
.ccoptions td {
	padding-left: 8px;
	padding-top: 15px;
	vertical-align: center;
}
.ccoptions td.leftcolumn {
	text-align:right;
	width:150px;
	padding-left: 0px;
}
.cardoptionsrow {
	display:block;
	width: 500px;
	margin-top:10px;
	overflow: auto;
}
.cardoptionscolumn1 {
	display:block;
	float: left;
	width: 145px;
	text-align: right;
	padding-top: 3px;
	padding-right: 8px;
}
.cardoptionscolumn2 {
	display:block;
	float: left;
}
