.slide img

{

	max-width:100%;

}

@font-face {



font-family:"bellevue";



src: local("bellevue"), url("../font/bellevue.ttf") format("truetype");



src: url('../font/bellevue.eot'); /* IE9 JAN-4302 */



src: url('../font/bellevue.eot?#iefix') format('embedded-opentype'), /* IE6-IE8, Compatibility Mode for IE8 */



     url('../font/bellevue.woff') format('woff'), /* Modern Browsers */



     url('../font/bellevue.ttf')  format('truetype'), /* Safari, Android, iOS */



     url('../font/bellevue.svg#achen') format('svg'); /* Legacy iOS */



}

@font-face {



font-family:"open sans bold";



src: local("OpenSans-Bold"), url("../font/OpenSans-Bold.ttf") format("truetype");



src: url('../font/OpenSans-Bold.eot'); /* IE9 JAN-4302 */



src: url('../font/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8, Compatibility Mode for IE8 */



     url('../font/OpenSans-Bold.woff') format('woff'), /* Modern Browsers */



     url('../font/OpenSans-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */



     url('../font/OpenSans-Bold.svg#achen') format('svg'); /* Legacy iOS */



}

@font-face {



font-family:"open sans light";



src: local("OpenSans-Light"), url("../font/OpenSans-Light.ttf") format("truetype");



src: url('../font/OpenSans-Light.eot'); /* IE9 JAN-4302 */



src: url('../font/OpenSans-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8, Compatibility Mode for IE8 */



     url('../font/OpenSans-Light.woff') format('woff'), /* Modern Browsers */



     url('../font/OpenSans-Light.ttf')  format('truetype'), /* Safari, Android, iOS */



     url('../font/OpenSans-Light.svg#achen') format('svg'); /* Legacy iOS */



}

@font-face {



font-family:"roboto regular";



src: local("RobotoSlab-Regular"), url("../font/RobotoSlab-Regular.ttf") format("truetype");



src: url('../font/RobotoSlab-Regular.eot'); /* IE9 JAN-4302 */



src: url('../font/RobotoSlab-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8, Compatibility Mode for IE8 */



     url('../font/RobotoSlab-Regular.woff') format('woff'), /* Modern Browsers */



     url('../font/RobotoSlab-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */



     url('../font/RobotoSlab-Regular.svg#achen') format('svg'); /* Legacy iOS */



}

body

{

	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;

}

a

{

	text-decoration:none;

	cursor:pointer;

}

h2 {

color: #000000;

font-size: 16px;

margin-top: 0px;

margin-bottom: 5px;

}

ul,li

{

	list-style-type:none;

}

.header

{

	float:left;

	width:100%;

	background:url(../img/header.jpg) no-repeat top center #78818a;

	height:114px;

	position:relative;
	
	border-top:3px solid #34495e;

}

.header .container

{

	height:114px;

}

.container

{

	width:1170px;

	margin:0 auto;

	position:relative;

}

.logo

{

	margin-left:-97px;
	float:left;

}

.navtop

{
	float:right;
	margin-top:6px;
	background:#fc0101;
	padding:5px 0;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.navtop a

{

	color:#fff;
	background:url(../img/list3.png) no-repeat left center;
	padding-left:10px;
	margin:5px 10px;
	

}

.navtop a:hover

{
	text-decoration:underline;
}

.header > .container > .right

{

	position:absolute;

	right:0;

	bottom:0;

}

#header #cart {

	background:#fd0000;

    float: right;

    padding: 0 5px;

    z-index: 9999999;

	position:relative;

}

#header #cart .heading {

	float: right;

	background: url(../img/cart.png) no-repeat scroll right center rgba(0, 0, 0, 0);

    cursor: pointer;

    padding: 10px 50px 5px 5px;

	position: relative;

	z-index: 1;

}

#header #cart .heading h4 {

	background: url(../img/more.png) no-repeat scroll center 15px rgba(0, 0, 0, 0);

    padding-bottom: 12px;

	font-size:11px;

	color:#fff;

	text-transform:uppercase;

	font-weight:bold;

	margin:0;

}

#header #cart .heading a {

	color: #38B0E3;

	text-decoration: none;

}

#header #cart .content {

	clear: both;

	display: none;

	position: absolute;

	top: 41px;

	border:1px solid #fd0000;

	right:0;

	padding: 8px;

	min-height: 150px;

	background: #FFF;

}



#header #cart.active .content {

	display: block;

}

.mini-cart-info table {

	border-collapse: collapse;

	width: 100%;

	margin-bottom: 5px;

}

.mini-cart-info td {

	color: #000;

	vertical-align: top;

	padding: 10px 5px;

	border-bottom: 1px solid #EEEEEE;

}

.mini-cart-info .image {

	width: 1px;

}

.mini-cart-info .image img {

	border: 1px solid #EEEEEE;

	text-align: left;

}

