/*
----------------------------------------------------------------
	cart
---------------------------------------------------------------- */

#cart {
	margin-top:80px;
	}

#cart table {
	margin: 0px auto 20px;
}

#cart table tr th {
	background-color: #fff;
	border-bottom: 2px solid #000059;
	font-size: 110%;
	font-weight: normal;
	text-align: left;
	padding: 10px 0;
}

#cart table tr:first-child td {
	border-top: 1px solid #000059;
	border-bottom: 1px solid #000059;
}

#cart table td {
	
	border-bottom: 1px dotted #000059;
	font-size: 110%;
	padding: 10px; }
	


#cart table .final-line {
	border: 0;
	padding: 0px 0;
}

#cart table td.empty span {
  font-weight: bold;
  display: block;
  padding: 30px 0;
}


#cart table .centered {
	text-align: center;
}

#cart table th.image {
	text-indent: 10px;
}

#cart table td.qty input {
	text-align: center;
	border-right: 1px solid #DADBC1;
	
}

#cart table td.subtotal {
	background-color: #FFF;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 20px 35px;
}



#cart .continue-shopping {
	color: #ccc;
	padding-right: 15px;
}

.checkoutButton input, .checkoutButtonLong input, .checkoutButtonLongFixed input{
	cursor:pointer;
	height: 40px;
	border: none;
	margin: 3px;
	background-color: #C7C2D3;
	font-family: 'novecento_sans_widenormal', Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#003;
	letter-spacing:3px;
	-webkit-border-radius:0;
	border-radius:0;
	text-align: center;
	background-position: 275px center;
	}

.checkoutButtonLongFixed input{width:180px;}

.checkoutButtonLong input{
	cursor:pointer;
}


/*
----------------------------------------------------------------
	cart -  details
---------------------------------------------------------------- */
#details{
	text-align: left;
	padding: 10px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	font-size:12px;
	font-family: "Trebuchet MS","Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	color: #6F6F42;
	margin-top: 20px;
}

#details table {
	margin: 0px auto 20px;
}

#details table tr th {
	background-color: #fff;
	border-bottom: 2px solid #000059;
	font-size: 110%;
	font-weight: normal;
	text-align: left;
	padding: 10px 0;
}

#details table tr:first-child td {
	border-top: 1px solid #000059;
	border-bottom: 2px solid #000059;
	padding: 12px 15px 12px 2px;
	font-weight: bold;
}

#details table td {
	font-size: 110%;
	padding: 2px 15px 2px 2px;
}
	


#details table .final-line {
	border: 0;
	padding: 20px 0;
}

#details table td.empty span {
  font-weight: bold;
  display: block;
  padding: 30px 0;
}


#details table .centered {
	text-align: center;
	width: 50px;
}

#details table th.image {
	text-indent: 10px;
	width: 60px;
}

#details table td.qty input {
	width: 20px;
	text-align: center;
	border-right: 1px solid #000059;
}

#details table td.subtotal {
	background-color: #FFF;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 20px 35px;
}



#details .continue-shopping {
	color: #ccc;
	padding-right: 15px;
}

#details .button {
	margin-left: 10px;
	color: #C5C69F;
}

.remove{
	float:right;
	height: 27px;
	width: 110px;
	text-align: left;
	padding: 5px;
}

