/*
Theme Name: Custom Icon Design
Theme URI: http://www.customicondesign.com
Author: Bill Mark
Author URI: http://www.customicondesign.com/
Description: The customicondesign theme is designed for customicondesign.com
Version: 1.0
License: Personal Use License
License http://www.customicondesign.com/
Tags: icon, design, custom, free, download.
*/

/* =Reset default browser CSS. Based on work by Bill Mark: http://customicondesign.com
-------------------------------------------------------------- */
/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/

body{
	background: url(image/bg.png);
	font: .81em/150% Arial, Helvetica, sans-serif;
	color: #444;	
	margin:0;
	padding:0;
	-webkit-text-size-adjust: none
}

html { margin-top: 0 !important; } 
* html body { margin-top: 0 !important; } 
a {
	color: #5a5a5a;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 1.2em 0 0;
	padding: 0;
}

/* list */
ul, ol {
	margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 140%;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;
}

/* headings */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
/*	margin: 10px 0 .4em; */
	color: #414141;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 2em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/
#page{
	width: 1020px;
	margin: 30px auto;
	position: relative;	
	top:27px;
	left:0;
	overflow:hidden;
	border-top: 1px solid transparent; /* FF fix */
}

/************************************************************************************
HEADER
*************************************************************************************/
* html #header {
 /*   position: absolute; */
}
#header{
	height: 57px;
	width: 100%;
	background: url(image/header-bg.png) repeat-x top;
	position: fixed;
	top: 0;
	z-index: 100;
	-moz-box-shadow: 0 3px 3px #a4a4a4;
	-webkit-box-shadow: 0 3px 3px #a4a4a4;
	box-shadow: 0 3px 3px #a4a4a4;
}
#header-wrap{
	width: 1020px;
	margin: 0 auto;
}
header h1.logo {
	margin: 3px 0 0 0;
	float: left;
}

header h1.logo a {
	width: 51px;
	height: 49px;
	display: block;
	background: url(image/logo.png) no-repeat 0 0;
	font: 0/0 a;
    text-shadow: none;
    color: transparent;
}

header .shopping {
	width:135px;
	height: 30px;
	float: right;
	padding: 0;
	
}
header .shopping a{
	height: 30px;
	display: block;
	background: url(image/cart.png) no-repeat right;
	padding: 0 45px 0 0;
	color: #ff9300;
	text-align:right;
	line-height:30px;
	vertical-align:middle;
}
header nav.primary{
	width: 770px;
	float:left;
}
nav.primary ul {
	margin:0 0 0 20px;
	padding:0;
	display: block;
}
#menu-icon {
	display: none; /* hide menu icon initially */
}

nav.primary ul li {
	margin:0;
	padding:0;
	display: inline;
	float: left;
	position: relative;
}

nav.primary ul li a {
	display: inline-block;
	line-height: 57px;
	padding: 0 14px 0 14px;
	color: #8a8a8a;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0.08em;
	vertical-align:middle;
}

nav.primary ul li.current_page_item a {
	background: #232323;
	color: #ffffff;
	cursor: pointer;
	text-decoration: none;
	background-image: none;
}

nav.primary ul li.current_page_ancestor a {
	background: #232323;
	color: #ffffff;
	cursor: pointer;
	text-decoration: none;
}

nav.primary ul li a:hover {
	background: #232323;
	color: #ffffff;
	cursor: pointer;
	text-decoration: none;
}

/************************************************************************************
banner
*************************************************************************************/
#banner{
	overflow: hidden;
	margin:30px 0;
	-moz-box-shadow: 0 0 3px #cdcdcd;
	-webkit-box-shadow: 0 0 3px #cdcdcd;
	box-shadow: 0 0 3px #cdcdcd;
}

figure {
	padding: 5px;
	margin:0;
	border: 1px solid #ededed;
	background: #ffffff;
	line-height: 0px;
	-moz-box-shadow: 0 0 3px #cdcdcd;
	-webkit-box-shadow: 0 0 3px #cdcdcd;
	box-shadow: 0 0 3px #cdcdcd;
}
/************************************************************************************
content
*************************************************************************************/
#primary{
	float: left;
	margin: 0 -26% 0 0;
	width: 100%;
}

