@charset "utf-8";
/* CSS Document */

body {
	background: #fff url(../images/backgroundBody.jpg) repeat-x;
}


/* OBVIOUS INTERNET ADDITIONS */



/* PRODUCT INFO DISPLAY */
#productGeneral {
	background:url(../images/prodSection.png) repeat-y;
}

.productImageSection {
	width : 405px;
	float : left;
}

.productInfoSection {
	width : 250px;
	float : left;
	margin-left:5px;
	padding-left:10px;  
}

#productDetailsList {
	border : 5px solid #999;
	background :#FFF;
	padding : 10px 5px;
	color : #333;
	font-size : 120%;
	font-weight : bold;
	width : 230px;
}

.cartBK {
	background : url(../images/addtocartBK.png) no-repeat top left;
	width: 252px;
	height:45px;
	padding: 2px;  
}

.cartQTY {
	width:120px; 
	font-size:150%; 
	font-weight:bold; 
	float:left; 
	padding:12px 0 0 8px; 
	color:#fff; 
}

.buyButton {
	width:110px; 
	font-size:90%; 
	float:left; 
	padding-top: 3px;
}

.prodDetailsSection span{
	width:100px;	
}

#attribsOptionsText {
	display:none;	
}

.wrapperAttribsOptions h4 {
	border-bottom: 1px dotted #666;
	width:100%;
}

.wrapperAttribsOptions select, .attribsSelect {
	font-size:90%;	
	width:100%;
}

/* PRODUCT INFO DISPLAY */

#checkout legend{
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

#checkoutOrderHeading, #checkoutShippingHeading, #checkoutPaymentHeading {
	color:#666;
	background: #dedede;
	padding:10px 5px;
}

#checkoutShipTo, #checkoutBillTo, #discountFormdisc-ot_coupon {
	width:48%;
	float:left;
	margin-right:1%;
}

#shippingMethodBox {
	width:49%;
	float:left;
}

.checkout2, .checkout2 legend {
	background: #f1f1f1;
	border:0;	
}

.payment {
	padding: 10px 5px;
}

.paymentMargin {
	margin-top:-20px;
}

.formpadding {
	margin-bottom:10px;
	padding: 0 5px;
}

.ccinfo lablel {
	width:100px;
}

#createAcctDefault p {
	margin:0;
	padding:0;
}


