html, body {
	margin:0;
	padding:0;
	height:100%;
	width:100%;
	background:#fff url(../img/bg.png) repeat 0 0;
	color:#6F6F6F;
	font:normal 12px/normal Tahoma, Geneva, sans-serif;
	
}
* { outline:0 none; }
div, li, form, tr {
	margin:0;
	padding:0;
}
ol, ul {
	margin:0 0 18px 0;
	padding:0 0 0 30px;
}
ul { list-style:disc outside; }
ol { list-style:decimal outside; }
li { line-height:18px; }
p {
	margin:0 0 18px 0;
	padding:0;
	text-align:left;
	line-height:18px;
}
table, td, th, tr { border-collapse:collapse; }
img {
	margin:0 20px 10px 10px;
	padding:0;
	border:0 none;
}
img.cont {	
	margin:0;
	padding:0;
	border:0 none;
}
table {
	width:100%;
	margin:0 0 18px 0;
	padding:0;
}
td, th {
	padding:3px;
	border:1px #d6d6d6 solid;
}
table.no-border td{
	border:none;
}
div.no-border table td{
	border:none;
}
table.small td{
	font-size:8pt;
}
a {
	color:#ff0066;
	text-decoration:underline;
}
a:hover { text-decoration:none; }
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:normal;
}
h1 {
	font-size:18px;
	line-height:normal;
	color:#000;
	margin:14px 0 14px 0;
}
h2 {
	font:normal 18px/normal "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#171717;
	padding:0 0 10px 16px;
}
h3 {
	font:normal 18px/normal "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#171717;
	padding:0 0 10px 16px;
}
.ac { text-align:center!important; }
.ar { text-align:right!important; }
a.phone { text-decoration:none!important; }
.clear {
	height:1px;
	line-height:1px;
	font-size:1px;
	clear:both;
}
.clear-right {
	height:1px;
	line-height:1px;
	font-size:1px;
	clear:right;
}
.clear-left {
	height:1px;
	line-height:1px;
	font-size:1px;
	clear:left;
}
.float-right { float:right; }
.float-left { float:left; }
input, select {
	margin:0;
	text-align:left;
}
#layout {
	width:100%;
	position:relative;
	min-height:100%;
}
#header {
	position:relative;
	width:100%;
	padding:17px 0 0 0;
	background:#ef62a6;
}
#header .contents {
	width:1000px;
	margin:0 auto;
}
#header img { margin:0; }
#logo {
	float:left;
	padding:0 20px 14px 27px;
}
#logo .slogan {
	color:#f7e1ed;
	font-size:12px;
	font-style:italic;
	padding:6px 0 0 2px;
}
#header .soc-icons {
	float:right;
	padding:1px 28px 14px 20px;
	height:25px;
}
#header .soc-icons ul {
	margin:0;
	padding:0;
	list-style:none outside;
	text-align:right;
	white-space:nowrap;
	float:right;
}
#header .soc-icons ul li {
	display:inline;
	padding:0 0 0 5px;
}
#search {
	float:right;
	width:211px;
	height:36px;
	background:url(../img/bg-search.png) no-repeat 0 0;
	padding:0 29px 12px 0;
}
#search .form-item { padding:4px 0 0 17px; }
#search .form-input {
	float:left;
	width:145px;
	//height:14px;
	padding:8px 0 0 0;
	margin:0;
	background:none;
	border:0 none;
	color:#747474;
	font:normal 12px/14px Tahoma, Geneva, sans-serif;
}
#search .form-submit {
	float:left;
	width:27px;
	height:27px;
	margin:0 0 0 11px;
}
#top-menu {
	float:left;
	width:711px;
	height:36px;
	background:url(../img/top-menu-bg.png) no-repeat right top;
	padding:0 0 12px 29px;
	overflow:hidden;
}
#top-menu ul {
	
	list-style:none outside;
	height:35px;
	padding:0 21px;
	width:669px;
	margin:0;
}
#top-menu ul li {
	width:auto;
	float:left;
	font:normal 14px/35px "Trebuchet MS", Arial, Helvetica, sans-serif;
	white-space:nowrap;
}
#top-menu ul li a {
	
	float:left;
	color:#000;
	text-decoration:underline;
	padding:0 6px;
	border-left:1px #fff solid;
	border-right:1px #fff solid;
}
#top-menu ul li a:hover, #top-menu ul li.current a {
	background:#d23078 url(../img/top-menu-hover.png) no-repeat center top;
	text-decoration:none;
	color:#fff;
	border-left:1px #f4cedf solid;
	border-right:1px #f4cedf solid;
}
#top-menu ul li.current a { cursor:default; }
#top-menu2 { padding:0 29px 14px 29px; }
#top-menu2 ul {
	margin:0;
	padding:0;
	list-style:none outside;
}
#top-menu2 ul li {
	display:inline;
	line-height:18px;
	font-size:12px;
	padding:0 8px;
	color:#fefefe;
}
#top-menu2 ul li a { color:#fefefe; }
#center {
	width:1000px;
	margin:0 auto;
	padding:9px 0 290px 0;
}
#sidebar-right {
	float:right;
	width:323px;
	padding:0 29px 0 0;
}
#sidebar-right img {
	margin:0;
	border:0 none;
}
.s-block { margin:0 0 18px 0; }
#login-block {
	width:322px;
	background:#fbd5e7 url(../img/login-bg.png) repeat-x 0 1px;
	position:relative;
	z-index:1;
}
#login-block .top {
	width:322px;
	height:9px;
	background:url(../img/corners-s-top1.png) no-repeat 0 0;
	font-size:1px;
	line-height:1px;
}
#login-block .bottom {
	width:322px;
	height:11px;
	background:url(../img/corners-s-bottom1.png) no-repeat 0 0;
	font-size:1px;
	line-height:1px;
}
#login-block .contents {
	border-left:1px #fad5e7 solid;
	border-right:1px #fad5e7 solid;
	padding:6px 10px 5px 10px;
}
#login-block .heading {
	text-align:center;
	font:normal 24px/normal "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#622643;
	padding:0 0 6px 0;
}
#login-block .heading a { color:#622643; }
#login-block .link {
	text-align:center;
	font-size:14px;
	line-height:17px;
	padding:0 0 15px 0;
}
#login-block .link img {
	border:0 none;
	margin:0 19px -15px 0;
	width:46px;
	height:39px;
}
#login-block .link a { color:#aa6989; }
.goroskop-block {
	width:322px;
	background:#e5e5e5 url(../img/goroskop-bg.png) repeat-x 0 1px;
	position:relative;
}
.goroskop-block .background-picture {
	position:absolute;
	width:71px;
	height:77px;
	top:15px;
	right:24px;
	cursor:pointer;
	z-index:2;
}
.goroskop-block .top {
	width:322px;
	height:9px;
	background:url(../img/corners-s-top2.png) no-repeat 0 0;
	font-size:1px;
	line-height:1px;
	position:relative;
}
.goroskop-block .bottom {
	width:322px;
	height:11px;
	background:url(../img/corners-s-bottom2.png) no-repeat 0 0;
	font-size:1px;
	line-height:1px;
	position:relative;
}
.goroskop-block .contents {
	min-height:72px;
	position:relative;
	border-left:1px #e5e5e5 solid;
	border-right:1px #e5e5e5 solid;
	padding:6px 14px 5px 14px;
}
.goroskop-block .heading {
	font:normal 18px/normal "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
	padding:0 0 14px 0;
}
.goroskop-block .form-select {
	width:160px;
	margin:0 0 15px 0;
}
.catalog-block {
	width:323px;
	background:#2e830c url(../img/catalog-bg.png) repeat-x 0 1px;
	position:relative;
}
.catalog-block .background-picture {
	position:absolute;
	width:171px;
	height:173px;
	bottom:0;
	right:0;
	position:absolute;
	background:url(../img/catalog-bg-pic.png) no-repeat center center;
}
.catalog-block .top {
	width:323px;
	height:9px;
	background:url(../img/corners-s-top3.png) no-repeat 0 0;
	font-size:1px;
	line-height:1px;
	position:relative;
}
.catalog-block .bottom {
	width:323px;
	height:11px;
	background:url(../img/corners-s-bottom3.png) no-repeat 0 0;
	font-size:1px;
	line-height:1px;
	position:relative;
}
.catalog-block .contents {
	min-height:173px;
	position:relative;
	border-left:1px #74b866 solid;
	border-right:1px #74b866 solid;
	padding:6px 14px 5px 14px;
}
.catalog-block .heading {
	font:normal 18px/normal "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
	padding:0 0 14px 0;
}
.catalog-block .heading a { color:#fff; }
.catalog-block ul {
	margin:0;
	padding:0;
	list-style:none outside;
}
.catalog-block ul li {
	font-size:12px;
	font-style:italic;
	line-height:14px;
	color:#c3f6bd;
	margin:0;
	padding:0 0 0 29px;
	background:url(../img/catalog-li.png) no-repeat 0 4px;
	margin:0 0 14px 0;
}
.catalog-block ul li .link {
	font-size:14px;
	line-height:18px;
	font-style:normal;
}
.catalog-block ul li .link a { color:#fff; }
.doska-block {
	width:323px;
	background:#4183af url(../img/doska-bg.png) repeat-x 0 1px;
	position:relative;
}
.doska-block .top {
	width:323px;
	height:9px;
	background:url(../img/corners-s-top4.png) no-repeat 0 0;
	font-size:1px;
	line-height:1px;
	position:relative;
}
.doska-block .bottom {
	width:323px;
	height:11px;
	background:url(../img/corners-s-bottom4.png) no-repeat 0 0;
	font-size:1px;
	line-height:1px;
	position:relative;
}
.doska-block .contents {
	min-height:173px;
	position:relative;
	border-left:1px #6fb6da solid;
	border-right:1px #6fb6da solid;
	padding:6px 14px 5px 14px;
}
.doska-block .heading {
	font:normal 18px/normal "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
	padding:0 0 14px 0;
}
.doska-block .heading a { color:#fff; }
.doska-block ul {
	margin:0;
	padding:0;
	list-style:none outside;
}
.doska-block ul li {
	font-size:12px;
	font-style:italic;
	line-height:14px;
	color:#c9e4f2;
	margin:0;
	padding:0 0 0 29px;
	background:url(../img/doska-li.png) no-repeat 0 4px;
	margin:0 0 14px 0;
}
.doska-block ul li a {
	font-size:14px;
	line-height:18px;
	font-style:normal;
	color:#fff;
}
#sidebar-right .button {
	width:323px;
	height:49px;
	margin:0 0 11px 0;
}
#sidebar-right .button a {
	font:normal 24px/29px "Trebuchet MS", Arial, Helvetica, sans-serif;
	display:block;
	padding:10px 14px;
	text-decoration:none;
	height:29px;
	width:295px;
}
#sidebar-right .button a:hover { text-decoration:underline; }
#sidebar-right .button a.button-1 {
	background:url(../img/button-s-1.png) no-repeat 0 0;
	color:#fff;
}
#sidebar-right .button a.button-2 {
	background:url(../img/button-s-2.png) no-repeat 0 0;
	color:#fff;
}
#sidebar-right .button a.button-3 {
	background:url(../img/button-s-3.png) no-repeat 0 0;
	color:#fff;
}
#sidebar-right .button a.button-4 {
	background:url(../img/button-s-4.png) no-repeat 0 0;
	color:#7f0f4e;
}
#sidebar-right .button a.button-5 {
	background:url(../img/button-s-5.png) no-repeat 0 0;
	color:#fefefe;
}
#sidebar-right .button a.button-6 {
	background:url(../img/button-s-6.png) no-repeat 0 0;
	color:#fff;
}
#sidebar-right .button a.button-7 {
	background:url(../img/button-s-7.png) no-repeat 0 0;
	color:#fff;
}
#sidebar-right .reclam-block2 {
	padding:10px 13px;
	//border:2px #ebebeb solid;
}
#sidebar-right .reclam-block3 .contents {
	padding:6px 12px;
	border-left:1px #d3e5ef solid;
	border-right:1px #d3e5ef solid;
}
#sidebar-right .reclam-block3 .top {
	width:323px;
	height:9px;
	background:url(../img/corners-s-top5.png) no-repeat 0 0;
	font-size:1px;
	line-height:1px;
}
#sidebar-right .reclam-block3 .bottom {
	width:323px;
	height:11px;
	background:url(../img/corners-s-bottom5.png) no-repeat 0 0;
	font-size:1px;
	line-height:1px;
}
#main-block {
	float:left;
	width:600px;
	padding:0 0 0 29px;
}
#breadcrumbs {
	font-size:11px;
	margin:10px 0 14px 0;
}
#main-block .content { padding:0 0 18px 0; }
.anonce-block .top {
	width:600px;
	height:9px;
	background:url(../img/corners-top1.png) no-repeat 0 0;
	font-size:1px;
	line-height:1px;
}
.anonce-block .bottom {
	width:600px;
	height:11px;
	background:url(../img/corners-bottom1.png) no-repeat 0 0;
	font-size:1px;
	line-height:1px;
}
.anonce-block img { margin:0; }
.anonce-block .contents {
	padding:9px 2px 9px 16px;
	#margin-left:-25px;
	border-left:1px #d6d6d6 solid;
	border-right:1px #d6d6d6 solid;
	width:580px;
	font-size:11px;
	line-height:14px;
}
.anonce-block .contents .item {
	float:left;
	padding:0 14px 35px 0;
	width:131px;
}
.anonce-block .contents .item .image {
	width:93px;
	height:93px;
	overflow:hidden;
	margin:0 0 15px 0;
}
.anonce-block .contents .item .heading {
	font-size:12px;
	margin:0 0 5px 0;
}
.anonce-block .contents .item .heading a { color:#000; }
.anonce-block .contents .item p {
	line-height:14px;
	margin:0;
}
.anonce-block .contents .item .even {
	width:91px;
	height:91px;
	//border:1px #cfcfcf solid;
}
.air-block {
	background:#f1f1f1 url(../img/air-bg.png) repeat-x 0 1px;
	position:relative;
}
.air-block .background-picture {
	position:absolute;
	right:1px;
	top:1px;
	width:218px;
	height:162px;
	background:url(../img/air-bg-pic.png) no-repeat right top;
}
.air-block .top {
	width:600px;
	height:9px;
	background:url(../img/corners-top2.png) no-repeat 0 0;
	font-size:1px;
	line-height:1px;
	position:relative;
}
.air-block .bottom {
	width:600px;
	height:11px;
	background:url(../img/corners-bottom2.png) no-repeat 0 0;
	font-size:1px;
	line-height:1px;
	position:relative;
}
.air-block .contents {
	padding:0px 40px 20px 40px;
	border-left:1px #eeeeee solid;
	border-right:1px #eeeeee solid;
	width:518px;
	position:relative;
	min-height:160px;
	color:#989898;
}
.air-block .contents .heading {
	font:normal 24px/normal "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#171717;
	padding:10px 0 0 0;
}
.air-block .contents .heading a { color:#171717; }
.air-block .contents .subheading { padding:0 0 10px 0; }
.air-block .contents ul {
	margin:0;
	padding:0;
	list-style:none outside;
	line-height:14px;
}
.air-block .contents ul li {
	margin:14px 0;
	padding:0 0 0 27px;
	background:url(../img/air-li.png) no-repeat left center;
}
.air-block .contents .date { font-style:italic; }
.air-block .contents .link a {
	color:#3c3b3b;
	font-size:14px;
}
.air-block .contents a { color:#ff0066; }
.scroll-block img {
	margin:0;
	padding:0;
	border:0 none;
}
.scroll-block .top {
	width:600px;
	height:9px;
	background:url(../img/corners-top3.png) no-repeat 0 0;
	font-size:1px;
	line-height:1px;
}
.scroll-block .bottom {
	width:600px;
	height:11px;
	background:url(../img/corners-bottom3.png) no-repeat 0 0;
	font-size:1px;
	line-height:1px;
}
.scroll-block .scroll-1, .scroll-block .scroll-2 {
	border-left:1px #ebebeb solid;
	border-right:1px #ebebeb solid;
	padding:8px 40px 4px 40px;
	position:relative;
}
.scroll-block .scrollable {
	position:relative;
	width:523px;
	overflow:hidden;
}
.scroll-block .items {
	width:20000em;
	position:absolute;
}
{
height:96px;
}
.scroll-block .item {
	float:left;
	width:255px;
	margin:0 15px 0 0;
	overflow:hidden;
}
.scroll-block .image {
	float:left;
	margin:0 8px 0 0;
}
.scroll-block .text {
	line-height:14px;
	color:#6F6F6F;
	font-size:11px;
}
.scroll-block .text a {
	color:#000;
	font-size:12px;
}
.scroll-block .video_text {
	margin-top:5px;
	line-height:14px;
	color:#6F6F6F;
	font-size:11px;
}
.scroll-block .video_text a {
	color:#000;
	font-size:12px;
}
.scroll-block .subitem {
	height:76px;
	padding:5px 0 20px;
}
.scroll-block a.browse {
	background:url(../img/button_scroll.png) no-repeat;
	display:block;
	width:22px;
	height:60px;
	cursor:pointer;
	font-size:1px;
	position:absolute;
}
.scroll-block a.right {
	background-position: right top;
	right:11px;
}
.scroll-block a.right:active { background-position:right bottom; }
.scroll-block a.left { left:9px; }
.scroll-block a.left:active { background-position:left bottom; }
.scroll-block a.disabled { visibility:hidden !important; }
.scroll-block .scroll-1 .scrollable, .scroll-block .scroll-1 .items, .scroll-block .scroll-1 .item { height:96px; }
.scroll-block .scroll-2 .scrollable, .scroll-block .scroll-2 .items, .scroll-block .scroll-2 .item { height:202px; }
.scroll-block .scroll-1 a.browse { top:19px; }
.scroll-block .scroll-2 a.browse { top:70px; }
.popular-block {
	background:#f1f1f1 url(../img/popular-bg.png) repeat-x 0 1px;
	position:relative;
}
.popular-block .top {
	width:600px;
	height:9px;
	background:url(../img/corners-top2.png) no-repeat 0 0;
	font-size:1px;
	line-height:1px;
}
.popular-block .bottom {
	width:600px;
	height:11px;
	background:url(../img/corners-bottom2.png) no-repeat 0 0;
	font-size:1px;
	line-height:1px;
}
.popular-block .contents {
	padding:0px 23px 10px 40px;
	border-left:1px #eeeeee solid;
	border-right:1px #eeeeee solid;
	width:535px;
	color:#989898;
}
.popular-block .contents .heading {
	font:normal 24px/normal "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#171717;
	padding:10px 0;
}
.popular-block .contents .heading a { color:#171717; }
.popular-block .contents .float-left, .popular-block .contents .float-right { width:255px; }
.popular-block .contents ul {
	margin:0;
	padding:0;
	list-style:none outside;
}
.popular-block .contents ul li {
	font-size:12px;
	line-height:normal;
	color:#989898;
	margin:14px 0;
}
.popular-block .contents ul li a { color:#3c3b3b; }
.reclam-block .top {
	width:600px;
	height:9px;
	background:url(../img/corners-top4.png) no-repeat 0 0;
	font-size:1px;
	line-height:1px;
}
.reclam-block .bottom {
	width:600px;
	height:11px;
	background:url(../img/corners-bottom4.png) no-repeat 0 0;
	font-size:1px;
	line-height:1px;
}
.reclam-block .contents {
	padding:1px 10px;
	text-align:center;
	background:#f7f7f7;
	border-left:1px #ebebeb solid;
	border-right:1px #ebebeb solid;
}
.reclam-block img { margin:0; }
.seotext-block .top {
	width:600px;
	height:9px;
	background:url(../img/corners-top5.png) no-repeat 0 0;
	font-size:1px;
	line-height:1px;
}
.seotext-block .bottom {
	width:600px;
	height:11px;
	background:url(../img/corners-bottom5.png) no-repeat 0 0;
	font-size:1px;
	line-height:1px;
}
.seotext-block .contents {
	padding:18px 15px 0 15px;
	background:#fde9f8;
	border-left:1px #f0d4e9 solid;
	border-right:1px #f0d4e9 solid;
	color:#a86597;
}
.content .button-block {
}
.content a.button-block {
	display:block;
	float:right;
	height:14px;
	background:url(../img/button-pink.png) repeat-x left top;
	padding:5px 9px 6px 9px;
	position:relative;
	text-decoration:none;
	color:#fff;
	font-size:12px;
	line-height:14px;
	margin:0 0 10px 20px;
}
.content a.button-block span {text-decoration:underline;}
.content a.button-block:hover span {text-decoration:none;}
.content a.button-block .left, .content a.button-block .right {
	width:9px;
	height:25px;
	background-image:url(../img/button-pink.png);
	background-repeat:no-repeat;
	font-size:1px;
	line-height:1px;
	text-decoration:none;
	top:0;
	display:block;
	position:absolute;
}
.content a.button-block .left {left:0;background-position:left center;}
.content a.button-block .right {right:0;background-position:left bottom;}
.article-date {font-size:7pt;margin:-4px 0 0 0;float:right;}

.article-block {margin:10px 0 0 0;}
.article-block .top {
	width:600px;
	height:9px;
	background:url(../img/corners-top1.png) no-repeat 0 0;
	font-size:1px;
	line-height:1px;
}
.article-block .bottom {
	width:600px;
	height:11px;
	background:url(../img/corners-bottom1.png) no-repeat 0 0;
	font-size:1px;
	line-height:1px;
}
.article-block .contents {
	padding:5px 16px 0 16px;
	border-left:1px #d6d6d6 solid;
	border-right:1px #d6d6d6 solid;
	width:566px;
}
.pager {
	padding:20px 0 0 0;
	text-align:center;
	font:normal 14px/21px Arial, Helvetica, sans-serif;
}
.pager a {
	color:#7f7f7f;
	padding:3px 6px;
	border-left:1px #fff solid;
	border-right:1px #fff solid;
}
.pager .current {
	padding:3px 6px;
	border-left:1px #fff solid;
	border-right:1px #fff solid;
	cursor:default;
}
.pager a:hover, .pager .current {
	color:#fff;
	border-left:1px #b7d8e9 solid;
	border-right:1px #fff solid;
	background:url(../img/pager-hover.png) repeat-x left top;
}
.pager .float-left {
	text-align:right;
	font-size:12px;
}
.pager .float-right {
	text-align:left;
	font-size:12px;
}
.pager .float-left a, .pager .float-right a {
	border:0 none;
	padding:0;
	color:#4385b1;
	line-height:normal;
}
.pager .float-left .page-one, .pager .float-right .page-one {
	color:#000;
	font-size:18px;
}
.pager .float-left a:hover, .pager .float-right a:hover {
	background:none;
	border:0 none;
	color:#4385b1;
}
.pager .float-left .page-one:hover, .pager .float-right .page-one:hover {
	color:#000;
}

#footer {
	position:absolute;
	width:100%;
	height:290px;
	left:0;
	bottom:0;
}
#footer .contents {width:942px; margin:0 auto;padding:0 29px;}
#footer .float-right { text-align:right; }
#footer .float-right, #footer .float-left {padding:0 0 17px 0;}
#bottom-menu {
	border-top:7px #ececec solid;
	border-bottom:7px #ececec solid;
	padding:32px 0 27px 0;
	margin:0 0 17px 0;
}
#bottom-menu ul {
	margin:0;
	padding:0;
	display:inline-block;
	width:942px;
	list-style:none outside;
}
#bottom-menu ul li {
	width:211px;
	padding:0 0 0 103px;
	float:left;
	color:#ff0066;
	font-size:18px;
	line-height:normal;
}
#bottom-menu ul li ul {
	width:211px;
}
#bottom-menu ul li ul li {
	float:none;
	padding:0;
	font-size:12px;
	line-height:14px;
	padding:2px 0;
}
#bottom-menu ul li ul li a {color:#000;}
.overlay { display:none; }
#overlay-login {
	background:#fff url(../img/blank.gif) repeat;
	border:3px #fd0079 solid;
	width:280px;
	height:230px;
	position:absolute!important;
	left:50%!important;
	top:100px!important;
	margin-left:168px!important;
}
#overlay-login .close {
	width:23px;
	height:23px;
	position:absolute;
	right:-13px;
	top:-13px;
	cursor:pointer;
	background:url(../img/close.png) no-repeat center center;
}
#overlay-login .contents { padding:20px 26px; }
#overlay-login .heading {
	font:normal 18px/normal "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
	padding:0 0 7px 0;
}
#overlay-login .form-item {
	color:#959595;
	font-size:12px;
	padding:0 0 7px 0;
}
#overlay-login .form-item a { color:#fd0079; }
#overlay-login .form-input {
	font:normal 12px/14px Tahoma, Geneva, sans-serif;
	color:#000;
	padding:9px 11px 8px 11px;
	background:url(../img/input-login-bg.png) no-repeat 0 0;
	border:1px #d3d3d3 solid;
	//height:14px;
	width:204px;
	margin:6px 0 0 0;
}
#overlay-login .form-submititem {
	margin:9px 0 0 0;
	text-align:center;
}
#overlay-login .form-submit {
	width:226px;
	height:31px;
	text-align:center;
	font:normal 12px Tahoma, Geneva, sans-serif;
	color:#000;
	cursor:pointer;
}
a.cat {
	color:#8D8E8E;
}
a.small {
	font-size:8pt;
}
p.citleft
{
	border-right: 2px solid #ef5ca1;
	line-height: 20px;
	color: #000; 
	width: 30%; 
	font-size: 150%; 
	font-weight: normal; 
	font-family: Arial; 
	padding-left: 1em;
	float: left; 
	margin: 0.3em 1em 1em 0.3em;
}
p.cit 
{
	border-left: 2px solid #ef5ca1;
	color: #000; 
	width: 30%; 
	font-size: 150%; 
	font-weight: normal; 
	font-family: Arial; 
	padding-left: 1em;
	padding-top: 5px;
	float: right; 
	margin: 0.3em 0.3em 1em 1em;
}
table.ancor td {
	-moz-border-radius:5px 5px 5px 5px;
	width:97%;
	border-width: 1.5px;
	border-spacing: 2px;
	border-style: solid solid solid solid;
	border-color: rgb(225, 213, 191) rgb(225, 213, 191) rgb(225, 213, 191) rgb(225, 213, 191);
	border-collapse: collapse;
	background-color: rgb(250, 240, 230);
	-moz-border-radius: 5px 5px 5px 5px;
}
table#price td {
	font-size:8pt;
}
table.ancor a:link {
	color:#43A9CA;
	font-family:Arial,sans-serif;
	font-size:14px;
	text-decoration:underline;
}
.center {
	text-align:center;
}
.stati_text {
	margin:0px;
	padding:0px;
	font-size:14px;
	font-family:Arial,sans-serif;
	color:#000;
	line-height:120%;
}
a.left_menu_link:link {
	color: #43a9ca;
	font-family:Arial,sans-serif;
	font-size:14px;
	text-decoration:underline;
}
a.left_menu_link:visited {
	color: #43a9ca;
	font-family:Arial,sans-serif;
	font-size:14px;
	text-decoration:underline;
}
a.left_menu_link:active {
	color: #43a9ca;
	font-family:Arial,sans-serif;
	font-size:14px;
	text-decoration:underline;
}
a.left_menu_link:hover {
	color: #ef5ca1;
	font-family:Arial,sans-serif;
	font-size:14px;
	text-decoration:none;
}
.added_class {
	font-size:8pt;
}
.marg{
	margin-bottom:15px;
}
ul.line li{
	display: inline;
	padding-left:10px;
}
div.cloud{
	margin-top:10px;
	margin-bottom:10px;
	height:120px;
}
/*div.cloud a.seven {
	font-size:14pt;color:#535D5F;
}
div.cloud a.six {
	font-size:13pt;color:#2F363F;
}
div.cloud a.fif {
	font-size:12pt;color:#5A595F;
}
div.cloud a.fof {
	font-size:11pt;color:#313F4F;
}
div.cloud a.thir {
	font-size:10pt;color:#5F5F5F;
}
div.cloud a.sec {
	font-size:9pt;color:#796B8F;
}
div.cloud a.fis {
	font-size:8pt;color:#A4A9AF;
}
div.cloud a.def {
	font-size:7pt;color:#BFBFBF;
}*/
div.cloud a.tenth {
	font-size:17pt;color:#ef62a6;
}
div.cloud a.ninth {
	font-size:16pt;color:#6f6f6f;
}
div.cloud a.eighth {
	font-size:15pt;color:#6f6f6f;
}
div.cloud a.seven {
	font-size:14pt;color:#6f6f6f;
}
div.cloud a.six {
	font-size:13pt;color:#6f6f6f;
}
div.cloud a.fif {
	font-size:12pt;color:#6f6f6f;
}
div.cloud a.fof {
	font-size:11pt;color:#6f6f6f;
}
div.cloud a.thir {
	font-size:10pt;color:#6f6f6f;
}
div.cloud a.sec {
	font-size:9pt;color:#6f6f6f;
}
div.cloud a.fis {
	font-size:8pt;color:#6f6f6f;
}
div.cloud a.def {
	font-size:7pt;color:#6f6f6f;
}
p.green {
	margin:0px;
	padding:0px;
	font-size:14px;
	font-family:Arial,sans-serif;
	color:#000;
	line-height:120%;	
	color:green;
}
p.red {
	margin:0px;
	padding:0px;
	font-size:14px;
	font-family:Arial,sans-serif;
	color:#000;
	line-height:120%;
	color:red;
}
div.contact {
	float:left;
	padding-left:10px;
}
div.contact table{
	padding:0px;
	margin:0px;
}
div.contact table td{
	border:none;
	padding:0px;
	margin:0px;
}
div.larger{
	font-size:10pt;
}
img.padded_img{
	margin:0px;
	margin-bottom:10px;
}
div.padded{
	padding-left:10px;
	padding-right:10px;
}
.random_link{
	color: #778899;
}
.rubrics {
padding: 0 0 5px;
}

#simplemodal-overlay {
	background-color:#000;
}
#simplemodal-container { 
	padding: 10px; 
	background-color:#ccc; 
}
#simplemodal-container a.modalCloseImg {
	background:url('/img/x.png') no-repeat; 
	width:35px; 
	height:34px; 
	display:inline; 
	z-index:3200; 
	position:absolute; 
	top:-15px; 
	right:-16px; 
	cursor:pointer;
}
