@charset "utf-8";

/* +------------------------------------------------------------+ */
	/* | General XHTML Elements                                     | */
	/* +------------------------------------------------------------+ */
a {
	color: #3872B2;
	font-weight: normal;
	text-decoration: underline;
	cursor: pointer;
}

sup {
	display: inline;
	padding: 0px;
	vertical-align: super;
	font-size: 8px;
}

a:hover {
	color: #555555;
}

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;
}

/* +------------------------------------------------------------+ */
	/* | 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: #006699;
	font-weight: normal;
	text-decoration: underline;
	cursor: pointer;
}

/* +------------------------------------------------------------+ */
	/* | Skin Specific Divs                                         | */
	/* +------------------------------------------------------------+ */
#skin_wrapper {
	width: 900px;
	padding: 0px;
	margin: auto;
}

#skin_wrapper_full {
	width: 100%;
	padding: 0px;
	margin: 0px;
	background-image: url('../media/header.png');
	background-repeat: repeat-x;
	background-position: top left;
}

#skin_ct {
	width: 100%;
	padding: 0px;
	margin: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

#skin_ct_lcol_head {
	padding: 10px;
	margin: 0px;
	width: 160px;
	height: 80px;
}

#skin_ct_rcol_head {
	padding: 10px;
	margin: 0px;
	height: 80px;
	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;
	background-color: #006699;
	padding: 50px 10px 10px 10px;
	margin: 0px;
	text-align: center;
	background-image: url('../media/footer.png');
	background-repeat: repeat-x;
	background-position: top left;
}

#skin_pgtitle {
	color: #095684;
	padding: 10px 0px 2px 0px;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
	font-size: 18px;
	border-bottom: 1px solid #999999;
}

#skin_content {
	margin: auto;
}

/* +------------------------------------------------------------+ */
	/* | Skin Specific Classes                                      | */
	/* +------------------------------------------------------------+ */
.skin_fenavh {
	color: #FF6600;
	padding: 3px 0px 5px 0px;
	margin: 0px;
	border-bottom: 1px dotted #999999;
	font-weight: bold;
	font-size: 14px;
}

.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: #333333;
	font-weight: normal;
	display: block;
	text-decoration: none;
	padding: 6px 5px 6px 14px;
	background-image: url('../media/menu_bullet.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;
	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: 0px 0px 4px 0px;
	margin: 0px 0px 4px 0px;
	list-style: none;
	border-bottom: 1px solid #ABABAB;
}

#skin_menu_head li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	display: inline;
}

#skin_menu_head ul li a {
	color: #FFFFFF;
	font-weight: normal;
	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: #ABABAB;
}

#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;
}

.confirm {
	color: #339933;
	font-weight: bold;
}

.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;
}

.formfield {
	border: 1px solid #dcdcdc;
	margin: 5px 5px 0px 2px;
	font-size: 11px;
	background-color: #f9f9f9;
	color: #404040;
	padding: 2px;
}

select.formfield {
	padding: 2px;
}

.formfield:hover {
	background-color: #ffffff;
	border: 1px solid #555555;
}

.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 {
	background-image: url('../media/buttonbg.jpg');
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #0f88c5;
	border: 1px solid #055581;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	padding: 4px;
	margin: 0px 0px 5px 0px;
	cursor: pointer;
}

.formbutton:hover {
	color: #ffffff;
	background-image: none;
	background-color: #0c73ab;
}

.quickbutton {
	background-image: url('../media/buttonbg.jpg');
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #0f88c5;
	border: 1px solid #055581;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	padding: 4px;
	margin: 0px 0px 5px 0px;
	cursor: pointer;
}

.quickbutton:hover {
	color: #ffffff;
	background-image: none;
	background-color: #0c73ab;
}

.quickform {
	margin: 5px 0px 0px 0px;
}

.quickfield {
	border: 1px solid #dcdcdc;
	font-size: 11px;
	background-color: #f9f9f9;
	color: #404040;
	padding: 2px;
}

select.quickfield {
	padding: 2px;
}

.quickfield:hover {
	background-color: #ffffff;
	border: 1px solid #555555;
}

.formfieldleg {
	font-weight: bold;
}

.formfieldleg_rnc {
	font-weight: bold;
	color: #FF0000;
}

/* +------------------------------------------------------------+ */
	/* | System Required Classes: Form Table Displays               | */
	/* +------------------------------------------------------------+ */
