/*************************************************************
 * Styles for Shopping Cart - new 
 *************************************************************/
.cart_item_box {
	border-bottom: 1px dotted #bdbfc2;
	margin-top: 13px;
	padding-top: 12px;
	padding-bottom: 12px;
	float: left;
	clear: both;
	color: #3e89a1;
	font-size: 13px;
	width: 100%;
}


.notes-popup{
    background: none repeat scroll 0 0 #F8F8F8;
    border: 2px solid #DFDFDF;
    letter-spacing: 1px;
  
    margin: 0 auto;
    position: relative;
    text-align: center;
	width:200px;

   
    left:-30px;
    display:none;
    padding:0;
	font-style:normal;
}


.notes-popup .store_price_box{
	padding-left: 0px;
    padding-right: 0px;
}
.notes-popup  td{
	font-weight:normal;
}
.notes-popup .price_table{
	margin:0;
	
}

#cart .notes-popup .table_style_list {
width:auto;
}

.itemnotes{

    cursor:pointer;
	height:15px;
	font-style:italic;
}

.itemnotes:hover .notes-popup{
    display:block;
}

.cart_item_box span{
	color: #023c5b;
	font-weight:bold;
}
.cart_item_name {
color: #023c5b;
margin-top: 0px;
padding-bottom:15px;
}
.cart_item_name a{ 
color: #023c5b;
}

.cart_item_total {
border-top: 1px  solid #023c5b;
margin-top: 11px;
padding-top: 3px;
text-align:right;
}

.cart_total {

color: #023c5b;
	font-weight:bold;
	font-size:15px;
	text-transform:uppercase;
}
.cart_footer{
	text-align: right;
float: left;
width: 100%;
margin-top: 10px;
}

.linkbutton.bluebutton{
	background-color:#3e89a1;
	text-transform:none;
	font-weight:500;
	font-size: 14px;
}




.linkbutton.greenbutton{
	background-color:#959636;
	
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight:500;	

}

.linkbutton.whitebutton{
	background-color:#fff;
	text-transform:none;
	color: #6d6e71;
	padding-top: 5px;
	font-weight:normal;
	padding-bottom: 5px;


}
.cartbuttons{

	text-align: right;
	width: 62%;
	float: left;
}
 
 /*************************************************************
 * Styles for Shopping Cart -old 
 *************************************************************/

.store_errorrow {
	background:#FF9999;;
}

.cssForm fieldset, .tableForm fieldset, .plainForm fieldset {
	border: 1px solid silver;
	margin: 5px 0px 10px 0px;
	padding: 10px 5px 5px 5px;
}

.cssForm fieldset legend, .tableForm fieldset legend, .plainForm fieldset legend {
	font-size: 1.1em;
	font-weight: bold;
	color: #3e879e; 
	margin-bottom: 5px;
}

.cssForm input {
	margin-bottom: 10px;
}

.cssForm label, .cssForm textarea, .cssForm select {
	float: left;
	margin-bottom: 10px;
}

.cssForm label.requiredField {
	border-right: 4px solid #3e879e;
	height: 1.4em;
}

.cssForm label.optionalField {
	border-right: 6px solid #ffffff;
	height: 1.2em;
}

.plainForm input {
	margin-bottom: 5px;
}

.cssForm label {
	text-align: left;
	width: 15em;
	padding-right: 10px;
}

.cssForm br {
	clear: left;
}

.cssForm .smallBtn, .tableForm .smallBtn, .plainForm .smallBtn {
	width: 8em;
}

.cssForm .smallField, .tableForm .smallField, .plainForm .smallField {
	width: 8em;
}

.cssForm .xsmallField, .tableForm .xsmallField, .plainForm .xsmallField {
	width: 4em;
}

.cssForm .wide, .plainForm .wide {
	width: 14em;
}

.cssForm .xwide, .plainForm .xwide {
	width: 20em;
}

.cssForm .xxwide, .plainForm .xxwide {
	width: 28em;
}

.cssForm .add, .plainForm .add {
	border: 1px solid #000000;
	background: #0099CC;
	color: #ffffff;
	padding: 4px;
}

.cssForm .proceed, .plainForm .proceed {
	border: 1px solid #000000;
	background: #009900;
	color: #ffffff;
	padding: 4px;
}

.cssForm textarea, .plainForm textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}

.darkBtn {
	background-color: #3e879e;
	color: #ffffff;
	padding: 3px;
}

.lightBtn {
	background-color: #BD962D;
	color: #ffffff;
	padding: 3px;
}

.requiredFieldTitle {
	border-left: 4px solid #3e879e;
	padding-left: 6px;
	margin-left: 4px;
	color: #000000;
	font-weight: bold;
}

/****************************************************
 * Special displays
 ****************************************************/
 
#cart .error {
	
	display:block;
    background-color: #bf982e;

	font-weight:normal;
    color: #fff;
	padding:3px 3%;
	
}
#cart .error h2{
	color: #fff;
	
}

 .promocode-error {
	
	display:block;
    background-color:#CC3333;
    color: #fff;
	padding: 3px 10px;
    margin-top: 10px;
}
#cart .error:before{
}

.highlight {
	color: #000000;
	padding: 5px;
	border: 1px solid #006699;
	background-color: #D6E1F5;
	display:block;
}

.highlight p {
	color: #000000;
	display: block;
}

.highlight ul {
	list-style: square;
}

.highlight2 {
	padding: 3px;
	background-color: #F4E2C2;
	display: block;
	margin: 10px 0px;
	width: 100%;
}

.showCells {
	display:block;
	background-color:#fff;
	margin-bottom: 7px;
	float:left;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	width:70%;
	padding-left: 2%;

}
.showCells tbody {
		width:100%;
}
.showCells tr {
	width:100%;
}
.showCells td {
	padding-left:0;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:10px;
	white-space:nowrap;

}

.showCells td+td {

	border-left: 1px solid #d8dfe5;
	padding-left:10px;
	font-weight:bold;
	white-space:normal;
}

.showCells td+td span{
	font-weight:normal;
}
#cart_content td+td {
	border-left:none;
	
}

.showCells tr+tr {

	border-top: 1px solid #d8dfe5;

}

.table_header td {
	padding-top:8px;
	padding-bottom:3px;
	
}
.table_header{

    border:none;
	background: #3e89a1;

	color:#fff;
	font-weight:normal;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;

	width:72%;
}
.borderfix td{
	white-space:normal;
}
.borderfix{
	
-webkit-border-radius: 0px;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius: 0px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-radius: 0px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
	
}
.showCells .detailCell {
	border: 0px;
	background: #FFF2CC;
	padding: 5px;
}



a.editLink  {
	color:#1D78A1;
	text-decoration: none;
	font-size: 12px;
}

a:hover.editLink  {
	color:#1D78A1;
	text-decoration: underline;
	font-size: 12px;
}
