body {
	background: #fff url(../images/page_bg.png);
	font: 13px/22px Tahoma, Arial, sans-serif;
	color: #676767;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}
/* TinyMCE specific rules */
body.mceContentBody {
	background: #fff;
}
a:link, a:visited {
	text-decoration: none;
	color: #39F;
}
a:active {
	text-decoration: none;
	color: #39F;
}
a:hover {
	border-bottom: 1px dotted #BAA90C;
	color: #EF7896;
}
/* #wrapper
================================================== */
.wrapper {
	width: 1024px;
	margin: 0 auto;
}
/* top
================================================== */
#topWrapper {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	float: left;
}
.topContainer {
	float: left;
	width: 100%;
	background: url(../images/top_bg.png) repeat-x top;
	border-bottom: 1px dotted #666 ;
	top: 0px;
}
.topInfo {
	color: #F2F2F2;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 20px;
	float: left;
	width: 100%;
	height: 25px;
}

#topTime {
	float: left;
	width: 230px;
}
#topStats {
	float: right;
	width: 760px;
	text-align: right;
}

#topMarquee {
    padding-top: 1px;
    font-size: 12px;
    font-weight: normal !important;
}

#topMarquee a{
    color: #FC3;
}

#topStats span {
	margin-right: 10px;
	display: inline;
}

/* logoWrapper
================================================== */

#logoWrapper {
	float: left;
	width: 100%;
	background: #E6E6E6 url(../images/logo_bg.png) repeat-x bottom;
	padding-top: 5px;
	height: 65px;
}
#mainLogo img{
    max-height: 60px;
}
#mainLogo {
	padding-top: 2px;
	float: left;
	width: 200px;
}
#topBanner {
    height: 60px;
    float: right;
    width: 670px;
    margin-top: 8px;
    margin-right: 7px;
}
#topBanner .topnav {
	height: 44px;
	border: 1px solid #CCC;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.topnav .topbox {
	border: 1px solid #fff;
	background: url(../images/topnav_bg.jpg) repeat-x;
	height: 42px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.topnav li.home {
	padding-left: 25px;
	background: url(../images/icons/mhome.png) no-repeat 0px 3px;
}
.topnav li.register {
	padding-left: 25px;
	background: url(../images/icons/user_add.png) no-repeat 0px 3px;
}
.topnav li.login {
	padding-left: 25px;
	background: url(../images/icons/login.png) no-repeat 0px 3px;
	position: relative;
	z-index: 600;
	padding-right: 25px;
}
.topnav li.support {
	padding-left: 25px;
	background: url(../images/icons/email_edit.png) no-repeat 0px 3px;
}
.topnav li.product {
	padding-left: 25px;
	background: url(../images/icons/product.png) no-repeat 0px 3px;
}
.topnav li.classified_ads {
	padding-left: 25px;
	background: url(../images/icons/classified_ads.png) no-repeat 0px 3px;
}
.topnav li.calculator {
	padding-left: 25px;
	background: url(../images/icons/calculator.png) no-repeat 0px 3px;
}
.topnav li.logout {
	padding-left: 25px;
	background: url(../images/icons/logout.png) no-repeat 0px 3px;
}
.topnav ul li {
	list-style: none;
	float: left;
	margin: 10px 0 0 20px;

}
.topnav ul li a {
	color: #666;
    font-size: 14px;
    font-weight: bold;
}
.topnav ul li a:hover {
	color: #F60;
}
#toplogin {
	-khtml-opacity: 0.9;
	-moz-opacity: 0.9;
 -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	background-color: #666;
	color: #c2dfea;
	filter: alpha(opacity=90);
	opacity: 0.9;
	padding: 20px;
	position: absolute;
	right: 0;
	z-index: 500;
	width: 200px;
}
#toplogin form {
	-khtml-opacity: 1.0;
	-moz-opacity: 1.0;
-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	filter: alpha(opacity=100);
	opacity: 1.0;
}
#toplogin form input.text {
	width: 190px;
}
#toplogin form label.left {
	display: block;
	width: 200px;
	color: #fff;
	float: none;
	line-height: 30px;
	padding: 0;
	text-align: left;
}
#toplogin form .form-field {
	width: 200px;
}
#toplogin form .submit {
	width: 200px;
	overflow: hidden;
	line-height: 30px;
}
#toplogin form .submit a.forgot {
	float: left;
	color: #fff !important;
	text-shadow: 0 1px 0 #000;
}
#toplogin {
	display: none;
}