.formsecthead {
	color: #FF6600;
	margin: 5px 0px 10px 0px;
	padding: 4px 5px 4px 0px;
	border-bottom: 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;
	border-bottom: 1px solid #DEDEDE;
}

/* +------------------------------------------------------------+ */
	/* | 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: #FF6600;
	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: 0px;
	margin: 0px;
	vertical-align: top;
}

.ghost form {
	display: inline;
}

td.ghost img {
	margin-right: 10px;
	margin-bottom: 10px;
}

td.ghost p {
	margin: 0px 0px 6px 0px;
}

/* +------------------------------------------------------------+ */
	/* | System Required Classes: Boxed Paragraphs                  | */
	/* +------------------------------------------------------------+ */
p.ultablesp {
	margin: 0px;
	font-size: 1px;
}

/* +------------------------------------------------------------+ */
	/* | System Required Classes: Online Store Displays             | */
	/* +------------------------------------------------------------+ */
.storehead {
	color: #095684;
	margin: 5px 0px 10px 0px;
	padding: 4px 5px 4px 0px;
	border-bottom: 1px solid #999999;
	font-weight: normal;
	clear: both;
	font-size: 16px;
	font-family: Arial, sans-serif;
}

.storelink {
	color: #666666;
	background-color: #F2F2F2;
	margin: 5px 0px 10px 0px;
	padding: 4px 5px 4px 5px;
	border: 1px solid #999999;
}

.storelink p {
	color: #666666;
	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;
	/** border-bottom: 1px solid #DEDEDE; **/
}

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: 5px 0px 0px 0px;
	vertical-align: top;
	/** border-bottom: 1px solid #DEDEDE; **/
}

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 {
	margin: 5px 0px 7px 0px;
}

.price {
	color: #FC8E2F;
	font-weight: bold;
	display: inline;
}

.pricex {
	color: #FF0000;
	font-weight: bold;
	display: inline;
	text-decoration: line-through;
}

/* +------------------------------------------------------------+ */
	/* | System Required Classes: Shopping Cart Displays            | */
	/* +------------------------------------------------------------+ */
.cartbutton {
	display: block;
	background-image: url('../media/buttonbg.jpg');
	background-position: bottom;
	background-repeat: repeat-x;
	text-align: center;
	text-decoration: none;
	background-color: #0f88c5;
	border: 1px solid #055581;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	padding: 4px;
	margin: 0px 0px 2px 0px;
	cursor: pointer;
}

.cartbutton:hover {
	color: #ffffff;
	background-color: #0c71a9;
	background-image: none;
	text-decoration: none;
	cursor: pointer;
}

/* +------------------------------------------------------------+ */
	/* | System Required Classes: Misc                              | */
	/* +------------------------------------------------------------+ */
.clearboth {
	clear: both;
}

.outstock {
	color: #FF0000;
}

a.hrefbutton {
	text-align: center;
	text-decoration: none;
	display: block;
	background-image: url('../media/buttonbg.jpg');
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #0f88c5;
	border: 1px solid #055581;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	padding: 4px;
	margin: 0px 0px 2px 0px;
	cursor: pointer;
}

a.hrefbutton:hover {
	color: #ffffff;
	background-image: none;
	background-color: #0c73ab;
}

.outline {
	border: 1px solid #999999;
	padding: 5px;
	margin-top: 5px;
}

.outline p {
	margin: 0px 0px 3px 0px;
}

/* +------------------------------------------------------------+ */
	/* | End                                                        | */
	/* +------------------------------------------------------------+ */
	/* +------------------------------------------------------------+ */
	/* | SpaceNet-Media Layout Styles                               | */
	/* +------------------------------------------------------------+ */
	/**
* Developed By Frank Perez
* SpaceNet-Media Corporation
* frank@spacenetmedia.com
**/
* {
	margin: 0;
	padding: 0;
	list-style: none;
	border: 0;
}

body {
	background-color: #0D4055;
	margin: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

#frame {
	width: 980px;
	margin: 0 auto;
}

#header {
	width: 980px;
	height: 158px;
	float: left;
	background-image: url('../media/headerbg5.jpg');
	background-repeat: no-repeat;
	background-position: top;
}

#header_top {
	width: 980px;
	height: 91px;
	float: left;
}

#header_top_left {
	width: 672px;
	height: 91px;
	float: left;
}

