@font-face {
    font-family: 'HelveticaNeueCondensedBold';
    src: url('HelveticaNeueCondensedBold.eot'); /* IE9 Compat Modes */
    src: url('HelveticaNeueCondensedBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('HelveticaNeueCondensedBold.woff') format('woff'), /* Modern Browsers */
         url('HelveticaNeueCondensedBold.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('HelveticaNeueCondensedBold.svg#svgFontName') format('svg'); /* Legacy iOS */
    }
	@font-face {
 font-family: 'museo_slab_500regular';
 src: url('fonts/museo_slab_500-webfont.eot');
 src: url('fonts/museo_slab_500-webfont.eot?#iefix') format('embedded-opentype'),  url('fonts/museo_slab_500-webfont.woff') format('woff'),  url('fonts/museo_slab_500-webfont.ttf') format('truetype'),  url('fonts/museo_slab_500-webfont.svg#museo_slab_500regular') format('svg');
 font-weight: normal;
 font-style: normal;
}
body{
margin:0 0 0 0;
font-family:Arial, Helvetica, sans-serif;
color:#333;
font-size:12px;
background:none;


}
#add_item{
width:800px; 
height:600px; 
position:absolute; 
top:50px; margin:auto; padding:20px; margin-left:100px; z-index:1000; box-shadow:2px 2px 12px #666; background:url(../images/add_item.jpg) repeat-x top #fff; border-radius:8px;
overflow:auto; 

}
#close_add_item{
background:url(../images/close.png) no-repeat;
width:30px;
height:30px;
position:relative;
top:-5px;
right:-20px;
float:right;
box-shadow:none;
border:none;
padding:none;

}
.title_txt{
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#cc0033; 
font-size:14px;
letter-spacing:1px;
}
.cate_left{
border:1px solid;
padding:10px;
color:#333;
border-color:#7fba37;
background:#7fba37;
border-radius:0.2em;
-webkit-border-top-right-radius:0.2em; /* Safari */
position:relative;
left:-10px;
text-indent:10px;
box-shadow:0px 2px 2px #999;
width:200px;
height:20px;
font-size:24px;
top:20px;
}
button{
border:1px solid;
padding:5px 15px 5px 15px;
color:#333;
border-color:#F60;
background:#F60;
border-radius:0.2em;
-webkit-border-top-right-radius:0.2em; /* Safari */
position:relative;
box-shadow:0px 2px 2px #999;
font-size:14px;
}
.submit{
border:1px solid;
padding:5px 15px 5px 15px;
color:#333;
border-color:#F60;
background:#F60;
border-radius:0.2em;
-webkit-border-top-right-radius:0.2em; /* Safari */
position:relative;
box-shadow:0px 2px 2px #999;
font-size:14px;
}
.cate_right{
border:1px solid;
padding-right:20px;
color:#333;
border-color:#f5640a;
background:#f5640a;
border-radius:0.2em;
-webkit-border-top-right-radius:0.2em; /* Safari */
position:relative;
left:-10px;
text-indent:10px;
box-shadow:0px 2px 2px #999;
width:200px;
height:22px;
font-size:14px;
height:30px;
line-height:24px;margin-top:20px;
}
#content { 
font-family:Arial, Helvetica, sans-serif; 
font-size:12px; position:relative; width:1024px; 
overflow:auto; 
margin:0 auto;
min-height:550px;
padding-bottom:100px;
background:#FFF;

 border-radius:10px; }

#content_index { 
font-family:Arial, Helvetica, sans-serif; 
font-size:12px; position:relative; width:1024px; 
margin:auto;
min-height:100px;
padding-bottom:50px;
position:relative;
}
#content_index ._box{
padding:10px;
width:300px;
min-height:200px;
float:left;
text-align:left
;

}


#content a{
font-size:14px;
color:#FF6600;
text-decoration:none;
}
#content .txt_title{
	width:752px;
	height:40px;
	color:#F60;
	font-size:18px;
	padding-left:10px;
	line-height:16px;
	text-align:left;

	box-shadow:none;
	margin-top:20px;
	background:url(../images/box.jpg) repeat-x;
