/* CSS style sheet */

html, body {
	margin: 0;
	padding: 0;
	text-indent: 0;
	color: #000;
	background-color: #fff;
}
html, body * {
	margin: 0;
	padding: 0;
	text-indent: 0;
}

div.container {
	width: 1002px;
	margin: 10px auto;
	background-color: #fff;
}

/* header */
div.headerLeft {
  width: 172px;
  height: 66px;
  float: left;
}
a.logo {
	float: left;
}
.logo img {
  display: block;
}
div.headerCenter {
  height: 66px;
  padding-left: 10px;
  float: left;
}
a.banner {
	float: left;
	margin-left: 10px;
}
.banner img {
	float: left;
	margin-left: 10px;
}
.headerRight {
  width: 324px;
  height: 66px;
  float: right;
}
.top {
  width: 324px;
  height: 42px;
  float: left;
  text-align: right;
}
.top a {
	font-family: Verdana;
	font-size: 10px;
	color: #2797ce;
	text-align: right
}
.top a:hover {
	text-decoration: none;
}
.down {
  width: 324px;
  height: 24px;
  float: left;
}
.down ul {
	left: 50%;
	margin: 0px;
}
.down li {
	float: left;
	width: 81px;
	list-style: none;
	height: 24px;
	padding: 0px;
    margin: 0px;
	display: inline;
	background: url('../images/right_menu_bg.gif') center center no-repeat #44abdc;
}
.down a {
	line-height: 23px;
	display: block;
	text-decoration: none;
	text-align: center;
	font-family: Tahome, Verdana;
	font-size: 11px;
	color: #fff;
}
.down a:hover {
	color: #b1dcef;
}

/* navigation */
div.nav {
   clear: both;
   width: 1002px;
	background: url('../images/nav_inactive.gif') center center repeat-x #3ba0d1;
}
.nav li {
	float: left;
	list-style: none;
	height: 32px;
}
.nav li.start {
	width: 7px;
	font-size: 1px;
	background: url('../images/nav_start.gif') center center no-repeat #fff;
}
.nav li.end {
	width: 8px;
	font-size: 1px;
	background: url('../images/nav_end.gif') center center no-repeat #fff;
}
.nav li.bg {
	width: 154px;
	background: url('../images/nav_bg.gif') center center repeat-x #3ba0d1;
}
.nav li.sep01 {
	width: 13px;
	background: url('../images/separator01.gif') center center no-repeat #3ba0d1;
}
.nav li.sep011 {
	width: 13px;
	background: url('../images/separator011.gif') center center no-repeat #3ba0d1;
}
.nav li.sep00 {
	width: 13px;
	background: url('../images/separator00.gif') center center no-repeat #3ba0d1;
}
.nav li.sep10 {
	width: 13px;
	background: url('../images/separator10.gif') center center no-repeat #3ba0d1;
}
.nav li.sep22 {
	width: 13px;
	background: url('../images/separator22.gif') center center no-repeat #3ba0d1;
}
.nav li.active a {
	width: 102px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2898cf;
	text-decoration: none;
	font-weight: bold;
	background: url('../images/nav_active.gif') center center repeat-x #3ba0d1;
	text-transform: uppercase;
}
.nav li.active a.big {
	width: 130px;
}
.nav li.active a:hover {
	color: #25759a;
}
.nav li.inactive a {
	width: 102px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	background: url('../images/nav_inactive.gif') center center repeat-x #3ba0d1;
	text-transform: uppercase;
}
.nav li.inactive a.big {
	width: 130px;
}
.nav li.inactive a:hover {
	color: #b1dcef;
}
.nav li.inactive2 {
	width: 304px;
	background: url('../images/nav_inactive.gif') center center repeat-x #3ba0d1;
}

/* firstpage stuff */
/* gallery */

.gallery {
    clear: both;
    float: left;
    width: 650px;
}
.galleryUsers {
    clear: both;
}
.galleryUsers ul {
    list-style-type: none;
}
.galleryUsers li    {
    float: left;
    display: inline;
    width: 110px;
    padding: 5px;
    margin: 0;
}
.galleryUsers img    {
	width: 80px;
	height: 60px;
}

