@charset "utf-8";
/* CSS Document */

#products, #review, #vheader, #intro {
	width:400px;
	margin: 0px 20px 20px 0px;
	padding:10px;
	background-color:#111;
	border:1px solid #333;
	float:left;
	font-size:small;
	overflow:hidden;	
}

.displayBoxShown{
	height:auto;
	width:400px;
	margin: 0px 20px 20px 0px;
	padding:10px;
	background-color:#111;
	border:1px solid #333;
}
.displayBoxHidden{
	height:0px;
	width:400px;
	margin: 0px;
	padding:0px;
	background-color:#000;
	border:0px solid #333;
}


#products h2, #review h2, #vheader h2 {
	position:relative;
	padding:3px 10px;
	text-align:left;
	margin:-10px -10px 10px -10px ;
	background-color:#222;
	border-bottom:1px solid #333;
	color:#fff;
	font-size:14px;	
}
#products h3, #review h3, #vheader h3 {
	margin:10px;
	border-bottom:1px solid #333;
	color:#fff;
	font-size:12px;
	line-height:14px;
}
#reviewRH ul li {
	font-size:11px;
	line-height:14px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	list-style:none;
}
#reviewRH ul ul li {
	font-size:10px;
	line-height:14px;
	font-weight:normal;
	margin:0px;
	padding:0px;
}
#reviewRH {
	display:block;
	clear:both;
}
#mainRH {
}
#cart {
	position:relative;
	margin: 0px;
	width:178px;
	padding:5px;
	background-color:#111;
	border:1px solid #333;
	float:right;
	min-height:500px;
	height:auto !important;
	height:100%;
}
#cart h2 {
	padding:5px;
	text-align:left;
	margin:-5px -5px 10px -5px;
	background-color:#222;
	border-bottom:1px solid #333;
	color:#fff;
	font-size:14px;
}
#cart h3 {
	margin:-2px -2px 3px -2px;
	padding: 1px 0px 3px 5px ;
	border-bottom:1px solid #333;
	background-color:#222;
	font-size:11px;
	cursor:pointer;
	text-indent:-5px;
	color:#FFFFFF;	
}
#cart p {
	font-size:10px;
	margin:0px;
	padding:0;
	text-align:right;
	color:#3366CC;
	cursor:pointer;
}
#cart p:hover {
	text-decoration:underline
}
#cart p.instruction {
	text-decoration:none;
	text-align:left;
}


.cartEmpty {
	cursor:auto;
	list-style:none;
	text-indent:0 !important;
	margin:3px 3px 10px 3px !important;
	border:none!important;
	background-color:#111!important;
	padding:0;
	
}

#cart ul {
	padding:0;
	margin:0;
	list-style:none;
	background-color:transparent!important;
	border:none !important;	
}
#cart ul li {
	padding:2px;
	margin:3px 3px 10px 0px !important;
	font-size:10px !important;
	color:#fff;
	font-weight:bold !important;
	text-indent:0 !important;	
}
#cart ul li ul {
	padding:0 2px;
	margin:0;
	font-size:10px;
	color:#999;
	font-weight:normal;
	border:1px solid #333;
	background-color:transparent !important;
	list-style:none;	
}
#cart ul li ul li {
	padding: 2px  2px 0 2px;
	margin:-1px;
	font-size:10px;
	font-weight:normal;
	border:none !important;
	border-bottom:1px solid #333 !important;
	text-indent:0 !important;
}

.cartVehicle, .cartVehicleSelected{
	padding:2px 2px 2px 0px ;
	margin:3px 3px 10px 0px !important;
	font-size:10px !important;
	color:#fff !important;
	font-weight:bold !important;
	background-color:#111 !important;
	border:1px solid #333 !important;
	text-indent:0 !important;	
	list-style:none;	
	text-indent:0 !important;
	margin:3px 3px 10px 3px !important;
	padding:0;
	font-size:10px;
}
.cartVehicle {	
	color:#fff!important;
	background-color:#222!important;
	border:1px solid #333!important;
}
.cartVehicle:hover {
	background-color:#321 !important;
	border:1px solid #432!important	
}
.cartVehicleSelected {
	color:#FFCC33!important;
	background-color:#210!important;
	border:1px solid #321!important;
}
.cartVehicleSelected:hover {
	background-color:#432 !important;
	border:1px solid #543!important;
}

