﻿/** Sign In **/
.returncustomer, .newcustomer {
	padding: 5px;
	margin: 0;
	width: 55%;
	height: 260px;
	text-align: center;

}
.returncustomer 
{
	float: left;
}
.returncustomer input
{
	margin:5px;
}

.returncustomer .field{
		width:100%;

	}
.returncustomer .value{
		width:100%;

	}

.newcustomer 
{
	float: right;
	
}
.pageTitle {
	font-size:1.5em;
}
.returncustomer h3, .newcustomer h3
{
	margin: 0;
	background:  #1494b3;
	color: #FFFFFF;
	font-size: 110%;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	margin-bottom: 15px;
	border:2px solid #D2D2D2;
}
.returncustomer h4, .newcustomer h4 
{
	font-weight: bold;
	margin-bottom: 5px;
}
.required {
	color: #840003 !important;
	font-weight: bold;
	font-size: 0.8em;
	margin-left: 3px;
	vertical-align: top;
}
.sectionHead {
	background: #27aad9;
	color: #FFFFFF;
	border: 2px solid #D2D2D2;
	font-size: 110%;
	font-weight: bold;
}
.odtable, .signInBox {
	border-bottom: 2px solid #D2D2D2;
	width: 100%;
	padding: 0px;
}

.odtable td {
	
	padding: 0px 6px 6px 6px !important;
}

.odtable .sectionHead {
	padding: 4px !important;
	border: 2px solid #D2D2D2;
}

.odtable table{
	width:80%;
	}

.tablepadding td
{
	padding:5px !important;
	line-height:115%;
}
.h4, .subTitle
{
	font-size:1.0em;
	font-weight:bold;
	color:#27aad9;
}

.titleSize {
	font-size: 1.5em;
	margin-bottom: 10px;
	color: #27aad9;
	padding-left:5px;
}
.griditem td {
	padding: 4px 1px;
	border:2px solid #D2D2D2;
}
.gridheader  
{
	background: #27aad9;
	color: #FFFFFF;
	border: 2px solid #D2D2D2;
	padding: 4px 1px;
	font-weight: bold;
	font-size:105%;
}
.gridheader td
{
	background: #27aad9;
	color: #FFFFFF;
	border: 2px solid #D2D2D2;
	padding: 4px 1px;
	font-weight: bold;
	font-size:90%;
}
.gridaltitem td {
	padding: 5px 2px 5px 2px;
	border:2px solid #D2D2D2;
}

/* Override Shopping Cart Bubble Class */
.shoppingcartbubble 
{
	font-size:0.77em !important;
}




/**  Checkout Container**/

.checkoutcontainer {
	/**background: url("../Images/BlueBar.png") repeat-x top left;**/
	padding: 20px 0 0 0;
	width: 606px;
}
.bluebar {
	/**margin-top: 15px;
	margin-bottom: 15px;
	height: 5px;
	width:100%;
	background: #27aad9;	
	clear: both;**/
}
.hr{}
.checkoutcontainer H2 {
	color: #27aad9;
	font-weight: bold;
	font-size: 1.0em; /* 14/12*/
	margin: 10px !important;
	clear: both;
}

.checkoutcontainer H3 {
	font-weight: bold;
	font-size: 1.08em;
	color: #333;
}

.checkoutcontainer .hr {
	height: 4px;
	background-color: #27aad9;
	margin: 25px auto 10px auto;
	border: 0 !important;
}

.checkoutcontainer .hr hr {
	display: none;
}

.formcontainer {
	padding: 0 0 0 30px;
	width: 606px;
}

.formcontainer input {
	margin: 2px 0;
}

.formcontainer label {
	color: #666;
	margin-right: 10px;
}

.formcontainer .commentsinput
{
	width:490px;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	/* for IE/Mac */
	display: inline-block;
	z-index: 1;
}

.clear {
	clear: both;
}

.third {
	float: left;
	width: 27%;
	text-align: left;
}

.thirdleft {
	float: left;
	padding-top:12px;
	width: 30%;
	text-align: left;
}

.half {
	width: 49%;
	padding:0;
	margin:0;
	margin-top:10px;
}

.twothird {
	width: 60%;
}

