/* //////////////////////////////////////////////////////////////////////// 
 Style Sheet 
 Logic Red Web Design  - www.logicred.co.uk 
 //////////////////////////////////////////////////////////////////////// */

/* BODY
****************************************************** */

.txtCopyright { text-align: center; color: #ccc; font-size: 12px; }

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td { margin:0; padding:0; }

html { overflow-y: scroll; }

img { border: 0px; }

body {
	font-family:"tahoma"; 
	color: #261A06;
	height: 100%;
	background-color: #3f3829;
	font-size: 100%;
}

/* DIVS
****************************************************** */

#back-content { background: #e8f4d0 url(../styleImages/background.jpg) 0 0 repeat-x;}

#centre-content {	width:926px; margin: auto; }

#logo {
	background: url(../styleImages/logo.jpg) no-repeat;
	width: 499px;
	height: 87px;
	float: left;
}

#access {
	background: url(../styleImages/access.jpg) no-repeat;
	width: 427px;
	height: 53px;
	float: left;
	color: white;
	font-size: .7em;
	text-align: right;
}

#access a { color: white;}

.accesspad { padding-right: 15px; padding-top: 10px;}

#logindiv { 
	width: 427px;
	height: 34px;
	float: left;
	text-align: right;
	background: url(../styleImages/menu_back.jpg) no-repeat;
	font-size: .8em;
	color: white;
}

#logindiv a { color: #3a3a3a; }
#logindiv a:hover { color: #929292; }

.logindivpad { padding-right: 30px; padding-top: 20px; }

.menupad {
	padding-left: 20px;
}

/* MAIN MENU AT THE TOP 
/* //////////////////////////////////////////////////////////////////////// */

#menu {text-align: left; list-style: none; margin-left: 10px;}

#menu li {display: block; height: 38px; float: left; line-height: 35px;}

#menu li a {
	padding: 0px 20px 0px 20px;
	font-family: tahoma;
	color: black !important;
	font-size: .8em;
	border-right: 1px solid #cde798;
	text-decoration: none;
	display: block;
	text-transform: capitalize;
}

#menu li a:hover {color: black!important; background-color: #9dc451;}

#content_top { 
	background: url(../styleImages/content_top.jpg) no-repeat;
	width: 926px;
	height: 48px;
	float: left;
}

#content_shadow { 
	width: 929px;
	background: url(../styleImages/content_shadow.jpg) repeat-y;
}

#repeat_left {
	width: 18px;
	height: 269px;
	background: #eef6df url(../styleImages/repeat_left.jpg) no-repeat;
	float: left;	
}

#content {
	width: 890px;
	float: left;
}

#repeat_right {
	width: 18px;
	height: 269px;
	background: #eef6df url(../styleImages/repeat_right.jpg) no-repeat;
	float: left;
}

/* LEFT COL
/* //////////////////////////////////////////////////////////////////////// */

#left {
	width: 180px;
	float: left;
	font-size: .7em;
	line-height: 17px;
}

.leftpad { padding: 5px 6px 10px 6px; }

#left a:hover { text-decoration: none; color:Black; }

/* RIGHT COL
/* //////////////////////////////////////////////////////////////////////// */

#centre {	
	width: 530px;
	float: left;
	font-size: 13px;
	line-height: 18px;
}

.centrepadpad { padding: 5px 10px 10px 5px }

#centre li, #left li, #right li { margin-left: 20px;}

#right {
	width: 180px;
	float: left;
	font-size: .7em;
	line-height: 17px;
}

.rightpad { padding: 5px 6px 10px 6px; }

#right a:hover { text-decoration: none; color:Black; }

#bottommenuback {
	background-color: #3f3829;
	color: white!important;
	margin: auto;
	text-align: center;
	font-size: .8em;
	border-top: 3px solid #a4c955;
}

#bottommenuback a { color: white; }

/* FOOTER MENU */
/* **************************************************** */

#footermenu {text-align: center; list-style: none;}

/* OTHER BITS */
/* **************************************************** */

