#productDetailsWrapper {
	width: 100%;
	height: auto;
}

.productDetailsImg, .productDetails  {
	float: left;
	height: auto;
	width: auto;
	border: 0px solid blue;
	overflow: auto;
}

.productDetails {
	width: 260px;
	border:0px solid green;
	margin: 0 0 0 5px;
	color: #AC610D;
	float: left;
}

.smallInfo {
	color: #AC610D;
	font-weight: bold;
}

.cartInfoWrapper {
	height: auto;
	width: auto;
	margin: 30px 0 0 0;
}

.tableheader table {
	width: 100%;
	margin: 0;
	padding: 0;
	clear: left;
	height: 70px;
}

.tableheader table th {
	height: 40px;
	text-align: left;
	font-weight: bold;
	border: none;
}

.tableheader table tr td  {
	width: 65px;
	text-align: left;
	margin: 5px 0 0 0;
	border-bottom: 1px solid #AC610D;
}

.tableheader table tr td select {
	background-color: #AC610D;
	border: none;
	color: #FFF;
}

.normal li {
	font-weight: bold;
}

.addtoCart {
	background-image:url(/resources/images/misc/add_to_cart_bg.gif); 
	background-repeat:no-repeat;
	width: 120px !important;
	color: #FFF;
	height: 23px;
	margin: 5px 0 0 0;
	padding: 0;
	background-position: center center;	
}

td.addtoCart {
	padding: 5px;
	*padding-top: 11px;
	vertical-align: top;
	text-align: right;
	
}

.addtoCart input{
	border: none;
	background-color: #AC610D;
	color:#FFF;
	height: 13px;
	margin: 0 0 0 30px;
	padding: 0;	
}



.cart {
	border-bottom: 1px solid #DBC9AB;
}
