#products-wrapper {
	width:100%;
	height:auto;
	padding:0px;
	margin:0px 0px 0px 0px;
	
	
	
	float:right;
}

.products {
	width:300px;
	height:1%;
	float:left;
	margin-right: 10px;
}
.product {
	margin-bottom: 10px;
		width: 225px;
	height: 250px;
	background: #F0F0F0;
	padding: 10px;
	border: 1px solid #DDD;
	border-radius: 5px;
	box-shadow: 2px 2px 2px #F8F8F8;
	
}
.product .product-thumb {
	float: left;
	height: 150px;
	width: 180px;
	margin-right: 10px;
}
.product .product-content{
	
}
.product .product-content h3 {
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	color: #707070;
}
.product .product-info {
	float: right;
	font-size: 13px;
	font-weight: bold;
	margin-top:10px;
}

.shopping-cart{
	width:460px;
	float:left;
	background: #F0F0F0;
	padding: 10px;	
	border: 1px solid #DDD;

	border-radius: 5px;

}
.shopping-cart h2 {
	background: #E2E2E2;
	padding: 4px;
	font-size: 14px;
	margin: -10px -10px 5px;
	color: #707070;
}

.shopping-cart h3,.view-cart h3 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
.shopping-cart ol{
	padding: 1px 0px 0px 15px;
}
.shopping-cart .cart-itm, .view-cart .cart-itm{
	border-bottom: 1px solid #DDD;
	font-size: 11px;
	font-family: arial;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.shopping-cart .remove-itm, .view-cart .remove-itm{
	font-size: 10px;
	float: right;
	background: #D5D5D5;
	padding: 1px;
	//line-height: 4px;
	border-radius: 3px;
}
.shopping-cart .remove-itm:hover, .view-cart .remove-itm:hover{
	background: #C4C4C4;
}
.shopping-cart .remove-itm a, .view-cart .remove-itm a{
	color: #888;
	text-shadow: 1px 1px 1px #ECECEC;
	text-decoration:none;
}

.check-out-txt{
	float:right;
	font-color: black;
}

/*** view cart **/
.view-cart{
	width: 100%;
	height: auto;
	float:left;
	background: #F0F0F0;
	padding: 10px;	
	border: 1px solid #DDD;
	border-radius: 5px;
}
.view-cart h2 {
	background: #E2E2E2;
	padding: 4px;
	font-size: 18px;
	margin: -10px -10px 5px;
	color: #707070;
}

.view-cart .p-price{

	margin-right: 0px;
	font-size: 12px;
	font-weight: bold;

}
.view-cart .product-info{width:60%;}

#qty
{
padding:0px;
margin:0px;
width:100px;
height:20px;
float:left;
text-align:right;

}
#qty1
{
padding:0px;
margin:0px;
width:80px;
height:20px;
float:left;

}
#qty2
{
padding:0px;
margin:0px;
width:80px;
height:20px;
float:left;

}
#qty3
{
padding:0px;
margin:0px;
width:100px;
height:20px;
float:left;

}
.style1 {
	color: #660099;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}