.mini-cart-info .name small {

	color: #666;

}

.mini-cart-info .quantity {

	text-align: right;

}

.mini-cart-info td.total {

	text-align: right;

}

.mini-cart-info .remove {

	text-align: right;

}

.mini-cart-info .remove img {

	cursor: pointer;

}

.mini-cart-total {

	text-align: right;

}

.mini-cart-total table {

	border-collapse: collapse;

	display: inline-block;

	margin-bottom: 5px;

}

.mini-cart-total td {

	color: #000;

	padding: 4px;

}

#header #cart .checkout {

	text-align: right;

	clear: both;

}

#header #cart .empty {

	padding-top: 50px;

	text-align: center;

}



.accounts

{

	float:right;

	position:relative;

}

.accounts span

{

	background:rgba(255,255,255,0.7);

	position:absolute;

	top:0;

	bottom:0;

	left:0;

	right:-30px;

	z-index:1;

	transform: skewX(-15deg);

}

.accounts a

{

	color:#222;

	font-size:11px;

	font-weight:bold;

	text-transform:uppercase;

	padding:14px 25px 13px;

	float:right;

	z-index:2;

	position:relative;

}
.accounts a:hover
{
	color:#fc0101;
}
.navbar

{

	float:left;

	width:100%;

	background:#34495e;

	position:relative;
	z-index:9999;

}
.navbar.is-sticky
{
	position:fixed;
	top:0;
}

.navbar .nav

{

	float:left;

	margin:0;

	padding:0;

}

.nav > li

{

	float:left;

}

.nav > li > a

{

	float:left;
	padding:15px 20px;
	color:#fff;
	line-height:15px;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	border-right:1px solid #314458;

}
.nav > li > a.pro
{
	background:url(../img/btn.png) no-repeat 85px center #fd0000;
	padding-right:30px;
}
.nav > li > a.pro:hover
{
	background-color:#55bb01;
}
.nav > li:hover
{
	background:#55bb01;
}

.nav > li a.home

{

	background:url(../img/home.png) no-repeat center 13px #2980b9;
	height:15px;
	padding:15px 25px;
}
.nav li:hover .sub
{
	display:block;
	border-bottom:1px solid #55bb01;
}
.nav li .sub
{
	position:absolute;
	top:45px;
	left:0;
	right:0;
	padding:0;
	margin:0;
	display:none;
	overflow:hidden;
	background:#64db03;
	border-right:1px solid #55bb01;
	z-index:-1;
}
.nav li .sub li a
{
	float:left;
	color:#333;
	padding:10px 15px;
	border-left:1px solid #55bb01;
}
.nav li .sub li a:hover
{
	background:#23df77;
}
.nav li .sub li a i
{
	width:27px;
	height:27px;
	background-repeat:no-repeat;
	background-color:#fff;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	background-position:center center;
	overflow:hidden;
	float:left;
}
.nav li .sub li a font
{
	float:left;
	margin-left:5px;
	margin-top:5px;
}
.nav li .sub li.line
{
	position:absolute;
	height:1px;
	width:100%;
	left:0;
	background:#55bb01;
}
.nav li .sub li.line.l1
{
	top:47px;
}
.nav li .sub li:last-child a
{
	border-right:1px solid #55bb01;
}
.nav > li:last-child a
{
	border-right:none !important;
}
.hotline
{
	float:right;
	margin:2px 20px 0 0;
}
.support_btn
{
	float:right;
	margin:2px 20px 0 0;
	cursor:pointer;
}
#search

{

	float:right;

	margin-top:9px;

	background:#fff;

}

.button-search

{

	background:#55c501;

	color:#fff;

	padding:6px 12px;

	float:right;

	cursor:pointer;

}

#search input,#search select

{

	border: none;

	padding: 5px 8px;

	margin: 0;

	font-size: 12px;

	line-height: 15px;

}

#search input[type='text']

{
	width:200px;
}

.colleft

{

	width:20%;

	float:left;

}

.box_category

{

	float:left;

	border-right:3px solid #2980b9;

	margin:20px 0 0;

	width:100%;

}

.box_category .head

{

	background:#2980b9;

	color:#fff;

	font-size:14px;

	font-weight:bold;

	text-transform:uppercase;

	float:left;

	width:100%;

}

.box_category .head i

{

	float:left;

	width:37px;

	height:37px;

	border-radius:50%;

	background-color:#fff;

	background-position:center center;

	background-repeat:no-repeat;

	margin-top:-5px;

	margin-left:-5px;

}

.box_category .head span

{

	padding:9px;

	float:left;

}

.box_category ul

{

	margin:0;

	padding:0;

	float:left;

	width:100%;

	position:relative;

}

.box_category > ul > li

{

	width:100%;

	float:left;

	border-bottom:1px dotted #ccc;

}

.box_category > ul > li > a

