/* +------------------------------------------------------------+ */
/* | General XHTML Elements                                     | */
/* +------------------------------------------------------------+ */

body {
	color: #FFFFCC;
	background-color: #5C1768;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	margin: 0px;
	background-image: url(../media/img_homepage_new1_darker.jpg);
	background-repeat: no-repeat;
	/*background-attachment: fixed;*/
	
     }

a {
	color: #FFFF00;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
     }

p {
     margin: 5px 0px 7px 0px;
	 padding-bottom: 5px;
     }

sup {
     display: inline;
     padding: 0px;
     vertical-align: super;
     font-size: 8px;
     }

a:hover {
	color: #FF9999;
     }

legend {
     display: none;
}


label {
     display: none;
}

fieldset {
     border: none;
     padding: 4px 0px 4px 5px;
    }

fieldset p {
     display: block;
     margin: 5px 5px 5px 2px;
     }

form {
     margin: 0px 0px 5px 0px;
     }

img {
     border: none;
	 padding: 0px 3px 0px 0px;
     }

li {
     padding-bottom: 9px;
     }

/* +------------------------------------------------------------+ */
/* | General XHTML Classes                                      | */
/* +------------------------------------------------------------+ */

.center {
     text-align: center;
     }

.inlinecenter {
     text-align: center;
     }

p.inline {
     display: inline;
     padding: 0px;
     }

.strong {
     font-weight: bold;
     }

.big {
     font-weight: bold;
     font-size: 16px;
     }

.hidden {
     display: none;
     }

a.unfancy {
	color: #FFFF99;
	font-weight: normal;
	text-decoration: underline;
	cursor: pointer;
     }

/* +------------------------------------------------------------+ */
/* | Skin Specific Divs                                         | */
/* +------------------------------------------------------------+ */

#skin_wrapper {
     width: 910px;
     padding: 0px;
     margin: auto;
     }

#skin_wrapper_full {
	width: 100%;
	padding: 0px;
	margin: 0px;
	background-repeat: no-repeat;
	background-position:  top left;
     }

#skin_ct {
     width: 100%;
     padding: 0px;
     margin: 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     }

#skin_ct_lcol_head {
     padding: 5px;
     margin: 0px;
     width: 160px;
     height: 0px;
     }

#skin_ct_rcol_head {
     padding: 0px;
     margin: 0px;
     height: 0px;
     text-align: right;
     }

#skin_ct_lcol {
	padding: 20px 10px 10px 10px;
	margin: 0px;
	vertical-align: top;
	width: 160px;
	text-align: left;
     }

#skin_ct_mcol {
     padding: 20px 10px 10px 10px;
     margin: 0px;
     vertical-align: top;
     line-height: 150%;
     }

#skin_ct_rcol {
     padding: 20px 10px 10px 10px;
     margin: 0px;
     vertical-align: top;
     width: 160px;
     }

#skin_footer {
	color: #FFFFFF;
	padding: 10px 10px 10px 10px;
	text-align: center;
	margin: 0px;
	font-size: 12px;

}

#skin_pgtitle {
	color: #FFFF99;
	font-size: 18px;
	padding: 0px 0px 4px 0px;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
	border-bottom: 1px solid #999999;
	}

#skin_content {
     margin: auto;
     }

/* +------------------------------------------------------------+ */
/* | Skin Specific Classes                                      | */
/* +------------------------------------------------------------+ */

.skin_fenavh {
	color: #FFFF99;
	padding: 20px 0px 5px 0px;
	margin: 0px;
	border-bottom: 1px dotted #999999;
	font-weight: bold;
	font-size: 14px;
	font-style: italic;
	}

.skin_fenav ul {
     padding: 0px;
     margin: 0px 0px 10px 0px;
     list-style: none;
     }

.skin_fenav ul li {
     margin: 0px;
     padding: 0px;
     list-style: none;
     }

.skin_fenav ul li a {
	color: #FFFFFF;
	font-weight: bold;
	display: block;
	text-decoration: none;
	padding: 6px 5px 6px 14px;
	background-image: url('../media/menu_arrow.png');
	background-repeat: no-repeat;
	background-position:  center left;
	border-bottom: 1px dotted #999999;
	}

.skin_fenav ul li a:hover {
     color: #333333;
     background-color: #DDDDDD;
	 background-image: url('../media/menu_bullet.png');
	 background-repeat: no-repeat;
     text-decoration: none;
     }

.skin_headacct {
     width: 100%;
     text-align: right;
     clear: both;
     }

.skin_fenavmini {
     padding: 7px;
     margin: 0px 0px 10px 0px;
     border-left: 1px dotted #999999;
     border-right: 1px dotted #999999;
     border-bottom: 1px dotted #999999;
	 }

