* {

}
html,body {
	height: auto;
	background: #cccccc;
	color: #000033;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


/* hyperlinks */
a {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #333333;
}

A:link img, A:visited img, A:hover img {border: 0px;}


/* 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: 24px;
	line-height: 24px;
	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: #9999cc;
		color: #FFF;
	}


/* the header that contains the image and title text */
#header {
	width: 950px;
	height: 180px;
	background: #FFFFFF url(/UserControls/header.jpg) top left no-repeat;
	position: relative;
	
}

/* 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;
}

/* 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: #9999cc;
		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;
	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: 8px;
		text-transform: uppercase;
	}
	#navbar2 a:hover {
		background: #9999cc;
		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: #d2d8eb;
	float: left;
	border-style: Solid; border-width: 1px;
}

/* 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:#cccccc;
	}
	#coreleft a {

		display: block;
		height: auto;
		padding-top: 3px;
		padding-bottom: 3px;
		padding-left: 10px;
		width: 128px;
		color: #333366;
		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: #999999 url(/4wheelproducts/siteimages/readmore_over.gif) 1% center no-repeat;
		color: #FFF;
	}
	
	#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;
		text-align:center;
	}
	
	#coreleft p {
		padding: 5px;
		margin-top: 0px;
		line-height: 16px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
	}
	
/* 4wheel banner and security */	
	
#left-banner {
	background-image:none;
	float:left;
	padding-top: 00px;
	padding-bottom: 00px;
	margin-top: 00px;
	margin-bottom: 00px;
	position:relative;
	height: 160px;
}  
  
#left-banner a{
	background-image:none;
	align:center;
	padding-left:0px;
	padding-top: 0px;
	margin-top: 0px;
	height: 137px;
}

#left-banner a:hover{
	background-color: #fff;
}

#left-banner-spacer {
	height: 15px;
}


/* the center part  */
#corecenter {
	width: 790px;
	padding: 0px 0px 0px 3px;
	height: auto;
	float: left;
}


/* 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: 25px;
	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: #9999cc; font-size: 11px;
}






#hours {
	position: absolute;
	top: 25px;
	left: 498px;
	height: 137px;
	width: 228px;
	z-index:1;
	overflow: auto;

}
#hoursline1, #hoursline2, #hoursline3, #hoursline4, #hoursline5{
	color:#FFF;
	font-size:12px;
}






/* 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;
      }