
/* RESET */
/* ----------------------------------------- */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
a img { border:none } /* Gets rid of IE's blue borders */

body {
	margin: 35px 0px 0px 0px;
	padding: 0px;
	background-color: #ede9ea;
	font: 12px 'Trebuchet MS', Helvetica, Arial, sans-serif;
	color: #666;
}

img, div, p {
	margin: 0;
	padding: 0;
	border: 0px;
}

a {
	text-decoration: none;
	color: #ea3f99;
}

a:hover {
	text-decoration: none;
	color: #7a7a7a;
}

a.categoryPages {
	text-decoration: none;
	color: #ea3f99;
}

a.categoryPages:hover {
	text-decoration: none;
	color: #7a7a7a;
}

.centerBox {
	width: 986px;
	margin: 0 auto;
	border: 0px solid #000;
}

.mainBox {
	width: 928px;
	margin: 0 auto;
	padding: 34px 34px 34px 25px;
	border: 1px dashed #ddd;
	background-color: #FFF;
	float: left; /* FLOAT TO WRAP */
}

div#footer {
	clear: both;
	height: 35px;
	width: 988px;
	margin: 0 auto;
}

*:focus {
    outline: 0;
}

/* Navigation New Structure */

.menu-store {
  margin: 0px;
  padding: 0px;
}

