/*** front ***/
.browse_cats {
	width: 160px;
	height: 350px;
	background-color: #f7f7f7;
	margin-top: 0px;
	margin-left: 6px;
	margin-right: 4px;
	color: #888888;
}
.browse_cats a {
	color: #888888;
	text-decoration: none;
}
.browse_cats a:hover {
	text-decoration: underline;
}
.browse_cats ul {
	margin-top: 10px;
	margin-left: 10px;
	padding: 0px;
	list-style-type: none;
}
.browse_cats ul li {
	padding-left: 3px;
}
.browse_cats ul li ul {
	padding-bottom: 3px;
	padding-top: 2px;
}
ul.level1 ul {
	margin: 0px;
	padding: 0px;
}
span.browse_by {
	font-weight: bold;
}
.featured {
	width: 500px;
	height: 168px;
	border: solid 1px #dadada;
	padding: 0px;
	margin: 0px;
	margin-bottom: 3px;
	position: relative;
}

.featured img {
	padding-right: 7px;
	margin: 0px;
	float: left;
}
.f_text {
	float: left;
}
.featured .title a {
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	padding-top: 3px;
	display: block;
}
.featured .title a:hover {
	color: #cc3106;
}
.featured h2.title {
	margin: 0px;
}
.featured ul {
	margin-top: 6px;
	margin-left: 0px;
	padding: 0px;
	font-size: 11px;
	padding-left: 15px;
}
.featured ul li {
	margin-left: 10px;
}


.front_section a.recentbox
{
	padding-top: 5px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-left: 5px;
	height: 77px;
	display: block;
	float: left;
	width: 238px;
	clear: none;
	overflow: hidden;
	text-decoration: none;
}
.front_section a.featuredbox {
	width: 238px;
	height: 75px;
	float: left;
	padding-top: 5px;
	padding-bottom: 3px;
	text-decoration: none;
}
.front_section a.promotionbox {
	width: 238px;
	height: 55px;
	float: left;
	padding-top: 5px;
	padding-bottom: 2px;
	text-decoration: none;
	margin-bottom: 0px;
}
.front_section a.recentbox:hover, .front_section a.featuredbox:hover, .front_section a.promotionbox:hover {
	background-color: #fffbec;
}
.front_section h3, .front_section h2 {
	margin: 0px;
}
.front_section img {
	border: 0px;
}
.front_section .review {
	color: #2266cc;
	font-size: 12px;
}
.fs_half {
	width: 250px;
	float: left;
}
.front_section h2.full
{
	color: #4e463f;
	font-size: 14px;
	font-weight: bold;
	width: 496px;
	border-bottom: solid 1px #ddd;
	padding-top: 7px;
}
.front_section h2.half
{
	color: #4e463f;
	font-size: 14px;
	font-weight: bold;
	width: 230px;
	border-bottom: solid 1px #ddd;
	padding-top: 10px;
}
.front_section h3.title {
	color: #e60;
	font-weight: bold;
	font-size: 12px;	
}
.front_section .user {
	color: #a1a1a1;
}
.front_section .username {
	font-weight: bold;
}
.front_section .review img {
	float: left;
	margin-right: 5px;
	margin-top: 2px;
	width: 50px;
	height: 50px;
	
}

.front_section ul.biz_featured, .front_section ul.biz_popular, .front_section ul.biz_promotion {
	margin: 0px;
	padding: 0px;
	width: 225px;
	list-style-type: none;
}
.front_section ul.biz_featured img.biz_logo {
	float: left;
	margin-top: 2px;
	margin-right: 5px;
	width: 70px;
	height: 70px;
}
.front_section ul.biz_featured li, .front_section ul.biz_promotion li {
	float: left;
}
.front_section ul.biz_popular li {
	padding-top: 2px;
	clear: left;
}
.front_section ul.biz_featured h3 {
	font-size: 13px;
}
.front_section ul.biz_popular img.biz_logo, .front_section ul.biz_promotion img.biz_logo {
	float: left;
	margin-top: 2px;
	margin-right: 5px;
	width: 45px;
	height: 45px;
}
span.promo_title {
	display: block;
	color: #000;
}



.pagination{
width: 400px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
padding: 5px 10px;
position: absolute;
top: 138px;
left: 55px;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #2e6ab1;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}

/*** end front ***/

