html {
  height:100%;
  width:100%;
}

body {
	color:#000;
	font-family:Arial;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	letter-spacing:normal;
	margin:0;
	padding:0;
	 background:url(/templates/Default/images/body-bg.gif) repeat-y top center; 
}
a,img {
	outline:none;
	outline-width:0;
}
a {
	color:#740200;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
img {
	border:0;
}
#body-wrapper {
	width:100%;
	height:100%;
	display:table;
	overflow:hidden;
	margin:0;
	padding:0;
	 background:url(/templates/Default/images/body-top-bg.png) no-repeat top center; 
}
#wrapper {
	width:100%;
	height:100%;
	display:table;
	overflow:hidden;
	margin:0;
	padding:0;	
	 background:url(/templates/Default/images/body-footer-bg.png) no-repeat bottom center; 
}
#container-body {
	display:block;
	margin:0pt auto;
	width:990px;
	height:auto;
	
}
#container {
	display:block;
	width:990px;
	height: auto;
	margin:0;
	padding:0;
}

/* HEADER CSS */

#container-header {
	float:left;
	width:990px;
	height:160px;
	position:relative;
}

#container-header .logo {
	position:absolute;
	width:260px;
	height:125px;
	padding:50px 0 0 155px;
	background:url(/templates/Default/images/umbrella.png) no-repeat left top;
	left:-80px;
	top:20px;
	z-index:1;
}

#container-header .user {
	position:absolute;
	width:550px;
	height:28px;
	padding:0px 0 0 5px;
	left:484px;
	top:12px;
	background:none;
}

#container-header .user .user-count-block {
	display:block;
	float:left;
	height:28px;
	padding:0 0 0 20px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#fdb607;
	line-height:28px;
	text-align:left;
	text-transform: uppercase;	
	background:url(/templates/Default/images/user-count-left.png) no-repeat left top;
}
#container-header .user .user-count-block .user-count {
	float:left;
	background:url(/templates/Default/images/user-count-right.png) no-repeat right top;
	padding:0 20px 0 0;

}
#container-header .user .user-count-block .user-count span {
	color:#FFF;
}
#container-header .user a {
	float:left;
	margin-left:8px;
}

#container-header .banner {
	position:absolute;
	width:610px;
	height:100px;
	padding:0px 0 0 5px;
	left:378px;
	top:52px;
	background:none;
}

/* MENU CSS */
#container-menu {
	float:left;
	width:990px;
	height:104px;
	background:url(/templates/Default/images/menu-bg.png) no-repeat left top;
	position:relative;
	z-index:2;
}
#container-menu #search-box {
	width:226px;
	height:26px;
	position:absolute;
	top:70px;
	right:6px;
}
#container-menu ul {
	width:990px;
	height:64px;
	display:block;
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
}
#container-menu ul li {

	float:left;
	height:64px;
	line-height:64px;
}
#container-menu ul li a {
	float:left;
	display:block;
	font-size:20px;
	font-weight:bold;
	color:#000;
	text-decoration:none;
	padding:0 25px 0 25px;
	text-shadow:1px 1px 0 #fff;
}
#container-menu ul li a.current,#container-menu ul li a:hover {
	color:#ffea7e;
	float:left;
	margin:5px 0 0 0;
	line-height:54px;
	height:59px;
	padding:0 0 0 25px;
	text-shadow:-1px -1px 0 #000;
	background:url(/templates/Default/images/buttons/menu-left.png) no-repeat left top;
}
#container-menu ul li a.current span,#container-menu ul li a:hover span {
	display:block;
	float:left;
	height:59px;
	padding:0 25px 0 0;
	background:url(/templates/Default/images/buttons/menu-right.png) no-repeat right top;
}
#container-menu ul li ul {
	position:absolute;
	width:750px;
	height:40px;
	display:block;
	margin:0;
	padding:0 0 0 11px;
	list-style:none;
	left: 0;
	top:64px;
}
#container-menu ul li ul.hide {
	display:none;
}
#container-menu ul li ul li {
	float:left;
	height:40px;
	line-height:39px;
}
#container-menu  ul li ul li a {
	display:block;
	font-size:14px;
	font-weight:bold;
	color:#ffea7e;
	text-decoration:underline;
	padding:0 16px 0 16px;
	text-shadow: none;
}
#container-menu ul li ul li a.current,#container-menu ul li ul li a:hover,#container-menu ul li ul li a.current:hover {
	color:#fff;
	margin:7px 0 0 0;
	height:26px;
	line-height:25px;
	text-decoration:none;
	padding:0 0 0 16px;
	background:url(/templates/Default/images/buttons/submenu-left.png) no-repeat left top;
}
#container-menu ul li ul li a.current span,#container-menu ul li ul li a:hover span,#container-menu ul li ul li a.current:hover span {
	display:block;
	height:26px;
	padding:0 16px 0 0;
	background:url(/templates/Default/images/buttons/submenu-right.png) no-repeat right top;
}

/* CONTENT CSS */
div.content-shadow {
	width:990px;
	height:9px;
	background:url(/templates/Default/images/content-top-bg.png) no-repeat left top;
	position:absolute;
	top:104px;
}
#container-content {
	float:left;
	width:990px;
	min-height:600px;
	height:auto !important;
	height:600px;
	background: url(/templates/Default/images/content-wide-bg.png) left top;
	
}

#container-content #leftbox {
	float:left;
	width:235px;
	min-height:100px;
	height:auto !important;
	height:100px;
	padding-bottom:20px;
}
#container-content #central-contentbox-wrapper {
	float:left;
	width:520px;
	height:auto;
	overflow:hidden;
	padding:0;
}
#container-content #centralbox-rightbox-container {
	float:left;
	width:755px;
	height:auto;
	padding:0;
}
#container-pager {
	float:left;
	clear:left;
	display:block;
	width:503px;
	height:40px;
	padding:0 0 6px 0;
	margin:0 0 10px 9px;
	background:url(/templates/Default/images/pager-bg.png) no-repeat 0 0;
}

#container-pager .left {
	float:left;
	height:40px;
	width:350px;
}

#container-pager .right {
	float:left;
	height:40px;
	width:153px;
}
#container-pager-wide {
	float:left;
	clear:left;
	display:block;
	width:737px;
	height:40px;
	padding:0 0 6px 0;
	margin:0 0 10px 5px;
	background:url(/templates/Default/images/pager-wide-bg.png) no-repeat 0 0;
}

#container-pager-wide .left {
	float:left;
	height:40px;
	width:350px;
}

#container-pager-wide .right {
	float:right;
	height:40px;
	width:153px;
}

/* All central block */
#container-content #contentbox-wrapper-full {
	float:left;
	width:980px;
	height:auto;
	overflow:hidden;
	padding:0 0 19px 0;
	margin-left:5px;
	background: url(/templates/Default/images/all-content-footer-bg.png) no-repeat bottom left;
}
#container-content #contentbox-wrapper-full #contentbox-full {
	float:left;
	width:950px;
	padding:0 15px 20px 15px;
	min-height:540px;
	height:auto !important;
	height:540px;
	background:url(/templates/Default/images/all-content-bg.png) repeat-y left top;
}
/* ------ */

