.rqbOnIndex:focus {
    outline:none;
}
span {
    /*font-weight: bold;*/
}
body {
    /*font:1em Arial, Verdana, Helvetica, sans-serif;*/
    font:1em Tahoma, Arial, Verdana, Helvetica, sans-serif;
    background: url(../img/back.jpg) top left #72121e;
    text-align:center;
    color:#000;
    margin:0;
    padding:0;
}

ul {
    list-style:none;
    margin:0;
    padding:0;
}

#article ul#photosRight {
    list-style: none;
}

a {
    color:#fff;
}

a:hover {
    text-decoration:none;
}

img {
    border:none;
}

h1, h2 {
    margin:0;
    padding:0;
}
input {
    height:20px;
    border:1px solid #520b14;
}

input.btn {
    height:22px;
    color:#ddc99d;
    background:url(../img/btnBg.gif) top left repeat-x;
}

#container {
    background:#fff;
    text-align:left;
    width:977px;
    margin:0 auto;
}

#header {
    background:#72101d;
    height:116px;
}

#header ul {
    float:right;
}
#header ul li {
    display: inline;
}

#header a {
    text-decoration:none;
    text-transform:uppercase;
    font-weight:700;
    font-size:.75em;
}

#logo {
    position:absolute;
    margin-top: 30px;
}

#fastMenu {
    float:right;
    width:500px;
}

#fastMenu ul {
    padding-top:29px;
}

#fastMenu ul li {
    margin-left:32px;
    padding-left:20px;
}

#fastMenu ul li.loginIcon {
    background:url(../img/loginIcon.gif) bottom left no-repeat;
}

#fastMenu ul li.regIcon {
    background:url(../img/regIcon.gif) bottom left no-repeat;
}

#fastMenu ul li.searchIcon {
    background:url(../img/searchIcon.gif) bottom left no-repeat;
    padding-left:18px;
}

#fastMenu ul li a {
    text-transform:capitalize;
    color:#ddc99d;
    text-decoration:underline;
    font-size:.6em;
}

#fastMenuAct {
    margin-top:5px;
    float:right;
    height:40px;
    width:500px;
}

#fastMenuAct a {
    font-size:.8em;
    font-weight:400;
    color:#ddc99d;
    padding:3px;
}

#fastMenuAct input.search {
    width:405px;
}

#fastMenuAct input {
    border:none;
    float:left;
    margin:10px 0 5px 5px;
    font-size: 1em;
}

#fastMenuAct label {
    color: #fff;
    font-size: 0.8em;
    float:left;
    margin: 15px 2px 0 5px;
}

#fastMenuAct input.btn {
    width:auto;
    font-size: 0.8em;
}

#mainMenu {
    float:right;
    position:relative;
    width: 100%;
}
#mainMenu ul li {
    position: relative;
    padding: 0 0 0 10px;
    margin: 0;
}
#mainMenu ul li a {
    padding: 0;
    margin: 0;
    padding: 3px;
}

#mainMenu ul li a:hover {
    background: #e0b962;
    color:#72101d;
}

#mainMenu li ul {
    display:none;
    width: 195px;
    height:auto;
    left:16px;
    position:absolute;
    top:20px;
    z-index:12;
    background: #520A15;
}

#mainMenu li ul li {
    display: inline;
}

#mainMenu li:hover ul, #mainMenu li.jshover ul {
    display: block;
    background: #e0b962;
}

#mainMenu li:hover ul li, #mainMenu li.jshover ul li {
    margin: 0;
    padding: 0;
    clear: both;
}

#mainMenu li:hover ul li a,

#mainMenu li.jshover ul li a {
    width: 160px;
    font-size: 0.7em;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    float: left;
    padding-left: 30px;
    color:#72101d;
}

#mainMenu li ul li a:hover {
    background: #72101d top left no-repeat;
    color: #fff;
}

#topBlock {
    width:100%;
    height:140px;
    background:#72121e;
    border-top:1px solid #a06f63;
    border-bottom:1px solid #a06f63;
}

#topBlock ul {
    background:#ddc99d;
    height:100px;
    padding-left:10px;
    margin:5px 0;
}

#topBlock ul li {
    width:300px;
    display:inline;
    float:left;
    vertical-align:top;
    padding:5px 0 0;
}

#topBlock ul li img {
    border-right:1px solid #aaa;
    padding-right:10px;
    float:left;
    margin:5px 10px 0;
}

#dopMenu {
    background:#72121e;
}

#dopMenu ul {
    text-align:left;
    padding-bottom:5px;
}

#dopMenu ul li a {
    text-decoration:none;
    text-transform:uppercase;

    font-weight:700;
    font-size:.6em;
}

#mainBlock {
    padding-top:20px;
    color:#000;
    background: url(../img/leftLine.gif) top left repeat-y;
    min-height:1200px;
}

#mainBlock a {
    font-size:.8em;
    color: #72121e;
}