#content{
	margin: 0 31.4% 0 0;
	width: 68.6%;
	overflow:hidden;	
}

#secondary {
	float: right;
	width: 25.5%;
	margin-bottom:30px;
	padding-bottom: 30px;
}
article,#img-box{
	margin:0 0 30px;
	padding:0 0 30px;
	overflow:hidden;
}
figure.show-img{
	width: 80%;
	
}
figure.show-img1{
	width: 91px;
	overflow:hidden;
	float:left;	
	margin-top:10px;
	
}
figure.padding-small{
	padding: 3px;
}
.post{
	background:url(image/box-bg.png);
	overflow:hidden;
}
.post1{
	background: #fff;
	overflow:hidden;
}

.post2 {
	background: #f3f3f3;
	overflow: hidden;
}
div.small-img{
	float: right;
	margin: 0 0 0 -25.3%;
	width: 100%;
	
}
.post-content{
	float: right;
	margin: 0 0 0 -34.2%;
	width: 100%;
}
div.show-smallimag{
	margin:0 0 0 26%;
}
.post-maincontent{
	margin:0 4.3% 30px 34.2%;
	padding:0;
	overflow:hidden;
}
div.big-img{
	width:25%;
	float:left;	
}
div.figure1{
	width:29%;
	float:left;	
	margin:4.2% 0 4.2%;
/*	padding-lfet: 12.5%;*/
	display:inline;

}

div.figure2{
	width:29%;
	float:left;	
	margin:5px 0 0;
	display:inline;
}
div.clear{
	clear:both;
	height:0;
}
.border-bottom{
	-moz-box-shadow: 0 1px 0 #fafafa;
	-webkit-box-shadow: 0 1px 0 #fafafa;
	box-shadow: 0 1px 0 #fafafa;
	border-bottom: #c9c9c9 1px solid;
}
.padding-bottom{
	padding:0 0 15px;
}
.hidden{
	overflow:hidden;
}
.hidden1{
	overflow:hidden;
}
.padding-bottom30{
	padding:0 0 30px;
}
.margin-bottom{
	margin: 0 0 34px 0;
}
.margin-bottom1 {
	margin: 0 0 25px 0;
}
.margin-bottom2 {
	margin: 0 0 87px 0;
}

.margin-space {
	margin: -22px 0 12px;
}
.padding-top{
	padding:10px 0 0;
}
.padding-topbottom{
	padding:20px 25px;
}
.padding-right{
	padding: 0 4.2% 0 0;
}
.margin-right{
	margin:0 5% 0 0;
}
.margin-right1{
	margin:0 4px 0 0;
}
.margin-top{
	margin:30px 0 0;
}
.margin-top1{
	margin:90px 0 0;
}
.margin-top2{
	margin:60px 0 0;
}
.margin-top3{
	margin:46px 0 0;
}
.margin-left{
	margin: 0 0 0 15.7%;
}
.margin-left1{
	margin: 0 0 0 5px;
}
.margin-topbottom{
	margin: 30px 0 45px;
}
.floatleft{float:left;}
.floatright{float:right;}
#secondary ul{
	margin:0;
	padding:0;
}
#secondary ul li{
	padding: 15px 0 20px 80px;
	margin:10px 0 10px 0;
	overflow:hidden;
	list-style:outside none;
}
#secondary ul li.first{ 
	background: url(image/list1.png) no-repeat left;
}
#secondary ul li.sec{ 
	background: url(image/cal1.png) no-repeat left;
}
#secondary ul li.third{ 
	background: url(image/24-7.png) no-repeat left;
}
#secondary ul li.forth{ 
	background: url(image/trash.png) no-repeat left;
}
#secondary ul li.fifth{ 
	background: url(image/United-states.png) no-repeat left;
}
#secondary ul.blogcat {
	margin:10px 0 0;
}
#secondary ul.blogcat li{
	padding: 5px 0;
	margin:0;
}
#secondary ul.blogcat li a{
	display:block;
	padding:0 0 0 23px;
	background: url(image/arrow.png) left no-repeat;
	color: #000;
	text-decoration:none;
	cursor: pointer;
}
#secondary ul.blogcat li a.active{
	background: url(image/arrow-active.png) left no-repeat;
	color: #ff9300;
}
#secondary ul.blogcat li a:hover{
	background: url(image/arrow-active.png) left no-repeat;
	color: #ff9300;
}


