/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{ 
	BACKGROUND-COLOR: #2E2D29;
	background-image:url(http://www.kindlebeauty.com/images/kb_bg.gif);
	MARGIN-TOP: 23px;
	MARGIN-BOTTOM: 15px;
	MARGIN-LEFT: auto;
	MARGIN-RIGHT: auto;
	TEXT-ALIGN: center;
}
body, td, p {
	FONT-FAMILY: Verdana; 
	FONT-SIZE: 10px; 
	COLOR: #333333;
}


/***********************************************/
/* Global hyperlink and anchor tags         */
/***********************************************/
a{
	TEXT-DECORATION: none;
}

a:link, a:visited{
	color: #333333;
	text-decoration: none;
}

a:hover{
	color:#2E2D29;
	text-decoration: underline;
}


/***********************************************/
/* Layout Divs                      #D4E3D1            */
/***********************************************/

.bodycontainer{
	WIDTH: 764px;
	TEXT-ALIGN: center;
	BORDER: 3px solid #B7C3B4;
	background-color:#FFFFFF;
	
}

div#headermenuPosition {
	padding-top: 33px;	
}

div#headermenuPosition ul, div#headermenuPosition li {
	display: inline;
	list-style-type: none;
	margin: 0px;
}

div#sidecolumn {
	margin: 0px;
	padding: 0px 0px 10px;
	position: absolute;
	width: 800px;
	top: 94px;
	left: 0px;
}
div#pagecolumn {
	background-color: #F2FAF0;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
	position: absolute;
	left: 0px;
	top: 94px;
	width: 800px;
	height: 100px;
}


div#header {
	
	margin: 0px;
	width: 100%;
}


/***********************************************/
/* Component Divs                               */
/***********************************************/
div#logo {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 0px;
	
	}
	
div#ProductTag {
	position:absolute;
	left:175px;
	top:25px;
	width:270px;
	z-index:1;
	margin: 0px;
}
div#ProductPhoto {
	position:absolute;
	left:389px;
	top:118px;
	width:300px;
	z-index:1;
	margin: 0px;
	height: 228px;
}

div#noscreen {
display:none;
}
	
DIV#footer {
	COLOR: #AEBAAB;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/***********************************************/
/* Table styles                                     */
/***********************************************/

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 17px;
	text-indent: 0px;
	text-align:left;
	
}

.tableNoIndent {
	text-indent: 0px;
}

.ultable td {
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #F6DBA2;
}
.Browntable td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ACA899;
	border-right-color: #ACA899;
	border-bottom-color: #ACA899;
	border-left-color: #ACA899;
}
.ulBrowntable td {
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #ACA899;
}
td a, td a:link, td a:visited {
	color: #999999;
}
td a:hover {
	text-decoration: underline;
	color: #333333;
}
td a img {
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.tableBLoutline {
	border-top: 1px solid #002D96;
	border-right: 0px solid #002D96;
	border-bottom: 1px solid #002D96;
	border-left: 1px solid #002D96;
}
.tableProductList {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E2EEFE;
	border-right-color: #E2EEFE;
	border-bottom-color: #E2EEFE;
	border-left-color: #E2EEFE;
	padding-top: 5px;
}

.BorderTable{
	BORDER: 1px solid #C0C0C0;
}
.LinedBordertable{
	BORDER-COLLAPSE: collapse;
	BORDER: 1px solid #C0C0C0;
}
.LinedBordertable TD{
	BORDER-COLLAPSE: collapse;
	BORDER: 1px solid #C0C0C0;
}


/***********************************************/
/* list tag styles                                    */
/***********************************************/

ul{
	list-style-type: none;
	margin: 0px;
	vertical-align: middle;
	padding-left: 30px;
}

ul ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul ul ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul li{
	text-align: left;
}



/***********************************************/
/* Form and related elements                 */
/***********************************************/

form {
	margin: 0px;
	padding: 0px;
}

label{
 font: bold 1em Verdana, Arial, Helvetica, sans-serif;
 color: #334d55;
}
				
input{
font-family: Verdana, Arial, Helvetica, sans-serif;
}

.formElementPad select, .formElementPad input {
	margin-top: 3px;
	margin-bottom: 3px;
}



	
/***********************************************/
/* Table Row Colors & Backgrounds       */
/***********************************************/

.sitetrail{
	COLOR: #666699;
	FONT-FAMILY: Arial, Helvetica, Sans-Serif;
	FONT-SIZE: 9px;
	TEXT-TRANSFORM:uppercase;
	TEXT-ALIGN: left;
	padding-left: 8px;
	}


.indenttext5px {
	text-indent: 5px;
}	

.bgGreenline{
	BACKGROUND-COLOR: #E6F5E1;
	BORDER-TOP: 1px solid #999999;
	}
.bgGreenlineBTM{
	BACKGROUND-COLOR: #E6F5E1;
	BORDER-BOTTOM: 1px solid #999999;
	vertical-align: bottom;
	}	
.bgcolorOrange {
	background-color: #FBE694;
}
.bgcolorBlue {
	background-color: #9EBEF5;
}
.bgcolorBlueBold {
	background-color: #9EBEF5;
	font-weight: bold;
	line-height: 19px;
}

.bgRED {
	background-color: #FFBFBF;
}
.underlined {
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #F6DBA2;
}
.trRoutineListYW {
	background-color: #FFFFD7;
}
.trRoutineListOR {
	background-color: #FFD57D;
}
.trRoutineListBL {
	background-color: #E2EEFE;
}
.trIngredientListYW {
	background-color: #FFFFD7;
}
.trIngredientListOR {
	background-color: #FFD57D;
}

.trLtyellow {
	background-color: #FFFFD5;
}
.trLtyellowUL {
	background-color: #FFFFD5;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #F6DBA2;
}
.trDkyellow {
	background-color: #FFF4BC;
}
.trLtgreen {
	background-color: #E6F5E1;
}
.trDkyellowUL {
	background-color: #FFF4BC;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #F6DBA2;
}
.trheader {
	background-color: #ECE9D8;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ACA899;
	border-right-color: #ACA899;
	border-bottom-color: #ACA899;
	border-left-color: #ACA899;
	border-top-width: 0px;
	border-bottom-width: 1px;
}


/***********************************************/
/* NAV LINKS                                      */
/***********************************************/

.mycustomstyle {}

.mycustomstyle ul {}
.mycustomstyle li  {
	background-image: none;
	display: inline;
}
.mycustomstyle .currentlink {
	color: #FFFFFF;
	background-color: #002D96;
	padding-right: 5px;
	padding-left: 5px;
	display: inline;
}

.mycustomstyle li A:link, .mycustomstyle li A:visited {
	color: #002D96;
	background-color: #C3DAF9;
	padding-right: 5px;
	padding-left: 5px;
	display: inline;
}

.mycustomstyle li A:hover {
	background-image: none;
	color: #002D96;
	background-color: #ffffff;
	padding-right: 5px;
	padding-left: 5px;
	display: inline;
}


/***********************************************/
/*  header tag styles                              */
/***********************************************/

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 120%;
	font-weight: bold;
}