{

	float:left;
	font-size:11px;
	text-transform:uppercase;
	color:#2e2e2e;
	background-position:left 9px;
	background-repeat:no-repeat;
	padding:15px 0;
	width:100%;
	position:relative;
	font-weight:bold;

}

.box_category > ul > li:hover

{

	background:#34495e;

	margin-right:-3px;

}

.box_category > ul > li:hover a

{

	color:#fff;

}
.box_category > ul > li a i
{
	width:27px;
	height:27px;
	background-repeat:no-repeat;
	background-color:#fff;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	background-position:center center;
	overflow:hidden;
	position:absolute;
	top:8px;
	left:0;
	border:1px solid #ccc;
}
.box_category > ul > li a i.num
{
	text-align:center;
	padding-top:5px;
	height:22px;
	font-size:12px;
}
.box_category > ul > li a:hover i.num
{
	transform:none;
	-moz-transform:none;
	-webkit-transform:none;
	font-weight:bold;
	font-size:12px;
	color:#f60;
	transition:none;
	-moz-transition:none;
	-webkit-transition:none;
}
.box_category > ul > li a:hover i
{
	transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-webkit-transform:rotate(360deg);
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	border:none;
}
.box_category > ul > li a span

{

	margin-left:35px;

}

.box_category > ul > li .sub

{

	position:absolute;

	left:100%;

	top:0;

	bottom:0;

	width:0;

	top:0;

	display:none;

	background:#34495e;

	border-left:3px solid #2980b9;

	padding-top:10px;

}

.box_category > ul > li:hover .sub
{
	width:100%;
	z-index:99;
	display:block;
	border-left:3px solid #34495e;
}
.box_category > ul > li .sub li
{
	float:left;
	width:94%;
	margin:0 3%;
	border-bottom:1px dotted #ccc;
}
.box_category > ul > li .sub li a
{
	opacity:0;
	z-index:-1;
	position:relative;
	font-size:0;
}
.box_category > ul > li:hover .sub li a
{
	color:#fff;
	font-size:12px;
	padding:6px 0;
	width:100%;
	float:left;
	background:url(../img/list2.png) no-repeat 10px 9px;
	opacity:1;
	z-index:auto;
}
.box_category > ul > li .sub li a:hover
{
	color:#f00;
}
.box_category > ul > li .sub li a span
{
	margin-left:20px;
}
.colright
{
	float:right;
	width:78%;
}
.colright .slide
{
	float:right;
	width:100%;
	margin-top:20px;
}

.featured

{
	float:left;
	width:100%;
	margin-top:17px;
}

.module_title

{

	font-size:18px;

	color:#333;

	font-weight:bold;

	text-transform:uppercase;

	margin:10px 0;

	font-family:'open sans bold',Arial, Helvetica, sans-serif;

}

.module_title font

{

	color:#f90213;

}

.box

{

	width:24.8%;

	border:1px solid #ccc;

	position:relative;

	float:left;

	z-index:1;

	margin-right:-1px;

	margin-bottom:-1px;

}

.box:hover

{

	border-color:#f60;

	z-index:9;

}

.box .top

{

	position:relative;

	width:100%;

	text-align:center;

}

.box .top img

{

	max-width:100%;

}

.box .top .border

{

	position:absolute;

	height:2px;

	left:3px;

	right:3px;

	bottom:0;

	background:#06458a;

}
.price a
{
	color:#fff;
}
.box .top .price

{

	position:absolute;

	bottom:0;

	background:#f90213;

	color:#fff;

	right:3px;

	font-size:16px;

	font-weight:bold;

	padding:4px 15px;

	transition:all 0.5s ease;

	-webkit-transition:all 0.5s ease;

	-moz-transition:all 0.5s ease;

}

.box .top .price.new

{

	background:#64db03;

}

.box .top .price_old

{

	position:absolute;

	left:5px;

	bottom:5px;

	font-weight:bold;

	color:#7e7e7e;

	text-decoration:line-through;

}

.box .top .saleoff

{
	position:absolute;
	top:20px;
	left:0;
	background:url(../img/sale.png) no-repeat right center;
	width:64px;
	text-align:left;
	height:22px;
	color:#fff;
	padding-top:4px;
	font-weight:bold;
	font-size:15px;
	padding-left:6px;
}

.box .name

{

	margin:5px 2%;
	font-weight:bold;
	color:#333;
	float:left;
	width:96%;
	overflow:hidden;
	text-transform:uppercase;
	font-size:11px;

}
.box .model
{
	float:left;
	width:96%;
	margin:0 2%;
	font-size:11px;
	color:#333;
}

.box .name:hover

{

	color:#2ecc71;

}

.box .buy

{

	background:url(../img/buy.png) no-repeat left center;
	padding: 5px 0 5px 23px;
	color:#fd6e05;
	font-size:11px;
	position:absolute;
	bottom:3px;
	left:2%;

}
.box .buy.green
{
	background-image:url(../img/buygreen.png);
	color:#64db03;
}

.box .detail