#footer{
	background:#ffffff;
	overflow: hidden;
}
.footer1{
	margin:20px auto 35px;
	width: 1020px;
	overflow: hidden;
}
#footer a{
	padding:0 20px;
	color:#5a5a5a;
	font-weight: 700;
}
#footer a.firstone{
	padding:0 20px 0 0;
}	
#copyright{
	margin: 10px 0;
	font-weight:700;
	font-size:12px;
	color:#5a5a5a;
}
.contact{
	margin: 10px 0 0;
	width:200px;
	overflow:hidden;
	float:left;
}
h3.contacth{
	color: #616161;
	font-size:24px;
	font-weight:400;
	margin: 0 0 5px;
}
ul.channels{
	margin:0;
	padding:0;
}
ul.channels li{
	height:33px;
	width:33px;
	padding: 0;
	margin:0 9px 0 0;
	float: left;
	list-style:none;
	
}
ul.channels li a{
	font : 0/0 a;  
	text-shadow : none;  
	color : transparent;
	display:block;
	height:33px;
}
ul.channels li.msn{
	background:url(image/spirit.png) no-repeat 0 0;
}
ul.channels li.skype{
	background:url(image/spirit.png) no-repeat -40px 0;
}
ul.channels li.talk{
	background:url(image/spirit.png) no-repeat -82px 0;
}
ul.channels li.yahoo{
	background:url(image/spirit.png) no-repeat -124px 0;
}
ul.channels li.facebook{
	background:url(image/spirit.png) no-repeat 0 -40px;
}
ul.channels li.rss{
	background:url(image/spirit.png) no-repeat -41px -40px;
}
ul.channels li.twitter{
	background:url(image/spirit.png) no-repeat -83px -40px;
}
ul.channels li.dribble{
	background:url(image/spirit.png) no-repeat -124px -40px;
}
.entry-meta {
	display: inline;
	background: #e3e3e3;
	padding:3px 10px;
	height:27px;
	line-height:25px;
	color: #737373;
}
.text{
	padding-top: 0px;
	margin-top: -5px;
}
time.entry-date{ margin-right:20px;}
.entry-meta a{
	color: #737373; 
	text-decoration:none;
	padding-left:21px;
	background:url(image/comment.png) left no-repeat;
	
}
.entry-meta a:hover{
	color: #aaa;
}
p.more-link-wrap{
	float: right;
	margin-bottom:10px;
}
.box{
	margin-top: 14px;
	border: #cacaca 1px solid;
	overflow:hidden;
	width: 97%;
	padding-bottom:5px;
}
.box-title{
	height: 32px;
	line-height: 32px;
	padding-left: 15px;
	background:#cacaca;
	vertical-align:middle;
	font-size:18px;
	color:#444;
}
.box ul{
	padding:0;
	margin: 0;
}
.box ul li {
	margin:0 0 0 10px;
	display:block;
	list-style-type:circle;
	list-style-position:inside;
	float:left;
	padding: 2px 20px 2px 15px;
	background:url(image/circle.png) 0 6px no-repeat;
}
.box ul li.nofloat{
	margin: 10px 0 0 10px;
	float:none;
}

