/*<style type="text/css">*/

/* border around recently viewed items */
.recentitems
{
	border: 1px solid #666666;	/* border around recent items list */
}

.recently_viewed_product
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	color: #999999;
	text-decoration: none;
}
.recently_viewed_product:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	text-decoration: underline;
}
td.recenttitle
{
	vertical-align:middle;
	/*background-color: #000000;*/
	background-image: url('../img/trans_black.png');
	background-repeat: repeat;
	behavior: url('../css/iepngfix.htc');
	/*border-left: 1px solid #000000;*/
	z-index: 1;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	line-height: 18px;
	/*text-indent: 4px;*/
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}
.recent_products_bg
{
	/*background-color: #000000;*/
	background-image: url('../img/trans_black.png');
	background-repeat: repeat;
	behavior: url('../css/iepngfix.htc');
	/*border-left: 1px solid #000000;*/
	z-index: 1;
	border: 1px solid #333333;
	padding: 2px;
}
.bg_email
{
	width: 500px;
	padding: 10px;
	margin-left: 38px;
	background-color: #333333;
	/*background-repeat: repeat;*/
	/*background-color: #f6f6f6;*/
	border: 1px solid #666666;
}

.email_content
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	color: #CCCCCC;
	text-decoration: none;
}

.login
{
	vertical-align: top;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	/*font-weight: bold;*/
	font-variant: normal;
	text-decoration: none;
	color: #CCCCCC;
	margin-right: 0px;
	height: 20px;
}
.logout
{
	vertical-align: top;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	/*font-weight: bold;*/
	font-variant: normal;
	text-decoration: underline;
	color: #FFFFFF;
	margin-right: 0px;
}
.login_bg
{
	width: 500px;
	background-color: #131313;
	border: 1px solid #000000;
	padding: 20px;
	margin: 10px 10px 10px 10px;
}
.login_text
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	line-height: 16px;
}
.red
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	color: #990000;
	text-decoration: none;
	/*vertical-align: middle;*/
}
.red_bold
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	line-height: 16px;
	color: #990000;
	text-decoration: none;
	/*vertical-align: middle;*/
}
.orange
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	color: #ff6600;
	text-decoration: none;
	/*vertical-align: middle;*/
}
.yellow
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	color: #ffff99;
	text-decoration: none;
	/*vertical-align: middle;*/
}
.beige_bold
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	line-height: 16px;
	color: #ffcccc;
	text-decoration: none;
	/*vertical-align: middle;*/
}
.white
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	color: #FFFFFF;
	text-decoration: none;
	/*vertical-align: middle;*/
}
.white_bold
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	line-height: 16px;
	color: #FFFFFF;
	text-decoration: none;
	/*vertical-align: middle;*/
}

table.viewhidden {
	background-color: #000000;
	position: relative;
	left: 0px;
	top: 0px;
	width: 1000px;
	height: 100%;
	filter:alpha(opacity=70); /* IE's opacity*/
	-moz-opacity: 0.70; /*Mozilla browsers like Netscape Navigator*/
	opacity: 0.70; /*current standard in CSS*/
	-khtml-opacity: 0.7; /*old versions of Safari (1.x)*/
	z-index: 2;
}

.bg {
	background-attachment: fixed;
	background-image: url('../img/bg.jpg');
	background-repeat: no-repeat;
	/*background-position: center 100px;*/
	background-position: center top;
	background-color: #000000;
	cursor:default;
	margin: 0px;
	padding: 0px;
}

.bg_home {
	background-attachment: fixed;
	background-image: url('../img/bg_home.jpg');
	background-repeat: no-repeat;
	/*background-position: center 100px;*/
	background-position: center top;
	background-color: #000000;
	cursor:default;
	margin: 0px;
	padding: 0px;
}
.bg_main {
	background-attachment: fixed;
	background-image: url('../img/bg_main.jpg');
	background-repeat: no-repeat;
	/*background-position: center 100px;*/
	background-position: center top;
	background-color: #000000;
	cursor:default;
	margin: 0px;
	padding: 0px;
}

