/* ========================= */
/* DEFAULT BODY - CONTAINERS */
/* ========================= */
body {
	margin: 10px 0px 0px 10px;
	padding:0px;
	text-align: center;
	background-color: #FFFFFF;
}

body, p, div, span, table, td {
	font-family: "trebuchet MS", "futura medium", "lucida sans";
	font-size: 12px;
	font-style: normal;
	color: #000;
	text-align: left;
}

.bold {
	font-weight: bold;
}

img {
	border: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}
.clear {
	clear:  both;
}

.left {
	text-align: left !Important;
}

.right {
	text-align: right !Important;
}

.forward {
	position: relative;
	z-index: 1;
}

#mini_caption{
	color:#bd2025;
	}
	
#mini_desc{
	color:#000000;
	}

.error_container {
	width: 552px;
	margin-top: 16px;
	margin-bottom: 8px;
	margin-left: auto;
	margin-right: auto;
}

.error_img {
	float: left;
	width: 34px;
	height: 34px;
	background: url('../media/images/icon_alert1.gif') no-repeat;
}

.error_text {
	float: right;
	width: 510px;
	color: #888;
	font-weight: bold;
	text-align: left;
}

.error_text li {
	margin-left: 24px;
}

.form_label_error {
	color: #911 !Important;
	font-weight: bold !Important;
}

.form_field_error {
	color: #911 !Important;
	font-weight: bold !Important;
	border: 2px solid #FA2 !Important;
	background-color: #FFC !Important;
}

.main_body {
	width: 801px;
	background: #FFF;
}


.columnleft { 
	padding: 30px 0 0 10px;
	float: left;
}

.small {
	font-size: 10px;
	color: #999;
	line-height: 12px;
}

.alert {
	width: 14px;
	height: 14px;
	position: absolute;
	margin-top: 1px;
	margin-left: -18px;
	background-image: url('../media/images/icon_alert.gif');
}

.indent {
	padding-right: 24px;
}

.float_left {
	float:left;
}

.float_right {
	float:right;
}

.home{
	padding-left:1px;
	}

.flash{
	padding-bottom:6px;
	}

/* ========================= */
/*    BUTTONS    */
/* ========================= */

button {
	margin: 0;
	border: 0;
	overflow: hidden;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
    position:relative;
    font-size:0px;
}

.send {
	width: 51px;
	height: 20px;
	padding: 20px 0 0;
	background: transparent url('../media/images/button_send.gif') no-repeat center top;
}

.shop_add_to_cart {
	width: 93px;
	height: 15px;
	padding: 15px 0 0;
	background: transparent url('../media/images/add_to_cart_btn.gif') no-repeat center top;
}

.shop_apply_code {
	width: 70px;
	height: 28px;
	padding: 28px 0 0;
	background: transparent url('../media/images/button_shop_apply_code.gif') no-repeat center top;
}

.shop_continue {
	width: 93px;
	height: 30px;
	padding: 30px 0 0;
	background: transparent url('../media/images/button_shop_continue.gif') no-repeat center top;
}

.shop_continue_shopping {
	width: 169px;
	height: 30px;
	padding: 30px 0 0;
	background: transparent url('../media/images/button_shop_continueshop.gif') no-repeat center top;
}

.shop_checkout {
	width: 103px;
	height: 30px;
	padding: 30px 0 0;
	background: transparent url('../media/images/button_shop_checkout.gif') no-repeat center top;
}

.shop_login {
	width: 71px;
	height: 30px;
	padding: 30px 0 0;
	background: transparent url('../media/images/button_shop_login.gif') no-repeat center top;
}

.shop_place_order {
	width: 108px;
	height: 30px;
	padding: 30px 0 0;
	background: transparent url('../media/images/button_shop_place_order.gif') no-repeat center top;
}

.shop_remove {
	width: 57px;
	height: 23px;
	padding: 23px 0 0;
	background: transparent url('../media/images/button_shop_remove.gif') no-repeat center top;
}

.shop_shop {
	width: 73px;
	height: 30px;
	padding: 30px 0 0;
	background: transparent url('../media/images/button_shop_shop.gif') no-repeat center top;
}

.shop_submit {
	width: 73px;
	height: 30px;
	padding: 30px 0 0;
	background: transparent url('../media/images/button_shop_submit.gif') no-repeat center top;
}

.shop_update {
	width: 57px;
	height: 23px;
	padding: 23px 0 0;
	background: transparent url('../media/images/button_shop_update.gif') no-repeat center top;
}




/* ========================= */
/*    HEADING TEXT COLORS    */
/* ========================= */
.red {color: #D40707 !Important;}

.yellow {color: #f1be0e !Important;}

.orange {color: #E97F01 !Important;}
.orangeDk {color: #ed5503 !Important;}

.green {color: #10D174 !Important;}
.greendk {color: #10D174 !Important;}
.greenLt {color: #8baf56 !Important;}
.lime {color: #66cc33 !Important;}

.blue {color: #59b2db !Important;}
.blueDk {color: #4C8BB0 !Important;}
.blueDk2 {color: #047 !Important;}
.ltBlue {/*INDEX PAGE ONLY*/
	color: #7fa3b1 !Important;
	font-weight: bold;
	font-family: "futura medium", "trebuchet MS", "lucida sans";}

.grey {/*sub headers*/
	color: #999999 !Important;
	font-weight: bold;
	font-size:16px;
	font-family: "futura medium", "trebuchet MS", "lucida sans";
	line-height: 16px;
}




/* ========================= */
/*        SITE MAP           */
/* ========================= */
#sitemap {
	float: left;
	width: 560px;
	margin-left: 16px;
	margin-bottom: 16px;
}
#sitemap .column_left { 
	float: left;
	width: 200px;
}

#sitemap .column_right { 
	float: left;
	width: 200px;
}

#sitemap .column_left, 
#sitemap .column_right,
h4 { 
	font-family: "trebuchet MS", "futura medium", "lucida sans";
	color: #bd2025;
}





/* ========================= */
/*    DEFAULT PAGE LAYOUT    */
/*   PARAGRAPHS & HEADINGS   */
/* ========================= */
#education .column_right,
#science .column_right,
#shop .column_right,
#story .column_right {
	margin: 30px 0px 0px 24px;
	float: left;
	width: 750px;
}

.column_right {
	font-family: "trebuchet MS", "futura medium", "lucida sans";
	font-size: 12px;
	width: 750px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	font-variant: normal;
	text-decoration: none;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
}

.column_center {
	float: left;
	margin: 0px 30px 16px 30px;
	font-family: "trebuchet MS", "futura medium", "lucida sans";
	font-size: 12px;
	width: 740px;
}

#education .column_right h4,
#science .column_right h4,
#shop .column_right h4,
#story .column_right h4,
#contact_support h4,
#product h4 { 
	font-family: "trebuchet MS", "futura medium", "lucida sans";
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	margin-top: 16px;
}

#education .column_right h5,
#science .column_right h5,
#shop .column_right h5,
#story .column_right h5,
#contact_support h5 { 
	font-family: "trebuchet MS", "futura medium", "lucida sans";
	font-style: normal;
	font-weight: bold;
	font-size: 13px;
}

#education .column_right h6,
#science .column_right h6,
#shop .column_right h6,
#story .column_right h6,
#contact_support h6 { 
	font-family: "trebuchet MS", "futura medium", "lucida sans";
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
}
.italics {
	font-family: "trebuchet MS", "futura medium", "lucida sans";
	font-size: 14px;
	color: #4C8BB0;
	font-style: italic;
	font-weight: bold;

}

.collections_links{
	 padding:10px 0px 5px 6px;
	 }
	 
.collections_links a:link{
	 font-family: "trebuchet MS", "futura medium", "lucida sans"; 
	 font-size:12px;
	 color:#000;
	 text-decoration:underline;
	 }

.collections_links a:visited{
	 font-family: "trebuchet MS", "futura medium", "lucida sans"; 
	 font-size:12px;
	 color:#000;
	 text-decoration:underline;
	 }
	 
.collections_links a:hover{
	 text-decoration:none;
	 }
	 
.collections_links #link_active{
	color:#D40707;
	}
	
.fatima{
	 margin:20px 0px;
	 float:left;
	 }
	 
.fatima .header2{
	 margin-bottom:20px;
	 }
	 
.fatima #look_img{
	 float:left;
	 }
	 
.fatima #look_short{
	 float:left;
	 width:130px;
	 margin:4px 20px 0px 0px;
	 }
	 
.fatima #look_short .title{
	 font-size:13px;
	 color:#959595;
	 }
	 
