/* General styles around the listing */
span.listing_readonly {
	background: white;
	color:#B6B6B6;
}
input.listing_readonly {
	color:#B6B6B6;
	border:1px solid #B6B6B6;
}
#listing {
	position: relative;
	float: left;
	clear: both;
	margin: 20px 0px 20px 0px;
	width:678px;
}
.listing_spacer {
	position: relative;
	float: left;
	clear: both;
	width: 678px;
	height: 8px;
}

/* listing.inc.html */
.listing_odd {
	background: white;
	position: relative;
	float: left;
	clear: both;
	margin: 0px 0px 15px 0px;
	padding: 0;
	width: 678px;
	height: 135px;
	border: 1px solid #D9D9D9;
}
.listing_even {
	background: white;
	position: relative;
	float: left;
	clear: both;
	margin: 0px 0px 15px 0px;
	padding: 0;
	width: 678px;
	height: 135px;
	border: 1px solid #D9D9D9;
}
.listing_left {
	position: relative;
	float: left;
	clear: none;
	width: 180px;
	height: 135px;
	overflow: hidden;
	margin:0;
	padding:0;
}
.listing_right {
	position: relative;
	float: left;
	clear: none;
	width: 290px;
	height: 135px;
	margin:0;
	padding:0;
	border-right: 1px solid #D9D9D9;
}
.listing_right2 {
	position: relative;
	float: left;
	clear: none;
	width: 188px;
	height: 135px;
	margin:0px 0px 0px 7px;
	padding:0;
}
.listing_thumb {
	position: relative;
	float: left;
	clear: none;
	display: block;
	margin: 0;
	padding: 0;
}
.listing_title {
	font-size: 14px;
	font-weight: bold;
	color: #3E5A67;
	margin-top: 22px;
	margin-left: 20px;	
}
.listing_title a {
	color: #3E5A67;
	text-decoration:underline;
}
.listing_title a:hover {
	color: #3E5A67;
	text-decoration:none;
}
.listing_model {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #3E5A67;
	margin-top: 5px;
	margin-left: 20px;	
}
.listing_description {
	font-size: 12px;
	font-weight: normal;
	color: #3E5A67;
	margin-top: 15px;
	margin-left: 20px;	
}
.listing_row {
	padding: 10px;
	text-align:right;
	border-bottom: 1px dotted #CECDCD;
	position: relative;
	float: left;
	clear: both;
	width: 170px; /*190-padding*/
}
.listing_row table {
	position: relative;
	float: right;
	clear: none;
}
.listing_row input {
	position: relative;
	float: right;
	clear: none;
}
.listing_col {
	position: relative;
	float: left;
	clear: none;
}
.listing_price {
	color: #607782;
	font-weight: normal;
	font-size: 20px;
}
.listing_price_normal {
	font-size: 12px;
	color: #3E5A67;
	font-weight: normal;
	text-decoration: line-through;
}
.listing_basket_add {
	color: #3E5A67;
}
.listing_basket_option {
	color: #3E5A67;
}
.listing_separator {
	position: relative;
	float: left;
	clear: both;
	height: 5px;
	width: 369px;
}

/* listing.inc.html -> is_basket=1 */
#listing_basket_subtotal {
	position: relative;
	float: left;
	clear: both;
	width: 678px;
	text-align: right;
	padding: 5px 0px 5px 0px;
	top: 10px;
	left: 0px;
	border-top: 1px solid #CCCCCC;
	color: #607782;
	font-weight: normal;
	font-size: 20px;	
}
#listing_basket_checkout {
	position: relative;
	float: right;
	*right: -85px;
	margin: 15px 0px 0px 00px;
	text-align: right;

}

/* listing_confirm.inc.html */
.listing_confirm_left {
	position: relative;
	float: left;
	clear: none;
	width: 100px;
	height: 75px;
	overflow: hidden;
	margin:10px 0px 0px 0px;
	padding:0;
	border:1px solid #E2E2E2;
}
.listing_confirm_right {
	position: relative;
	float: left;
	clear: none;
	width: 310px;
	height: 75px;
	margin:10px 0px 0px 0px;
	padding:0;
}
.listing_confirm_right2 {
	position: relative;
	float: left;
	clear: none;
	width: 255px;
	height: 75px;
	margin:10px 0px 0px 7px;
	top:5px;
	text-align:right;
}
.listing_confirm_thumb {
	position: relative;
	float: left;
	clear: none;
	display: block;
	margin: 0;
	padding: 0;
}
.listing_confirm_title {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	margin-top: 0;
	margin-left: 20px;	
}
.listing_confirm_title a {
	color: #666666;
	text-decoration:underline;
}
.listing_confirm_title a:hover {
	color: #666666;
	text-decoration:none;
}
.listing_confirm_model {
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	margin-top: 5px;
	margin-left: 20px;	
}
.listing_confirm_stock {
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	margin-top: 5px;
	margin-left: 20px;	
}
.listing_confirm_stock span {
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}
.listing_confirm_option {
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	margin-top: 5px;
	margin-left: 20px;	
}
.listing_confirm_row {
	padding: 10px;
	text-align:right;
	border-bottom: 1px dotted #CECDCD;
	position: relative;
	float: left;
	clear: both;
	width: 170px; /*190-padding*/
}
.listing_confirm_row table {
	position: relative;
	float: right;
	clear: none;
}
.listing_confirm_row input {
	position: relative;
	float: right;
	clear: none;
}
.listing_confirm_col {
	position: relative;
	float: left;
	clear: none;
}
.listing_price {
	color: #3E5A67;
	font-weight: normal;
	font-size: 20px;
}
.listing_confirm_price_normal {
	font-size: 12px;
	color: #3E5A67;
	font-weight: normal;
	text-decoration: line-through;
}
.listing_confirm_confirm_add {
	color: #3E5A67;
}
.listing_confirm_confirm_option {
	color: #3E5A67;
}
.listing_confirm_qty {
	width: 55px;
	color: #3E5A67;
	text-align: right;
	font-weight: bold;
}
.listing_confirm_price {
	color: #3E5A67;
	font-weight: bold;
	font-size: 12px;
}
.listing_confirm_update {
	position: relative;
	float: right;
	clear: both;
	color: #3E5A67;
	margin: 0;
}