body {
	margin: 10px 0 0 0 ;
	padding:0;
	background-color: #fff;
	color: #666;
	font: 12px/20px Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../styleImages/background.gif);
	background-repeat:no-repeat;
	background-position:top center;
	
}

a{
color:#d36754;}

#PageOuter {

	background-color: #FFFFFF;
	width:760px;
	margin:0 auto;
	padding:0;
}


#pageSurround {
	width:720px;
	margin:0px auto;
	padding:0px 0 0px 0;
	color: #666;
	background-color: #fff;

}


#Header {
	text-align: right;
	height: 110px; 
	width: 720px;
	margin:0px 0 0px 0;
	padding:0px;
	background-color: #fff;
	color: #666;
	border-bottom:1px solid #666;
	}
	

#Header-left{
	width:325px;
	height: 80px; 
	text-align:left;
	float:left;	}
	
#Header-left a, img{
border:none;	}

#Header-right{
	width:250px;
	float:right;
	line-height:16px;
	padding:65px 0 0 0;
	margin:0;}
	
#Header-right a{
color:#666;
text-decoration:none;}		
	
#Header-right a:hover{
background-color:#666;
color:#fff;}

#Header-right p{
padding:10px 0 10px 10px;
margin:0;}

	
#banner{
width:720px;
margin:20px 0 0 0;
padding:0;
border-top:1px solid #ffffff;
clear:both;}	
	

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

#Currency{
	padding: 15px 35px 2px 0;
	}

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

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

#Login {
	text-align:right;
	font-size:11px;
	color: #666;
	text-transform:uppercase;
	margin:0;
	padding:0 0px 0 0;
	width:auto;
	float:right;
	} 

#Login p {
	margin:0;
	padding:15px 10px 0px 0;
	text-align:right;
	}

#Login a {
	color: #666;
	text-decoration:none;
	}

#Login a:hover {text-decoration:none; color:3aa8cc;}
	


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

/**LEFT COLUMN HEADINGS
************************/
.subHeading {
	margin:0;
	padding:0;
	color: #666;
	height: 30px;
	width:100%;

	}


.subHeading h3 {
	margin:0;
	padding:5px 0 0 5px;
	color: #666;
	font-size: 13px;
	font-weight:normal;
	text-transform: uppercase;
	text-align:left;
	float:left;
	}

.subHeading h3 a {
	color: #666;
	text-decoration:none;
	border:none;
	padding-right:50px;
	}

.subHeading h3 a:hover {
	color: #666;
	text-decoration:underline;
	border:none;
	padding-right:50px;
	}



/**LEFT COLUMN SIDE BOXES
*************************/
.LeftBox {
	margin: 0 0 0 0;
	padding: 20px 0 0 0;
	width:160px;
	}

.LeftBox a {
	color: #666;
	text-decoration:none;
	}

.LeftBox a:hover {
	color: #666;
	text-decoration:underline;
	}


/**LEFT COLUMN - MAILING LIST
*******************************/
.LeftBox.border {
	padding-top:5px;
	color:#666;

	}

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

	}


#follow{
	margin:20px 0 0 0;}
	
#follow td{
		padding: 10px 0 0 0;}
	
#follow a{
	font-size:13px;
	line-height:14px;
	text-decoration:none;
	color:#7e7e7e;}	

/**START CROSS-BROWSER DHTML MENU
**********************************/
#mainmenu-nav {
	float: left;
	display:inline; /*fixes IE6 float bug*/
	font-size: 13px;
	margin:0;
	padding:0;
	line-height:22px;
	}

.ul-nav, .li-nav{
	font-size: 13px;
	display: block;
	}

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

.li-nav{	
	float: left;
	display:inline;
	font-size: 13px;
	}

.li-nav .ul-nav {
	display: none;
	position: absolute;
	margin-left: 100px;
	margin-top: -19px;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-top: 4px solid #C6EADD;
	z-index: 5;
	font-size: 13px;
	}

.li-nav a{
	font-size: 13px;
	width: 140px;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	text-decoration:none;
	}

.li-nav a:hover{
	width: 140px;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:underline;
	}

/*SITE DOCS
**********************************/
#sitedocs-nav {
	float: left;
	display:inline; /*fixes IE6 float bug*/
	font-size: 13px;
	margin:0;
	line-height:22px;
	list-style:none;
	color:#666;
	text-align:left;
	}

#sitedocs-nav ul,li{
	display:block;
	margin:0;
	padding:0;}

#sitedocs-nav a{
	margin:0;
	padding:0;
	color:#666;
	text-decoration:none;
}

#sitedocs-nav a:hover{
	color:#666;
	text-decoration:underline;
}












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




/**MAIN CONTENT SECTION
************************/
#Content {
	position: relative;
	width:560px;
	float: left;
	margin:0 0 0 0px;
	padding:0;
	background-color:#FFFFFF;
	min-height:500px;
	}


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

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

#Content h1{
color:#d36754;}

/**GENERAL HEADERS
********************/
.Title {
	color: #666;
	background:#FFFFFF; 
	height: 30px;
	padding:0;
	margin:0;
	}


