#products-wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font: 12px Arial, Helvetica, sans-serif;
}
.products {
	width: 100%;
	float:left;
	margin-right: 10px;
}
.product {
	/*margin-bottom: 10px;*/
	/*height: 100px;*/
        width: 100%;
	background: #f0f0f0;
	padding: 4px;
	border: 1px solid #DDD;
	margin:-1px 0;
	/*border-radius: 5px;
	box-shadow: 2px 2px 2px #F8F8F8;*/
	
}
.product .product-thumb {
	float: left;
	height: 100px;
	width: 100px;
	margin-right: 10px;
}
.product .product-content{
	overflow:hidden;
}
.product .product-content h3 {
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	color: #707070;
	text-transform:capitalize;
}
.product .product-info {
	/*float: right;*/
	font-size: 13px;
	font-weight: bold;
	margin-top:0px;
}

.prod-sign{width:30px; float: left;margin:6px 0 0 10px !important;}
.prod-cont{width:270px; float: left;}

.shopping-cart{
	width: 100%;
	float:left;
	background: #fff;
	padding: 10px 15px;	
	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: 14px;
	margin: 0px;
	padding: 0px;
        width: 100%;
		color:#6f6f71;
		text-transform:capitalize;
}
.shopping-cart ol{
	padding: 1px 15px 0px 25px;
        /*border-bottom: 1px solid #d5d6d8;*/
        margin: 0px;
        color: #cc0000;
        
        
}
.shopping-cart .cart-itm, .view-cart .cart-itm {
    border-bottom: 1px solid #d5d6d8;
    font-family: open sans;
    font-size: 14px;
    padding: 3px;
	margin:0;
}
.shopping-cart .remove-itm, .view-cart .remove-itm{
	font-size: 14px;
	float: right;
	/*background: #D5D5D5;*/
	padding: 12px 0;
	line-height: 8px;
}
.shopping-cart .remove-itm:hover, .view-cart .remove-itm:hover{
	/*background: #C4C4C4;*/
}
.shopping-cart .remove-itm a, .view-cart .remove-itm a{
       /* background: url(../images/plus-close.png) no-repeat 0 0 ;*/
	color: #888;
	text-shadow: 1px 1px 1px #ECECEC;
	text-decoration:none;
}

.check-out-txt{
	float:right;
}

/*** view cart **/
.view-cart{
	width: 100%;
	float:left;
	background: #F0F0F0;
	padding: 10px;	
	border: 1px solid #DDD;
	border-radius: 5px;
}
.view-cart .p-price{
	float: right;
	margin-right: 10px;
	font-size: 12px;
	font-weight: bold;
}
.view-cart .product-info{width:60%;}
.add_to_cart{
    margin:1px 0;
    background: url(../images/plus-close.png) no-repeat -20px 0;
    border: none;
    height: 19px;
    width: 19px;
}
.add_to_cart:hover{
    margin:1px 0;
    background: url(../images/plus-close.png) no-repeat -20px -19px;
    border: none;
    height: 19px;
    width: 19px;
}

.submit
{ color:#cc0000; border: 1px solid #cc0000; text-align:center; margin:30px auto; display:block; width:120px; padding:16px 0; text-transform:uppercase}


