#header {
  height: 160px;
  background: url(images/header_bg.jpg) no-repeat;
  margin:0 auto;
  width:942px;
}
#logo {
	width:300px;
	height:75px;
	cursor:pointer;
}

#header p {
  color: #ffffff;
  margin:0;
  padding: 0;
}
#header-links {
  height: 285px;
  text-align: right;
  padding-top: 30px;
}


/*#header div {
  color: #ffffff;
}*/
/*#header a {
  color: #ffffff;
}*/
#slogan {
  color: #ffffff;
  padding: 0 0 5px 10px;
  font-weight: bold;
  font-size: 13px;
}

.headerContent{
	position:relative;
	top:40px;
	margin-right:10px;
}

.mainTitle{
	font-size:14px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
    line-height: 40px;
    margin: 20px 10px 0 0;
}

.speedBarBox{
	padding:5px 10px 5px 10px;
	color:#fff;
	font-weight:bold;
}

.speedBarBox:hover{
	cursor:pointer;
	color:#fff;
	background:url(images/speedbar_bg.png);
}

#searchbox{
margin: 25px 8px 0 0;
width: 193px;
}

.searchInput{
	height:19px;
	width:138px;
    background: none;
    font-size: 11px;
}

input.searchInput{
	border:none;
	height:15px;
	padding-top:3px;
	font-size:14px;
}
	
.searchSubmitBtn{
	position:relative;
	top:12px;
	left:32px;
	cursor:pointer;
	width:35px;
	height:24px;
}

#main-body {
  background:url(images/main_bg.jpg);
  background-color:#fff;
  padding-top:35px;
}
#categories {
  background: url(images/cat_header.gif) no-repeat;
  padding-top:16px;
}
.cat-link {
  background: url(images/cat_bg.jpg) no-repeat;
  height:27px;
  line-height:27px;
  color:#fff;
  text-indent:30px;
}
a.cat-link{
	color:#e8e3dd;
	font-size:12px;
}
.cat-div {
  background: url(images/cat_div.jpg) no-repeat;
  height: 3px;
}
.cat-footer {
  background: url(images/cat_footer.gif) no-repeat;
  height: 26px;
}
.dialog-block h1{
  margin: 0;
  padding: 5px 0;
  color: #69605b;
  font-size: 15px;
}

.dialog-block .dialog-content {
  padding: 10px 0;
}
.menu-block h1{
  background-image: url(images/menu_header.jpg);
  margin: 0;
  padding: 5px;
  color: #ffffff;
}

.menu-block .menu-content {
  border-left: 1px solid #ded2c6;
  border-right: 1px solid #ded2c6;
  border-bottom: 1px solid #ded2c6;
  padding: 1px;
  background: #fff url(images/menu_content_bg.jpg) repeat-x;
  background-color:#fff;
}
#footer {
  background-color:#81807b;
  color:#c1c0bc;
  width: 942px;
}
#footer td{
	padding: 15px 10px;
}
a#footer{
	color:#c1c0bc;
}

#red-stripes {
  background: #701b1c url(images/red_stripes_bg.jpg);
  line-height: 30px;
  border-top: 1px solid #701b1c;
  border-bottom: 1px solid #701b1c;
}
#red-fade {
  background: #a11414 url(images/red_fade_bg.jpg) repeat-x;
  border-top: 1px solid #a11414;
  text-align: center;
  color: #ffffff;
  font-size: 11px;
  padding: 10px;
}
#copyright {
  line-height: 25px;
  color: #ffffff;
}
#cart-top {
  background: url(images/cart.png) no-repeat left;
  padding-left: 20px;
  margin-top: 15px;
  behavior: url(iepngfix.htc);
}

#ico-contact{
  background: url(images/email.png) no-repeat left;
  padding: 0 8px 0 20px;
  behavior: url(iepngfix.htc);
}
#ico-help{
  background: url(images/help.png) no-repeat left;
  padding: 0 8px 0 20px;
  behavior: url(iepngfix.htc);
}