.update{
	height: auto;
	text-align: left;
	padding: 20px;
}
div.cartButton input {
	cursor:pointer;
	width: 120px;
	height: 30px;
	border: none;
	margin-top: 10px;
	background-color: #C5C59F;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFF;
	letter-spacing:2px;
}
div.cartButton input:hover, 
div.cartButton input:focus {
	
	cursor:pointer;
	width: 120px;
	height: 30px;
	border: none !important;
	background-color: #C5C59F;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#666;
	letter-spacing:2px;
	
}
div.checkoutButton input {
cursor:pointer;
	width: 120px;
	height: 40px;
	border: none;
	margin-top: 3px;
	background-color: #C7C2D3;
	font-family: 'novecento_sans_widenormal', Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#003;
	letter-spacing:3px;
	-webkit-border-radius:0;
	border-radius:0;
	text-align: center;
	background-position: 275px center;
}
div.checkoutButton input:hover, 
div.checkoutButton input:focus {
	cursor:pointer;
	width: 120px;
	height: 40px;
	border: none;
	margin-top: 3px;
	background-color: #C7C2D3;
	font-family: 'novecento_sans_widenormal', Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#003;
	letter-spacing:3px;
	-webkit-border-radius:0;
	border-radius:0;
	text-align: center;
	background-position: 275px center;	
}

div.removeButton input {
	cursor:pointer;
	width: 120px;
	height: 40px;
	border: none;
	margin-top: 3px;
	background-color: #C7C2D3;
	font-family: 'novecento_sans_widenormal', Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#003;
	letter-spacing:3px;
	-webkit-border-radius:0;
	border-radius:0;
	text-align: center;
	background-position: 275px center;
}
div.removeButton input:hover, 
div.removeButton input:focus {
	cursor:pointer;
	width: 120px;
	height: 40px;
	border: none;
	margin-top: 3px;
	background-color: #C7C2D3;
	font-family: 'novecento_sans_widenormal', Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#003;
	letter-spacing:3px;
	-webkit-border-radius:0;
	border-radius:0;
	text-align: center;
	background-position: 275px center;
	}

/*
----------------------------------------------------------------
	cart - delivery options / affiliate code
---------------------------------------------------------------- */
.form3 label {
	color: #666;
	width: 150px;
	float: left;
	text-align: left;
	margin-right: 0.5em;
	display: block;
	padding-top: 5px;
	font-family: "Open Sans", "Century Gothic", Corbel, Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
}

.form 3 submitinput {
	width: auto;
	padding: 3px 10px;
	background: #AC0D09;
	border: 0;
	font-size: 14px;
	color: #FFF;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
.form 3 input,textarea  {
	
	width: 190px;
	height: 30px;
	border: none;
	margin-top: 3px;
	margin-left:10px;
}
	
/*
----------------------------------------------------------------
	print
---------------------------------------------------------------- */

#print {
	
	}

#print table {
	
}

#print table tr th {
	background-color: #fff;
	border-bottom: 2px solid #000059;
	font-size: 110%;
	font-weight: normal;
	text-align: left;
}

#print table tr:first-child td {
	border-top: 1px solid #000059;
	border-bottom: 1px solid #000059;
}

#print table td {
	
	border-bottom: 1px dotted #000059;
	font-size: 110%;
	padding: 10px; 
	}
	


#print table .final-line {
	border: 0;
	padding: 0px 0;
}

#print table td.empty span {
  font-weight: bold;
  display: block;
  padding: 30px 0;
  }


#print table .centered {
	text-align: center;
}

#print table th.image {
	text-indent: 10px;
}

#print table td.qty input {
	text-align: center;
	border-right: 1px solid #DADBC1;
	
}

#print table td.subtotal {
	background-color: #FFF;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 20px 35px;
}


#print .continue-shopping {
	color: #ccc;
	padding-right: 15px;
}
	
	
.cartCell{
	float:left;
	padding:10px;
	width:100px;
}

	
.cartCellTotal{
	clear:both;
	float:right;
	padding:10px;
	width:300px;
	text-align:left;
	}

.cartNote{
	clear:both;
	float:right;
	padding:10px;
	width:500px;
	text-align:left;
	}

.cartHalfLeft{
	width:45%;
	text-align:right;
	padding-right:5%;
	float:left;
	clear:both;
	}

.cartHalfRight{
	width:45%;
	text-align:left;
	padding-left:5%;
	float:right;
	bottom:2px;
	}


.cartHeadingCell
	{
	float:left;
	padding:10px;
	widht:100px;
	}
