body {
	background:url(images/mainback.png);
	color: #888;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.42857;
	
	  background-color: #cd4eba;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #cd4eba), color-stop(100%, #ffb0de));
  background: -webkit-linear-gradient(top, #cd4eba, #ffb0de);
  background: -moz-linear-gradient(top, #cd4eba, #ffb0de);
  background: -o-linear-gradient(top, #cd4eba, #ffb0de);
  background: linear-gradient(top, #cd4eba, #ffb0de);
}
.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;
}
.base {
	height: 90px;
	position: absolute;
	right: 0;
	top: 0;
	width: 90px;
}
h1 {
	color: #444;
	font-size: 24px;
}
p {
	color: #aaa;
}
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(images/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: #ce4fba;
}
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;
}
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;
}
@font-face {
 font-family: "PTSansRegular";
 font-style: normal;
 font-weight: normal;
 src: url("font/PTS55F-webfont.eot?#iefix") format("embedded-opentype"), url("font/PTS55F-webfont.woff") format("woff"), url("font/PTS55F-webfont.ttf") format("truetype"), url("font/PTS55F-webfont.svg#PTSansRegular") format("svg");
}
p {
	color: #444;
}
h1 {
	color: #444;
	font-size: 24px;
}
.wraper {
	border-radius: 7px;
	padding: 10px 0;
	width:960px;
	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, #eb70d8 0%, #ce4fba 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,  #eb70d8 0%, #ce4fba 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eb70d8), color-stop(100%,#ce4fba)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #eb70d8 0%,#ce4fba 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #eb70d8 0%,#ce4fba 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #eb70d8 0%,#ce4fba 100%); /* IE10+ */
background: linear-gradient(top,  #eb70d8 0%,#ce4fba 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb70d8', endColorstr='#ce4fba',GradientType=0 ); /* IE6-8 */
	}

.ratingBoardWrapper {
	background: none repeat scroll 0 0 #fff;
	border-radius: 4px;
	margin: 0 0 10px 10px;
	padding: 10px;
}
.ratingBoard {
	margin: 20px 0;
}
.ratingBoard .title {
	background-color: #ce4fba;
        background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ce4fba), color-stop(100%, #d864c2));
	background: -webkit-linear-gradient(top, #ce4fba, #d864c2);
	background: -moz-linear-gradient(top, #ce4fba, #d864c2);
	background: -o-linear-gradient(top, #ce4fba, #d864c2);
	background: linear-gradient(top, #ce4fba, #d864c2);
	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 #be3ba9;
	width: 40px;
}
.ratingBoard span.pro {
	border-left: 1px solid #cd4eba;
	border-right: 1px solid #be3ba9;
	color: #fff;
	float: left;
	width: 122px;
}
.ratingBoard span.rat {
	border-left: 1px solid #cd4eba;
	color: #fff;
	float: left;
	width: 73px;
}
.ratingDetailsWraper {
	background: none repeat scroll 0 0 #eee;
	width:100%;
	overflow:hidden;
}
.ratingrow span.count {
	background: url(images/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;
}
.ratingrow span.pro-details {
	float: left;
	overflow: hidden;
	width: 128px;
}
.ratingrow span.pro-details {
	float: left;
	margin-right: 5px;
	overflow: hidden;
	width: 122px;
}
.ratingrow span.rate {
	background: url(images/rating.png) no-repeat scroll right bottom rgba(0, 0, 0, 0);
	float: left;
	height: 15px;
	position: relative;
	width: 75px;
	padding-right:10px;
}
.star_4_5 {
	background-position: right -136px !important;
}
.star_4 {
	background-position: right -121px !important;
}
.star_3_5 {
	background-position: right -107px !important;
}
.star_3 {
	background-position: right -92px !important;
}
.star_2_5 {
	background-position: right -77px !important;
}
.star_2 {
	background-position: right -62px !important;
}
.star_1_5 {
	background-position: right -47px !important;
}
.star_1 {
	background-position: right -32px !important;
}
.star_0_5 {
	background-position: right -17px !important;
}
.star_0 {
	background-position: right top !important;
}
.ratingrow a.read {
	background: none repeat scroll 0 0 #d55ec0;
	-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: 25px;
	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;
}
.ratingrow-sites {
	clear: both;
	border-bottom: 1px dotted #eee;
	padding: 10px 0;
	display: block;
	height: 20px;
	position: relative;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 11pt;
}
.ratingrow-sites a:link{
	color:#000;
        text-decoration:none;
}	
.socialWraper {
	margin-left: 0;
	padding: 0;
}
.socialWraper img {
	margin: 3px 3px;
}
.socialWraper img:hover{
	-moz-opacity:0.80!important;
	filter:alpha(opacity=80);
	opacity:0.8;
}
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 .product img{
	width: 240px;
}
section.review .base {
	left: -2px;
	position: absolute;
	top: -2px;
}
section.review .base img{
	width: 200px;
}
.dbase {
	left: -10px;
	position: absolute;
	top: -11px;
	z-index: 9999;
}
section.review article {
	margin: 0;
	padding: 10px 10px 10px 0;
}
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(images/user_icon.png) 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(images/load-indicator.gif) 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(images/bg_trans.png) 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(iamges/load-indicator.gif) 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(images/slide-nab.png) 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(images/slide-nav-active.png) 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(iamges/arrow-l.png) 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(images/arrow-r.png) 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 {
	border: 1px solid #000;
	border-radius: 5px;
	box-shadow: 0 1px 0 0 #fff;
	padding: 10px;
	position: relative;
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}
.imgBox {
	float: left;
	margin-right: 10px;
	width: 230px;
	overflow:hidden;
	height: 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(iamges/ok_grey.png) 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;
}
footer.bottom {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
	border-radius: 7px;
	color: #ddd;
	margin: 10px;
	padding: 10px 5px;
	text-align: center;
	text-shadow: 0 1px #000;
	width: 930px !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 h1{ 
        width:100%; float:left; padding:0 10px; margin:10px 0;"
}
.clearfix span{ 
       color: #000000;
}

@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: #a20227;
}
.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(images/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;
}
.grid_12 {
	width:938px;
	float:left;
	margin:0 10px;
}
.page-left {
	float:left;
	width:624px;
	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:35px 0 0 15px;
}
.left {
	float:left;
}
.right {
	float:right;
}
.mobile {
	display:none;
        width: 100%;
        margin-right: 10px;
}
.mobile {
	text-align: center;
}
.mobile a{
	margin: 5px;
}
.ratingBoardWrapper h3 {
	padding:0;
	margin:0 0 10px 0;
	font-size:18px;
}
section p{
	padding:5px 10px;
	margin:0px;
}
section h2{
	font-size:20px;
	margin:0 0 0 10px ;
	padding:0px;
	color:#cea205;
}
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);
}
.ad{display:none}
@media screen and (max-width:480px){
.wraper{
	width:100%;
}
.container{
	width:100%;
}
.logo{
	width:92%;
	padding-left:4%;
	padding-right:4%;
	text-align:center;
	padding-bottom:15px;
}
.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{
        width:100%;
        float:left;
}
section.review .product{
	margin-left:4%;
	margin-right:4%;
	padding:4%;
        width: 83%;
}
section.review footer{
	height:auto;
	text-align:center;
}
ul.button-wrapper{
	margin-right:0px;
	margin-bottom:15px;
}
nav#menu{
	height:auto;
	display:block;
	overflow:hidden;
	width:100%;
}
section p img{
	width:100%;
	height:auto;
}
.reviewInfo{
	width:100%;
}
.mobile {display:block;}
.mobile img{height:40px; width: auto; }
.ad {display:block}
}