.main_menu_bg {
	background-attachment: fixed;
	background-image: url('../img/main_menu_bg.jpg');
	background-repeat: no-repeat;
	/*background-position: center 100px;*/
	/*background-position: center top;*/
	background-position: relative;
	width: 1000px;
	height: 30px;
	/*background-color: #000000;*/
	cursor:default;
	margin: 0px;
	padding: 0px;
	z-index: 2;
}

.new_styles_trends_models {
	/*background-attachment: fixed;*/
	background-image: url('../img/new_styles_trends_models.jpg');
	background-repeat: no-repeat;
	/*background-position: center top;*/
	background-color: #000000;
}

.menu_text
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	line-height: 16px;
	color: #CCCCCC;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}
.menu_text:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	line-height: 16px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}
.menu_text_active
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	line-height: 16px;
	color: #FF0000;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}

.bg_petcare {
	background-attachment: fixed;
	background-image: url('../img/bg_petcare.jpg');
	background-repeat: no-repeat;
	/*background-position: center 100px;*/
	background-position: center top;
	background-color: #000000;
	cursor:default;
	margin: 0px;
	padding: 0px;
}

.bg_grooming {
	background-attachment: fixed;
	background-image: url('../img/bg_grooming.jpg');
	background-repeat: no-repeat;
	/*background-position: center 100px;*/
	background-position: center top;
	background-color: #000000;
	cursor:default;
	margin: 0px;
	padding: 0px;
}

.bg_service {
	background-attachment: fixed;
	background-image: url('../img/bg_service.jpg');
	background-repeat: no-repeat;
	/*background-position: center 100px;*/
	background-position: center top;
	background-color: #000000;
	cursor:default;
	margin: 0px;
	padding: 0px;
}

.bg_professional {
	background-attachment: fixed;
	background-image: url('../img/bg_professional.jpg');
	background-repeat: no-repeat;
	/*background-position: center 100px;*/
	background-position: center top;
	background-color: #000000;
	cursor:default;
	margin: 0px;
	padding: 0px;
}

.bg_haircare {
	background-attachment: fixed;
	background-image: url('../img/bg_haircare.jpg');
	background-repeat: no-repeat;
	/*background-position: center 100px;*/
	background-position: center top;
	background-color: #000000;
	cursor:default;
	margin: 0px;
	padding: 0px;
}

.bg_bathandbeauty {
	background-attachment: fixed;
	background-image: url('../img/bg_bathandbeauty.jpg');
	background-repeat: no-repeat;
	/*background-position: center 100px;*/
	background-position: center top;
	background-color: #000000;
	cursor:default;
	margin: 0px;
	padding: 0px;
}

.bg_wellness {
	background-attachment: fixed;
	background-image: url('../img/bg_wellness.jpg');
	background-repeat: no-repeat;
	/*background-position: center 100px;*/
	background-position: center top;
	background-color: #000000;
	cursor:default;
	margin: 0px;
	padding: 0px;
}

.stylingtips
{
        /*position: relative;*/
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #999999;
        font-weight: bold;
        text-transform: none;
        text-decoration: none;
        line-height: 18px;
}

.stylingtips:hover
{
        /*position: relative;*/
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #cccccc;
        font-weight: bold;
        text-transform: none;
        text-decoration: underline;
        line-height: 18px;
}
.try_again
{
        /*position: relative;*/
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #CCCCCC;
        font-weight: bold;
        text-transform: none;
        text-decoration: none;
        line-height: 18px;
}

.try_again:hover
{
        /*position: relative;*/
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #FFFFFF;
        font-weight: bold;
        text-transform: none;
        text-decoration: underline;
        line-height: 18px;
}

.rotator_bg {
	background-attachment: fixed;
	background-image: url(../img/rotator_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	/*background-color: #333333;*/
	width: 445px;
	height: 200px;
	/*float: left;*/
	margin-top: 10px;
	filter:alpha(opacity=100); /* IE's opacity*/
	/* -moz-opacity: 0.5;*/
	opacity: 1.00;
}

.about_us {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #999999;
	position: relative; 
	z-index: 10;
}

.home {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #CCCCCC;
	position: relative; 
	z-index: 10;
}

.mailto_link
{
        position: relative;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        text-decoration: none;
        background: none;
        color: #999999;
}

.mailto_link:hover
{
        position: relative;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        text-decoration: underline;
        background: none;
        color: #999999;
}

.visit_us {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #CC0000;
	/*position: absolute;*/
	position: relative;
	z-index: 10;
}
.bold_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: bold;
	line-height: 18px;
	font-weight: bold;
	color: #CCCCCC;
	position: relative; 
	z-index: 10;
}
.grey
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	color: #CCCCCC;
	text-decoration: none;
	/*vertical-align: middle;*/
}
.grey_link
{
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	margin-left: 0px;
	text-decoration: none;
}