/* content */
div.content {
	clear: both;
	width: 1002px;
	padding-top: 10px;
}
.content a:hover {
	text-decoration: none;
}
.content div.leftpart {
	width: 173px;
	float: left;
}
.leftpart div.cat {
	width: 173px;
	height: 177px;
	background: url('../images/cat_bg.gif') center center repeat-y #53b3e3;
	margin-bottom: 10px;
}
.cat p {
	padding: 35px 10px 10px 10px;
}
.cat p a {
	width: 153px;
	height: 25px;
	line-height: 25px;
	display: block;
	border-bottom: 1px solid #328ab4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
.cat p a.active {
	font-weight: bold;
}
.cat p a:hover {
	font-weight: bold;
}
.leftpart div.cat2 {
	width: 173px;
	height: 124px;
	background: url('../images/cat2_bg.gif') center center repeat-y #53b3e3;
	margin-bottom: 10px;
}
.cat2 p {
	padding: 35px 10px 10px 10px;
}
.cat2 p a {
	width: 153px;
	height: 25px;
	line-height: 25px;
	display: block;
	border-bottom: 1px solid #328ab4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
.cat2 p a.active {
	font-weight: bold;
}
.cat2 p a:hover {
	font-weight: bold;
}

.leftpart div.cat3 {
	width: 173px;
	height: 152px;
	background: url('../images/cat2_bg1.gif') center center repeat-y #53b3e3;
	margin-bottom: 10px;
}
.cat3 p {
	padding: 35px 10px 10px 10px;
}
.cat3 p a {
	width: 153px;
	height: 25px;
	line-height: 25px;
	display: block;
	border-bottom: 1px solid #328ab4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
.cat3 p a.active {
	font-weight: bold;
}
.cat3 p a:hover {
	font-weight: bold;
}

.leftpart div.ah {
	width: 173px;
	height: 152px;
	background: url('../images/ah_bg.gif') center center repeat-y #53b3e3;
	margin-bottom: 10px;
}
.ah p {
	padding: 35px 10px 10px 10px;
}
.ah p a {
	width: 153px;
	height: 25px;
	line-height: 25px;
	display: block;
	border-bottom: 1px solid #328ab4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
.ah p a.active {
	font-weight: bold;
}
.ah p a:hover {
	font-weight: bold;
}
.leftpart div.edit {
	width: 173px;
	height: 105px;
	background: url('../images/edit_bg.gif') center center repeat-y #53b3e3;
	margin-bottom: 10px;
}
.edit p {
	padding: 35px 10px 10px 10px;
}
.edit p a {
	width: 153px;
	height: 18px;
	line-height: 18px;
	display: block;
	border-bottom: 1px solid #328ab4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	text-decoration: none;
}
.edit p a.active {
	font-weight: bold;
}
.edit p a:hover {
	font-weight: bold;
}
.content div.ads {
	width: 173px;
	height: 105px;
	background: url('../images/ads_bg.gif') top left no-repeat #ffce24;
	margin-bottom: 10px;
}
.ads p {
	padding: 45px 10px 10px 10px;
	text-align: center;
}
.ads p a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.ads p a:hover {
	text-decoration: underline;
}
.ads p a.small {
	display: block;
	margin-top: 15px;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
	text-align: right;
}
.ads p a.small:hover {
	text-decoration: none;
}
.content div.gar {
	width: 173px;
	height: 105px;
	background: url('../images/gar_bg.gif') center center no-repeat #c7f537;
}
.gar p {
	padding: 35px 10px 10px 10px;
}
.gar p a {
	width: 153px;
	height: 18px;
	line-height: 18px;
	display: block;
	border-bottom: 1px solid #b6d459;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	text-decoration: none;
}
.gar p a.active {
	font-weight: bold;
}
.gar p a:hover {
	font-weight: bold;
}
.content div.centerpart {
	float: left;
	margin-left: 10px;
	max-width:630px;
}
.centerpart table.offers {
	width: 650px;
	border: 1px solid #d3d3d3;
	background-color: #fff;
	text-align: center;
}
.offers td.title {
	width: 650px;
	height: 20px;
	background-color: #2797ce;
	color: #fff;
	font-family: Verdana;
	font-size: 10px;
	text-indent: 10px;
	text-align: left;
}
.offers a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	text-decoration: none;
}
.offers a img {
	border: 1px solid #d2d2d2;
}
.centerpart table.search {
	width: 650px;
	border: 1px solid #d3d3d3;
	background-color: #fff;
	text-align: left;
}
.search td.title {
	width: 650px;
	height: 20px;
	background-color: #2797ce;
	color: #fff;
	font-family: Verdana;
	font-size: 11px;
	text-indent: 10px;
}
.search td {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}
.search td.links a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
.search td.links a.active {
	text-decoration: underline;
	font-weight: bold;
}
.search td.links a:hover {
	text-decoration: underline;
}
.search input, .search select {
	width: 130px;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}
.search input {
	width: 120px;
}
.search input.search {
	width: 127px;
	height: 26px;
	background: url('../images/search_btn.gif') center center no-repeat #eaeaea;
	border: 0;
}
.search input.post {
	width: 127px;
	height: 26px;
	background: url('../images/post_btn.gif') center center no-repeat #eaeaea;
	border: 0;
}
.search input.save {
	width: 127px;
	height: 21px;
	background: url('../images/save_btn.gif') center center no-repeat #e7e7e7;
	border: 0;
	margin: 0 0 0 8px;
}
.search input.reg {
	width: 127px;
	height: 26px;
	background: url('../images/reg_btn.gif') center center no-repeat #eaeaea;
	border: 0;
}
.search span.mark {
	color: #bac7d2;
}
.search span.mark2 {
	color: #FF0000;
}
.search input.big {
	width: 285px;
}
.search input.edit {
	width: 127px;
	height: 26px;
	background: url('../images/edit_btn.gif') center center no-repeat #eaeaea;
	border: 0;
}
.centerpart table.search2 {
	width: 650px;
	background-color: #fff;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2797ce;
}
.search2 td.title2 {
	width: 640px;
	height: 20px;
	background-color: #2797ce;
	color: #fff;
	font-family: Verdana;
	font-size: 11px;
	padding-left: 10px;
}
.search2 td.links {
	color: #000;
}
.search2 td.links a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
.search2 td.links a.active {
	text-decoration: underline;
	font-weight: bold;
}
.search2 td.links a:hover {
	text-decoration: underline;
}
.search2 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2797ce	
}
.search2 a.arrow {
    margin: 0 8px;
	text-decoration: none;
}
.search2 td.black {
	font-size: 11px;
	color: #000;
	font-weight: bold;
}
.search2 td.black2 {
	color: #000;
}
.search2 .black2 input {
	width: 15px;
	height: 15px;
}
.search2 select.search {
	width: 280px;
	margin-right: 20px;
}
.search2 input.exec {
	width: 127px;
	height: 21px;
	background: url('../images/exec_btn.gif') center center no-repeat #eaeaea;
	border: 0;
}
.centerpart table.search3 {
	width: 650px;
	background-color: #f7f7f7;
	border: 1px solid #d3d3d3;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}
.search3 td {
	padding: 0 3px;
}
.search3 td.title {
	height: 20px;
	background-color: #2797ce;
	color: #fff;
	font-family: Verdana;
	font-size: 11px;
}
.search3 .title a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
}
.search3 img {
	border: 1px solid #2797ce;
	margin: 2px;
}
.search3 span.color {
	color: #6c6c6c;
	font-size: 10px;
}
.search3 span.color2 {
	color: #2797ce;
	font-weight: bold;
}
.search3 input.note {
	width: 300px;
	padding: 3px 0;
	color: #2797ce;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.search3 input.save {
	width: 127px;
	height: 21px;
	background: url('../images/save_btn.gif') center center no-repeat #e7e7e7;
	border: 0;
	margin: 0 0 0 8px;
}
.centerpart table.details {
	width: 650px;
	background-color: #fff;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}
.details td {
	padding: 2px;
}
.details td.title {
	height: 20px;
	background-color: #2797ce;
	color: #fff;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
}
.details img {
	border: 1px solid #2797ce;
}
.details span.form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2797ce;
	font-weight: bold;
}
.text1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: red;
}
.details .left a {
	color: #000;
}
.details .left a:hover {
	text-decoration: none;
}
.details .right a {
	color: #2797ce;
	text-decoration: none;
}
.details .right a.space {
	margin-right: 15px;
	text-decoration: underline;
}
.details .right a.space2 {
	text-decoration: underline;
}
.details .right a:hover {
	text-decoration: none;
}
.details .right span.gray {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ccc;
}
.details .right table.contacts {
	width: 350px;
	background-color: #f7f7f7;
	border: 1px solid #2797ce;
}
.details span.color {
	color: #6d879f;
}
.details span.color2 {
	color: #2797ce;
}
.details td.bord {
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
}
.details h4 {
	font-size: 12px;
	color: #2797ce;
}
.details input.sub {
	width: 120px;
	height: 20px;
	border: 1px solid #ccc;
}
.details table.upload {
	width: 100%;
	border: 2px solid #ccc;
}
.details .upload input {
	width: 218px;
}
.right table.contacts td {
	padding: 5px;
}
.right table.contacts td a {
	font-size: 10px;
	text-decoration: underline;
}
.details input, .details textarea {
	background-color: #f7f7f7;
	width: 200px;
	border: 1px solid #3aa0d2;
	margin-bottom: 5px;
}
.details .code {
	background-color: #f7f7f7;
	width: 100px;
	border: 1px solid #3aa0d2;
	margin-bottom: 5px;
}
.details textarea {
	height: 120px;
}
.details input.send {
	width: 127px;
	height: 26px;
	background: url('../images/send_btn.gif') center center no-repeat #e7e7e7;
	border: 0
}
.details input.search {
	width: 127px;
	height: 26px;
	background: url('../images/search_btn.gif') center center no-repeat #e7e7e7;
	border: 0;
	margin-left: 50px;
}
.details select.adv_buy_search {
	background-color: #fff;
	width: 256px;
	border: 1px solid #ddd;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	padding: 2px;
}
.details input.adv_buy_search {
	background-color: #fff;
	width: 250px;
	border: 1px solid #ddd;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	padding: 2px;
}
.details select.ah {
	background-color: #fff;
	width: 256px;
	border: 1px solid #ddd;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	padding: 2px;
}
.details input.ah {
	width: 127px;
	height: 26px;
	background: url('../images/show_btn.gif') center center no-repeat #e7e7e7;
	border: 0;
}
.details img.arrow {
	border: 0;
}
.details input.edit_del1 {
	width: 140px;
	height: 18px;
	line-height: 18px;
	background-color: #fff;
	border: 1px solid #ccd8e3;
	margin-left: 30px;
	position: relative;
	top: 4px;
}
.details input.edit_del2 {
	width: 140px;
	height: 18px;
	line-height: 18px;
	background-color: #fff;
	border: 1px solid #ccd8e3;
	margin-left: 13px;
	position: relative;
	top: 4px;
}
.details input.edit_del3 {
	width: 140px;
	height: 18px;
	line-height: 18px;
	background-color: #fff;
	border: 1px solid #ccd8e3;
	margin-left: 91px;
	position: relative;
	top: 4px;
}
.details input.edit_sub {
	width: 127px;
	height: 26px;
	background: url('../images/del_btn.gif') center center no-repeat #e7e7e7;
	border: 0;
	margin: 5px 0 0 148px;
}
.details input.edit_enter {
	width: 127px;
	height: 26px;
	background: url('../images/enter_btn.gif') center center no-repeat #e7e7e7;
	border: 0;
	margin: 5px 0 0 148px;
}
.details .links a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #474747;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 17px;
}
.details .links a:hover {
	text-decoration: underline;
}
span.left {
	float: left;
	font-family: Verdana;
	font-size: 10px;
	color: #ccc;
}
span.right {
	float: right;
	font-family: Verdana;
	font-size: 10px;
	color: #ccc;
}
span.right a {
	color: #2797ce;
}
.content div.rightpart {
	width: 159px;
	float: right;
}
.rightpart a {
	display: block;
	margin-bottom: 10px;
}
.rightpart #stenikBanner {
    width: 150px;
}

