table,tr,td,th{
	border:none;
}

.xcart {
	float: left;
	background-color: #1a1a1a;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 6px;
	height: 70px;
}

.xcart.title {
	text-transform:uppercase;
	height: 20px;
}

.xpicture { width: 55px; }
.xproductName { width: 300px; }
.xquantity { width: 65px; }
.xcost { width: 85px; }
.xclear { width: 45px; }
.xtotalTitle { 
	height: 20px; 
	margin-left: 381px; 
	width: 65px; 
}
.xtotal { 
	height: 20px;
	width: 85px; 
	}
.xupdate {
	height: 20px; 
	margin-left: 458px; 
	width: 85px; 
}
.xback2shop {
	clear:left;
	height: 20px; 
	width: 150x; 
}
.xcheckout { 
	height: 20px; 
	width: 163px; 
	margin-left: 275px; 
}

table#cart{
	display:table;
	width:600px;
	border:none;
}

table#cart tr{
	border:none;	
}
	
table#cart td,table#cart th{
	border:solid;
	border-color:#000;
	border-width:1px;
	background-color:#1a1a1a;
	vertical-align:top;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:8px;
	padding-right:8px;
	margin:0px;
}

table#cart th#picture{
	text-align:center;
}

table#cart td#picture{
	text-align:center;
	padding: 10px;
}

table#cart td#picture img {
	margin: 0;
}

table#cart th#name{
	width:300px;
}

table#cart th#cost{
	width:100px;
}

table#cart td a#backToStore{
	background-color:#1a1a1a;
}

table#cart td a#checkout{
	background-color:#1a1a1a;
}

table#cart td#checkout{
	text-align:right;
}
table#cart td.vide{
	background-color:#000;
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
}

.button{
	height:20px; 
}

table#feedback, table#feedback, td{
	border:none;
}

table#feedback textarea{
	width:500px;
}

textarea.addr{
	height:100px;
	width:300px;
}

textarea.comment{
	height:70px;
	width:550px;
}