h1 {
	font-size: 15px;
	color: #666;
	font-weight: bold;
	/*text-transform: uppercase;*/
	padding:15px 0 6px 0px;
	margin:0;
	}


h2 {
	font-size: 13px;
	color: #666;
	/*	font-weight: bold;*/
	text-transform: uppercase;
	padding:6px 0 6px 5px;
	margin:0;
	}


h3 {
	font-size: 13px;
	color: #666;
	font-weight: bold;
	text-transform: uppercase;
	/*background:#9f9d9d;*/
	padding:6px 0pt 6px 5px;
	}


h4 {
	font-size: 13px;
	color: #666;
	font-weight: bold;
	text-transform: uppercase;
	}


/**BREADCRUMB TRAIL & PAGINATION
**********************************/


#BreadCrumb {
padding:0;
width:560px;
margin:12px 0 0 0;
color:#666;
background-color:#fff;
border:0;
height:20px;
border-bottom:1px dotted #999;}
	
#BreadCrumb a{
padding:0 5px;
margin:0 !important;
color:#666 !important;
text-decoration:none;}

#BreadCrumb a:hover{
color:#666;
text-decoration:underline;}

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



	
/**HOME PAGE INTRODUCTION TEXT
*******************************/
#Announcement {
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 15px;
	position: relative;
	z-index: 1;
	height: 60px;
	/*background-image:url(../styleImages/homepage-text.gif);*/
	overflow:visible;
	}


#Announcement p {
font-weight:normal !important;
padding:0 0 10px 0;
margin:0;
font-size:12px;
line-height:16px;
	}
	
#Announcement h1{
/*display:none !important;*/
font-weight:normal !important;
padding:0;
margin:0;
}	
	
#Announcement h2{
/*display:none !important;*/
font-weight:bold !important;
padding:10px 0 5px 0;
margin:0;
font-size:12px;
line-height:16px;
}	

#christmas p {
font-weight:normal !important;
padding:0 0 10px 0;
margin:0;
font-size:12px;
line-height:16px;
	}
	
	
#christmas h2{
/*display:none !important;*/
font-weight:bold !important;
padding:10px 0 5px 0;
margin:0;
font-size:12px;
line-height:16px;
}


/**LATEST PRODUCTS - HOMEPAGE
*******************************/
#LatestProducts {
	padding: 0px;
	margin:0;
	position: relative;
	z-index: 1;

	height:100%;
	clear:both;

	}

#Inner {
	margin: -10px 0 0 0;
	padding:0;
	overflow:visible;
	width:600px;
	}

.LPBox {
	float: left;
	text-align: center;
	width: 172px !important;
	height: 220px  !important;
	margin: 0 22px 0 0px  !important;
	padding: 0px 0 0 0;
	border:none;


	}

.LPImage {
	background-image:url(../styleImages/frame-thumb.gif);
	background-repeat:no-repeat;
	width:172px;
	height: 172px;
	text-align: center;
	margin: 0;
	padding:8px 0 0 0;
	}

.LPName {
	text-align:center;
	font-size:12px;
	line-height:14px;
	font-weight:bold;
	margin:-5px 0 0 0;
	padding: 0;
	width:100%;
	color: #7f7f7f;
	}

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

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

.LPPrice {
	height:20px;
	width:100%;
	text-align:center;
	font-size:11px;
	margin:0;
	padding:0;
	text-transform:uppercase;
	color: #7f7f7f;
	line-height:16px;	
	}


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

color:#d36754;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;}

/**SUB CATEGORY IMAGE DISPLAY
******************************/
#SubCategories {
	float:left;
	display:inline; /*fixes IE6 float bug*/
	text-align:center;
	margin: 10px auto 5px;
	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;
	}

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

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

.subCat img {
	border:1px solid #CCCCCC;
	padding:5px;
	}

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

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

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

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

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

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


.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-bottom:5px;
	}


.catsep h2, .catsep h2 a {
	font-size: 13px;
	color: #9f9d9d;
	background:#ffffff;
	font-weight: bold;
	text-transform: uppercase;
	padding:6px 0 6px 5px;
	margin:0;
	}

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

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

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

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

/**SINGLE PRODUCT PAGE
************************/
#SingleProd {
	width:579px;
	padding: 0px;
	margin: 0px 0 20px 0 !important;
	position: relative;
	z-index: 1;
	overflow:hidden;
	}
	
#MainProdImage {
	text-align:center;
	margin:0;
	padding:15px 0 0 0;
	width:auto;
	height:auto;

	}

#MainProdImageFrame{
	background-image:url(../styleImages/frame-prod-410.gif);
	background-repeat:no-repeat;
	width:423px;
	height:423px;
	margin:20px 0 0 0 ;
	float:left;
	background-color:#999999;
}

#MoreImages {

width:133px;
float:right;
background-color:#FFFFCC;
}

/**LIGHTBOX GALLERY
********************/
#LightBoxGallery {
	height:auto;
	width:150px;
	overflow:visible;
	margin:20px 0 0 0;
	padding-left:0px;
	text-align:center;
	float:right;
	}

