#contentWrapper{
	float:left;
	width:690px;
	/*border:1px solid #999999;*/
}
#leftMenu{
	
	float:left;
	width:150px;
	/*border:1px solid #999999;*/
	margin-right:30px;
	padding-top:30px;
}
#leftMenu ul{
	list-style-type:none;
}
#leftMenu li{
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #999999;
	font-family:Garamond, Georgia, Verdana;
	font-size:18px;
	font-weight:bold;
	color:#660000;
}
#leftMenu li:hover{
	cursor:pointer;

}
.productArea{
	/*border:1px solid #999999;*/
	padding:10px;
	
}
#cart{
    margin-left:30px;
	margin-top:10px;
	margin-right:30px;
	height:auto;
	background-image:url(../inner-beauty/products/images/cart-bk.jpg);
	width:839px;
}
.cartHeading{
	color:#8FB6D1;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	margin-left:5px;
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px dotted #354682;
	height:15px;
	
}
.cartTop{
	background-image:url(../inner-beauty/products/images/cart-top.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:10px;
}
.cartBottom{
	background-image:url(../inner-beauty/products/images/cart-bottom.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:10px;
}
.productHeading{
	font-family:Garamond, Georgia, Verdana;
	width:480px;

}
.productHeading .heading{
	color:#666666;
	font-size:28px;
	padding-top:30px;
	
}
.productHeading .large{
	margin-top:20px;
	font-size:40pt;
	color:#660000;
	padding-top:10px;
}

.productHeading img{
	float:left;
	border:0px;
	margin-right:20px;
}
.productHeading.headingText{
	float:left;
	padding-left:10px;
	font-size:24px;
}
.productHeading strong {
	padding-left:10px;
	font-size:14px;
}
.productPrice{
	background-image:url(../inner-beauty/products/images/add_bk.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	font-family:"Trebuchet MS";
	font-size:12px;
	font-weight:bold;
	color:#263951;
	width:114px;
	height:150px;
	float:right;
	margin-right:-15px;
	text-align:center;
	padding-top:20px;
}
.productPrice .item_price{
	text-align:center;
	margin-top:18px;
}
.productPrice .add_in_right{
	margin-top:15px;
}
.qty{
	text-align:center;
	margin-top:22px;
	
}
input{
	display:inline;
	border: 1px solid #999999;
	background-color:#F8F3E9;
}
.simpleCart_ShelfItem{

}
.itemContainer{
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	padding:5px;
	height:15px;
	clear:both;
}
.itemContainer:hover{
	background-color:#234974;
}
.itemBottom{
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	padding-bottom:10px;
	padding-top:10px;
	margin-left:23px;
	margin-right:23px;
	margin-top:5px;
	height:43px;
	clear:both;
	border-top:1px dotted #354682;
}
.simpleCart_empty{
	float:left;
	background-image:url(../inner-beauty/products/images/cart-empty.jpg);
	background-repeat:no-repeat;
	height:25px;
	width:89px;
	margin-top:30px;
	cursor:pointer;
}
.simpleCart_checkout{
	float:right;
	background-image:url(../inner-beauty/products/images/cart-co.jpg);
	background-repeat:no-repeat;
	height:23px;
	width:88px;
	margin-top:8px;
	cursor:pointer;
	margin-top:30px;
}
.simpleCart_total{
	float:left;
	margin-left:10px;
}
.simpleCart_shippingCost{
	float:left;
	margin-left:10px;
	margin-top:7px;
}
.simpleCart_finalTotal{
	float:left;
	margin-left:10px;
	margin-top:7px;
	text-align:right;
	color:#FFCC66;
	font-size:12px;
}

.itemContainer a{
	text-decoration:none;
	color:#FF6600;
}
.itemContainer a:hover{
	text-decoration:none;
	color:#FFCC00;

}
.headingName, .headingPrice, .headingQty, .headingItemTotal{
	float:left;
}
.headingPrice, .headingQty, .headingItemTotal{
	text-align:center;
}

.itemName, .itemPrice, .itemQuantity, .itemRemove, .itemTotal,.itemdecrement, .itemincrement{
	float:left;
}
.headingPrice, .headingQty{
	text-align:center;
}
.headingName{
	text-align:left;
	margin-left:20px;
}
.headingPrice{
	margin-left:310px;
}
.headingQty{
	margin-left:76px;
}
.headingItemTotal{
	text-align:left;
	margin-left:63px;
}
.itemQuantity, .itemRemove, .itemTotal,.itemdecrement, .itemincrement{
	text-align:center;
}
.itemName{
	width:320px !important;
	text-align:left;
	padding-left:20px;
}

.itemPrice{
	width:90px;
	text-align:center;
	color:#C1EE7D;
	padding-left:35px;

}
.itemQuantity{
	padding-right:3px;
	padding-left:3px;
	width:25px;
}
.itemdecrement{
	width:10px;
	padding-left:30px;
}
.itemincrement{
	width:10px;
	padding-right:20px;
}
.itemTotal{
	width:120px;
	text-align:left;
	padding-left:30px;
	color:#C1EE7D;
}
.itemRemove{
	text-align:right;
	width:80px;
}
#showCartButton{
	text-align:right;
	cursor:pointer;
	margin-right:30px;
	width:104;
	height:26px;
	float:right;
}
#hideCartButton{
	text-align:right;
	cursor:pointer;
	margin-right:30px;
	width:104;
	height:26px;
	float:right;
}
.addedToCart {
	color: #006633;
	font-weight: bold;
	display:none;
	margin-top:10px;
	background-color:#FFCC00;
}
#ushasViewCart{
	text-align:right;
	cursor:pointer;
	margin-right:30px;
	width:104;
	height:26px;
	float:right;
}