#header_top_left h1 {
	display: none;
}

#header_top_right {
	width: 308px;
	height: 91px;
	float: left;
}

.searchbox {
	width: 165px;
	height: 15px;
	border: 1px solid #0a84c1;
	margin-top: 39px;
	margin-left: 8px;
	font-size: 12px;
	padding: 3px;
}

.searchbutton {
	margin-left: 5px;
	position: relative;
	padding: 3px;
	top: 10px; *
	top: 7px;
}

a.advancedsearch {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #066da0;
	text-decoration: underline;
	margin-left: 8px;
	position: relative;
	top: -5px;
}

a.advancedsearch:hover {
	color: #747879;
}

#header_menu {
	width: 980px;
	height: 26px;
	margin-top: 1px;
	float: left;
}

#header_menu ul {
	float: left;
	padding-left: 13px;
}

#header_menu ul li {
	display: inline;
	position: relative;
	float: left;
}

#header_menu ul div {
	display: none;
}

#header_menu ul li#shoppingcart div {
	width: 200px;
	height: 106px;
	background-color: #0977af;
	background-image: url('../media/MiniCartBg.jpg');
	background-repeat: no-repeat;
	text-align: center;
}

#header_menu ul li#makeupmenu div {
	width: 170px;
	background-color: #0977af;
	background-repeat: no-repeat;
	text-align: left;
	padding: 10px 10px 10px 20px;
	z-index: 2;
}

#header_menu ul li#makeupmenu div p {
	padding-bottom: 10px;
}

#header_menu ul li#makeupmenu div p a {
	text-decoration: none;
}

#header_menu ul li#makeupmenu div p a:hover {
	text-decoration: underline;
}

#header_menu ul li#fragrancemenu div {
	width: 170px;
	background-color: #0977af;
	background-repeat: no-repeat;
	text-align: left;
	padding: 10px 10px 10px 20px;
}

#header_menu ul li#fragrancemenu div p {
	padding-bottom: 10px;
}

#header_menu ul li#fragrancemenu div p a {
	text-decoration: none;
}

#header_menu ul li#fragrancemenu div p a:hover {
	text-decoration: underline;
}

#header_menu ul li#skincaremenu div {
	width: 170px;
	background-color: #0977af;
	background-repeat: no-repeat;
	text-align: left;
	padding: 10px 10px 10px 20px;
}

#header_menu ul li#skincaremenu div p {
	padding-bottom: 10px;
}

#header_menu ul li#skincaremenu div p a {
	text-decoration: none;
}

#header_menu ul li#skincaremenu div p a:hover {
	text-decoration: underline;
}

#header_menu ul li#bathandbodymenu div {
	width: 170px;
	background-color: #0977af;
	background-repeat: no-repeat;
	text-align: left;
	padding: 10px 10px 10px 20px;
}

#header_menu ul li#bathandbodymenu div p {
	padding-bottom: 10px;
}

#header_menu ul li#bathandbodymenu div p a {
	text-decoration: none;
}

#header_menu ul li#bathandbodymenu div p a:hover {
	text-decoration: underline;
}

#header_menu ul li#hairproductsmenu div {
	width: 170px;
	background-color: #0977af;
	background-repeat: no-repeat;
	text-align: left;
	padding: 10px 10px 10px 20px;
}

#header_menu ul li#hairproductsmenu div p {
	padding-bottom: 10px;
}

#header_menu ul li#hairproductsmenu div p a {
	text-decoration: none;
}

#header_menu ul li#hairproductsmenu div p a:hover {
	text-decoration: underline;
}

#header_menu ul li#toolsmenu div {
	width: 170px;
	background-color: #0977af;
	background-repeat: no-repeat;
	text-align: left;
	padding: 10px 10px 10px 20px;
}

#header_menu ul li#toolsmenu div p {
	padding-bottom: 10px;
}

#header_menu ul li#toolsmenu div p a {
	text-decoration: none;
}

#header_menu ul li#toolsmenu div p a:hover {
	text-decoration: underline;
}

.minicartitems_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding-top: 24px;
	padding-right: 10px;
	padding-left: 10px;
}

.minicartprice_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding-top: 8px;
	padding-bottom: 8px;
}

#header_menu ul li.hovfrank div {
	display: block;
	position: absolute;
	top: 26px;
	left: 0em;
}

