* {

}
html,body {
	height: auto;
	background: #cccccc;
	color: #000033;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 0 0 0;
}


/* hyperlinks */
a {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #333333;
}



/* centers the page */
#container {
	width: 940px;
	height: auto;
	margin: 0 auto 0 auto;
	background: #FFF;
	border: solid #333333 1px;
											position: relative;
}	


/* 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 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;
}

/* Top half of the links in the header */
	#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;
	}
/* contains all the site contents */
#core {
	width: 940px;
	height: auto;
	margin-top: 5px;


}
#core ul {

}

/* coreleft - NavMenu.ascx */
#coreleft {
	width: 140px;
	height: auto;
	background: #663333;
	float: left;
	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: left;
		Border-top: solid #CCCCCC 1px;
}


/* 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;
	}


#footlinks {
	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 {
		color: #FFF;
	}


/* 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;
}






#hours {
background: #5C0004;
font-size: 12px; 
color: #d1af1a;
text-align: center;
}





/* Dynamic Page Control Styles  */


#CategoryControlDiv {
background: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
text-decoration: none;
padding-left:2px;
padding-right:5px;
padding-bottom:5px;
height: auto;
}
#CategoryControl {
background: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
text-decoration: none;
padding-left:2px;
padding-right:5px;
padding-bottom:5px;
height: auto;
}
#ProductControlDiv {
background: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
text-decoration: none;
padding-left:2px;
padding-right:5px;
padding-bottom:5px;
height: auto;
}
#ProductControl {
background: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
text-decoration: none;
padding-left:2px;
padding-right:5px;
padding-bottom:5px;
height: auto;
}
#CategoryControl a:link{
	color: #003399;
}
#ProductControl a:link{
	color: #003399;
}
#CategoryControl a:hover{
	color: #003399;
}
#ProductControl a:hover{
	color: #003399;
}
#CategoryControl a:visited{
	color: #009;
}
#ProductControl a:visited{
	color: #009;
}


/* contains all content template styles */


#cat_name {
Color: #003399;
font-size: 16px;
Font-Weight: bold;
vertical-align: top;
}

#Cat_ImageDescriptionTable{
width: 782px;
}

#CategoryImageSmall {}

#CategoryImageSmall img {
Border-Color: #FFFFFF;
Border-Width: 2px;
}

#cat_description {
text-align: left;
padding: 0px 0px 0px 5px;
}

#cat_Description2 {
padding: 0px 0px 5px 0px;
clear:left;
}

#CategoryData {
text-align: center;
width:100%;
}

#Category_Description3 {}



		/* Category Navs */
#CategoryNavigationImage {
padding: 10px 2px 1px 2px;
}

#CategoryNavigationLink {
font-weight: bold;
}

#Category_Description4 {}

#CategoryNavigationTreeTable {
width:100%;
text-align: left;
}



		/* Product Data Boxes */
.ProductDataListAccessoriesMainTable {
text-align: left;
border-style: Solid; border-width: 1px; border-color:#D4D4D4;
padding: 2px;
}

.ProductDataListRelatedMainTable {
text-align: left;
border-style: Solid; border-width: 1px; border-color:#D4D4D4;
padding: 2px;
width: 375px;
vertical-align: top;
}
.ProductDataListRelated1MainTable {
text-align: left;
border-style: Solid; border-width: 1px; border-color:#D4D4D4;
padding: 2px;
width: 775px;
vertical-align: top;
}

.ProductControlDropDownOptionBoxMainTable {
text-align: left;
border-style: Solid; border-width: 1px; border-color:#D4D4D4;
padding: 2px;
width: 775px;
vertical-align: top;
}

.ProductControlSingleMainTable {
text-align: center;
border-style: Solid none solid none; 
border-width: 1px; border-color:#D4D4D4;
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;
      }