  /************End Global**************/
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.6em;
}
/************End Global**************/

/************End Global**************/
.btn {
	display: inline-block;	
}
/************End Global**************/


/************Structure**************/
.logo {
	margin: 0;
	font-size: 1.6em;
	position: relative;
	z-index: 1;
}
.logo a {
	display: block;
	width: 120px;
	height: auto;
	padding: 0.6em 1em 0.4em 0.7em;
}
.logo img {
	width: 120px;
	height: auto;	
}
.nav-anchors {
	display: none;
}
.nav {
}
header[role="banner"] .nav {
	float: left;
	clear: none;
	margin: 0;
	border-top: 0;
}
.search {
	border: 0;
	padding: 0;
	position: absolute;
	top: 0.8em;
	right: 1em;
	width: 25em;
    text-align:right;
}
.queryselectorall .search, .queryselectorall [role="banner"] .nav {
	display: block;
}
.product-main {
	padding-bottom: 2em;
}
.product-img {
	float: left;
	width: 50%;
	height: auto;
	margin-top: -4.8em;
}
.product-main > header {
	padding-top: 1em;
}
.product-main > header, .product-desc, .product-form, .product-utils, .product-description {
	padding-left: 2em;
	margin-left: 50%;
}
/*Aux content*/
.aux {
	padding: 1em 0;
}
.aux header {
	cursor: default;
	padding: 0;
	border: 0;
	
}
.aux header a:after, .aux header a.open:after {
	content: "";
}
[aria-hidden="true"] {
	display: block;
}
.product-description header {
	display: none;
}
.reviews {
	padding-bottom: 3em;
}

/*Footer*/
.footer ul {
	margin: 0;	
}
.footer .nav {
	float: left;	
}
.footer .nav li a {
	padding: 0.4em;
	line-height: 1;
}
.footer ul.service-links {
	margin-top: 0.4em;
}
.service-links li.tel {
	display: inline-block;
}	
.service-links li.tel a {
	display: inline;	
}

/************End Structure**************/
@media screen and (min-width: 40.5em) and (max-width: 45em) {

    .hotnews li{
        width:100%;
    }

}

@media screen and (min-width: 45em) {
	
    .hotnews li{
        width:48%;
    }
    
}

/************Comment Mode**************/
#comment-link { 
	position: fixed; 
	bottom: 0; right: 0; 
	z-index: 4; 
	width: 100px; 
	height: 100px; 
	overflow: hidden;
	line-height: 1;
}
.csstransforms #comment-link a { 
	-webkit-transform: rotate(-45deg); 
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg); 
	-ms-transform: rotate(-45deg); 
	width: 182px; 
	height: 100px; 
	margin-top: 40px;
	padding: 5px; 
	text-align: center; 
}
#comment-link a strong {
	display: block;
}
#comment-container {
	position: fixed;
	top: auto;
	padding: 1em 1em 4em;
	bottom: 0;
	left: 0;
	width: 100%;
	-webkit-transition: bottom 0.3s ease-out;
	-moz-transition: bottom 0.3s ease-out;
  	-webkit-transition: bottom 0.3s ease-out;
  	-ms-transition: bottom 0.3s ease-out; 
  	-o-transition: bottom 0.3s ease-out; 
  	transition:  bottom 0.3s ease-out;
}
#close-comments {
	display: block;	
}

/* For IE 7, which doesn't support display: inline-block; */
label, input,textarea, .nav-anchors li, .nav li, .price, .star, .star li, .product-img nav, .product-img nav li, .product-utils a, .reviews header h2, .footer li {
	zoom: 1;
	*display: inline;
}