.text-color{
	color: #ff9300;
}
.text-weight{
	font-weight:700;
}
.text-size{
	font-size:14px;
}
.padding{
	padding: 5px 25px;
}
.box-left{
	padding:3px 0;
	width: 70%;
	overflow: hidden;
	float: left;
	line-height:28px;
	vertical-align:middle;
}
.box-right{
	width: 94px;
	overflow: hidden; 
	float: right;
	margin: 6px 0 0;
}
.box-right a.shoppingcart{ 
	width: 94px;
	height: 22px;
	background:url(image/spirit.png) 0 -87px no-repeat;
	font: 0/0 a;
    text-shadow: none;
    color: transparent;
	display:block;
}
.box-right a.shoppingcart:hover { 
	width: 94px;
	height: 22px;
	background:url(image/spirit.png) 0 -112px no-repeat;
	font: 0/0 a;
    text-shadow: none;
    color: transparent;
	display:block;
}
ul.tabs {
	width:100%;
	margin: 0;
	padding: 0;
}
ul.tabs li{
	margin: 0;
	padding: 0;
	height: 32px;
	width: 25%;
	line-height: 32px;
	vertical-align: middle;
	text-align: center;
	float: left;
	background: url(image/tab_bg.png) repeat;
	
	list-style:none;
}

ul.tabs li:last-child a.tab {
	background-image: none;
}

ul.tabs li a.tab{
	display: block;
	background:url(image/spe.png)  bottom right no-repeat; 
	font-size: 14px;
	color: #7c7c7c;
	font-weight:700;
	text-decoration:none;
}
ul.tabs li a.tab:hover {
	color: #ff9300;
}
ul.tabs li a.active {
	background:#fff;
	color: #ff9300;
}
#content_2, #content_3, #content_4 { display:none; }
.content {
	margin: 40px 30px;
}
.boxwidth1{
	width: 390px;
	overflow:hidden;
}

.boxwidth2 {
	width: 215px;
	overflow:hidden;	
}

span.color1 {
	color: #ff9300;
}
span.color2 {
	color: #b80000;
}
div.download {
	margin: 11px 20px 20px;
}
div.download a {
	width: 154px;
	height: 26px;
	background:  url(image/spirit.png) 0 -167px no-repeat;
	display:block;
	font: 0/0 a;
    text-shadow: none;
    color: transparent;
}

div.download a:hover {
	background:  url(image/spirit.png) 0 -139px no-repeat;
}
div.border{
	border: #cacaca 1px solid;
}
div.height1 {
	
	height:28px;
	
	
}
a.icondownload {
	line-height:28px;
	width:45px;
	height:28px;
	vertical-align:middle;
	margin: 0px 0 0 20px;
	color: #333;
	display: inline;
	float:left;
	text-align:right;
}
a.icondowload1 {
	background:  url(image/spirit.png) -156px -63px no-repeat;
}

a.icondowload2 {
	background:  url(image/spirit.png) -156px -119px no-repeat;
}
a.icondowload3 {
	background:  url(image/spirit.png) -156px -91px no-repeat;
}
ul#icon_list{
	margin:10px 0px 30px;
	padding:0;
	 overflow: hidden;
	
}
ul#icon_list li {
	width: 90px;
	overflow:hidden;
	float:left;
	list-style: none;	
	margin:0 0 5px;
	padding: 0;
	height: 90px;
	
}
ul#icon_list li img {
	margin: 0 auto;
	display:block;
}
span.texttd{
	line-height:18px;
	height:36px;
	overflow:hidden;
	display:block;
	margin: 0 auto;
	text-align:center;
	vertical-align:top;
}
.hidden {
	display: none;
	
}
div#pop-up {
 	display: none;
    position: absolute;
    width: 256px;
    overflow: hidden;
    padding: 7px 10px 14px;
    background: #f8f8f8;
    color: #ff9300;
    font-size: 14px;
    font-weight: 700;
    border-radius: 3px;
    -moz-border-radius: 3px; 
    -webkit-border-radius: 3px;
	-moz-box-shadow: 0 3px 3px #d5d5c5;
	-webkit-box-shadow: 0 3px 3px #d5d5c5;
	box-shadow: 0 3px 3px #d5d5c5;
	text-align:center;
	z-index: 99;
}
div.close {
	width: 17px;
	height: 17px;
	float: right;
	background: url(image/close.png) 0 0 no-repeat;
	cursor: pointer;
}

div.shopping1 {
	width: 120px;
	height:27px;
	float: left;
	line-height: 27px;
	background: #73bbff;
	margin:20px 0 5px 12px;
}