.SoloMsg{
	float: left;
	height: 25px;
	width: 100%;
	background-color: #E9E9E9;
	font-size: 14px;
}

.SoloMsg a{
	font-weight: bold;
}
/* header
================================================== */

#headerWrapper {
	margin-top: 90px;
	background: #000 url(../images/header_bg.jpg) repeat-x bottom;
	float: left;
	width: 100%;
}
.headerStatic {
	width: 100%;
	position: static;
}
#soloContent {
	width: 100%;
	height: 100%;
}
#theframe {
	width: 100%;
	height: 100%;
}

/* bannerWrapper
================================================== */

#bannerWrapper {
	float: left;
	width: 100%;
}
#mainBanner {
	width: 100%;
	height: 250px;

	position: relative;
	float: left;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
/* topMenu
================================================== */
#topmenuWrapper {
	float: left;
	width: 100%;
	height: 40px;
	/*background: url(../images/topmenu_bg1.jpg);*/
}


#topMenu {
	width: 100%;
	/*background: url(../images/topmenu_bg.jpg);*/
	/*float: left;*/

}
/* Navigation
================================================== */
.sf-menu {
	float: left;
	margin-bottom: 1em;
}
.sf-menu li {
	margin-left: 5px;
	margin-right: 5px;
	white-space: nowrap; /* no need for Supersubs plugin */
 *white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
}
.sf-menu a {
	font-family: Arial, sans-serif;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	text-shadow: 0 1px 0 #000;
	padding: 8px 15px;
	text-decoration: none;
	zoom: 1; /* IE7 */
}
.sf-menu a, .sf-menu a:visited { /* visited pseudo selector so IE6 applies text colour*/
	color: #fff;
}
.sf-menu li a:hover {
	color: #FC0;
	border-bottom: 1px solid #FC0;
}
.sf-menu li li a {
	text-transform: inherit;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-size: 12px;
}
.sf-menu ul {
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	min-width: 12em; /* allow long menu items to determine submenu width */
 *width: 12em; /* no auto sub width for IE7, see white-space comment below */
}
.sf-menu li.last {
	border-bottom: 1px solid #fff;
}
.sf-menu li li {
	background: #484848 url(../images/sf-menu_bg.png);
	margin-left: 0px;
}
.sf-menu li li li {
	background: #484848 url(../images/sf-menu_bg.png);
}
.sf-menu li:hover, .sf-menu li.sfHover {
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}

/* title
================================================== */
#titleWrapper {
	margin-top: 5px;
	float: left;
	width: 100%;
}
#titleWrapper .titlebox {
	height: 40px;
	width: 100%;
	display: block;
	float: left;
	margin-bottom: 10px;
	padding-bottom: 5px;
	background: url(../images/title_bg.jpg) no-repeat;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#titleWrapper a {
	color: #06F;
}
#titleWrapper a:hover {
	color: #06F;
}
.pageTitle {
	background: url(../images/title.png) 10px 5px no-repeat;
	padding-left: 50px;
	float: left;
}
.pageTitle a {
	color: #414141 !important;
}
.pageTitle h2 {
	color: #414141;
	font-family: "PT Sans Narrow", Arial, sans-serif;
	letter-spacing: 2px;
	text-shadow: 0 1px 0 #fff;
	font-size: 16px;
	margin-top: 5px;
}
#titleWrapper .changeLanguage {
	padding-top: 5px;
	float: right;
	text-align: right;
}
#titleWrapper .postSaved {
	float: right;
	text-align: right;
	line-height: 25px;
	padding: 5px 25px 5px 22px;
	background: url(../images/icons/note_edit.png) 0 7px no-repeat;
}
/* Content
================================================== */
#contentWrapper {
	width: 100%;
	float: left;
	height: 100%;
	background: url(../images/main_bg.png) repeat-x top;

}
.contentContainer {
	float: left;
	min-height: 150px;
	width: 100%;
	display: table;
}
.contentContainer .colum {
	display: table-cell;
	vertical-align: top;
}
.contentContainer .contentLeft {
	float: left;
	width: 190px;
	margin-right: 7px;
}

.contentContainer .contentMain {
	width: 100%;
	display: table-cell;
}
.contentContainer .contentRight {
	float: right;
	width: 160px;
	margin-left: 5px;
}
.contentContainer .contentbox {
	background: #fdfdfd;
	border: #d1d1d1 1px solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.contentContainer .content {
	padding: 10px 10px 20px 10px;
	min-height: 200px;
}