border-radius:5px;
border-style:solid;
border-color:#ccc;
border-width: 1px 1px 1px 1px;
		
}
#content .txt_title_box{
width:100%; height:50px; float:left;border-style:solid; border-color:#ccc; border-width: 0px 1px 1px 1px;
}
#content .txt_left{
	width:600px;
	height:60px;
	float:left;
	color:#333;
	padding-left:10px;
	line-height:16px;
	text-align:left;
	background:none;
	border:none;
	box-shadow:none;
	vertical-align:top
}
#content .txt_right{
	width:150px;
	height:60px;
	float:left;
	color:#333;
	line-height:16px;
	background:none;
	border:none;
	box-shadow:none;
	text-align:left;
	font-weight:600;

}
#content .txt_box{
	width:100px;
	height:100px;
	float:left;
	color:#333;
	padding-left:10px;
	line-height:16px;
	text-align:left;
	background:none;
	border:none;
	margin:0;
	box-shadow:none;
}
#content .b_txt{

	color:#333;
	
	
}
#content a:hover{
color:#CCCCCC;
text-decoration:none;
}
.cate_right li{
	display:inline-block;
	list-style:none;
	margin:0;
	color:#666;
	line-height:24px;
	background:url(../images/bottom_line.png) no-repeat bottom #333;
	height:24px;
	width:190px;
	text-decoration:none;
}
.cate_bg{}
.bar{font-family:Arial, Helvetica, sans-serif; color:#FFFFFF; background-color:#7fba37; font-size:13px;}
.error{color:#FF0000;}
.green_{color:#00CC00; }
.text{
font-family:Arial, Helvetica, sans-serif;
color:#333;
font-size:12px;
margin-right:5px;
}

.payment_text{
font-family:Arial, Helvetica, sans-serif;
color:#333;
font-size:12px;
margin-left:5px;
margin-top:5px;
}
.show_text{
font-family:Arial, Helvetica, sans-serif;
color:#333;
font-size:14px;
letter-spacing:1px;
text-indent:10px;
}
.mtext{
font-family:Arial, Helvetica, sans-serif;
color:#333;
font-size:10px;
}
.price_txt{
line-height:24px;
color:#FF6600;
font-weight:600;
}
#header_bg{
	position:absolute;
	top:0px;
	left:0px;
z-index:999;
	height:100%;
	width:100%;
	background:none;

}
#header .contxt{
position:relative;
width:1024px;
margin:auto;
height:200px;
left:0px;
top:20px;
}
#header{
position:relative;
width:1024px;
margin:auto;
height:180px;
font-size:16px;
color:#d6fba0;
line-height:16px;
z-index:9999;
}


#header .logo{
position:absolute;
left:0px;
top:0px;
width:255px;
height:55px;
}
#header .right_bar{
position:absolute;
left:600px;
top:0px;
width:420px;
height:24px;
text-align:right;
color:#fff;

font-size:12px;
text-align:right;

}
#header .right_bar a{
font-size:12px;
color:#fff;
text-decoration:none;
border-color:#CCC;
border-radius:5px;
border-style:solid; 
border-width: 1px 1px 1px 1px;padding:5px 15px 5px 15px;

}

#header .right_bar a{
font-size:12px;
color:#fff;
text-decoration:none;
border-color:#CCC;
border-radius:5px;
border-style:solid; 
border-width: 1px 1px 1px 1px;padding:5px 15px 5px 15px;

}


#header .top_menu_nav{
background-image:url(../images/search_bg.jpg);
background-repeat:no-repeat;
position:absolute;
top:90px;
width:273px;
margin-left:680px;
height:43px;
line-height:43px;
text-align:left;
text-indent:15px;
color:#333;
font-size:14px;
}
#header .top_menu_nav a{
line-height:24px;
color:#fff;
text-decoration:none;
padding-left:10px;
padding-right:10px;
}
#header .top_menu_nav a:hover{
color:#CCCCCC;
text-decoration:underline;

}


#header .menu_nav{
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style-type: none;	
	position:absolute;
	z-index:333;
	width:424px;
	height:60px;
	left:10px;
	top:5px;

	border-radius:8px;
	text-align:left;


}
#header .tel{
	background:url(../images/tel_btn.png) left center no-repeat; text-indent:30px; height:30px; font-size:16px; line-height:24px; float:right;	
	
}
#header .address{
	background:url(../images/location_btn.png) left center no-repeat; text-indent:30px; height:30px; font-size:14px; line-height:34px; position:absolute;top:155px;