div.checkout1 {
	width: 77px;
	height:27px;
	float: right;
	line-height: 27px;
	background: #cf3535;
	margin:20px 12px 5px 0;
}

div.shopping1 a, div.checkout1 a {
	font-weight: 400;
	font-size: 12px;
	color: #fff;
	display: block;
	text-align: center;
	text-decoration: none;
}

span.spantitle {
	background: #cfcece;
	padding: 5px 30px 5px 5px;
	margin: 0px 0 20px 0px;
	font-weight: 700;
	
}
.padding1 {
	padding: 9px 9px 20px;
}
ul#ul-freeicon {
	
	margin:0;
	padding:0 0 30px 0;
}
ul#ul-freeicon li {
	
	margin:0;
	padding: 0;
	list-style: outside none;
}
ul#ul-freeicon li a{
	display: block;
	padding: 5px 0 5px 20px;
	background: url(image/arrow.png) 5px no-repeat;
}
ul#ul-freeicon li a:hover {
	display: block;
	padding: 5px 0 5px 20px;
	background: url(image/arrow-active.png) 5px no-repeat;
	color: #ff9300;
}
ul#ul-freeicon li.current_page_item a {
	color: #ff9300;
	background: url(image/arrow-active.png) 5px no-repeat;
}

ul#ul-freeicon li.current_page_parent a {
	color: #ff9300;
	background: url(image/arrow-active.png) 5px no-repeat;
}

ul#ul-freeicon li.current-cat a {
	color: #ff9300;
	background: url(image/arrow-active.png) 5px no-repeat;
}

div.alignleft {
	float: left;
	width: 166px;
}

div.alignright {
	float: right;
	width: 166px;
}

div.navigation a {
	display: block;
	height:23px;
	line-height:23px;
	vertical-align:middle;
	font-size:18px;
	font-weight: 700;
	text-decoration:none;
}

div.alignleft a {
	padding-left: 40px;
	background: url(image/spirit.png) -166px -148px no-repeat;
}

div.alignleft a:hover {
	background: url(image/spirit.png) -166px -174px no-repeat;
	color: #ff9300;
}

div.alignright a {
	padding-right: 40px;
	background: url(image/spirit.png) -34px -228px no-repeat;
}

div.alignright a:hover {
	background: url(image/spirit.png) -34px -202px no-repeat;
	color: #ff9300;
}
div.title {
	margin:20px 0;
}
div.title1 {
	padding:20px 0;
}
a.color1 {
	color: #ff9300;
	text-decoration: none;
}
a.color1:hover {
	text-decoration: underline;
}

a.color2 {
	color: #73bbff;
	text-decoration: none;
}
a.color2:hover {
	text-decoration: underline;
}

h1 span{
	font-size: 16px;
	color: #777;
}

ul.commentlist {
	margin:10px 0;
	padding:0;
	border-top: #fafafa 1px solid;
	-moz-box-shadow: 0 -1px 0 #c9c9c9;
	-webkit-box-shadow: 0 -1px 0 #c9c9c9;
	box-shadow: 0 -1px 0 #c9c9c9;
}
ul.commentlist li {
	padding:0;
	margin:0;
	list-style: none;
	
}
article.comment {
	padding:20px 0;
	margin:0;
	border-bottom: #dedede 1px solid;
	-moz-box-shadow: 0 1px 0 #fafafa;
	-webkit-box-shadow: 0 1px 0 #fafafa;
	box-shadow: 0 1px 0 #fafafa;
}
.comment-author {
	float: left;
	width:68px;
}
.comment-content {
	float: right;
	margin: 0 0 0 -80px;
	width: 100%
}
.comment-content-content {
	margin-left: 80px;
}
span.small-text {
	font-size: 10px;
	color: #6c6c6c;
}
a.url {
	color: #0b68b0;
	font-size: 16px;
	font-weight: 700;
}

span.url {
	color: #0b68b0;
	font-size: 16px;
	font-weight: 700;
}