#skin_menu_head ul {
	padding: 1px 0px 4px 0px;
	margin: 0px 0px 4px 0px;
	list-style: none;
	border-top:0px;
	border-bottom:1px;
	border-left:0px;
	border-right:0px;
	border-style:solid;
	border-bottom-color:#757500;
     }

#skin_menu_head li {
     padding: 0px;
     margin: 0px;
     list-style: none;
     display: inline;
     }

#skin_menu_head ul li a {
	color: #5C1768;
	font-weight: bold;
	text-decoration: none;
	margin: 0px 0px 0px 30px;
	padding: 0px 0px 0px 10px;
	background-image: url('../media/menu_arrow.png');
	background-repeat: no-repeat;
	background-position: center left;
     }

#skin_menu_head ul li a:hover {
     text-decoration: underline;
     }

#skin_headacct {
	color: #484800;
}

#skin_headacct a {
     color: #FFFFFF;
     text-decoration: none;
}

#skin_headacct a:hover {
     color: #FFFFFF;
     text-decoration: underline;
}

/* +------------------------------------------------------------+ */
/* | System Required Divs                                       | */
/* +------------------------------------------------------------+ */

#debug {
     color: #555555;
     background-color: #FFFFFF;
     border-top: 1px solid #999999;
     overflow: hidden;
     padding: 10px;
     margin: 0px auto 10px auto;
     }

#printable {
     padding: 10px;
     margin: auto;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Messages                          | */
/* +------------------------------------------------------------+ */

.error {
     color: #FF0000;
     font-weight: bold;
	 background-color: #FFFFCC;
     }

.confirm {
	color: #339933;
	font-weight: bold;
	background-color: #FFFFCC;
     }

.imgfloatrt {
     float: right;
     margin-bottom: 10px;
     margin-left: 10px;
     display: inline;
     }