.fatima #look_short .subtitle{
	 padding:10px 0px;
	 line-height:15px !important;
	 }
	 
.fatima #look_short a{
	color:#b60000;
	}
	
.fatima .links{
	 padding:10px 0px 5px 6px;
	 }
	 
.fatima .links a:link{
	 font-family: "trebuchet MS", "futura medium", "lucida sans"; 
	 font-size:12px;
	 color:#000;
	 text-decoration:underline;
	 }

.fatima .links a:visited{
	 font-family: "trebuchet MS", "futura medium", "lucida sans"; 
	 font-size:12px;
	 color:#000;
	 text-decoration:underline;
	 }
	 
.fatima .links a:hover{
	 text-decoration:none;
	 }
	 
.fatima .links #link_active{
	color:#D40707;
	}
	
.fatima .copy{
	background:url('../media/images/fatima_bg_wonder_woman.jpg') top left no-repeat;
	width:801px;
	height:721px;
	}
	
.fatima .copy div{
	font-size:11px;
	color:#6d6e71;
	width:375px;
	padding:250px 0px 0px 20px;
	}
	
.fatima .copy div span{
	color:#9f100c;
	font-size:11px;
	}

.fatima .look{
	width:799px !important;
	width:801px;
	border:solid 1px #333;
	float:left;
	}
	
.fatima .look #sun_kissed{
	background:url('../media/images/fatima_bg_model.jpg') top right no-repeat;
	width:799px !important;
	width:801px;
	height:684px;
	font-size:13px;
	float:left;
	}
	
.fatima .look #smoky{
	float:left;
	width:370px;
	}
	
.fatima .look #model_sun{
	float:right;
	}
	
.fatima .look h1{
	font-size:13px;
	font-weight:normal;
	width:370px;
	padding:0px;
	margin:20px 0px 0px 20px;
	}
	
.fatima .look ul{
	list-style-type:decimal;
	color:#b60000;
	padding:10px 0px 0px 50px;
	margin:0px;
	width:340px;
	font-size:13px;
	}
	
.fatima .look ul span{
	font-size:13px;
	}
	
.fatima .look ul span a{
	font-size:13px;
	color:#000;
	font-weight:bold;
	text-decoration:underline;
	}
	
.fatima .look ul span a:hover{
	text-decoration:none;
	}
	
.fatima .look ul li{
	padding-bottom:15px;
	}
	
.details{
	width:799px;
	height:396px;
	}
	
.details .content{
	width:364px;
	float:right;
	padding-top:130px;
	}

.details .content div{
	color:#fff;
	}
	
.details .content #only{
	font-size:16px; 
	color:#fff; 
	vertical-align:top; 
	float:left; 
	}
	
.details .content #cent{
	font-size:11px; 
	color:#B60000; 
	vertical-align:top; 
	padding-top:5px; 
	float:left; 
	font-weight:bold;
	}
	
.details .content #dollar{
	color: #B60000; 
	font-size:18px; 
	font-weight:bold; 
	float:left;
	letter-spacing:-0.1em;
	}
	
.details .content #item_desc{
	font-size: small;
	font-weight: bold;
	color:#fff;
	}
	
.details .box_button{
	 margin-top:-25px;
	 _margin-top:-45px; 
	 float:left;
	 }
	 
.details form{
	 float:left;
	 }
	 
.details input{
	width:30px;
	}
	
.details .content #old_price{
	font-size:12px; 
	color: #fff; 
	padding-right:30px; 
	float:right;
	}

.product_note {
	border-top:solid 1px #ccc;
	text-align:right;
	}



/* ========================= */
/*    DEFAULT PAGE LAYOUT    */
/*     PLAIN TEXT PAGES      */
/* ========================= */
#text .columnMain{
	padding: 30px 0 0 35px;
	width: 600px;
	/*border: 1px solid #F00;*/
	margin-top: -25px;
	margin-left: 82px;
	
}
#text .columnMain p {
	font-family: "trebuchet MS", "futura medium", "lucida sans";
	width: 600px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	font-variant: normal;
	text-decoration: none;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
	font-size: 12px;
}
#text .columnMain h4 { 
	color: #4c8bb0;
	font-family: "trebuchet MS", "futura medium", "lucida sans";
	font-weight: bold;
	text-decoration: underline;
	font-size: 13px;
}
#text .columnMain h5 { 
	color: #4c8bb0;
	font-family: "trebuchet MS", "futura medium", "lucida sans";
	font-weight: bold;
}
#text .columnMain u { 
	color: #4c8bb0;
	font-family: "trebuchet MS", "futura medium", "lucida sans";
	font-weight: bold;
}
#text .columnMain ol { 
	font-family: "trebuchet MS", "futura medium", "lucida sans";
	font-weight: normal;
}
#text .columnMain form { 
	font-family: "trebuchet MS", "futura medium", "lucida sans";
	font-weight: normal;
}
#text .columnMain label,
#text .columnMain input {
	display: block;
	float: left;
	margin-bottom: 2px;
}

#text .columnMain label {
	text-align: left;
}

/* ========================= */
/*  DEFAULT LINK PROPERTIES  */
/* ========================= */
a {
	font-family: Arial, futura medium, lucida sans;
	font-size: 11px;
	color: #bd2025;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #838383;
}
a:hover {
	text-decoration: none;
	color: #999;
}
a:active {
	text-decoration: none;
}