#right a {
    color:#570711;
}

#mainBlock h1 {
    border-bottom:2px solid #000;
    font-family:Cambria, Constantia, serif;
    font-size:.9em;
    font-weight:700;
    text-transform:uppercase;
    vertical-align:bottom;
    margin-bottom:5px;
}

#mainBlock h2 {
    border-bottom:2px solid #000;
    font-family:Cambria, Constantia, serif;
    font-size:.9em;
    font-weight:700;
    text-transform:uppercase;
    vertical-align:bottom;
    margin-bottom:5px;
    margin-top:10px;
}

#mainTopics h2, #allTopics h2 {
    border: none;
    font-size:.7em;
    font-weight:700;
    text-transform:uppercase;
    vertical-align:bottom;
    margin-bottom:0px;
    margin-top:0px;
}

#mainBlock img.newVideo {
    float:right;
    position:relative;
    top:-7px;
    left:0;
}

ul.newsIndex li {
    background:url(../img/newsHr.gif) bottom left repeat-x;
    padding-bottom:5px;
}

ul.newsIndex li h2 {
    margin:10px 0 0;
}

ul.newsIndex li p {
    margin-top:0;
}

ul.newsIndex li p a {
    font-size:.8em;
}

#left {
    float:left;
    width:210px;
    background:#fff;
    padding:10px 20px 0 20px;
    //padding-top: 21px;
}
#left img {
    margin-bottom:10px;
}
#center {
    float:left;
    width:510px;
    background:#fff;
    min-height:1730px;
    border-left:1px solid gray;
    border-right:1px solid gray;
    padding:10px 20px 0 20px;
}

#center #upBannerInfo {
    height:30px;
    top:268px;
    position:relative;
    text-transform:uppercase;
    color:#fff;
    font-weight:bolder;
    font-size:12px;
    background:rgba(114, 18, 30, 0.7);
    padding:10px;
}

*+#center #upBannerInfo {
    top: 268px;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#9972121e, endColorstr=#9972121e);
}

#center #upBannerInfo {
    _filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#9972121e, endColorstr=#9972121e);
}


#center #upBannerInfo a {
    color:#ffd870;
    font-size:12px;
}

#center img.upBanner {
    position:absolute;
}

.redQouteBlock {
    font-family:Book Antiqua, cursive;
    font-style:italic;
    font-weight:700;
    font-size:1.3em;
    margin-top:10px;
    margin-bottom:10px;
}

.rqbOnIndex {
    margin-top: 255px;
}

.redQouteBlock img {
    padding:5px;
    float:none;
}
.redQouteBlock2 {
    font-family:Book Antiqua, cursive;
    font-style:italic;
    font-weight:700;
    font-size:1.1em;
    margin: 20px 0 20px 0;

}

.redQouteBlock2 img {
    padding:5px;
}
#mainTopics {
    font-size:.9em;
}

#mainTopics h2, #allTopics h2 {
    font-family:Cambria, Constantia, serif;
    font-weight:700;
    text-transform:uppercase;
    vertical-align:top;
    font-size:1.2em;
}

#mainTopics a, #allTopics a {
    text-decoration:underline;
    color:#72121e;
}

#mainTopics a:hover, #allTopics a:hover {
    text-decoration:none;
}

.rightLink {
    float:right;
    text-decoration: none;
    text-transform: none;
    font-weight: normal;
    color:#818181;

}

#mainTopics ul li {
    float:left;
    vertical-align:top;
    border-bottom:1px solid #000;
    margin-bottom:10px;
    padding-bottom:5px;
    width: 510px;
}

#mainTopics ul li img {
    float:left;
    padding:0 10px 10px 0;
}

#allTopics ul {
    padding-top:10px;
}

#allTopics ul li {
    width:511px;
    float:left;
    padding-bottom:12px;
}

#allTopics ul li.r {
    padding-right:0;
}
#allTopics h2 {
    padding-bottom:5px;
}

#allTopics ul li img {
    padding-right:11px;
}

#allTopics ul li a.rightLink {
    float:right;
    text-decoration: none;
    text-transform: none;
    font-weight: normal;
    color:#818181;

    font-size: .6em;
    margin-top:6px;
    margin-right: 8px;
}

#right {
    float:left;
    width:155px;
    background:#fff;
    min-height:1200px;
    padding:10px 0 0 10px;
}

#bannerRight {
    padding-top:20px;
}

#bannerRight ul li {
    width:150px;
    margin-top:20px;
}

#bannerRight p {
    font-size:.8em;
    margin-top:2px;
}

#bannerBottom {
    border-top:1px solid gray;
    padding-top:20px;
    margin-left:20px;
    margin-right:20px;
}

.fltrt {
    float:right;
    margin-left:8px;
}

.fltlft {
    float:left;
    margin-right:8px;
}

.clearfloat {
    clear:both;
    height:0;
    font-size:1px;
    line-height:0;
}