.grey_link:hover
{
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	margin-left: 0px;
	text-decoration: underline;
}
.white_link
{
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	margin-left: 0px;
	text-decoration: none;
}

.white_link:hover
{
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CCCCCC;
	margin-left: 0px;
	text-decoration: underline;
}
.trans_white {
	/*background-attachment: fixed;*/
	background-image: url('../img/trans_white.png');
	background-repeat: repeat;
	behavior: url('../css/iepngfix.htc');
	z-index: 1;
	border-top: 1px solid #333333;
}

.trans_grey {
	/*background-attachment: fixed;*/
	background-image: url('../img/trans_grey.png');
	background-repeat: repeat;
	behavior: url('../css/iepngfix.htc');
	z-index: 1;
	border-right: 1px solid #000000;
}

.trans_grey_rp {
	/*background-attachment: fixed;*/
	background-image: url('../img/trans_grey_rp.png');
	background-repeat: repeat;
	behavior: url('../css/iepngfix.htc');
	z-index: 1;
	border-left: 1px solid #000000;
}

.trans_black {
	/*background-attachment: fixed;*/
	background-image: url('../img/trans_black.png');
	background-repeat: repeat;
	behavior: url('../css/iepngfix.htc');
	/*border-left: 1px solid #000000;*/
	z-index: 1;
}

.trans_light_black {
	/*background-attachment: fixed;*/
	background-image: url('../img/trans_light_black.png');
	background-repeat: repeat;
	behavior: url('../css/iepngfix.htc');
	/*border-left: 1px solid #000000;*/
	z-index: 1;
}

.trans_dark_black {
	/*background-attachment: fixed;*/
	background-image: url('../img/trans_dark_black.png');
	background-repeat: repeat;
	behavior: url('../css/iepngfix.htc');
	z-index: 1;
}


.box {
	border: 1px solid #000000;
	position: relative; 
}

.image_border_red {
	z-index: 20;
	border: 1px solid #ff6666;
}

.image_border {
	z-index: 20;
	border: 1px solid #000000;
}
.image_border_grey {
	z-index: 20;
	border: 1px solid #333333;
}

.box_contents {
	/*background-color:transparent;
	width: 100%;
	height: 100%;*/
	padding: 0px;
	position: relative; 
	/*z-index: 10;*/
}

.box_contents_hidden {
	background-color:transparent;
	width: 100%;
	height: 100%;
	padding: 0px;
	position: relative; 
	z-index: 20;
}

.box_bg1000x20 {
	background-color: #000000;
	position: relative;
	left: 0px;
	top: 0px;
	width: 1000px;
	height: 20px;
	filter:alpha(opacity=50); /* IE's opacity*/
	-moz-opacity: 0.50; /*Mozilla browsers like Netscape Navigator*/
	opacity: 0.50; /*current standard in CSS*/
	-khtml-opacity: 0.5; /*old versions of Safari (1.x)*/
	z-index: 2;
}


div.box_bg1000x440 {
	background-color: black;
	position: relative;
	/*position: absolute;*/
	left: 0px;
	top: 0px;
	width: 1000px;
	height: 440px;
	filter:alpha(opacity=70); /* IE's opacity*/
	-moz-opacity: 0.70; /*Mozilla browsers like Netscape Navigator*/
	opacity: 0.70; /*current standard in CSS*/
	-khtml-opacity: 0.7; /*old versions of Safari (1.x)*/
	z-index: 2;
}

.box2_background {
	background-color: black;
	position: relative;
}