#shop .column2 a {
	font-size:12px;
	font-weight:bold !Important;
	}





/* ========================= */
/*      DEFAULT HEADER       */
/*          LOGIN            */
/* ========================= */
#header {
	width: 801px;
	background-color: #FFF;
}

#header_logo { 
	float: left;
	width: 526px;
	height: 72px;
}

.header_login { 
	float: right;
	background: url('../media/images/bkg_blue.gif') no-repeat;
	background-color: #FFF;
	width: 275px !Important;
	height: 72px;
}

#login_text_top {
	padding-left: 11px;
	padding-top: 8px;
	font-family: "trebuchet MS", "futura medium", "lucida sans";
	font-size:10px;
	letter-spacing: 2px; 
	color: #fff; 
}

.header_login form{
	padding-left: 10px; 
}

.header_login form input {
	width: 103px;
	height: 18px;
	margin-top: 4px;
	margin-right: 10px;
	border: 1px solid #ccc;
}

#login_text_bottom .login,
#login_text_bottom .password {
	font-family:"trebuchet MS", "futura medium", "lucida sans";
	font-size: 10px;
	font-variant: small-caps;
	color: #fff;
	padding-left: 20px;
	float: left;
}

#login_text_bottom .password {
	padding-left: 98px;
}

.header_login_button {
	float: left;
	padding-left: 24px;
	padding-top: 2px;
}

#whtBar {
	background-color: #FFF;
	margin-bottom: 0px !important;
	margin-bottom: -10px;
	width: 801px;
	height: 7px !important;
	height: -3px;
}

#blueBar {
	background-color: #4c8bb0;
	padding-bottom: 20px !important;
	padding-bottom: 3px;
	width: 801px;
	height: 1px;
}





/* ========================= */
/*   HORIZONTAL MENU TREE    */
/* ========================= */
#horizontal_nav {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background-color: #FFF;
	width: 801px;
	height: 24px;
}

#horizontal_nav_bar_left {
	font-family: "trebuchet MS", "futura medium", "lucida sans";
	font-size: 11px;
	color: #838383;
	letter-spacing: 1px;
	padding: 3px 0px 3px 8px;
	width: 392px !Important;
	width: 400px;
	float: left;
	line-height: 18px;
}

#horizontal_nav_bar_left img {
	margin-right: 16px;
}

#horizontal_nav_bar_right {
	font-family: "trebuchet MS", "futura medium", "lucida sans";
	font-size: 11px;
	color: #838383;
	letter-spacing: 1px;
	padding: 3px 8px 3px 0px;
	width: 353px !Important;
	width: 361px;
	float: right;
	text-align: right;
	line-height: 18px;
}

#horizontal_nav_bar_right img,
.horizontal_nav_phone {
	margin-right: 12px;
}

.horizontal_nav_phone {
	color: #48B;
	font-weight: bold;
	letter-spacing: 1px;
}

#horizontal_nav_bar_right .bag {
	position: relative;
	top: 2px !Important;
}

#horizontal_nav_bar_right .envelope {
	position: relative;
	top: 3px !Important;
}

#dropmenudiv{
	position:absolute;
	border:1px solid #838383;
	border-bottom-width: 0;
	font-family: "trebuchet MS", "futura medium", "lucida sans";
	font-size: 10px;
	color: #838383;
	line-height:18px;
	position: absolute;
	z-index: 100;
	text-align: left;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #838383;
	padding: 1px 0;
	text-decoration: none;
	font-weight: normal;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #E7E7E7;
	color: #4C8BB0;
	font-weight: bold;
}







/* ========================= */
/*   INDEX PROPERTIES ONLY   */
/* ========================= */
.index_banner {
	border-bottom: #CCC solid 1px;
}

.image_index_left,
.image_index_mid,
.image_index_right {
	float: left;
	margin-top: 24px;
	margin-left: 8px;
	margin-right: 8px;
}

.index_text_left,
.index_text_mid,
.index_text_right {
	float: left;
	font-family: "trebuchet MS", "futura medium", "lucida sans";
	width: 200px;
	margin-top: 10px;
	margin-left: 8px;
}

.index_text_left div,
.index_text_mid div,
.index_text_right div {
	padding-top: 8px;
	padding-right: 36px;
}

.index_text_left,
.index_text_mid {
	border-right: #dce9ef solid 1px; 
}

/*****INDEX LINKS PROPERTIES*****/
.index_links a:link {
	color: #7fa3b1;
	text-decoration: none;
	font-weight: bold;
	font-family: "trebuchet MS", "futura medium", "lucida sans";
	font-size: 13px;
}
.index_links a:visited {
	text-decoration: none;
	font-weight: bold;
	font-family: "trebuchet MS", "futura medium", "lucida sans";
	color: #7fa3b1;
	font-size: 13px;
}
.index_links a:hover {
	text-decoration: none;
	font-weight: bold;
	font-family: "trebuchet MS", "futura medium", "lucida sans";
	color: #98BECD;
	font-size: 13px;
}
.index_links a:active {
	text-decoration: none;
	font-weight: bold;
	font-family:"trebuchet MS", "futura medium", "lucida sans";
	font-size: 13px;
}





/* ========================= */
/*    CHECKOUT : DEFAULT     */
/* ========================= */

#checkout {
	text-align: left;
	padding-top: 16px;
	margin-left: 22px;
	margin-right: 22px;
}

#checkout .header {
	font-size: 22px;
	color: #999;
	margin-bottom: 8px;
	text-align: left;
}

#checkout .header2 {
	color: #999;
	font-size: 22px;
	position: relative;
	top: -3px;
}

#checkout .subheader {
	color: #999;
	font-size: 11px;
	position: relative;
	top: -5px;
}

#checkout #path {
	clear: both;
	width: 584px;
	height: 29px;
}

#checkout #path .current {
	float: left;
	background: url('../media/images/shop_checkout_nav1.gif') no-repeat;
	width: 146px;
	height: 29px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	padding-top: 4px;
}

#checkout #path .previous {
	color: #000;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}

#checkout #path .future {
	float: left;
	background: url('../media/images/shop_checkout_nav2.gif') no-repeat;
	width: 146px;
	height: 29px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: #CCC;
	padding-top: 4px;
}

#checkout .info_container {
	float: right;
	width: 148px;
	border: 2px solid #999;
	padding: 4px;
	margin-top: 8px;
	text-align: left;
}

#checkout .storecredit_container {
	width: 180px;
	padding: 4px;
}

#checkout .info_container a {
	float: right;
	color: #48B;
	font-weight: bold;
	font-size: 12px;
}

#checkout .info_container a:hover {
	float: right;
	color: #6AD;
	font-weight: bold;
}

#checkout .info_img {
	float: left;
	width: 22px;
	height: 22px;
	background: url('../media/images/icon_alert2.gif') no-repeat;
}

