﻿.splash_body_wrap
{
   float:left;
   width:100%;
   height:344px;
   background-color:#313131;
   overflow:hidden;
   background-image:url(../images/home/bg_sprite.jpg);
   background-position: 0px -109px;
   background-repeat:repeat-x;
}

.splash_body_center
{
   float:none;
   width:990px;
   margin:0 auto;
}

.splash_body
{
	float:left;
	width:990px;
	height:344px;
	margin-top:0px;
	background-image:url(../images/home/splash_1.jpg);
	background-position:top;
	background-repeat:no-repeat;
	margin-left:0px;
	border:none;
}

.splash_desc
{
	float:left;
	width:300px;
	margin-top:240px;
	margin-left:60px;
	font-size:14px;
	color:#ffffff;
	text-align:center;
	text-shadow:0px 1px 0px rgba(0, 0, 0, 1);
	font-style:italic;
	line-height:20px;
}

.splash_desc span
{
	font-size:12px;
}

.splash_quote
{
	float:left;
	width:300px;
	height:200px;
	margin-left:280px;
	margin-top:30px;
	font-size:22px;
	line-height:34px;
	color:#ffffff;
	text-align:left;
	text-shadow:0px 1px 0px rgba(0, 0, 0, 1);
}

.splash_quote span
{
	font-size:12px;
	font-style:italic;
}

.h1_body_wrap
{
   float:left;
   width:100%;
   height:109px;
   background-color:#000;
   overflow:hidden;
   background-image:url(../images/home/bg_sprite.jpg);
   background-repeat:repeat-x;
}

.h1_body_center
{
   float:none;
   width:990px;
   margin:0 auto;
}

.landing_wrap
{
	float:left;
	width:990px;
	height:auto;
	margin-top:0px;
	margin-left:0px;
	padding-bottom:25px;
	border:none;
}

.landing_sell
{
	float:left;
	width:990px;
	height:auto;
	margin-left:0px;
}

h1
{
	float:left;
	width:100%;
	font-weight:normal;
	padding:0px;
	margin:25px 0px 0px 0px;
	font-size:44px;
	color:#fff;
	text-align:center;
	text-shadow:0px 1px 0px rgba(0, 0, 0, 0.6);
	line-height:56px;
}

.landing_sign_in
{
	float:left;
	clear:both;
	width:100%;
	margin-top:35px;
	margin-left:0px;
	font-size:14px;
	color:#313131;
	text-align:center;
}

.landing_sign_in a
{
	color:#0575ab;
	cursor:pointer;
	text-decoration:none;
}

.landing_sign_in a:hover
{
	color:#313131;
}

.landing_featured
{
	float:left;
	width:334px;
	height:178px;
	margin-left:35px;
	background:#000;
	text-decoration:none;
}

.landing_img
{
	float:left;
	width:334px;
	height:auto;
	border:none;
	display:inline;
    margin-left:0px;
}

.landing_featured_text
{
	float:left;
	width:334px;
	height:75px;
	margin-left:0px;
	margin-top:-75px;
	color:#fff;
	text-align:left;
	font-style:italic;
	text-shadow:1px 1px 0px rgba(0, 0, 0, 1);
	background:rgba(0, 0, 0, 0.6);
}

.landing_featured_text_h1
{
	float:left;
	margin:0;
	padding:0;
	width:295px;
	margin-top:20px;
	margin-left:20px;
	font-size:16px;
	text-align:left;
}

.landing_featured_text_h2
{
	float:left;
	margin:0;
	padding:0;
	width:auto;
	margin-top:5px;
	margin-left:20px;
	font-size:12px;
	text-align:left;
}

.landing_buy
{
	float:left;
	width:988px;
	margin-left:0px;
	margin-top:35px;
	background:#f1f1f1;
	border:1px solid #e8e8e8;
}

.special_offer
{
	float:left;
	width:100%;
	margin-top:30px;
	margin-left:0px;
	font-size:24px;
	line-height:24px;
	color:#0575ab;
	text-align:center;
	text-decoration:none;
}

.special_offer a
{
	float:none;
	width:auto;
	font-size:24px;
	line-height:24px;
	color:#0575ab;
	text-align:center;
	text-shadow:0px 1px 0px rgba(255, 255, 255, 1);
	text-decoration:none;
	margin:0 auto;
}

.special_offer a:hover
{
	color:#313131;
}

.shop_btn
{
	float:left;
	text-align:left;
	height:56px;
	width:258px;
	background:#11c022;
	border:1px solid #11c022;
	margin:30px 0px 0px 365px;
	color:#fff;
	text-decoration:none;
	display:inline;
	padding:0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	cursor:pointer;
	-webkit-transition: background 0.2s ease;
	-moz-transition: background 0.2s ease;
	-o-transition: background 0.2s ease;
	transition: background 0.2s ease;
}

.shop_btn:after
{
	content:"";
	float:left;
	width:258px;
	height:28px;
	display:inline;
	position:relative;
	margin-top:-38px;
	margin-left:0px;
	border-top:1px solid #52e54b;
	-moz-border-radius-topleft:5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius:5px;
    -moz-border-radius-topright:5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius:5px;
    border-bottom:none;
    background:rgba(255, 255, 255, 0.1);
}

.shop_btn:hover
{
	background:#00b20c;
}