#header_menu ul li:hover {
	background-color: #0977af;
}

#header_menu ul li a {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	padding-right: 19px;
	padding-left: 19px;
	line-height: 26px;
	display: block;
	border-right: 1px solid #1485bd;
	border-left: 1px solid #2b97cd;
}

#header_menu ul li div a {
	float: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	color: #fff;
	padding: 0;
	line-height: 14px;
	display: inline;
	border-right: none;
	border-left: none;
}

#header_menu ul li a:hover {
	background-color: #0977af;
}

#header_menu ul li div a:hover { /** background-color: black; **/
	
}

#header_menu ul li a.newSet {
	background-image: url('../media/new.gif');
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 40px;
}

#header_bottom {
	width: 980px;
	height: 40px;
	float: left;
}

#header_bottom_left {
	width: 298px;
	height: 40px;
	float: left;
}

#header_bottom_left select {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #4B4B4B;
}

#header_bottom_middle {
	width: 200px;
	height: 23px;
	padding-top: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1a97d6;
	float: left;
}

.choosebrandbox {
	width: 195px;
	height: 20px;
	padding: 1px;
	margin-top: 12px;
	margin-left: 22px;
}

#header_bottom_right {
	width: 482px;
	height: 40px;
	float: left;
}

#header_bottom_right ul {
	float: right;
	display: inline;
	padding-right: 33px;
	padding-top: 17px;
}

#header_bottom_right ul li {
	float: left;
	display: inline;
	padding-right: 8px;
	padding-left: 8px;
	border-right: 1px solid #1a97d6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1a97d6;
}

#header_bottom_right ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1a97d6;
	text-decoration: underline;
}

#header_bottom_right ul li a:hover {
	color: #066da0;
}

#mainbody {
	width: 980px;
	float: left;
	background-image: url('../media/mainbodybg.jpg');
	background-repeat: repeat-y;
	background-position: top;
}

#mainbody_cont {
	width: 956px;
	margin: 0 auto;
}

#splashpart {
	width: 932px;
	margin: 0 auto;
	padding-top: 12px;
}

#bodyleft {
	width: 208px;
	float: left;
	background-image: url('../media/leftsidebg.jpg');
	background-repeat: repeat-x;
	background-position: top;
	padding-bottom: 18px;
}

.menutitle {
	width: 189px;
	margin: 0 auto;
	padding-top: 12px;
}

.menutitle h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #000;
	border-bottom: 1px dashed #000;
	padding-bottom: 5px;
}

.menucont {
	width: 189px;
	margin: 0 auto;
	padding-top: 18px;
}

.menucont h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #000;
	border-bottom: 1px dashed #000;
	padding-bottom: 5px;
}

.menucont ul {
	padding-top: 16px;
}

.menucont ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	line-height: 10px;
	padding-left: 20px;
	background-image: url('../media/arrowblue.jpg');
	background-position: 6px 2px;;
	background-repeat: no-repeat;
}

.menucont ul li:hover {
	background-image: url('../media/arrowgreen.jpg');
}

.menucont ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	line-height: 18px;
	text-decoration: none;
}

.menucont ul li a:hover {
	color: #4a9c1e;
}

.livechatbanner {
	width: 165px;
	margin: 0 auto;
}

#bodyright {
	width: 748px;
	float: left;
	padding-bottom: 18px;
}

#bodyright_cont {
	width: 693px;
	margin: 0 auto;
}

.homepagetxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 18px;
	padding-top: 20px;
}

.homepagebanner {
	padding-top: 20px;
	padding-bottom: 20px;
}

.tabboxhome {
	width: 693px;
	float: left;
}

.tabbox_menu {
	width: 693px;
	float: left;
}

.tabbox_menu ul li {
	display: inline;
	float: left;
}

.tabbox_menu ul li a {
	width: 141px;
	height: 36px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #066da0;
	line-height: 36px;
	text-align: center;
	text-decoration: none;
	float: left;
	margin-right: 1px;
}

.tabbox_menu ul li a.activetab,.tabbox_menu ul li a.activetab:hover {
	background-image: url('../media/activetab.jpg');
	background-repeat: no-repeat;
	position: relative;
	bottom: -1px;
}

.tabbox_menu ul li a.nonactivetab {
	background-image: url('../media/nonactivetab.jpg');
	background-repeat: no-repeat;
}