#checkout .info_title {
	float: left;
	width: 118px;
	color: #888;
	font-weight: bold;
	text-align: left;
	font-size: 16px;
	padding-left: 6px;
	line-height: 18px;
}

#checkout .info_title2 {
	float: left;
	color: #333;
	font-weight: bold;
	text-align: left;
	font-size: 12px;
	margin-left: 4px;
	border-bottom: 2px solid #CCC;
}

#checkout .info_text {
	clear: both;
	text-align: left;
	color: #888;
	margin-left: 10px;
	margin-right: 10px;
}

#checkout .info_text2 {
	clear: both;
	text-align: left;
	color: #888;
	margin-left: 30px;
	margin-right: 10px;
	line-height: 16px;
}

#checkout .info_text3 {
	clear: both;
	text-align: left;
	color: #333;
	font-size: 10px;
	margin-left: 4px;
	margin-right: 4px;
}

#checkout .info_text_red {
	font-weight: bold;
	color: #F00;
}

#checkout .info_container ul {
	margin: 0px;
	padding-left: 12px;
	list-style-type: none;
	list-style-image: url('../media/images/bulletgrey.gif');
}

#checkout .cart_guarantee_left {
	float: left;
	height: 60px;
}

#checkout .cart_guarantee_right {
	float: right;
	height: 60px;
}

#cart .submit {
	margin-top: 36px;
	text-align: center;
}

#cart .placeorder {
	text-align: right;
	margin-top: 16px;
}

#cart .submit button {
	margin-left: 4px;
	margin-right: 4px;
	height: 27px;
	width: 145px;
}

#cart .total_left {
	height: 18px;
	background: url('../media/images/shop_subtitle_gradient.gif') repeat-x;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-bottom: 1px solid #666;
	font-weight: bold;
	color: #bd2025;
	font-size: 14px;
}

#cart .total_middle {
	height: 18px;
	background: url('../media/images/shop_subtitle_gradient.gif') repeat-x;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	font-weight: bold;
	color: #bd2025;
	font-size: 14px;
}

#cart .total_right {
	height: 18px;
	background: url('../media/images/shop_subtitle_gradient.gif') repeat-x;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}





/* ========================= */
/*    CHECKOUT : PAYMENT     */
/* ========================= */

#payment_method {
	float: left;
	text-align: left;
	width: 344px;
}

#payment_method .column1,
#payment_method .column2 {
	float: left;
}

#payment_method  .radio_label {
	font-weight: normal;
}

#payment_method label {
	font-size: 12px;
	font-weight: bold;
}

#payment_method input,
#payment_method select {
	margin-bottom: 12px;
	border: 1px solid #999;
}

#payment_method .radio {
	border: 0px;
}

#payment_method .same_billing input,
#payment_method .same_billing div {
	float: left;
}

#cvv2_details {
	float: left;
	background: url('../media/images/cvv2_details.gif') no-repeat;
	width: 229px;
	height: 258px;
	border: 2px solid #999;
}





/* ========================= */
/*    CHECKOUT : SHIPPING    */
/* ========================= */

#billship_address {
	text-align: left;
}

#billship_address input,
#billship_address select {
	border: 1px solid #999;
}

#billship_address #form_input_billing_address1,
#billship_address #form_input_billing_company {
	float: left;
}

#billship_address #form_input_shipping_company {
	width: 300px;
}

#billship_address #form_input_billing_company {
	width: 300px;
}

#billship_address .optional {
	font-weight: bold;
}

#billship_address .subheader2 {
	padding-bottom: 20px;
	margin-left: 16px;
}

#billship_address .body {
	float: left;
	padding-left: 48px;
}

#billship_address input {
	clear: both;
	margin-bottom: 12px;
}

#billship_address .checkbox,
#billship_address .radio {
	margin-bottom: 1px;
}

#billship_address  .checkbox_label {
	font-weight: normal;
}

#billship_address #form_input_billing_address1,
#billship_address #form_input_billing_address2 {
	width: 261px;
}

#billship_address #form_input_shipping_address1,
#billship_address #form_input_shipping_address2 {
	width: 261px;
}

#billship_address label {
	font-size: 12px;
	font-weight: bold;
}

#billship_address .column1,
#billship_address .column2,
#billship_address .column3,
#billship_address .column4,
#billship_address .column5 {
	float: left;
	display: block;
	margin-right: 12px;
}

#billship_address2 .column4 label {
	width: 40px;
}

#billship_address2 .column5 label {
	width: 30px;
}

#shipping_method {
	width: 374px;
	margin-top: 12px;
	text-align: left;
}

#shipping_method .column1,
#shipping_method .column2,
#shipping_method .column3,
#shipping_method .column4 {
	display: block;
	height: 36px;
}

#shipping_method .column1,
#shipping_method .column3 {
	float: left;
	padding-right: 8px;
	margin-left: 12px;
}

#create_password {
	text-align: left;
	margin-top: 16px;
}

#create_password input {
	width: 120px;
	border: 1px solid #999;
}





/* ========================= */
/*     CHECKOUT : TABLE      */
/* ========================= */

#cart {
	float: left;
	width: 584px;
}

#cart .header {
	width: 576px !Important;
	width: 584px;
	height: 29px;
	background: url('../media/images/shop_title_gradient.gif') repeat-x;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	border: 0px solid #047;
	text-align: left;
	line-height: 29px;
	padding-left: 5px;
	margin-left: 1px;
	margin-top: 8px;
}

#cart .subheader {
	clear: both;
	font-size: 15px;
	text-align: center;
	padding-top: 16px;
	padding-bottom: 8px;
	block: inline;
}

#cart .cart_table {
	clear: both;
	width: 584px;
	padding: 0px;
	margin: 0px;
	text-align: center;
	margin-left: 1px;
	border-spacing: 0px;
	border-collapse: collapse;
}

#cart .cart_table td {
	padding: 4px;
}

#cart .cart_table thead td {
	border-bottom: 2px solid #666;
}

#cart .cart_table thead td {
	font-weight: bold;
	color: #666;
	font-size: 13px;
}

#cart .cart_table .qty {
	width: 30px;
	border: 1px solid #38B;
	padding-left: 4px;
	padding-right: 4px;
	text-align: center;
}

#cart .cart_table thead .item,
#cart .cart_table tbody .item {
	text-align: left;
}

#cart .cart_table tbody tr td {
	height: 34px;
	line-height: 34px;
	border-bottom: 1px solid #666;
}

#cart .cart_table tbody .item a {
	font-size: 12px;
	color: #bd2025;
	line-height: 16px;
}

#cart .cart_table .item a:hover {
	color: #999;
}

#cart .cart_table button {
	padding-bottom: 1px;
}

#cart .cart_table .subtotal td {
	background: url('../media/images/shop_subtitle_gradient.gif') repeat-x;
	border-bottom: 1px solid #666;
}

#cart .cart_table .subtotal_label,
#cart .cart_table .subtotal_value {
	color: #666;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	padding: 4px;
}