#ico-myaccount{
  background: url(images/key.png) no-repeat left;
  padding: 0 8px 0 20px;
  behavior: url(iepngfix.htc);
}
#ico-register{
  background: url(images/pencil.png) no-repeat left;
  padding: 0 8px 0 20px;
  behavior: url(iepngfix.htc);
}
#ico-checkout{
  background: url(images/cart_go.png) no-repeat left;
  padding: 0 8px 0 20px;
  behavior: url(iepngfix.htc);
}
#ico-sitemap{
  background: url(images/sitemap.png) no-repeat left;
  padding: 0 8px 0 20px;
  behavior: url(iepngfix.htc);
}
#ico-users{
  background: url(images/user.png) no-repeat left;
  padding: 0 8px 0 20px;
  behavior: url(iepngfix.htc);
  color: #2c3e49;
  font-size: 11px;
  font-weight: bold;
  margin-top:5px;
}
#ico-orders{
  background: url(images/money.png) no-repeat left;
  padding: 0 8px 0 20px;
  behavior: url(iepngfix.htc);
  color: #2c3e49;
  font-size: 11px;
  font-weight: bold;
  margin-top:5px;
}
#ico-anon{
  background: url(images/cart_go.png) no-repeat left;
  padding: 0 8px 0 20px;
  behavior: url(iepngfix.htc);
  color: #2c3e49;
  font-size: 11px;
  font-weight: bold;
  margin-top:5px;
}

/****** CHECKOUT SPECIALS **********/

.checkoutSpecialsImage{
	height:100px;
	cursor:pointer;
	width:100px;
}

.checkoutSpecials{
	font-size:12px;
	font-weight:bold;
	margin-bottom:10px;
}

.checkoutSpecialsPrice{
	font-weight:bold;
	font-size:16px;
	color:#a11414;
	float:left;
	margin-right:5px;
	margin-top:10px;
}

div.checkboxOff{width:15px; height:15px; background:url(images/checkbox_off.gif) no-repeat; border:0px; float:left;  margin-top:12px; cursor:pointer;}
div.checkboxOn{width:15px; height:15px; background:url(images/checkbox_on.gif) no-repeat; border:0px; float:left; margin-top:12px; cursor:pointer;}

input.checkboxReal{position:absolute; z-index:2; margin-top:1px; margin-left:-7px; -moz-opacity:0 ; filter:alpha(opacity: 0); opacity: 0; cursor:pointer; }

.left{ float:left; }

.write_review{
	background:url(images/write_review.png) no-repeat;
	width:33px;
	height:16px;
}

.read_review{
	background:url(images/read_review.png) no-repeat;
	width:16px;
	height:16px;
	margin-right:5px;
}

.productReviewsBox{
	width:125px;
	cursor:pointer; 
}

.productReadReviewsBox{
	width:105px;
	cursor:pointer; 
}

.productReadYTReviewsBox{
	width:155px;
	cursor:pointer; 
}

.productReviewsBox:hover{
	text-decoration:underline;
}

.productReadReviewsBox:hover{
	text-decoration:underline;
}

.productReadYTReviewsBox:hover{
	text-decoration:underline;
}

.writeReviewText{
	margin-top:3px; 
	position:relative; 
	font-weight:bold; 
	font-size:12px;
}

.clear{
	clear:both;
}

/* PRODUCT LINKS */

.linksBox{
	position:relative;
	left:-20px;
	top:-20px;
	font-size:14px;
}

.secureShoppingLink{
	font-weight:bold;
	margin-bottom:5px;
}

a.linksBoxFont{
	color:#a11414;
}

.ssMainTitle{
	font-weight:bold;
	font-size:16px;
	color:#a11414;
}

.ssText{
	font-size:12px;
}

.ssTitle{
	font-weight:bold;
	color:#a11414;
}

.ssBody{
	FONT-FAMILY: Arial, Tahoms, Verdana, Helvetica, Sans-serif;
	COLOR: #2c3e49;
	FONT-SIZE: 11px;
}

.ssl{
	width:70%;
	margin-right:10px;
}

.sslImg{
	width:25%;
}

.marginBottom{
	margin-bottom:5px;
}

