/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(/images/interface/body_background.jpg);
	font-size: 12px;
	line-height: 19px;
}
hr {
	display: none;
}
h1 {
	font-size: 15px;
	line-height: 19px;
}
h2 {
	font-size: 13px;
	line-height: 19px;
	margin-top: 15px;
}
select {
	background-color: #333333;
	border: 2px solid #cc0000;
	color: #ffffff;
	font-size: 11px;
	padding: 1px;
}
label {
	font-weight: bold;
	color: #333333;
}
.submit {
	color: #ffffff;
	background-color: #333333;
	border: none;
	cursor: pointer;
	border: 2px solid #cc0000;
}
.inner_container {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}
#top {
	width: 100%;
	height: 100px;
	background-image: url(/images/interface/topper_tile.gif);
	background-repeat: repeat-x;
}
#identity {
	float: left;
	padding-top: 15px;
}
#identity img {
	border: none;
}
#copyright {
	font-size: 11px;
	color: #555555;
	position: absolute;
	right: 10px;
	top: 5px;
}
#navigation ul {
	list-style: none;
	margin-bottom: 5px;
}
#navigation ul li {
	display: inline;
}
#navigation img {
	border: none;
}
#breadcrumbs {
	float: left;
	border-bottom: 2px dotted #333333;
	margin-left: 10px;
}
#breadcrumbs a {
	color: #000000;
	text-decoration: none;
}
#breadcrumbs a:hover {
	color: #cc0000;
}
#content {
	background-image: url(/images/interface/content_background.png);
	background-position: center;
	height: 358px;
	clear: both;
}
#intro {
	float: left;
	width: 30%;
	padding: 35px 0px 0px 25px;
}
#thumbnails {
	float: right;
	width: 50%;
	padding: 0px 0px 0px 0px;
	margin-top: 30px;
	height: 300px;
	overflow: auto;
}
#thumbnails img {
	border: none;
}
#thumbnails a {
	color: #cc0000;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #cc0000;
}
#thumbnails a:hover {
	color: #000000;
	border-bottom: 1px solid #000000;
}
#thumbnails ol {
	margin-left: 20px;
	margin-top: 0;
}
#thumbnails ol li {
	margin-bottom: 10px;
}
#details {
	width: 50%;
	float: left;
	margin-top: 25px;
}
#details a {
	color: #cc0000;
	border-bottom: 1px solid #cc0000;
	text-decoration: none;
}
#details_content {
	float: right;
	width: 67%;
	border-left: 6px solid #cc0000;
	padding-left: 7px;
}
#details_icon {
	float: left;
	width: 26%;
	text-align: center;
	padding-left: 10px;
	font-weight: bold;
	line-height: 14px;
}
#details_icon img {
	margin-bottom: 10px;
}
#details_icon .msrp {
	font-size: 11px;
}
#details_icon .price {
	font-size: 21px;
}
#image {
	background-image: url(/images/interface/image_background.gif);
	background-repeat: no-repeat;
	width: 365px;
	height: 343px;
	float: right;
	margin: 8px 7px 0 0;
	text-align: center;
	color: #ffffff;
}
#image a {
	color: #ffffff;
	text-decoration: none;
}
#image p {
 	padding-top: 4px;
	font-size: 11px;
 }
 #image img {
 	border: none;
}
#footer {
	font-size: 11px;
	color: #333333;
	line-height: 20px;
}
#footer ul {
	border-top: 2px dotted #333333;
	margin-top: 10px;
	list-style: none;
}
#footer ul li {
	display: inline;
}
#footer a {
	color: #000000;
	text-transform: lowercase;
	text-decoration: none;
}
#footer a:hover {
	color: #cc0000;
}
#footer a.active {
	color: #cc0000;
}
.hide {
	display: none;
}
.show {
	display: block;
}