{

	background:url(../img/view.png) no-repeat left center;
	padding:5px 0 5px 23px;
	color:#333;
	font-size:11px;
	position:absolute;
	bottom:3px;
	right:2%;
	width:33px;

}

.content_bottom

{

	float:left;

	width:100%;

}

.cate_title

{

	float:left;

	width:100%;

	background:#ebebeb;

	border-bottom:3px solid #06458a;

	margin:20px 0;

}

.cate_title h2

{

	background:#06458a;

	color:#fff;

	font-size:14px;

	font-weight:bold;

	float:left;

	margin:0;

}

.cate_title h2 i

{

	background-repeat:no-repeat;

	background-color:#fff;

	background-position:center center;

	height:37px;

	width:37px;

	border-radius:50%;

	float:left;

	margin-top:-5px;

	margin-left:-5px;

}

.cate_title h2 font

{

	padding:9px 30px 0 20px;

	float:left;

	text-transform:uppercase;

}

.cate_title .link

{

	float:right;

	font-weight:bold;

	color:#fff;

	background:#64db03;

	padding:8px 20px 9px;

	border-radius:20px 0 0 20px;

}

.cate_banner

{

	float:left;
	width:40%;
	height:264px;
	overflow:hidden;

}
.cate_banner img
{
	height:100%;
}

.cate_banner.flright

{

	float:right;

}

.productcate

{

	float:left;

	margin:20px 0;

	width:100%;

}

.box

{

	width:19.9%;
	height:264px;

}

.footer

{

	float:left;

	width:100%;

	border-top:3px solid #34495e;

	margin-top:30px;

	padding:10px 0;

}
.footer .left
{
	width:52%;
	float:left;
}
.footer .box_info

{

	float:left;

	width:32.333333%;

	margin-right:1%;

}
.box-counter
{
	width:16.5%;
	float:left;
}
.box-counter .box-heading
{
	font-size:14px;
	text-transform:uppercase;
	margin:0 0 10px;
	text-align:center;
}
.footer .box_info h3

{
	font-size:14px;
	text-transform:uppercase;
	margin:0 0 10px;
}

.footer .box_info ul

{

	margin:0;

	padding:0;

}

.footer .box_info ul li

{

	float:left;

	width:100%;

}

.footer .box_info ul a

{

	color:#666;

	padding:5px 0;

	float:left;

	font-size:11px;

}

.address

{

	width:100%;

	float:left;

	padding:20px 0 10px;

	background:#445f79;

	text-align:center;

	color:#fff;

}

.address b

{

	font-size:16px;

}

.copy

{

	width:100%;

	float:left;

	padding:10px 0;

	background:#34495e;

	text-align:center;

	color:#fff;

}

.featured ul

{

	margin:0;

}

.featured ul li .box

{

	width:100%;

}

.pagination {

	padding-top: 8px;

	display: inline-block;

	width: 100%;

	margin-bottom: 10px;

}

.pagination .links {

	float: left;

}

.pagination .links a {

	display: inline-block;

	border: 1px solid #EEEEEE;

	padding: 4px 10px;

	text-decoration: none;

	color: #A3A3A3;

}

.pagination .links b {

	display: inline-block;

	border: 1px solid #269BC6;

	padding: 4px 10px;

	font-weight: normal;

	text-decoration: none;

	color: #269BC6;

	background: #FFFFFF;

}

.pagination .results {

	float: right;

	padding-top: 3px;

}

.breadcrumb

{

	float:left;
	width:98%;
	padding:5px 1%;
	margin:10px 0;
	background:#eee;

}

.breadcrumb a

{

	 color:#333;

}

.heading_title

{

	float:left;

	margin-bottom:0;

	margin-top:20px;

	font-size:30px;

	font-weight:normal;

	width:100%;

}

.description

{

	float:left;

	width:100%;

	margin-bottom:10px;

	text-align:justify;

}

.htabs {

	height: 30px;

	line-height: 16px;

	border-bottom: 1px solid #DDDDDD;

	float:left;

	width:100%;

}

.htabs a {

	border-top: 1px solid #DDDDDD;

	border-left: 1px solid #DDDDDD;

	border-right: 1px solid #DDDDDD;

	background: #2980b9 url('../image/tab.png') repeat-x;

	padding: 7px 15px 6px 15px;

	float: left;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 13px;

	font-weight: bold;

	text-align: center;

	text-decoration: none;

	color: #fff;

	margin-right: 2px;

	display: none;

}

.htabs a.selected {

	padding-bottom: 7px;
	background: #FFFFFF;
	color:#000;

}

.tab-content {

	border-left: 1px solid #DDDDDD;

	border-right: 1px solid #DDDDDD;

	border-bottom: 1px solid #DDDDDD;

	padding: 10px 2%;

	margin-bottom: 20px;

	z-index: 2;

	overflow: auto;

	float:left;

	width:96%;

}



/* Product */