#container-content #contentbox-wrapper {
	float:left;
	width:520px;
	height:auto;
	overflow:hidden;
	padding:0 0 19px 0;
	background:url(/templates/Default/images/content-footer-bg.gif) no-repeat bottom left;
}
#container-content #contentbox-wrapper-wide {
	float:left;
	width:755px;
	height:auto;
	overflow:hidden;
	padding:0 0 19px 0;
	background: url(/templates/Default/images/central-wide-footer-bg.png) no-repeat bottom left;
}
#container-content #contentbox-wrapper #contentbox {
	float:left;
	width:490px;
	padding:0 15px 20px 15px;
	min-height:300px;
	height:auto !important;
	height:300px;
	background: url(/templates/Default/images/ccontent-bg.png) repeat-y left top;
}
#container-content #contentbox-wrapper-wide #contentbox-wide {
	float:left;
	width:725px;
	padding:0 15px 20px 15px;
	min-height:300px;
	height:auto !important;
	height:300px;
	background: url(/templates/Default/images/central-wide-bg.png) repeat-y left top;
}

/* CSS for central region */
#central-read-container,#central-home-container,#central-user-container {
	float:left;
	width:482px;
	height:auto;
	padding-top:15px;
	padding-left:8px;
}
#central-podbor-container {
	float:left;
	width:490px;
	height:200px;
	padding-top:15px;
	padding-bottom:0px;
	position:relative;
	z-index:10px;
}
#central-read-container .h1,#central-home-container .h1,#central-user-container {
	float:left;
	font-size:24px;
	font-weight:bold;
	color:#b11116;
	margin:0;
	padding:4px 0;
}

#podbor-container-main {
	position:absolute;
	left:0;
	top:15px;
	z-index:91;
	width:490px;
	height:200px;
	padding-bottom:10px;
	background:url(/templates/Default/images/podbor-top-bg.png) no-repeat top left;
}
#podbor-container-advanced {
	float:left;
	position:absolute;
	top:202px;
	z-index:90;
	width:452px;
	min-height:200px;
	height:auto !important;
	height:200px;
	padding:10px 19px 15px 19px;
	background: url(/templates/Default/images/advpodbor-bg.png) no-repeat left bottom;
}
#podbor-container-main .top {
	float:left;
	width:490px;
	height:66px;
}
#podbor-container-main .top .left {
	float:left;
	height:60px;
	width:228px;
	padding:12px 0 0 18px;
	font-size:34px;
	color:#3e100e;
	text-shadow:1px 1px 0 #ffff89;
}
#podbor-container-main .top .right {
	float:left;
	height:60px;
	width:220px;
	padding:12px 0 0 14px;
	font-size:11px;
	color:#3e100e;
}
#podbor-container-main .middle {
	float:left;
	width:452px;
	height:67px;
	margin:0 19px;
	background:url(/templates/Default/images/podbor-top-central.png) no-repeat left top;
}
#podbor-container-main .middle .field-box {
	float:left;
	width:139px;
	padding-left:9px;
	height:60px;
}
#podbor-container-main .bottom {
	float:left;
	width:490px;
	height:58px;
	position:relative;
}
#podbor-container-main .bottom .button {
	width:140px;
	height:40px;
	position:absolute;
	right:15px;
	top:6px;
}
#podbor-container-main .bottom .advanced-block {
	width:125px;
	height:22px;
	line-height:15px;
	position:absolute;
	left:47px;
	top:33px;
}

#simple-text-container {
	float:left;
	width:475px;
	height:auto;
	padding-bottom:17px;
	padding-top:20px;
	padding-left:8px;
	padding-right:5px;
}

#read-container {
	float:left;
	width:480px;
	height:auto;
	padding-bottom:17px;
	padding-top:8px;
	background:url(/templates/Default/images/dash-delimiter.gif) repeat-x bottom left;
}

#read-container .last-block {
	background:none;
}
#read-container .top {
	width:480px;
	padding-bottom:10px;
}
#read-container .top a {
	font-size:16px;
	font-weight:bold;
	color:#000;
	text-decoration:underline;
}
#read-container .top a:hover {
	text-decoration:none;
}
#read-container .bottom {
	width:480px;
	padding:4px 0 0 0;
}
#read-container .bottom .left {
	float:left;
	width:127px;
}
#read-container .bottom .right {
	float:left;
	width:353px;
}
#read-container .bottom .right .r-info {
	font-size:11px;
	color:#666;
	float:left;
	width:353px;
	height:24px;
	line-height:16px;
}
#read-container .bottom .right .r-info .rating {
	display:inline-block;
	float:right;
}
#read-container .bottom .right .r-info .rating ul.unit-rating {
	top:0;
}
#read-container .bottom .right .r-data {
	float:left;
	width:353px;
	font-size:13px;
	color:#333;
	padding:2px 0 3px 0;
}
#read-container .bottom .right .r-keywords {
	float:left;
	width:335px;
	background:url(/templates/Default/images/keywords-bg.gif) no-repeat left 4px;
	padding-left:18px;
	font-size:12px;
	color:#000;
}
#read-container .bottom .right .r-info a {
		font-size:11px;
	color:#000;
	text-decoration:underline;
}
#read-container .bottom .right .r-info a:hover {
	text-decoration:none;
}
#read-container .bottom .right .r-keywords a {
	font-size:10px;
	color:#000;
	text-decoration:underline;
}
#read-container .bottom .right .r-keywords a:hover {
	text-decoration:none;
}

/* CSS for HOME BLOCK */
#home-container {
	float:left;
	width:480px;
	height:auto;
	padding:20px 0 14px 0;
	background:url(/templates/Default/images/dash-delimiter.gif) repeat-x bottom left;
}

#home-container .top {
	float:left;
	width:480px;
	padding:4px 0 0 0;
}
#home-container .top .left {
	float:left;
	width:202px;
	height:140px;
	position:relative;
	z-index:1;
}
#home-container .top .left .label-premium {
	width:104px;
	height:104px;
	background:url(/templates/Default/images/label-premium.png) no-repeat 0 0;
	position:absolute;
	left:-6px;
	top:-7px;
}
#home-container .top .right {
	float:left;
	width:278px;
}
#home-container .top .right .h-header {
	font-size:11px;
	color:#666;
	float:left;
	width:278px;
}
#home-container .top .right .h-header a {
	font-size:18px;
	color:#000;
	font-weight:bold;
	text-decoration:underline;
}
#home-container .top .right .h-header a:hover {
	text-decoration:none;
}
#home-container .top .right .h-data {
	float:left;
	width:278px;
	font-size:13px;
	color:#333;
	padding:2px 0 3px 0;
	position:relative;
}
.price-container {
	float:right;
	display:block;
	width:180px;
	height:41px;
	text-align:right;
	padding-right:10px;
	right:5px;
	top:70px;
}
.price-container span.pr-left {
	display:block;
	float:right;
	height:41px;
	padding-left:22px;
	background:url(/templates/Default/images/buttons/price-left.jpg) no-repeat left top;
}
.price-container span.pr-right {
	display:block;
	float:right;
	font-size:18px;
	line-height:36px;
	color:#000;
	height:41px;
	padding-right:13px;
	background:url(/templates/Default/images/buttons/price-right.jpg) no-repeat right top;
}
.price-container span.pr-left-premium {
	display:block;
	float:right;
	height:41px;
	padding-left:22px;
	background:url(/templates/Default/images/buttons/price-left-premium.jpg) no-repeat left top;
}
.price-container span.pr-right-premium {
	display:block;
	float:right;
	font-size:18px;
	line-height:36px;
	color:#000;
	height:41px;
	padding-right:13px;
	background:url(/templates/Default/images/buttons/price-right-premium.jpg) no-repeat right top;
}
.price-container span.pr-right strong {
	font-size:24px;
	font-weight:bold;
}
.price-container span.pr-right-premium strong {
	font-size:24px;
	font-weight:bold;
}
.price-container a.price-more {
	font-size:18px;
	color:#000;
	text-decoration:none;
	border-bottom:1px dashed #000;
}
.price-container a.price-more:hover {
	text-decoration:none;
	border-bottom:0 none;
}
#home-container .top .right .h-data strong {
	color:#000;
}
#home-container .bottom {
	float:left;
	width:480px;
	padding:4px 0 0 0;
}
#home-container .bottom .more-grn {
	width:480px;
}
ul#home-list {
	list-style:none;
	margin:0;
	padding:0;
	font-size:13px;
}
ul#home-list li {
	line-height:20px;
}
ul#home-list li span.property-yes,ul#home-list li span.property-none {
    display: inline-block;
}
ul#home-list li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#740200;
	text-decoration:underline;	
}
ul#home-list li a:hover {
	text-decoration:none;
}