#dopMenu ul li {
    display:inline;
    margin-left:40px;
}

#topBlock ul li p, #mainTopics ul li p {
    font-size:.8em;
    margin-top:5px;
}

#topBlock ul li a, #mainTopics ul li a {
    color:#72121e;
    font-size:.8em;
    font-weight:700;
}

#copyMenu ul {
    margin: 10px 0 10px 10px;
    text-align: center;
    vertical-align:middle;
}

#copyMenu ul li {
    height:15px;
    padding: 0 24px 0 24px;
    border-right: 2px solid #72121e;
    color: #000;
    float:left;
    margin-bottom: 10px;
    text-transform: lowercase;
}

#copyMenu ul li a{
    float: left;
}
#copyMenu ul li.li1 {
    border-right: none;
}

#copyMenu ul li a {

    font-weight: bold;
    font-size: 0.8em;
    color: #72121e;
    text-decoration: none;
}

#copyMenu ul li a:hover {
    text-decoration: underline;
}

#footer {
    min-height:100px;
    padding: 10px;
    border-top: 1px solid #72121e;
    background: #fff;
}

#footer p {
    margin: 0;
    padding: 0;
    font-size: 0.7em;
}

#footerinfo {
    float: left;
    background: #fff;
    height:110px;
    width:500px;
}

#footerinfo p {
    margin: 0;
    padding: 0 10px 0 0;
    font-size: 0.7em;
}

#footerinfo a {
    margin: 0;
    padding: 0;
    color: #000;
}

#partners {
    background:#FFFFFF none repeat scroll 0 0;
    float:right;
    height:98px;
    margin:0;
    padding:0;
    text-align:left;
    //width:250px;
}

#partners p {
    font-size: 0.7em;
    font-weight: bold;
    text-decoration: underline;
    text-align:right;
    margin: 0;
    padding: 0;
}

#partners ul {
    margin: 0;
    padding: 0;
    height: 40px;
}

#partners ul li {
    width: 250px;
    margin: 0;
    padding: 0;
    font-size: 0.7em;
    display: block;
    vertical-align:top;
    text-align: right;
}

#partners a {
    margin: 0;
    padding: 0;
    color: #000;
    text-decoration: none;
}
#partners a:hover {
    text-decoration: underline;
}
#mainRight {
    float: left;
    width: 685px;
    margin: 0 0 20px 0;
    padding: 18px 0 0 20px;
    border-left: 1px solid gray;
}
#mainRight h1 {
    border-bottom:none;
    font-family:"Times New Roman", Times, serif;
    font-size:.9em;
    text-transform:uppercase;
    vertical-align:bottom;
    margin-bottom:10px;
    margin-top:10px;
    float: left;
}
#svetHronika {
    width: 686px;
    margin-right: 15px;
    height: 55px;
    border-bottom: 1px solid #808080;
    float: left;
}
#svetHronika ul {
    margin: 10px 0 0 10px;
    float: right;
    text-align: right;
}
#svetHronika ul li {
    height:5px;
    display: inline;
    border-right: none;
    padding: 0;
    //padding-left: 5px;
}
#svetHronika ul li.lil {
    border-right: 1px solid #72121e;
    padding: 0 5px 0 0;
    //padding-left: 5px;
}
#svetHronika a {
    color: #72121e;
}
#foto {
    width: 696px;
    padding-right:10px;
    float: left;
    text-align:center;
}
#foto h3 {
    font-size: 1.1em;
    font-weight: bold;
    color: #72121e;
}
#foto img {
    margin: 5px;
}
#foto img.im {
    margin: 0 5px 220px 60px;
}

#foto ul {
    margin: 0 0 0 40px;
}
#foto ul li {
    display: inline;
}
#foto p {
    color: #72121e;
    font-size: 0.9em;
}
#foto p.fotoPr {
    font-size: 1.4em;
}
#foto span {
    font-size: 10px;
    text-align: center;
    color: #72121e;
}
#Hronika {
    float: left;
    padding-right: 20px;
    width: 100%;
}

#Hronika td.td1 {
    background: #fdf9f0;
    width: 330px;
}

#Hronika td.td0 {
    background: #fff;
    width: 330px;
}

#Hronika td img.hr {
    float: left;
    margin: 2px 5px 0 0;
}

#Hronika td img {
    float: left;
    margin: 5px 10px 5px 0;
}

#Hronika p {

    font-size: 0.8em;
    padding: 0;
    margin:0;
}
#Hronika p.pp {

    font-size: 0.7em;
    color: #72121e;
    margin:5px 0 5px 0;
}
#Hronika span {
    font-weight: bold;
}