.product-info {

	margin-bottom: 20px;

	float:left;

	width:100%;

}

.product-info > .left {

	float: left;

	margin-right: 2%;

	width:43%;

}

.product-info > .left img

{

	max-width:100%;

}

.product-info > .right {

	width:55%;

	float:left;

}

.product-info .image {
	border: 1px solid #E7E7E7;
	float: left;
	margin-bottom: 20px;
	text-align: center;
	width:100%;
	position:relative;
}

.product-info .image .zoom
{
	position:absolute;
	top:0;
	left:0;
	width:34px;
	height:38px;
	background:url(../img/zoom.png) no-repeat;
}

.product-info .image-additional {

	margin-left: -2px;

	clear: both;

	overflow: hidden;

}

.product-info .image-additional img {

	border: 1px solid #E7E7E7;

}

.product-info .image-additional a {

	float: left;

	display: block;

	margin-left: 2px;

	margin-bottom: 2px;

}

.product-info .description {

	padding: 5px 2%;
	margin-bottom: 10px;
	line-height: 20px;
	color: #fff;
	background:#2980b9;
	width:96%;
	font-size:11px;
	text-transform:uppercase;

}

.product-info .description span {
	font-weight:bold;
}
.product-info .description font
{
	color:#fff;
	font-size:16px;
}

.product-info .description a {

	color: #4D4D4D;

	text-decoration: none;

}

.product-info .price {

	overflow: auto;

	border-bottom: 1px solid #E7E7E7;

	padding: 0px 5px 10px 5px;

	margin-bottom: 10px;

	font-size: 15px;

	font-weight: bold;

	color: #333333;

}

.product-info .price font
{
	font-size:24px;
	color:#f00;
}

.product-info .price-old {

	color: #F00;

	text-decoration: line-through;

}

.product-info .price-new {

}

.product-info .price-tax {

	font-size: 12px;

	font-weight: normal;

	color: #999;

}

.product-info .price .reward {

	font-size: 12px;

	font-weight: normal;

	color: #999;

}

.product-info .price .discount {

	font-weight: normal;

	font-size: 12px;

	color: #4D4D4D;

}

.product-info .options {

	border-bottom: 1px solid #E7E7E7;

	padding: 0px 5px 10px 5px;

	margin-bottom: 10px;

	color: #000000;

}

.product-info .option-image {

	margin-top: 3px;

	margin-bottom: 10px;

}

.product-info .option-image label {

	display: block;

	width: 100%;

	height: 100%;

}

.product-info .option-image img {

	margin-right: 5px;

	border: 1px solid #CCCCCC;

	cursor: pointer;

}

.product-info .cart {

	border-bottom: 1px solid #E7E7E7;

	padding: 0px 5px 10px 5px;

	margin-bottom: 20px;

	color: #4D4D4D;

}

.product-info .cart div > span {

	color: #333;

}

.product-info .cart .links {

	display: inline-block;

	vertical-align: middle;

}

.product-info .cart .minimum {

	padding-top: 5px;

	font-size: 11px;

	color: #333;

}

.product-info .review {

	color: #4D4D4D;

	border-top: 1px solid #E7E7E7;

	border-left: 1px solid #E7E7E7;

	border-right: 1px solid #E7E7E7;

	margin-bottom: 10px;

}

.product-info .review > div {

	padding: 8px;

	border-bottom: 1px solid #E7E7E7;

	line-height: 20px;

}

.product-info .review > div > span {

	color: #38B0E3;

}

.product-info .review .share {

	overflow: auto;

	line-height: normal;

}

.product-info .review .share a {

	text-decoration: none;

}

.review-list {

	padding: 10px;

	overflow: auto;

	margin-bottom: 20px;

	border: 1px solid #EEEEEE;

}

.review-list .author {

	float: left;

	margin-bottom: 20px;

}

.review-list .rating {

	float: right;

	margin-bottom: 20px;

}

.review-list .text {

	clear: both;

}

.attribute {

	border-collapse: collapse;

	width: 100%;

	border-top: 1px solid #DDDDDD;

	border-left: 1px solid #DDDDDD;

	margin-bottom: 20px;

}

.attribute thead td, .attribute thead tr td:first-child {

	color: #000000;

	font-size: 14px;

	font-weight: bold;

	background: #F7F7F7;

	text-align: left;

}

.attribute tr td:first-child {

	color: #000000;

	font-weight: bold;

	text-align: right;

	width: 20%;

}

.attribute td {

	padding: 7px;

	color: #4D4D4D;

	text-align: center;

	vertical-align: top;

	border-right: 1px solid #DDDDDD;

	border-bottom: 1px solid #DDDDDD;

}

.compare-info {

	border-collapse: collapse;

	width: 100%;

	border-top: 1px solid #DDDDDD;

	border-left: 1px solid #DDDDDD;

	margin-bottom: 20px;

}