.contentMain .social {
	height: 48px;
	position: relative;
}
.contentMain .socialbox {
	height: 48px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	background: url(../images/social_bg.jpg) repeat-x top;
}


/* Footer
================================================== */
#footerJWrapper {
	background-color: #CCC;
	float: left;
	width: 100%;
	height: 50px;
	color: #E4E4E4;
	margin-top: 20px;
}


#footerWrapper {
	background: url(../images/footer_bg.png) repeat-x;
	float: left;
	width: 100%;
	height: 250px;
	color: #494949;
	margin-top: 20px;
}

#footerWrapper .colum {
	display: table-cell;
	padding-left: 5px;
	padding-right: 5px;
}

#footerWrapper h4 {
	font-family: "Merriweather", Arial, sans-serif;
	text-shadow: 0 1px 0 #fff;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
	display: block;
	border-bottom: 1px solid #fff;
	background: url(../images/ffinfo.png) no-repeat 0px 6px;
	padding-left: 20px;
	margin: 20px 0 10px 0;
}
#footerWrapper .footerInfo {
	width: 100%;
	display: table;
}
#footerWrapper .contact {
	text-align: right;
	width: 170px;
	height: 150px;
}
#footerWrapper .contactWrapper {
	width: 170px;
}
#footerWrapper .contact h4 {
	text-align: left;
}
#footerWrapper .contactYm {
	padding-top: 3px;
}
#footerWrapper .contactPhone {
	text-shadow: 0 1px 0 #fff;
}
#footerWrapper .footerNews {
	height: 150px;
}
#footerWrapper .footerNewsList {
	font-size: 11px;
}
#footerWrapper .footerNewsList .date {
	background: url(../images/elist.png) 0px 7px no-repeat;
	padding-left: 12px;
}
#footerWrapper .footerNewsList .subject {
	font-weight: bold;
}
#footerWrapper span.more {
	display: inline-block;
	height: 12px;
	width: 44px;
	background: url(../images/more.png) no-repeat bottom;
	margin-left: 5px;
	cursor: pointer;
}
#footerWrapper .testimonialWrapper {
	width: 230px;
	height: 150px;
}
#footerWrapper .testimonial {
	font-size: 11.5px;
}
#footerWrapper .testimonial .subject {
	font-weight: bold;
}
#footerWrapper .testimonial .body {

	line-height: normal;
	
}
#footerWrapper .testimonial .name {
	font-weight: bold;
	padding-left: 17px;
	background: url(../images/icons/comment.png) 0px 3px no-repeat;
}
#footerWrapper .lastmembers {
	width: 200px;
}
#footerWrapper .totalmembers {
	background: url(../images/elist.png) 0px 6px no-repeat;
	padding-left: 12px;
	float: left;
}
#footerWrapper .lastmembers li {
	list-style: none;
	float: left;
	padding: 1px;
	padding-right: 10px;
	
	}
#footerWrapper .lastmembers li img {
	cursor: pointer;
	border: #999 solid 2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
/* Copyrigh
================================================== */
#copyrightWrapper {
	background: url(../images/copyright_bg.png) repeat-x top;
	float: left;
	width: 100%;
	height: 55px;
	float: left;
	color: #3A3A3A !important;
}
#copyrightWrapper a {
	color: #000 !important;
}
#copyrightWrapper .footer-info {
	float: left;
}
#copyrightWrapper .footer-info .copyright{
	padding-top: 5px;
}
#copyrightWrapper .footer-info .software{
	font-size: 11px;
}
#copyrightWrapper .copyright-info {
	padding-top: 15px;
	float: right;
}
#copyrightWrapper .software-info {
	padding-top: 15px;
}

#copyrightWrapper .footer-info {
	padding-top: 7px;
	float: left;
}