#Hronika a {
    padding:0;
    margin:0;
    color: #72121e;
    text-decoration: underline;
    font-weight: bold;
}
#Hronika a:hover,a:active {
    text-decoration: none;
}
#Hronika h2 {

    font-size: 0.9em;
    font-weight: bold;
    text-transform:uppercase;
    border-bottom:1px solid #000;
    margin: 20px 0 0 0;
}
#sHronika {
    width: 686px;
    margin-right: 15px;
    height: 55px;
    float: left;
}
#sHronika p {
    margin: 0 0 0 164px;
    padding: 0;
    font-size: 0.7em;
}
#sHronika ul {
    margin-top: 10px;
    float: right;
    text-align: right;
}
#sHronika ul li {
    height:5px;
    display: inline;
    border-right: none;
    padding: 0;
    //padding-left: 5px;
}
#sHronika ul li.lil {
    border-right: 1px solid #72121e;
    padding: 0 5px 0 0;
    //padding-left: 5px;
}
#sHronika a {
    color: #72121e;
}
#sHronika ul.ul2{
    margin: 9px 0 0 15px;
    float: left;
    height:21px;
    width: 300px;
    display: inline;
    background: url(../img/bg_but.gif) top left no-repeat;
}
#sHronika ul.ul2 li {
    float: left;
    height:21px;
    width: 90px;
    text-align: left;
    display: inline;
    background: url(../img/bg_but.gif) top left no-repeat;
    //padding-left: 0;
}
#sHronika ul.ul2 li.lil {
    width: 10px;
    height: 21px;
    background: #fff;
    border: none;
}
#sHronika a.aa {
    color: #000;
    margin: 0 5px 5px 6px;
    text-decoration: none;
    border-bottom: 1px dashed #000;
}

.top2 {
    width: 685px;
    margin-right: 15px;
    padding-top: 14px;
    height: 55px;
    float: left;
}
.top2 ul {
    margin-top: 10px;
    float: right;
    text-align: right;
}
.top2 ul li {
    height:5px;
    display: inline;
    border-right: none;
    padding: 0;
    //padding-left: 5px;
}
.top2 ul li.lil {
    border-right: 1px solid #72121e;
    padding: 0 5px 0 0;
    //padding-left: 5px;
}
.top2 a {
    color: #72121e;
    font-size:.8em;
}

#girlMonth {
    float:left;
    width: 700px;
}

#girlMonth a{
    font-size:1em;
    font-weight:bold;
}

#girlMonth ul {
    padding-top:0;
    float: left;
}
#girlMonth ul li {
    width:225px;
    float:left;
    padding-right:0;
    padding-bottom:20px;
    height: 360px;
}
#girlMonth ul li.r {
    padding-right:0;
}
#girlMonth h2 {
    padding-bottom:0;
}
#girlMonth h3 {
    color: #72121e;

    font-size:1em;
    padding:0;
    margin:0;
    text-align: center;
}
#girlMonth ul li img {
    padding:0px;
}
#girlMonth ul li img.img1 {
    padding: 2px 2px 0 0;
    vertical-align:top;
}
#girlMonth p {
    padding-right: 20px;
    font-size: 0.8em;
    text-align:justify;
}
#girlMonth p.p1 {
    padding:5px 0;
    margin:0;
    font-size: 1em;
    text-align:center;
}

#foto p.p1 {
    margin:0;
    font-size: 1em;
    text-align:center;
}

#girlMonth span.rate {
    font-size: 1.2em;
    color: #72121e;
}
#girlMonth p.p2 {
    padding:5px 0 0 55px;
    margin:0;
    font-size: 0.8em;
    text-align: left;
}

#girlMonth ul li a {
    font-size: 0.9em;
    color: #000;
}
#girlMonth ul li a.a1 {
    font-size: 0.9em;
    color: #72121e;
}
#article {
    float:left;
}
#article img {

}

#article ul {
    list-style:circle;
    padding: 10px 0px 10px 40px;
}

#article ul li {
    padding-bottom:10px;
}

#mainImage {
    padding-right:40px;
    padding-left:40px;
    float:left;
}

#article a {
    color: #72121e;
    font-size:1em;
}
#article h2 {
    padding: 0;
    margin:0;
    font-family: "Times New Roman", Times, serif;
    font-weight: normal;
    font-size: 2.5em;
    color: #72121e;
    line-height: 85%;
    border-bottom: none;
    margin-bottom:0;
    margin-top:0;
    text-transform:none;
    vertical-align:inherit;
}

#article h3 {
    margin-top: 20px;
    margin-bottom:0;
    margin-right:20px;
    font-family: "Times New Roman", Times, serif;
    font-weight: normal;
    font-size: 1.5em;
    color: #72121e;
    line-height: 95%;
}

#article h4 {
    margin-top: 20px;
    margin-bottom:0;
    font-weight: bold;
    font-size: 0.8em;
    color: #72121e;
}

#article p {
    font-size:0.8em;
    margin-bottom:25px;
    margin-top:5px;
    margin-right:20px;
    padding:0;
    text-align:justify;
}

img.commentImg {
    padding-right:5px;
}