.image-border { border: 1px solid #E5E3DD; padding: 2px; }

a { color: black; }

.clear {	clear: left; }

/* Fix's #container not clearing inner floats in firefox */
.floatfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

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

/***************************************************/
/***************************************************/
/* CUBECART STARTS HERE */
/***************************************************/
/***************************************************/

/* MODULE STYLES
***************************************************/

.boxTitleLeft {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background: url(../styleImages/box_back_left.png) 0 0 no-repeat;
	height: 22px;
	padding-left: 14px;
	line-height: 21px;
}

.boxTitleRight {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background: url(../styleImages/box_back_right.png) no-repeat;
	background-position: right;
	height: 22px;
	padding-left: 5px;
	line-height: 21px;
}

.boxTitleRightSale {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background: url(../styleImages/box_back_right_sale.png) no-repeat;
	background-position: right;
	height: 22px;
	padding-left: 5px;
	line-height: 21px;
}

.boxContentLeft {
	border-bottom: 2px solid #ccc;
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	background-color:#f0f0f0;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 5px;
}

.boxContentRight {
	border-bottom: 2px solid #ccc;
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	background-color:#f7fdf0;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 5px;
}

.boxContentRight ul { list-style: none; }
.boxContentRight li { margin-left: 0!important; border-bottom: 1px solid black; font-size: .9em;}
.boxContentRight a { text-decoration: none; line-height: 10px;}
.boxContentRight a:hover { color: red!important;}

.boxContentFeatured {
	border-bottom: 2px solid #ccc;
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	background-color:white;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 5px;
}

.boxshadow {
	background: url(../styleImages/box_shadow.png) no-repeat;	
	height: 16px;
}

.boxCategories {
	border: 1px solid #E1E1E1;
	background-color:#f5faeb;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 10px;
}

/* CHECKOUT PAGES */

.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 160px; 
	padding-left: 15px;
	padding-right: 5px;
	float: left;
}
.colMainCheckout {
	position: relative;
	width: 100%;
	float: left;
}

#CheckOutWrap {
	padding-top: 10px;
}

#CheckOutCol {
	border: 1px solid #ccc;
	float: left;
	margin-right: 13px;
	width: 250px;
}

.CheckOutColPad {
	padding: 10px 5px 20px 5px;
}

/* END CHECKOUT PAGES */

#siteDocs a{
	text-decoration: none;
}

.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}

.regSep{
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
#imgThumbSpace{
	line-height: 0px;		
}
#imgThumbSpace img {
	padding-right: 3px;
	padding-bottom: 3px;		
}

div.latestProds {
	text-align: center;
	width: 19%;
	margin-right: 3px;
	margin-bottom: 3px;
	height: 200px;
	float: left;
	overflow: hidden;
	border-right: 1px solid #e1e1e1;
	position: relative;
}

.txtButton {
	border: 1px solid #ccc;
	padding: 1px 5px 4px 5px;
	margin-right: 3px;
	margin-left: 3px;
	background-color: #6a882c;
	color: white;
	text-decoration: none;
}

a.txtButton { color: white!important; }

.txtButtonBuy {
	border: 1px solid #ccc;
	padding: 1px 5px 1px 5px;
	margin-right: 3px;
	margin-left: 10px;
	margin-bottom: 5px;
	background-color: #ec8f04;
	color: white;
	width: 55px;
	display: block;
	font-size: .8em;
}

a.txtButtonBuy { color: white!important; }

a.txtButtonBuy:hover { background-color: #3f3829;}

a.txtButtonCO {
	border: 1px solid #ccc;
	padding: 1px 5px 4px 5px;
	margin-right: 3px;
	margin-left: 3px;
	background-color: #ec8f04;
	color: white;
	text-decoration: none;
}


a.txtSession { 
	text-decoration: none;
 }

/* CART STYLES */

#CartNavigation {
	text-align: center;
	padding-bottom: 10px;
}

#CartNavigation a { padding-left: 10px; }

.tdcartTitle {
	font-weight: bold;
	color: #FFFFFF;
	background:#ec8f04; 
	margin-top: 10px;
	margin-bottom: 20px;
	line-height: 22px;
	margin-left: 5px;
	padding: 2px;
}

.tdcartEven {
	background:#FFFFFF; 
	color: #333333;
	border-bottom: 1px dotted #CCCCCC;
   border-top: 1px dotted #CCCCCC;
}

.tdcartOdd {
	background: #FFFFFF;
	color: #333333;
}

.tdCartSubTotal {
	padding-top: 10px;
	border-top: 1px solid #CCCCCC;
}

.txtStockWarn {color: #FF4600;} 

.cartProgress { text-align: center; padding-top: 10px; padding-bottom: 10px; }

.txtcartProgressCurrent {
	color: white;
	background: #ec8f04;
	padding: 4px;
	text-transform: uppercase;
	border-bottom: 1px solid black;
}

.txtError { color: red; font-weight: normal; text-align: center; line-height: 30px; font-size: 1.2em;}

input#keyword { padding-left: 3px;height: 18px; }

/**TOP BOXES 
*************/

#Session {
	margin-top:58px;
	width:auto;
	height:20px;
	padding:0;
	text-align:right;
	float:right;
} 