#container-content #rightbox {
	float:left;
	width:235px;
	min-height:100px;
	height:auto !important;
	height:100px;
	padding-bottom:20px;
}

#leftbox-block-wrapper,#rightbox-block-wrapper {
	float:left;
	display:block;
	width:235px;
	height:auto;
	margin:20px 0 0 0;
}
#leftbox-block-wrapper .topbox, #rightbox-block-wrapper .topbox{
	float:left;
	height:45px;
	width:235px;
	position:relative;
}
#leftbox-block-wrapper .bottombox, #rightbox-block-wrapper .bottombox{
	float:left;
	display:block;
	width:235px;
	height:auto;
	overflow:hidden;
}
#leftbox-block-wrapper .block-banner {
	display:block;
	width:230px;
	text-align:right;
	padding-right:5px;
}
#leftbox-block-wrapper .block-banner  .bottombox{
	float:right;
	display:block;
	width:230px;
	height:auto;
	overflow:hidden;
}
#rightbox-block-wrapper .block-banner {
	text-align:left;
}
#leftbox-block-wrapper .topbox .header {
	width:251px;
	height:57px;
	background:url(/templates/Default/images/menubox-bg.png) no-repeat right top;
	position:absolute;
	top:0;
	left:-16px;
	
}
#leftbox-block-wrapper .topbox .span_place {
	width:145px;
	height:25px;
	text-align:right;
	font-size:11px;
	font-weight:bold;
	color:#000;
	position:absolute;
	top:5px;
	right:10px;
}
#rightbox-block-wrapper .topbox .span_place {
	width:145px;
	height:25px;
	text-align:right;
	font-size:11px;
	font-weight:bold;
	color:#000;
	position:absolute;
	top:5px;
	right:24px;
}
#leftbox-block-wrapper .topbox .h2 {
	font-size:20px;
	font-weight:bold;
	color:#b11116;
	padding:7px 0 0 38px;
	margin:0;
	text-shadow:1px 1px 0 #fff;
}
#rightbox-block-wrapper .topbox .header {
	width:251px;
	height:57px;
	background:url(/templates/Default/images/menubox-r-bg.png) no-repeat left top;
	position:absolute;
	top:0;
	left:-2px;
}
#rightbox-block-wrapper .topbox .span_blogi {
	width:145px;
	height:25px;
	text-align:right;
	font-size:11px;
	font-weight:bold;
	color:#000;
	position:absolute;
	top:5px;
	right:27px;
}
#leftbox-block-wrapper .topbox .span_blogi {
	width:145px;
	height:25px;
	text-align:right;
	font-size:11px;
	font-weight:bold;
	color:#000;
	position:absolute;
	top:5px;
	right:7px;
}
#rightbox-block-wrapper .topbox  .h2 {
	font-size:20px;
	font-weight:bold;
	color:#b11116;
	padding:7px 0 0 14px;
	margin:0;
	text-shadow:1px 1px 0 #fff;
}
/* CSS for PLACE */
#place-map {
	float:left;
	width:235px;
	height:166px;
	background:url(/templates/Default/images/place-map.png) no-repeat top right;
}
#rightbox-block-wrapper #place-map {
	float:left;
	width:235px;
	height:166px;
	background:url(/templates/Default/images/place-map.png) no-repeat top left;
}
#place-map .map-block {
	width:211px;
	height:149px;
	position:relative;
	margin:6px 0 0 17px;
}
#rightbox-block-wrapper #place-map .map-block {
	width:211px;
	height:149px;
	position:relative;
	margin:6px 0 0 10px;
}
#place-map .map-block .town-show {
	position:absolute;
	right:2px;
	top:130px;
	font-weight:bold;
	color:#9f0500;
	font-size:12px;
	z-index:14;
}
#rightbox-block-wrapper #place-map .map-block .town-show {
	position:absolute;
	right:2px;
	top:130px;
	font-weight:bold;
	color:#9f0500;
	font-size:12px;
	z-index:14;
}
#place-map .map-block .dot-show{
	width:19px;
	height:28px;
	position:absolute;
	left:0;
	top:120px;
	display:none;
	background:url(/templates/Default/images/map-dot.png) no-repeat 0 0;
	z-index:15;
}
#rightbox-block-wrapper #place-map .map-block .dot-show{
	width:19px;
	height:28px;
	position:absolute;
	left:0;
	top:120px;
	display:none;
	background:url(/templates/Default/images/map-dot.png) no-repeat 0 0;
	z-index:15;
}
.place-nav-button {
	float:left;
	width:235px;
	height:30px;
	padding:3px 0 3px 110px;
}
#rightbox-block-wrapper .place-nav-button {
	float:left;
	width:235px;
	height:30px;
	padding:3px 0 3px 100px;
}
#place-menu-container {
	float:left;
	width:235px;
	height:296px;
}
#rightbox-block-wrapper #place-menu-container {
	float:left;
	width:230px;
	height:296px;
}
ul#place-menu li ul#place-submenu {
	list-style:none;
	margin:0;
	padding:0 0 4px 24px;
}
ul#place-menu li ul#place-submenu li {
	float:left;
	display:block;
	clear:left;
	padding:0;
	margin:0;
	height:17px;
	background:none;
	line-height:15px;
}
ul#place-menu li ul#place-submenu li a {
	font-size:11px;
	color:#000;
	float:left;
	display:block;
	text-decoration:underline;
	font-weight:normal;
	padding-left:12px;
	background:url(/templates/Default/images/submenu-item.png) no-repeat left center;
}
ul#place-menu li ul#place-submenu li a:hover {
	text-decoration:none;
}
ul#place-menu {
	margin:0;
	padding:0 20px 0 15px;
	list-style:none;
	
}
#rightbox-block-wrapper ul#place-menu {
	margin:0;
	padding:0 17px 0 8px;
	list-style:none;
	
}

ul#place-menu li {
	height:29px;
	background:url(/templates/Default/images/delimiter.gif) repeat-x left bottom;
}
ul#place-menu li.active {
	min-height:29px;
	height:auto !important;
	height:29px;
	background:url(/templates/Default/images/delimiter.gif) repeat-x left bottom;
}