#articleContent {
    padding: 20px 0 10px 0;
    width: 700px;
    float: left;
    border-bottom: 1px solid #000;
}
#articleContent ul {
    margin: 0 10px 0 10px;
    width: 235px;
    float: right;
}
#articleContent ul li {
    background: #eaeaea;
}
#articleContent ul li img {
    margin:0 0 5px 1px;
    border:none;
}

#articleContent ul li p {
    padding: 0 10px 5px 10px;
    font-size: 0.7em;

    color: #000;
}
#articleContent h2 {
    color: #211e1e;
    text-transform: uppercase;
    font-size: 0.8em;

    font-weight: bold;
}
#comments {
    padding: 10px 0 0 0;
    width: 685px;
    float: left;
}
#comments p {
    margin: 0;
    padding: 5px 0 0 0;
    font-size:.8em;
}
#comments a {
    float: right;
    color: #72121E;
}
#comments img {
    padding: 0 5px 0 0;
    margin: 0;
}
#comments input {
    margin: 10px 0 0 0;
    width: 681px;
    height: 80px;
    background: #fff;

}
#comments input.button {
    float: right;
    width: 80px;
    height: 20px;
    border:none;
    color:#ddc99d;
    background:url(../img/btnBg.gif) top left repeat-x;
}
#comments ul {
    margin-top: 20px;
    padding: 10px;
}
#comments ul li {
    padding-bottom: 10px;
}
#comments ul li.li1 {
    background: #faf7e7;
}
#comments ul li img {
    float: left;
    margin-top: 2px;
}

#commentForm {
    display: none;
}

#commentForm textarea {
    width: 100%;
    height:100px;
    border: 1px solid black;
}

#regForm {
    width: 400px;
}

#authMe {
    display: none;
    z-index: 10;
    padding: 20px;
    width: 150px;
    position: relative;
}

#regMe {
    display: none;
    z-index: 11;
    padding: 20px;
    width: 250px;
    position: relative;
    margin-right: 100px;
}

#authMe label, #authMe input,
#regMe label, #regMe input {
    color: #fff;
    font-size: .6em;
    display: block;
    width: 90%;
}


#authMe input,
#regMe input
{
    margin-bottom: 10px;
    color: #000;
    font-size: .8em;
}

#authMe input.chkBox {
    display: inline;
    width: 15px;
    margin:0;
    float:left;
}

#authMe input.btn,
#regMe input.btn
{
    color:#DDC99D;
    display:block;
    font-size:inherit;
    width:inherit;
    float: right;
    margin-top:5px;
}

#authMe label.forChkBox
{
    display: inline;
}

.dsplInline {
    display:inline;
}

#years select {
    height:20px;
    margin-left:16px;
    margin-top:5px;
}

div.circles {
    background: url(../img/circles.gif) no-repeat scroll 1px -20px;
    width: 200px;
    height:20px;
    text-align: center;
    margin-left:14px;
}

div.circlesIn {
    background: url(../img/circles.gif) no-repeat scroll 1px 0px;
    width:0px;
    height:20px;
    float: left;
    text-align:left;
}

ul#blocks {
    display:block;
    height:200px;
    padding:0;
    margin-left:0;
}

ul#blocks li {
    display:block;
    float:left;
    height:200px;
    margin:0 0 0 0;
}

.circlesIn a.s1 {width: 20px;}
.circlesIn a.s2 {width: 40px;}
.circlesIn a.s3 {width: 60px;}
.circlesIn a.s4 {width: 80px;}
.circlesIn a.s5 {width: 100px;}
.circlesIn a.s6 {width: 120px;}
.circlesIn a.s7 {width: 140px;}
.circlesIn a.s8 {width: 160px;}
.circlesIn a.s9 {width: 180px;}
.circlesIn a.s10 {width: 200px;}

.circlesIn a {
    display:block;
    height:20px;
    position:absolute;
}

span#voteOk {
    font-size: 1em;
}

div.forBig {
    margin-left:255px;
    //margin-left:20px;
}

span.commentCount {
    font-size: 0.8em;
}

ul#arhiv {
    padding: 0 0 0 10px;
}
#arhiv li {
    padding: 10px 15px 0 0;
    display: inline;
}

#fotoChange {
    top:0;
    margin-top:300px;
}
.girl2010 td {
    text-align: center;
    width: 95px;
    vertical-align:bottom;
    height:150px;
}
#girlAllTable tr td p {
    text-align:center;
    margin: 0 0 5px 0;
    padding: 0 5px;
}
.f1 {
    padding: 0;
    margin: 10px 8px 0 0;
    float: left;
    background: #fff !important;
}
.f1 img.img1 {
    padding-left: 2px;
}
.f1 h3 {
    padding: 0;
    margin: 0 10px 5px 10px;
    text-align: center;
}
.f1spec img {
    float: left;
    margin: 2px 2px 2px 0;
}