margin-left:590px; color:#fff;	
	
}
#header .menu_nav ul li{
list-style:none;
padding:2px 15px 2px 15px;
text-align:center;
height:80px;
line-height:15px;
margin:0;
float:left;


}
#header .menu_nav a{
color:#fff;
font-size:14px;
font-family:'museo_slab_500regular';
text-decoration:none;
font-weight:100;
line-height:15px;

}
#header .menu_nav a:hover{
color:#900;
text-decoration:underline;
}
.tel{

	margin-bottom:10px;
	font-size:24px;
	padding-top:10px;

	display:block;
	float:left;
	color:#FFFFFF;
}
#header .menu_nav_right{
position:absolute;
top:55px;
width:1024px;
height:30px;
text-align:center;
left:0px;
}
#header .search_menu_nav{
background-image:url(../images/search_background.jpg);
background-repeat:no-repeat;
position:absolute;
top:180px;
width:1024px;
color:#cb0033;
font-size:14px;
height:40px;
text-align:center;
font-weight:600;
}
#header .search_menu_nav a{
color:#00bef5;
text-decoration:none;

}


#header .search{
background-color:#333;
position:absolute;
top:150px;
width:206px;
height:24px;
left:750px;
text-align:right;
}
#header ul li{
display:inline;
list-style:none;
}
#info_bar{
position:relative;
width:1024px;
height:30px;
line-height:40px;
color:#cc0033;
font-size:18px;
font-weight:600;
text-indent:10px;
letter-spacing:2px;
border-color:#cc0033;
border-style:solid; 
border-width: 0px 0px 1px 0px;
margin:auto;
}
#header  .shopping_cart{
position:absolute;
font-size:14px;
top:28px;
margin-left:650px;
width:140px;
border-color:#cc0033; border-style: double; border-width: 0px 1px 0px 0px;

}
.price{
font-size:18px;
color:#ef1d82;
}

#header  .shopping_cart a{
color:#fff;
font-size:12px;
text-decoration:none;
}
#header  .shopping_cart a:hover{
text-decoration:underline;
color:#CCCCCC;
}

#header  .checkout{
position:absolute;
font-size:14px;
top:105px;
margin-left:680px;
width:445px;
text-align:center;
color:#333;
z-index:999;


}
#header .pickup{
	background:url(../images/pickup.png) no-repeat;
	position:relative;
	width:72px;
	height:67px; float:left; margin-left:10px;
border:none;
	color:#666; box-shadow:none;
}
#header .delivery{
	background:url(../images/delivery.png) no-repeat;
	position:relative;
	width:72px;
	height:67px; float:left; margin-left:50px;
	color:#666;
	border:none;box-shadow:none;
}
#header .bags{
	background:url(../images/shopping_cart.png) no-repeat;
	position:relative;
	width:72px;
	height:67px; float:left; margin-left:50px;
border:none;box-shadow:none;
	color:#666;
}
#header  .checkout a{
color:#fff;
font-size:14px;
text-decoration:none;
}
#header .checkout a:hover{
text-decoration:underline;

}


#content .txt{
position:relative;
top:10px;
left:30px;
margin-bottom:20px;

}
#content .left_{
position:relative;
width:200px;
float:left;
margin-bottom:100px;
left:30px; top:0px;


}

#content .right_{
width:750px;
margin-left:20px;
left:0px;
top:0px;float:left;
color:#333;

}#content .left_ a{
	color:#333;
	text-decoration:none;	
	
}
#content .left_ a:hover{
	color:#333;
	text-decoration:underline;	
	
}
#content .left_ li{
	list-style:none;
	display:inline-block;
	line-height:24px;
	width:180px;
	height:24px;
	color:#333;
	
}
.left_box{
text-indent:20px;
width:200px;
height:30px;
background-image:url(../images/bottom_line.png);
background-repeat:no-repeat;
background-position:left bottom;
line-height:35px;
float:left;

color:#333;

}
.left_box a{
color:#333;
}
.best_seller{
margin-top:20px;
background-image:url(../images/middle_left.jpg);
background-repeat:repeat-y;
width:200px;
text-align:center;

}
.right_box{
height:30px;
background-color:#FFFFFF;
}
#content .title_bar{
position:relative;
width:800px;
height:35px;
text-align:left;
float:left;
line-height:24px;
font-size:14px;
top:10px;
}
#content .title_bar a{
font-size:14px;
	text-decoration:none;
	color:#00bef5;
}
#content .title_bar a:hover{
text-decoration:underline;

}
#content #home_{
background-color:#CCCCCC;


}
#content #home_ . home_bg{
position:relative;
width:1024px;
float:left;
}
#content #home_ .home_txt{
position:relative;
float:left;

