.leftbdy .filter{
	margin:15px 0 20px 0;
	padding:15px 0 6px;
	border-top:#F2F2F2 solid 1px;
	border-bottom:#F2F2F2 solid 1px;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:15px;
	overflow:hidden
	}

.leftbdy .filter ul li{
	float:left;
/*	height:41px; */
	margin:0 11px 10px 0
	}

.leftbdy .filter ul li a{
	}

.leftbdy .filter ul li a span:first-child{
	background:#F2F2F2;
	color:#423E3B;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	float:left;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	padding:5px 16px;
	border:#E2E0E1 solid 1px;
	border-right:#F7F7F7 solid 1px;
	}

.leftbdy .filter ul li a span:last-child{
	background:#EDEDED;
	color:#423E3B;
	-webkit-border-top-right-radius: 5px;
	float:left;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	padding:5px 16px;
	border:#E2E0E1 solid 1px;
	border-left:#D5D5D5 solid 1px;
	}
.leftbdy .filter ul li a:hover span:first-child,.leftbdy .filter ul li a:hover span:last-child, .leftbdy .filter ul li.remove_filters a span{
	background:#FBFBFB;
	color:#F48627;
	}
.leftbdy .filter ul li.remove_filters a span.cross_icon{
	background:#FBFBFB url(/static/img/layout/icons-sprites.png) -62px -439px no-repeat;
	width:13px;
	height:20px;
}

.leftbdy .filter ul .active a:hover span:first-child{
	background:#423E3B;
	color:#ffffff;
	}

.leftbdy .filter ul .active a:hover span:last-child{
	background:#1E1B1A;
	color:#ffffff;
	}

.leftbdy .filter ul .active a span:first-child{
	background:#423E3B;
	color:#ffffff;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	padding:5px 16px;
	border:#1E1B1A solid 1px;
	border-right:#4B4745 solid 1px;
}

.leftbdy .filter ul .active a span:last-child{
	background:#1E1B1A;
	color:#ffffff;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	padding:5px 16px;
	border:#1E1B1A solid 1px;
	border-left:#000000 solid 1px;
}

.leftbdy .filter ul li a span{
	background:#EDEDED\9;
	color:#423E3B\9;
	display:block\9;
	float:left\9;
	padding:5px 16px\9;
	border:#E2E0E1 solid 1px\9;
	border-left:#D5D5D5 solid 1px\9;
}

.leftbdy .filter ul li.remove_filters a span.cross_icon{
	height:20px\9;
	width:2px\9;
}


/* Alphabet Nav */
.leftbdy .abcNav{
    float: left;
    margin-right: 2%;
    width: 9.7%;
    max-width: 70px;
}

.leftbdy .abcNav ul{
	background:#221E1F;
	overflow:hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align:center;
	border:#151314 solid 1px;
	color:#6D6D6D;
	font-size:17px;
	}

.leftbdy .abcNav ul li{
	border-bottom:#151314 solid 1px;
	border-top:#312D2E solid 1px;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight:700;
	}
.leftbdy .abcNav ul li a{
	display:block;
	padding:11px 0;
	}
.leftbdy .abcNav ul li a:hover{
	color:#F48627;
}

/* Breads Area */
.articles_area {
    float: left;
    padding-top: 18px;
    width: 87.7%;
}

.articles_area .articles_box{
	padding-bottom:38px;
	overflow:hidden;}

.articles_heading{
	color:#221E1F;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:15px;
	padding:1px 0
	}

.articles_heading span{
	font-size:45px;
	padding:0 0 1px 18px;
	float:left;
	}

.articles_row{
	padding-top:20px;
	overflow:hidden;
}

.articles_row .article{
    background: #F0F0F0;
    border: 1px solid #D8D8D8;
    float: left;
    overflow: hidden;
    position: relative;
    width: 48.5%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}

.articles_row .article:first-child{
	margin-right:2.3%;
	}

.articles_row .article .article_img{
    float: left;
    width: 49%;
	line-height:0;
    max-width: 200px;
}

.articles_row .article .article_img img{
	padding:0;
	margin:0;
	width:100%;
	}

.articles_row .article .article_detail{
    background: #F0F0F0;
    float: left;
    font-family: 'PT Sans Narrow',sans-serif;
    padding: 21px 0 0;
    width: 49.9%;
	}

.articles_row .article .article_detail h3{
	font-weight:700;
	font-size:17px;
	color:#221E1F;
	padding-left:19px;
	text-transform:uppercase;
	}
.articles_row .article .article_detail h3 a{
	color:#221E1F;
	}

.articles_row .article .article_detail p{
	font-size:13px;
	color:#535353;
	padding-left:19px;
	font-family: 'PT Sans', sans-serif;
	}

.articles_row .article .article_detail .read_more a{
	background: url("/static/img/layout/article_read_more.png") repeat-x scroll 0 0 transparent;
    color: #FEF7F1;
	position:absolute;
	bottom:0;
    display: block;
    height: 31px;
    padding: 8px 0 0 15px;
	width:100%;
	font-family: 'PT Sans', sans-serif;
	}

.articles_row .article .article_detail .read_more a:hover{
	background: url("/static/img/layout/article_read_more_hover.png") repeat-x scroll 0 0 transparent;
	}

div.simple_desc {
    border-top: #F2F2F2 solid 1px;
    margin: 7px 0 0 0;
    padding: 10px 0 0 0;
}

div.simple_desc p {
    font-size: 15px;
}