#commentform label{
	width: 150px;
	margin-left: 10px;
	font-size: 18px;
	color: #6c6c6c;
}
#commentform input{
	width:220px;
}
#commentform textarea {
	width: 80%;
}
span.required {
	font-size: 12px;
}

h3#reply-title{
	font-size: 20px;
	color: #ff9300;
	font-weight: 700;
}

div.reply {
	margin-top:20px;
}
input#submit {
	width: 73px;
	height: 26px;
	float: right;
	margin-right: 18.8%;
	border: 0;
	padding: 0;
}
div.note {
	background: url(image/note.png) left top no-repeat;
	padding: 25px 0 15px 60px;
	font-size: 18px;
	font-weight:700;
	margin: 13px 0 0;
}

ul#intro{
	margin:0;
	padding:0;
}
ul#intro li {
	list-style:none;
	margin:0;
	padding: 0;
}
ul#intro li a{
	display:block;
	padding:0 0 0 20px;
	line-height:40px;
	height: 40px;
}
ul#intro li.current_page_item a{
	background-color: rgba(207, 207, 207, 0.6);
	background-image: none;

}
ul#intro li a:hover{
	background: rgba(207, 207, 207, 0.6);
}

#wpcf7-f302-p50-o1 input{
	width: 210px;
}
label{
	display: inline;
	margin-left: 10px;
	font-size: 18px;
	color: #6c6c6c;
}
#wpcf7-f302-p50-o1 input.wpcf7-submit{
	width: 91px;
	margin-right:9%;
}
span.wrong { 
	text-decoration: line-through;
}
span.bigspan {
	font-size: 18px;
}

div.checkout {
	width: 97px;
	height: 26px;
	display: inline;
	float: right;
	margin-right: 10px;
	position: relative;
	top: -7px;
}
div.checkout a {
	width: 97px;
	height: 26px;
	background: url(image/spirit.png) no-repeat 0 -263px;
	font: 0/0 a;
    text-shadow: none;
    color: transparent;
	display: block;
}
div.bg1{
	background: #dbdbdb;
}
a.back {
	width: 85px;
	height: 26px;
		background: url(image/spirit.png) no-repeat -108px -263px;
	font: 0/0 a;
    text-shadow: none;
    color: transparent;
	display: block;
	
}

img.image-center {
	display:block;
	margin: 30px auto 0;
}

.post ul#discount{
	overflow: hidden; 
	padding: 0;
	margin: 0;  
	
	}
.post ul#discount li{
	 float:left; width: 32.36%; border-bottom: 1px solid #dcdcdc; list-style:none; display: inline;  padding:0; overflow:hidden;
	 margin-bottom: -10000px;
	 padding-bottom: 10000px;
	 
	 
	 }
.post ul#discount li:nth-child(3n){ width: 35.28%;}

.post ul#discount 	li:nth-child(4){ border: 0; 
	-moz-box-shadow: 0 0;
	-webkit-box-shadow: 0 0;
	box-shadow: 0 0;
	}
.post ul#discount 	li:last-child{border: 0;
	-moz-box-shadow: 0 0 ;
	-webkit-box-shadow: 0 0;
	box-shadow: 0 0;
}	

.post ul#discount li .li-content{
	
	margin: 30px 0 30px 9.99%;
	overflow:hidden;
	position:relative;
	}

.post ul#discount li .li-content1 {

	margin: 0 0 30px 9.99%;
	overflow: hidden;
	position: relative;
}
.post ul#discount li:nth-child(3n) .li-content{
	margin: 30px 9%;
	
}
.li-content .title{
	font-weight: 700;
	font-size: 20px;
	line-height: 31px;
	height:31px;
	float:left;
	width: 150px;
	margin-top: 0;
}
.li-content .button{
	width: 69px;
	height:31px;
	float:right;
	display: block;
	
}
.li-content .button a{
	width: 69px; 
	height: 31px;
	display:block;
	background: url(image/spirit.png) no-repeat 0 -290px;
	line-height: 31px;
	color: #fff;
	font-size:10px;
	font-weight: 700;
	text-decoration: none;
	font-family: Arial;
	text-align: center;
}
.li-content .button a:hover {
	background: url(image/spirit.png) no-repeat 0 -322px;
}
.li-content .button a .addtocart {
	display: none;
	position: relative;;
	left: -2px;
}
.box-shadow{
	-moz-box-shadow: 0 0 3px #cdcdcd;
	-webkit-box-shadow: 0 0 3px #cdcdcd;
	box-shadow: 0 0 3px #cdcdcd;
}
.image-content{display:block; height: 213px; max-width: 298px; position:relative; overflow:hidden;}