#month {
    position: absolute;
    margin: 55px 0 0 540px;
}
#vizitka table {
    float: left;
}
#vizitka table tr td {
    text-align: justify;
}
#vizitka table tr td img {
    margin: 0;
    padding: 0;
    float: left;
}
#vizitka table tr td.td1 {
    width: 180px;
    text-align: justify;
}
#vizitka table tr td.td2 {
    width: 420px;
}
#vizitka table tr td.td3 {
    width: 60px;
    text-align: center;
    font-weight: bold;
    color: #72121e;
}
#vizitka table ul li {
    margin-left: 17px;
    list-style: circle;
    font-size: 12px;
}
#vizitka table ul {
    margin: 0;
    padding: 0;
}
#vizitka table p {
    margin: 0;
    padding: 0;
}
#vizitka span {
    color: #2b0183;
}

.sle1 {
    font-size:11px;
    font-weight:normal;
    margin:0;
    padding:0;
    text-align:right;
    text-decoration:none;
    position: relative;
    bottom: 5px;
    min-width: 300px;
    color: #777;
}

a.sle {
    font-size:11px;
    font-weight:normal;
    margin:0;
    padding:0;
    text-align:right;
    text-decoration:none;
    color: #777 !important;
}
#katalog table {
    margin: 10px 0 10px 0;
}
#katalog table tr td {
    width: 330px;
    text-align: center;
}

#Form_reader input {
    display: block;
}

div#Form_reader {
    float:right;
    margin-right: 350px
}


/*обновление 09.2010*/
#catalog {
}
#cat_top h5 {
    color: #72121e;
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    padding:0 0 70px 0;
    margin:0;
}
#cat_top p {
    padding: 0 50px 20px 280px;
    margin: 0;
    color:#000;
    font-size: 12px;
}
#cat_top p.cat {
    padding: 0px 0 0 280px;
}
#cat_top span.title {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}
#cat_top {
    padding: 0;
    margin:0;
    width:660px;
    float:left;
    background: url(/img/catalog_bg.gif) top left no-repeat;
    height: 372px;
}
#cat_top p.cat {
    padding-top: 40px;
}
#cat {
    margin: 0;
    float: left;
    text-align:left;
}
#cat p {
    padding:5px 10px 3px 0;
    margin:0;
}
.cat_left {
    text-align:left;
    padding: 10px 10px 10px 22px;
    margin:0;
    width: 290px;
    float: left;
}
.cat_left span {
    text-transform: uppercase;
    font-size: 28px;
    font-weight: bold;
    color:#aeaeae;
    text-transform: uppercase;
}
.cat_left ul li {
    padding: 15px 0 0 0;
}
#mainBlock a.acat	 {
    font-size: 12px;
    color:#72121e;
}
#cat_in h5 {
    color: #72121e;
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: left;
    padding:0 0 70px 0;
    margin:0;
}
#cat_in span {
    padding: 0;
    color:#878686;
    font-weight:bold;
}
#cat_in span.cat_name {
    color:#000;
    font-size: 16px;
}
#cat_in p {
    padding:7px 15px 0 5px;
    margin:0;
    font-size:12px;
    color:#717070;
    text-align:justify;
}
#price {
    width: 150px;
    height: 46px;
    padding: 12px 20px 0 0;
    margin: 35px 0 0 0;
    background: url(/img/price_bg.gif) top right no-repeat;
    text-align: right;
    color: #fff;
    font-weight: bold;
}

#price span {
    padding:0 30px 0 0;
    margin:0;
    color: #000;
}
#cat_in table {
    padding: 0;
    margin:0;
}
#cat_in table tr td {
    border-bottom: 2px solid #000;
    padding: 15px;
}

#cat_in table tr td ul {
    font-size: 12px;
    color:#717070;
    text-align:left;
    list-style: disc;
    padding:7px 15px 0 35px;
}

#cat_in table tr td a {
    font-size: 1em;
}



#Blogs {
    padding: 0;
    margin: 0;
    float: left;
}
#Blogs p {
    padding: 5px 0 0 0;
    margin: 0;
    font-size:10px;
    color: #5a5a5a;
    font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
}
#Blogs span {
    font-weight: 600;
    margin: 0;
    font-size:12px;
    color: #000;
    font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
}
#Blogs span.span1 {
    font-weight: 600;
    padding: 0 20px 0 0;
    margin: 0;
    font-size:9px;
    color: #72121e;
    font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
}
#Blogs span.span2 {
    font-weight: 600;
    margin: 0;
    font-size:9px;
    color: #000;
    font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
}