width:1024px;
}
#home_banner{
	width:1024px;
	height:511px;
	position:relative;
	margin:auto;
}
#home_banner_txt a{
color:#FFFFFF;


}
#home_banner_bg{
	width:1024px;
	height:40px;
	background:url(../images/banner_bg.png) no-repeat;
	position:relative;
	margin:0;
	
}
#home_banner_txt{
	width:1024px;
	min-height:100px;
	position:relative;
	margin:0;
	margin-bottom:-10px;	
}
#content #home_ a{
font-size:12px;
color:#333;
text-decoration:underline;
}
#content #home_ a:hover{
color:#CCCCCC;
text-decoration:none;
}
#content .sub_title_bar{
position:relative;
width:734px;
height:25px;
line-height:25px;
color:#FFFFFF;
text-indent:15px;
text-align:left;
float:left;
background-image:url(../images/sub_bg.jpg);
background-position:top;
background-repeat:no-repeat;

}
#content .right_banner{
position:relative;
width:734px;
height:300px;
text-align:left;
float:left;
}
#content .title_bar-1{
position:relative;
width:926px;
height:35px;

text-align:left;
margin-bottom:20px;
float:left;
background-image:url(../images/dot.png);
background-position:top;
background-repeat:repeat-x;
}
#content .title_bar-1 a{
text-decoration:none;
background-color:#FFFFFF;
color:#cc0033;

}
#content .relate_bar{
position:relative;
width:734px;
height:24px;
background-color:#95e85f;
line-height:24px;
text-align:left;
text-indent:10px;
margin-bottom:20px;
float:left;
}
#content .sub_title_bar_left{
position:relative;
width:300px;
height:24px;
line-height:24px;
text-indent:5px;
margin-top:5px;
float:left;
margin-bottom:20px;
}
#content .sub_title_bar_right{
position:relative;
width:434px;
height:24px;
line-height:24px;
text-align:right;
margin-top:5px;
float:left;
margin-bottom:20px;
}
#content .space{
position:relative;
width:734px;
height:24px;
line-height:24px;
text-align:right;
margin-top:5px;
float:left;
margin-bottom:20px;
}
#content .sub_title_bar_left-1{
position:relative;
width:500px;
height:24px;
line-height:24px;
text-indent:5px;
margin-top:5px;
float:left;
margin-bottom:20px;
}
#content .sub_title_bar_right-1{
position:relative;
width:400px;
height:24px;
line-height:24px;
text-align:right;
margin-top:5px;
float:left;
margin-bottom:20px;
}
#content .product_left{
position:relative;
width:370px;
float:left;

}
#content .product_right{
position:relative;
width:360px;
float:left;

}
#content .guide{
width:97%; height:50px;
float:left;border-style:solid; border-radius:5px; border-color:#ccc; border-width: 1px 1px 1px 1px; top:10px; position:relative; left:15px; 
background:url(../images/wide_bar.jpg) repeat-x; padding-top:5px; padding-left:5px; margin-bottom:20px;
}
#content .guide a{
font-size:14px;
text-decoration:none;
color:#00bef5;
}
#content .guide a:hover{
color:#CCCCCC;
text-decoration:underline;
}

#content .right_1{
position:relative;
float:left;
width:900px;
margin-left:20px;
}