#copyrightWrapper .socialicons{
	padding-top: 10px;
	float: right;
	width: 300px;
}
#copyrightWrapper .socialicons ul.icons {
	margin: 5px 0px 0px 0px;
}
#copyrightWrapper .socialicons ul.icons li {
	list-style: none;
	float: right;
	cursor: pointer;
}
#copyrightWrapper .socialicons ul.icons li a {
	position: relative;
	display: block;
	text-indent: -9999px;
	height: 24px;
	width: 24px;
	padding-right: 10px;
}
#copyrightWrapper .socialicons ul.icons li.icon-facebook {
	background: url("../images/social/facebook.png") no-repeat top;
}
#copyrightWrapper .socialicons ul.icons li.icon-facebook:hover {
	background: url("../images/social/facebook.png") no-repeat bottom;
}
#copyrightWrapper .socialicons ul.icons li.icon-twitter {
	background: url("../images/social/twitter.png") no-repeat top;
}
#copyrightWrapper .socialicons ul.icons li.icon-twitter:hover {
	background: url("../images/social/twitter.png") no-repeat bottom;
}
#copyrightWrapper .socialicons ul.icons li.icon-googleplus {
	background: url("../images/social/googleplus.png") no-repeat top;
}
#copyrightWrapper .socialicons ul.icons li.icon-googleplus:hover {
	background: url("../images/social/googleplus.png") no-repeat bottom;
}
#copyrightWrapper .socialicons ul.icons li.icon-youtube {
	background: url("../images/social/youtube.png") no-repeat top;
}
#copyrightWrapper .socialicons ul.icons li.icon-youtube:hover {
	background: url("../images/social/youtube.png") no-repeat bottom;
}
#copyrightWrapper .socialicons ul.icons li.icon-linkedin {
	background: url("../images/social/linkedin.png") no-repeat top;
}
#copyrightWrapper .socialicons ul.icons li.icon-linkedin:hover {
	background: url("../images/social/linkedin.png") no-repeat bottom;
}
#copyrightWrapper .socialicons ul.icons li.icon-blog {
	background: url("../images/social/blog.png") no-repeat top;
}
#copyrightWrapper .socialicons ul.icons li.icon-blog:hover {
	background: url("../images/social/blog.png") no-repeat bottom;
}

/* Sidebar
================================================== */
.widget {
	margin-bottom: 2em;
	position: relative;
}
.widget h3 {
	font-family: "PT Sans Narrow", Arial, sans-serif;
	color: #fff;
	letter-spacing: 2px;
	text-shadow: 0 1px 0 #fff;
	font-size: 12px;
}
.widget-head {
	border-bottom: 1px solid #FC6;
	-webkit-border-radius: 2px 2px 0 0;
	-moz-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0;
	position: relative;
}
.widget .widget-sponsor {
	background: url(../images/widget-head.png) repeat-x top;
}
.widget .widget-why {
	background: url(../images/widget-head.png) repeat-x bottom;
}
.widget .widget-menus {
	background: url(../images/widget-head.png) repeat-x bottom;
}
.widget-head h3.widget-menus {
	color: #666;
	padding-left: 15px;
	text-shadow: 0 1px 0 #eee;
	text-align: left;
	background: url(../images/icons/menus.png) 5px 8px no-repeat;
}
.widget-head h3.widget-sponsor {
	color: #fff;
	padding-left: 25px;
	text-shadow: 0 1px 0 #000;
	text-align: left;
	background: url(../images/icons/user_green.png) 5px 8px no-repeat;
}
.sponsorPhoto {
	padding: 10px;
	text-align: center;
}
.widget .sponsorInfo p {
	font-size: 11px;
	line-height: 16px;
	letter-spacing: 1px;
	padding-left: 10px;
	text-align: left;
}
.widget .widget-p p {
	background: url(../images/icons/small-arrow.png) 7px 19px no-repeat;
	font-size: 12px;
	line-height: 20px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 15px;
	text-shadow: 0 1px 0 #eee;
	text-align: left;
}
.widget .widget-p p span {
	font-weight: bold;
}
.widget-head h3.widget-why {
	color: #fff;
	padding-left: 25px;
	text-shadow: 0 1px 0 #000;
	text-align: left;
	background: url(../images/icons/favourite.png) 5px 10px no-repeat;
}
.widget-body {
	background: #fff url(../images/widget-body.png) repeat-y;
}
.widget-foot {
	height: 73px;
	background: url(../images/widget-foot.png) repeat-y;
}
/* egtabs
================================================== */
ul.egtabs {
	padding: 10px 0px 0px 10px;
	height: 30px;
	line-height: 16px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
}
ul.egtabs li {
	float: left;
	display: inline-block;
	padding-right: 5px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background: #fff url(../images/egtab-inactive.png) repeat-x;
	padding: 7px 15px 6px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	margin-right: 5px;
}
ul.egtabs li a {
	color: #000000;
	margin-right: 2px;
}
ul.egtabs li.active {
	background: #fff url(../images/egtab-active.png) repeat-x !important;
	padding-bottom: 5px;
	border-top: 3px solid #3CF;
}
div.egtabs {
	padding: 10px 0px 0px 10px;
	height: 30px;
	line-height: 16px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
}
div.egtabs a {
	float: left;
	display: inline-block;
	padding-right: 5px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background: #fff url(../images/egtab-inactive.png) repeat-x;
	padding: 7px 15px 6px 15px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	margin-right: 5px;
	color: #000000;
	margin-right: 2px;
}
div.egtabs a.active, div.egtabs a.selected {
	background: #fff url(../images/egtab-active.png) repeat-x !important;
	padding-bottom: 7px;
}
/* News
================================================== */

