@charset "utf-8";
/* CSS Document */

/*==========================================================================
							CART
==============================================================================*/
#floater{
	float:left;
	position:absolute;
}
#cart{
	color:#FFFFFF;
	z-index:20;
	width:368px;
	margin:0 0 30px 0;
}
#cart_header{
	float:left;
	width:358px;
	height:13px;
	background-image:url(../images/global/store/your_box.png);
	background-position:left;
	background-repeat:no-repeat;
	margin: 10px 0 10px 10px;
}
#cart_contents{
	float:left;
	width:348px;
	margin: 0 10px 10px 10px;
}
#cart_contents h3{
	font-size:14px;
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-variant:small-caps;
}
#cart_contents_qty{
	float:left;
	line-height:25px;
}
#cart_contents_products{
	padding-left:5px;
	float:left;
	line-height:25px;
}
#cart_contents_unitPrice{
	padding-left:10px;
	float:left;
	line-height:25px;
}
#cart_contents_lineTotal{
	padding-left:10px;
	float:left;
	line-height:25px;
}

#cart_totals{
	float:left;
	width:208px;
	margin: 50px 10px 20px 150px;
}
#cart_totals h2{
	margin:5px 0 0 0;
	padding:0;
	line-height:16px;
	height:16px;
	font-size:16px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
#cart_totals h3{
	margin:0;
	padding:0;
	line-height:14px;
	height:14px;
	font-size:14px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
}
#cart_totals h4{
	margin:0;
	color:#999;
	padding:0;
	line-height:12px;
	height:12px;
	font-size:12px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-variant:small-caps;
}
#cart_checkout{
	width:368px;
	text-align:center;
	padding:0 0 10px 0;
}
/*==========================================================================
							PRODUCT BOXES
==============================================================================*/
#productBox {
	background: url(../images/global/bg_square_diag_darker.gif) repeat;
	margin: 0 0 20px 0;
	padding: 0px;
	width: 376px;
	height:auto;
}
#product_image {
	background: #000000;
	margin: 10px 10px 20px 0;
	padding: 0px;
	float: right;
	height: 115px;
	width: 115px;
}
#product_text {
	margin: 0px;
	padding: 0px;
	float: right;
	height: auto;
	width: 241px;
}
#product_text h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	padding:10px 0 0 0;
	margin:0;
}
#product_text p {
	padding:10px 10px 0 0;
	margin:0;
}
#productBox_footer {
	background-image:url(../images/global/bg_square_diag.gif);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 40px;
	width: 100%;
}
#add_to_box {
	margin: 0 10px 0 0;
	padding: 0px;
	overflow:hidden;
	float: right;
	height: 16px;
	width: 104px;
}
#add_to_box a,
#add_to_box a:hover{
	background-image:url(../images/global/store/add_to_box.png);
	background-repeat:no-repeat;
	margin: 0px;
	overflow:hidden;
	padding: 16px 0px 0px 0px;
	float: right;
	height: 16px;
	width: 104px;
	text-decoration:none;	
}
#productBox_footer_price {
	margin: 0px;
	padding: 0px;
	float: right;
	text-align:right;
	width:100%;
}
#productBox_footer_price p{
	color:#FFFFFF;
	margin: 0px;
	padding: 0 13px 0 0;
	text-align:right;
}
/*==========================================================================
							BUTTONS
==============================================================================*/
/*button { 
  border:0; 
  cursor:pointer;
  font-weight:bold; 
  padding:0;
  margin:0;
  text-align:center; 
  height:16px;
  width:104px;
}
button span { 
  position:relative; 
  display:block; 
  white-space:nowrap; 
  padding:0; 
  height:16px;
  width:104px;
}*/

/*buttons*/
button.addToBoxBtn,
button.addToBoxBtn:hover { 
	cursor:pointer;
	background-image:url(../images/global/store/add_to_box.png);
	background-color:#000;
	border:0;
	height:16px;
	width:104px;
	font-size:1.3em;
	overflow:hidden;
	padding:16px 0 0 0;
}
button.addToBoxBtn span,
button.addToBoxBtn:hover span { 
	height:16px;
	width:104px;
	line-height:16px;
	background-image:url(../images/global/store/add_to_box.png);
	background-repeat:no-repeat;
	background-position:center;
	color:#fff;
}

button.checkoutBtn,
button.checkoutBtn:hover { 
	cursor:pointer;
	background-image:url(../images/global/store/proceed_to_checkout.gif);
	background-color:#000;
	border:0;
	height:17px;
	width:162px;
	font-size:1.3em;
	overflow:hidden;
	padding:16px 0 0 0;
}
button.checkoutBtn span,
button.checkoutBtn:hover span { 
	height:17px;
	width:162px;
	line-height:17px;
	background-image:url(../images/global/store/proceed_to_checkout.gif);
	background-repeat:no-repeat;
	background-position:center;
	color:#fff;
}
