body {
	background-color: #fff;
	color: #333;
	font: 13px/20px "Trebuchet MS", Verdana, Arial, sans-serif;
	margin: 0px;
	padding: 0;
	}

#pageSurround {
	background-color: #fff;
	color: #333;
	margin: 0px auto;
	padding: 5px;
	width: 748px;
	}

#PageOuter {
	background-image: url(../styleImages/backgrounds/contentBgSdw.gif);
	background-position: left top;
	background-repeat: repeat;
	margin: 0 auto;
	padding: 0;
	width: 834px;
	}

#Header {
	height: 120px; 
	margin: 0 0 0px 0;
	padding-bottom: 8px;
	text-align: right;
	width: 752px;
	/* SKIN VARIABLE IS cAsE SeNsItIvE */
	background-image: url(../../../images/getLogo.php?skin=Laura-Tanner);
	background-repeat: no-repeat;
	background-position: left top;	
	background-color: #fff;
	color: #333;
	}

/**TOP BOXES 
*************/
.SmallHeader {
	color: #333;
	font-size: 11px;
	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*/
	float: right;
	height: 20px;
	margin-top: 58px;
	padding: 0;
	text-align: right;
	width: auto;
	} 

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

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

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

#Login a:hover { text-decoration: none;color: #2c8f71; }
	


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

/**LEFT COLUMN HEADINGS
************************/
.subHeading {
	border-bottom: 1px dotted #fff;
	color: #000;
	height: 30px;
	margin: 0;
	padding: 0;
	width: 100%;
	}

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

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

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



/**LEFT COLUMN SIDE BOXES
*************************/
.LeftBox {
	margin: 0 0 5px 0;
	padding: 0 0 2px 0;
	width: 185px;
	}

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

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


/**LEFT COLUMN - MAILING LIST
*******************************/
.LeftBox.border {
	border-top: 1px dotted #56867B;
	padding-top: 5px;
	color : #333;
	background: #BED2CD;
	}

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


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

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

.ul-nav {
	font-size: 11px;
	padding: 0px;
	width: 190px;
	}

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

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

.li-nav a {
	color: #333;
	display: block;
	font-family: "Trebuchet MS", Verdana, Arial;;
	font-size: 11px;
	padding: 2px;
	text-decoration: none;
	text-indent: 2px;
	width: 186px;
	}

.li-nav a:hover {
	color: #F16553;
	display: block;
	font-family: "Trebuchet MS", Verdana, Arial;
	padding: 2px;
	text-decoration: none;
	text-indent: 2px;
	width: 186px;
	}

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

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



/**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: #333;
	background-image: url(../styleImages/more.gif);
	background-repeat: no-repeat;
	background-position:5px 6px;
	color: #333;
	padding: 2px 2px 2px 15px;
	text-decoration:none;
	}

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


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

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

#RandText {
	color: #333;
	}


/**MAIN CONTENT SECTION
************************/
#Content {
	float: left;
	margin: 0 0 0 15px;
	padding: 0;
	position: relative;
	width: 537px;
	}

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

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


/**GENERAL HEADERS
********************/
.Title {
	background: #fff; 
	color: #6F9994;
	height: 30px;
	margin: 0;
	padding: 0;
	}

h1 {
	background: #BED2CD;
	color: #333;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 6px 0 6px 5px;
	text-transform: uppercase;
	}

h2 {
	background: #BED2CD;
	color: #333;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 6px 0 6px 5px;
	text-transform: uppercase;
	}

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

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


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

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


/**SITE DOCUMENTS
*******************/
#SiteDocs {
	background: #56867B;
	color: #fff;
	font-size: 11px;
	height: 20px;
	margin: 0;
	padding: 5px 0;
	text-align: center;
	text-transform: uppercase;
	}

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

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

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

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

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

.LPBox {
	float: left;
	height: 145px;
	margin: 5px 5px 20px 5px;
	padding: 0;
	text-align: center;
	width: 115px;
	}