.tabbox_menu ul li a.nonactivetab:hover {
	background-image: url('../media/activetab.jpg');
	background-repeat: no-repeat;
	position: relative;
	bottom: -1px;
}

.tabbox_top {
	width: 693px;
	height: 12px;
	float: left;
}

.tabbox_body {
	width: 691px;
	float: left;
	border-right: 1px solid #c9e4f2;
	border-left: 1px solid #c9e4f2;
	background-color: #f5fafd;
}

.tabbox_bottom {
	width: 693px;
	height: 10px;
	margin-top: -2px;
	float: left;
}

.prodseparator {
	line-height: 17px;
}

.prodcont {
	width: 151px;
	float: left;
	padding-left: 9px;
}

.prodimgtop {
	width: 151px;
	height: 5px;
	font-size: 1px;
	float: left;
	background-image: url('../media/prodconttop.jpg');
	background-repeat: no-repeat;
}

#tabbox2,#tabbox3 {
	display: none;
}

.prodimgbody {
	width: 149px;
	float: left;
	border-right: 1px solid #b4ddf1;
	border-left: 1px solid #b4ddf1;
	background-color: #fff;
	text-align: center;
	padding-top: 18px;
	padding-bottom: 18px;
}

.prodimgbottom {
	width: 151px;
	height: 5px;
	font-size: 1px;
	float: left;
	background-image: url('../media/prodcontbottom.jpg');
	background-repeat: no-repeat;
	margin-bottom: 5px;
}

.prodname,.proddesc,.pricedisp {
	padding-left: 5px;
}

.prodname,.prodname a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #0872a5;
	text-decoration: underline;
}

.prodprice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0872a5;
	padding-bottom: 5px;
	padding-left: 5px;
}

.buybutton {
	padding-right: 2px;
}

#footer {
	width: 980px;
	height: 52px;
	float: left;
	background-image: url('../media/footerbg.jpg');
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
}

#footer ul li {
	display: inline;
	line-height: 44px;
	padding-right: 18px;
	padding-left: 18px;
}

#footer ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c9e4f2;
	text-decoration: none;
}

#footer ul li a:hover {
	text-decoration: underline;
}

#copyrighttext {
	width: 980px;
	float: left;
	text-align: center;
	line-height: 18px;
	padding-bottom: 24px;
}

#copyrighttext p,#copyrighttext p a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}

.catheader {
	width: 693px;
	height: 24px;
	color: #FFF;
	line-height: 24px;
	background-image: url('../media/catheaderbg.gif');
	background-repeat: no-repeat;
}

.catheader p {
	padding-left: 5px;
}

.creditcards {
	font-size: 12px;
	font-weight: bold;
	color: #3F3F3F;
	text-align: center;
	padding-top: 10px;
}

.authorizenetseal {
	text-align: center;
}

#siteseal {
	text-align: center;
	padding-top: 10px;
	width: 170px;
	height: 130px;
	border: 1px solid #B4DDF1;
	background-color: #F5FAFD;
	margin: 0 auto;
}

.shipping {
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3F3F3F;
}

.khxc_cptbl_det ul li {
	margin-left: 24px;
	padding-bottom: 6px;
	list-style: disc;
}

.star {
	float: left;
	padding-top: 7px;
	padding-right: 4px;
}

.starscontainer {
	float: right;
}

.rateit {
	width: 655px;
	height: 22px;
	background-color: #EDEDEE;
	margin-top: 10px;
	padding: 19px;
}

.rateitheader {
	width: 693px;
	background-color: #258AD9;
	margin-top: 1px;
}

.rateitheader h2 {
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.ratestar {
	padding-right: 4px;
	float: left;
}

.ratetext {
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #535353;
	padding-right: 5px;
	float: left;
}

.ratesmalltext {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #535353;
	line-height: 18px;
	float: left;
}

.listing {
	width: 655px;
	background-color: #EDEDEE;
	margin-top: 1px;
	padding: 19px;
}

.description {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #535353;
	padding-top: 20px;
	clear: both;
}

.review {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #535353;
}

.yourreview {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #535353;
}

.yourreview img {
	padding-right: 10px;
	padding-bottom: 10px;
}

.detailsdescription {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #535353;
	padding-top: 20px;
	text-align: center;
	width: 570px;
	clear: both;
}

.detailsdescription p {
	line-height: 22px;
	text-align: left;
}

#reviewcontainer h1 {
	font-family: Arial, sans-serif;
	font-size: 18px;
	color: #0774AB;
	font-weight: bold;
}