#cart .cart_table .subtotal_left {
	border-left: 1px solid #666;
}

#cart .cart_table .subtotal_right {
	border-right: 1px solid #666;
}

#cart .cart_table .total_label,
#cart .cart_table .total_value {
	background-color: #999;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding: 4px;
}

#cart .cart_table .ship_tax_discount_label,
#cart .cart_table .ship_tax_discount_value {
	font-size: 14px;
	text-align: left;
	padding: 4px;
}

#cart .cart_table .subtotal_value,
#cart .cart_table .total_value,
#cart .cart_table .ship_tax_discount_value {
	text-align: center;
}

#cart .cart_table .credit_checkbox {
	float: left;
	width: 28px;
	height: 36px;
}

#cart .cart_table .credit_text {
	float: left;
	width: 90px;
	height: 36px;
	text-align: left;
	color: #999;
	line-height: 15px;
}

#cart .coupon_code {
	margin-left: 1px;
	float: left;
	background: url('../media/images/coupon_bg_gradient.gif') repeat-x;
	margin-top: 12px;
	text-align: left;
	width: 264px;
	height: 99px;
	border: 2px solid #999;
	padding-left: 8px;
	padding-right: 8px;
}

#cart .coupon_code .header {
	background: transparent;
	border: 0px;
	font-size: 15px;
	color: #666;
	font-weight: bold;
	padding-left: 0px;
	width: 240px;
	line-height: 28px;
	height: 28px;
}

#cart .coupon_code .body {
	font-size: 11px;
}

#cart .coupon_code input {
	float: left;
	margin-top: 9px;
	border: 1px solid #999;
}

#cart .coupon_code button {
	margin-top: 6px;
	margin-left: 8px;
}

#cart .gift_certificate {
	margin-right: -1px;
	float: right;
	background: url('../media/images/coupon_bg_gradient.gif') repeat-x;
	margin-top: 12px;
	text-align: left;
	width: 264px;
	height: 99px;
	border: 2px solid #999;
	padding-left: 8px;
	padding-right: 8px;
}

#cart .gift_certificate .header {
	background: transparent;
	border: 0px;
	font-size: 15px;
	color: #666;
	font-weight: bold;
	padding-left: 0px;
	width: 240px;
	line-height: 28px;
	height: 28px;
}

#cart .gift_certificate .body {
	font-size: 11px;
}

#cart .gift_certificate input {
	float: left;
	margin-top: 9px;
	border: 1px solid #999;
}

#cart .gift_certificate button {
	margin-top: 6px;
	margin-left: 8px;
}

#cart .gift_certificate_row td {
	padding-top: 10px;
}




/* ========================= */
/*     CHECKOUT : LOGIN      */
/* ========================= */

#checkout #new_user {
	float: left;
	width: 362px;
	border: 1px solid #666;
	text-align: left;
	margin-top: 8px;
}

#checkout #new_user .header {
	height: 29px;
	background: url('../media/images/shop_subtitle_gradient.gif') repeat-x;
	font-size: 15px;
	font-weight: bold;
	color: #666;
	border-bottom: 1px solid #666;
	line-height: 29px;
	padding-left: 5px;
	margin: 0px;
}

#checkout #new_user .body {
	padding: 10px;
}

#checkout #sign_in {
	float: right;
	width: 362px;
	border: 1px solid #666;
	text-align: left;
	margin-top: 8px;
}

#checkout #sign_in .header {
	height: 29px;
	background: url('../media/images/shop_subtitle_gradient.gif') repeat-x;
	font-size: 15px;
	font-weight: bold;
	color: #666;
	border-bottom: 1px solid #666;
	line-height: 29px;
	padding-left: 5px;
	margin: 0px;
}

#checkout #sign_in .body {
	padding: 10px;
}

#checkout #sign_in label {
	clear: both;
	font-weight: bold;
}

#checkout #sign_in input {
	float: left;
	border: 1px solid #79b;
}

#checkout #sign_in button {
	float: left;
	margin-left: 8px;
	position: relative;
	top: -5px;
}

#checkout #sign_in a {
	color: #047;
	font-weight: bold;
	text-decoration: underline;
}

#checkout #sign_in a:hover {
	color: #37B;
	font-weight: bold;
}

#checkout #forgot_password {
	clear: right;
	float: right;
	margin-top: 32px;
	width: 362px;
	border: 1px solid #666;
	text-align: left;
}

#checkout #forgot_password .header {
	height: 29px;
	background: url('../media/images/shop_subtitle_gradient.gif') repeat-x;
	font-size: 15px;
	font-weight: bold;
	color: #bd2025;
	border-bottom: 1px solid #047;
	line-height: 29px;
	padding-left: 5px;
	margin: 0px;
}

#checkout #forgot_password .body {
	padding: 10px;
}

#checkout #forgot_password label {
	clear: both;
	font-weight: bold;
}

#checkout #forgot_password input {
	float: left;
	border: 1px solid #79b;
}

#checkout #forgot_password button {
	float: left;
	margin-left: 8px;
	position: relative;
	top: -5px;
}





/* ========================= */
/*          EDUCATION        */
/*   3 TYPES OF SKIN AGING   */
/* ========================= */
.subhd_3types {
	margin-left: -5px;
}





/* ========================= */
/*          EDUCATION        */
/*      7 INVISIBLE CAUSES   */
/* ========================= */

.colright_7causes h5{
	font-family: "trebuchet MS", "futura medium", "lucida sans";
	font-size: 100%;
	font-style: normal;
	color: #59b2db;
	white-space: normal;
	margin-bottom: -6px;
}
.blueText_7causes p{ 
	color: #4C8BB0;
	font-family:"futura medium", "trebuchet MS", "lucida sans";
	font-style:oblique;
	font-weight: bold;
}

.photo_edu_7causes {
	float: left;
	width: 181px;
	height: 488px;
	margin-top: 190px;
}

.colright_7causes { 
	float: left;
	margin-left: 18px;
	width: 325px;
}

.subhd_7causes {

}





/* ========================= */
/*          EDUCATION        */
/*        AGE SIMULATOR      */
/* ========================= */
.timecap_age p{
	max-width: 300px;
	margin-left: 250px;
	margin-top: -140px;
	margin-bottom: 0px;
}
.leftColumn_age {
	margin-left: 0px;
}
.leftColumn_age p{
	max-width: 160px;
}
.rightColumn_age {
	margin-left: 0px;
	margin-top: -350px;
}
.rightColumn_age p{
	max-width: 160px;
}
.desc_age_30s {
	margin-left: 100px;
	margin-top: -90px;
	width: 180px;
}
.photo30_age {
	margin-left: 0px;
	margin-top: 50px;	
}
.desc_age_40s {
	margin-left: 400px;
	margin-top: -90px;
	width: 180px;
}
.photo40_age {
	margin-left: 300px;
	margin-top: 12px;
}
.desc_age_50s {
	margin-left: 100px;
	margin-top: -90px;
	width: 180px;
}
.photo50_age {
	margin-left: 0px;
	margin-top: 0em;	
}
.desc_age_60s {
	margin-left: 400px;
	margin-top: -90px;
	width: 180px;
}
.photo60_age {
	margin-left: 300px;
	margin-top: px;	
}