#Blogs table tr td {
    width: 180px;
    padding: 10px 20px 10px 20px;
    text-align: center;
}
#Blogs table tr td img {
    padding: 10px;
    margin: 0;
}
#Blogs a {
    font-size: 1.3em;
    font-weight: bold;
    border: none;
    background: none;
}
#Blogs a:hover {
    border: none;
}
#zapisi {
    padding:0;
    margin: 50px 0 0 15px;
    float:left;
}
#zapisi a.a2:hover,a.a2:active {
    background: #000;
    color: #fff;
    float: left;
    text-align: left;
    padding: 5px;
}
#zapisi ul li {
    display: inline;
}
#zapisi ul {
    float: left;
    text-align: left;
}
#zapisi span {
    font-weight: bold;
    margin: 0 50px 0 0;
    text-transform: uppercase;
    font-size: 18px;
    color: #000;
    font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
}
#zapisi a {
    font-size: 1em;
    color: #72121e;
    margin: 0 15px 0 15px;
    padding: 2px 5px 2px 5px;
    font-size: 0.7em;
    text-decoration: none;
    border-bottom: 1px dashed;
    text-align: left;
}
#zapisi a:hover,a:active {
    background: #71121e;
    color: #fff;
    border-bottom: none;
    border: none;
}
#zapisi a.a22 {
    font-size: 1.3em;
    text-decoration: underline;
    border: none;
    text-align: left;
    color: #000;
    margin: 0;
    padding: 0;
}
#zapisi a.a22:hover,a.a22:active {
    text-decoration: none;
    background: none;
    color: #000;
    border: none;
}
#zapisi a.a3 {
    font-size: 1.3em;
    text-decoration: underline;
    border-bottom: none;
    text-align: left;
    color: #72121e;
    margin: 0;
    padding: 0;
}
#zapisi a.a3:hover,a.a3:active {
    text-decoration: none;
    background: none;
    color: #72121e;
}
#zapisi table {
    float: left;
    margin: 20px 0 0 0;
    width: 630px;
    border: none;
    border: 1px solid #e5e5e5;
    border-right: none;
}
#zapisi table tr td {
    font-size: 10px;
    color: #5a5a5a;
    padding: 5px 10px 5px 10px;
    font-weight: bold;
    border-right: 1px solid #e5e5e5;
}

#zapisi table tr td.td11 {
    width: 120px;
    background: #e5e5e5;
}
#zapisi table tr td.td22 {
    width: 80px;
    background: #e5e5e5;
}
#zapisi table tr td.td00 {
    background: #e5e5e5;	
}
#Blog_top {
    float: left;
    text-align: left;
    border-bottom: 6px solid #72121e;
    width: 660px;
    padding: 0;
    margin:0;
}
#Blog_top img.img_blog {
    float: left;
    margin:0 60px 0 60px;
    padding:0;
}
#Blog_top h3 {
    margin:0;
    padding: 80px 0 10px 0;
    font-weight: normal;
    font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
    font-size: 24px;
    text-transform: uppercase;
}
#Blog_top span {
    font-size: 12px;
    color: #000;
    padding: 0 10px 0 0;
}
#Blog_top a {
    font-size: 1.3em;
    text-decoration: none;
    color: #d57600;
}
#Blog_top a:hover,a:active {
    color: #000;
}
#Blog_top a img {
    padding: 13px 6px 0 3px;
}
#Comment_blog {
    float: left;
    text-align: left;
    padding:0;
    margin: 40px 0 0 0;
}
#Comment_blog span.com_date {
    font-size: 12px;
    color: #5b5a5a;
    padding-right: 10px;
    font-weight:bold;
}
#Comment_blog p {
    font-size: 12px;
    padding: 0 20px 5px 0;
    font-weight: normal;
    text-align:justify;
    color: #000;
}
#Comment_blog a {
    font-size: 11px;
    padding: 0 10px 0 0;
    font-weight: bold;
    border-right: 2px solid #9d9c9c;
}

#Comment_blog a:hover {
    border-right: 2px solid #9D9C9C;
}

#Comment_blog span {
    font-size: 11px;
    font-weight: bold;
}
#Comment_blog a.com_a {
    padding: 0 10px 0 10px;
    border: none;
}
#Comment_blog h5 {
    font-size: 18px;
    text-transform: uppercase;
    padding: 0;
    margin:0;
    font-weight: normal;
}
#Comment_blog ul li {
    padding: 0 0 30px 0;
    margin: 0;
}
#Comment_blog ul {
    padding: 0;
    margin: 0;
}

#af_special {
    top:0;
    margin-top: 400px;
}

form label input, form label select {
    display: block;
    margin-bottom: 10px;
    width: 550px;
    height: 20px;
}

