/* CSS Document */
@charset "iso-8859-1";
#listings_navbar {
	width: 880px;
	margin: 0 auto;
}
#listing_container {
	box-shadow: 2px 2px 4px #CCCCCC;
	-moz-box-shadow: 2px 2px 4px #CCCCCC;
	-webkit-box-shadow: 2px 2px 4px #CCCCCC;
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#CCCCCC, offX=3, offY=3, positive=true);
	background-color: #E8E8E8;
	/* For WebKit (Safari, Google Chrome etc) */
	background: -webkit-gradient(linear, left top, left bottom, from(#E5E5E5), to(#F0F0F0));
	/* For Mozilla/Gecko (Firefox etc) */
	background: -moz-linear-gradient(top, #E5E5E5, #F0F0F0);
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5E5E5, endColorstr=#F0F0F0);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5E5E5, endColorstr=#F0F0F0)";
	zoom: 1;
	border: 1px solid #999;
	border-top: 5px solid #C00;
	padding: 10px;
	margin-top: 15px;
}
#listing_container img {
	border: solid 4px #FFF;
	box-shadow: 2px 2px 4px #999999;
	-moz-box-shadow: 2px 2px 4px #999999;
	-webkit-box-shadow: 2px 2px 4px #999999;
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#CCCCCC, offX=3, offY=3, positive=true);
}
#listing_container h3 {
	padding-top: 0;
}
#listing_container #listing_left {
	width: 250px;
	float: left;
	text-align: center;
}
#listing_container #listing_right {
	width: 610px;
	float: right;
}
#listing_container #listing_buttons {
	padding-top: 10px;
}
#listing_container #listing_bottom_container {
	margin-top: 10px;
}
#listing_container table {
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left-style: none;
	border-top-style: none;
	border-collapse: collapse;
}
#listing_container th,
#listing_container td {
	width: 16.5%;
	padding: 3px;
	text-align: center;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right-style: none;
	border-bottom-style: none;
	margin: 0;
}
#listing_container th {
	background-color: #999;
	font-weight: bold;
	color: #FFF;
}
#listing_container td {
	font-size: 11px;
}
#details_container {
	padding-top: 5px;
}
#details_container table {
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left-style: none;
	border-top-style: none;
	border-collapse: collapse;
}
#details_container th,
#details_container td {
	padding: 7px 3px;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right-style: none;
	border-bottom-style: none;
	margin: 0;
}
#details_container th {
	width: 10%;
	text-align: right;
	font-weight: normal;
	background-color: #E4E4E4;
	/* For WebKit (Safari, Google Chrome etc) */
	background: -webkit-gradient(linear, left top, left bottom, from(#D8D8D8), to(#EFEFEF));
	/* For Mozilla/Gecko (Firefox etc) */
	background: -moz-linear-gradient(top, #D8D8D8, #EFEFEF);
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#D8D8D8, endColorstr=#EFEFEF);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#D8D8D8, endColorstr=#EFEFEF)";
	zoom: 1;
}
#details_container th[scope=col] {
	width: auto;
	text-align: left;
	font-weight: bold;
	background-color: #E4E4E4;
	/* For WebKit (Safari, Google Chrome etc) */
	background: -webkit-gradient(linear, left top, left bottom, from(#B7B7B7), to(#E1E1E1));
	/* For Mozilla/Gecko (Firefox etc) */
	background: -moz-linear-gradient(top, #B7B7B7, #E1E1E1);
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B7B7B7, endColorstr=#E1E1E1);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#B7B7B7, endColorstr=#E1E1E1)";
	zoom: 1;
}
#details_container td {
	background-color: #EFEFEF;
	/* For WebKit (Safari, Google Chrome etc) */
	background: -webkit-gradient(linear, left top, left bottom, from(#E4E4E4), to(#F3F3F3));
	/* For Mozilla/Gecko (Firefox etc) */
	background: -moz-linear-gradient(top, #E4E4E4, #F3F3F3);
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E4E4E4, endColorstr=#F3F3F3);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#E4E4E4, endColorstr=#F3F3F3)";
	zoom: 1;
	text-align: left;
}
#details_left {
	float: left;
	width: 270px;
}
#details_right {
	float: right;
	width: 605px;
}
#details_left #price {
	background: #000 url(/graphics/layout/black_reflective_BG.jpg) center center no-repeat scroll;
	padding: 5px 4px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px; 
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	zoom: 1;
}
#details_description {
	line-height: 16px;
}
#details_thumbs {
	float: right;
	width: 200px;
}
.details_thumb {
	float: left;
	width: 90px;
	height: 60px;
	padding: 2px;
	margin: 0 4px 4px 0;
	background-color: #CCC;
	text-align: center;
}
#details_photos {
	float: left;
	width: 390px;
	height: 315px;
	text-align: center;
}