/* --------------------------
	WIDGET TAB RIVIEW 03
--------------------------- */
.widget-tab-review03 {
	padding: 0;
	margin: 0;
	overflow: hidden;
	position: relative
}
.widget-tab-review03 ul.tab-menu  {
	clear: both;
	background: url(../image/icon/ico_list.gif) no-repeat left 2px;
	padding: 0 0 10px 0;
	height: 20px;
	position: absolute;
	top: 1px;
	z-index: 9999;
	overflow: hidden;
	border-right: none
}
.widget-tab-review03  ul.tab-menu li {
	float: left;
	cursor: pointer;
	color: #333;
	background: #ececec;
	padding:0px 25px;
	border: 1px solid #088b83;
	height: 30px;
	line-height: 30px
}
.widget-tab-review03  ul.tab-menu li:first-child {
	border-right: none
}

.widget-tab-review03  ul.tab-menu li.on {
	background: #fff;
	border-bottom: 1px solid red
}
.widget-tab-review03 .tab-view {
	clear: both;
	overflow: hidden;
	position: relative;
	margin-top: 30px;
	border-top: 1px solid #088b83
}

.widget-tab-review03 .tab-view ul {
	clear: both;
	overflow: hidden;
	border: 1px solid #088b83;
	border-top: none;
	padding: 10px
}
.widget-tab-review03 .tab-view ul li {
	clear: both;
	overflow: hidden
}

.widget-tab-review03 .tab-view .cont {
	float: left;
	text-align: left;
}
.widget-tab-review03 .tab-view .cont a .subject{
	font-weight: bold;
	display: block;
	padding: 8px 0px 5px 0;
	color: #333
}
.widget-tab-review03 .tab-view .cont a .content{
	font-weight: normal;
	clear: both;
	display: block;
	font-size: 11px;
	color: #666
}
.widget-tab-review03 .tab-view .thumb {
	float: right;
	margin: 0;
	overflow: hidden
}
.widget-tab-review03 .tab-view .thumb img {
	border: 2px solid #e5e5e5
}
.widget-tab-review03 .tab-view .thumb img:hover {
	border: 2px solid #e50575
}