.cartVehicle h3{color:#FFF!important; }
.cartVehicleSelected h3{color:#FFCC33!important;}

.removeItem {
	cursor:pointer;
	color:#0066CC;
	text-align:right;
	font-size:9px !important;
}
#cartTools {
	background-color:#CCCCCC;
	margin:0px;
	padding: 2px 10px;
}
#removeAll {
	cursor:pointer;
	color:#0066CC;
}
#vmenu {
	position:relative;  /*needed for footer positioning*/
	background-color:#111;
	border:1px solid #333;
	
	padding:5px 5px 40px 5px;
	margin:0;
	height:auto !important;
	height:100%;
	min-height:100%;
	width:177px !important;
	display:block;
	text-align: left;
	float:left;
	color: #ffffff;
}
#vmenu a,  #vmenu li {
	background-image:none !important;	
}
#vmenu h2{
	padding:5px;
	text-align:left;
	margin:-5px -5px 10px -5px;
	background-color:#222;
	border-bottom:1px solid #333;
	color:#fff;
	font-size:14px;
}
#vmenu_tools {
	padding:0 5px;
	text-align:center;
	margin:-10px -5px 20px -5px  ;
	background-color:#000;
	border-bottom:1px solid #333;
	color:#FFCC33;
	font-size:14px;	
}
#vmenu_tools a{
	color:#FFCC33;
}
.productBox {
	border:1px solid #333;
	margin: 10px;
	padding:10px;
	display:block;
	position:relative;
	background-color:#111;
	width:348px;
	min-height:80px;
}
.productBox h3 {
	margin:-10px -10px 10px 90px !important;
	padding:5px 10px !important;
	background-color:#222;
	border-bottom:1px solid #333;
	position:relative;
}
.productDescription {
	float:left;
	width:200px;
	background-color:#111;
	margin:5px !important;

}
.productDetails {
	position:relative;
	float:none;
	clear:both;
	display:none;
	margin:50px 10px 10px 10px  !important;
	
}
.productBoxImg {
	display:block;
	position:relative;
	float:left;
	background-color:#111;
	border:1px solid #333;
	height:100px;
	width:100px;
	margin:-11px 10px -10px -11px;
	padding:0px;
	overflow:hidden;
}
.detailsButton {
	position:absolute;
	right:5px;
	font-size:9px !important;
	color:#3366cc;
	font-weight:bold;
	text-decoration:none;

}
.addProdButton, .addSOProdButton {
	position:absolute;
	width:40px;
	bottom:3px;
	right:3px;
	font-size:9px !important;
}
#vehicle_add_form {
	display:block;
}

#vehicle_add_form_submit, #sendlink {
	font-size:9px !important;
	float:right;
}
#add_vehicle_link {
	cursor:pointer;
	color:#0066CC;
	font-size:9px;
	position:absolute;
	float:right;
	right:3px;
	line-height:14px;
	display:none;
}
.vSel:hover {
	text-decoration:underline;
}
#v_selectRH span, #v_select span {
	font-size:11px;
	font-weight:bold;
	padding: 0 0 10px 0;
	display:block;
	float:left;
}
#selectAddVehicles {
	width:150px;
	border:1px solid #000;
}
#removeVehicle {
	font-size:9px;
	display:block;
	color:#0066CC;
	cursor:pointer;
}
#removeVehicle:hover {
	text-decoration:underline;
	color:#FF0000;
}
legend {
	display:block;
	font-size:12px !important;
	line-height:12px;
	font-weight:bold !important;
	height:15px;
}
#vehicle_add_form label {
	display:block;
	font-size:10px;
	line-height:10px;
	/*padding:10px;*/
	padding:10px 10px 0px 0px;
	height:auto;
	text-align:right;
	float:left;
	width:110px;
}
#vehicle_add_form div {
	padding:1px;
	margin:5px;
}
#vehicleInfoSubmitButton {
	float:right;
	margin:10px;
}
#vehicle_add_form textarea {
	margin:0 0 0 10px;
}
#upfit_request_form p {
	display:block;
	float:none;
}
#vehicleConfigurationDesc {
	font-size:9px;
	color:#666666;
	margin:0 0 10px 10px;
}
#sendRH label {
	display:block;
	font-size:10px;
	line-height:15px;
	text-align:right;
	padding:0px 10px 0px 0px;
	height:15px;
	float:left;
	width:100px;
}
#upfit_request_form_button {
	float:right;
	margin-right:3px;
}