.menu-store ul {
  text-transform: lowercase;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.menu-store ul li {
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  margin: 8px 0px 0px 6px;
  padding: 0px;
}

.menu-store ul li a {
  display: block;
  margin: 0px;
  padding: 3px 0px 3px 9px;
  text-decoration: none;
  color: #0066CC;
}

.menu-store ul li a:hover {
  background: transparent url("../styleImages/nav_bullet.gif") no-repeat 0px .6em;
	color: #7a7a7a;
}

.menu-store ul.sub-menu {
  margin-top: 0px;
}

.menu-store ul.sub-menu li {
  font-size: 13px;
  line-height: 13px;
  margin: 0px;
  padding: 0px 0px 0px 13px;
  font-weight: normal;
}

.menu-store ul.sub-menu li a {
  color: #0066CC;
}

.menu-store ul.third-menu {
  margin-left: 13px;
  margin-top: 0px;
}

.menu-store ul.third-menu li a {
  color: #6699CC;
}

.menu-header { }

.menu-header ul {
  text-transform: lowercase;
  padding: 0px;
  margin: 0px;
}

.menu-header ul li {
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  margin: 17px 0px 0px 6px;
}

.menu-header ul li a {
  display: block;
  margin: 0px;
  padding: 3px 0px 3px 9px;
  text-decoration: none;
}

.menu-header ul li a:hover {
  background: transparent url("../styleImages/nav_bullet.gif") no-repeat 0px .6em;
	color: #7a7a7a;
}

.menu-header ul.sub-menu {
  margin-top: 0px;
}

.menu-header ul.sub-menu li {
  font-size: 13px;
  line-height: 13px;
  margin: 0px;
  padding: 0px 0px 0px 7px;
  font-weight: normal;
}

.menu-header ul li.current-menu-parent a,
.menu-header ul li.current-menu-parent ul.sub-menu li.current-menu-item a {
	color: #7a7a7a;
}

.menu-header ul li.current-menu-parent ul.sub-menu li a {
	color: #0066CC;
}

.menu-external {
  margin-top: 12px;
  padding-left: 6px;
}

.menu-external ul {
  text-transform: lowercase;
  margin: 0px;
  padding: 0px;
}

.menu-external ul li {
  font-size: 13px;
  line-height: 13px;
  margin: 0px;
  padding: 0px 0px 0px 7px;
  font-weight: normal;
}

.menu-external ul li a {
  display: block;
  margin: 0px;
  padding: 3px 0px 3px 9px;
  text-decoration: none;
}

.menu-external ul li a:hover {
  background: transparent url("../styleImages/nav_bullet.gif") no-repeat 0px .6em;
	color: #7a7a7a;
}

/* Newsletter Sign Up */

.nav-email-form {
	margin: 3px 0px 0px 6px;
	padding: 3px 0px 0px 0px;
	width: 174px;
  border: 1px solid #ffffff;
}

.nav-email-form h2 {
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  background: none;
  text-transform: none;
}

.nav-email-form h2 a {
  display: block;
  margin: 0px;
  padding: 3px 0px 3px 9px;
  text-decoration: none;
  background: none;
}

.nav-email-form h2 a:hover {
  background: transparent url("../styleImages/nav_bullet.gif") no-repeat 0px .6em;
	color: #7a7a7a;
}

.nav-email-form form {
  display: none;
  margin: 5px 0px 12px 8px;
}

.nav-email-form.active {
  border: 1px solid #d6d6d6;
  background-color: #fefefe;
}

.nav-email-form.active form {
  display: block;
}

.nav-email-form.active h2 a:hover {
  background: none;
}

p.copyright {
  margin: 0px;
	padding: 5px 0px 0px 0px;
	font-size: 10px;
	text-align: right;
}

/* Simple Search Form */

.search_div {
  height: 20px;
  width: 158px;
}

.search_input {
  width: 130px;
  border: 0px;
  height: 18px;
  float: left;
  background: transparent url('../styleImages/search_field.png') no-repeat 0px 0px;
  font-size: 11px;
  color: #666;
  padding: 1px 2px;
  overflow: hidden;
}

.search_btn {
  width: 24px;
  border: 0px;
  height: 20px;
  float: left;
  background: transparent url('../styleImages/search_btn.png') no-repeat 0px 0px;
  text-indent: -9999px;
  outline: 0;
}

.search_btn:active {
  outline: 0;
}

.search_btn::-moz-focus-inner {
  border: none;
}

.active_form .search_btn {
  cursor: pointer;
  background-position: 0px -20px;
}

.active_form .search_btn:hover {
  background-position: 0px -40px;
}

.active_form .search_input {
  color: #E946C7;
}


/* NAVIGATION  */

/* Navigation Common Elements */

.navBox {
	width: 205px;
	float: left;
	color: #ea3f99;
}

img.logoImage {
	margin-bottom: 14px;
	margin-left: 10px;
}



a.cartOver:hover {
	text-decoration: none;
	color: #7a7a7a;
}

.navHeader.blue a:hover, .navSection.blue a:hover {
	color: #7a7a7a;
}

a.activeNav, .navHeader.blue a.activeNav, .navSection.blue a.activeNav {
	color: #7a7a7a;
}

a.activeSubNav, .navHeader.blue a.activeSubNav {
	color: #7a7a7a;
}


/* COPYRIGHT AND E-MAIL FORM */


form {
	padding: 0px;
	margin: 0px;
}

.contactforminput {
	margin: 0px;
	padding: 2px 1px 2px 1px;
	width: 250px;
	border: 1px solid #ccc;
	color: #e946c7;
	font-size: 11px;
}

.wholesaleforminput {
	margin: 0px;
	padding: 2px 1px 2px 1px;
	width: 200px;
	border: 1px solid #ccc;
	color: #e946c7;
	font-size: 11px;
}

.wholesaleformmessage {
	margin: 2px 0px 0px 0px;
	padding: 2px 1px 2px 1px;
	width: 240px;
	height: 100px;
	border: 1px solid #ccc;
	color: #e946c7;
	font-size: 11px;
}

.contactformmessage {
	margin: 0px;
	padding: 2px 1px 2px 1px;
	width: 400px;
	height: 200px;
	border: 1px solid #ccc;
	color: #e946c7;
	font-size: 11px;
}

/* BANNER */

.bannerBox {
	border: 1px dashed #e93d8c;
	float: right;
	margin-bottom: 4px;
}

/* CONTENT */

.contentBox {
	width: 684px;	
	padding: 18px 0px 18px 36px;	
	border: 1px dashed #e93d8c;
	float: right;
  min-height: 590px;
  height: auto !important;
  height: 590px;
  position: relative;
}

.contentBox .leftCol {
	float:left;
	width: 220px;
	padding-right: 34px;
}

.contentBox .rightCol {
	float: right;
	width: 343px;
	padding-right: 34px;
}

.contentBox .rightBox {
	float: right;
	width: 243px;
	padding: 10px;
	background-color: #eee;
	border: 1px dashed #aaa;
	margin: 0px 0px 10px 10px;
}

/* PARAGRAPH STYLES */

.contentBox p {
	margin-bottom: 15px;
	line-height: 1.5em;
}

.contentBox p.pageTitle, .pageTitle, .dateTitle {
	font-size: 14px;
	font-weight: bold;
	color: #357505;
	padding-bottom: 18px;
	width: 535px;
}

.contentBox p.subTitle {
	font-size: 13px;
	font-weight: bold;
	color: #0066cc;
	margin-top: 0px;
}

.contentBox p.productTitle {
	padding-top: 0px;
	font-size: 13px;
	font-weight: bold;
	color: #0066cc;
	margin-top: 18px;
	clear: both;
}

.contentBox p.greySubTitle {
	border-top: 1px dashed #aaa;
	font-size: 13px;
	font-weight: bold;
	color: #0066cc;
	padding-top: 15px;
}

.contentBox p.firstSub {
	border-top: 0px dashed #aaa;
	padding-top: 0px;
}

.contentBox p.quoteAttribute {
	text-align: right;
	padding-right: 10%;
}

.contentBox p.smallText {
	font-size: .9em;
}

.contentBox p.smallForm {
	font-size: .85em;
	margin-bottom: 7px;
}

.green_text, .interviewQuestion {
	color: #357505;
}

.blue_text {
	color: #0066cc;
}

.black_text {
	color: #000;
}

.red_text {
	color: #ff3333;
}

.pinkBorder {
	border: 2px solid #e93d8c;
}

.dashedBorder {
	border: 1px dashed #aaa;
}


/* JB ADDED STORE SPECIFIC STYLES */

div#prodDesc p { /* Product Desc. Paragraphs */
	padding: 0px 34px 0px 0px;
	margin:0px 0px 12px 0px;
	font-size: 12px;
}

