/* Generic Element Definitions */
html {
	height: auto;
}
body {
	height: auto;
	background: #cccccc;
	color: #000033;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
a {
	color: #666;
	text-decoration: underline;
}
a:hover { color: #333; }

/* Global table container */
#main {
	height: auto;
	margin: 0;
	width: 100%;
	display: table;
	background: url(../siteimages/back.jpg) center top no-repeat;
}

/* Global div container */
#container {
	width: 940px;
	height: auto;
	position: relative;
	margin: auto;
	background: #FFF;
	border: solid #333333 1px;
}	


/* the topbar - links at the top of the site */
#topbar {
	width: 940px;
	height: 12px;
	line-height: 15px;
	vertical-align: middle;
	text-align: right;
}

/* the links at the top of the site */
		#topbar ul {
		float: right;
		margin: 0;
	    padding: 0;
	}
	#topbar li {
		list-style: none;
		display: block;
		width: auto;
		float: left;
	}
	#topbar a {
		text-decoration: none;
		display: block;
		padding: 0 10px 0 10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		text-transform: uppercase;
	}
	#topbar a:hover {
		background: #663333;
		color: #FFF;
	}


/* the header that contains the image and title text */
#header {
	width: 960px;
	height: 180px;
	background: #FFFFFF url(/UserControls/header.jpg) top left no-repeat;
	position: relative;
	margin: 0 0 0 -10px;
}

/* Header title text */
	#header h1 {
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 30px;
		font-weight: 100;
		letter-spacing: -1px;
		color: #FFF;
		position: absolute;
		top: 60px;
		left: 20px;
	}
#header h1 a {
	color:#FFF;
	text-decoration:none;
	
	}
/* Header title text black */
	#header h2 {
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 30px;
		font-weight: 100;
		letter-spacing: -1px;
		color: #000;
		position: absolute;
		top: 60px;
		left: 20px;
	}

/* Top half of the links in the header */
#navbar {
	position: absolute;
	bottom: 22px;
	right: 6px;
}
	#navbar ul { 
		margin: 0;
	padding: 0;
	}
	
	#navbar li {
		list-style: none;
		display: block;
		width: auto;
		float: left;
	}
	#navbar a {
		text-decoration: none;
		display: block;
		padding: 4px 10px 4px 10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: bold;
		text-transform: uppercase;
	}
	#navbar a:hover {
		background: #663333;
		color: #FFF;
	}
/* Bottom half of the links in the heade */
	#navbar2 { 
	position: absolute;
	bottom: 6px;
	right: 6px;
}

/* Bottom half of the links in the header */
	#navbar2 ul {
		margin: 0 18px 0 0 ;
	padding: 0;
	}
	
	#navbar2 li {
		list-style: none;
		display: block;
		width: auto;
		float: left;
	}
	#navbar2 a {
		text-decoration: none;
		display: block;
		padding: 4px 13px 4px 10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 9px;
		font-weight: bold;
		text-transform: uppercase;
	}
	#navbar2 a:hover {
		background: #663333;
		color: #FFF;
	}
	
	#ShareButton a { margin-left: 3px; }
	#ShareButton a:hover { background: none; }
#PromoBanner { text-align: center; }
#PromoBanner img { display: block; }

/* contains all the site contents */
#core {
    overflow: hidden;
	height: auto;
	margin-top: 5px;
	width: 940px;
}

/*  Left navigation menu - NavMenu.ascx */
#coreleft {
	width: 140px;
	height: auto;
	background: #663333;
	float: right;
	border-top: Solid black 2px;
	border-right: Solid black 1px;
	border-bottom: Solid black 2px;
	border-left: Solid black 0px;

}

/* coreleft - NavMenu.ascx */
	#coreleft ul {
	margin: 0;
	padding: 0px;


	}
	#coreleft li {
		display: block;
		height: auto;
		width: 138px;
		margin-top: -1px;
		margin-bottom: -2px;
		text-align: left;
		border-style: Solid; border-width: 1px; border-color:#000000;
	}
	#coreleft a {

		display: block;
		height: auto;
		padding-top: 3px;
		padding-bottom: 3px;
		padding-left: 10px;
		width: 128px;
		color: #FFFFFF;
		background: url(/4wheelproducts/siteimages/readmore_arrow.gif) 1% center no-repeat;
		text-decoration: none;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
	}

	#coreleft a:hover {
		background: #cccccc url(/4wheelproducts/siteimages/readmore_over.gif) 1% center no-repeat;
		color: #000;
	}
	
	#coreleft h3 {
		padding: 4px 4px 0 4px;
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 14px;
		margin: 0;
		background-color:#999999;
		color: #FFFFFF;
	}
	
	#coreleft p {
		padding: 5px;
		margin-top: 0px;
		line-height: 16px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
	}
	