.discount-inner-content-bg{
		background: #fff;
	}
#discount-inner-intro-wrap{
	padding: 30px;
	overflow: hidden;
	min-height: 450px;
}
#discount-inner-content{
	margin-right: 300px;
	position: absolute;
	overflow:hidden;
	padding: 0;
}


div.figure-discount{
	width: 43%;
	float:left;	
	position:relative;
	display:block;
	overflow: hidden;
}
div.discount-inner-intro{
	width:44.5%;
	padding: 0;
	float:left;
	margin: 0 4.37%;
	display:inline;
	overflow:hidden;
	position: relative;
}

div.benefit-wrap{
	width: 270px;
	float: right;
	overflow: hidden;
	background: #efefef;
	display: inline;
}

div.benefit-content{
	margin: 20px;
	overflow:hidden;
	position: relative;
	
}

ul#icon_list1{
	margin:10px 0px 30px;
	padding:0;
	 overflow: hidden;
	
}
ul#icon_list1 li {
	width: 80px;
	overflow:hidden;
	float:left;
	list-style: none;	
	margin:0 0 5px;
	padding: 0;
	
}
ul#icon_list1 li img {
	margin: 0 auto;
	display:block;
}
span.span-title,span.span-price {
	display: none;
	
}

.ad-bottom {
	display: inline;
	overflow: hidden;
	float: left;
	width: 330px;
	margin: 20px 0 0;
}
#footer .ad-bottom a {
	padding: 0;
}

#bsap_1296407 a {
	color: #5a5a5a;
    font-weight: 700;
	width: 120px;
	height: 90px;
	display: inline-block;
	border: 1px solid #ccc;
	line-height: 90px;
	text-align: center;
	text-decoration: none;
	background: #e7e7e7;
}
#bsap_1296407 a:hover {
	background: #ddd;
}
#bsap_1296407 a.ad1, #bsap_1296407 a.ad3 {
	margin-right: 15px; 
}

h2.padding-h {
	padding: 30px 0 30px 30px;
}
.div-center {
	text-align: center;
}

.span-14 {
	font-size: 14px;
}

a.a-strong {
	font-weight: 700;
}

.banner {
	overflow: hidden;
	border-bottom: 1px solid #d4d4d4;
	font: 0/0 a;
}

.des-box {
	overflow: hidden;
	background: #f4f4f4;
	padding: 50px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #d4d4d4;

}

.benefit-box {
	float: left;
	width: 45%;
	overflow: hidden;
}

.benefit-box h3 {
	font-size: 26px;
	font-weight: 700;
}

.download-box {
	float: right;
	width: 354px;
	overflow: hidden;
}

span.orange-span {
	color: #fe9a21;
	font-size: 18px;
	font-weight: 700;
}

.download-box a.button {
	width: 320px;
	height: 78px;
	float: right;
	background: url(image/download-pre.png) no-repeat;
}

.left-padding {
	margin-left: 34px;
}
.left-padding a {
	font-size: 14px;
	text-decoration: underline;
	color: #5dc9d1;
}

.icon-all-size {
	background: #fff;
	padding: 70px 30px;
}

.icon-all-size h3, .list-icons h3 {
	font-size: 32px;
	font-weight: 700;
	text-align: center;
}

.list-icons {
	background: #f7f7f7;
	padding: 70px 50px;
}

nav.primary ul li.page-item-910 a {
	background: url(image/spirit.png) no-repeat -73px -310px;
	color: #fffced;
}

nav.primary ul li.page-item-910 a:hover {
	background-image: none;
	background-color: #232323;