#contentbreadcrumbs {
	width: 734px;
	border-bottom: 1px solid #559f17;
	font-size: 12px;
	margin-top:20px;
}
#contentbreadcrumbs a {
	color: #559f17;
	text-decoration: none;
}
#content .bottom .gold_box{
width:300px;
height:100px;
background:url(../images/angle.jpg) left top no-repeat;
border-color:#bd8828;
border-style:solid; 
border-width: 1px 1px 1px 1px;
float:left;
text-align:right;

}
#content .bottom .gold_box a{
color:#333;
font-size:12px;
text-decoration:underline;

}
#content .bottom .gold_box a:hover{
color:#FFFFFF;
font-size:12px;
text-decoration:none;

}
.gold_margin{
margin-left:25px;
margin-right:25px;
}
.box{
border-color:#333;
border-style:solid; 
border-width: 1px 1px 1px 1px;
margin-bottom:5px;
margin-right:10px;
float:left;

}
.home_box{
border-color:#CCCCCC;
border-style:solid; 
border-width: 1px 1px 1px 1px;
margin-bottom:5px;

}
 .girls-list li { float: left; display: inline; margin: 0 6px; text-align: left;}
 .girls-list li span { font-size: 12px; color: #333; font-weight: 100;  line-height:20px;  }
 .girls-list a {isplay: block; padding: 1px; text-decoration:none; }
 .girls-list a:hover {  text-decoration:none; color:#CCCCCC;}
 .girls-list img {display: block; }
 
 
 .show_p li {  float: left; display: inline; margin: 0 6px; text-align: left; }
 .show_p li span { font-size: 14px; color:#00bef5; font-weight: 400;  line-height:20px;  }
 .show_p a {  display: block;  padding: 1px; text-decoration:none; }
 .show_p a:hover {  text-decoration:none; color:#CCCCCC;}
 .show_p img {  display: block; }
 
 
.left_cate_box{background-image:url(../images/bottom_line.png);
background-repeat:no-repeat;
background-position:center bottom;
width:140px;
min-height:40px;
margin-left:40px;
text-align:left;
background:transparent;
background-image:url(../images/bottom_line.png);
background-position:bottom center;
background-repeat:no-repeat;

}
.msg_box{
border-color:#FF0000;
height:100px;
width:400px;
border-style:solid; 
border-width: 1px 1px 1px 1px;
margin-bottom:5px;
margin-left:120px;
font-size:14px;
color:#FF0000;


}

img {
	behavior:	url("../pngbehavior.htc");
	border:0;
}

h1{
	color:#333;
	font-size: 18px;
	font-weight:100;
	margin:0;
	padding:0px;
}
p{font-family:Arial, Helvetica, sans-serif;
color:#333;
font-size:12px;
margin-top:20px;
margin-left:10px;
margin-right:10px;
margin-bottom:10px;
padding:0;
}
.home_p{font-family:Arial, Helvetica, sans-serif;
color:#333;
font-size:12px;
margin-left:10px;
margin-right:10px;
margin-bottom:10px;
}
h2{
	color:#333;
	font-size: 18px;
	font-weight:600;
	margin:0;
	padding:35px 0 10px 5px;
}
h3{
padding-top:20px;
	color:#333;

	font-size:14px;
	
margin:0;
}

h4{
border-color:#FFCC99;
border-style:solid;
height:35px;
font-size:11px;
min-height:35px;
font-weight:100;
border-width: 1px 0px 1px 0px;

}
.price_{
font-family:Arial, Helvetica, sans-serif;
letter-spacing:1px;
color:#FF3300;
font-size:18px;
}
#content .help_info{
text-indent:10px;
position:relative;
width:1024px;
height:30px;
background-color:#CCCCCC;
color:#333;
line-height:30px;
float:left;
margin-top:10px;

}
#content .cate_bar_txt{
width:919px;
position:relative;
background:url(../images/bar_bg.jpg) repeat-x;
height:34px;
line-height:34px;
color:#333;
font-size:16px;
float:left;
margin-top:10px;

}
#content .cate_bar{
border-color:#333;
border-style:solid;
background:url(../images/bar_bg.jpg) repeat-x; 
border-width: 1px 1px 1px 1px;
width:1024px;
height:34px;
line-height:34px;
color:#333;
font-size:16px;
float:left;
text-indent:10px;
margin-top:20px;

-moz-border-radius: 5px 5px;
border-radius: 5px 5px;
}
#content .cate_bar-1{
background:#00bef5;
width:1024px;
height:34px;
line-height:34px;
color:#FFFFFF;
font-size:18px;
float:left;
text-indent:10px;
margin-top:20px;

}
#content .cate_bar a{
color:#333;
text-decoration:none;
}
#content .cate_bar a:hover{
color:#333;
text-decoration:underline;
}