/* CROSS-BROWSER DHTML MENU
**********************************/

#mainmenu-nav {
	list-style: none;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.li-nav a {
	padding: 2px 1px;
	width: 148px;
	display: block;
	text-indent: 2px;
	color: #070F72;
	text-decoration: none;
	margin: 0px;
}

.li-nav a:hover {
	background-color: #9dc451;
	color: #FF6600;
}

.ul-nav, .li-nav {
	display: block;
	list-style: none;
	border-bottom: 1px solid #e1e1e1;
}

.ul-nav {
	width: 160px;
	padding: 0px;
}

.li-nav {	
	float: left;
	margin-left: 0px!important;
}

.li-nav .ul-nav  {
	display: none;
	position: absolute;
	margin-left: 100px;
	margin-top: -19px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-top: 2px solid #4e4436;
	background-color: #f5faeb;
	padding: 5px;
	z-index: 99;
}

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

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

/**CLEARING FLOATING ELMENTS
*****************************/
.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: #FFFFFF;
	text-decoration:none;
	}

ul#CartNav li  a:hover{
	background-image:none;
	padding: 2px 2px 2px 15px;
	color: #6F9994;
	background: #FFFFFF;
	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;
}

/* HEADINGS
/* //////////////////////////////////////////////////////////////////////// */

.Title {
	color: #6F9994;
	background:#FFFFFF; 
	padding:0;
	margin:0;
	}

h2, h1 {
	font-size: .9em;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 5px;
	line-height: 30px;
	background: url(../styleImages/h2back.png) repeat-x;
	display: block;
	height: 40px;
}

h3 {
	font-size: 13px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	background:#667777;
	padding:6px 0pt 6px 5px;
	}

h4 {
	font-size: 13px;
	color: #ec8f04!important;
	font-weight: bold;
}


/* BREADCRUMB
**********************************/

#BreadCrumb {padding: 5px; margin-bottom: 6px; background: url(../styleImages/breadback.jpg) 0 0 repeat-x; font-size: .8em;}

#BreadCrumb a {padding-left: 3px; padding-right: 3px;}

.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	}


/*SITE DOCUMENTS
*******************/

#SiteDocs {
	text-align:center;
	margin:0;
	padding:5px 0;
	color: #FFFFFF;
	background:#242726;
	text-transform:uppercase;
	font-size:12px;
	height:20px;
	}

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

#SiteDocs a:hover {
	color: #C6EADD;
	}

/*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 { 
	padding:0;
	background: white url(../styleImages/content_twinfade.jpg) repeat-x;
	text-align: left;
}

.LPBox {
	float: left;
	text-align: center;
	width: 150px;
	margin: 0em .7em 0em .7em;

}

.LPImage {
	float: none;
	text-align: center;
	padding:5px; 
	margin:10px 5px 0px 5px;
	border-left:2px solid #cccccc;
	border-top:2px solid #cccccc;
	border-right:2px solid #e8e8e8;
	border-bottom:2px solid #e8e8e8;
	height: 120px; width: 120px;
}

.LPName {
	text-align:center;
	margin:0;
	padding:2px 0;
	width:150px;
	color: #333333;
	line-height: 12px;
}

.LPName a:link, .LPName a:visited {
	color: #333333;
	background: #FFFFFF;
	text-decoration:none;
	padding:0;
	margin:0;
	font-size:.8em;
}

.LPName a:hover {
	color: #242726;
	background: #FFFFFF;
	text-decoration:none;
}

.LPPrice {
	height:20px;

	font-size:.8em;
	margin:0;
	color: #667777;
}
/**CATEGORY VIEW 
********************/
#CatDescription {}

/**SUB CATEGORY IMAGE DISPLAY
******************************/
#SubCategories {
	float:left;
	display:inline; /*fixes IE6 float bug*/
	text-align:center;
	margin: 10px auto 0px;
	padding: 0;
	width:100%;
	height:auto;
	}

.subCat {	
	float:left;
	display:inline;/*fixes IE6 float bug*/
	text-indent:0;
	margin:5px 5px 10px 5px;
	text-align: center;
	padding:5px;
	border: 1px solid #ccc;
	width: 150px;
}

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

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

.subCat img {
	padding:5px;
	}

.catview {
	margin:5px 0;
	padding:0;
	width:98%;
	border-top:1px dotted #CCCCCC;
	}

.catsep {
	border-bottom:1px dotted #CCC;
	border-right:1px dotted #CCC;
	padding-right:8px;
	padding-left:6px;
	padding-bottom:5px;
	vertical-align: top;
}

