/* Hitch.cfm styles */

/* Hitch detail with accessories */
p.automobile
{
	border-bottom: 2px solid #000;
	clear: both;
	display: block;
	font-weight: bold;
	margin-bottom: 4px;
	padding-bottom: 3px;
	font-size: 12px;
}

div.hitchdetail div.hitchleft, div.hitchdetail div.hitchright
{
	float: left;
	clear: both;
}

div.hitchdetail div.hitchright {clear: none;}
div.hitchdetail div.hitchbottom {display: block; clear:both;}

div.hitchresult, div.hitchresult2 {padding: 0 0 10px 0;}
div.hitchresult2 {border: none; border-top: 1px dashed #ddd;}

div.hitchdetail p.hitchDetailHeader, div.hitchresult p.hitchHeader, div.hitchresult2 p.hitchHeader
{
	display: block;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
	text-align: left;
}

div.hitchdetail p.hitchDetailOption, div.hitchresult p.hitchOption, div.hitchresult2 p.hitchOption {display: block; font-size: 14px; font-weight: bold; text-align: left;color:#26468B;padding: 0 0 10px 7px;}

div.hitchdetail div.photocontainer
{
	float: left;
	clear: none;
}

div.photocontainer div.photothumbs
{
	float: left;
	clear: none;
	width: 105px;
}

div.photothumbs p
{
	display: block;
	font-size: 10px;
	margin: 0;
	padding-bottom: 5px;
	text-align: center;
}

div.photothumbs div.thumbcont
{
	display: block;
	margin: auto;
	text-align: center;
	width: 105px;
	margin-bottom: 1px;
}

div.thumbcont img
{
	border: 1px solid #000000;
	cursor: pointer;
	margin: auto;
}

div.photocontainer div.mainimage
{
	float: left;
	text-align: center;
	width: 340px;
	padding-top: 40px;
}

div.mainimage p
{
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 20px 0 10px 0;
}

div.mainimage img
{
	display: block;
	margin: auto;
}

div.hitchpriceblock
{
	clear: both;
	display: block;
	float: left;
	width: 240px;
	margin: 10px 0 0 10px;
	text-align: left;
}

div.hitchpriceblock p.hitchpriceheader
{
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
}

div.hitchpriceblock p.hitchdetailprice
{
	float: left;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 8px 0;
}

div.hitchpriceblock select
{
	clear: none;
	display: block;
	float: left;
	margin: 8px 0 0 5px;
	width: 55px;
}

div.hitchpriceblock input.buynowbutton
{
	clear: none;
	display: block;
	float: left;
	padding: 2px 0 0 5px;
}

div.hitchpriceblock p.pricecompare
{
	clear: both;
	display: block;
	font-size: 12px;
	margin: 0;
	padding: 12px 0;
}

div.hitchpriceblock div.hitchdetailrank
{
	clear: both;
	display: block;
}

div.hitchdetailrank p
{
	display: block;
	font-weight: bold;
	margin: 0;
}

div.hitchdetailrank div.rating
{
	clear: none;
	float: left;
	height: 14px;
	width: 25px;
	overflow: hidden;
	position: relative;
}

div.hitchdetailrank img.on
{
	position: relative;
	top: -14px;
}

table.hitchdetails {
	border: 1px solid #000000;
	clear: left;
	float: left;
	margin: 15px 0 0 10px;
	width: 250px;
}

table.hitchdetails th
{
	background-color: #000000; 
	height: 22px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

table.hitchdetails th span.hitchdetailsUPC {font-size: 9px;}

table.hitchdetails td.leftcol
{
	font-weight: bold;
	height: 20px;
	padding: 5px;
	text-align: right;
	width: 95px;
	font-size: 12px;
}

table.hitchdetails td.rightcol
{
	font-weight: bold;
	padding: 5px;
	font-size: 12px;
}

div.hitchdetail a.instructionsheets
{
	font-weight: bold;
}

div.hitchdetail div.availaccessories
{
	display: block;
	margin: 0;
	padding-right: 5px;
	clear: both;
}

div.availaccessories img
{
	float: right;
	clear: none;
	cursor: pointer;
	padding: 5px 0 0 30px;
}

p.accessoryTitle
{
	clear: both;
}

p.accessoryTitle
{
	clear: both;
	color: #000000;
	display: block;
	font-size: 18px;
	font-weight: bold;
	padding-top: 10px;
}

div.accessoryBox
{
	border: 1px solid #000000;
	display: table;
	margin-bottom: 15px;
	padding: 8px;
	vertical-align: middle;
	width: 97%;
}

div.accessoryBox div.accessoryImage
{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 300px;
}


div.accessoryBox div.accessoryInfo
{
	clear: none;
	display: table-cell;
	padding-left: 10px;
	text-align: left;
	vertical-align: middle;
	width: 400px;
}

input.buythispackage
{
	clear: both;
	display: block;
	margin: 2px auto 10px;
}

/* Hitch search result list */
div.hitchresult div.hitchinfo, div.hitchresult2 div.hitchinfo
{
	display: block;
	clear: both;
}

div.hitchinfo div.hitchimgcont
{
	float: left;
	width: 220px;
	text-align: center;
}

div.hitchinfo div.hitchtextinfo
{
	float: left;
	clear: none;
	width: 200px;
	padding-left: 20px;
	font-size: 12px;
}

div.hitchtextinfo p {margin: 0;padding:0;}
div.hitchtextinfo a.hitchgetmoredetails {display: block;margin-top:10px;}

div.hitchresult div.hitchright, div.hitchresult2 div.hitchright
{
	float: left;
	clear: none;
}

div.hitchright div.price
{
	padding-top: 8px;
	width: 72px;
	float: left;
}

div.hitchright div.qty
{
	padding: 6px 18px 0 0;
	float: left;
	clear: none;
	
}

div.hitchright div.buynow
{
	float: left;
	clear: none;
	margin-bottom: 10px;
}

div.hitchright a.hitchbuildpackage
{
	float: left;
	clear: both;
	padding-bottom: 5px;
}


/* Hitch Search Results */

p.searchHeader
{
	display: block;
	clear: both;
}

div.searchList
{
	clear: both;
	display: block;
	padding: 0 15px;
	border: 1px solid #000000;
}

div.searchList div.searchItem
{
	clear: both;
	display: block;
	padding: 8px 0;
}

div.searchItem div.searchImage
{
	float: left;
	font-weight: bold;
	text-align: center;
	width: 200px;
}

div.searchItem div.searchDesc
{
	clear: none;
	float: left;
	text-align: left;
	width: 400px;
}

div.searchDesc p.productName
{
	display: block;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

div.prolist, div.prodetail, div.hitch
{
	display: block;
	clear: both;
}

/* Prolist */
div.inventory
{
	color: #000000;
	font-weight: bold;
	padding: 5px 0;
}

div.prolistProducta, div.prolistProductb {display: block;}

a.prolistimage
{
	float: left;
	padding: 4px;
	vertical-align: middle;
	width: 100px;
}

div.prolistProductDetail
{
	clear: none;
	float: left;
	font-size: 12px;
	padding: 4px 0;
	width: 508px;
}

div.prolistProductDetail2
{
	clear: none;
	float: left;
	font-size: 12px;
	padding: 4px 0;
	width: 590px;
}

div#search_2 div.prolistProductDetail2 {width: 562px;}

div.prolistLowestPrice
{
	clear: none;
	float: left;
	font-size: 12px;
	padding: 4px 0 4px 10px;
	width: 100px;
}

div.prolistLowestPrice p
{
	display: block;
}

div.prolistLowestPrice p span
{
	font-weight: bold;
	color: #274B92;
	font-size: 16px;
}

a.prolistProductName
{
	float: left;
	clear: both;
	font-weight: bold;
}

div.clearingdiv {clear:both;}

div.prolistcategories
{
	display: block;
	clear: both;
	background-color: #eeeeee;
	margin: 10px 0;
	padding: 6px;
}

div.prolistcategories a.prolistimages
{
	float: left;
	clear: none;
	width: 100px;
	text-align: center;
	background-color: #fff;
}

a.prolistimages
{
	display: block;
	margin: auto;
}

a.prolistlinks
{
	float: left;
	clear: none;
	font-weight: bold;
	margin-left: 15px;
	font-size: 16px;
}

div.prodetailProductInfo
{
	display: block;
	padding: 0 10px 20px 20px;
}

div.prodetailProductImage
{
	float: left;
	padding: 4px 15px 24px 0;
	width: 300px;
}

p.prodetailProductName
{
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
}

div.prodetail table
{
	clear: both;
	margin-bottom: 20px;
	width: 100%;
}

div.prodetail table th
{
	border-bottom: 1px solid #000000;
	padding: 0 3px;
	text-align: left;
}

div.prodetail table td {padding: 0 3px;}

/* Show Access page */

p.showAccessHeader, p.showAccessShipping, p.showAccessShippingOversize
{
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	padding: 0 0 10px 0;
	margin: 0;
}

p.showAccessShipping {color: #ff0000;}
p.showAccessShippingOversize {font-size: 14px;color: #ff0000;}

div.showAccessFooter
{
	display: block;
	clear: both;
}

div.showAccessFooter div.showAccessColumn
{
	width: 33%;
	float: left;
	clear: none;
	text-align: center;
}

div.showAccessColumn img {padding-top: 10px;}

div.accessoryBox
{
	border: none;
	border-bottom: 1px dashed #DDDDDD;
}

table.hitchdetails {width: 230px;}
table.hitchdetails th {background-color: #26468B;}
table.hitchdetails, table.hitchdetails tr, table.hitchdetails td {border-color: #274B92; font-size: 12px;}
p.automobile, p.accessoryTitle, p.searchHeader, div.ecommerceSearchHeader p, div.prolistCategory
{
	color: #fff;
	border: none;
	padding: 8px 0 8px 10px;
	margin-top: 5px;
	background: url(../images/h1bg.gif) top left repeat-x;
	font-weight: bold;
	font-size: 20px;
	position: relative;
	line-height: 1;
}

p.automobile {font-size: 14px; padding: 11px 0 11px 10px;}
p.accessoryTitle {margin-top: 30px;}
p.hitchDetailHeader, p.hitchHeader {padding-left: 7px;color: #26468B;}
p.searchHeader, div.ecommerceSearchHeader p {font-weight: bold; }
div.thumbcont img {border: 2px solid #DDDDDD;}
div.searchList {border: none;border-top: 1px solid #3B70A6;}
div.prodetail table td.cellb {background-color: #eeeeee;}
div.prolistProducta {background-color: #eeeeee;}
div.prolistFeaturedProduct {display: block; background-color: #FFF8AF; border-bottom: 3px solid #fff;}
p.prolistHeader
{
	font-weight: bold;
	display: block;
	clear: both;
	position: relative;
	text-align: left;
	font-size: 14px;
}

div.searchTabs {display: block;clear: both;}
div.searchTabs ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

div.searchTabs ul li
{
	overflow: hidden;
	float: left;
	clear: none;
	border: 1px solid #3B70A6;
	border-bottom: 0;
	padding: 6px 10px;
	margin: 0 0 0 5px;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}

div.searchTabs ul li.active {background-color: #3B70A6;color: #fff;font-weight: bold;}
div.searchTabs ul li:hover {background-color: #2A509B;color: #fff;}

div.findahitch {display: block; clear: both; position: relative; z-index: 8000;}
div.minifindhitch {display: block; clear: both; height: 38px; background: url('../images/minifindhitch.jpg') top left no-repeat; margin-bottom: 10px; padding: 15px;position: relative; z-index: 8000;}
div.minifindhitch select {width: 115px; float: left; clear: none; margin: 22px 6px 0 0; position: relative; font-size: 12px;}
div.minifindhitch input {float: left; clear: none; position: relative; width: 65px; margin-top: 21px;}
div.minifindhitch div.newSelect {float: left; clear: none; width: 113px; cursor: default;margin: 22px 6px 0 0; padding: 0;border: 1px solid #A5ACB2;line-height: 1;height: 18px;background: #fff url('../images/selectBox.gif') top right no-repeat;position: relative;font-family: "Helvetica Neue", Arial, Helvetica, sans-serif; font-size: 13px;}
div.minifindhitch div.newSelectH {background: #fff url('../images/selectBox-h.gif') top right no-repeat;}
