body {
	margin: 0px;
	padding:0;
	background-color: #000000;
	background-image:url(../styleImages/backgrounds/hob_background.jpg);
	color: #000000;
	font: 13px/18px Arial, Helvetica, sans-serif;
}

#pageSurround {
	width: 834px;
	margin: 0px auto;
	background-image:url(../styleImages/backgrounds/hob_background_repeat.jpg);
	background-position:left top;
	background-repeat:repeat-y;
	padding: 0px;
	background-color: transparent;
}

#PageOuter {
	background-image:url(../styleImages/backgrounds/hob_background.jpg);
	background-position:left top;
	background-repeat:repeat;
	margin:0 auto;
	padding:0;
}


#Header {
	text-align: right;
	height: 355px;
	width: 834px;
	margin:0 0 0px 0;
	padding-bottom: 0px;
	/* SKIN VARIABLE IS cAsE SeNsItIvE */
	background-image: url(../styleImages/backgrounds/hob_header_2010camaro.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: transparent;
	color: #000000;
	}

/**TOP BOXES 
*************/
.SmallHeader  {
	font-size: 11px;
	color: transparent;
	text-transform: uppercase; 
	}

#Currency{
	padding: 0px;
	}

#Language {
	padding-right:0px;
	margin-bottom:0px;
	}

#Session {/*Required as Language & Currency Boxes are not used within general Cart.tpl pages*/
	margin-top:58px;
	width:auto;
	height:20px;
	padding:0;
	text-align:right;
	float:right;
	} 

#SessionCart {
	width:auto;
	height:20px;
	padding:0;
	text-align:right;
	float:right;
	padding:0px 0px 0px 0;
	}
	
#Login {
	text-align:right;
	font-size:11px;
	color: #000000;
	text-transform:uppercase;
	font-weight: bold;
	margin:0;
	padding:270px 71px 0px 0;
	width:auto;
	float:right;
	} 
	
#LoginViewCart {
	text-align:right;
	font-size:11px;
	color: #000000;
	text-transform:uppercase;
	font-weight: bold;
	margin:0;
	padding:200px 185px 0px 0;
	width:auto;
	float:right;
	} 
	
#Login p {
	margin:0;
	padding:0;
	}
	
#Contact {
	text-align:right;
	font-size:12px;
	color: #000000;
	text-transform:none;
	font-weight: bold;
	margin:0;
	padding:0px 0px 0 0;
	width:100%;
	}

/*Login/Register text color*/
#Login a {
	color: #000000;
	text-decoration:none;
	}

/*Login/Register text rollover color*/
#Login a:hover {text-decoration:none; color: #000000;}
	


/**LEFT COLUMN SECTION
************************/
#LeftColumn {
	position: relative;
	margin-left: 5px;
	width: 190px;
	padding:0px 0px 0px 0px;
	float: left;
	font-size:11px;
	z-index:20;
	color: #000000
	background-color: transparent;
	}

/**LEFT COLUMN HEADINGS (button_blank.jpg)
************************/
.subHeading {
	background-image: url(../styleImages/button_blank.jpg);
	background-repeat: no-repeat;
	margin:0;
	padding:0;
	color: #000000;
	background-color: transparent;
	height: 35px;
	width:100%;
	}

/*Main Category Title Text*/
.subHeading h3 {
	margin:0;
	padding:5px 0px 10px 5px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight:bold;
	text-transform: uppercase;
	text-align:left;
	float:left;
	}

/*Shopping Cart, etc Category Title Text*/
.subHeading h3 a {
	color: #ffffff;
	text-decoration:none;
	border:none;
	margin-right: 10px;
	padding-right:70px;
	}

/*Category Title Text rollover*/
.subHeading h3 a:hover {
	color: #AE7F4F;
	text-decoration:none;
	border:none;
	margin-right: 10px;
	padding-right:70px;
	font-family: Arial, Helvetica, sans-serif;
}



/**LEFT COLUMN SIDE BOXES
*************************/
.LeftBox {
	margin: 0 0 5px 40px;
	padding: 0 0 2px 0;
	width:185px;
	background: transparent;
	}
	
/*Advanced Search text color*/
.LeftBox a {
	color: #FFFFFF;
	text-decoration:none;
	}

/*All Left Column rollover colors EXCEPT for the main categories boxes*/
.LeftBox a:hover {
	color: #000000;
	text-decoration:none;
	}