.reviewheader {
	width: 693px;
	height: 30px;
	background-color: #258AD9;
	margin-top: 10px;
}

.reviewheader h2 {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 30px;
	color: #FFF;
	padding-left: 10px;
}

.reviewheader h2 em {
	font-size: 10px;
}

.listingheader {
	width: 693px;
	height: 30px;
	background-color: #258AD9;
	margin-top: 10px;
}

.findaproductbanner {
	width: 693px;
	float: left;
	padding-top: 10px;
	padding-bottom: 5px;
}

.maincatdesc {
	font-family: Arial, sans-serif;
	font-size: 12px;
	margin-top: 10px;
}

.pdflink {
	line-height: 39px;
	padding-top: 10px;
}

.pdflink img {
	padding-right: 8px;
}

/**Splash Page CSS**/
#splashcontainer {
	width: 932px;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #2E2E2E;
	margin: 0 auto;
}

#splashpromo {
	width: 642px;
	height: 355px;
	border-bottom: 1px solid #C5C8CD;
	border-right: 1px solid #C5C8CD;
	margin: 0px;
	padding: 0px;
	float: left;
}

#splashrightcontainer {
	width: 289px;
	height: 356px;
	float: left;
}

#newproductspanel {
	width: 289px;
	height: 177px;
	border-bottom: 1px solid #C5C8CD;
}

#newproductscontent {
	padding-left: 14px;
	padding-top: 14px;
	padding-bottom: 14px;
}

#newproductscontent li {
	list-style: none;
	line-height: 25px;
	font-size: 12px;
}

#newproductscontent li a {
	color: #2E2E2E;
	text-decoration: none;
}

#newproductscontent li a:hover {
	text-decoration: underline;
}

#newproductspanel h1 {
	font-family: arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FF9804;
	text-transform: uppercase;
	padding-bottom: 5px;
}

#topbrandspanel {
	width: 289px;
	height: 177px;
	border-bottom: 1px solid #C5C8CD;
}

#topbrandscontent {
	padding-left: 14px;
	padding-top: 14px;
	padding-bottom: 14px;
}

#topbrandscontentleft {
	width: 130px;
	font-weight: bold;
	float: left;
}

#topbrandscontentleft li {
	list-style: none;
	line-height: 25px;
}

#topbrandscontentleft li a {
	text-decoration: none;
	font-weight: bold;
	color: #2E2E2E;
}

#topbrandscontentleft li a:hover {
	text-decoration: underline;
}

#topbrandscontentright {
	width: 130px;
	font-weight: bold;
	float: left;
}

#topbrandscontentright li {
	list-style: none;
	line-height: 25px;
}

#topbrandscontentright li a {
	text-decoration: none;
	font-weight: bold;
	color: #2E2E2E;
}

#topbrandscontentright li a:hover {
	text-decoration: underline;
}

#topbrandspanel h1 {
	font-family: arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FF9804;
	text-transform: uppercase;
	padding-bottom: 5px;
}

#secondrowpanels {
	clear: both;
}

#beeroyalpanel {
	width: 321px;
	height: 178px;
	_height: 179px;
	border-bottom: 1px solid #C5C8CD;
	border-right: 1px solid #C5C8CD;
	float: left;
}

#beeroyalbackground {
	padding-top: 14px;
	padding-left: 14px;
}

#beeroyalcontent {
	width: 297px;
	height: 149px;
	background: url('../media/beeroyalbanner.jpg') no-repeat;
	background-position: middle;
}

#beeroyalcontent p {
	padding-top: 60px;
	padding-left: 143px;
	line-height: 16px;
}

#beeroyalcontent a {
	font-weight: bold;
	color: #1A97D6;
}

#forherpanel {
	width: 320px;
	height: 178px;
	_height: 179px;
	border-bottom: 1px solid #C5C8CD;
	border-right: 1px solid #C5C8CD;
	float: left;
}

#forhercontent {
	padding: 14px;
}

#forhercontentleft {
	width: 160px;
	height: 100px;
	padding-top: 25px;
	float: left;
}

#forhercontentright {
	width: 126px;
	padding-left: 6px;
	float: left;
}

#forhercontentright h1 {
	font-family: arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FF9804;
	text-transform: uppercase;
	padding-bottom: 5px;
}