.compare-info thead td, .compare-info thead tr td:first-child {

	color: #000000;

	font-size: 14px;

	font-weight: bold;

	background: #F7F7F7;

	text-align: left;

}

.compare-info tr td:first-child {

	color: #000000;

	font-weight: bold;

	text-align: right;

}

.compare-info td {

	padding: 7px;

	width: 20%;

	color: #4D4D4D;

	text-align: center;

	vertical-align: top;

	border-right: 1px solid #DDDDDD;

	border-bottom: 1px solid #DDDDDD;

}

.compare-info .name a {

	font-weight: bold;

}

.compare-info .price-old {

	font-weight: bold;

	color: #F00;

	text-decoration: line-through;

}

.compare-info .price-new {

	font-weight: bold;

}

/* button */

a.button, input.button {

	cursor: pointer;

	color: #FFFFFF;

	line-height: 12px;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: bold;

	background:url(../img/list3.png) no-repeat 8px center #2980b9;

	-webkit-border-radius: 3px 3px 3px 3px;

	-moz-border-radius: 3px 3px 3px 3px;

	-khtml-border-radius: 3px 3px 3px 3px;

	border-radius: 3px 3px 3px 3px;

}

a.button {

	display: inline-block;

	text-decoration: none;

	padding: 6px 12px 6px 18px;

}

input.button {

	margin: 0;

	border: 0;

	height: 24px;

	padding: 0px 12px 0px 18px;

}

a.button:hover, input.button:hover {

	background-color:#1abc9c;

}

.buttons {

	background: #FFFFFF;

	border: 1px solid #EEEEEE;

	overflow: auto;

	padding: 6px;

	margin-bottom: 20px;

}

.buttons .left {

	float: left;

	text-align: left;

}

.buttons .right {

	float: right;

	text-align: right;

}

.buttons .center {

	text-align: center;

	margin-left: auto;

	margin-right: auto;

}

.success, .warning, .attention, .information {

	padding: 10px 10px 10px 33px;

	margin-bottom: 15px;

	color: #555555;

	-webkit-border-radius: 5px 5px 5px 5px;

	-moz-border-radius: 5px 5px 5px 5px;

	-khtml-border-radius: 5px 5px 5px 5px;

	border-radius: 5px 5px 5px 5px;

}

.success {

	background: #EAF7D9 url('../image/success.png') 10px center no-repeat;

	border: 1px solid #BBDF8D;

	-webkit-border-radius: 5px 5px 5px 5px;

	-moz-border-radius: 5px 5px 5px 5px;

	-khtml-border-radius: 5px 5px 5px 5px;

	border-radius: 5px 5px 5px 5px;

}

.warning {

	background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;

	border: 1px solid #F8ACAC;

	-webkit-border-radius: 5px 5px 5px 5px;

	-moz-border-radius: 5px 5px 5px 5px;

	-khtml-border-radius: 5px 5px 5px 5px;

	border-radius: 5px 5px 5px 5px;

}

.attention {

	background: #FFF5CC url('../image/attention.png') 10px center no-repeat;

	border: 1px solid #F2DD8C;

	-webkit-border-radius: 5px 5px 5px 5px;

	-moz-border-radius: 5px 5px 5px 5px;

	-khtml-border-radius: 5px 5px 5px 5px;

	border-radius: 5px 5px 5px 5px;

}

.success .close, .warning .close, .attention .close, .information .close {

	float: right;

	padding-top: 4px;

	padding-right: 4px;

	cursor: pointer;

}

.required {

	color: #FF0000;

	font-weight: bold;

}

.error {

	display: block;

	color: #FF0000;

}

.help {

	color: #999;

	font-size: 10px;

	font-weight: normal;

	font-family: Verdana, Geneva, sans-serif;

	display: block;

}

table.form {

	width: 100%;

	border-collapse: collapse;

	margin-bottom: 20px;

}

table.form tr td:first-child {

	width: 150px;

}

table.form > * > * > td {

	color: #000000;

}

table.form td {

	padding: 4px;

}

input.large-field, select.large-field {

	width: 56%;

}

table.list {

	border-collapse: collapse;

	width: 100%;

	border-top: 1px solid #DDDDDD;

	border-left: 1px solid #DDDDDD;

	margin-bottom: 20px;

}

table.list td {

	border-right: 1px solid #DDDDDD;

	border-bottom: 1px solid #DDDDDD;

}

table.list thead td {

	background-color: #EFEFEF;

	padding: 0px 5px;

}

table.list thead td a, .list thead td {

	text-decoration: none;

	color: #222222;

	font-weight: bold;

}

table.list tbody td {

	padding: 0px 5px;

}

table.list .left {

	text-align: left;

	padding: 7px;

}

table.list .right {

	text-align: right;

	padding: 7px;

}

table.list .center {

	text-align: center;

	padding: 7px;

}

table.radio {

	width: 100%;

	border-collapse: collapse;

}

table.radio td {

	padding: 5px;

}