/**LEFT COLUMN - MAILING LIST
*******************************/
.LeftBox.border {
	border-top:1px solid #000000;
	padding-top:5px;
	padding-bottom:15px;
	color:#000000;
	background: transparent;
	}

/**LEFT COLUMN - INFORMATION BOX
**********************************/
.LeftBox p#nudge {
	margin:0 0 0 10px;
	color: #000000;
	background: transparent;
	}


/**START CROSS-BROWSER DHTML MENU
**********************************/
#mainmenu-nav {
	float: left;
	display:inline; /*fixes IE6 float bug*/
	font-size: 11px;
	font-weight: bold;
	margin:0;
	text-transform:uppercase;
	}

.ul-nav, .li-nav{
	font-size: 11px;
	display: block;
	font-weight: bold;
	}

/*PopUp-Over Box width*/
.ul-nav{
	width: 185px;
	padding: 0px;
	font-size: 11px;
	}

.li-nav{	
	float: left;
	display:inline;
	font-size: 11px;
	font-weight: bold;
	}

/*Sub-Category Dropdown Boxes*/
.li-nav .ul-nav {
	display: none;
	position: absolute;
	margin-left: 170px;
	margin-top: -22px;
	background-color:#AE7F4F;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	z-index: 5;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.li-nav a{
	padding: 2px;
	font-size: 11px;
	width: 181px;
	display: block;
	text-indent: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	text-decoration:none;
	}

.li-nav a:hover{
	padding: 2px;
	width: 181px;
	display: block;
	text-indent: 2px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #000000;
	text-decoration:none;
	font-weight: bold;
	}



a.hassubmenu{
	background-image: url(../styleImages/more.gif);
	background-repeat: no-repeat;
	background-position: 178px 6px;
	}

/**HIGHTLIGHTING EFFECT ON SUB-CATS
************************************/
.ul-nav .li-nav a.hassubmenu:hover {color: #FFFFFF;}



/**CLEARING FLOATING ELEMENTS
*****************************/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}



/**VIEWCART NAVIGATION
************************/
ul#CartNav {
	list-style-type:none;
	margin:0;
	padding:0;
	}

ul#CartNav li {
	margin:0;
	padding:0;
	}


ul#CartNav li a {
	background-image: url(../styleImages/more.gif);
	background-repeat: no-repeat;
	background-position:5px 6px;
	padding: 2px 2px 2px 15px;
	color: #333333;
	background: transparent;
	text-decoration:none;
	}

ul#CartNav li a:hover{
	background-image:none;
	padding: 2px 2px 2px 15px;
	color: #6F9994;
	background: #transparent;
	text-decoration:none;
	}


/**RANDOM PRODUCTS 
********************/
#RandProduct {
	height:100%;
	padding:10px 0 20px 0;
	}

#RandImage {
	float:left;
	display:inline; /*fixes IE6 float bug*/
	margin:0 10px 0 0;
	padding:0 0 0 0;
	}

#RandText {
	color: #FFFFFF;
	}




/**MAIN CONTENT SECTION
************************/
#Content {
	position: relative;
	width:514px;
	float: right;
	margin-right:72px;
	padding:0;
	}


#Content p {margin-left:10px;}

#ContentBox {
	padding: 3px;
	margin-bottom: 5px;
	margin-top: 0px;
	position: relative;
	z-index: 1;
	}


/**GENERAL HEADERS
********************/
.Title {
	background-image: url(../styleImages/button_blank_long.jpg);
	background-repeat: no-repeat;
	margin:0;
	padding:0;
	color: #000000;
	background-color: transparent;
	height: 30px;
	width:100%;
	}

.TitleStep1 {
	background-image: url(../styleImages/button_blank_long.jpg);
	background-repeat: no-repeat;
	margin:0;
	padding:0;
	text-align:left;
	color: #000000;
	background-color: transparent;
	height: 30px;
	width:100%;
	}
	
/*Top bar on Home page, Product pages, Shopping Cart page*/
h1 {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	padding:6px 0 6px 5px;
	margin:0;
	}

/*Second bar on Home Page*/
h2 {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	padding:6px 0 6px 5px;
	margin:0;
	}

/*Main Category Text box backgrounds*/
h3 {
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	background: transparent;
	padding:0px 0px 0px 5px;
	}


h4 {
	font-size: 36px;
	color: #6F9994;
	background:#FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	}


/**BREADCRUMB TRAIL & PAGINATION
**********************************/
#BreadCrumb {
	margin-bottom:5px;
	background-color: transparent;
	}

.pagination {
	text-align: right;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size:12px;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	}