ul#place-menu li div {
	background:none;
}
ul#place-menu li.active div  {
	overflow:hidden;
	padding-bottom:16px;
	background:url(/templates/Default/images/menu-select-bg.png) repeat-y top left;
}
ul#place-menu li.last {
	background:none;
}
ul#place-menu li span.link-container {
	display:block;
	padding:0 0 0 2px;
	
}
ul#place-menu li.active a {
	color:#000;
	background:url(/templates/Default/images/list-to-bottom.png) no-repeat 7px 9px;
}
ul#place-menu li a {
	float:left;
	display:block;
	font-weight:bold;
	font-size:12px;
	color:#740200;
	line-height:24px;
	padding:0 0 0 22px;
	text-decoration:underline;
	background:url(/templates/Default/images/list-item-m.png) no-repeat 7px 7px;
}
ul#place-menu li a.size-1 {
	font-size:18px;
}
ul#place-menu li a.size-2 {
	font-size:16px;
}
ul#place-menu li a.size-3 {
	font-size:15px;
}
ul#place-menu li a.size-4 {
	font-size:14px;
}
ul#place-menu li a.size-5 {
	font-size:12px;
}
ul#place-menu li a:hover {
	text-decoration:none;
}
ul#place-menu li sup {
	font-size:10px;
	font-weight:bold;
	color:#666666;
}

/* CSS for block OPROS */
#block-question-wrap {
	display:block;
	width:235px;
	height:auto;
	overflow:hidden;
}
#block-question-wrap .polls-button {
	width:235px;
	height:36px;
	padding:10px 0 0 0;
}
#block-question {
	display:block;
	width:231px;
	height:auto;
	overflow:hidden;
	padding:12px 0 8px 1px;
	margin-left:4px;
	background:url(/templates/Default/images/quest-shadow-bg.png) no-repeat left bottom;
}
#rightbox #block-question {
	display:block;
	width:231px;
	height:auto;
	overflow:hidden;
	padding:12px 0 8px 1px;
	margin-left:0px;
	background:url(/templates/Default/images/quest-shadow-bg.png) no-repeat left bottom;
}
#block-question  .topbox{
	float:left;
	height:40px;
	width:220px;
	padding:10px 0 0 10px;
}
#block-question  .bottombox{
	float:left;
	display:block;
	background:url(/templates/Default/images/quest-bg.jpg) no-repeat left top;
	width:198px;
	margin:0 0 0 10px;
	min-height:185px;
	height:auto !important;
	height:185px;
	padding:0 10px 0 12px;

}
#block-question  .topbox .header {
	width:218px;
	height:40px;
	background:url(/templates/Default/images/quest-header-bg.jpg) no-repeat left top;
	position: relative;	
}
#block-question  .topbox .header span.pimp {
	width:47px;
	height:49px;
	background:url(/templates/Default/images/quest-pimp.png) no-repeat right top;
	position:absolute;
	top:-10px;
	right:4px;
}
#block-question  .header .h2 {
	font-size:20px;
	font-weight:bold;
	color:#b11116;
	padding:7px 0 0 12px;
	margin:0;
	text-shadow:1px 1px 0 #fff;
}
h3.header-quest {
	font-size:16px;
	color:#000;
	margin-top:2px;
}
#block-question  .bottombox span.quest-more {
	display:block;
	text-align:right;
	padding-top:10px;
	padding-bottom:15px;
	padding-right:15px;
}
/* CSS for block FOTO */
ul#foto-menu {
	margin:0;
	padding:0 15px 0 0px;
	list-style:none;
	
}
#leftbox-block-wrapper ul#foto-menu {
	margin:0;
	padding:0 0px 0 12px;
	list-style:none;
	
}
ul#foto-menu li {
	height:auto;
	display:block;
	padding:6px 0 5px 8px;
	margin:0 0 3px 0;
	list-style:none;
	background:url(/templates/Default/images/delimiter.gif) repeat-x left bottom;
}
#leftbox-block-wrapper ul#foto-menu li {
	height:auto;
	display:block;
	padding:6px 0 5px 0px;
	margin:0 0 3px 0;
	list-style:none;
	background:url(/templates/Default/images/delimiter.gif) repeat-x left bottom;
}
ul#foto-menu li.last {
	background:none;
}
ul#foto-menu li #block-foto-wrapper .bottom span {
	display:block;
}
ul#foto-menu li #block-foto-wrapper .bottom div {
	color:#666;
	font-size:11px;
	display:block;
	height:32px;
	line-height:25px;
	padding-top:3px;
}
ul#foto-menu li #block-foto-wrapper .bottom div span{
	display: inline;
}
ul#foto-menu li #block-foto-wrapper .bottom span.date,span.date-userpost {
	color:#666;
	font-size:11px;
}

ul#foto-menu li #block-foto-wrapper .bottom a {
	height:16px;
	font-size:14px;
	color:#000;
	font-weight:bold;
	text-decoration:underline;
}
ul#foto-menu li #block-foto-wrapper .bottom div a,a.link-username {
	height:14px;
	font-size:11px;
	color:#000;
	font-weight:normal;
	text-decoration:underline;
}
ul#foto-menu li #block-foto-wrapper .bottom a:hover,ul#foto-menu li #block-foto-wrapper .bottom a.link_nick:hover,a.link-username:hover {
	text-decoration:none;
}
#block-foto-wrapper {
	display:block;
	width:235px;
	height:auto;
}
#block-foto-wrapper .top {
	display:block;
}
#block-foto-wrapper .bottom {
	padding-left:32px;
	display:block;
}


#block-foto-wrapper .top .left-pic,#block-foto-wrapper .top .right-pic {
	float:left;
	display:block;
	padding-top:0px;
	width:30px;
	vertical-align:middle;
}
#block-foto-wrapper .top .main-image {
	float:left;
	display:table;
	width:160px;
	vertical-align:middle;
	text-align:center;
	padding-bottom:4px;
}

/* CSS for menu INFORMATION */
ul#circle-menu {
	margin:0;
	padding:0 5px 0 15px;
	list-style:none;
	
}
#rightbox-block-wrapper ul#circle-menu {
	margin:0;
	padding:0 15px 0 5px;
	list-style:none;
	
}
ul#circle-menu li {
	min-height:20px;
	height:auto !important;
	height:20px;
	line-height:15px;
	background:url(/templates/Default/images/delimiter.gif) repeat-x left bottom;
}
ul#circle-menu li.last {
	background:none;
}
ul#circle-menu li span {
	display:block;
	padding:4px 0 7px 25px;
	background:url(/templates/Default/images/list-item-k.png) no-repeat 7px 50%;
}
ul#circle-menu li a {
	font-weight:bold;
	font-size:12px;
	color:#740200;
	text-decoration:underline;
}
ul#circle-menu li a:hover {
	text-decoration:none;
}

/* CSS for menu POPULARITY */
ul#popular-menu {
	margin:0;
	padding:0 5px 0 10px;
	list-style:none;
	
}
#rightbox-block-wrapper ul#popular-menu {
	margin:0;
	padding:0 15px 0 4px;
	list-style:none;
	
}
ul#popular-menu li {
	min-height:34px;
	height:auto !important;
	height:34px;
	padding:2px 0 0 10px;
	list-style:none;
	background:url(/templates/Default/images/delimiter.gif) repeat-x left bottom;
}
#rightbox-block-wrapper ul#popular-menu li {
	min-height:34px;
	height:auto !important;
	height:34px;
	padding:2px 0 0 7px;
	list-style:none;
	background:url(/templates/Default/images/delimiter.gif) repeat-x left bottom;
}
ul#popular-menu li.last {
	background:none;
}
ul#popular-menu li span {
	display:block;
	padding:0 0 0 0;
}
ul#popular-menu li span.date {
	color:#666;
	font-size:11px;
	padding-bottom:3px;
}
ul#popular-menu li a ,ul#popular-menu li sup {
	position:relative;

}

