
.product_row {
	float: left;
	margin-bottom: 20px;
}

.product_row .top{
	float: left;
}

.product_row .col, .product_row .col_left{
	float: left;
	width: 180px;
	margin-left: 20px;
	padding: 5px 10px 0 10px;
}

.product_row .col_left{
	margin-left: 0;
}

.product_row .top .col, .product_row .top .col_left {
	width: 180px;
}

.product_row .top a {
	display: block;
	width: 180px;
	height: 180px;
	background: center center no-repeat #FFFFFF;
}

.product_row .middle {
	float: left;
	font-size: 11px;
 	color: #7c7c7c;
	background: url(/_images/bkg_products.png) top left repeat-y;
	margin: 0 0 10px 0;
} 
 
.product_row .middle .prod_title {
	font-size: 11px;
	font-weight: bold;
	margin: 10px 0 10px 0;
}

.product_row .bottom .col, .product_row .bottom .col_left {
	font-size: 12px;
	font-weight: bold;
	color: #610081;
}

a.back, a.change_settings, a.forgot, a.pay  {
	width: 202px;
	height: 22px;
	line-height: 22px;
	background:url('/_images/buttons/btn_empty.png') top left no-repeat;
	text-transform: uppercase;
	float:right;
	text-decoration: none !important;
	color: #610081 !important;
	font-weight: bold;
	text-align: center;
	margin: 0 10px 0 0;
}

/* Tables */
table.basket, table.orders {
	width: 100%;
	margin:0 0 15px 0;
}

table.basket tr th, table.orders tr th {
	padding:10px 0 10px 5px;
	text-align:left;
	background: #FFDAEE;
}

table tr td.right, table tr th.right {
	text-align: right;
}

table.basket tr td, table.basket tr th, table.orders tr td, table.orders tr th {
	text-align: center;
	vertical-align: middle;
	padding: 10px 0 10px 5px;
}

table.basket tr td.order_total, table.orders tr td.order_total {
	font-weight: bold;
}

table.basket tr.even td, table.orders tr.even td {
	background: #FFDAEE;
}

table.basket tr td.img img, table.orders tr td.img img {
	border:1px solid #CCC;
}

#content_middle {
	float: left;
	width: 683px;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	background: url(/_images/bgs/content_bottom.png) bottom left no-repeat;
	padding: 24px 16px 24px 16px;
	margin: 0 0 30px 0;
}

#gallery {
	float: left;
}

#details {
	float: right;
	width: 332px;
}

#details label, #details input.text, #details select {
	font-size: 14px;
	font-weight: bold;
	color: #610081;
	padding: 4px;
	height: 30px;
}

#details label {
	line-height: 25px;
}

#details input.text, #details select {
	border: 1px solid #cccccc;
}

#details input.text {
	height: auto;
}

#details form {
	float: left;
	margin: 24px 0 0 0;
}

#amount {
	float: left;
	width: 25px;
}

#submitAdd {
	float: left !important;
	margin: 3px 0 0 10px;
}

#icons {
	background-color: #5a5a5a;
	width: 332px;
}

#main_image {
	float: left;
	border: 1px solid #e1e1e1;
	border-bottom: none;
	background-color: #FFFFFF;
}

a.gallery {
	float: right;
	background-color: #FFFFFF;
	border: 1px dashed #d7d7d7;
	margin: 9px 9px 9px 0;
}

p.title {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #610081;
	border-left: 4px solid #c502c7;
	padding: 0 0 0 8px;
	margin: 0 0 24px 0;
}

#price {
	width: auto;
}

#delivery.hidden {
	display: none;
}

#submitAdd {
	float: right;
	border: none;
}

table tr td.right, table tr th.right {
	text-align: right;
}

#view_basket {
	display: block;
	position: absolute;
	top: 115px;
	left: 890px;
	width: 84px;
	height: 42px;
	text-decoration: none;
	padding: 1px 0 0 22px;
	color: #7c7c7c;
	line-height: 18px;
}

#total_items, #total_value {
	width: 120px;
	position: absolute;
	top: 118px;
	left: 642px;
	text-align: center;
	line-height: 18px;
}

#total_value {
	width: 110px;
	left: 775px;
}

td.quantity {
	white-space: nowrap;
}

td.quantity img {
	float: none;
}

#last_option_type {
	display: none;
}

#features {
	float: left;
	clear: both;
	width: 683px;
	padding: 0 0 50px 0;
	margin: 30px 0 20px 0;
	background: url(/_images/bgs/features_bottom.png) bottom left no-repeat;
}

#features_top {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #610081;
	width: 659px;
	padding: 20px 12px 0 12px;
	height: 30px;
	background: url(/_images/bgs/features_top.png) top left no-repeat;
	
}

#features_middle {
	font-size: 12px;
	font-weight: bold;
	width: 659px;
	padding: 10px 12px 0 12px;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
}

#features_middle_left {
	margin: 0 30px 0 0;
}

#features_middle ul {
	float: left;
	width: 314px;
}

#features_middle ul li {
	padding: 0 0 20px 20px;
	background: url(/_images/bullets/purple_dot.png) 0 2px no-repeat;
}

form.options label {
	width: 90px;
}

.black {
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}