/* ========================= */
/*          EDUCATION        */
/*         NEWSLETTERS       */
/* ========================= */
.h5_news { 
	color: #D40707;
	font-family: "futura medium", "trebuchet MS", "lucida sans";
	font-style: italic;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 0.1em;
}
.line_news{
	border-top: #CCC 1px solid;
	margin-left: 0px;
	margin-top: -20px;
	width: 560px;
	clear: both;
}

#education .column1 {
	float: left;
	padding-right: 8px;
}

#education input {
	border: 1px solid #999;
}



#education .checkbox {
	border: 0px;
}




/* ========================= */
/*          EDUCATION        */
/*           PREVENT         */
/* ========================= */
.prevention_links a {
	font-family:  "futura medium", "trebuchet MS", "lucida sans"; 
	font-size: 12px;
	color: #4c8bb0;
}
.prevention_links a:link {
	text-decoration: none;
}
.prevention_links a:visited {
	text-decoration: none;
	color: #4c8bb0;
}
.prevention_links a:hover {
	text-decoration: none;
	color: #838383;
}
.prevention_links a:active {
	text-decoration: none;
}





/* ========================= */
/*           SCIENCE         */
/*          CLINICAL         */
/* ========================= */
.left_clinical {
	float: left;
	width: 200px;
	margin-top: 50px;
}

.right_clinical {
	float: left;
	width: 340px;
}
.right_clinical p {
	font-family: "trebuchet MS", "futura medium", "lucida sans";
}

.bottom_clinical { 
	margin-left: 0px;
	margin-top: 100px;
	color: #10D174;
	font-family: "futura medium", "trebuchet MS", "lucida sans";
	font-style: normal;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: .08em;
}
.bottom_left_clinical {
	margin-left: 0px;
	margin-top: 20px;
}
.bottom_right_clinical {
	margin-left: 275px;
	margin-top: -210px !important;
	margin-top: -215px;
	margin-bottom: 50px;
}





/* ========================= */
/*           SCIENCE         */
/*    DELIVERY TECHNOLOGIES  */
/* ========================= */
.dtech a {
	font-family: futura light, trebuchet MS, lucida sans;
	font-size: 12px;
	color: #d10b08;
}
.dtech a:link {
	text-decoration: none;
}
.dtech a:visited {
	text-decoration: none;
	color: #d10b08;
}
.dtech a:hover {
	text-decoration: none;
	color: #838383;
}
.dtech a:active {
	text-decoration: none;
}





/* ========================= */
/*           SCIENCE         */
/*    MULTI-ACTIVE APPROACH  */
/* ========================= */
.columnleft_multi {
	float: left;
	width: 285px;
}
.columnleft_multi h5 { 
	color: #66cc33;
	font-family: "futura medium", "trebuchet MS", "lucida sans";
	font-style: normal;
	font-weight: normal;
}

.columnleft_multi a {
	font-weight: normal;
}

.columnright_multi {     
	float: left;
	width: 270px;
}
.columnright_multi h5 {
	font-family: "futura medium", "trebuchet MS", "lucida sans";
	font-size:100%;
	color: #66cc33;
}
.columnright_multi ul {
	margin-left: -26px !important;
	margin-left: 16px;
	font-family: "trebuchet MS", "futura medium", "lucida sans";
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
}
.columnright_multi li {
	margin-left: 0px;
	list-style-position: outside;
	list-style-image: url(../media/images/bullet.gif);
	font-family: "trebuchet MS", "futura medium", "lucida sans";
	font-size: 90%;
	font-style: normal;
	font-weight: normal;
}

.multiactive a {
	font-family: trebuchet MS, futura medium, lucida sans;
	font-size: 11px;
	color: #66cc33;
}
.multiactive a:link {
	text-decoration: none;
}
.multiactive a:visited {
	text-decoration: none;
	color: #66cc33;
}
.multiactive a:hover {
	text-decoration: none;
	color: #838383;
}
.multiactive a:active {
	text-decoration: none;
}



/* ========================= */
/*           SCIENCE         */
/*   RESEARCH & DEVELOPMENT  */
/* ========================= */
.columnright_research_development_pic { 
	margin-right: 10px;
}
.research_development_links a {
	font-family: 
	font-size: 12px;
	color: #10D174;
}
.research_development_links a:link {
	text-decoration: none;
}
.research_development_links a:visited {
	text-decoration: none;
	color: #10D174;
}
.research_development_links a:hover {
	text-decoration: none;
	color: #838383;
}
.research_development_links a:active {
	text-decoration: none;
}





/* ========================= */
/*           SHOP iQ         */
/*         ALL PRODUCT       */
/* ========================= */

.container {
	float: left;
}

#shop .column1 {
	float: left;
	width: 88px;
}



#shop .column2 {
	float: left;
	width: 155px;
}


#shop a {
	color: #bd2025;
}

#shop a:hover {
	color: #999;
}

#shop .msrp {
	color: #666;
	font-family: "futura medium", "trebuchet MS", "lucida sans";
	font-style: normal;
	font-weight: bold;
}

#shop .price {
	color: #666666;
	font-family: "futura medium", "trebuchet MS", "lucida sans";
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
}

.hr {
	clear: both;
	border-top: #CCC 1px solid;
	margin: 12px 0px 12px 0px;
	padding: 0px;
	width: 560px;
}
.sub_hdBlu_all {
	font-family: "futura medium", "trebuchet MS", "lucida sans";
	font-size: 14px;
	color: #4C8BB0;
	font-weight: bold;
}

.all_links a {
	font-family:  "futura medium", "trebuchet MS", "lucida sans"; 
	font-size: 12px;
	color: #4c8bb0;
}
.all_links a:link {
	text-decoration: none;
}
.all_links a:visited {
	text-decoration: none;
	color: #4c8bb0;
}
.all_links a:hover {
	text-decoration: none;
	color: #838383;
}
.all_links a:active {
	text-decoration: none;
}

#clinicalstudies {
	float: left;
	width: 300px;
	border: 1px solid #666;
	text-align: left;
	background:#e9e9e9;
	padding: 4px;

}

#clinicalstudies .title{ 
	font-family: "trebuchet MS", "futura medium", "lucida sans";
	color: #bd2025;
	font-weight:bold;
}

#clinicalstudies .percent {
	clear:both;
	color:#bd2025;
	float: left;
	width:30px;
	font-weight:bold;
}
#clinicalstudies .results {
	text-align:left;
	float: right;
	width:270px;
}

.option_container .option {
	float: left;
	margin-left: 24px;
	text-align: center;
}

.option_container .option img {
	margin-bottom: 4px;
}