div.box_testbg {
	background-color: black;
	/*position: absolute;*/
	position: relative;
	left: 0px;
	top: 0px;
	width: 1000px;
	/*height: 502px;*/
	height: 100%;
	filter:alpha(opacity=70); /* IE's opacity*/
	-moz-opacity: 0.70; /*Mozilla browsers like Netscape Navigator*/
	opacity: 0.70; /*current standard in CSS*/
	-khtml-opacity: 0.7; /*old versions of Safari (1.x)*/
	z-index: -1;
}

.box_testbg2 {
	background-color: black;
	/*position: absolute;*/
	position: relative;
	/*left: 0px;*/
	align: center;
	/*top: 0px;*/
	width: 250px;
	/*height: 502px;*/
	height: 100%;
	filter:alpha(opacity=70); /* IE's opacity*/
	-moz-opacity: 0.70; /*Mozilla browsers like Netscape Navigator*/
	opacity: 0.70; /*current standard in CSS*/
	-khtml-opacity: 0.7; /*old versions of Safari (1.x)*/
	z-index: -1;
}


div.box_leftbg {
	background-color: black;
	/*position: absolute;*/
	position: relative;
	/*left: 0px;*/
	/*top: 0px;*/
	width: 250px;
	/*height: 502px;*/
	height: 100%;
	filter:alpha(opacity=70); /* IE's opacity*/
	-moz-opacity: 0.70; /*Mozilla browsers like Netscape Navigator*/
	opacity: 0.70; /*current standard in CSS*/
	-khtml-opacity: 0.7; /*old versions of Safari (1.x)*/
	z-index: -1;
}

div.box_rightbg {
	background-color: black;
	/*position: absolute;*/
	position: relative;
	/*left: 750px;*/
	/*top: 0px;*/
	width: 250px;
	/*height: 502px;*/
	height: 100%;
	filter:alpha(opacity=70); /* IE's opacity*/
	-moz-opacity: 0.70; /*Mozilla browsers like Netscape Navigator*/
	opacity: 0.70; /*current standard in CSS*/
	-khtml-opacity: 0.7; /*old versions of Safari (1.x)*/
	z-index: -1;
}


.footer_box_background {
	background-color: black;
	width: 500px;
	height: 100%
	top: 0px;
	left: 500px;
	filter:alpha(opacity=50); /* IE's opacity*/
	-moz-opacity: 0.50; /*Mozilla browsers like Netscape Navigator*/
	opacity: 0.50; /*current standard in CSS*/
	-khtml-opacity: 0.5; /*old versions of Safari (1.x)*/
	position: relative;
	z-index: 2;
}

.box_bg1 {
	background-color: black;
	width: 500px;
	height: 440px;
	filter:alpha(opacity=50); /* IE's opacity*/
	-moz-opacity: 0.50; /*Mozilla browsers like Netscape Navigator*/
	opacity: 0.50; /*current standard in CSS*/
	-khtml-opacity: 0.5; /*old versions of Safari (1.x)*/
	position: relative;
	z-index: 99;
}
.box_bg2 {
	background-color: black;
	width: 500px;
	height: 440px;
	filter:alpha(opacity=50); /* IE's opacity*/
	-moz-opacity: 0.50; /*Mozilla browsers like Netscape Navigator*/
	opacity: 0.50; /*current standard in CSS*/
	-khtml-opacity: 0.5; /*old versions of Safari (1.x)*/
	position: relative;
	z-index: 99;
}

.img_left {
	float: left;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	/*margin-left: 10px;*/
}


.img_right {
	float: right;
	border: 1px solid #333333;
}
.vert_img_right {
	float: right;
}


.anchor_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	font-variant: normal;
	color: #999999;
	text-decoration: underline;
	text-align: left;
	z-index: 20;
}
.anchor_link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: underline;
	text-align: left;
	z-index: 20;
}
.tip_text_block {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	letter-spacing: normal;
	/*text-align: left;*/
	vertical-align: top;
	word-spacing: normal;
	display: block;
	padding-right: 10px;
	margin-left: 20px;
	margin-top: 0px;
}
ol {
	list-style-position: outside;
	margin-left: 24px;
	z-index: 20;
}
.tips_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-align: left;
	vertical-align: text-top;
	z-index: 20;
	padding: 0px;
	margin-left: 20px;
	margin-right: 20px;
}
.tips_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
	color: #999999;
	text-align: left;
	vertical-align: text-top;
	padding: 0px;
	margin-left: 0px;
	z-index: 20;
	margin-top: 10px;
}
.tips_main_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 24px;
	font-weight: bold;
	font-variant: normal;
	color: #990033;
	text-align: left;
	vertical-align: text-top;
	padding: 0px;
	margin-left: 0px;
	z-index: 20;
	margin-top: 10px;
}