.onethird {
	width: 38%;
}

.left {
	float: left;
}

.right {
	float: right;
}

.third input[type=text], .third input[type=password] {
	width: 130px;
}

.forgotpassword {
	font-size: 1em;
	margin: 10px 10px 10px 10px;
}

/* Checkout General */
ul#hrcheckoutsteps {
	float:left;
	width: 592px;
	position:relative;
	height: 33px;
	background-image: url("../Images/CheckoutSteps.jpg");
	padding:0;
	margin:0;
}

#hrcheckoutsteps > li, #hrcheckoutsteps > li > a {
	float: left;
	display: block;
	height: 36px;
}

#hrcheckoutsteps li span {
	display: none;
}

#hrcheckoutsteps.os {
	background-position: 0 0;
}



#hrcheckoutsteps.yi {
	/**background-position: 0 -58px;**/
}

#hrcheckoutsteps.rs {
	/**background-position: 0 -56px;**/
}

#hrcheckoutsteps-os, #hrcheckoutsteps-os a {
	width: 180px;
}

#hrcheckoutsteps-yi, #hrcheckoutsteps-yi a {
	width: 205px;
}

#hrcheckoutsteps-rs, #hrcheckoutsteps-rs a {
	width: 205px;
}

.checkoutformtable {
	margin-top: 15px;
	border: 0;
	width: 100%;
}
.checkoutformtable td, .shippingmethodtable td {
	padding: 2px;
	font-size: 1em !important;
}
.checkoutformtable .field {
	text-align: right;
	color: #666;
}

.shippingmethodtable .field{
	text-align: right;
	color: #666;
	}
.checkoutformtable .value {
	text-align: left;
}
.checkoutformtable .value input{
	text-align: left;
	width: 70%;
}
#checkoutform-controls {
	text-align: left;
	padding-left:390px;
}

#checkoutform-controls .btnNext {
	margin-left: 20px;
	background: url("../Images/continue.gif") no-repeat;	
}

/* Shopping Cart */
.shoppingcartcontainer {
	padding: 9px 0 0 0;
	width: 100%;
	background: url("../Images/BlueBar.png") repeat-x top left;	
}

.shoppingcartdestcontainer {
	float: left;
	width: 300px;
	height: 140px;
	background-color:#e7ebeb;
	color:#000;
	padding: 10px 10px 0 10px;
	border-right:1px solid #e7e7e7;
}
/**
.bluebar {
	margin-top: 15px;
	margin-bottom: 15px;
	height: 9px;
	width:100%;
	background:  url("../Images/ShoppingCartV3.png") repeat-x top left;		
	clear: both;
}**/

.shoppingcartdestcontainer h3 {
	color: #27aad9;
	font-weight: bold;
	font-size: 0.9em;
	margin-bottom: 12px;
}

.shoppingcartdesttable {
	width: 300px;
}

.shoppingcartdesttable td {
	padding: 3px;
	vertical-align: middle;
}

.shoppingcartdesttablefield {
	text-align: right;
	color: #000;
	font-style: normal;
	font-size: 1.1em !important; /* 11 /12*/
}

.shoppingcartdesttablevalue {
	/* placeholder for VS */
}

.shoppingcartdesttableinput {
	width: 140px;
	/**margin-right: 8px;**/
}

.shoppingcartdesttableselect {
	width: 200px;
}

.shoppingcartpricecontainer {
	width: 275px;
	float: right;
	
	/** margin-left:90px;**/
}

.shoppingcartpricetable {
	
	/**float:right;
	margin-left:18px;**/
	width:90%;
	margin-bottom: 20px;
	background: url("../Images/ShoppingCartV3.png") no-repeat -120px 0;
	border:1px solid #e7e7e7;
}

.shoppingcartpricetable td {
	padding: 8px;
	text-align: right;
	font-weight: bold;
	vertical-align: middle;
}

.shoppingcartpricetablefield {
}

.shoppingcartpricetablevalue {
}

.shoppingcartpricetablepromo {
	color: #000;
}

.shoppingcartpricetableshipping {
	color: #666;
}

.shoppingcartpricetabletax {
	color: #999;
}

.shoppingcartpricetabletotal {
	color: #333;
	font-size: 1.08em; /*13/12*/
}