.option_container .option label {
	padding: 0px !Important;
}

.option_container .option input {
	margin-top: 4px;
}

.option_container2 {
	z-index: 10;
	position: absolute;
	margin-top: -130px;
	margin-left: -80px;
	width: 270px;
	border: 1px solid #999;
	padding: 4px;
	background-color: #FFF;
	text-align: center;
}

.option_container2 .options_container {
	margin-left: auto;
	margin-right: auto;
	display: table;
}

.option_container2 .option {
	clear: both;
	padding: 2px;
	display: table;
	text-align: left;
}

.option_container2 .option input,
.option_container2 .option img,
.option_container2 .option label {
	float: left;
}

.option_container2 .option img {
	margin-left: 4px;
	margin-right: 4px;
}

.option_container2 .option input {
	margin-top: 12px;
}

.option_container2 .option label {
	margin-top: 9px;
	width: 140px;
}

.option_container2 .option_add {
	clear: both;
	text-align: center;
	padding-bottom: 4px;
}

.options_container .out_of_stock,
.option_container .out_of_stock label {
	color: #666;
	font-style: italic !Important;
}

.out_of_stock .out_of_stock_text1 {
	clear: both;
	font-size: 10px;
	color: #C00;
	line-height: 10px;
	margin-left: 65px;
	position: relative;
	top: -8px;
}

.out_of_stock .out_of_stock_text2 {
	font-size: 10px;
	color: #C00;
	text-align:center;
}

.option_container .option img {
	padding-right:18px;
}


/* ========================= */
/*           SHOP iQ         */
/*           iQ KITS         */
/* ========================= */

.desc_kits_img {
	float: left;
}

.desc_kits {
	float: left;
	padding-left: 32px;
}
.desc_kits ul { 
	font-family:"trebuchet MS", "futura medium", "lucida sans";
	font-size: 100%;
	font-weight: normal;
	font-style:normal;
	color: #000;
	margin-left: 0px;
	padding-left:14px;
	margin-top: 0px;
}
.desc_kits li {
	font-family:"trebuchet MS", "futura medium", "lucida sans";
	font-size: 85%;
	font-weight: normal;
	font-style:normal;
	color: #4c8bb0;
	list-style-image: url(../media/images/bulletBlu.gif);
	list-style-position: outside;
}
.line_kits {
	border-top: #CCC 1px solid;
	margin-bottom: 25px;
	width: 560px;
	clear: both;
}
.kits_links a {
	font-family: "trebuchet MS", "futura medium", "lucida sans"; 
	font-size: 12px;
	color: #4c8bb0;
}
.kits_links a:link {
	text-decoration: none;
}
.kits_links a:visited {
	text-decoration: none;
	color: #4c8bb0;
}
.kits_links a:hover {
	text-decoration: none;
	color: #838383;
}
.kits_links a:active {
	text-decoration: none;
}




/* ========================= */
/*           SHOP iQ         */
/*        iQ SMART SHIP      */
/* page is currently inactive*/
/* ========================= */
.columnright_smartshp { 
	padding: 30px 0 0 35px;
	float:inherit;
}
.columnright_smartshp h4 {
	margin-top: 0px;
	margin-left: 180px !important;
	margin-left: 150px;
	font-family:"trebuchet MS", "futura medium", "lucida sans";
	color: #4c8bb0;
	font-weight: bold;
}
.columnright_smartshp h5 {
	margin-left: 180px !important;
	margin-left: 150px;
	margin-top: 0px;
	clear: both;
	font-family:"trebuchet MS", "futura medium", "lucida sans";
	color: #4c8bb0;
	font-weight: bold;
}
.columnright_smartshp p {
	font-family: "trebuchet MS", "futura medium", "lucida sans";
	font-size:75% !important;
	font-size:80%;
	width: 550px !important;
	margin-left: 180px !important;
	margin-left: 150px;
}

.bottomCol_smartshp {
	margin-left: 180px !important;
	margin-left: 150px;
}
.desc_smartshp {
	margin-left: -30px !important;
	margin-left: 0px;
	margin-top: -185px;
	clear: both;
}
.desc_smartshp h4 {
	margin-left: 180px !important;
	margin-left: 150px;
	margin-top: 0px;
	clear: both;
	font-family:"trebuchet MS", "futura medium", "lucida sans";
	color: #4c8bb0;
	font-weight: bold;
}





/* ========================= */
/*          PRODUCT:         */
/* iDISGUISE, LIFE WITHOUT   */
/*	  WRINKLES, RESTOREYES,  */
/*	       SKINTENSIVE       */
/* ========================= */
#product { 
	padding: 10px 0 0 20px;
	float:inherit;
}

#product .product_img {
	float: left;
	width: 200px;
}

#product .product_img h4{
	margin:0px;
	padding:0px;
}

#product .product_img .line {
	border-top: #CCC 1px solid;
	margin-top: 0px;
	margin-bottom: -40px !important;
	margin-bottom: -20px;
	width: 210px;
	clear: both;
	float:left;
}

#product .columnright {
	float: right;
	width: 554px;
	text-align: left;
}
#product .columnright p { 
	font-family: "trebuchet MS", "futura medium", "lucida sans";
	font-size: 12px;
	font-style: normal;
	color: #000;
	margin:0px;
	padding:4px 0px 18px 0px;
}
#product .columnright form { 
	font-family: "trebuchet MS", "futura medium", "lucida sans";
	font-size: 75% !important;
	font-size: 80%;
}
#product .columnright h2 {
	color: #bd2025;
	font-family:"Arial", "futura medium", "lucida sans";
	font-style: bold;
	font-weight: normal;
	letter-spacing: -1px;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}
#product .columnright h3 { 
	color: #bd2025;
	font-family: "trebuchet MS", "futura medium", "lucida sans";
	font-style: normal;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#product .columnright h4 {
	color: #666666;
	font-family: "trebuchet MS", "futura medium", "lucida sans";
	font-style: normal;
	font-weight: bold;
	padding-left:7px;
	margin:0px;
	font-size:12px;
}
#product .columnright h5 {
	color: #bd2025;
	font-family: "trebuchet MS", "futura medium", "lucida sans";
	font-style: normal;
	font-weight: bold;
	letter-spacing: .1em;
}

#product .columnright .msrp {
	color: #999;
	font-family: "trebuchet MS", "futura medium", "lucida sans";
	font-style: normal;
	font-weight: normal;
}

#product .columnright .price {
	color: #4c8bb0;
	font-family: "trebuchet MS", "futura medium", "lucida sans";
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
}

#product .photo {
	margin-left: 20px;
	margin-top: 15px;
}

#product .testimonial .line {
	margin-bottom: 28px;
	padding-bottom: 20px;
}

#product .recommend .line {
	margin-bottom: 28px;
	padding-bottom: 28px;
}

#product .testimonial h4 {
	margin: 0px 0px 4px 0px;
}

#product_img .recommend h4 {
	margin: 0px 0px 4px 0px;
}