/**SITE DOCUMENTS
*******************/
#SiteDocs {
	background-image: url(../styleImages/backgrounds/hob_footer.gif);
	background-repeat:no-repeat;
	text-align:center;
	padding:7px 0px 0px 0px;
	color: #FFFFFF;
	text-transform:uppercase;
	font-size:12px;
	height:172px;
	}

#SiteDocs a:link, #SiteDocs a:visited, #SiteDocs a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
	}

#SiteDocs a:hover {
	color: #AE7F4F;
	font-family: Arial, Helvetica, sans-serif;
}

#GeoTrust {
	margin-left:63px;
	margin-top:-126px;
	text-align:left;
	padding:0px;
	
	}
	
		
/**HOME PAGE INTRODUCTION TEXT
*******************************/
#Announcement {
	padding: 3px;
	margin-bottom: 5px;
	margin-top: 0px;
	position: relative;
	z-index: 1;
	}


#Announcement p {
	margin:5px 5px 0 5px;
	line-height:16px;
	}
	
	
/**LATEST PRODUCTS - HOMEPAGE
*******************************/
#LatestProducts {
	padding: 3px;
	margin:0;
	position: relative;
	z-index: 1;
	height:100%;
	}

#Inner {
	margin:5px 0px 0px 0px;
	padding:0;
	}

.LPBox {
	float: left;
	text-align: center;
	width: 115px;
	height: 187px;
	margin: 5px 5px 20px 5px;
	border:1px solid #000000;
	background: #FFFFFF;
	padding:0;
	}

.LPImage {
	float: none;
	text-align: center;
	padding:0px 0 0 0;
	margin:0px;
	border-bottom:0px solid #000000;
	background-color:#FFFFFF;
	}

.LPName {
	text-align:center;
	line-height: 13px;
	font-size:11px;
	margin:0;
	padding-top:5px;
	padding-right:15px;
	padding-left:3px;
	padding-bottom:5px;
	width:95%;
	color: #000000;
	font-weight:bold;
	}

.LPName a:link, .LPName a:visited {
	color: #000000;
	background: transparent;
	text-decoration:none;
	padding:0;
	margin:0;
	}

.LPName a:hover {
	color: #AE7F4F;
	background: transparent;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}

.LPPrice {
	background-image: url(../styleImages/backgrounds/hob_pricebox.jpg);
	background-position:bottom;
	background-repeat:none;
	background-color: #FFFFFF;
	width:100%;
	text-align:center;
	font-size:18px;
	margin:0;
	padding:7px 0px 10px 0px;
	text-transform:uppercase;
	font-weight:bold;
	/*color: #AE7F4F;*/
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	
}


/**CATEGORY VIEW 
********************/
#CatDescription {}

/**ORIGINAL SUB CATEGORY IMAGE DISPLAY (Category buttons and such)
*****************************/
#SubCategories {	/**Category Images**/
	float:left;
	display:inline;
	text-align:center;
	margin: 5px 5px 5px -5px;
	padding: 0px;
	width:100%;
	height:auto;
	}

.subCat {	/**Category Text**/
	float:center;
	display:inline;
	text-align: center;
	text-indent:0;
	margin:5px 5px 10px 5px;
	padding:0px;
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	}

.subCat a {
	color: #000000;
	background:none;
	text-decoration:none;
	}

.subCat a:hover {
	text-decoration:none;
	color:#FFFFFF;
	}

.subCat img {
	border:0px solid #000000;
	padding:5px;
	}

/**NEW SUB CATEGORY IMAGE DISPLAY (Category buttons and such)
#SubCategories {
	float:left;
	display:inline;
	text-align:left;
	margin: 5px 5px 5px 0px;
	padding: 0;
	width:100%;
	height:auto;
	}

.subCat {	
	float:center;
	display:inline;
	text-indent:0;
	text-align:center;
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	}
	
.subCat2 {	
	float:left;
	display:inline;
	text-indent:0;
	margin:5px 5px 10px 0px;
	text-align: left;
	padding:0px;
	}

.subCat a {
	color: #000000;
	background:transparent;
	text-decoration:none;
	}

.subCat a:hover {
	text-decoration:none;
	color:#FFFFFF;
	}

.subCat img {
	border:0px solid #000000;
	padding:5px;
	}
*****************************/