.shoppingcartpricetabletotal td {
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
}

.shoppingcartcontinue {
	margin-right: 20px;
}

.shoppingcartcheckout {
	margin-left: 0;
}

.shoppingcartpaypalexpress {
	margin-left:68px;
}

.shoppingcartbubble {
	float: left;
	width: 102px;
	height: 44px;
	background: url("<%=WebResource("OrderDynamics.Websites.Resources.ShoppingCartV3.png")%>") no-repeat 0 0;
	padding: 3px 15px 3px 4px;
	font-size: 0.80em; /* 10 /12*/
	font-weight: normal;
	overflow: hidden;
	text-align: left;
	margin-top: -20px;
	line-height: 1;
}

.shoppingcartpricetableshipping .shoppingcartpricetablevalue {
	padding-top: 20px;
}

.shoppingcart {
	width: 98%;
}

.shoppingcart td {
	vertical-align: top;
	padding: 8px 8px 2px 8px;
	border-bottom: 1px dotted #ccc;
	height: auto;
}

.shoppingcart p, .shoppingcart div, .shoppingcart span, .shoppingcart a {
	font-size: 0.91em; /* 11/12*/
}

.shoppingcartitem {
}

.shoppingcartaltitem {
}

.shoppingcartitem div.img {
	margin: 0;
	border: 1px solid #fff;
}

.shoppingcart .selected div.img {
	border: 1px solid #ccc;
}

.shoppingcartqtycol {
	width: 20px;
	text-align: center;
}

.shoppingcartprodcol {
}

.shoppingcartpricecol {
	text-align: right;
}

.shoppingcartqty {
	width: 25px !important;
	text-align: center;
}

.shoppingcartqty.readonly {
	background: #eee;
}

.shoppingcartproduct {
	font-weight: bold;
	font-size: 1.1em !important; /* 14px / 11px  */
}

.shoppingcartsubtotal {
	color: #333;
	font-weight: bold;
}

.shoppingcartcontrols {
	margin-top: 5px;
	display: block;
}

.shoppingcartcontrols input {
	margin-bottom: 5px;
}

.shoppingcart .selected {
	background: #fff3ea;
}

.shoppingcart .bonus {
	color: Red !important;
}

ul.shoppingcartitemlist {
	font-weight: bold;
}

.shoppingcartitemlist li {
	background: url("<%=WebResource("OrderDynamics.Websites.Resources.BundleIndent.png")%>") no-repeat bottom left;
	padding-left: 30px;
	margin-bottom: 5px;
	vertical-align: middle;
}

.shoppingcartitemlist span {
	color: #666;
}

.shoppingcartitemlist a:link, .shoppingcartitemlist a:visited {
	text-decoration: underline;
	color: #333;
}

.shoppingcartitemlist a:hover, .shoppingcartitemlist a:focus {
	color: #ff6600;
}

.shoppingcartcontinueempty {
	float: right;
	padding-right:20px;
}

.shoppingcarterror {
	padding: 10px;
	display: block;
	font-weight: bold;
	clear: both;
	color: #000;
	text-align: center;
	font-size: 1.2em !important;
	border: 1px solid #eee;
	background: #fff;
	margin: 10px 0;
}
/* End Shopping Cart */


.valerr {
	border: 1px solid red !important;
	background: #ffd3d3 !important;
}

.confirminfocontainer {
}

.confirmcart {
	width: 95%;
	border-bottom: 1px dotted #000;
	
	margin-bottom: 15px;
	margin-left:55px;
	margin-top:20px;
}
.confirmcartheader{
	 font-weight:bold;
	 font-size:105%;
}
.confirmcart td {
	vertical-align: top;
	padding: 8px 8px 4px 8px;
	border-bottom: 1px dotted #ccc;
}

.confirmcartheader td {
	font-weight: bold;
	border-bottom: 0 !important;
}

.confirmcartqtycol {
	text-align: center;
}

.confirmcartpricecol {
	text-align: right;
}

.personalizationcol {
	font-size: 0.91em !important;
}

.callout div, .callout td {
	border: solid 1px #ccc;
	background-color: #f0f9ff;
	
}

