body {
	background: url(mainback.png) repeat-x center top;
	background-attachment: fixed;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.42857;
}
.header-top {
	height: 100px;
}
#bodyWraper {
	background: none repeat scroll 0 0 #f1f1f1;
	border-radius: 0 0 7px 7px;
	padding: 10px 0;
}
nav ul, nav ol {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
nav#menu ul li {
	border-left: 1px solid #c6c6c6;
	border-right: 1px solid #f8f8f8;
	float: left;
	font-size: 18px;
}
nav#menu ul li:first-child {
	border-left: medium none;
}
.menu a {
	font-size: 17px;
	font-weight: bold;
}
nav#menu ul li a {
	color: #39555b;
	display: inline-block;
	padding: 13px 15px;
	text-decoration: none;
	text-shadow: 0 1px #fff;
}
nav#menu ul li a.current {
	color: #c1aa12;
}
.base {
	height: 90px;
	position: absolute;
	right: 0;
	top: 0;
	width: 90px;
}
h1 {
	color: #444;
	font-size: 24px;
}
p {
	color: #444;
}
ul.button-wrapper li a.left {
	-moz-border-radius: 7px 0 0 7px;
	-webkit-border-radius: 7px 0 0 7px;
	border-radius: 7px 0 0 7px;
	display: inline-block;
	padding: 0 15px;
	text-decoration: none;
	color: #333;
	text-shadow: 0px 1px #fff;
	background: #fedb4d; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZGI0ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmM2MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #fedb4d 0%, #ffc600 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fedb4d), color-stop(100%, #ffc600)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fedb4d 0%, #ffc600 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fedb4d 0%, #ffc600 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fedb4d 0%, #ffc600 100%); /* IE10+ */
	background: linear-gradient(top, #fedb4d 0%, #ffc600 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fedb4d', endColorstr='#ffc600', GradientType=0 ); /* IE6-8 */
}
.rating {
	background: url(rating.png) no-repeat scroll center bottom rgba(0, 0, 0, 0);
	border-radius: 5px;
	float: left;
	height: 15px;
	line-height: 20px;
	margin: 20px 0 0 10px;
	overflow: hidden;
	width: 90px;
}
a {
	color: #caa600;
}
a:visited {
	color: #4176e3;
}
a:hover {
	color: #06e;
}
a:focus {
	outline: thin dotted;
}
a:hover, a:active {
	outline: 0 none;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
blockquote {
	margin: 1em 40px;
}
dfn {
	font-style: italic;
}
hr {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #ccc -moz-use-text-color -moz-use-text-color;
	border-image: none;
	border-right: 0 none;
	border-style: solid none none;
	border-width: 1px 0 0;
	display: block;
	height: 1px;
	margin: 1em 0;
	padding: 0;
}
ins {
	background: none repeat scroll 0 0 #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background: none repeat scroll 0 0 #ff0;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
pre, code, kbd, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
pre {
	white-space: pre-wrap;
	word-wrap: break-word;
}
q {
	quotes: none;
}
q:before, q:after {
	content: none;
}
small {
	font-size: 85%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
ul, ol {
	margin: 1em 0;
	padding: 0 0 0 40px;
}
dd {
	margin: 0 0 0 40px;
}
nav ul, nav ol {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
img {
	border: 0 none;
	vertical-align: middle;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 0;
}
form {
	margin: 0;
}
fieldset {
	border: 0 none;
	margin: 0;
	padding: 0;
}
label {
	cursor: pointer;
}
legend {
	border: 0 none;
	padding: 0;
}
.sidebar_links {
	overflow: hidden;
}
.sidebar_links a {
	background: url(bullet.png) no-repeat left 6px;
	padding: 0 0 0 18px;
	float: left;
	width: 100%;
	box-sizing: border-box;
	margin: 5px 0;
}
button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
}
button, input {
	line-height: normal;
}
table button, table input {
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
}
input[type="search"] {
	box-sizing: content-box;
}
button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0 none;
 padding: 0;
}
textarea {
	overflow: auto;
	resize: vertical;
	vertical-align: top;
}
input:valid, textarea:valid {
}
input:invalid, textarea:invalid {
 background-color: #f0dddd;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td {
	vertical-align: top;
}
p {
	color: #444;
}
h1 {
	color: #444;
	font-size: 24px;
}
.wraper {
	border-radius: 7px;
	padding: 10px 0;
	width: 1024px;
	margin: 0 auto;
}
.header-top {
	height: 100px;
}
img#logo {
	margin-top: 20px;
}
.divider {
	border-bottom: 1px dashed #fff;
	border-top: 1px dashed #ccc;
	display: block;
	height: 0;
	margin: 30px 0;
	position: relative;
}
.more {
	height: 30px;
	left: 290px;
	position: absolute;
	top: -18px;
	width: 30px;
}
.more a {
	background: none repeat scroll 0 0 #999;
	border-radius: 100%;
	color: #fff;
	line-height: 30px;
	margin: 0 auto;
	padding: 16px 10px;
	text-decoration: none;
}
.more a:hover {
	background: none repeat scroll 0 0 #f90;
}
ul.button-wrapper {
	float: left;
	font-family: 'PTSansRegular';
	font-size: 18px;
	font-weight: 500;
	padding: 0;
	text-decoration: none;
	margin: 10px 10px 0 0;
}
ul.button-wrapper li {
	float: left;
	line-height: 40px;
	list-style: none outside none;
	margin: 0;
}
ul.button-wrapper li a.left {
	background: -moz-linear-gradient(center top, #fedb4d 0%, #ffc600 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-radius: 7px 0 0 7px;
	color: #333;
	display: inline-block;
	padding: 0 15px;
	text-decoration: none;
	text-shadow: 0 1px #fff;
}
ul.button-wrapper li a.right {
	background: -moz-linear-gradient(center top, #1d5082 0%, #234a6f 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-radius: 0 7px 7px 0;
	color: #fff;
	display: inline-block;
	padding: 0 15px;
	text-decoration: none;
}
ul.button-wrapper li a.right {
	-moz-border-radius: 0 7px 7px 0;
	-webkit-border-radius: 0 7px 7px 0;
	border-radius: 0 7px 7px 0;
	display: inline-block;
	padding: 0 15px;
	text-decoration: none;
	color: #FFF;
	background: #1d5082; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU0NTQ1NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMzMzMzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #1d5082 0%, #234a6f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1d5082), color-stop(100%, #234a6f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1d5082 0%, #234a6f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1d5082 0%, #234a6f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #1d5082 0%, #234a6f 100%); /* IE10+ */
	background: linear-gradient(top, #1d5082 0%, #234a6f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d5082', endColorstr='#234a6f', GradientType=0 ); /* IE6-8 */
}
.ratingBoardWrapper {
	background: none repeat scroll 0 0 #fff;
	border-radius: 4px;
	margin: 0 0 10px 10px;
	padding: 10px;
}
.ratingBoard {
	margin: 5px 0;
}
.ratingBoard .title {
	background: url(bg-rightbox.gif) repeat-x left top;
	border-bottom: 1px solid #ccc;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	height: 40px;
	line-height: 40px;
	padding: 0 5px;
}
.ratingBoard span.rank, .ratingBoard span.pro, .ratingBoard span.rat {
	color: #fff;
	float: left;
	text-align: center;
}
.ratingBoard span.rank {
	border-right: 1px solid #000;
	width: 40px;
}
.ratingBoard span.pro {
	border-left: 1px solid #666;
	border-right: 1px solid #000;
	color: #fff;
	float: left;
	width: 110px;
}
.ratingBoard span.rat {
	border-left: 1px solid #666;
	color: #fff;
	float: left;
	width: 100px;
}
.ratingDetailsWraper {
	background: none repeat scroll 0 0 #eee;
	width: 100%;
	overflow: hidden;
}
.ratingrow span.count {
	background: url(count-bg.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: #fff;
	display: inline-block;
	float: left;
	font-size: 16px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	margin: 0 0 0 5px;
	padding-left: 10px;
	position: relative;
	width: 30px;
}
.linetd {
	background-color: #f1f1f1;
}
.ratingrow span.pro-details {
	float: left;
	overflow: hidden;
	width: 110px;
}
.ratingrow span.pro-details {
	float: left;
	margin-right: 5px;
	overflow: hidden;
	width: 110px;
}
.ratingrow span.rate {
	background: url(rating.png) no-repeat scroll center bottom rgba(0, 0, 0, 0);
	float: left;
	height: 15px;
	position: relative;
	width: 100px;
}
.star_4_5 {
	background-position: left -136px !important;
}
.star_4 {
	background-position: left -121px !important;
}
.star_3_5 {
	background-position: left -107px !important;
}
.star_3 {
	background-position: left -92px !important;
}
.star_2_5 {
	background-position: left -77px !important;
}
.star_2 {
	background-position: left -62px !important;
}
.star_1_5 {
	background-position: left -47px !important;
}
.star_1 {
	background-position: left -32px !important;
}
.star_0_5 {
	background-position: left -17px !important;
}
.star_0 {
	background-position: left top !important;
}
.ratingrow a.read {
	background: none repeat scroll 0 0 #caa600;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font-size: 11px;
	height: 20px;
	line-height: 20px;
	padding: 0 5px;
	position: absolute;
	right: 40px;
	text-decoration: none;
	top: 30px;
}
.ratingrow a.read:hover {
	background: none repeat scroll 0 0 #f90;
}
.ratingrow {
	border-bottom: 1px dotted #fff;
	clear: both;
	display: block;
	height: 40px;
	padding: 10px 0;
	position: relative;
}
.socialWraper {
	border-radius: 5px;
	box-shadow: 0 1px 0 0 #fff;
	margin-left: 10px;
	padding: 10px 12px;
}
.socialWraper img {
	margin: 3px 1px;
}
nav#menu {
	background: url(nav-bg.png) repeat-x left top #cecece;
	border-radius: 5px 5px 0 0;
	display: block;
	height: 52px;
}
nav#menu ul li a:hover {
	color: #999;
}
section.review {
	background: none repeat scroll 0 0 #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 10px;
	width: 100%;
	float: left;
	overflow: hidden;
}
section.review .product {
	float: left;
	margin: 10px;
	position: relative;
	padding: 8px;
	background: #efefef;
	border: 1px solid #ccc;
}
section.review .base {
	left: -2px;
	position: absolute;
	top: -2px;
}
.dbase {
	left: -10px;
	position: absolute;
	top: -11px;
	z-index: 9999;
}
section.review article {
	margin: 0;
	padding: 10px 20px;
}
section.review article h3 {
	font-size: 18px;
	padding: 7px 0px;
	margin: 0px;
}
.feature_list {
	border: 1px solid #ccc;
	width: 100%;
}
.feature_list tr td {
	border-color: #ccc;
}
section.review article h1 {
	margin: 0;
}
section.review footer {
	border-top: 1px solid #eee;
	height: 60px;
	float: left;
	width: 100%;
}
article.blog-post {
	background: none repeat scroll 0 0 #fff;
	border-radius: 4px;
	margin: 10px 0;
	padding: 10px;
}
article.blog-post h1 {
	font-size: 18px;
	line-height: 40px;
}
article.blog-post .meta {
	background: url() no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: #666;
	font-size: 11px;
	padding: 3px 0 0 25px;
}
article.blog-post a {
	color: #09f;
	text-decoration: none;
}
article.blog-post a:hover {
	text-decoration: underline;
}
#sliderWraper {
	height: 400px;
	margin: 0 10px 10px;
	width: 920px;
}
.lof-slidecontent, .lof-slidecontent a {
	color: #fff;
}
.lof-slidecontent .bottomRow {
	display: block;
}
.lof-slidecontent a.readmore {
	background: -moz-linear-gradient(center top, rgba(255, 241, 19, 1) 0%, rgba(228, 184, 7, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-radius: 4px;
	box-shadow: 0 1px 1px 0 #333;
	color: #000;
	display: inline-block;
	float: left;
	font-family: 'PTSansRegular';
	font-size: 18px;
	margin: 10px 0;
	padding: 10px 15px;
	text-decoration: none;
}
.lof-slidecontent a.readmore:hover {
	color: #fff;
}
.lof-slidecontent {
	overflow: hidden;
	position: relative;
}
.lof-slidecontent .preload {
	background: none repeat scroll 0 0 #fff;
	height: 100%;
	left: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 100000;
}
.lof-slidecontent .preload div {
	background: url() no-repeat scroll 50% 50% transparent;
	height: 100%;
	width: 100%;
}
.lof-main-outer {
	height: 100%;
	overflow: hidden;
	position: relative;
}
.lof-main-item-desc {
	background: url() repeat scroll 0 0 rgba(0, 0, 0, 0);
	bottom: 150px;
	height: 150px;
	left: 0;
	padding: 10px;
	position: absolute;
	width: 350px;
}
.lof-main-item-desc p {
	color: #fff;
	margin: 0 8px;
	padding: 8px 0;
}
.lof-main-item-desc h3 {
	margin: 0;
	padding: 0;
}
.lof-main-item-desc h2 {
	margin: 15px 0 0 8px;
	padding: 0;
}
.lof-main-item-desc h3 a {
	background: none repeat scroll 0 0 #c01f25;
	font-family: 'PTSansRegular';
	font-size: 75%;
	margin: 0;
	padding: 2px 3px;
	text-decoration: none;
	text-transform: uppercase;
}
.lof-main-item-desc h3 a:hover {
	text-decoration: underline;
}
.lof-main-item-desc h3 i {
	font-size: 70%;
}
ul.lof-main-wapper {
	background: url() no-repeat scroll 50% 50% transparent;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
}
ul.lof-main-wapper li {
	float: left;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
}
.lof-opacity li {
	float: inherit;
	left: 0;
	position: absolute;
	top: 0;
}
ul.lof-main-wapper li img {
	border-radius: 5px;
	padding: 0;
}
.lof-navigator-wapper {
	background: url() repeat-x scroll 0 0 rgba(0, 0, 0, 0);
	bottom: 10px;
	position: absolute;
	right: 10px;
}
.lof-navigator-outer {
	color: #fff;
	float: left;
	height: 180px;
	overflow: hidden;
	position: relative;
	width: 900px;
	z-index: 100;
}
ul.lof-navigator {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
ul.lof-navigator li {
	cursor: pointer;
	display: block;
	float: left;
	list-style: none outside none;
	margin-left: 0;
	overflow: hidden;
	padding: 0;
	text-align: center;
}
ul.lof-navigator h1 {
	color: #fff;
	font-family: 'PTSansRegular';
	font-size: 18px;
	font-weight: normal;
	text-align: left;
}
ul.lof-navigator li img {
	border-radius: 4px;
	float: left;
	margin: 5px;
}
ul.lof-navigator li.active, ul.lof-navigator li:hover {
	background: url() repeat-x scroll 0 0 rgba(0, 0, 0, 0);
}
.lof-navigator-wapper .lof-next, .lof-navigator-wapper .lof-previous {
	color: #fff;
	cursor: pointer;
	display: block;
	height: 30px;
	width: 22px;
}
.lof-navigator-wapper .lof-next {
	background: url() no-repeat scroll right center rgba(0, 0, 0, 0);
	float: left;
	margin-right: 5px;
	text-indent: -999px;
}
.lof-navigator-wapper .lof-previous {
	background: url() no-repeat scroll left center rgba(0, 0, 0, 0);
	float: left;
	margin-left: 5px;
	text-indent: -999px;
}
#proReview {
	background: none repeat scroll 0 0 #fff;
	border-radius: 5px;
	padding: 10px;
}
.profeatureBox {
	background: none repeat scroll 0 0 #efefef;
	border-radius: 5px;
	box-shadow: 0 1px 0 0 #fff;
	padding: 10px;
	position: relative;
}
.imgBox {
	float: left;
	margin-right: 10px;
	width: 230px;
}
.reviewInfo {
	float: left;
	width: 330px;
}
table.revRat {
	color: #888;
	margin: 10px 0;
	padding: 0;
	width: 100%;
}
table.revRat tr {
	border-bottom: 1px dotted #444;
}
table.revRat td {
	padding: 5px;
}
table.revRat .rating {
	margin: 0;
	padding: 0;
}
.reviewInfo span.price {
	color: #ccc;
	display: inline-block;
	font-family: 'PTSansRegular';
	font-size: 20px;
	font-weight: bold;
	padding: 0 5px;
	text-shadow: 0 -1px #000;
}
ul.list {
	margin: 10px 0;
	padding: 0;
}
ul.list li {
	background: url() no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	list-style: none outside none;
	margin: 5px 0;
	padding: 0 25px;
}
.profeatureBox2 {
	background: none repeat scroll 0 0 #1f2226;
	border: 1px solid #000;
	border-radius: 5px;
	box-shadow: 0 1px 0 0 #fff;
	float: left;
	margin-right: 10px;
	padding: 10px;
	position: relative;
	width: 230px;
}
article.proDetails {
	float: left;
	width: 330px;
}
article.proDetails p {
	margin: 0 0 5px;
}
.style_gray {
	margin: 0 0 0 239px;
	padding-top: 0px;
}
section h3 {
	font-size: 24px;
	padding: 0px;
	margin: 0px;
}
section h3 img {
	padding-right: 5px;
}
footer.bottom {
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	border-radius: 7px;
	box-sizing: border-box;
	color: #ddd;
	margin: 10px 10px 0 10px;
	padding: 10px 10px 20px 10px;
	text-align: center;
	text-shadow: 0 1px #000;
	width: 98% !important;
}
footer.bottom a {
	color: #ddd !important;
}
footer.bottom nav ul {
	margin: 0 0 10px;
	padding: 0;
}
footer.bottom nav ul li {
	display: inline-block;
	list-style: none outside none;
}
footer.bottom nav ul li a {
	color: #555;
	margin: 0 5px;
	text-decoration: none;
}
footer.bottom nav ul li a:hover {
	text-decoration: underline;
}
.ir {
	background-color: transparent;
	background-repeat: no-repeat;
	border: 0 none;
	direction: ltr;
	display: block;
	overflow: hidden;
	text-align: left;
	text-indent: -999em;
}
.ir br {
	display: none;
}
.hidden {
	display: none !important;
	visibility: hidden;
}
.visuallyhidden {
	border: 0 none;
	clip: rect(0px, 0px, 0px, 0px);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
.invisible {
	visibility: hidden;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
}
@media only screen and (min-width: 480px) {
}
@media only screen and (min-width: 768px) {
}
@media print {
* {
	background: none repeat scroll 0 0 transparent !important;
	color: black !important;
	filter: none !important;
	text-shadow: none !important;
}
a, a:visited {
	text-decoration: underline;
}
a[href]:after {
	content: " (" attr(href) ")";
}
abbr[title]:after {
	content: " (" attr(title) ")";
}
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
	content: "";
}
pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
thead {
	display: table-header-group;
}
tr, img {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
}
@page {
 margin: 0.5cm;
}
p, h2, h3 {
	orphans: 3;
	widows: 3;
}
h2, h3 {
	page-break-after: avoid;
}
}
.vthumb, .rthumb {
	background: #1f2226;
	border: 1px solid #444;
	padding: 7px;
}
article.single {
	margin-top: 0 !important;
}
footer nav, footer, footer nav li a:visited, footer a:visited, footer .menu-item a, footer a {
	color: #cccccc;
	text-decoration: none;
}
.widget ul {
	margin: 10px 0 0;
	padding: 0;
}
.widget ul li {
	line-height: 20px;
}
.widget a {
	color: #0d3964;
}
.socialWraper {
	margin-bottom: 10px;
}
.form-allowed-tags {
	display: none;
}
#commentform .crating {
	float: left;
	margin-right: 10px;
	margin-top: 2px;
}
#commentform select {
	background: -moz-linear-gradient(center top, #e5e5e5 0%, #ffffff 5%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 1px solid #aaa;
	border-radius: 4px;
	padding: 5px;
	width: 150px;
}
#commentform input[type="text"], textarea#comment {
	background: -moz-linear-gradient(center top, #e5e5e5 0%, #ffffff 5%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 1px solid #aaa;
	border-radius: 4px;
	padding: 5px;
	width: 95%;
}
#comments-title, #reply-title {
	font-size: 14pt;
	font-weight: bold;
	margin: 10px 0;
}
p.logged-in-as {
	float: right;
	margin: -25px 20px 0 0;
}
.commentlist {
	margin-left: 0;
	padding-left: 0;
}
.author-box {
	float: left;
	margin-right: 10px;
}
.comment-wrap {
	float: left;
	width: 80%;
}
.comment-meta .fn {
	font-weight: bold;
}
.comment-body {
	background: none repeat scroll 0 0 #ffffff;
	border-radius: 5px;
	margin-bottom: 10px;
	padding: 10px;
}
#commentform input {
	display: block;
}
#commentform input[type="submit"] {
	background: -moz-linear-gradient(center top, #f2f1f1 0%, #e9e8e8) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 1px solid #cacaca;
	border-radius: 8px;
	color: #4d4d4d;
	font-size: 13px;
	margin-top: 10px;
	padding: 7px 20px;
	text-shadow: 0 0 0 rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0);
}
.required {
	color: red;
}
.comment-form-author, .comment-form-email, .comment-form-url {
	float: left;
	margin-left: 10px;
	width: 31%;
}
.comment-form-author {
	margin-left: 0;
}
.comment-notes {
	font-size: 10px;
	margin-bottom: 5px;
}
.attachment-920x400 {
	height: 400px;
	width: 920px;
}
.rthumb {
	max-height: 233px;
	max-width: 200px;
}
/*----iris------*/
.container {
	background: url(body-bg-trans.png) repeat-x left top;
	float: left;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	width: 100%;
}
.grid_12 {
	width: 98%;
	float: left;
	margin: 0 10px;
}
.page-left {
	float: left;
	width: 689px;
	margin: 0 0 0 10px;
	overflow: hidden;
}
.page-right {
	float: right;
	width: 294px;
	margin: 0 10px 0 0;
	overflow: hidden;
}
.banner {
	float: right;
	padding: 15px;
}
.logo {
	float: left;
	padding: 30px 0 15px 15px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.ratingBoardWrapper h3 {
	padding: 0;
	margin: 0px;
	font-size: 24px;
}
section p {
	padding: 5px 10px;
	margin: 0px;
}
section h2 {
	font-size: 24px;
	margin: 0px;
	padding: 0px;
	color: #0c71b7;
	font-style: italic;
}
section h2 a {
	text-decoration: none;
}
section h2 a:hover {
	text-decoration: underline;
}
.profeatureBox {
	margin: 10px;
}
.btn-large {
	border-radius: 5px;
	font-size: 15px;
	line-height: normal;
	padding: 9px 14px;
	text-decoration: none;
}
.btn-success {
	background-color: #5bb75b;
 *background-color: #51a351;
	background-image: -ms-linear-gradient(top, #62c462, #51a351);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
	background-image: -webkit-linear-gradient(top, #62c462, #51a351);
	background-image: -o-linear-gradient(top, #62c462, #51a351);
	background-image: -moz-linear-gradient(top, #62c462, #51a351);
	background-image: linear-gradient(top, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 filter: progid:dximagetransform.microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
 filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.backtotop {
	position: fixed;
	right: 10px;
	bottom: 10px;
	width: 40px;
	height: 40px;
	background: rgba(000,000,000,0.5);
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.backtotop span {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	width: 100%;
	height: 100%;
	background: url(icon_backtotop.png) no-repeat center center;
}
/*----iris 新添加的为了隐藏一部分内容 start-----*/
#shormoreitems{
	font-weight:bold;
	background:#fff;
	width:100%;
	padding:10px;
	box-sizing:border-box;
	margin:0 0 10px 0;
	float:left;
	cursor:hand;
	cursor:pointer;
	color:#0c71b7;
	border-radius:5px;
}
#shormoreitems span{
	float:left;
}
#shormoreitems i{
	float:right;
	  width:0;height:0;  
    line-height:0;  
    border-width:6px;  
    border-style:solid;  
    border-color:transparent transparent transparent #0c71b7;
	margin:5px 0 0 0; 
}
#shormoreitems.arrow01 i{
	border-color:transparent transparent transparent #0c71b7;
}
#shormoreitems.arrow02 i{
	border-color:#0c71b7 transparent transparent transparent;
}
/*----iris 新添加的为了隐藏一部分内容 end-----*/
@media screen and (max-width:959px) {
.wraper {
	width: 100%;
}
.container {
	width: 100%;
}
.logo {
	width: 92%;
	padding-left: 4%;
	padding-right: 4%;
	text-align: center;
}
.logo img {
	width: 100%;
	max-width: 580px;
	height: auto;
}
.header-top {
	height: auto;
	padding-bottom: 15px;
}
.grid_12 {
	width: 92%;
	margin-left: 4%;
	margin-right: 4%;
}
.page-left {
	width: 100%;
	margin: 0px;
}
footer.bottom {
	padding: 10px 0px;
	width: 100%!important;
	margin: 15px 0px;
}
.page-right {
	width: 100%;
	margin: 0px;
}
.ratingBoardWrapper {
	margin-left: 0px;
}
.ratingBoard span.pro {
	width: 82px;
}
section.review article {
	padding: 10px;
}
section.review .product {
	width: 84%;
	margin-left: 4%;
	margin-right: 4%;
	padding: 4%;
}
section.review footer {
	height: auto;
	text-align: center;
}
ul.button-wrapper {
	margin-right: 0px;
	margin-bottom: 15px;
}
nav#menu {
	height: auto;
	float: left;
	width: 100%;
}
section p img {
	width: 100%;
	height: auto;
}
.reviewInfo {
	width: 100%;
}
.style_gray {
	margin: 0px;
}
section.review footer .right {
	padding-right: 10px;
}
}
@media screen and (max-width:440px) {
section.review footer .right {
	float: left;
	padding:0 12px;
	width: 100%;
	box-sizing:border-box;
}
nav#menu ul li a {
	padding: 12px 5px;
}
ul.button-wrapper li a.left, ul.button-wrapper li a.right {
	width: 100%;
	float: left;
	border-radius: 5px;
	margin: 5px 0;
	box-sizing:border-box;
}
ul.button-wrapper{
	width:100%;
}
ul.button-wrapper li {
	width: 100%;
	box-sizing: border-box;
}
section p{
	width:100%;
	float:left;
}
section h2 {
    font-size: 24px;
    margin: 0px;
    padding: 12px 0px 0 0;
    color: #0c71b7;
    font-style: italic;
    float: left;
}
footer.bottom{
	border-radius:0 0 5px 5px;
	padding:15px;
}
}