.feature_text
{
        position: relative;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #999999;
        text-align: left;
        margin-top: 4px;
        line-height: 13px;
}

.feature_text_title
{
        position: relative;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #CCCCCC;
        text-align: left;
        margin-top: 4px;
        line-height: 15px;
}
.featured_product
{
        position: relative;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: bold;
        color: #CCCCCC;
        text-align: left;
        margin-top: 4px;
        line-height: 16px;
}
.learn_more_here
{
        position: relative;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #CCCCCC;
        margin-left: 0px;
        padding-top: 4px;
        text-decoration: none;
}

.learn_more_here:hover
{
        position: relative;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #FFFFFF;
        margin-left: 0px;
        padding-top: 4px;
        text-decoration: underline;
}

.weblink
{
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	margin-left: 0px;
	padding-top: 4px;
	text-decoration: none;
}

.weblink:hover
{
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CC0000;
	margin-left: 0px;
	padding-top: 4px;
	text-decoration: underline;
}

.homelink
{
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #999999;
	margin-left: 0px;
	padding-top: 4px;
	text-decoration: none;
}

.homelink:hover
{
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #CC0000;
	margin-left: 0px;
	padding-top: 4px;
	text-decoration: underline;
}

.vertical_bar
{
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	padding-top: 4px;
	text-decoration: none;
}

.vertical_bar_home
{
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #333333;
	padding-top: 4px;
	text-decoration: none;
}

p
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-transform: none;
	text-decoration: none;
}

.inputbox {
	border: 1px solid #666666;
	background-color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;    
	color: #FFFFFF;
	background-image: url('../img/black.gif');
	background-repeat: repeat;
}


.title
{
        position: relative;
        font-family: century gothic;
        font-size: 16px;
        font-weight: bold;
        text-transform: none;
        text-decoration: none;
        background: none;
        color: #999999;
        margin-left: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
}

.header
{
        font-family: Helvetica, sans-serif;
        font-size: 16px;
        font-weight: bold;
        text-transform: none;
        text-decoration: none;
        background: none;
        color: #999999;
        text-align: center;
        margin-top: 8px;
}
.title_trends_new_styles
{
        position: relative;
        font-family: century gothic;
        font-size: 18px;
        color: #999999;
}
.title_trends_new_styles_red
{
        position: relative;
        font-family: century gothic;
        font-size: 16px;
        /*font-weight: bold;*/
        color: #CC0000;
        margin-top: 14px;
}

/*CHANGED FROM 999999 to 666666*/
.header_category
{
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
	color: #999999;
	margin-left: 20px;
	/*padding-top: 4px;*/
	/*margin-top: 4px;*/
}
.header_category_pink
{
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
	color: #ffccff;
	margin-left: 20px;
	/*padding-top: 4px;*/
	/*margin-top: 4px;*/
}

.header_second_category
{
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
	color: #999999;
	/*padding-top: 4px;*/
	/*margin-top: 4px;*/
}

.header_backdrop
{
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	width: 500px;
	height: 20px;
}

.slash
{
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
	color: #999999;
	/*padding-top: 4px;*/
	/*margin-top: 4px;*/
}

.header_wbg
{
        position: relative;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-weight: bold;
        text-transform: none;
        text-decoration: none;
        background: none;
        color: #CCCCCC;
        margin-left: 10px;
}

.page_order
{
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	background: none;
	height: 20px;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 20px;
	/*margin-left: 10px;*/
}

.tools
{
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
	background: none;
	color: #FFFFFF;
	margin-left: 25px;
	margin-top: 20px;
	margin-bottom: 0px;
	z-index: 20;
}
.product_features
{
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
	background: none;
	color: #FFFFFF;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 0px;
	z-index: 20;
}