ul#popular-menu li span.pop-wrap {
	position:relative;
	width:19px;
	height:10px;
	display:inline-block;
	z-index:3;		
}

ul#popular-menu li span.pop-popular {
	display:block;
	background:url(/templates/Default/images/popular-ico.png) no-repeat left top;
	width:19px;
	height:13px;
	padding-bottom:5px;
	color:#fff;
	font-size:10px;
	text-align:center;
	position:absolute;
	top:-1px;
	right:-6px;
}



ul#popular-menu li a {
	display:inline;
	height:14px;
	font-size:12px;
	color:#000;
	font-weight:bold;
	text-decoration:underline;
}
ul#popular-menu li a:hover {
	text-decoration:none;
}


/* CSS for menu FORUM */
ul#forum-menu {
	margin:0;
	padding:0 15px 0 0px;
	list-style:none;
	
}
#leftbox-block-wrapper ul#forum-menu {
	margin:0;
	padding:0 0px 0 10px;
	list-style:none;
	
}
ul#forum-menu li {
	min-height:50px;
	height:auto !important;
	height:50px;
	padding:2px 0 0 8px;
	list-style:none;
	
	background:url(/templates/Default/images/delimiter.gif) repeat-x left bottom;
}
ul#forum-menu li.last {
	background:none;
}
ul#forum-menu li span {
	display:block;
}
ul#forum-menu li div {
	color:#666;
	font-size:11px;
	display:block;
	height:32px;
	line-height:25px;
}
ul#forum-menu li div span{
	display: inline;
}
ul#forum-menu li span.date {
	color:#666;
	font-size:11px;
}

ul#forum-menu li a {
	height:14px;
	font-size:12px;
	color:#000;
	font-weight:bold;
	text-decoration:underline;
}
ul#forum-menu li div a {
	height:14px;
	font-size:11px;
	color:#000;
	font-weight:normal;
	text-decoration:underline;
}
ul#forum-menu li a:hover,ul#forum-menu li a.link_nick:hover {
	text-decoration:none;
}


/* CSS for menu BLOGI */
ul#blogi-menu {
	margin:0;
	display:block;
	float:left;
	padding:0 15px 0 0px;
	list-style:none;
	
}
#leftbox-block-wrapper ul#blogi-menu {
	margin:0;
	display:block;
	float:left;
	padding:0 0px 0 10px;
	list-style:none;
	
}
ul#blogi-menu li {
	height:100px;
	padding:2px 0 0 1px;
	list-style:none;
}
ul#blogi-menu li.last {
	background:none;
}
ul#blogi-menu li span {
	display:block;
}
ul#blogi-menu li div.person {
	color:#666;
	font-size:11px;
	display:block;
	height:32px;
	line-height:25px;
}
ul#blogi-menu li div.speech-container {
	display:block;
	width:221px;
	padding-top:6px;
	background:url(/templates/Default/images/speech-top-bg.png) no-repeat left top;
}
ul#blogi-menu li div.speech {
	color:#000;
	font-size:11px;
	display:block;
	width:187px;
	padding:2px 23px 17px 11px;
	text-align:left;
	background:url(/templates/Default/images/speach-bottom-bg.png) no-repeat left bottom;

}
ul#blogi-menu li div span{
	display: inline;
}
ul#blogi-menu li span.date {
	color:#666;
	font-size:11px;
}
ul#blogi-menu li  span.pop {
	display:block;
	background:url(/templates/Default/images/popular-ico.png) no-repeat left top;
	width:19px;
	height:13px;
	padding-bottom:5px;
	color:#fff;
	font-size:10px;
	text-align:center;
	position:absolute;
	top:0px;
	right:-6px;
}
ul#blogi-menu li a {
	height:14px;
	font-size:13px;
	color:#000;
	font-weight:bold;

	text-decoration:underline;
}
ul#blogi-menu li span.pop-wrap {
	position:relative;
	width:19px;
	height:10px;
	display:inline-block;
	z-index:3;	
}
ul#blogi-menu li div.person a {
	height:14px;
	font-size:11px;
	color:#000;
	font-weight:normal;
	text-decoration:underline;
}
ul#blogi-menu li a:hover,ul#blogi-menu li a.link_nick:hover,ul#blogi-menu li div.person a:hover {
	text-decoration:none;
}

/* CSS for BLOGI TABS */ 
#blogi-menu-tab {
	float:left;
	width:220px;
	padding:0;
	margin:5px 15px 10px 0;
	height:22px;
	background:url(/templates/Default/images/delimiter.gif) repeat-x left bottom;
}
#leftbox-block-wrapper #blogi-menu-tab {
	float:left;
	width:220px;
	padding:0;
	margin:5px 0px 10px 10px;
	height:22px;
	background:url(/templates/Default/images/delimiter.gif) repeat-x left bottom;
}
ul#blogi-tabs {
	list-style:none;
	padding:0;
	margin:0;
}

ul#blogi-tabs  li {
	float:left;
	height:20px;
	line-height:20px;
}
ul#blogi-tabs  li a {
	float:left;
	display:block;
	font-size:9px;
	font-weight:normal;
	color:#87221d;
	text-transform:uppercase;
	text-decoration:none;
	height:20px;
	line-height:21px;
	padding:0 10px 0 10px;
}
ul#blogi-tabs  li a.selected,ul#blogi-tabs li a:hover,ul#blogi-tabs li a.selected:hover {
	color:#000;
	margin:0 0 0 0;
	height:20px;
	line-height:21px;
	text-decoration:none;
	padding:0 0 0 10px;
	background:url(/templates/Default/images/buttons/blogimenu-left.png) no-repeat left top;
}
ul#blogi-tabs  li a.selected span,ul#blogi-tabs li a:hover span,ul#blogi-tabs  li a.selected:hover span {
	display:block;
	float:left;
	height:20px;
	padding:0 10px 0 0;
	background:url(/templates/Default/images/buttons/blogimenu-right.png) no-repeat right top;
}

/* FOOTER CSS */
#container-footer {
	float:left;
	width:960px;
	height:196px;
	padding:0 15px;
	font-size:12px;
	color:#333333;
	 background:url(/templates/Default/images/footer-bg.png) no-repeat bottom left; 
}
#container-footer .top {
	width:960px;
	height:40px;
	padding:17px 0 0 0;
}
#container-footer .top .left {
	float:left;
	width:230px;
	height:40px;
	text-align:left;
	line-height:18px;
}
#container-footer .top .middle {
	float:left;
	width:490px;
	height:40px;
}
#container-footer .top .right {
	float:left;
	width:240px;
	height:40px;
	text-align:right;
	line-height:18px;
}
#container-footer .bottom {
	width:960px;
	height:55px;
	padding:0 0 0 0;
}
#container-footer .bottom .left {
	float:left;
	width:230px;
	height:40px;
	text-align:left;
	padding:5px 0 0 0;
}
#container-footer .bottom .middle {
	float:left;
	width:490px;
	height:50px;
}
#container-footer .bottom .right {
	float:left;
	width:240px;
	height:40px;
	text-align:right;
}
ul#footer-menu {
	list-style:none;
	margin:0;
	padding:0 0 0 50px;
	color:#740200;
}
ul#footer-menu li {
	float:left;
	height:20px;
	line-height:18px;
	
}
ul#footer-menu li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#740200;
	text-decoration:underline;
	margin:0 10px 0 10px;
	
}
ul#footer-menu li a:hover {
	text-decoration:none;
}