#forhercontentright p {
	line-height: 16px;
}

#forhercontentright a {
	font-weight: bold;
	color: #1A97D6;
}

#forhimpanel {
	width: 289px;
	height: 178px;
	_height: 179px;
	border-bottom: 1px solid #C5C8CD;
	float: left;
}

#forhimcontent {
	padding: 14px;
}

#forhimcontentleft {
	width: 136px;
	height: 120px;
	padding-top: 13px;
	float: left;
}

#forhimcontentright {
	width: 118px;
	padding-left: 7px;
	float: left;
}

#forhimcontentright h1 {
	font-family: arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FF9804;
	text-transform: uppercase;
	padding-bottom: 5px;
}

#forhimcontentright p {
	line-height: 16px;
}

#forhimcontentright a {
	font-weight: bold;
	color: #1A97D6;
}

#thirdrowpanels {
	clear: both;
}

#promospanel {
	width: 320px;
	height: 158px;
	border-right: 1px solid #C5C8CD;
	float: left;
}

#promoscontent {
	padding: 14px;
}

#promoscontent h1 {
	font-family: arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FF9804;
	text-transform: uppercase;
	padding-bottom: 5px;
}

#promoleft {
	width: 146px;
	float: left;
}

#promoleft li {
	list-style: none;
	line-height: 22px;
}

#promoleft li a {
	text-decoration: none;
	color: #2E2E2E;
}

#promoleft li a:hover {
	text-decoration: underline;
}

#promoright {
	width: 145px;
	float: left;
}

#promoright li {
	list-style: none;
	line-height: 22px;
}

#promoright li a {
	text-decoration: none;
	color: #2E2E2E;
}

#promoright li a:hover {
	text-decoration: underline;
}

#newsletterpanel {
	width: 321px;
	height: 158px;
	border-right: 1px solid #C5C8CD;
	float: left;
}

#newslettercontent {
	padding: 14px;
}

#newslettercontent h1 {
	font-family: arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FF9804;
	text-transform: uppercase;
	padding-bottom: 10px;
}

#newsletterbox {
	width: 291px;
	height: 76px;
	background-color: #F1F1F1;
	border: 1px solid #E1E1E1;
}

#newsletterboxcontent {
	padding: 14px;
}

#newsletterboxcontent p {
	padding-bottom: 5px;
}

#newslettersearchfield {
	padding-top: 1px;
	float: left;
}

#newslettersearchfield input {
	border: 1px solid #E1E1E1;
	padding: 3px;
	width: 159px;
	margin-top: 0px;
	margin-left: 0px;
}

#newslettersearchbutton {
	padding-left: 5px;
	float: left;
}

#newslettersearchbutton input {
	width: 85px;
	height: 24px;
	margin-top: -12px; *
	margin-top: -8px;
	margin-left: 0px;
}

#storeinfopanel {
	width: 250px;
	height: 158px;
	float: left;
}

#storeinfocontent {
	padding: 14px;
}

#storeinfocontent h1 {
	font-family: arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FF9804;
	text-transform: uppercase;
	padding-bottom: 5px;
}

#storeinfocontentleft {
	width: 110px;
	float: left;
}

#storeinfocontentleft li {
	list-style: none;
	line-height: 22px;
}

#storeinfocontentleft li a {
	text-decoration: none;
	color: #2E2E2E;
}

#storeinfocontentleft li a:hover {
	text-decoration: underline;
}

#storeinfocontentright {
	width: 110px;
	float: left;
}

#storeinfocontentright li {
	list-style: none;
	line-height: 22px;
}

#storeinfocontentright li a {
	text-decoration: none;
	color: #2E2E2E;
}

#storeinfocontentright li a:hover {
	text-decoration: underline;
}

#bestsellerspanel {
	width: 289px;
	height: 148px;
	float: left;
}

#bestsellerscontent {
	padding: 14px;
}

#bestsellerscontentleft {
	width: 120px;
	padding-right: 6px;
	float: left;
}

#bestsellerscontentleft h1 {
	font-family: arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FF9804;
	text-transform: uppercase;
	padding-bottom: 5px;
}

#bestsellerscontentleft p {
	line-height: 16px;
}

#bestsellerscontentleft a {
	font-weight: bold;
	color: #1A97D6;
}

