@charset "utf-8";
/* CSS Document */



/* OBVIOUS INTERNET ADDITIONS */

#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;
}


#productMainImage {
	width:300px;
	float:left;
}

#productSection {
	background:#cacaca;
	width:600px;
	float:left;

	background:url(../images/product-background.jpg) top center no-repeat;

	padding: 20px 0 0 0;
}

#productSection-footer {
	background:url(../images/product-background-footer.jpg) top center no-repeat;
	height:30px;
}

.productGeneral {
	margin:0 20px
}

#productName {
	color: #fe057a;
}

#productDescription {
	line-height:1.75;
}

.itemTitle {
/*	font-family: impact, verdana;
	font-weight:normal;*/
	color: #fe057a;
	font-size:14px;

	height:40px;

	background:#f6f6f6;
}

.itemTitle a {
	color: #fe057a;
}

.itemTitle a:hover {
	color: #0397fe;
	border-bottom:2px solid #0397fe;
}

.productInner {
	margin:5px 5px;
	border:1px solid #999;
	padding:0 4px;
}

.centerBoxContentsManHome {
	margin:0 2px;
}

.centerBoxContentsManHome img {
	margin:5px 3px 0 3px;
	padding:0;
	border: 1px solid #fe057a;
}

.centerBoxContentsProductsIMG {
	height:150PX;
}

#productAttributes {
	margin-left:20px;
}

#productDetailsList {
	margin-left:20px;		
}

#createAcctDefault p {
	margin:0;
	padding:0;
}