.pageTitle {
	text-transform: lowercase;
}

p.price {
	margin-top: 18px;
	padding-bottom: 10px;
	font-size: 14px;
}

a.orderButtons {
	/* display: block; (Width 110) */
	display: inline-block;
	margin: 0px;
	text-align: center;
	border: 1px dashed #357505;
	padding: 5px 8px;
	font-weight: normal;
	background-color: #ffffff;
	font-size: 13px;
	text-transform: uppercase;
}

a:hover.orderButtons {
	text-decoration: none;
	background-color: #d8ead9;
	color: #e93d8c;
}

a.disabledButtons {
	/* display: block; (Width 110) */
	display: inline-block;
	margin: 0px;
	text-align: center;
	border: 1px dashed #357505;
	padding: 5px 8px;
	font-weight: normal;
	background-color: #eee;
	font-size: 13px;
	text-transform: uppercase;
	color: #333;
}

.jb_submit {
	cursor: pointer;
	margin: 0px;
	text-align: center;
	width: 140px;
	display: block;
	border: 1px dashed #357505;
	padding: 3px 4px;
	font-weight: bold;
	background-color: #ffffff;
	font-size: 13px;
	text-transform: lowercase;
	font-weight: normal;
	color: #e93d8c;
	font-weight: normal;
	text-transform: uppercase;

}

.jb_submit:hover {
	background-color: #d8ead9;
	color: #e93d8c;
}





table.loginTable {
	margin: 0px;
	padding: 0px;
}

table.loginTable tr td {
	padding-bottom: 5px;
	padding-right: 5px;
	font-size: .9em;
}

table.newsletterTable {
	margin: 0px 0px 18px 0px;
	padding: 0px;
}

table.newsletterTable tr td {
	padding: 3px 5px 3px 0px;
	padding-right: 5px;
	font-size: .9em;
}

table.paypalTable {
	margin: 0px;
	padding: 0px;
	width: 650px;
	text-transform: lowercase;
}

table.paypalTable tr td {
	padding: 4px 0px;
	font-size: .9em;
}

table.paypalTable tr td.header {
	color: #0066CC;
	font-size: .9em;
	padding-right: 12px;
	text-align: right;
}