/* CHANGED TO margin-left 10px*/
.view_more_info
{
        position: relative;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        text-transform: none;
        text-decoration: none;
        background: none;
        color: #FFFFFF;
        margin-left: 0px;
        margin-top: 0px;
        margin-bottom: 10px;
}

.view_more_info_pink
{
        position: relative;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: normal;
        text-transform: none;
        text-decoration: none;
        background: none;
        color: #ff99ff;
        margin-left: 0px;
        margin-top: 0px;
}
.view_more_info_pink:hover
{
        position: relative;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: normal;
        text-transform: none;
        text-decoration: underline;
        background: none;
        color: #ffccff;
        margin-left: 0px;
        margin-top: 0px;
}

.view_features_tools
{
        position: relative;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        text-transform: none;
        text-decoration: none;
        background: none;
        color: #FFFFFF;
        margin-left: 20px;
        margin-top: 0px;
        margin-bottom: 10px;
}

.ul_features {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*font-weight: bold;*/
	color: #FFFFFF;
	text-align: left;
	margin-left: -14px;
	margin-right: 10px;
	margin-top: 10px;
	line-height: 18px;
	z-index: 20;
}


.product_name
{
	position: relative;
	/*font-family: Century Gothic;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
	color: #999999;
	/*background-color: #000000;*/
	/*width: 470px;*/
	/*line-height: 20px;*/
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 2px;
	/*margin-left: 10px;*/
	/*margin-right: 10px;*/
	/*margin-top: 10px;*/
}

.model_number
{
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
	color: #999999;
	background-color: #000000;
	/*width: 470px;*/
	/*line-height: 20px;*/
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	/*margin-left: 10px;*/
	/*margin-right: 10px;*/
	/*margin-top: 10px;*/
}

.product_name_special
{
        position: relative;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-weight: bold;
        text-transform: none;
        text-decoration: none;
        background: none;
        color: #CC0000;
        margin-left: 10px;
        margin-top: 10px;
}

.product_name_new
{
        position: relative;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-weight: bold;
        text-transform: none;
        text-decoration: none;
        background: none;
        color: #CC0000;
        margin-left: 10px;
        margin-top: 10px;
}

.description
{
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	margin-left: 20px;
	margin-right: 50px;
	margin-top: 10px;
	line-height: 18px;
}
.specs
{
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	margin-top: 10px;
	line-height: 18px;
}
.body_text
{
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 18px;
}

.body_text_nm
{
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	/*margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;*/
	line-height: 18px;
}
.body_text_grey
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	line-height: 16px;
	text-transform: none;
	text-decoration: none;
}
.green_text
{
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffcccc;
	text-align: center;
	/*margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;*/
	line-height: 18px;
}

.body_text_666
{
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: left;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 18px;
}

.body_text_small
{
        position: relative;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        color: #8D8D8D;
        text-align: left;
        line-height: 14px;
}

.body_text_bold
{
        position: relative;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #747474;
        text-align: center;
        line-height: 18px;
}

.body_text_bold:hover
{
        position: relative;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #333333;
        text-align: center;
        line-height: 18px;
}



.body_text_bold_wht
{
        position: relative;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #FFFFFF;
        text-align: center;
        line-height: 18px;
}

.body_text_bold_wht_sm
{
        position: relative;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: bold;
        color: #FFFFFF;
        text-align: center;
        line-height: 18px;
}

.search_text
{
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	padding-left: 10px;
}

/*.page_order
{
        position: relative;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: bold;
        color: #999999;
}*/




.cat_numbers
{
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}

.cat_numbers:hover
{
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: underline;
}

.feature_bg
{
	background-image: url('../img/feature_bg.jpg');
	background-repeat: no-repeat;
	/*background-repeat: yes-repeat;*/
	background-position: top-left;
	width: 240px;
	/*height: 200px;*/
	margin-left: 0px;
	margin-top: 0px;
}

.nav_arrow
	{
	vertical-align: middle;
	position: relative;
	z-index: 20;
	}
.hidden {
	display: none;
	visibility: hidden;
}
.unhidden {
	display: block;
	visibility: visible;
}