/**ORIGINAL CAT VIEW CODING
*****************************/
/*.catview {
	margin:0 10px;
	padding:0;
	width:100%;
	}

.catimage {
	width:auto;
	height:auto;
	border-bottom:1px solid #CCC;
	padding:0;
	margin:0;
	}

.catinfo {
	border-bottom:1px solid #CCC;
	margin-right: 10px;
	}

.catInner {
	margin:10px 0;
	border-left:1px solid #ccc;
	}

.catview a {
	color:#667777;
	text-decoration:none;
	}

.catview p {line-height:12px;}*/


.catview {
	margin:0px 0;
	padding:0;
	width:98%;
	border-top:1px solid #000000;
	}

.catsep {
	border-bottom:1px solid #000000;
	border-right:1px solid #000000;
	padding-right:8px;
	padding-bottom:0px;
	}


.catsep h2, .catsep h2 a {
	font-size: 12px;
	color: #000000;
	background:transparent;
	font-weight: bold;
	text-transform: uppercase;
	padding:6px 0 6px 5px;
	margin:0;
	}

.catsep h2 a:hover {
	background: transparent;
	color:#FFFFFF;
	}

.catimage {
	padding:0;
	margin:0;
	}

.catview a {
	color:#FFFFFF;
	text-decoration:none;
	}

.catview p {
	line-height:12px;
	}
	
.catview .Price {
	color: #FFFFFF;
	background: transparent;
	font-size:18px;
	font-weight:bold;
	}

/**SINGLE PRODUCT PAGE
************************/
#SingleProd {
	padding: 3px;
	margin-bottom:20px;
	position: relative;
	z-index: 1;
	}
	
#MainProdImage {
	text-align:center;
	margin:20px auto;
	padding:0;
	width:auto;
	height:auto;
	}

#MoreImages {}

/**LIGHTBOX GALLERY
********************/
#LightBoxGallery {
	height:auto;
	width:auto;
	margin:0 auto;
	padding:0;
	text-align:center;
	}

.LightBox {
	float:left;
	margin:0 0 30px 15px;
	height:1%;
	}

.LightBoxImage {
	text-align:center;
	margin:0;
	padding:5px;
	border: 1px solid #CCC;
	}


/**PRODUCT DESCRIPTION
***********************/
#ProdDescription {
	text-align:left;
	padding:0;
	margin-bottom:20px;
	color: #000000;
	background: transparent;
	}

#ProdDescription h2 {
	background-image: url(../styleImages/button_blank_long.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
	height: 30px;
	width:100%;
	padding-left: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	}


/**PRODUCT INFO - PRICE, RATING, TELL A FRIEND
************************************************/
#ProdInfo {
	border-top:1px solid #000000;
	border-bottom: 1px solid #000000;
	padding:5px 0;
	margin:0;
	text-align:left;
	height:60px;
	width:100%;
	}

#ProdPrice {
	float:left;
	display:inline; /*used to fix IE6 double margin bug with floated elements */
	width:30%;
	height:66%;
	font-size:22px;
	line-height: 28px;
	padding:4px 0 0 0;
	margin:0;
	text-align:left;
	color:#000000; 
	background:transparent;
	font-weight:bold;
	text-transform:uppercase;
	}
	
#BrandName {
	float:left;
	display:inline; /*used to fix IE6 double margin bug with floated elements */
	width:70%;
	height:66%;
	font-size:22px;
	line-height: 28px;
	padding:4px 0 0 0;
	margin:0;
	text-align:left;
	color:#000000; 
	background:transparent;
	font-weight:bold;
	text-transform:uppercase;
	}
	
#SalePrice {
	float:left;
	display:inline; /*used to fix IE6 double margin bug with floated elements */
	width:30%;
	height:66%;
	font-size:22px;
	line-height: 28px;
	padding:4px 0 0 30px;
	margin:0;
	text-align:left;
	color:#FFFFFF; 
	background:transparent;
	font-weight:bold;
	text-transform:uppercase;
	}

#MrrpPrice {
	float:left;
	display:inline; /*used to fix IE6 double margin bug with floated elements */
	width:30%;
	height:66%;
	font-size:22px;
	line-height: 28px;
	padding:4px 0 0 0px;
	margin:0;
	text-align:left;
	color:#FFFFFF; 
	background:transparent;
	font-weight:bold;
	text-transform:uppercase;
	}
	
#ProdReviews {
	float:left;
	display:inline;/*used to fix IE6 double margin bug with floated elements */
	height:90%;
	width:29%;
	margin:0;
	text-align:left;
	font-size: 11px;
	line-height: 17px;
	font-weight:bold;
	padding:0px 5px 3px 0;
	border-right:1px solid #000000;
	border-left:1px solid #000000;
	background:transparent;
	}