table.radio td label {

	display: block;

}

table.radio tr td:first-child {

	width: 1px;

}

table.radio tr td:first-child input {

	margin-top: 1px;

}

table.radio tr.highlight:hover td {

	background: #F1FFDD;

	cursor: pointer;

}

.noti

{

	float:left;

	margin-top:10px;

	width:100%;

}

#notification a

{

	font-weight:bold;

	color:#f60;

}

/* cart */

.cart-info table {

	width: 100%;

	margin-bottom: 15px;

	border-collapse: collapse;

	border-top: 1px solid #DDDDDD;

	border-left: 1px solid #DDDDDD;

	border-right: 1px solid #DDDDDD;

}

.cart-info td {

	padding: 7px;

}

.cart-info thead td {

	color: #4D4D4D;

	font-weight: bold;

	background-color: #F7F7F7;

	border-bottom: 1px solid #DDDDDD;

}

.cart-info thead .image {

	text-align: center;

}

.cart-info thead .name, .cart-info thead .model, .cart-info thead .quantity {

	text-align: left;

}

.cart-info thead .price, .cart-info thead .total {

	text-align: right;

}

.cart-info tbody td {

	vertical-align: top;

	border-bottom: 1px solid #DDDDDD;

}

.cart-info tbody .image img {

	border: 1px solid #DDDDDD;

}

.cart-info tbody .image {

	text-align: center;

}

.cart-info tbody .name, .cart-info tbody .model, .cart-info tbody .quantity {

	text-align: left;

}

.cart-info tbody .quantity input[type='image'], .cart-info tbody .quantity img {

	position: relative;

	top: 4px;

	cursor: pointer;

}

.cart-info tbody .price, .cart-info tbody .total {

	text-align: right;

}

.cart-info tbody span.stock {

	color: #F00;

	font-weight: bold;

}

.cart-module > div {

	display: none;

}

.cart-total {

	border-top: 1px solid #DDDDDD;

	overflow: auto;

	padding-top: 8px;

	margin-bottom: 15px;

}

.cart-total table {

	float: right;

}

.cart-total td {

	padding: 3px;

	text-align: right;

}

/* checkout */

.checkout-heading {

	background: #F8F8F8;

	border: 1px solid #DBDEE1;

	padding: 8px 1.5%;

	font-weight: bold;

	font-size: 13px;

	color: #555555;

	margin-bottom: 15px;

	float:left;

	width:97%;

}

.checkout-heading a {

	float: right;

	margin-top: 1px;

	font-weight: normal;

	text-decoration: none;

}

.checkout-content {

	padding: 0px 0px 15px 0px;

	display: none;

}

.checkout-content .left {

	float: left;

	width: 48%;

}

.checkout-content .right {

	float: right;

	width: 48%;

}

.checkout-content .buttons {

	clear: both;

}

.checkout-product table {

	width: 100%;

	border-collapse: collapse;

	border-top: 1px solid #DDDDDD;

	border-left: 1px solid #DDDDDD;

	border-right: 1px solid #DDDDDD;

	margin-bottom: 20px;

}

.checkout-product td {

	padding: 7px;

}

.checkout-product thead td {

	color: #4D4D4D;

	font-weight: bold;

	background-color: #F7F7F7;

	border-bottom: 1px solid #DDDDDD;

}

.checkout-product thead .name, .checkout-product thead .model {

	text-align: left;

}

.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total {

	text-align: right;

}

.checkout-product tbody td {

	vertical-align: top;

	border-bottom: 1px solid #DDDDDD;

}

.checkout-product tbody .name, .checkout-product tbody .model {

	text-align: left;

}

.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {

	text-align: right;

}

.checkout-product tfoot td {

	text-align: right;

	border-bottom: 1px solid #DDDDDD;

}

/* content */

#content .content {

	padding: 10px;

	overflow: auto;

	margin-bottom: 20px;

	border: 1px solid #EEEEEE;

}

#content .content .left {

	float: left;

	width: 49%;

}

#content .content .right {

	float: right;

	width: 49%;

}

.clearfix

{

	clear:both;

}

#login a

{

	color:#06f;

	text-decoration:underline;

}

#login a:hover

{

	color:#16a085;

}

#content input[type="text"],#content select

{

	padding:3px 2%;

}

#account ul li a

{

	background:url(../img/list2.png) no-repeat left 2px;

	padding-left:15px;

	color:#666;

	line-height:24px;

}

.box-account

{

	border:1px solid #eee;

	margin-top:30px;

}

.box-account .box-heading

{

	background:#f39c12;

	color:#fff;

	font-size:14px;

	text-transform:uppercase;

	padding:10px;

	font-weight:bold;

}

.box-account ul

{

	padding:10px 15px;

}

.box-account ul li

{

	padding:5px 0;

	border-bottom:1px dotted #ccc;

}

.box-account ul li a

{

	color:#27ae60;

}