/* LINK CSS */
a.link_footer,a.link_more2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#740200;
	text-decoration:underline;
}
a.link_footer:hover,a.link_more2:hover {
	text-decoration:none;
}

/* CSS for FORM */
form.cform label.podbor {color: #3e100e;text-shadow:1px 1px 0 #ffe148; font-size: 14px; font-weight: normal; letter-spacing:0.02em; clear:left; display:block; float:left; line-height:20px; margin-top:2px; white-space: nowrap; background:url(/templates/Default/images/label-p-ico.png) no-repeat left 3px; padding:0 0 0 17px; }
form.cform label.advpodbor {color: #fff; font-size: 14px; font-weight: normal; letter-spacing:0.02em; clear:left; display:block; float:left; line-height:20px; margin-top:2px; white-space: nowrap; padding:0 0 0 2px; }
form.cform label.pager {color: #3e100e;text-shadow:1px 1px 0 #ffe148; font-size: 11px; text-transform:uppercase; font-weight: normal; letter-spacing:0.02em; float:left; line-height:13px; margin-top:2px; white-space: nowrap; padding:0 0 0 2px; width:80px; }
form.cform span.pager {color: #3e100e;text-shadow:1px 1px 0 #ffe148; font-size: 11px; text-transform:uppercase; font-weight: normal; letter-spacing:0.02em; float:left; line-height:13px; margin-top:0px; white-space: nowrap; padding:7px 0 0 2px; width:80px; }
form.cform span.pager-sel {
	float:left;
	display:block;
	width:60px;
	height:40px;
	padding:7px 0 0 2px;
}
form.cform select.line-field-pager{
	float:left;
	padding:3px; 
	width:59px;
	
	height:24px;
	color:#666;
	background: url(/templates/Default/images/pager-select.png) no-repeat left top;
	border:0 none; outline:0 none;
}	
form.cform input.line-field-podbor {
	display:block; /*font-size:15px;*/
	padding:3px; 
	width:134px;
	height:18px;
	background:url(/templates/Default/images/input-p-bg.png) no-repeat left top;
	border:0 none; outline:0 none;
	}
form.cform input.line-field-advpodbor {
	display:block; /*font-size:15px;*/
	padding:3px; 
	width:203px;
	height:18px;
	background:url(/templates/Default/images/input-adv-p-bg.png) no-repeat left top;
	border:0 none; outline:0 none;
	}	
form.cform select.line-field-podbor{
	display:block; /*font-size:15px;*/
	padding:3px; 
	width:139px;
	height:24px;
	background:url(/templates/Default/images/input-p-bg.png) no-repeat left top;
	border:0 none; outline:0 none;
}
form.cform select.line-field-advpodbor{
	display:block; /*font-size:15px;*/
	padding:3px; 
	width:209px;
	height:24px;
	background:url(/templates/Default/images/input-adv-p-bg.png) no-repeat left top;
	border:0 none; outline:0 none;
}
form.cform select option {
	outline:0 none;
}
form.cform input.error, form.cform textarea.error{border: 1px solid #990000;}
form.cform input,form.cform select { clear:left; float:left; margin-top:2px; outline:0 none;}
form.cform .sbm_podbor { background:url(/templates/Default/images/buttons/podbor.png) 0 0 no-repeat; width: 136px; height: 38px; margin-bottom: 23px; border: none; cursor: pointer; outline:0 none;}


/* CSS for SEARCH */
form.searchform input.line-field {
	display:block; /*font-size:15px;*/
	padding:3px; 
	width:181px;
	height:18px;
	color:#999999;
	background: url(/templates/Default/images/search-input-bg.png) no-repeat left top;
	border:0 none; outline:0 none;
	}

form.searchform input { float:left; margin-top:2px; outline:0 none;}
form.searchform .sbm_search { background:url(/templates/Default/images/buttons/search.png) 0 0 no-repeat; width: 29px; height: 24px; border: none; cursor: pointer; outline:0 none; float:left; display:block; margin-left:3px;}


/* CSS for user profile  */
#profile-container {
	width:100%;
	height:65px;
	background:url(/templates/Default/images/profile-bg.png) repeat-x 0 0;
}
#profile-container-block {
	width:980px;
	height:65px;
	margin:0pt auto;
	padding:0;
}
#profile-container-block .left {
	float:left;
	width:200px;
	height:65px;
	line-height:65px;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	color:#FFF;
}
#profile-container-block .middle {
	float:left;
	width:700px;
	height:65px;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	color:#FFF;
}
#profile-message {
	float:right;
	display:block;
	margin:0;
	padding:19px 0 0 0;
}
#profile-message .message-box {
	float:left;
	display:block;
	height:26px;
	color:#fff;
	line-height:25px;
	padding:0 0 0 16px;
	background:url(/templates/Default/images/buttons/submenu-left.png) no-repeat left top;	
}
#profile-message a{
	height:26px;
	font-size:11px;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
}
#profile-message a:hover {
	text-decoration:underline;
}
#profile-message .message-box span {
	float:left;
	display:block;
	height:26px;
	padding:0 16px 0 0;
	background:url(/templates/Default/images/buttons/submenu-right.png) no-repeat right top;
}
ul#profile-menu {
	float:right;
	display:block;
	list-style:none;
	margin:24px 0 0 0;
	padding:0 0 0 0;
	height:20px;
}
ul#profile-menu li {
	float:left;
	height:26px;
	margin:0 10px;
	position:relative;
}
ul#profile-menu li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#d6c8c3;
	text-decoration:none;
	text-shadow:-1px -1px 0 #000;
}
ul#profile-menu li a.list {

}
ul#profile-menu li.list {
	background:url(/templates/Default/images/list-prof.png) no-repeat right 5px;
	padding-right:18px;
}
ul#profile-menu li a:hover,ul#profile-menu li a.list:hover,ul#profile-menu li a.over {
	text-decoration:underline;
}

ul#profile-menu li ul {
	position:absolute;
	margin:0;
	padding:4px 0 6px 0;
	list-style:none;
	background: url(/templates/Default/images/content-bg.png) repeat left top;
	z-index:100;
	border:1px solid #390903;
	left:-4px;
	top:22px;
	width:140px;
	
}
ul#profile-menu li ul li {
	height:20px;
	line-height:20px;
	padding:0 10px;
	margin:0;
}
ul#profile-menu li ul li a {
	font-size:13px;
	color:#000;
	text-decoration:none;
	font-weight:bold;
	text-shadow:none;
	text-transform:none;
}
ul#profile-menu li ul li a:hover {
	text-decoration:underline;
}
#profile-container-block .right {
	float:right;
	width:80px;
	height:46px;
	text-align:right;
	padding-top:19px;
}
#profile-container-block .left .foto-container {
	float:left;
	width:48px;
	height:48px;
	display:block;
	position:relative;
	margin-top:8px;
}
#profile-container-block .left .foto-container .foto {
	position:absolute;
	width:48px;
	height:46px;
	left:0;
	top:0;
	z-index:1;
}
#profile-container-block .left .foto-container .foto-border {
	position:absolute;
	width:48px;
	height:48px;
	left:0;
	top:0;
	z-index:2;
	background:url(/templates/Default/images/prof-border.png) no-repeat 0 0;
}
#profile-container-block .left span {
	float:left;
	display:block;
	padding-left:11px;
}