#content .bottom_bar{
position:relative;
width:1024px;

float:left;
margin-top:10px;

}
#bottom .button_face_book{
DISPLAY: inline-block; BACKGROUND:url(../images/social_media.png) no-repeat 0px 0px; MARGIN: 5px 5px; OVERFLOW: hidden; WIDTH: 48px; HEIGHT: 220px;
border:none;
top:-40px;
left:160px;
box-shadow:none;
cursor:pointer;

}
#bottom .button_google{
DISPLAY: inline-block; BACKGROUND:url(../images/social_media.png) no-repeat -122px 0px; MARGIN: 5px 5px; OVERFLOW: hidden; WIDTH: 48px; HEIGHT: 220px;
border:none;
top:-40px;
left:160px;
box-shadow:none;
cursor:pointer;
}
#bottom .button_twitter{
DISPLAY: inline-block; BACKGROUND:url(../images/social_media.png) no-repeat -60px 0px; MARGIN: 5px 5px; OVERFLOW: hidden; WIDTH: 48px; HEIGHT: 220px;
border:none;
top:-40px;
left:160px;
box-shadow:none;
cursor:pointer;
}
#bottom{
position:relative;
color:#333;
height:300px;
width:100%;
background:#dee4da;
margin:auto;

}
#bottom ul li{
	display:list-item;
	list-style:none;
	width:220px;
	height:24px;
	margin:0;color:#333;
	text-indent:0px;
}
	
#copy_right .box_{
	width:330px;
	min-height:50px;
	float:left;
	text-align:left;
	line-height:24px;color:#333;
}
#copy_right .bottom_txt{
	position:relative;
	width:1024px;
	height:240px;
	margin:auto;
	top:30px;color:#333;
	
}
#bottom .nobg{
	background:none;
}
#copy_right{
	position:relative;
	width:1024px;
	height:40px;
	margin:auto;
	text-align:center;
	line-height:40px;
	color:#333;

	border-radius:5px;
	margin-top:30px;
	
}
#copy_right p{
	color:#FFFFFF;
	
}
#bottom a{
text-decoration:none;
color:#333;
line-height:30px;
padding-left:10px;
padding-right:10px;
}
#bottom a:hover{
text-decoration:underline;
color:#CCCCCC;
}
#content .cate_box{
position:relative;
margin-left:5px;
margin-right:5px;
margin-bottom:20px;
width:168px;
color:#38921c;
float:left;
}
#content .cate_box a{
color:#333;
text-decoration:none;
}
#content .cate_box a:hover{
color:#CCCCCC;
text-decoration:underline;
}

#content .cate_box-1{
position:relative;
margin-left:5px;
margin-right:5px;
margin-bottom:20px;
width:168px;
color:#38921c;
float:left;
background-image:url(../images/h-bg.jpg);
background-position:right center;
background-repeat:no-repeat;
}
#content .cate_box-1 a{
color:#333;
text-decoration:none;
}
#content .cate_box-1 a:hover{
color:#CCCCCC;
text-decoration:underline;
}
#content .cate_box-2{
position:relative;
margin-left:5px;
margin-right:5px;
margin-bottom:20px;
width:225px;
color:#38921c;
float:left;
}
#content .cate_box-2 a{
color:#333;
text-decoration:none;

}
#content .cate_box-2 a:hover{
color:#CCCCCC;
text-decoration:underline;
}

#content .cate_box-3{
position:relative;
margin-left:5px;
margin-right:5px;
margin-bottom:20px;
width:225px;
color:#38921c;
float:left;
background-image:url(../images/h-bg.jpg);
background-position:right center;
background-repeat:no-repeat;

}
#content .cate_box-3 a{
color:#333;
text-decoration:none;
}
#content .cate_box-3 a:hover{
color:#CCCCCC;
text-decoration:underline;

}
.spacer{
position:relative;
width:754px;
height:150px;
}
.m_spacer{
position:relative;
width:754px;
height:30px;
float:left;
}
.txt_line{
position:relative;
width:168px;
line-height:16px;
float:left;
color:#333;

}
.prodcut_name_box{
position:relative;
width:168px;
line-height:16px;
float:left;
height:50px;
color:#333;

}
.green_txt{
color:#333;
font-size:14px;
font-weight:600;
}