/* footer */
div.footer {
	clear: both;
	width: 1002px;
	height: 23px;
	line-height: 23px;
	margin-bottom: 10px;
}
.footer table {
	width: 1000px;
	font-size: 10px;
	color: #ccc;
}
.footer table td {
	width: 688px;
	font-family: Verdana;
	font-size: 10px;
	color: #fff;
	background: url('../images/footer_bg.gif') center center repeat-x #3da2d6;
}
.footer td.left {
	width: 150px;
}
.footer td.right {
	width: 150px;
}
.footer td a {
	font-family: Verdana;
	font-size: 10px;
	color: #fff;
}
.footer td a:hover {
	text-decoration: none;	
}
.footer td.start {
	float: left;
	width: 8px;
	height: 23px;
	font-size: 1px;
	background: url('../images/footer_start.gif') center center no-repeat #3da2d6;
}
.footer td.end {
	float: right;
	width: 6px;
	height: 23px;
	font-size: 1px;
	background: url('../images/footer_end.gif') center center no-repeat #3da2d6;
}
/* search */
.search select.big {
	width: 293px;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
}
.search input.check {
	width: 20px;
	height: 15px;
	margin: 1px;
	padding: 0;
	font-size: 1px;
}
body.compare {
	padding: 10px;
}
table.compare {
	width: 980px;
}
.compare td.title {
	height: 30px;
	line-height: 30px;
	background-color: #2797ce;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	text-indent: 5px;
}
.offer td.offer_title {
	width: 362px;
	height: 20px;
	line-height: 20px;
	background-color: #2797ce;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	text-indent: 5px;
	padding: 0;
}
.offer td.hspacer {
	width: 10px;
	background-color: #fff;
}
.offer td.vspacer {
	height: 5px;
}
.offer img {
	border: 1px solid #2d9acf;
}
.offer td.subtitle {
	width: 110px;
	height: 20px;
	line-height: 20px;
	background-color: #bee0f0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2797ce;
	font-weight: bold;
	padding-left: 5px;
}