.box-account ul li a:hover

{

	color:#f60;

}

.box-account ul li:first-child

{

	border-top: 1px dotted #ccc;

}

/* wishlist */

.wishlist-info table {

	width: 100%;

	border-collapse: collapse;

	border-top: 1px solid #DDDDDD;

	border-left: 1px solid #DDDDDD;

	border-right: 1px solid #DDDDDD;

	margin-bottom: 20px;

}

.wishlist-info td {

	padding: 7px;

}

.wishlist-info thead td {

	color: #4D4D4D;

	font-weight: bold;

	background-color: #F7F7F7;

	border-bottom: 1px solid #DDDDDD;

}

.wishlist-info thead .image {

	text-align: center;

}

.wishlist-info thead .name, .wishlist-info thead .model, .wishlist-info thead .stock {

	text-align: left;

}

.wishlist-info thead .quantity, .wishlist-info thead .price, .wishlist-info thead .total, .wishlist-info thead .action {

	text-align: right;

}

.wishlist-info tbody td {

	vertical-align: top;

	border-bottom: 1px solid #DDDDDD;

}

.wishlist-info tbody .image img {

	border: 1px solid #DDDDDD;

}

.wishlist-info tbody .image {

	text-align: center;

}

.wishlist-info tbody .name, .wishlist-info tbody .model, .wishlist-info tbody .stock {

	text-align: left;

}

.wishlist-info tbody .quantity, .wishlist-info tbody .price, .wishlist-info tbody .total, .wishlist-info tbody .action {

	text-align: right;

}

.wishlist-info tbody .price s {

	color: #F00;

}

.wishlist-info tbody .action img {

	cursor: pointer;

}
.colleft1
{
	float:left;
}
.colright1
{
	float:right;
	position:relative;
	width:100%;
}
.getwidth
{
	display:block;
	width:100%;
	border-right:none;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	margin-top:0;
	clear:both;
}
.getwidth .head
{
	display:none;
}
.getwidth > ul > li
{
	width:auto;
	border:none;
	margin-right:10px;
}
.getwidth > ul > li:hover
{
	background:none;
	margin-right:10px;
}
.getwidth > ul > li a:hover
{
	color:#333;
}
.getwidth > ul > li a:hover i
{
	border:1px solid #ccc;
}
.box-product .box
{
	width:19.8%;
	height:225px;
}
.box_news
{
	width:31.333333333%;
	float:left;
	margin:10px 1%;
}
.box_news img
{
	width:40%;
	float:left;
	margin-right:10px;
}
.box_news .title
{
	font-family:'roboto regular';
	font-size: 16px;
	color:#34495e;
}
.tit_related
{
	font-family:'roboto regular';
	font-size:16px;
	text-transform:uppercase;
	color:#f60;
	margin-top:30px;
	font-weight:normal;
}
.news_related
{
	margin:0;
	padding:0;
	float:left;
}
.news_related li
{
	float:left;
	width:100%;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px dotted #ccc;
}
.news_related li img
{
	width:40%;
	margin-right:10px;
	float:left;
}
.news_related li .title
{
	font-family:'roboto regular';
	font-size:13px;
	color:#333;
}
.description img
{
	max-width:100%;
}
.description iframe
{
	width:100% !important;
}
.comment
{
	float:left;
	width:100%;
}
.colright, .colright1
{
	min-height:500px;
}
.sp
{
	position:relative;
	float:right;
}
.sp:hover .sp_popup
{
	display:block;
}
.sp_popup
{
	width:502px;
	margin: auto 0;
	position:absolute;
	border:1px solid #34495e;
	top:44px;
	left:0;
	display:none;
}
.sp_inner
{
	float:left;
	width:100%;
	background:#fff;
}
.sp_border
{
	border:1px dotted #ccc;
	margin:40px 30px 30px;
	width:440px;
	position:relative;
	padding:30px 0 10px;
	float:left;
}
.sp_title
{
	position:absolute;
	top:-30px;
	left:-10px;
}
.sp_close
{
	position:absolute;
	right:-22px;
	top:-32px;
	cursor:pointer;
}
.sp_box
{
	width:33.33%;
	text-align:center;
	float:left;
}
#cboxTitle
{
	color:#333;
	text-transform:uppercase;
	font-size:14px;
}
.fanpage
{
	width:30%;
	float:right;
	text-align:right;
}
.fanpage iframe
{
	width:100%;
}
.colleft1
{
	width:28%;
	float:left;
	background:#eee;
	padding:10px 1%;
}
.contact-form
{
	float:left;
	width:100%;
}
.contact-form input[type="text"]
{
	width:100%;
}
.contact-form h3
{
	font-size:24px;
	margin-top:10px;
	border-bottom:1px dotted #ccc;
	padding-bottom:5px;
}
.colright2
{
	width:68%;
	float:right;
}
.contact-info iframe
{
	width:100%;
	height:500px;
}