.shop_btn span
{
	float:left;
	margin-top:18px;
	line-height:20px;
	text-align:center;
	font-size:20px;
	width:100%;
	text-shadow:0px 1px 0px rgba(0, 0, 0, 0.4);
}

.shop_btn_bottom
{
	margin-left:25px;
}

.buy_btn
{
	float:left;
	width:260px;
	height:58px;
	font-size:16px;
	text-align:left;
	margin:30px 0px 0px 222px;
	text-decoration:none;
	color:#FFFFFF;
	background:#0575AB;
	cursor: pointer;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.buy_btn::after 
{
	content: "";
	float: left;
	width:258px;
	height: 28px;
	display: inline;
	position: relative;
	margin-left: 1px;
	margin-top:-38px;
	border-top: 1px solid #3E92CB;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	background: rgba(117, 193, 252, 0.1);
}

.buy_btn:hover
{
	background:#006DA3;
}

.buy_btn:hover::after
{
	background:rgba(117, 193, 252, 0);
}

.buy_btn span
{
	float:left;
	width:100%;
	margin-top:19px;
	font-size:20px;
	text-align:center;
	line-height:20px;
	text-shadow:0px 1px 0px rgba(0, 0, 0, 0.5);
}

.abdomen_wrap
{
    float:left;
    width:100%;
    height:auto;
    background-color:#fafafa;
    border-top:1px solid #00689d;
    border-bottom:1px solid #eeeeee;
    padding-bottom:35px;
}

.abdomen_wrap_bottom
{
    float:left;
    width:100%;
    height:auto;
    background-color:#fafafa;
    border-top:1px solid #e8e8e8;
    border-bottom:1px solid #eeeeee;
    padding-bottom:35px;
}

.abdomen_center
{
    float:none;
    width:990px;
    height:auto;
    margin:0 auto;
    
}

.abdomen_title_wrap
{
	float:left;
	width:990px;
	height:auto;
	padding-bottom:30px;
	margin-top:25px;
}

.abdomen_title_wrap h1
{
	float:left;
	width:100%;
	font-size:28px;
	line-height:28px;
	text-align:left;
	font-weight:normal;
	padding:0px;
	margin:0px;
	margin-top:30px;
	color:#313131;
	text-shadow:0px 1px 0px rgba(255, 255, 255, 1);
}

.bullet_wrap
{
    float:left;
    width:990px;
}

.bullet_item
{
	float:left;
	width:920px;
	margin-top:55px;
	margin-left:35px;
	padding-bottom:55px;
	border-bottom:1px solid #e8e8e8;
}

.last_bullet
{
	border-bottom:none;
}

.bullet_icon
{
	float:left;
	height:63px;
	width:63px;
	margin-left:15px;
	margin-top:5px;
	overflow:hidden;
	background:url(../images/home/bullet_icons.jpg) no-repeat;
}

.store_icon
{
	background-position:0px 0px;
}

.price_icon
{
	background-position:0px -63px;
}

.globe_icon
{
	background-position:0px -126px;
}

.ship_icon
{
	background-position:0px -189px;
}

.bullet_title
{
    float:left;
    width:815px;
    padding-left:0px;
    color:#313131;
    text-align:left;
    margin-top:0px;
    margin-left:25px;
    font-size:32px;
}

.bullet_desc
{
	float:left;
	width:815px;
	height:auto;
	color:#7e7e7e;
	margin:10px 0px 0px 25px;
	text-align:left;
	font-size:16px;
	font-style:italic;
}

.bullet_desc sup
{
	font-size:14px;
	line-height:14px;
}

.right_body_wrap
{
    float:left;
    width:990px;
    margin-top:0px;
    margin-bottom:35px;
}

.right_body_title
{
    float:left;
    width:990px;
    margin-top:45px;
    margin-bottom:0px;
    text-align:center;
    color:#313131;
    font-size:32px;
}

.right_body_sales_wrap
{
	float:left;
    width:495px;
    margin-bottom:35px;
    margin-top:0px;
}

.right_body_desc_wrap
{
	float:left;
    width:460px;
    margin:0px 0px 35px 35px;
}

.right_body_item_datalist_wrap
{
    float:left;
    width:990px;
    height:auto;
    margin-left:0px;
    margin-top:35px;
    margin-bottom:0px;
    overflow:hidden;
}

.right_body_item_datalist
{
    float:left;
    width:1015px;
    height:auto;
    margin-left:-25px;
    margin-top:0px;
    margin-bottom:25px;
    overflow:hidden;
}

.image
{
    float:left;
    width:225px;
    height:160px;
    overflow:hidden;
    text-decoration:none;
    cursor:pointer;
    margin-top:26px;
    margin-left:26px;
}

.image img
{
    float:left;
    width:225px;
    height:160px;
    margin:0;
    position:relative;
    padding:0;
    border:none;
}

.image span
{
    float:left;
    width:210px;
    height:16px;
    overflow:hidden;
    font-size:14px;
    color:#fff;
    text-align:left;
    margin:0px;
    padding:8px;
    line-height:14px;
	position:relative;
    margin-top:-32px;
    background: rgba(0, 0, 0, 0.6);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);
    text-shadow:0px 1px 0px rgba(0, 0, 0, 1);
    display:block;
    white-space:nowrap;
    text-overflow:ellipsis;
    -webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
}

.image:hover span
{
	background: rgba(0, 0, 0, 0.9);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
}
