/* General styles around the listing */
.listing_readonly {
	background: white;
}
#listing_heading {
	position: relative;
	float: left;
	clear: both;
	margin: 0px 0px 24px 0px;
	font-weight: bold;
	font-size: 16px;
	width: 510px; /*528 - padding-18*/
	height: 32px;
	color: white;
	overflow:hidden;
	padding: 5px 0px 0px 18px;
	font-family: Arial;
	background: url(../../images/listing_heading.jpg) repeat-x top left;
}
#listing_heading_hotdeals {
	position: relative;
	float: left;
	clear: both;
	margin: 15px 0px 24px 0px;
	font-weight: bold;
	font-size: 16px;
	width: 510px; /*528 - padding-18*/
	height: 32px;
	color: white;
	overflow:hidden;
	padding: 5px 0px 0px 18px;
	font-family: Arial;
	background: url(../../images/listing_heading_hotdeals.jpg) repeat-x top left;
}
#listing {
	position: relative;
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
}
/* Listing in default format */
.listing_spacer {
	position: relative;
	float: left;
	clear: both;
	width: 520px;
	height: 15px;
	margin-left: 8px;
	margin-bottom: 15px;
	border-bottom: 1px solid #E0E0E0;
}
.listing_odd {
	background: white;
	position: relative;
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	width: 528px;
}
.listing_even {
	background: white;
	position: relative;
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	width: 528px;
}
.listing_left {
	position: relative;
	float: left;
	clear: none;
	width: 130px;
	height: auto;
	max-height: 130px;
	border: 5px solid #E3E3E3;
	overflow: hidden;
	margin:0;
	padding:0;
	left: 10px;
}
.listing_right {
	position: relative;
	float: left;
	clear: none;
	width: 291px;
	margin:10px 0px 0px 33px;
	padding:0;
	/*border-bottom:1px dotted #333;*/
}
/*.listing_thumb {
	position: relative;
	float: left;
	clear: none;
	border: 1px solid #C7CCCF;
	display: block;
	margin: 5px;
}*/
.listing_title {
	font-size: 14px;
	font-weight: bold;
	color: #006993;
}
.listing_title a {
	color: #006993;
	text-decoration:none;
}
.listing_title a:hover {
	color: #006993;
	text-decoration:none;
}
.listing_row {
	font-size:11px;
	font-weight: normal;
	margin: 5px auto 5px auto;
}
.listing_col {
	position: relative;
	float: left;
	clear: none;
}
.listing_price {
	color: #FE7403;
	font-weight: normal;
	font-size: 22px;
	margin: 0;
}
.listing_price_normal {
	color: #006993;
	font-weight: normal;
	text-decoration: line-through;
	font-size: 12px;
}
.listing_basket_add {
	color: #006993;
	width: 120px;
	position: relative;
	float:left;
	clear: none;
}
.listing_basket_option {
	position: relative;
	float: left;
	clear: both;
	color: #006993;
	width: 155px;
}
.listing_basket_add input {
	position: relative;
	float: right;
	clear: none;
}
.listing_separator {
	position: relative;
	float: left;
	clear: both;
	height: 5px;
	width: 291px;
	/*border-bottom: 1px dotted #333333*/;
	margin-bottom: 5px;
}
/* if is_basket */
.listing_basket_qty {
	position: relative;
	float: right;
	clear: none;
	width: 55px;
	color: #006993;
	text-align: right;
	font-weight: bold;
}
.listing_basket_price {
	position: relative;
	float: right;
	clear: none;
	color: #006993;
	width: 105px;
	text-align: right;
	font-weight: bold;
	font-size: 12px;
}
.listing_basket_update {
	position: relative;
	float: right;
	clear: both;
	color: #006993;
	margin: 0;
}
#listing_basket_subtotal {
	position: relative;
	float: left;
	clear: both;
	width: 528px;
	text-align: right;
	padding: 5px 0px 5px 0px;
	margin: 0;
	top: 10px;
	border-top: 1px solid #E0E0E0;
	font-size: 14px;
	font-weight: bold;
	color: #006993;
}