/* the center part  */
#corecenter {
	width: 790px;
	margin: 0px 0px 0px 5px;
	height: auto;
	float: right;
		Border-top: solid #CCCCCC 1px;
	height:auto !important;
	min-height: 700px;
}


/* the footer */
#footer {
	clear: both;
	width: 940px;
	height: 30px;
	background: #999999;
	line-height: 30px;
	vertical-align: middle;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
	#footer p {
		color: #FFF;
		padding-right: 20px;
	}
	#footer a {
		color: #FFF;
	}

/* Hours Info */
#hours {
	width: 799px;
	float: right;
	background: #FFF;
	font-size: 12px;
	color: #000;
	text-align: center;
	padding: 10px 0px 10px 0px;
}

/* Affiliate Links */
#footlinks {
	position: relative;
	left: 1px;
	float: right;
	width: 940px;
	height: 30px;
	vertical-align: middle;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
	#footlinks p {
		color: #FFF;
		padding-right: 20px;
	}
	#footlinks a {
		text-decoration: none;
		display: block;
		padding: 4px 3px 4px 3px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 9px;
		font-weight: bold;
		height:10px;
		color: #FFF;
	}
	#footlinks a:hover {
		background: #006699;
		color: #fff;
	}
	#footlinks li {
		display: block;
		width: 20%; 
		Float:left;
	}
	#footlinks ul {
		margin: 5px;
		padding: 0px;
		overflow:hidden;
	}
a.link1:link, a.link:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
}
a.link1:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	text-decoration: underline;
}
/* Search Box and Button */
#tfSearch {
	width: 80px; 
	height: 16px; 
	border: solid 1px #000; 
	padding-top: 1px; 
	padding-bottom: 0px; 
	font-size:10px;
}
#btSearch {
	width: 55px;
	height: 18px; 
	background-color: #d1af1a; 
	border: solid 1px #000; 
	font-weight: bold; 
	font-size: 10px; 
	padding-top: 1px; 
	padding-bottom: 0px; 
	cursor: pointer;
}

/* Editable Content Area */
#CategoryControlDiv {
	padding: 0px 5px 5px 5px;
	height: auto;
}
#ProductControlDiv {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	height: auto;
}

/* contains all the minicart contents */
#minicartcontainer {
	background:#FFFFFF;
	position: absolute;
	top: 1px;
	left: 726px;
	height: 137px;
	width: 220px;
	z-index:1;
	overflow: auto;
	filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
  text-align: center;
}
#MiniCartMainTable {font-size: 11px; color: #666666;} 

#MiniCartTotalTable {font-size: 11px; color: #666666;} 

#MiniCartCheckoutTable a {
	color: #003366; font-size: 11px;
	text-decoration: underline;
}
#MiniCartCheckoutTable a:hover {
	color: #663333; font-size: 11px;
}

/* contains all content template styles */
#cat_name {
Color: #003399;
font-size: 16px;
Font-Weight: bold;
vertical-align: top;
}

#Cat_ImageDescriptionTable{ width: 100%; }
#CategoryImageSmall { font-size: 1px; }
#CategoryImageSmall img { margin: 0px -3px 0px 0px; }
#cat_description_td {
	vertical-align: top;
	text-align: left;
}
#cat_description {}
#cat_Description2 { clear: left; }
#CategoryData {
	text-align: center;
	width:100%;
	clear:both;
}
#cat_Description3 {}

/* Category Navs */
.CategoryNavigationImage { font-size:0px; }
.CategoryNavigationLink { font-weight: bold; }
.Category_Description4 { padding: 0px 0px 10px 0px; }
#CategoryNavigationTreeTable {
	width:100%;
	text-align: left;
}

/* Product Data Boxes */
.ProductDataListAccessoriesMainTable {
	text-align: left;
	border: 1px solid #006699;
	padding: 2px;
}

.ProductDataListRelatedMainTable {
text-align: left;
border-style: Solid; border-width: 1px; border-color:#D4D4D4;
padding: 2px;
width:375px;
vertical-align: top;
}
.ProductDataListRelated1MainTable, 
.ProductControlDropDownOptionBoxMainTable, 
.ProductControlSingleMainTable {
	text-align: left;
	border: 1px solid #006699;
	padding: 2px;
	width: 775px;
	vertical-align: top;
}

.product_title {
font-size: 10pt; 
color: #336699;
font-weight: bold;
display: inline;
}

.product_number {
font-size: 8pt; 
color: #000000;
display: inline;
}



/* Search.aspx */
      .srCell{
        width: 100%;
        text-align: center;
        vertical-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
        font-family: Verdana;
        font-size: 10px;
        border-bottom: solid 1px #D0D0D0;
      }
	 /*RandAd.js Banner*/
#side-banner {
	position:absolute;
	left:978px;
	top:155px;
}
/*Flash Header*/
#headerflash { margin: 0px 0px 0px 300px; }
