@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 18px;
}
* {
	margin: 0px;
	padding: 0px;
}
ul {
	list-style: none;
}
a:link {
	color: #2f7bb5;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	color: #0067a1;
	padding: 20px 0;
}
.header {
	width: 100%;
	height: 70px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
	-moz-box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
	-webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
}
.logo a {
	float: left;
	background: url(logo.jpg) no-repeat left top;
	width: 454px;
	height: 68px;
	text-indent: -999px;
	overflow: hidden;
	margin:10px 0 0 0;
}
.mainnav {
	float: right;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
.mainnav a {
	color: #333;
	line-height: 67px;
	float: left;
	padding: 0 5px;
	margin: 0 20px;
	border-bottom: 3px solid #fff;
	text-decoration: none;
}
.mainnav a:hover, .mainnav a.current {
	border-bottom: 3px solid #0067a1;
}
.page_width {
	width: 1023px;
	margin: 0 auto;
}
.left {
	float: left;
}
.right {
	float: right;
}
.maintext {
	padding: 25px 0;
}
.maintext .left {
	width: 667px;
	padding: 0 30px 0 0;
}
.color_red {
	color: red;
}
.color_blue {
	color: #1863ad;
}
.reviewlist {
}
.reviewlist ul li {
	width: 100%;
	float: left;
	margin: 5px 0;
	padding: 25px 0;
	border: 1px solid #666;
	border-top: 3px solid #2f7bb5;
	position: relative;
}
.float_rate {
	background: url(000125.png) no-repeat left top;
	width: 64px;
	height: 64px;
	position: absolute;
	left: -6px;
	top: -8px;
}
.float_rate span {
	color: #fff;
	font-size: 24px;
	padding: 12px 0 0 5px;
	float: left;
	font-style: italic;
	text-align: center;
}
.reviewlist ul li label {
	float: left;
	width: 230px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}
.reviewlist ul li label span {
	display: block;
	overflow: hidden;
	width: 280px;
	margin: 0 auto;
	margin-bottom: 15px;
}
.reviewlist ul li .right {
	margin: 0 0 0 290px;
	float: none;
}
.reviewlist ul li .right .info {
	float: left;
	width: 533px;
}
.reviewlist ul li .right .info .title {
	border-bottom: 1px solid #ccc;
	padding: 0px 0 10px 35px;
	background: url(000126.jpg) no-repeat left 0px;
}
.reviewlist ul li .right .info .heart {
	border-bottom: 1px solid #ccc;
	padding: 0px 0 10px 35px;
	background: url(000127.jpg) no-repeat left 0px;
}
.reviewlist ul li .right .info .title.top1 {
	background: url(000128.jpg) no-repeat left top;
}
.reviewlist ul li .right .info .members {
	background: url(000129.jpg) no-repeat left 10px;
	padding: 10px 0 10px 35px;
}
.reviewlist ul li .right .reviews {
	padding: 10px 0 0px 35px;
	width: 480px;
	border-top: 1px solid #ccc;
	background: url(000130.jpg) no-repeat left 5px;
	float: left;
}
.reviewlist ul li .right .ratebox {
	float: right;
	width: 215px;
	text-align: center;
	font-size: 18px;
}
.reviewlist ul li .right .ratebox dl dd {
	padding: 5px 0;
}
.reviewlist ul li .right .ratebox dl dd b {
	font-size: 32px;
}
h2 {
	font-size: 22px;
	padding-bottom: 5px;
}
.btn {
	-webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #79bbff), color-stop(100%, #4197ee));
	background: -webkit-linear-gradient(top, #79bbff, #4197ee);
	background: -moz-linear-gradient(top, #79bbff, #4197ee);
	background: -o-linear-gradient(top, #79bbff, #4197ee);
	background: linear-gradient(top, #79bbff, #4197ee);
	background-color: #4197ee;
	border: 1px solid #469df5;
	color: white!important;
	font-family: Arial, Helvetica, sans-serif;
	text-shadow: 0 -1px 1px rgba(0, 40, 50, 0.35);
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
 *vertical-align: auto;
	zoom: 1;
 *display: inline;
	height: 40px;
	line-height: 40px;
	width: 185px;
	text-align: center;
	font-weight: 300;
	margin: 0;
	text-decoration: none;
	text-align: center;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
	font-size: 18px;
	cursor: hand;
	cursor: pointer;
}
.btn:hover {
	text-decoration: none;
	-moz-opacity: 0.80!important;
	filter: alpha(opacity=80);
	opacity: 0.8;
}
.reviewlist ul li .right .ratebox {
	font-size: 16px;
}
.bottext {
	padding: 25px 0;
}
.bottext h2 {
	padding: 5px 0;
	margin-bottom: 25px;
	border-bottom: 1px solid #ccc;
}
.bottext p {
	padding: 0px 0 10px 0;
}
.bottext h2 span {
	font-size: 12px;
}
.footer {
	width: 100%;
	border-top: 1px solid #ccc;
	padding: 25px 0;
	text-align: center;
}
.review_details {
	overflow: hidden;
	padding: 25px 0;
}
.review_details .top {
	border-bottom:2px solid #ccc;
	padding-bottom:25px;
	margin-bottom:25px;
}
.review_details .top label {
	float: left;
	width: 160px;
	height: 210px;
	overflow: hidden;
}
.review_details .top dl{
	float: none;
	margin: 0 0 0 200px;
}
.review_details .top dl dt {
	font-weight: bold;
	font-size: 14px;
	padding-bottom:15px;
}
.review_details .top dd{
	padding:3px 0;
}
.review_details .top dd img {
	height: 15px;
	width:auto;
	margin-right:5px;
}
.review_details .bot h2{
	text-align:center;
}
.review_details .bot p{
	padding:5px 0;
}
/*------iris changed on 4/14---------*/
.detailleftbox01{
	border:1px solid #ccc;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background:url() repeat-y left top #fff;
	padding:15px;
	width:280px;
	float:left;
}
.button02 a{
	color:#fff!important;
	font-size:16px;
	text-decoration:none!important;
	background:url() repeat-x left bottom #ff4383;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding:10px 35px;
	display:block;
}
/*----iris new added on 4/14------*/
/*----iris hide some start-----*/
#shormoreitems{
font-weight: bold;
background: #fff;
width: 95%;
padding: 10px;
box-sizing: border-box;
margin: 0 0 10px 0;
cursor: hand;
cursor: pointer;
color: #0c71b7;
border-radius: 5px;
display: block;
margin: 0 0 0 40px;
float: left;
box-sizing:border-box;
}
#shormoreitems span{
	float:left;
	padding:0 0 0 337px;
}
#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 hide some end-----*/
@media screen and (max-width:1022px){
.page_width,
.page_width{
	width:92%;
	padding-left:4%;
	padding-right:4%;
}
.reviewlist ul li label{
	width:100%;
	padding-bottom:15px;
}
.reviewlist ul li .right{
	width:94%;
	padding-left:3%;
	padding-right:3%;
	margin:0px;
}
.reviewlist ul li .right .info{
	float:left;
	width:100%;
	padding-left:0;
}
.reviewlist ul li .right .reviews{
	float:left;
	width:85%;
}
.reviewlist ul li .right .info{
	margin-top:25px;
}
.reviewlist ul li .right .ratebox{
	float:left;
	margin-top:0px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	width:100%;
	padding:10px 0;
}
.header{
	height:auto;
}
.logo a{
	width:100%;
	background-position: center center;
}

.reviewdetailbox{
	width:92%;
	padding-left:4%;
	padding-right:4%;
}
.detail_right{
	width:100%;
	margin:0px!important;
}
.detail_left{
	width:100%;
}
.header .logo a{
	width:100%;
	background-position:center center;
}
.header .topnav{
	width:152px;
	margin:0 auto;
	float:none;
}
.detailleftbox01{
	width:92%;
	padding:4%;
}
.detailleft_top5 dl dd label{
	padding:10px;
}
.detailleftbox01 img{
	height:auto;
}
.detail_right .nav a{
	width:100%;
}
h1, h2{
	line-height:22px;
}
}