/* OTHER CSS */
ul#opros {
	margin:0;
	padding:0;
	list-style:none;
}
ul#opros li {
	line-height:22px;
}
img.small_icon,a img.small_icon {
	padding:2px;
	vertical-align:middle;
	border:1px solid #b6b4af;
}
a:hover img.small_icon {
	padding:2px;
	vertical-align:middle;
	border:1px solid #ffcf60;
}

div.line-delimiter {
	width:100%;
	display:table;
	height:2px;
	background:url(/templates/Default/images/delimiter.gif) repeat-x left top;
}

a:hover img.outer-img {

	border:1px solid #ffcf60;
	background:#ffe99d;
	padding:4px;	
}
a img.outer-img,img.outer-img {
	border:1px solid #bebebe;
	background:#fff;
	padding:4px;
}

span.block-more {
	display:block;
	height:20px;
	text-align:right;
	padding-right:15px;
	padding-top:3px;
}
#leftbox-block-wrapper span.block-more {
	display:block;
	height:20px;
	text-align:right;
	padding-right:5px;
	padding-top:3px;
}
span.block-more-blogi {
	float:left;
	display:block;
	height:20px;
	width:220px;
	color:#740200;
	text-align:right;
	margin-right:15px;
	padding-top:7px;
	background:url(/templates/Default/images/delimiter.gif) repeat-x left top;
}
#leftbox-block-wrapper span.block-more-blogi {
	float:left;
	display:block;
	height:20px;
	width:220px;
	color:#740200;
	text-align:right;
	margin-left:10px;
	padding-top:7px;
	background:url(/templates/Default/images/delimiter.gif) repeat-x left top;
}

.see_photo {
	padding-left:13px;
    background:url(/templates/Default/images/list-item-m.png) no-repeat left 2px;
}
.add_blog {
	padding-left:18px;
	background:url(/templates/Default/images/blogi-ico.png) no-repeat left 2px;
}
a.link_more {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#740200;
	text-decoration:underline;
}
a.link_town {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#740200;
	text-decoration:underline;
}
a.link_more:hover,a.link_more-blogi:hover,a.link_town:hover {
	text-decoration:none;
}
.hide {
	display:none;
}
a.adv-more {
	font-size:9px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px dashed #fff;
}
span.adv-cl {
	display:block;
	float:right;
	line-height:15px;
	padding-left:20px;
	height:22px;
	background:url(/templates/Default/images/adv-close.png) no-repeat left 2px;
}
a.adv-close {
	font-size:9px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px dashed #fff;

}
.adv-close-block {
	padding-top:10px;
	width:452px; height:22px; display:block;
	text-align:right;
}
a.adv-more:hover,a.adv-close:hover {
	text-decoration:none;
	border-bottom:0 none;
}
.column-right {
	padding-left:34px;
}
.td-header {
	width:100%;
	font-size:14px;
	color:#FFF;
	padding:10px 0 8px 0;
	background:url(/templates/Default/images/adv-delimiter.gif) repeat-x left bottom;
}
span.ch-box {
	color:#FFF;
	padding:0;
	line-height:17px;
}
td.column-3 {
	width:155px;
	padding:4px 0;
	text-align:left;
}
span.favorites-img {
	width:29px;
	display:inline-block;
	height:15px;
	position:relative;
	z-index:1;
}
a.add-favorites {
	display:block;
	position:absolute;
	width:29px;
	height:30px;
	left:6px;
	top:-5px;
	background:url(/templates/Default/images/add-plus.png) no-repeat 0 0;
}
a.add-favorites:hover {
	background:url(/templates/Default/images/add-plus.png) no-repeat 0 -30px;
}

#pane {
	height: 293px;
}
.scroll-pane {
	width:235px;
	height:293px;
	overflow: auto;
	float: left;
}
#rightbox-block-wrapper .scroll-pane {
	width:230px;
	height:293px;
	overflow: auto;
	float: left;
}


/* CSS for menu READ BLOCK */
ul#read-menu {
	margin:0;
	padding:0 5px 0 10px;
	list-style:none;
	
}
#rightbox-block-wrapper ul#read-menu {
	margin:0;
	padding:0 15px 0 4px;
	list-style:none;
	
}
ul#read-menu li {
	min-height:70px;
	height:auto !important;
	height:70px;
	padding:0px 0 2px 7px;
	list-style:none;
	background:url(/templates/Default/images/delimiter.gif) repeat-x left bottom;
}
#rightbox-block-wrapper ul#read-menu li {
	min-height:70px;
	height:auto !important;
	height:70px;
	padding:0px 0 4px 7px;
	list-style:none;
	background:url(/templates/Default/images/delimiter.gif) repeat-x left bottom;
}
ul#read-menu li .left-img {
	float:left;
	display:block;
	height:60px;
	width:60px;
	padding-top:9px;
}
ul#read-menu li .right-text {
	float:left;
	display:block;
	min-height:60px;
	height:auto !important;
	height:60px;
	width:145px;
	line-height:54px;
	padding-top:7px;
}

ul#read-menu li .right-text a {
	display:inline-block;
	line-height:14px;
	font-size:12px;
	color:#000;
	font-weight:bold;
	text-decoration:underline;
}
ul#read-menu li .right-text a:hover {
	text-decoration:none;
}


/* CSS for menu TOP-10 BLOCK */
ul#top-menu {
	margin:0;
	padding:0 5px 0 10px;
	list-style:none;
	
}
#rightbox-block-wrapper ul#top-menu {
	margin:0;
	padding:0 15px 0 4px;
	list-style:none;
	
}
ul#top-menu li {
	min-height:70px;
	height:auto !important;
	height:70px;
	padding:0px 0 2px 7px;
	list-style:none;
	background:url(/templates/Default/images/delimiter.gif) repeat-x left bottom;
}
#rightbox-block-wrapper ul#top-menu li {
	min-height:70px;
	height:auto !important;
	height:70px;
	padding:0px 0 4px 7px;
	list-style:none;
	background:url(/templates/Default/images/delimiter.gif) repeat-x left bottom;
}
ul#top-menu li .left-img {
	float:left;
	display:block;
	height:60px;
	width:60px;
	padding-top:9px;
}
ul#top-menu li .right-text {
	float:left;
	display:block;
	min-height:60px;
	height:auto !important;
	height:60px;
	font-size:12px;
	font-weight:bold;
	width:145px;
	padding-top:7px;
}
ul#top-menu li .right-text span {
	display:block;
	padding-bottom:2px;
}
ul#top-menu li .right-text span.nickname a{
	font-size:13px;
}

ul#top-menu li .right-text a {
	display:inline-block;
	line-height:14px;
	font-size:12px;
	color:#7d1311;
	font-weight:bold;
	text-decoration:underline;
}
ul#top-menu li .right-text a:hover {
	text-decoration:none;
}
.all_user_photos {
	display:block;
	text-align:right;
	padding-right:5px;
	padding-top:11px;
}

/* CSS for Tags */
#tags-cloud {
	float:left;
	width:235px;
	padding:14px 0;
	text-align:center;
}
#tags-cloud a {
	color:#740200;
	text-decoration:none;
	padding:0 3px;
}
#tags-cloud a:hover{
	text-decoration:underline;
}
#tags-cloud .clouds_xsmall {
	font-size:13px;
}
#tags-cloud .clouds_small {
	font-size:18px;
}
#tags-cloud .clouds_xlarge {
	font-size:25px;
}