h2{
	font-size: 120%;
	font-weight: bold;
	color: #003333;
}

h3{
	font-size: 100%;
	font-weight: bold;
	color: #333333;
}

h4{
	font-size: 100%;
	font-weight: bold;
	color: #666666;
}

h5{
	font-weight: bold;
	font-size: 11px;
	color: #999999;
}
h6 {
	font-size: 10px;
}



/***********************************************/
/* Text colors                                      */
/***********************************************/

.clrOrange {
	color: #F99114;
}
.clrOrangeBOLD {
	color: #F99114;
	font-weight: bold;
}
.clrRed {
	color: #FF0000;
}
.clrRedBOLD {
	color: #FF0000;
	font-weight: bold;
}
.clrOlive {
	color: #7C8652;
	font-weight: bold;
}

.clrLTBlack {color: #999999;
}
.clrLiteBlack {color: #CCCCCC;
}
.clrLTBlack9 {color: #CCCCCC;
	font-size:9px;
}
.clrBlack {color: #000000;
}
.clrPurple {color: #666699;
}
.clrPurpleBold {color: #666699;
      font-weight: bold;
}
.clrBrown {color: #2E2D29;
font-weight: bold;
}


/***************************/

.9ptText {
	font-size: 9px;
}
.9ptBlackText {
	font-size: 9px;
	color: #000000;	
}
.12ptText {
	font-size: 12px;
}
.14ptText {
	font-size: 14px;
}
.bold {
	font-weight: bold;
	color: #005300;
}

.PurpleHeader {
	color: #666699;
	FONT-SIZE: 12px;
	line-height: 30px;
	}
.PurpleHeaderBOLD {
	color: #666699;
	FONT-SIZE: 12px;
	font-weight: bold;
	padding-left: 15px;
	}
.PurpleText {
	color: #666699;
	line-height: 25px;
	}
/***************************/

.ProductName {
	font-size: 120%;
	font-weight: bold;
}



.itemYourPriceText{
	FONT-SIZE: 14px;
	FONT-FAMILY: Arial, Sans-Serif;
	COLOR: #666699;
}
.itemYourPriceCost{
	FONT-WEIGHT: bold;
}

.itemSizeText{
	FONT-SIZE: 10px;
	FONT-STYLE: italic;
}

.itemPriceOriginal {
	COLOR:#FF0000;
	TEXT-DECORATION: line-through;
}

.itemSalePrice{
	FONT-FAMILY: Arial, Sans-Serif;
	FONT-SIZE: 13px;
	FONT-WEIGHT: bold;
	COLOR: Black;
}


.itemQuantityText{
	FONT-SIZE: 13px;
	FONT-FAMILY: Arial, Sans-Serif;
	COLOR: #666699;
}
.itemQuantityBox{
	FONT-FAMILY: 'Trebuchet MS', Verdana, Helvetica, Sans-serif;
	FONT-SIZE: 10px;
}