#product_img .recommend h5 {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}

#product_img .recommend img {
}

#product_img .recommend p {
	margin-top: 2px;
	margin-bottom: 2px;
}

#product .caption {
}

#product .caption h5 {
	color: #bd2025;
	font-family: "trebuchet MS", "futura medium", "lucida sans";
	font-style: normal;
	font-weight: bold;
	letter-spacing: 0px;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	line-height: 14px;
}

#product .caption h5 a {
	color: #bd2025;
}

#product .caption h5 a:hover {
	color: #999;
}

#product .hr2 {
	border-bottom: #CCC 1px solid;
}

#product .line {
	border-top: #CCC 1px solid;
	margin-left: -10px;
	margin-top: 0px;
	margin-bottom: -40px !important;
	margin-bottom: -20px;
	clear: both;
}
#product .columnright label {
	padding-left: 7px;
	font:bold 12px Arial;

}
#product .link a {
	font-family: futura light, trebuchet MS, lucida sans;
	font-size: 12px;
	color: #bd2025;
}
#product .link a:link {
	text-decoration: none;
}
#product .link a:visited {
	text-decoration: none;
	color: #4c8bb0;
}
#product .link a:hover {
	text-decoration: none;
	color: #838383;
}
#product.link a:active {
	text-decoration: none;
}

#product .columnright img{
	padding-left:20px;
	vertical-align:text-bottom;
	}





/* ========================= */
/*          STORY            */
/*    HISTORY & OVERVIEW     */
/* ========================= */
#story .image {
	float: left;
}
.history a {
	font-family: "trebuchet MS", "futura medium", "lucida sans"; 
	font-size: 12px;
	color: #ed5503;
}
.history a:link {
	text-decoration: none;
}
.history a:visited {
	text-decoration: none;
	color: #ed5503;
}
.history a:hover {
	text-decoration: none;
	color: #838383;
}
.history a:active {
	text-decoration: none;
}





/* ========================= */
/*          TAB PANE         */
/* ========================= */

.dynamic-tab-pane-control.tab-pane {
	position: relative;
	width: 461px;
	border-bottom: 1px solid #999;
	top: -1px;
}

.dynamic-tab-pane-control .tab-row .tab {
	/*font: Menu;*/
	width: 114px;
	text-align: center;
	z-index: 4;
	cursor: Default;
	display: inline;
	float: left;
	background-color: #EEE;
	/*	background:		ActiveBorder;*/
	white-space: nowrap;
	position: relative;
	color: #bd2025;
	font-size: 12px;
	left: 1px;
	top: 1px;
	margin: 0px 0px 0px -1px;
	padding: 3px 0px 3px 0px;
	border:	0px;/* 1px solid; */
	border-top:	1px solid #999;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	background: #FFF url("../media/images/tabpane_bg.gif") repeat-x;
}

.dynamic-tab-pane-control .tab-row .tab.selected {
	/*background:		ThreeDHighlight !important;*/
	z-index: 3;
	border-bottom: 1px solid #FFF;
	left: 1px;
	margin: 0px 0px 0px -1px;
	padding: 3px 0px 3px 0px;
	color: #bd2025;
	font-weight: bold;
	background: #FFF url("../media/images/tabpane_bg_selected.gif") repeat-x;
}

.dynamic-tab-pane-control .tab-row .tab.selected a {
	color: #bd2025;
}

.dynamic-tab-pane-control .tab-row .tab a {
	text-decoration: none;
	cursor: pointer;
	font-family: Arial;
	font-size: 13px;
	color: #bd2025;
	font-weight: bold;
}

.dynamic-tab-pane-control .tab-row .tab.hover {
	/*background:	Highlight;*/
	background-color: #FFF;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
}

.dynamic-tab-pane-control .tab-page {     /* content inside tabs */
	clear: both;
	background: ThreeDHighlight;
	z-index: 2;
	position: relative;
	padding: 10px 20px 10px 20px;
	text-align: left;
	min-height: 150px;
	font-family: "trebuchet MS", "futura medium", "lucida sans";
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}

.dynamic-tab-pane-control .tab-page li {
	margin: 3px;
	padding: 3px;
}

.dynamic-tab-pane-control .tab-row {
	z-index: 1;
	white-space: nowrap;
}

#product_details .tab-page {
	border-top: 1px solid #999;
}

#product_details .dynamic-tab-pane-control.tab-pane {
	width: 700px;
}

#product_details .dynamic-tab-pane-control .tab-page {
	min-height: 120px;
	height: auto !important;
	height: 120px;
}

ul{
	 list-style-type:none;
	 padding-left:0px;
	 padding-right:0px;
	}
	
.keyline {
border: 1px solid #999;
}



/* ========================= */
/*        Balloon Tip        */
/* ========================= */
.balloonstyle {
	position:absolute;
	top: -500px;
	left: 0;
	padding: 5px;
	visibility: hidden;
	border:1px solid black;
	font:normal 12px Verdana;
	line-height: 18px;
	z-index: 100;
	background-color: none;
	width: 200px;
	border: 0px;
}
.balloonstyle_top {
	width: 300px;
	height: 12px;
	line-height: 1px;
	padding: 0px;
	margin: 0px;
	background: url('../media/images/balloontip_top.gif') no-repeat bottom;
}
.balloonstyle_middle {
	display: table;
	width: 300px;
	background: url('../media/images/balloontip_middle.gif') repeat-y;
}
.balloonstyle_header {
	padding-top: 8px;
	color: #666;
	font-weight: bold;
}
.balloonstyle_header {
	padding-left: 16px;
	padding-right: 16px;
}
.balloonstyle_image {
	padding: 4px 16px 4px 16px;
	display: block;
	float: left;
}
.balloonstyle_body {
	float: left;
	width: 148px;
	font-size: 11px;
}
.balloonstyle_bottom {
	width: 300px;
	height: 14px;
	background: url('../media/images/balloontip_bottom.gif') no-repeat top;
	
}
#arrowhead {
	z-index: 101;
	position: absolute;
	top: -500px;
	left: 0px;
	visibility: hidden;
}
/* ========================= */
/*          haute spot          */
/* ========================= */
#login_register .register_form {
	clear: both;
	width: 100%;
	display: table;
	padding: 8px;
	font-size: 11px;
	color: #666;
	line-height: 13px;
}

#login_register .column1,
#login_register .column2 {
	float: left;
	color: #369;
	font-weight: bold;
	width: 160px;
}

#login_register .phone3 {
	float: left;
	margin-right: 4px;
	width: 28px;
}

#login_register .phone4 {
	width: 36px;
}




/* ========================= */
/*          FOOTER           */
/* ========================= */
#footer {
	clear: both;
	color: #bd2025;
	font-family: "trebuchet MS","futura medium","lucida sans";
	padding: 6px 0px 8px 24px;
	border-top: 1px solid #E7E7E7;
	background-color: #FFF;
	width: 777px;
}