/*tab-holder*/
.tab-holder {
    clear:both;
	width:500px;
	margin-top:10px;
	background:url(/assets/newtest/images/tab-bg.gif) no-repeat 0 29px;
}
.tab-holder .tabset {
	background:url(/assets/newtest/images/bg.gif) repeat-x 0 100%;
	position:relative;
}
.tab-holder .tabset ul {
	margin:0 !important;
	padding:0;
	list-style:none;
	border-left:1px solid #ffbf6c;
	overflow:hidden;
	height:1%;
	position:relative;
}
div.tab-holder .tabset ul li {
	float:left;	
}
#columnOne div.tab-holder div.tabset ul li{
    margin:0;
}

.tab-holder .tabset ul li a {
	display:block;
	padding:0 18px 0 22px;
	font-style:italic;
	line-height:28px;
	background:#fff5e3;
	color:#000;
	font-size:14px;
	border:1px solid #ffbf6c;
	border-left:none;
	text-decoration:none;
}
.tab-holder .tabset ul li a:hover ,
.tab-holder .tabset ul li a.active {
	background:#fff;
	border-bottom:1px solid #fff;
}
.tab-holder div.tab {
	border-top:1px solid #ffbf6c;
	margin-top:-1px;
	padding:0 37px 0 26px;
	height:1%;
}
.tab-holder .post {
	height:1%;
	padding:18px 0 19px;
	background:url(/assets/newtest/images/line-bg.gif) no-repeat 50% 0;
	margin-top:-1px;
}
.tab-holder .post:after {
	display:block;
	content:"";
	clear:both;
}
.tab-holder .post .image-holder {
	float:left;
	position:relative;
}
.tab-holder .post .image-holder a {
	display:block;
	background:url(/assets/newtest/images/image-holder-bg.gif) no-repeat;
	padding:4px;
}
.tab-holder .post .image-holder img {
	display:block;
	border:none;
}
.tab-holder .post .image-holder a:hover {
	background:url(/assets/newtest/images/image-holder-bg-hover.gif) no-repeat;
}
.tab-holder .post .text {
	width:256px;
	float:right;
}

.tab-holder .post .text blockquote{
    border:none;
}

.big-post h3 ,
.tab-holder .post h3 {
	margin:0;
	font-size:13px;
	color:#e85d2d;
}
.big-post h3 a ,
.tab-holder .post h3 a {
	text-decoration:none;
	color:#e85d2d;
}
.big-post h3 a:hover ,
.tab-holder .post h3 a:hover {
	color:#ef8e6c;
}
.big-post p ,
.tab-holder .post p {
	margin:0 0 20px;
	line-height:18px;
	font-size:11px;
}
.big-post blockquote ,
.tab-holder .post blockquote {
	margin:0;
	padding:0;
	color:#707070;
	font-size:11px;
}
.big-post blockquote q ,
.tab-holder .post blockquote q {
	quotes:none;
	font-style:italic;
}
.big-post blockquote cite ,
.tab-holder .post blockquote cite {
	float:right;
	margin-top:4px;
}
.big-post ul ,
.tab-holder .post ul {
	margin:21px 0 0 0 !important;
	padding:0;
	float:left;
	list-style:none;
	overflow:hidden;
}
.big-post ul li ,
.tab-holder .post ul li {
	float:left;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	padding:0 0 0 15px;
	background:url(/assets/newtest/images/arrow-dot.gif) no-repeat 0 center;
	margin-left:0;
}
.tab-holder .post ul.desclist li {
 background:none;
}
.tab-holder .post ul.desclist{
    overflow:visible;
    list-style-type:disc;
}
.big-post ul li a ,
.tab-holder .post ul li a {
	text-decoration:none;
	color:#09a2f3;
	font-size:11px;
}
.big-post ul li a:hover ,
.tab-holder .post ul li a:hover {
	color:#6bc7f8;
}
.tab-holder .big-post {
	width:607px;
	overflow:hidden;
	padding:29px 0 0 15px;
}
.tab-holder .big-post .image-holder {
	width:599px;
	padding:4px;
	background:url(/assets/newtest/images/image-holder-bg02.gif) no-repeat;
}
.tab-holder .big-post .image-holder img {
	display:block;
}
.big-post ul {
	float:right;
	margin:8px -10px 0 0;
}
.big-post h3 {
	margin-top:40px;
}
.big-post .more {
	margin:27px 0 0;
	padding:0;
	list-style:none;
	float:left;
	width:100%;
}
.big-post .more li {
	float:left;
	padding:0 7px 0 0;
	background:none;
}
.big-post .more li a {
	display:block;
	line-height:15px;
	background:#026eb7;
	color:#fff;
	padding:0 4px;
	font-size:10px;
}
.big-post .more li a:hover {
	background:#4e9acd;
	color:#fff;
}
.popup {
    width:670px;
    position:absolute;
    top:32px;
    left:55px;
    display:none;
    z-index:100;
    padding:10px 0 16px 11px;
    background:url(/assets/newtest/images/popup-bg.png) no-repeat;
}
.show-popup {z-index:100;}
.show-popup .popup {display:block;}
.popup img {
    display:block;
}