.inline {
     display: inline;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Form Fields                       | */
/* +------------------------------------------------------------+ */

.formfieldrelwrap {
     overflow: auto;
     width: 550px;
     height: 90px;
     border: 1px solid #555555;
     padding: 5px;
     margin: 10px 0px 10px 0px;
     }

.formfieldwysiwyg {
     background-color: #FFFFFF;
     border: 1px solid #555555;
     margin: 5px 5px 0px 2px;
     font-size: 11px;
     }

.formfieldwysiwyg:hover {
     background-color: #F5F5F5;
     }

.formfieldradcb {
     color: inherit;
     background-color: inherit;
     }

/* Form Fields Including Products */
.formfield {
     background-color: #FFFFFF;
     border: 1px solid #555555;
     margin: 5px 5px 0px 2px;
     font-size: 11px;
     }

.formfield:hover {
	background-color: #FFFFCC;
     }

.formfieldp {
     display: block;
     padding: 0px;
     margin: 0px 0px 2px 2px;
     }

.formfieldpnfs {
     display: block;
     padding: 0px 5px 0px 5px;
     margin: 0px 0px 5px 0px;
     }

.formfielda {
     display: block;
     padding: 0px 5px 0px 5px;
     margin: 0px 0px 2px 0px;
     }

.formbutton {
     color: #555555;
     background-color: #DEDEDE;
     padding: 1px;
     margin: 0px 0px 5px 0px;
     font-size: 11px;
     width: 130px;
     border: 1px solid #555555;
     }

.formbutton:hover {
     color: #555555;
     background-color: #EBF1FF;
     }

.quickbutton {
     color: #555555;
     background-color: #DEDEDE;
     padding: 1px;
     margin: 0px;
     font-size: 11px;
     width: 130px;
     border: 1px solid #555555;
     }

.quickbutton:hover {
     color: #555555;
     background-color: #EBF1FF;
     }

.quickform {
     margin: 5px 0px 0px 0px;
     }

/* Quick Store Search */ 
.quickfield {
     background-color: #FFFFFF;
     border: 1px solid #555555;
     font-size: 11px;
     margin: 1px 0px 0px 0px;
     }

.quickfield:hover {
	background-color: #FFFF99;
     }

.formfieldleg {
     font-weight: bold;
     }

.formfieldleg_rnc {
     font-weight: bold;
     color: #FF0000;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Form Table Displays               | */
/* +------------------------------------------------------------+ */

.formsecthead {
	color: #66CCFF;
	margin: 5px 0px 10px 0px;
	padding: 4px 5px 4px 0px;
	border-top: 1px solid #999999;
	font-weight: bold;
	font-size: 14px;
     }

table.formtable {
     margin: 0px 0px 10px 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     width: 100%;
     }

table.formtable td {
     padding: 4px 2px 4px 2px;
     vertical-align: top;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Sort Table Displays               | */
/* +------------------------------------------------------------+ */

table.sorttable {
     margin: 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     width: 100%;
     }

th.sorttable {
     padding: 4px 5px 4px 5px;
     border-bottom: 1px solid #DEDEDE;
     vertical-align: top;
     font-weight: bold;
     }

td.sorttable {
     padding: 4px 5px 4px 5px;
     border-bottom: 1px solid #DEDEDE;
     vertical-align: top;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Regular Table Displays            | */
/* +------------------------------------------------------------+ */

.regtablehead {
	color: #FFCC00;
	margin: 5px 0px 10px 0px;
	padding: 4px 5px 4px 0px;
	border-bottom: 1px solid #999999;
	font-weight: bold;
	clear: both;
	font-size: 14px;
     }

table.regtable {
     margin: 0px 0px 10px 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     width: 100%;
     }

td.regtable {
     padding: 4px 2px 4px 2px;
     vertical-align: top;
     border-bottom: 1px solid #DEDEDE;
     }

.regtable p {
     padding: 0px;
     margin: 0px 0px 5px 0px;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Ghost Table Displays              | */
/* +------------------------------------------------------------+ */

table.ghost {
     margin: 0px;
     padding: 0px;
     border-spacing: 3px;
     border-collapse: collapse;
     width: 100%;
     }

td.ghost {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	vertical-align: top;
	background-color: #a867b3;
	/*background-color:rgba(168,103,179,0.5);*/
	
     }

.ghost form {
     display: inline;
}

td.ghost img {
     margin-right: 10px;
     margin-bottom: 0px;
     }

td.ghost p {
     margin: 0px 0px 0px 0px;
}

/* +------------------------------------------------------------+ */
/* | System Required Classes: Boxed Paragraphs                  | */
/* +------------------------------------------------------------+ */

p.ultablesp {
     margin: 0px;
     font-size: 1px;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Online Store Displays             | */
/* +------------------------------------------------------------+ */

.storehead {
	color: #FFCC00;
	margin: 25px 0px 10px 0px;
	padding: 4px 5px 4px 0px;
	font-weight: bold;
	clear: both;
	font-size: 14px;
	text-align: left;
     }

.storelink {
     margin: 5px 0px 10px 0px;
     padding: 4px 5px 4px 5px;
     border: 1px dotted #999999;
     }

.storelink p {
     margin: 0px;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Category List Display Tables      | */
/* +------------------------------------------------------------+ */

table.cptbl_cat {
     margin: 0px 0px 10px 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     width: 100%;
     }

td.cptbl_cat {
	padding: 5px 0px 0px 0px;
	vertical-align: top;
     }

td.cptbl_cat a {
     font-weight: bold;
     }

td.cptbl_cat_blank {
     display: none;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Product List Display Tables       | */
/* +------------------------------------------------------------+ */

table.cptbl_prod {
     margin: 0px 0px 10px 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     width: 100%;
     }

td.cptbl_prod {
    padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
    vertical-align: top;
   
     }

td.cptbl_prod a {
     font-weight: bold;
     }

td.cptbl_prod_blank {
     display: none;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Product Detail Display Tables     | */
/* +------------------------------------------------------------+ */

table.cptbl_det {
     margin: 0px 0px 10px 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     width: 100%;
     }

td.cptbl_det {
     padding: 5px 0px 0px 0px;
     vertical-align: top;
     }

td.cptbl_det_blank {
     display: none;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Price Displays                    | */
/* +------------------------------------------------------------+ */

.pricediv {
	border-left: solid;
	border-right: solid;
	border-top: solid;
	border-bottom: solid;
	border-color: #ACAC60;
	border-width: 1px;
	margin: 5px 0px 7px 0px;
	width: 134px;
	background-color:#427D7D;
	padding:2px 2px 2px 2px;
	}

.price {
	color: #FFFF00;
	font-weight: bold;
	display: inline;
	font-size: 14px;
     }

.pricex {
	color: #FF9933;
	font-weight: bold;
	display: inline;
	text-decoration: line-through;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Shopping Cart Displays            | */
/* +------------------------------------------------------------+ */

.cartbutton {
	color: #555555;
	background-color: #82B99D;
	padding: 1px;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	display: block;
	margin: 0px 0px 5px 0px;
	width: 125px;
	border: 1px solid #555555;
	text-decoration: none;
     }

.cartbutton:hover {
	color: #555555;
	background-color: #CCCCFF;
	text-decoration: none;
	cursor: default;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Misc                              | */
/* +------------------------------------------------------------+ */

.clearboth {
     clear: both;
     }

.outstock {
     color: #FF0000;
     }

a.hrefbutton {
     color: #555555;
     background-color: #DEDEDE;
     padding: 2px 5px 2px 5px;
     font-size: 11px;
     font-weight: normal;
     text-align: center;
     display: block;
     border: 1px solid #555555;
     text-decoration: none;
     }

a.hrefbutton:hover {
     color: #555555;
     background-color: #EBF1FF;
     text-decoration: none;
     cursor: default;
     }

.outline {
     border: 1px solid #999999;
     padding: 5px;
     margin-top: 5px;
     }

.outline p {
     margin: 0px 0px 3px 0px;
}

/* +------------------------------------------------------------+ */
/* | Specific to Brendita's Body Works                          | */
/* +------------------------------------------------------------+ */

.categoryText{
	font-size: 14px;
	font-weight: bold;
} 

.priceSize {
	color: #FFFF00;
	font-weight: bold;
     }

h1 {
	color: #F4E0B5;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
} 

h2 {
	color: #FFFF99;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
} 
/*
ul {
	margin: 1.5em; 
}
ul li {
	list-style-image: url(http://www.brenditasbodyworks.com/images/other/check-unchecked.png);
	border-bottom: 1px solid #ccc;
	padding: .2em 0 .2em .5em;
	font-weight: bold;
	color: #666; 
}
ul li:hover {
	/*cursor: pointer;*/
	/*list-style-image: url(http://www.brenditasbodyworks.com/images/other/check-checked.png);
	background-color: #A867B3;
	color: #000;
}*/

/* Affects the DIV around the short description*/		
.short_description_div {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid;
	border-color: #A867B3;
}

/* Used to highlight specific text*/
.highlight {
	font-weight: bold;
	font-size: 16px;
	text-decoration: underline;
	text-align: left;
	font-style: italic;
    }	

/* Affects the Ingredients and Daily Spa Ritual titles*/	
.ingredients_title {
	color: #006600;
	font-weight: bold;
	font-size: 16px;
	text-decoration: underline;
	text-align: left;
    }	
	
/* Affects the Ingredients and Daily Spa Ritual contents*/	
.ingredients_content {
	color: #000000;
    }

/* Affects the Ingredients and Daily Spa Ritual table*/	 

.ingredients_table {
	margin: 5px 0px 10px 0px;
	padding: 4px 5px 4px 5px;
	border: 1px dotted #999999;
	background-image: url(../media/background1.jpg);
	background-repeat: repeat;
    }
		
/* Affects the DIV around the 90x90 ingredient pictures*/
#ingredient_photos {
	padding-top: 5px;
	padding-bottom: 5px;
	width: 524px;
	border: 1px dotted #999999;
	background-image: url(../media/background1.jpg);
	background-repeat: repeat;
    }

/* Affects the 90x90 pictures*/
.centeredImage {
	text-align:center;
    }

.floatRight {
	float: right;
    }
	
	/* Affects the slideshow*/
	
.floatLeft {
	float: left;
    }
	
	
/* Affects the subscription div*/
.skin_subscription {
     padding: 7px;
     margin: 0px 0px 10px 0px;
     border-left: 2px dotted #FFFF00;
     border-right: 2px dotted #FFFF00;
     border-bottom: 2px dotted #FFFF00;
	 border-top: 2px dotted #FFFF00;
     }
	 
/* Affects the subscription text in div*/
.skin_subscription_highlight {
  	width: 145px;
	padding: 4px 0px 8px 0px;
	font-size: 18px;
	text-shadow:0 -1px 1px rgba(0,0,0,0.5);
	text-decoration: none;
	color: #ffffff;
	background-color: #98ba3f;
	font-weight: bold;
     }

/* Affects the subscription button*/
a.btn {
  width: 145px;
  padding: 2px 4px 4px 4px;
  font-family: Arial;
  font-size: 12px;
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
  background-color: #98ba3f;
}

a.btn:hover {
  background-color: #245191;
}


/* Affects the volume price div*/
.skin_volumePrice {
	padding: 7px;
	margin: 0px 0px 10px 0px;
	border-left: 2px dotted #FFFF00;
	border-right: 2px dotted #FFFF00;
	border-bottom: 2px dotted #FFFF00;
	border-top: 2px dotted #FFFF00;
	background-color: #A867B3;
	font-weight: bold;
	color: #FFFF00;
	font-size: 14px;
     }


/* Affects the rounded corners div*/

.round1 {
/* original*/
	-moz-border-radius:20px 20px 20px 20px;
	background-color:rgba(166, 167, 244, 0.8);
	display:table-cell;
	font-size:2em;
	height:50px;
	margin:0 auto;
	min-height:50px;
	text-align:center;
	vertical-align:middle;
	width:295px;
} 

.round2 {
/* right margin*/
	-moz-border-radius:20px 20px 20px 20px;
	background-color:rgba(166, 167, 244, 0.8);
	display:inline-block;
	font-size:2em;
	height:50px;
	min-height:50px;
	text-align:center;
	vertical-align:middle;
	width:295px;
	margin-right: 3px;
}
.round3 {
/* left margin*/
	-moz-border-radius:20px 20px 20px 20px;
	background-color:rgba(166, 167, 244, 0.8);
	display:inline-block;
	font-size:2em;
	height:50px;
	min-height:50px;
	text-align:center;
	vertical-align:middle;
	width:295px;
	margin-left: 0px;
}  

.round900 {
	-moz-border-radius:20px 20px 20px 20px;
	background-color:#a867b3;
	display:inline-block;
	min-height:50px;
	vertical-align:middle;
	width:880px;
	margin-left: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top:0px;
	color: #000000;
	font-size: 14px;
	float:right;
	margin-top:10px;
	margin-bottom:10px;
} 

.borderRadius {
	border: 5px solid #000;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 15px;
	background-color:#5E9CAA;
}

/* End of rounded corner 


/* +------------------------------------------------------------+ */
/* | Affects the mind-map divs                                  | */
/* +------------------------------------------------------------+ */

img.no-padding {
     border: none;
	 padding: 0px 0px 0px 0px;
     }


/* Used for rounded corners*/
.BL-01 {background: url(http://www.brenditasbodyworks.com/images/natural-ingredients/mm1bl.png) 0 100% no-repeat; z-index: 2;}
.BR-01 {background: url(http://www.brenditasbodyworks.com/images/natural-ingredients/mm1br.png) 100% 100% no-repeat; z-index: 2;}
.TL-01 {background: url(http://www.brenditasbodyworks.com/images/natural-ingredients/mm1tl.png) 0 0 no-repeat; z-index: 2;}
.TR-01 {background: url(http://www.brenditasbodyworks.com/images/natural-ingredients/mm1tr.png) 100% 0 no-repeat; padding:10px; z-index: 2;}
.T-01 {background: url(http://www.brenditasbodyworks.com/images/natural-ingredients/sq1.jpg) 0 0 repeat-x; z-index: 2;}
.B-01 {background: url(http://www.brenditasbodyworks.com/images/natural-ingredients/sq1.jpg) 0 100% repeat-x; z-index: 2;}
.L-01 {background: url(http://www.brenditasbodyworks.com/images/natural-ingredients/sq1.jpg) 0 0 repeat-y; z-index: 2;}
.R-01 {background: url(http://www.brenditasbodyworks.com/images/natural-ingredients/sq1.jpg) 100% 0 repeat-y; z-index: 2;}
.C-01 {
	background-color:#824444;
	border-color: #AC6060;
}


/* Used for rounded corners*/
.BL-02 {background: url(http://www.brenditasbodyworks.com/images/natural-ingredients/mm2bl.png) 0 100% no-repeat; z-index: 2;}
.BR-02 {background: url(http://www.brenditasbodyworks.com/images/natural-ingredients/mm2br.png) 100% 100% no-repeat; z-index: 2;}
.TL-02 {background: url(http://www.brenditasbodyworks.com/images/natural-ingredients/mm2tl.png) 0 0 no-repeat; z-index: 2;}
.TR-02 {background: url(http://www.brenditasbodyworks.com/images/natural-ingredients/mm2tr.png) 100% 0 no-repeat; padding:10px; z-index: 2;}
.T-02 {background: url(http://www.brenditasbodyworks.com/images/natural-ingredients/sq2.jpg) 0 0 repeat-x; z-index: 2;}
.B-02 {background: url(http://www.brenditasbodyworks.com/images/natural-ingredients/sq2.jpg) 0 100% repeat-x; z-index: 2;}
.L-02 {background: url(http://www.brenditasbodyworks.com/images/natural-ingredients/sq2.jpg) 0 0 repeat-y; z-index: 2;}
.R-02 {background: url(http://www.brenditasbodyworks.com/images/natural-ingredients/sq2.jpg) 100% 0 repeat-y; z-index: 2;}
.C-02 {
	background-color:#757500;
	border-color: #ACAC60;
}


/* Used for rounded corners*/
.BL-03 {background: url(http://www.brenditasbodyworks.com/images/natural-ingredients/mm3bl.png) 0 100% no-repeat; z-index: 2;}
.BR-03 {background: url(http://www.brenditasbodyworks.com/images/natural-ingredients/mm3br.png) 100% 100% no-repeat; z-index: 2;}
.TL-03 {background: url(http://www.brenditasbodyworks.com/images/natural-ingredients/mm3tl.png) 0 0 no-repeat; z-index: 2;}
.TR-03 {background: url(http://www.brenditasbodyworks.com/images/natural-ingredients/mm3tr.png) 100% 0 no-repeat; padding:10px; z-index: 2;}
.T-03 {background: url(http://www.brenditasbodyworks.com/images/natural-ingredients/sq3.jpg) 0 0 repeat-x; z-index: 2;}
.B-03 {background: url(http://www.brenditasbodyworks.com/images/natural-ingredients/sq3.jpg) 0 100% repeat-x;z-index: 2;}
.L-03 {background: url(http://www.brenditasbodyworks.com/images/natural-ingredients/sq3.jpg) 0 0 repeat-y; z-index: 2;}
.R-03 {background: url(http://www.brenditasbodyworks.com/images/natural-ingredients/sq3.jpg) 100% 0 repeat-y; z-index: 2;}
.C-03 {
	background-color:#427D7D;
	border-color: #60ACAC;
}

/* Used for rounded corners*/
.BL-04 {background: url(http://www.brenditasbodyworks.com/images/natural-ingredients/mm4bl.png) 0 100% no-repeat; z-index: 2;}
.BR-04 {background: url(http://www.brenditasbodyworks.com/images/natural-ingredients/mm4br.png) 100% 100% no-repeat; z-index: 2;}
.TL-04 {background: url(http://www.brenditasbodyworks.com/images/natural-ingredients/mm4tl.png) 0 0 no-repeat; z-index: 2;}
.TR-04 {background: url(http://www.brenditasbodyworks.com/images/natural-ingredients/mm4tr.png) 100% 0 no-repeat; padding:10px; z-index: 2;}
.T-04 {background: url(http://www.brenditasbodyworks.com/images/natural-ingredients/sq4.jpg) 0 0 repeat-x; z-index: 2;}
.B-04 {background: url(http://www.brenditasbodyworks.com/images/natural-ingredients/sq4.jpg) 0 100% repeat-x;z-index: 2;}
.L-04 {background: url(http://www.brenditasbodyworks.com/images/natural-ingredients/sq4.jpg) 0 0 repeat-y; z-index: 2;}
.R-04 {background: url(http://www.brenditasbodyworks.com/images/natural-ingredients/sq4.jpg) 100% 0 repeat-y; z-index: 2;}
.C-04 {
	background-color:#4A4A8E;
	border-color: #6060AC;
}

/* Used for rounded corners*/
.BL-05 {background: url(http://www.brenditasbodyworks.com/images/natural-ingredients/mm5bl.png) 0 100% no-repeat; z-index: 2;}
.BR-05 {background: url(http://www.brenditasbodyworks.com/images/natural-ingredients/mm5br.png) 100% 100% no-repeat; z-index: 2;}
.TL-05 {background: url(http://www.brenditasbodyworks.com/images/natural-ingredients/mm5tl.png) 0 0 no-repeat; z-index: 2;}
.TR-05 {background: url(http://www.brenditasbodyworks.com/images/natural-ingredients/mm5tr.png) 100% 0 no-repeat; padding:10px; z-index: 2;}
.T-05 {background: url(http://www.brenditasbodyworks.com/images/natural-ingredients/sq5.jpg) 0 0 repeat-x; z-index: 2;}
.B-05 {background: url(http://www.brenditasbodyworks.com/images/natural-ingredients/sq5.jpg) 0 100% repeat-x;z-index: 2;}
.L-05 {background: url(http://www.brenditasbodyworks.com/images/natural-ingredients/sq5.jpg) 0 0 repeat-y; z-index: 2;}
.R-05 {background: url(http://www.brenditasbodyworks.com/images/natural-ingredients/sq5.jpg) 100% 0 repeat-y; z-index: 2;}
.C-05 {
	background-color:#763D76;
	border-color: #AC60AC;
}

.mm-left-column /* The left column for the product divs*/
{
	width:180px;
	float:left;
}

.mm-right-column /* The right column for the product divs*/
{
	width:300px;
	float:left;
	position: relative;
	top: 0px;
	left: -5px;
}

.mm-maingroup-01 { /* This is the title div for the title bar (group) products*/
	height:37px;
	min-height:33px;
	vertical-align:middle;
	margin-bottom: 30px;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 0px;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	width:500px;
}

.mm-subgroup-01 {/* The sub-group in the left column*/
	vertical-align:middle;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 0px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	width:160px;
	z-index: 2;
}


.mm-subgroup-02Line {/* The div that contains the image branch from the subgroup to the product*/
	margin-left: 0px;
	margin-bottom: 25px;
	padding-left: 0px;
	padding-right: 0px;
	position: relative;
	top: -5px;
	left: 30px;
	z-index: 1;
}
 
.mm-subgroup-01Line {/* The divs that branches from the subgroup to the product*/
	height:40px;
	margin-left: 0px;
	margin-bottom: 100px;
	padding-left: 0px;
	padding-right: 0px;
	width:110px;
	border-left: solid;
	border-bottom: solid;
	border-bottom-width: 5px;
	border-left-width: 5px;
	position: relative;
	top: 0px;
	left: 70px;

}


.mm-product-region1 { /* The div that contains all the nested product divs*/
	vertical-align:middle;
	margin-left: 0px;
	margin-bottom: 30px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	width:250px;
	position: relative;
	top: 40px;
	left: 0px;
	z-index: 3;
}

.mm-product-region2 { /* Same as above but wider*/
	vertical-align:middle;
	margin-left: 0px;
	margin-bottom: 30px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	position: relative;
	top: 40px;
	left: 0px;
	z-index: 3;
	width:300px;
}


.mm-product-region1-image {
	vertical-align:middle;
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	float:left;
	top:0;
	right:0;
	z-index: 3;
}
.mm-product-01 {/* The divs that holds the product image and link*/
	background-color:#AC60AC;
	min-height:55px;
	vertical-align:top;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 0px;
	color: #000000;
	text-align: left;
	width:170px;
	font-size: 12px;
	font-weight: bold;
	border-left: solid;
	border-right: solid;
	border-top: solid;
	border-bottom: solid;
	border-color: #ACAC60;
	border-width: 3px;
	z-index: 3;
} 

.mm-product-01LineDiv {/* The div that draws a vertical line from the product*/
	vertical-align:middle;
	margin-left: 25px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	height: 65px;
	width: 5px;
	border-left: solid;
	border-color: #ACAC60;
	border-width: 5px;
	float:left;
	position: relative;
	top:0;
	right:0;
	z-index: 1;
}



.mm-product-01LineDown {/* The divs that branch from the product to the attributes*/
	height:15px;
	margin-left: -10px;
	padding-left: 0px;
	padding-right: 0px;
	color: #000000;
	width:15px;
	border-left: solid;
	border-bottom: solid;
	border-color: #ACAC60;
	border-width: 5px;
 	float:left;
	z-index: 3;
} 

.mm-product-02LineDown {/* Same as above but used with wide product region*/
	height:25px;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 0px;
	color: #000000;
	width:20px;
	border-left: solid;
	border-bottom: solid;
	border-color: #ACAC60;
	border-width: 5px;
 	float:left;
	position: relative;
	top:0;
	left:20;
} 
.mm-product-attributes-01 {/* The divs that contain the product attributes*/
	background-color:#AC60AC;
	vertical-align:top;
	margin-top: 5px;
	margin-left: 50px;
	padding-left: 5px;
	padding-right: 5px;
	color: #000000;
	text-align: left;
	width:150px;
	min-height:12px;
	font-size: 12px;
	font-weight: bold;
	border-left: solid;
	border-right: solid;
	border-top: solid;
	border-bottom: solid;
	border-color: #ACAC60;
	border-width: 3px;
	position: relative;
	top: 0px;
	left: -5px;
	z-index: 3;
}

.mm-product-attributes-02 {/* The same as above but wider*/
	background-color:#AC60AC;
	vertical-align:top;
	margin-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	color: #000000;
	text-align: left;
	font-size: 12px;
	border-left: solid;
	border-right: solid;
	border-top: solid;
	border-bottom: solid;
	border-color: #ACAC60;
	border-width: 3px;
	position: relative;
	top: 0px;
	left: 45px;
	z-index: 3;
	width:200px;
}

/* These are the unordered list divs*/

ul.mmlist  { /*product picture*/
	border-left: solid;
	border-right: solid;
	border-top: solid;
	border-bottom: solid;
	border-color: #ACAC60;
	border-width: 5px;
	list-style-type: none;
	background-color:#757500;
	vertical-align:top;
	margin-left: 0px;
	margin-bottom: 30px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	position: relative;
	top: 20px;
	left: 0px;
	z-index: 3;
	float:left;
	height:120px;
    }

ul.mmlist ul li {/*product title*/
	list-style-type: none;
	background-color:#AC60AC;
	vertical-align:top;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 0px;
	color: #000000;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	border-left: solid;
	border-right: solid;
	border-top: solid;
	border-bottom: solid;
	border-color: #ACAC60;
	border-width: 3px;
	position: relative;
	top: -114px;
	left: 55px;
	z-index: 3;
     }
	 
ul.mmlist ul li li {/*attribute1*/
	list-style-type: none;
	background-color:#66CCFF;
	vertical-align:top;
	margin-top: 5px;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 0px;
	color: #000000;
	text-align: left;
	width:150px;
	font-size: 12px;
	font-weight: bold;
	border-left: solid;
	border-right: solid;
	border-top: solid;
	border-bottom: solid;
	border-color: #ACAC60;
	border-width: 3px;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 3;
}

ul.mmlist ul li a {
	color: #FFFFFF;
	font-weight: bold;
	display: block;
	text-decoration: underline;
	}

ul.mmlist ul li a:hover {
	color: #333333;
	background-color: #DDDDDD;
	text-decoration: none;
     }



.product-highlight1 { /*to highlight something in the product page*/
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	vertical-align:middle;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 15px; 
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	width:170px;
	float:left;
	position: relative;
	top: 0px;
	left: 0px;
}

.promotion1 { /*to highlight a promotion in the All_Promotion Product Option*/
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	vertical-align:middle;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 0px; 
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	width:200px;
	float:right;
	position: relative;
	top: -10px;
	left: 0px;
}

.promotion-category { /*to highlight something in the category display*/
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	vertical-align:middle;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 10px;
	margin-right: 0px; 
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border-color:#60ACAC;
	border-width:5px;
	border-style:solid;
	background-color:#427D7D;
}

.ribbon1{ /*Slideshow div*/
	margin-left: 3px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	width:1000px;
	height:62px;
	z-index:0;
	background-image:url(http://www.brenditasbodyworks.com/images/other/ribbon01.jpg);
}

.slideshow1{ /*Slideshow div*/
	margin-left: 3px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	width:177px;
	height:177px;
	float:right;
	z-index:1;
	padding-bottom:2px;
}

.accordion1{ /*accordion*/
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	width:897px;
	float:right;
	z-index:1;
	padding-top:2px;

}

.navigation-graphic-left{ 
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	padding-left:0px;
	padding-right:0px;
	z-index:3;
	padding-top:0px;
	float:left;
	position:relative;
	top:-2px;
	left:-28px;
}

.navigation-graphic-right{ 
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	padding-left:0px;
	padding-right:0px;
	z-index:3;
	padding-top:0px;
	float:right;
	position:relative;
	top:-39px;
	left:36px;
}


.navigationBar1{ /*Top Nav Bar*/
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	width:882px;
	height:42px;
	float:right;
	z-index:2;
	background-color:#CACA9B;
	text-align:right;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-top-width:3px;
	border-bottom-width:4px;
	border-left:0px;
	border-right:0px;
	border-top: solid;
	border-bottom: solid;
	border-color: #ACAC60;
	
}

#skin_footer_menu1 ul {
	padding: 0px 0px 4px 0px;
	margin: 0px 0px 4px 0px;
	list-style: none;
	/*border-top:0px;
	border-bottom:1px;
	border-left:0px;
	border-right:0px;
	border-style:solid;
	border-bottom-color:#757500;*/
     }

#skin_footer_menu1 li {
     padding: 0px;
     margin: 0px;
     list-style: none;
     display: inline;
     }

#skin_footer_menu1 ul li a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	margin: 0px 0px 0px 30px;
	padding: 0px 0px 0px 10px;
	background-image: url('../media/menu_arrow.png');
	background-repeat: no-repeat;
	background-position: center left;
     }

#skin_footer_menu1 ul li a:hover {
     text-decoration: underline;
     }

#skin_footer_menu2 ul {
	padding: 0px 0px 4px 0px;
	margin: 0px 0px 4px 0px;
	list-style: none;
	border-top:0px;
	border-bottom:1px;
	border-left:0px;
	border-right:0px;
	border-style:solid;
	border-bottom-color:#757500;
     }

#skin_footer_menu2 li {
     padding: 0px;
     margin: 0px;
     list-style: none;
     display: inline;
     }

#skin_footer_menu2 ul li a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	margin: 0px 0px 0px 30px;
	padding: 0px 0px 0px 10px;
	/*background-image: url('../media/menu_arrow.png');
	background-repeat: no-repeat;
	background-position: center left;*/
     }

#skin_footer_menu2 ul li a:hover {
     text-decoration: underline;
     }


/* +------------------------------------------------------------+ */
/* | End                                                        | */
/* +------------------------------------------------------------+ */