/* CSS for BREADCRUMB */
#breadcrumb-container {
	float:left;
	display:block;
	min-height:15px;
	height:auto !important;
	height:15px;
	font-size:16px;
	font-weight:bold;
	color:#000;
	padding:22px 0 10px 6px;
}
#breadcrumb-container-wide {
	float:left;
	width:725px;
	display:block;
	min-height:15px;
	height:auto !important;
	height:15px;
	font-size:16px;
	font-weight:bold;
	color:#000;
	padding:22px 0 10px 6px;
}
div#breadcrumb-menu {
	list-style:none;
	margin:0;
	padding:0;
	display:inline-block;
	font-size:16px;
	color:#000;
}

div#breadcrumb-menu  a {
	font-size:16px;
	font-weight:bold;
	color:#740200;
	text-decoration:underline;
}
div#breadcrumb-menu a:hover {
	text-decoration:none;
}

/* CSS for Pager navigation */
ul#pager-menu {
	list-style:none;
	margin:0;
	padding:8px 0 0 15px;
}
ul#pager-menu li {
	float:left;
	display:block;
	height:24px;
	line-height:24px;
	font-size:14px;
	color:#000;
	padding:0 6px 0 6px; 
}

ul#pager-menu li a {
	font-size:14px;
	font-weight:bold;
	color:#000;
	text-decoration:underline;
}
ul#pager-menu li a:hover {
	text-decoration:none;
}
ul#pager-menu li a.active {
	display:block;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	background:url(/templates/Default/images/pager-active-left.png) no-repeat top left;
	padding-left:8px;
}
ul#pager-menu li a.active span {
	display:block;
	height:24px;
	line-height:24px;
	padding-right:8px;
	background:url(/templates/Default/images/pager-active-right.png) no-repeat top right;
}
ul#pager-menu li a.active:hover {
	text-decoration:underline;
}
ul#pager-menu li a.back {
	display:block;
	text-decoration:none;
	width:11px;
	height:16px;
	margin-top:4px;
	background:url(/templates/Default/images/buttons/pager-one-left.png) no-repeat 0 0;
}
ul#pager-menu li a.back:hover {
	display:block;
	text-decoration:none;
	width:11px;
	height:16px;
	margin-top:4px;
	background:url(/templates/Default/images/buttons/pager-one-left.png) no-repeat 0 -16px;
}
ul#pager-menu li a.back_end {
	display:block;
	text-decoration:none;
	width:17px;
	height:16px;
	margin-top:4px;
	background:url(/templates/Default/images/buttons/pager-double-left.png) no-repeat 0 0;
}
ul#pager-menu li a.back_end:hover {
	display:block;
	text-decoration:none;
	width:17px;
	height:16px;
	margin-top:4px;
	background:url(/templates/Default/images/buttons/pager-double-left.png) no-repeat 0 -16px;
}
ul#pager-menu li a.next {
	display:block;
	text-decoration:none;
	width:11px;
	height:16px;
	margin-top:4px;
	background:url(/templates/Default/images/buttons/pager-one-right.png) no-repeat 0 0;
}
ul#pager-menu li a.next:hover {
	display:block;
	text-decoration:none;
	width:11px;
	height:16px;
	margin-top:4px;
	background:url(/templates/Default/images/buttons/pager-one-right.png) no-repeat 0 -16px;
}
ul#pager-menu li a.next_end {
	display:block;
	text-decoration:none;
	width:17px;
	height:16px;
	margin-top:4px;
	background:url(/templates/Default/images/buttons/pager-double-right.png) no-repeat 0 0;
}
ul#pager-menu li a.next_end:hover {
	display:block;
	text-decoration:none;
	width:17px;
	height:16px;
	margin-top:4px;
	background:url(/templates/Default/images/buttons/pager-double-right.png) no-repeat 0 -16px;
}

#read-container .bottom .right .r-info .rating {
	display:inline-block;
}
#read-container .bottom .right .r-info .rating ul.unit-rating {
	top:4px;
}


#central-user-container .user-container {
	float:left;
	display:block;
	width:150px;
	height:auto;
	padding:5px 5px 15px 5px;
}
#central-user-container .user-container .u-img {
	display:block;
	float:left;
	text-align:center;
	height:70px;
	width:150px;
}
#central-user-container .user-container .u-nickname {
	display:block;
	width:150px;
	float:left;
	text-align:center;
	padding:4px 0 0 0;
	line-height:15px;
}
#central-user-container .user-container .u-nickname a {
	color:#740200;
font-size:14px;
font-weight:bold;
text-decoration:underline;
}
#central-user-container .user-container .u-nickname a:hover {
	text-decoration:none;
}
#central-user-container .user-container .u-links {
	display:block;
	width:150px;
	float:left;
	text-align:center;
	padding:0 0;
}
#central-user-container .user-container .u-links ul.u-menu {
	list-style:none;
	padding:0;
	margin:0;
	font-weight:bold;
	font-size:12px;
	color:#666;
	display:inline-block;
}
#central-user-container .user-container .u-links ul.u-menu li {
	float:left;
	width:50px;
	height:20px;
	line-height:20px;
}
#central-user-container .user-container .u-links ul.u-menu li a {
	text-decoration:none;
	font-size:11px;
	color:#666;
	font-weight:bold;
}
#central-user-container .user-container .u-links ul.u-menu li a:hover {
	text-decoration:underline;
}


/* CSS for BLOGS */
#blogs-container {
	float:left;
	width:480px;
	height:auto;
	padding-bottom:17px;
	padding-top:8px;
	margin-left:7px;
	background:url(/templates/Default/images/dash-delimiter.gif) repeat-x bottom left;
}

#blogs-container .last-block {
	background:none;
}
#blogs-container .top {
	width:480px;
	padding-bottom:10px;
}
#blogs-container .top a {
	font-size:16px;
	font-weight:bold;
	color:#000;
	text-decoration:underline;
}
#blogs-container .top a:hover {
	text-decoration:none;
}
#blogs-container .bottom {
	width:480px;
	padding:4px 0 0 0;
}
#blogs-container .bottom .left {
	float:left;
	width:77px;
}
#blogs-container .bottom .right {
	float:left;
	width:403px;
}
#blogs-container .bottom .right .r-info {
	font-size:11px;
	color:#666;
	float:left;
	width:403px;
	height:24px;
	line-height:16px;
}
#blogs-container .bottom .right .r-data {
	float:left;
	width:403px;
	font-size:13px;
	color:#333;
	padding:2px 0 3px 0;
}
#blogs-container .bottom .right .r-keywords {
	float:left;
	width:385px;
	background:url(/templates/Default/images/keywords-bg.gif) no-repeat left 4px;
	padding-left:18px;
	font-size:12px;
	color:#000;
}
#blogs-container .bottom .right .r-info a {
		font-size:11px;
	color:#000;
	text-decoration:underline;
}
#blogs-container .bottom .right .r-info .rating {
	display:inline-block;
	float:right;
}
#blogs-container .bottom .right .r-info .rating ul.unit-rating {
	top:0;
}
#blogs-container .bottom .right .r-info a:hover {
	text-decoration:none;
}
#blogs-container .bottom .right .r-keywords a {
	font-size:10px;
	color:#000;
	text-decoration:underline;
}
#blogs-container .bottom .right .r-keywords a:hover {
	text-decoration:none;
}

.news {padding:5px 10px 10px 10px; background:url(/templates/Default/images/delimiter.gif) repeat-x left bottom;}
.news .date {color:#666; font-size:11px;}
