.accordionButton {
   cursor:pointer;
}
.title span {
   width:25%;
}
div.productimage {
   float:left;
   margin-right:10px;
   margin-bottom:10px;
}
div.productdetails {
	float:left;
    width:365px;
}
div.productcart {
border-bottom:1px solid #eee;
margin-bottom:10px;
padding-bottom:10px;
}
div.productwrapper {
	margin-bottom:5px
border-bottom:1px solid #eee;
}
div.productdetails h2{
	margin:0px !important;
}
.productprice{
	font-weight:bold;
}
.cartbutton {
font-size:14px;
font-weight:bold;
background-color:#eee;
color:#000;
}
.productwrapper tr {
	vertical-align:bottom;
}
.productwrapper table {
	text-align:right;
}
#cart-table tr td {
	border-bottom:1px solid #eee;
       padding:5px;
}
#cart-table tr {
    vertical-align:top;	

}
#cart-table th {
	text-align:left;
        border-bottom:2px solid #eee;
}
#cart-table td li {
	padding:0px;margin:0px;
}
#cart-table td ul {
	padding:0px;margin-bottom:0px;
}
input[type="text"]{
	width:200px;
        background-color:#000;
        color:#fff;      
}
#cart-table input[type="text"]{
	width:30px;
        background-color:#000;
        color:#fff;
        
}