a.left_link {
font-size:14px;
text-decoration:none;
padding-left:15px;
padding-right:15px;
color:#333;
font-weight:100;
}
a.left_link:link {
	text-decoration: none;
	color:#333;

}
a.left_link:visited {
text-decoration:none;
}
a.left_link:hover {
	text-decoration: none;
	color:#333;
}
a.left_link:active {
	text-decoration:underline;
	color:#333;
}
a.left_link_chosen {
font-size:14px;
text-decoration:none;
padding-left:15px;
padding-right:15px;
color:#00bef5;
font-weight:100;
}
a.left_link_chosen:link {
	text-decoration: none;
	color:#00bef5;

}
a.left_link_chosen:visited {
text-decoration:none;
	color:#00bef5;
}
a.left_link_chosen:hover {
	text-decoration: none;
	color:#333;
}
a.left_link_chosen:active {
	text-decoration:underline;
	color:#00bef5;
}
a.white_ {
font-size:14px;
text-decoration:underline;

}
.bk_txt{

}

a.cart {
font-size:12px;
text-decoration:none;
color:#cc0033;
background-color:#666666;
}
a.cart:link {
	text-decoration: none;
	color:#cc0033;
text-decoration:none;
}
a.cart:visited {
	text-cc0033: none;
	color:#cc0033;
text-decoration:none;
}
a.cart:hover {
	text-decoration: none;
	color:#333;
text-decoration:none;
}
a.cart:active {
	text-decoration:underline;
	color:#cc0033;
text-decoration:none;
}
.big_text{
color:#FF0066;
font-size:18px;
}

a.left_cate {
text-decoration:none;
color:#333;
font-size:12px;
}
a.left_cate:link {
	text-decoration: none;


}
a.left_cate:visited {

text-decoration:none;
}
a.left_cate:hover {
	text-decoration:underline;
	color:#333;

}
a.left_cate:active {
text-decoration:none;
}

a.left_cate_chosen {
font-size:12px;
text-decoration:underline;
color:#00bef5;
}
a.left_cate_chosen:link {
	text-decoration: none;
}
a.left_cate_chosen:visited {
	text-decoration: none;
}
a.left_cate_chosen:hover {
	text-decoration: none;
	color:#CCCCCC;
}
a.left_cate_chosen:active {
	text-decoration: none;
}
strong{
	font-weight:600; color:#000;
}a.check_out_link{
font-size:12px;
color:#ccc;
text-decoration:underline;
border-color:#CCC;
border-style:solid; 
border-width: 1px 1px 1px 1px;padding:5px 15px 5px 15px; 
border-radius:5px;
}.index_box{
	border-color:#bd8828;
border-style:solid; 
border-width: 1px 1px 1px 1px;
border-radius:5px;
}.index_box{
	border-color:#bd8828;
border-style:solid; 
border-width: 1px 1px 1px 1px;
border-radius:5px;
}

#header_bg .button-long-2{
DISPLAY: inline-block; BACKGROUND:#000; MARGIN: 5px 5px; OVERFLOW: hidden; WIDTH: 49%; HEIGHT: 135px; z-index:999999;

font-family:Arial, Helvetica, sans-serif;
font-weight:600;
color:#fff;
font-size:24px;
text-align:center;
vertical-align:middle;
border:double;
border-color:#FFFFFF;
padding:5px;
position:fixed;
bottom:10px;

border-radius:5px; left:0px;
}

#header_bg .button-long-1{
DISPLAY: inline-block; BACKGROUND:#000; MARGIN: 5px 5px; OVERFLOW: hidden; WIDTH: 48%; HEIGHT: 135px; z-index:999999;

font-family:Arial, Helvetica, sans-serif;
font-weight:600;
color:#fff;
font-size:24px;
text-align:center;
vertical-align:middle;
border:double;
border-color:#FFFFFF;
padding:5px;
position:fixed;
bottom:10px;
border-radius:5px; left:50%;
}