/*-------------------------Brand List ------------------------*/
/*----------------------------------------------------------------*/
#div_brandList {
	float: left;
	display: block;
	margin-left: 92px;
	background-color: #e5e5e5;
	width: 284px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.brandList {
	display: inline-table;
	list-style-type: none;
	background-color: #e5e5e5;
	border-bottom: 1px solid #FFF;
}

.brandList li {
	float: left;
	width: 112px;
	display: block;
	border-top: 1px solid #FFF;
	padding: 2px 15px;
}

.brandList li a {
	font-size: 13px;
	text-decoration: none;
	text-transform: uppercase;
	color: #666;
	display: block;
}

.brandList li a:hover {
	text-decoration: underline;
	color: #bb0027;
}
/*-------------------------Wheels List------------------------*/
/*----------------------------------------------------------------*/
#div_wheelList {
	float: left;
	display: block;
	margin-left: 95px;
	width: 850px;
}

.wheelList {
	list-style-type: none;
}

.wheelList li {
	float: left;
	width: 140px;
	border-left: 1px solid #FFF;
}

.wheelList li a:hover .wheel_name {
	text-decoration: underline;
}

.wheel_corner {
	background-image: url(../images/corner_2.png);
	background-repeat: no-repeat;
	width: 17px;
	height: 17px;
	display: block;
	z-index: 10px;
	float: left;
	position: absolute;
}

.wheel_photo {
	float: left;
	overflow: hidden;
	width: 130px;
	height: 150px;
	display: block;
}

.wheel_name {
	float: left;
	background-image: url(../images/redbg.gif);
	display: block;
	width: 130px;
	height: 20px;
	padding: 10px 0;
	text-decoration: none;
	text-align: center;
	color: #FFF;
	font-size: 20px;
}

/*-------------------------Wheels Product------------------------*/
/*----------------------------------------------------------------*/
#content_bg {
	position: absolute;
}

#large_wheel_photo {
	left: 45px;
	position: absolute;
}

#wheel_detail_area {
	right: 0;
	color: #FFF;
	position: absolute;
	width: 255px;
	height: 310px;
	background-color: #04060b;
	padding: 15px;
}

#wheel_title {
	float: left;
	margin-top: 10px;
	font-size: 60px;
	line-height: 55px;
	height: 55px;
}

#wheel_desc {
	float: left;
	max-height: 110px;
	width: 255px;
	font-size: 13px;
	line-height: 18px;
}

#wheel_thumbnails {
	float: left;
}

.wheel_thumb {
	border: 1px solid #666;
}

a:hover .wheel_thumb {
	border: 1px solid #FFF;
}

a .wheel_thumb.selected {
	border: 1px solid #FFF;
}

#wheel_other {
	float: left;
}

a.dl_btn {
	display: block;
	float: left;
	background-image: url(../images/btn_arrow.png);
	background-repeat: no-repeat;
	padding-left: 15px;
	font-size: 13px;
	line-height: 18px;
	background-position: 0 4px;
	text-decoration: none;
	color: #FFF;
}

a:hover.dl_btn {
	text-decoration: underline;
}

/*-------------------------Product Filter------------------------*/
/*----------------------------------------------------------------*/
#div_productFilter {
	float: left;
	display: block;
	margin-left: 92px;
	background-color: #e5e5e5;
	width: 254px;
	height: 170px;
	padding: 10px 15px;
}

.filterName {
	clear: both;
	float: left;
	width: 70px;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 20px;
	margin-bottom: 10px;
}

.filterList select {
	background: transparent;
	width: 200px;
	font-size: 13px;
	line-height: 1;
	border: 0;
	border-radius: 0;
	height: 20px;
	-webkit-appearance: none;
	color: #666;
}

.filterList {
	float: left;
	width: 180px;
	height: 20px;
	overflow: hidden;
	background: url(../images/arrow_down.gif) no-repeat right #d9d9d9;
	border: 1px solid #FFF;
	border-bottom: 2px ridge #FFF;
}

.filterList option {
	color: #666;
	font-size: 13px;
	height: 16px;
	padding: 2px;
}

/*-------------------------   Gallery   ------------------------*/
/*----------------------------------------------------------------*/
#div_gallery {
	float: left;
	display: block;
	margin-left: 3px;
	width: 568px;
}

#galleryHeader {
	width: 538px;
	background-image: url(../images/redbg.gif);
	height: 20px;
	padding: 10px 15px;
	color: #FFF;
	font-size: 20px;
	font-weight: 700;
}

#galleryHeader a {
	color: #FFF;
	text-decoration: none;
}

#galleryHeader a:hover {
	text-decoration: underline;
}

#galleryPhoto {
	width: 538px;
	padding: 15px;
	background-color: #000000;
	min-height: 120px;
}

#galleryPhoto a {
	display: block;
	float: left;
	margin: 3px 1px 3px 1px;
	border: 1px solid #000;
}

#galleryPhoto a.selected {
	border: 1px solid #FFF;
}

#galleryPhoto a:hover {
	border: 1px solid #FFF;
}