table.paypalTable tr.firstRow td {
	padding-top: 12px;
	font-size: .9em;
}

table.regTable {
	margin: 0px;
	padding: 0px;
	width: 650px;
}

table.regTable tr td {
	padding-bottom: 3px;
	padding-right: 2px;
	font-size: .9em;
}









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

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


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

/**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: #FFFFFF;
	text-transform:uppercase;
	margin:0;
	padding:0 10px 0 0;
	width:auto;
	float:right;
	} 

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

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

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


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

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


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

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

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



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

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

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


/**LEFT COLUMN - MAILING LIST
*******************************/
.LeftBox.border {
	border-top:1px dotted #FFFFFF;
	padding-top:5px;
	color:#FFFFFF;
	background: #3AB0D6;
	}

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


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

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

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

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

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

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

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



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



/**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:537px;
	float: left;
	margin:0 0 0 15px;
	padding:0;
	}


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

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


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


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


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


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


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


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

.pagination {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: normal;
	}


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

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

#SiteDocs a:hover {
	color: #3AA8CC;
	background:#FFAD00;
	}


	
/**HOME PAGE INTRODUCTION TEXT
*******************************/
#Announcement {
	padding: 0px;
	margin: 0px;
}


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

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

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

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

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

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

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

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


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

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

.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:#3AB0D6;
	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: #3AB0D6;
	background:#ffffff;
	font-weight: bold;
	text-transform: uppercase;
	padding:6px 0 6px 5px;
	margin:0;
	}

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

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

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

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

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

#MoreImages {}

/**LIGHTBOX GALLERY
********************/
#LightBoxGallery {
	margin: 0;
	padding: 0;
	text-align: left;
}

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

.LightBoxImage {
	text-align:left;
	margin: 0;
	padding: 3px;
	border: 1px dashed #aaa;
}


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

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


/**PRODUCT INFO - PRICE, RATING, TELL A FRIEND
************************************************/
#ProdInfo {
	border-top:1px dotted #cccccc;
	border-bottom: 1px dotted #cccccc;
	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:20px;
	padding:20px 0 0 0;
	margin:0;
	text-align:left;
	color:#3aa8cc; 
	background:#FFFFFF;
	}

#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: #FFAA00}

#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:#3aa8cc;
	background: #FFFFFF;
	text-decoration:none;
	}
	
#TellAFriend a:hover {
	color:#ffaa00;
	background: #FFFFFF;
	text-decoration:none;
	}


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

#Options {
	margin: 0px;
	padding: 0px;
	text-transform: lowercase;
	font-size: .9em;
	font-weight: bold;
}

#Options tr td {
	padding: 0px 10px 4px 0px;
	color: #357505;
}

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


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

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


/**ADD TO CART BLUE BACKGROUND
*******************************/

.CartImage {
	text-align:left;
	margin: 0;
	padding: 3px;
	
}

#ProdBuy {
	color: #ffffff;
	background: #3AB0D6;
	font-size:14px;
	width:520px;
	margin:10px 10px 10px 0;
	padding: 10px 10px 10px 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: #3AB0D6;
	padding: 3px;
	}	

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

.ReviewTitle { text-transform:uppercase;}

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

.Date {
	color: #ffaa00;
	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;
}

#mainImage {
  width: 640px;
  padding: 3px;
  border: 1px dashed #aaa;
  overflow: hidden;
  position: relative;
}

#mainImage img {
  width: 640px;
}

#mainImage .enlarge {
  width: 32px;
  height: 32px;
  padding: 2px;
  border: 1px dashed #e93d8c;
  position: absolute;
  bottom: 6px;
  right: 6px;
}

#mainImage .enlarge a {
  display: block;
  text-indent: -9999px;
  background: transparent url('../styleImages/jb_enlarge.png') no-repeat 0px 0px;
  width: 32px;
  height: 32px;
}

div.clearFix {
	clear: both;
	overflow: hidden;
	height: 1px;
}

/* Individual Product Mods */

.product_1513 .price {
  display: none;
}

.cat_1513 .green_text {
  display: none;
}