.catsep h2, .catsep h2 a {
	font-size: 14px;
	color: #db8f00;
	background:#ffffff;
	font-weight: bold;
	text-transform: none;
	margin:0;
	padding-top: 5px;
	padding-left: 0px;
}

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

.catsepprice {
	border-bottom:1px dotted #CCC;
	border-right:1px dotted #CCC;
	padding-left:2px;
	padding-bottom:5px;
	vertical-align: center;
	text-align: center;
}

.catsep-productimage {
	border-bottom:1px dotted #CCC;
	border-right:1px dotted #CCC;
	padding-bottom:5px;
	padding-right: 5px;
	vertical-align: top;
	text-align: center;
	width: 120px;
}

.ProductDesc { line-height: 18px; font-size: .9em; }

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

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

.catview p {line-height:12px;}
.catview .Price {color: #667777; background: #FFFFFF;}

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

#MoreImages {}

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

#ProdDescription h2 {
	font-size: .9em;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 5px;
	height: 61px;
	line-height: 30px;
	margin:0;
	background: url(../styleImages/h2back.png) repeat-x;
}

/**PRODUCT INFO - PRICE, RATING, TELL A FRIEND
************************************************/

#ProdPrice {
	font-size:20px;
	line-height: 30px;
	text-align:left;
	color:#667777; 
	color: #9dc451;
}

#ProdReviews {
	float:left;
	display:inline;/*used to fix IE6 double margin bug with floated elements */
	height:90%;
	width:29%;
	margin:0 auto;
	text-align:center;
	padding:3px 5px 3px 0;
	border-right:1px dotted #cccccc;
	border-left:1px dotted #cccccc;
	background:#FFFFFF;
}

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

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

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

#TellAFriend ul {
	display:block;
	margin:0 0 0 10px;
	padding:0;	
	font-size:11px;
	text-align:left;
	text-transform:uppercase;
	}

#TellAFriend a {
	color:#667777;
	background: #FFFFFF;
	text-decoration:none;
	}
	
#TellAFriend a:hover {
	color:#242726;
	background: #FFFFFF;
	text-decoration:none;
	}

/*PRODUCT OPTIONS
********************/

#ProdOptions {
	margin:20px;
	text-align:left;
	text-transform:uppercase;
	font-weight:normal;
	width:auto;
	margin:0;
	padding:0;
	color: #663366;
	background: #FFFFFF;
}

#Options {
	text-transform:none;
	font-size:13px;
	color: #333333;
	background: #FFFFFF;
}

.OptionsStyle {
	border: 1px solid #CCC;
	width:auto;
}

td.OptionsTitle {
	padding-right: 5px;
}

/*PRODUCT CODE & STOCK AVAILABILITY
**************************************/

#ProdLevels {
	text-align:left;
	padding:0;
	font-weight:bold;
	font-size:12px;
	color:#333333;
	background: #FFFFFF;
	}

#ProdLevels p {
	margin:0;
	padding:0;
	}
	
/**ADD TO CART BACKGROUND
*******************************/
#ProdBuy {
	color: black;
	font-size:14px;
	margin:10px 10px 10px 0;
	padding: 10px 10px 10px 0;
	position: relative; 
	text-align: center;
}

/* 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: #667777;
	padding: 3px;
	}	

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

.ReviewTitle { text-transform:uppercase;}

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

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


/**RELATED PRODUCTS
*********************/
.LPInfo {color: #333333; padding-bottom: 10px;}

* 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;
}

/**PRODUCT LAYOUT
*********************/
	
#ProdInfo {
	display: none;
	border-bottom:1px dotted #CCCCCC;
	border-top:1px dotted #CCCCCC;
	height:60px;
	margin:0;
	padding:5px 0;
	text-align:left;
	width:100%;
}

#productimage {
	text-align: center;
	background: white url(../styleImages/content_twinfade.jpg) repeat-x;
}

.nobullet {
	list-style: none;
}

.txtOldPrice { text-decoration: line-through; color: #a5a5a5; }
.Sale { color: red; }

.cartTotal { padding-top: 8px; }	

.OutOfStock {color: red; font-weight: bold;}
.txtOutOfStock {color: red; font-weight: bold;}

.textbox {
	background-color:#f9f9f9;
	border:1px solid #9d9d9d;
	color:#000000;
	font-size:11px;
}

.logicred { font-size: .7em }

a.flashBasket:active, a.flashBasket:link, a.flashBasket:visited, a.flashBasket:hover {
	color: #FFFFFF;
	background-color: #9ec256;
	margin:0;
	text-decoration:none;
	border:2px solid #2B3136;
	padding: 3px;
}