/*new main page start*/
#mainnew {
    float: left;
    border-left: 1px solid #000;
    width: 700px;
    margin: 15px 0 0 0;
    padding: 0 0 0 20px;
}
#mainnew .blog {
    background: url(/img/blog_bg.png) top left no-repeat;
    width: 225px;
    height: 254px;
    float: left;
    margin: 0 5px 40px 0;
    padding: 0;
}
#mainnew .blog h2 {
    background: #910e20;
    color: #fff;
    text-decoration: none;
    border: none;
    padding: 5px;
    margin: 0 4px 0 0;
    float: left;
    position: relative;
    z-index: 500;
}
#mainnew .blog h3, #mainnew .blog h3 a {
    color: #363636;
    font-weight: normal;
    text-decoration: none;
    border: none;
    font-size: 1.04em;
    padding: 5px;
    margin: 0;
    height: 40px;
    font-family: Cambria,Constantia,serif;
}
#mainnew .blog p {
    padding: 0 5px;
    margin: 0;
    font-size: 0.85em;
}
#mainnew .blog p span {
    font-size: 0.7em;
    font-weight: normal;
    color: #5a5a5a;
    margin-left: 5px;
}
#mainnew .blog p span.num {
    font-size: 0.9em;
    font-weight: normal;
    color: #000;
    margin-left: 5px;
}
#mainnew .blog img {
    position: relative;
    margin: -26px 0 0 0;
    z-index: 1;
}
#zapisiblog {
    float: left;
    width: 690px;
}
#zapisiblog h2 {
    color: #72101f;
    border: none;
    font-family: Myriad Pro;
    margin: 0;
    padding: 6px 0 5px 15px;
    background: url(/img/h2new_bg.png) top left no-repeat;
}
#zapisiblog table {
    background: #e6e7e8;
    margin: 0 0 30px 0;
    padding: 10px 5px;
    font-family: Myriad Pro;
    font-size: 0.9em;
}
#zapisiblog table tr td {
    width: 331px;
}
#zapisiblog table tr td img {
    float: left;
    margin: 3px 15px 3px 5px;
}
#zapisiblog table tr td h4 {
    margin: 5px 0 0 0;
    padding: 0;
    font-size: 1em;
    color: #72101f;
}
#zapisiblog table tr td p {
    margin: 0;
    padding: 0;
}
#maintops {
    margin: 0 0 20px 0;
    padding: 0;
    float: left;
    width: 682px;
    font-family: Myriad Pro;
}
#maintops h2 {
    color: #72101f;
    border: none;
    margin: 0;
    padding: 6px 0 5px 15px;
    background: url(/img/h2new_bg.png) top left no-repeat;
    font-family: Myriad Pro;
}
#maintops .tema {
    float: left;
    margin: 0 18px 0 0;
    padding: 0;
    width: 209px;
}
#maintops .tema img {
    z-index: 1;
}
#maintops .tema h3 {
    background: url(/img/h3top_bg.png) top left repeat-x;
    margin: -15px 10px 0 10px;
    padding: 15px 10px 0 10px;
    text-align: center;
    color: #fff;
    font-weight: normal;
    line-height: 23px;
    font-size: 1.4em;
    z-index: 500;
    position: relative;
}
#maintops .tema h3 span {
    color: #72101f;
    font-weight: bold;
}
#maintops .tema p {
    font-size: 0.95em;
    line-height: 15px;
    padding: 0;
    margin: 10px;
    text-align: justify;
}
#maintops .tema a.podr {
    float: right;
    margin-right: 10px;
    font-weight: bold;
    font-size: 0.9em;
}
#newnews {
    width: 215px;
    margin: 20px 0 0 0;
    padding: 0;
    float: left;
    font-family: Myriad Pro;
}
#newnews h2 {
    font-family: Myriad Pro;
    color: #72101f;
    border: none;
    margin: 0;
    padding: 6px 0 5px 15px;
    background: url(/img/h2new_bg.png) top left no-repeat;
}
#newnews h3 {
    font-family: Myriad Pro;
    font-size: 1.3em;
    color: #72101f;
    border: none;
    margin: 0;
    padding: 0 0 10px 0;
    background: url(/img/h2new_bg.png) top left no-repeat;
    text-transform: none;
    text-align: center;
}
#newnews p {
    padding: 0 5px 0 10px;
    margin: 0;
    font-size: 0.9em;
}
#newnews p span {
    color: #72101f;
    font-weight: bold;
}
#newnews a.newspodr {
    float: right;
    color: #72101f;
    font-size: 0.85em;
    font-weight: bold;
    margin-right: 10px;
}
#newnews ul li {
    margin: 0 0 40px 0;
}
#newvideo {
    float: left;
    margin: 20px 0 0 20px;
    padding: 0;
    width: 445px;
    font-family: Myriad Pro;
}
#newvideo h2 {
    color: #fff;
    background: #72101f;
    padding: 5px 5px 5px 15px;
    margin: 0;
    font-family: Myriad Pro;
    border: none;
}
#newvideo h3 {
    text-align: center;
    color: #fff;
    background: #72101f;
    padding: 5px;
    margin: 0 0 20px 0;
    float: left;
    font-size: 1.3em;
    font-weight: normal;
}
#newvideo .newtext {
    background: #e6e7e8;
    float: left;
    padding: 5px;
    font-size: 0.9em;
}
#newvideo .newtext span {
    color: #72101f;
    font-weight: bold;
}
#newvideo .newtext p {
    margin: 0;
    padding: 0;

}
#newvideo .videomain {
    float: left;
    padding: 0;
    margin: 15px 0;
}
/*new main page end*/