.LPImage {
	border: 1px solid #ccc;
	float: none;
	margin: 3px auto;
	padding: 5px 0;
	text-align: center;
	}

.LPName {
	color: #333;
	font-size: 12px;
	margin: 0;
	padding: 2px 0;
	text-align: center;
	width: 100%;
	}

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

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

.LPPrice {
	color: #333;
	height: 20px;
	font-size: 12px;
	margin: 0;
	padding: 2px 0;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	}


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

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

.subCat {	
	display: inline;/*fixes IE6 float bug*/
	float: left;
	margin: 5px 5px 10px 5px;
	padding: 5px;
	text-align: center;
	text-indent: 0;
	}

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

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

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

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

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

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

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

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

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


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

.catsep {
	border-right: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	padding-right: 8px;
	padding-bottom: 5px;
	}


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

.catsep h2 a:hover {
	background: #fff;
	color: #F16553;
	}

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

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

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

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

#MoreImages {}

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

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

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


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

#ProdDescription h2 {
	background: #BED2CD none repeat scroll 0%;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 0 0;
	padding-left: 5px;
	padding-bottom: 5px;
	text-transform: uppercase;
	}


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

#ProdPrice {
	background: #fff;
	color: #BED2CD; 
	display: inline; /*used to fix IE6 double margin bug with floated elements */
	float: left;
	font-size: 20px;
	height: 66%;
	margin: 0;
	padding: 20px 0 0 0;
	text-align: left;
	width: 30%;
	}

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

#ProdReviews a {
	background: #fff;
	color: #333;
	text-decoration: none;
	}

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

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

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

#TellAFriend a {
	background: #fff;
	color: #BED2CD;
	text-decoration: none;
	}
	
#TellAFriend a:hover {
	color: #242726;
	background: #fff;
	text-decoration: none;
	}


/**PRODUCT OPTIONS
********************/
#ProdOptions {
	background: #fff;
	color: #636;
	font-size: 15px;
	font-weight: normal;
	margin: 20px;
	padding: 0;
	text-align: left;
	text-transform: uppercase;
	width: auto;
	}

#Options {
	background: #fff;
	color: #333;
	font-size: 13px;
	font-weight: bold;
	margin: -10px 0 0 0;
	padding: 0 0 0 10px;
	text-transform: none;
	}

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


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

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


/**ADD TO CART BLUE BACKGROUND
*******************************/
#ProdBuy {
	background: #BED2CD;
	color: #fff;
	font-size: 14px;
	margin:10px 10px 10px 0;
	padding: 10px 10px 10px 0;
	position: relative; 
	text-align: right;
	width: 515px;
	}

#ProdBuyLogin {
	background: #BED2CD;
	color: #fff;
	font-size: 14px;
	margin: 10px 10px 10px 0;
	padding: 5px 10px 5px 0;
	position: relative; 
	text-align: right;
	width: 515px;
	}

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

/**COUPONS
************/
.addCoupon:link, .addCoupon:visited, .addCoupon:hover, .addCoupon:active {
	background: #fff;
	color: #333;
	font-weight: bold;
	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{
	background: #BED2CD;
	color: #fff; 
	padding: 3px;
	}	

.ReviewContent {
	background: #fff;
	border-bottom: 1px dotted #ccc;
	color: #333;
	font-style: italic;
	padding: 3px;
	}

.ReviewTitle { text-transform: uppercase; }

.ReviewedBy {
	background: #fff;
	color: #333;
	padding: 3px;
	}

.Date {
	color: #333;
	background: #fff;
	float: right;
	}


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

* html .LPInfo { width: 100%; }


/**SITE BUTTONS
*********************/
.buttonBg {
	background-image: url(../styleImages/backgrounds/ButtonBg.gif);
	background-repeat: repeat-x;
	color: #636;
	height: 26px;
	text-align: center;
	}