/* new code */
table.offer {
    width: 350px;
    display: inline;
    float: left;
    margin: 0 10px;
}
.offer td {
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 11px;
    color: #000;
    line-height: 18px;
}
.offer td.one {
    background-color: #f4f4f4;
}
.offer td.two {
    background-color: #fff;
}
.offer td span.none {
	color:#ccc;  
}
a.close {
    clear: both;
    width: 130px;
    height: 20px;
    line-height: 20px;
    display: block;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #fff;
    background-color: #2797ce; 
    text-indent: 5px;
    margin: 0 0 0 10px;
    text-decoration: none;
}


.flash {
	background:transparent url(/images/information_bar_right.gif) no-repeat scroll right top;
	border:0 none;
	cursor:pointer;
	display:block;
	height:30px;
	margin:0 0px 12px !important;
	overflow:hidden;
	padding:0 !important;
	font: bold 11px tahoma;
	width:100%;
}
.flash .flash_inner {
	display:block;
	height:30px;
	padding:9px 10px 0 45px;
}
#success .flash_inner {
	background:transparent url(/images/flash_success.gif) no-repeat scroll left top;
	border:0 none;
	color:#333333;
}
#error .flash_inner {
	background:transparent url(/images/flash_error.gif) no-repeat scroll left top;
	border:0 none;
	color:#B7220A;
}