#ProdReviews a {
	color: #000000;
	background: transparent;
	text-decoration:none;
	text-transform:uppercase;
	}

#ProdReviews a:hover {text-decoration: none; color: #FFFFFF}

#TellAFriend {
	float:left;
	display:inline;/*used to fix IE6 double margin bug with floated elements */
	width:37%;
	height:100%;
	margin:0;
	padding:0;
	background: transparent;
	}

#TellAFriend ul {
	display:block;
	margin:13px 0 0 10px;
	padding:0;	
	font-size:11px;
	text-align:left;
	font-weight:bold;
	line-height: 17px;
	text-transform:uppercase;
	}

#TellAFriend a {
	color:#000000;
	background: transparent;
	text-decoration:none;
	}
	
#TellAFriend a:hover {
	color:#FFFFFF;
	background: transparent;
	text-decoration:none;
	}


/**PRODUCT OPTIONS
********************/
#ProdOptions {
	background-image: url(../styleImages/button_blank_long.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
	height: 30px;
	width:100%;
	padding: 0px;
	margin:0px;
	color: #FFFFFF;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	}

#Options {
	border:1px solid #000000;
	margin:0px;
	padding:5px 0px 5px 5px;
	text-transform:none;
	font-size:12px;
	font-weight:bold;
	color: #000000;
	background: #FFFFFF;
	}

.OptionsStyle {
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	width:auto;
	}


/**PRODUCT CODE & STOCK AVAILABILITY
**************************************/
#ProdLevels {
	text-align:left;
	margin:0px;
	padding-bottom: 15px;
	font-weight:bold;
	font-size:12px;
	color:#000000;
	background: transparent;
	}

#ProdLevels p {
	margin:0;
	padding:0;
	}


/**ADD TO CART BACKGROUND, I DO NOT HAVE AN ACCOUNT, 
CONTINUE SHOPPING, QUANITY (PRODUCT PAGES) 
*******************************/
#ProdBuy {
	color: #000000;
	background: transparent;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	padding: 10px 10px 10px 0;
	position: relative; 
	text-align: right;
	}

/**Forget Your Password, ETC
**********************************/
#ProdBuyLogin {
	background-image: url(../styleImages/button_blank_long.jpg);
	background-repeat: no-repeat;
	margin:0;
	padding: 5px 10px 0px 0px;
	color: #000000;
	background-color: transparent;
	height: 30px;
	width:100%;
	text-align: right;
	}

/** ADD TO CART, CONTINUE SHOPPING, CONTINUE TO CHECKOUT BUTTON PADDING
*********************************/
#ProdBuy a {
	line-height:22px;
	font-size:12px;
	padding:2px 10px;
	margin:2px 0 0 0;
	text-transform:uppercase;
	text-decoration:none;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;	}

/**COUPONS
************/
.addCoupon:link, .addCoupon:visited, .addCoupon:hover, .addCoupon:active {
	font-weight: bold;
	color: #333333;
	background: #FFFFFF;
	text-decoration: none;
	}

/**CUSTOMER REVIEWS - SUBMISSIONS
**********************************/
#CustomerReviews {}
#CustomerReviews p {margin-left:10px;}
.SubmitReview {padding-right: 60px;}
.right {text-align:right;}

.right span {
	font-weight:bold;
	float: left;
	}

/**CUSTOMER REVIEWS POSTED
***************************/
.ReviewEntry {margin:0;}

.ReviewRatings{
	color: #ffffff; 
	background: transparent;
	padding: 3px;
	}	

.ReviewContent {
	padding: 3px;
	font-style:italic;
	border-bottom: 1px solid #CCCCCC;
	color: #333333;
	background:#FFFFFF;
	}

.ReviewTitle { text-transform:uppercase;}

.ReviewedBy {
	color: #000000;
	background: #FFFFFF;
	padding: 3px;
	}

.Date {
	color: #000000;
	background: #FFFFFF;
	float: right;
	}


/**RELATED PRODUCTS
*********************/
.LPInfo {color: #333333;}

* html .LPInfo {width: 100%;}

/**SITE BUTTONS
*********************/
.buttonBg {
	text-align: center;
	background-image: url(../styleImages/backgrounds/ButtonBg.gif);
	background-repeat: repeat-x;
	height: 26px;
	color: #663366;
	font-family: Arial, Helvetica, sans-serif;
}