#listing_basket_checkout {
	position: relative;
	float: right;
	clear: both;
	*right: -80px;
	margin: 15px 0px 0px 0px;
	text-align: right;
}

/* the following styles are for compact listing */
.compact_listing_spacer {
	position: relative;
	float: left;
	clear: both;
	width: 528px;
	height: 24px;
	margin:24px 0px 0px 0px;
	border-top: 1px solid #E0E0E0;
}
.compact_listing_odd {
	background: white;
	position: relative;
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	width: 528px;
	height: 75px;
}
.compact_listing_even {
	background: white;
	position: relative;
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	width: 528px;
	height: 75px;
}
.compact_listing_left {
	position: relative;
	float: left;
	clear: none;
	width: 50px;
	height: 50px;
	border: 1px solid #E3E3E3;	
	overflow: hidden;
	margin:0;
	padding:0;
}
.compact_listing_right {
	position: relative;
	float: left;
	clear: none;
	width: 270px;
	height: 70px;
	margin:0;
	padding:0;
}
.compact_listing_right_int {
	position: relative;
	float: left;
	clear: none;
	height: 70px;
	width: 188px;
	text-align: right;
	margin:0;
	padding:0;
}
.compact_listing_thumb {
	position: relative;
	float: left;
	clear: none;
	border: 1px solid #C7CCCF;
	display: block;
	margin: 5px;
	height: 70px;
}
.compact_listing_title {
	font-size: 14px;
	font-weight: bold;
	color: #006993;
	margin-left: 8px;
}
.compact_listing_title a {
	color: #006993;
	text-decoration:none;
}
.compact_listing_title a:hover {
	color: #006993;
	text-decoration:none;
}
.compact_listing_row {
	color: #333;
	margin: 2px 2px 2px 10px;
}
.compact_listing_price {
	position: relative;
	float: right;
	clear: none;
	color: #006993;
	font-weight: bold;
	font-size: 12px;
	margin: 5px;
	width: 105px;
}
.compact_listing_qty {
	position: relative;
	float: right;
	clear: none;
	color: #006993;
	font-weight: bold;
	font-size: 12px;
	width: 55px;
}
.compact_listing_price_normal {
	color: #006993;
	font-weight: normal;
	text-decoration: line-through;
	font-size: 12px;
}
.compact_listing_basket_add {
	position: relative;
	float: right;
	clear: both;
	color: #006993;
	margin: 0;
	top: -15px;
	*left: -30px;
	width: 150px;
}
.compact_listing_basket_add input {
	position: relative;
	float: right;
	clear: none;
}
/* if is_basket */
.compact_listing_basket_right {
	position: relative;
	float: left;
	clear: none;
	height: 70px;
	width: 188px;
	text-align: right;
	margin:0;
	padding:0;
}
.compact_listing_basket_qty {
	position: relative;
	float: right;
	clear: none;
	width: 55px;
	color: #006993;
	text-align: right;
	font-weight: bold;
}
.compact_listing_basket_price {
	position: relative;
	float: right;
	clear: none;
	color: #006993;
	width: 105px;
	text-align: right;
	font-weight: bold;
	font-size: 12px;
	top: 3px;
	right: 3px;
}
.compact_listing_basket_update {
	position: relative;
	float: right;
	clear: both;
	color: #006993;
	margin: 3px 0px 0px 0px;
}
.compact_listing_basket_option {
	position: relative;
	float: right;
	clear: both;
	color: #006993;
	margin: 3px 0px 0px 0px;
	right: -1px;
}
#compact_listing_basket_subtotal {
	position: relative;
	float: left;
	clear: both;
	width: 528px;
	text-align: right;
	padding: 5px 0px 5px 0px;
	top: 10px;
	left: 5px;
	border-top: 1px solid #E0E0E0;
	font-size: 14px;
	font-weight: bold;
	color: #006993;
}
#compact_listing_basket_checkout {
	position: relative;
	float: right;
	clear: both;
	top: 10px;
	text-align: right;
	width: 528px;	
	margin: 5px 10px 5px 0px;
}