/*////////////////////////////////////////////////////*/


.stats {
	margin-top:20px;
	background: url(../images/stats.jpg);
	padding: 10px;
	font: 11px Tahoma, Geneva, sans-serif;
	line-height: 140%;
	margin-bottom:10px;
	padding-top:32px;
	height:112px;
	color:white;
}

	.stats .total1 {
		font: normal 33px myriad pro;
		text-align:center;
	}
	.stats .total2 {
		font-weight: bold;
		text-align:center;
	}
	
.cat3.big {
	background:url(../images/category_background.png) no-repeat left top !important;
	height:auto !important;
}
	.cat3.big p {
		background:url(../images/category_background.png) no-repeat right bottom !important;
	}
.thumb {margin:0 10px 10px 0;display:block;float:left;background:#f5f5f5;width:106px;padding:10px;-moz-border-radius:3px;}
.thumb img {border:2px solid #CCC;}
.thumb .buttonInput {margin-top:5px;}
.thumb a:hover img {border:2px solid #666;}


.stats2 {
	background:url(../images/category_background2.png) right bottom no-repeat;
	padding: 3px 0 0;
	font: 11px Tahoma, Geneva, sans-serif;
	color:white;
	padding-bottom:7px;
	margin-bottom:6px;
}
.stats2 .inner {
	background:url(../images/category_background2.png) left top no-repeat;
	padding: 7px 10px 12px;
}
.stats2 p {
	margin: 2px 0;
}

.stats2 .title {
	margin:0;
	text-align:center;
	color:#000;
	padding-top:3px;
	padding-bottom:10px;
}
.stats2 .ul {
	font-weight:bold;
	margin-top:10px;
}
.stats2 .li {
	font-weight:normal;
}
.stats2 .li a {
	color:#FFF;
	font-weight:normal;
	text-decoration:none;
	margin-bottom:3px;
	height:14px;
	overflow:hidden;
}
.stats2 .li a:hover {
	color:#FF0;
}