.footer_ish{
	width:100%; 
	padding-top:10px;
}

.mainMenuHeader{
	background: url(images/cat_header.gif) no-repeat;
	height:16px;
}

.mainMenuLink{
  background: url(images/cat_bg.jpg) no-repeat;
  height:27px;
  line-height:27px;
  color:#fff;
  text-indent:30px;
}

.mainMenuLink a{
	color:#e8e3dd;
	font-size:12px;
}

.mainMenuFooter{
	background: url(images/cat_footer.gif) no-repeat;
	height: 26px;
}

.welcome{
	background-color:#000;
	height:230px;
}

.bannerPic{
	margin-bottom:10px;
	background-color:#000;
	width:100%;
	height:50px;
	text-align:center;
	line-height:50px;
}

/******************* BEST SELLERS HOME PAGE ************************/

.bestSellersContainer{
	width:215px;
	min-height:100px;
	padding:10px;
}

.bestSellersDetails{
	width:100px;
	margin-left:10px;
	margin-top:10px;
}

.bestSellersImage{
	width:100px;
	min-height:100px;
}

a.bestSellersProduct{
	color:#740001;
	font-weight:bold;
	font-size:12px;
	height:25px;
	line-height:12px;
	overflow:hidden;
}

.bestSellersProductBox{
	padding-bottom:5px;
	border-bottom:solid 2px #e2e2e2;
}

.bestSellersDescr{
	height:24px;
	line-height:12px;
	overflow:hidden;
	color:#898989;
}

.bestSellersPriceBox{
	background:url(images/btn_add_bg.jpg);
	height:27px;
	width:100px;
}

.bestSellersPriceBoxOdd{
	background:url(images/btn_add_bg_odd.jpg);
	height:27px;
	width:100px;
}

.bestSellersPrice{
	color:#292929;
	font-size:18px;
	font-weight:bold;
}

.bestSellersAddButton{
	position:relative;
	width:42px;
	height:25px;
	cursor:pointer;
	margin-left:14px;
	background:url(images/add_btn.gif) no-repeat;
}

.bestSellersRow{
	background-color:#f2efea;
}

.bestSellersRowWhite{
	background-color:#fff;
}

.bestsellersBox{
	border:solid 1px #d9cdc1;
}

/********** TAGS MOD VIEW ALL ***************/

.viewAll{
	line-height:40px;
	width:100%;
	background-color:#d9cdc1;
}

#viewAllTags{
	color:#7a0000;
	text-decoration:underline;
	font-size:12px;
}

.marginRightBig{ margin-right:10px; }

.bottom_ish{
	text-align:center;
	width:100%;
	padding:10px 0 10px 0;
	color:#fff;
}

/******* DETAILED IMAGES POPUP *********************/

.detailedThumbs{
	margin-top:40px;
}

.detailedThumb{
	margin-top:10px;
	margin-left:20px;
	cursor:pointer;
}

.detailedThumbProd{
	margin-top:10px;
	margin-left:5px;
	cursor:pointer;
}

.detailedImage{
	margin-left:40px;
}

.closeWindow{
	background:url(images/close_window.gif) no-repeat;
	height:20px;
	width:100px;
	cursor:pointer;
	margin-bottom:20px;
}

/******** Menu Colour Boxes **************/

.colourBoxBlack{
	height:15px;
	width:15px;
	background-color:#000;
	cursor:pointer;
}

.colourBoxRed{
	height:15px;
	width:15px;
	background-color:#a4505d;
	cursor:pointer;
}

.colourBoxSilver{
	width:15px;
	height:15px;
	background-color:#d2d2d2;
	cursor:pointer;
}

.colourBoxWhite{
	width:15px;
	height:15px;
	background-color:#fff;
	cursor:pointer;
}

.colourBoxBrown{
	width:15px;
	height:15px;
	background-color:#804000;
	cursor:pointer;
}

.colourBoxOrange{
	width:15px;
	height:15px;
	background-color:#FF6600;
	cursor:pointer;
}

.colourBoxGreen{
	width:15px;
	height:15px;
	background-color:#006600;
	cursor:pointer;
}