#bestsellerscontentright {
	width: 122px;
	height: 126px;
	padding-left: 5px;
	float: left;
}

#bestsellerscontent h1 {
	font-family: arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FF9804;
	text-transform: uppercase;
	padding-bottom: 5px;
}

/* Laning Page Css */
#landingpagecontainer {
	width: 932px;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #2E2E2E;
}

#landingpagecontent {
	width: 447px;
	float: left;
}

#landingpagecopy {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #2E2E2E;
	padding-right: 12px;
}

#landingpagecopy h1 {
	font-family: Arial, sans-serif;
	font-size: 28px;
	text-transform: uppercase;
	letter-spacing: -1px;
	color: #045A85;
	font-weight: bold;
	padding-top: 15px;
}

#landingpagecopy h2 {
	font-family: Arial, sans-serif;
	font-size: 24px;
	color: #045A85;
	font-weight: normal;
	font-style: italic;
	padding-bottom: 25px;
}

#landingpagecopy h3 {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #FF9804;
	font-weight: normal;
	padding-top: 25px;
	padding-bottom: 10px;
	text-transform: uppercase;
}

#landingpagecopy p {
	line-height: 20px;
}

#landingpagecopy li {
	list-style: none;
	line-height: 26px;
}

#landingpagecopy li a {
	color: #2E2E2E;
	font-weight: bold;
}

#landingpagepic {
	width: 485px;
	float: left;
}

#landingpagepicbox {
	width: 466px;
	background-color: #F5FAFD;
	border: 1px solid #CCE5F3;
	padding: 8px;
}

#sitemap h2 {
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #ddd;
}

#sitemap ul {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
}

#sitemap ul li {
	list-style: circle;
}

.relatedterms {
	background-color: #F5FAFD;
	border: 1px solid #CCE5F3;
	padding: 8px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#lettermenu {
	width: 189px;
	margin: 0 auto;
	padding-top: 8px;
}

#lettermenu h1 {
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #085881;
	font-size: 12px;
}

ul.letter {
	width: 189px;
	margin: 0;
	padding: 0;
	float: left;
}

.letter li {
	list-style: none;
	display: inline;
	margin: 2px;
	padding: 0;
	float: left;
}

.letter li a {
	color: #0C6D9F;
	text-decoration: none;
	background-color: #FFF;
	width: 15px;
	height: 12px;
	border: 1px solid #96C3DC;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 12px;
	float: left;
}

.letter li a:hover {
	background-color: #eee;
}

#letteritemscontainer {
	position: relative;
	z-index: 1;
	width: 189px;
	height: 306px;
	margin: 0 auto;
	margin-top: 10px;
	overflow: auto;
}

.listheader {
	background-color: #D9E2FF;
	width: 162px;
	height: 23px;
	color: #0C6D9F;
	font-size: 14px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	line-height: 23px;
	padding-left: 10px;
}

.linksDiv ul {
	margin: 0;
	padding: 0;
}

.linksDiv li {
	width: 172px;
	list-style: none;
	border-bottom: 1px solid #DFDFDF;
}

.linksDiv li a {
	width: 162px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #0C6D9F;
	background-color: #FFF;
	text-decoration: none;
	line-height: 20px;
	padding: 0 0 0 10px;
	display: block;
}

.linksDiv li a:hover {
	background-color: #F2F5FF;
}

.linksDiv p {
	margin: 0;
}

.proddescsnm p {
	padding-bottom: 6px;
}

.textbox {
	border: 1px solid #dcdcdc;
	margin: 5px 5px 0px 2px;
	font-size: 11px;
	background-color: #f9f9f9;
	color: #404040;
	padding: 2px;
}

.textbox:hover {
	background-color: #ffffff;
	border: 1px solid #555555;
}

#forumbanner {
	margin-top: 8px;
	text-align: center;
}

#twitter {
	text-align: center;
	padding-top: 4px;
}

.customercare {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 15px;
}

a.hrefbuttonlarger {
	width: 212px;
	text-align: center;
	text-decoration: none;
	display: block;
	background-image: url('../media/buttonbg.jpg');
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #0f88c5;
	border: 1px solid #055581;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	padding: 4px;
	margin: 0px 0px 2px 0px;
	cursor: pointer;
}

a.hrefbuttonlarger:hover {
	color: #ffffff;
	background-image: none;
	background-color: #0c73ab;
}