.LightBox {
	float:left;
	margin:0px 0px 11px 0px;
	padding:0px 0 0 0;
	height:1%;
	background-image:url(../styleImages/frame-thumb-126.gif);
	background-repeat:no-repeat;
	width:133px;
	height:133px;
	background-color:#666666;
	}

.LightBoxImage {
	text-align:center;
	margin:0;
	padding:10px;
	width:110px;
	}


/**PRODUCT DESCRIPTION
***********************/
#ProdDescription {
	width:560px;
	text-align:left;
	padding: 0;
	margin:0;
	color: #666;
	border-bottom:1px dotted #666;	
	}

#ProdDescription h2 {
	margin:0 0 0 0;
	padding-left:0px;
	padding-bottom: 5px;
	font-weight:normal;
	background:#fff none repeat scroll 0%;
	color:#666;
	font-size:13px;
	font-weight:bold;
	border-bottom:1px dotted #666;
	}

#ProdDescription p{
font-family:Verdana, Arial, Helvetica, sans-serif;
padding:0 0 10px 0!important;
margin:0 !important;
font-size:12px;}

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

#ProdInfo {

	padding:5px 0 0 0px;
	margin:0 0 0px 0;
	text-align:left;
	width:530px;
	text-align:center;
	}

#ProdPrice {
	float:left;
	display:inline; /*used to fix IE6 double margin bug with floated elements */
	width:530px;
	font-size:13px;
	font-weight:bold;
	padding:0px 0 0 0;
	margin:0 0 0px 0;
	text-align:left;
	color:#666; 
	background:#FFFFFF;
	
	}
	
#purchase{
padding:10px 0;}	

.basketbutton{
color:#d36754;
text-decoration:none;
font-weight:bold;
}	

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

#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: #666;
	background: #FFFFFF;
	text-decoration:none;
	}

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

#TellAFriend {
	float:left;
	width:560px;
	border-top:1px dotted #666;
	height:100%;
	margin:0px;
	padding:0;
	text-align:left;
	}

#TellAFriend p{
padding:0;
margin:0;
	text-align:left;
}

#TellAFriend a {
	color:#666;
	text-decoration:none;
	margin-left:0px;
	}
	
#TellAFriend a:hover {
	text-decoration:underline;
	}

.tellbutton{
padding-left:380px;
margin:0;}

/**PRODUCT OPTIONS
********************/
#ProdOptions {
	margin:10px 0 0 0;
	text-align:left;
	text-transform:uppercase;
	font-size:13px;
	font-weight:normal;
	width:auto;
	padding:0 0 0 0px;
	color: #666;
	background: #FFFFFF;
	}

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


#Options {
	margin:0px 0 0 0;
	padding:0 0 0 0px;
	text-transform:none;
	font-size:13px;
	color: #666;
	background: #FFFFFF;
	}

.OptionsStyle {
	border: 1px solid #CCC;
	width:auto;
	color:#666;
	margin:2px 0;

	}


/**PRODUCT CODE & STOCK AVAILABILITY
**************************************/
#ProdLevels {
	text-align:left;
	margin:30px 0 0 0;
	padding:10px;
	font-weight:bold;
	font-size:12px;
	color:#333333;
	background: #FFFFFF;
	}

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


/**ADD TO CART BLUE BACKGROUND
*******************************/
#ProdBuy {
	color: #333333;
	font-size:14px;
	width:530px;
	margin:0px 10px 10px 0;
	padding: 5px 10px 10px 0px;
	position: relative; 
	text-align: left;
	
	}
	
#ProdBuy p{
margin:0;
padding:10px 0 0 0px;	}

#ProdBuyLogin {
	color: #333;
	font-size:14px;
	width:520px;
	margin:10px 10px 10px 0;
	padding: 5px 10px 5px 0;
	position: relative; 
	text-align: right;
	}

#ProdBuy a {
	line-height:22px;
	font-size:12px;
	padding:0 10px;
	margin:2px 0 0 0;
	text-transform:uppercase;
	text-decoration:none;
	}

/**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: #9f9d9d;
	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;}

* html .LPInfo {width: 100%;}

/**SITE BUTTONS
*********************/
.buttonBg {
	color: #666;
	background-color:#fff;
	line-height:12px;
	font-size:12px;
	padding:2px;
	margin:0 0 0 0;
	text-decoration:none;
	border:1px solid #666666;
	}




/****************
footer
***************/

#outside{
width:760px;
margin:0px auto;
text-align:right;
padding:0;}

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

#footer{
padding:0;
margin:0;}

#footer p{
margin:0;
padding:5px 0 10px 160px;
color:#FFFFFF;}

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

#footer a:hover{
text-decoration:underline;}

/****************************
basket
*****************************/
#yourbasket{
width: 200px;
padding-top:100px;
background-color:#fff;}


#basketcolor a{
color:#666 !important; 
text-decoration:none !important;
}

#basketcolor a:hover{
/*background-color:#666;
color:#fff;*/
text-decoration:underline;
}



#cat-filter{
margin:10px;
padding-bottom:5px;
}




/*****************************
search
*****************************/
#searchresults{
padding: 10px;}