.newsList {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.newsList .date {
	display: block;
}
.newsList .subject {
	background: url(../images/elist.png) 0px 10px no-repeat;
	padding-left: 12px;
	line-height: 200%;
	display: block;
	font-weight: bold;
	border-bottom: 1px dotted #999;
}
.newsList .body {
	padding: 5px 0 5px 0;
}
.tooltip {
	background: #FC9 url(../images/tip_bg.png);
	border: 1px solid #fff;
	margin-top: 10px;
	padding: 0px 5px;
	display: none;
	color: #333;
	text-align: left;
	font-size: 11px;
	-moz-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
/* Config
================================================== */
table.config {
	width: 100%;
}
table.config td {
	padding: 3px;
	vertical-align: top;
}
.confighead {
	padding-left: 20px !important;
	padding-top: 20px !important;
	padding-bottom: 5px !important;
	border-bottom: 1px dashed #666;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 14px;
	vertical-align: middle !important;
	text-align: left;
	color: #6A6A6A;
	background: url(../images/icons/config_edit.png) 0 20px no-repeat;
}
.configbutton {
	background-color: #E5E5E5;
	font-weight: bold;
	vertical-align: middle !important;
}
/* Tables
================================================== */
table.tablist {
	width: 100%;
	text-align: left;
	border: 1px solid #CCC;
	border-collapse: collapse;
	line-height: 18px;
	font: 11px/22px Tahoma, Arial, sans-serif;
	margin-top: 5px;
}
table.tablist .tablisthead {
	color: #454545;
	font: 13px/22px Tahoma, Arial, sans-serif;
	border-bottom: 1px solid #CCC;
	background: #e6EEEE url(../images/td_bg.jpg) repeat-x bottom !important;
	font-variant: small-caps;
	text-shadow: 0 1px 0 #fff;
}
table.tablist td {
	padding: 4px;
	vertical-align: top;
}
table.tablist tr {
	background-color: #fff;
	border-bottom: 1px solid #CCC;
}
table.tablist tr:hover {
	color: #333;
	font-weight: bold;
}
table.tablist a:link, a:visited {
	text-decoration: none;
}
table.tablist .list {
	cursor: pointer;
}
table.tablist span.space {
	background: url(../images/icons/small-arrow.png) 0 6px no-repeat;
	padding-left: 7px;
	cursor: pointer;
}
.tablist .tablistbutton {
	font-size: 12px;
	background-color: #F1F1F1 !important;
}
.tablistbutton .pagenum {
	padding: 5px 0px 0px 10px;
	float: left;
	text-align: left;
}
.tablistbutton .tbutton {
	float: right;
	text-align: right;
	padding-right: 10px;
}
/* Downloads
================================================== */
.dlList {
	width: 100%;
	float: left;
	margin-top: 5px;
	margin-bottom: 15px;
	background-color: #F8F9FA;
	border: 1px solid #E3E3E3;
}
.dlList .dlName {
	color: #666;
	padding: 5px;
	display: block;
	font-weight: bold;
	background-color: #F8F9FA;
	border: 1px solid #fff;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
.dlList .dlBody {
	padding: 5px;
	display: block;
	background-color: #F7F8F9;
	border-top: 1px solid #E3E3E3;
	border-bottom: 1px solid #E3E3E3;
}
.dlList .dlImg {
	width: 120px;
	vertical-align: top;
}
.dlList .dlDesc {
	text-align: left;
	vertical-align: top;
}
.dlList img {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #F8F9FA;
	border: 1px solid #E3E3E3;
}
.dlList .dlInfo {
	padding: 5px;
	display: block;
	border: 1px solid #fff;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
/* Paging
================================================== */
.pagenum {
	text-align: center;
}
.pagenum span {
	border: 1px solid #999;
	margin-left: 2px;
	margin-right: 2px;
	padding: 0 3px 0 3px;
}
.pagenum .current-num {
	font-weight: bold;
	color: #231C1C;
}
