body {
        background: #E5F5F5;
        font-family: Verdana, Tahoma, Arial, sans-serif;
        font-size: 8pt;
        text-align: center;
}
.c {
        float: left;
}
.cr {
        clear: left;
}
h1 {
        font-size: 14pt;
        margin: 5px 0 5px 0;
        font-size: 11pt;
        padding: 0px;
}

h2 {
        font-size: 10pt;
        border: 3px solid #FCFCFA;
}

h2 a{
        color:#009C97;
        font-size: 11px;
        font-weight:bold;
        text-decoration:none;
}

h2 a:hover{
        color:#EA2323;
}

h3 {
        color: #1B1B1B;
        font-size: 8pt;
        padding: 0;
        border-bottom: 1px solid #EDEBEB;
}

h4 {
        font-size: 8pt;
        font-weight: normal;
}

/** Buttons CSS for Rollover: Home **/
.csshome {
position:relative;
background-image: url(../images/btnr/home.jpg);
background-repeat: no-repeat;
display: block;
height: 20px;
margin: 0;
padding: 0;
}

.csshome a {
display: block;
height: 20px;
text-decoration: none;
}

.csshome img {width: 62px; height: 20px; border: 0; }
* html a:hover {visibility:visible}
.csshome a:hover img{visibility:hidden}

/** Buttons CSS for Rollover: Submit **/
.csssubmit {
position:relative;
background-image: url(../images/btnr/submit.jpg);
background-repeat: no-repeat;
display: block;
height: 20px;
margin: 0;
padding: 0;
}

.csssubmit a {
display: block;
height: 20px;
text-decoration: none;
}

.csssubmit img {width: 109px; height: 20px; border: 0; }
* html a:hover {visibility:visible}
.csssubmit a:hover img{visibility:hidden}


/** Buttons CSS for Rollover: Suggest Category **/
.csssuggest {
position:relative;
background-image: url(../images/btnr/suggest.jpg);
background-repeat: no-repeat;
display: block;
height: 27px;
margin: 0;
padding: 0;
}

.csssuggest a {
display: block;
height: 27px;
text-decoration: none;
}

.csssuggest img {width: 125px; height: 27px; border: 0; }
* html a:hover {visibility:visible}
.csssuggest a:hover img{visibility:hidden}

/** Buttons CSS for Rollover: Latest Links **/
.csslatest {
position:relative;
background-image: url(../images/btnr/latest.jpg);
background-repeat: no-repeat;
display: block;
height: 20px;
margin: 0;
padding: 0;
}

.csslatest a {
display: block;
height: 20px;
text-decoration: none;
}

.csslatest img {width: 108px; height: 20px; border: 0; }
* html a:hover {visibility:visible}
.csslatest a:hover img{visibility:hidden}

/** Buttons CSS for Rollover: Latest Articles **/
.csslatestarticles {
position:relative;
background-image: url(../images/btnr/latestarticles.jpg);
background-repeat: no-repeat;
display: block;
height: 20px;
margin: 0;
padding: 0;
}

.csslatestarticles a {
display: block;
height: 20px;
text-decoration: none;
}

.csslatestarticles img {width: 127px; height: 20px; border: 0; }
* html a:hover {visibility:visible}
.csslatestarticles a:hover img{visibility:hidden}

/** Buttons CSS for Rollover: Top Hits **/
.csstophits {
position:relative;
background-image: url(../images/btnr/tophits.jpg);
background-repeat: no-repeat;
display: block;
height: 20px;
margin: 0;
padding: 0;
}

.csstophits a {
display: block;
height: 20px;
text-decoration: none;
}

.csstophits img {width: 80px; height: 20px; border: 0; }
* html a:hover {visibility:visible}
.csstophits a:hover img{visibility:hidden}

/** Buttons CSS for Rollover: Contact **/
.csscontact {
position:relative;
background-image: url(../images/btnr/contact.jpg);
background-repeat: no-repeat;
display: block;
height: 20px;
margin: 0;
padding: 0;
}

.csscontact a {
display: block;
height: 20px;
text-decoration: none;
}

.csscontact img {width: 80px; height: 20px; border: 0; }
* html a:hover {visibility:visible}
.csscontact a:hover img{visibility:hidden}

/** Link.tpl **/

.mainlnk{
}
.mainlnk a{
        color:#006766;
        font-weight:bold;
        text-decoration:none;
}
.mainlnk a:hover{
        text-decoration:underline;
}
.url {
        color: #6f6f6f;
}
.readmorelnk{
        color:#383838;
}
.readmorelnk a{
        color:#343433;
        font-size:10px;
}
.readmorelnk a:hover{
        text-decoration:none;
}
.categorylnk{
}
.categorylnk a{
        color:#313131;
}
.categorylnk a:hover{
        text-decoration:none;
}

/** Category Search **/

.list a{
        color:#CD1B1B;
}
.list a:hover{
        text-decoration:none;
}

/** Main **/
.main{
        background: #FCFCFA;
        vertical-align:top;
}
.rightside{
        background: #BFE5E5;
        width:162px;
        border-left: 2px dotted #9AC4C0;
}
.leftside{
        background: #BFE5E5;
        width:162px;
        border-right: 2px dotted #9AC4C0;
}
.panels_header {
        background: #87B7B9;
        /*background:url(../images/pnlheader.jpg);*/
        border: 1px solid #C0D1DB;
        height: 25px;
        text-align: center;
        font-weight:bold;
        color: #006665;
}

.leftinside{
        padding:8px 3px 3px 3px;
}

.stat{
        text-align:right;
        font-weight:bold;
        color:#F52328;
}

.maincontent{
        padding:5px;
        vertical-align:top;
        /*width: 687px;*/
}
.maincontent h2{
        margin:0;
        padding:0;
}

#descr {
        text-align: justify;
}


table.formPage {
        background:#FCFCFA;
        /*width:687px;*/
        /*vertical-align:top;*/
        border: 1px solid #77A9AA;
}
td.err {
        padding: 3px;
        color: #FF0000;
        background: #FFEDED;
        border: 1px solid #A0A0A0;
        text-align: left;
}
td.msg {
        padding: 3px;
        color: #0000FF;
        background: #EDF3FF;
        border: 1px solid #A0A0A0;
        text-align: left;
}
.spy{
        padding-left:7px;
        width: 687px;
        height: 25px;
        background:url(../images/ld.jpg);
}
.spy a{
        color:#019C94;
}
.spy a:hover{
        text-decoration:none;
}
#detail{
        text-align: left;
        border-left: 1px solid #77A9AA;
        padding-left: 10px;
        background: #F1F7F7;
        border-bottom: 1px dotted #77A9AA;
}
.label {
        color:#009C97;
        font-weight:bold;
        text-align: left;
        width: 90px;
        padding: 5px;
}

.label td{
        vertical-align:top;
}
.buttons {
        padding-top:15px;
        text-align: center;
}

#descr {
        padding: 0px;
        margin: 0 0 5px 0;
}

.count {
        color: #9B9B9B;
        font-size: 8pt;
        font-weight: normal;
}

#path {
        width:562px;
        height:21px;
        /*padding:5px;*/
        line-height: 19px;
        /*margin:0 auto;*/
        background:url(../images/searchbg.jpg);
}

.search11 {
        background:url(../images/search.jpg);
}

.staticlinks {
        width:1015px;
        height: 40px;
        /*position:relative;*/
        background: url(../images/staticlinks.jpg);
}

.login{
        text-align: right;
        padding-right: 65px;
}

.pnls{
        border: 1px solid #87B7B9;
}

.pnls a{
        color: #116764
}

.pnls a:hover{
        text-decoration:none;
}

.login a{
        color: #116764
}

.login a:hover{
        text-decoration:none;
}

.staticlnk {
        text-align: left;
        /*padding-left: 300px;*/
        color: #FFFFFF;
}

.staticlnk a{
        color: #FFFFFF;
}

.staticlnk a:hover{
        text-decoration:none;
}

#user-bar {
   /*width:750px;*/
   /*margin:0 auto;*/
   padding-right: 25px;
   /*background:#ffffff;*/
   line-height:19px;
   text-align:right;
}
#user-bar a{
        color: #FFFFFF;
}

.text, .btn {
        font-size: 8pt;
        font-family: Verdana, Tahoma, Arial, sans-serif;
}
input.text {
        color: #000000;
        border: 1px solid #333333;
}
textarea.text {
        font-size: 8pt;
        border: 1px solid #333333;
}
select {
        font-size: 8pt;
        border: 1px solid #333333;
}

.captcha {
        border: 1px solid #333333;
        margin-top: 10px;
}

form {
        display: inline;
        margin: 0;
        padding: 0;
}
.icon {
        margin-left: 10px;
        width: 32px;
        height: 32px;

}

.show_featured{
        padding: 9px;
}

#center{
   width: 1015px; /* Ширина слоя в пикселах */
   margin-left: auto; /* Отступ слева */
   margin-right: auto; /* Отступ справа */
   border: 1px solid #68A3A1;
   text-align:left;
}

.btn {
        font-size: 8pt;
        font-weight: bold;
        border: 1px solid #009997;
        color:#70ADAE;
        background-color: #005051;/*#FFCC33;*/
        cursor: pointer;
        height: 20px;
        width: 41px;
}
span.req {
        margin-left: 3px;
        color: #FF0000;
        font-weight: bold;
}

div.errForm, span.errForm {
        margin: 0px 0 0px 5px;
        padding: 2px 3px 2px 3px;
        color: #FF0000;
        background: #FFFFF3;
        border: 1px solid #cccccc;
        text-align: left;
        clear: right;
}

.smallDesc{
        width:50%;
}

.small, .small a {
        padding: 0px;
        margin: 0px;
        color: #909090;
        font-size: 7pt;
        text-decoration: none;
}
.sort {
        color: #000000;
}
p.subcats {
        margin: 0px 0px 17px 0px;
        padding: 0px;
}
.subcats a{
        color:#181717;
}
.subcats a:hover{
        text-decoration:none;
}
div.pr {
        font-size: 6pt;
        color: #000000;
        /*float: left;*/
        /*height: 30px;*/
        margin-right: 5px;
}
div.prg {
        width: 40px;
        border: 1px solid #999999;
        height: 3px;
        font-size: 1px;
}
div.prb {
        background: #E29714;
        height: 3px;
        font-size: 1px;
}

.footer_bckg{
        background:url(../images/footer.jpg) repeat-x center;
        width: 1015px;
        height: 12px;
}

.footer {
        background:#BFE5E5;
        text-align: center;
        padding:3px;
        width:1015px;
}
.footer a {
        color: #116764;
}
.footer a:hover{
        text-decoration:none;
}
.price {
}
.price table td{
        margin: 0;
        padding: 2px;
        vertical-align: bottom;
}
.navig{
        padding-top:10px;
}
.paging-links,
.paging-info {
   text-align:right;
}
.paging-links a{
        color:#E20A0F;
}
.paging-links a:hover{
        text-decoration:none;
}
.paging-info {
   font-style: italic;
   color:#515151;
}

.limit_field {
   border: 0 solid transparent;
   border-width:0;
}

#toggleCategTree {
   display:block;
   cursor:pointer;
   cursor:hand;
   color:#6A8AD4;
}

#categtree {
   margin:3px 0;
   height:200px;
   width:300px;
   overflow:auto;
   border:1px dotted #9EC2F3;
   border-width:0 1px 1px;
}

#catTitle { background:#fff; } /* Important for Konqueror */

#categtree h2 {
   margin:0 0 5px;
   padding:2px;
   text-align:center;
   color:#5e74b3;
   background:#DDE5F3;
   vertical-align:middle;
}

#categtree #close_tree {
   right:0;
   padding:1px;
   text-align:center;
   white-space:nowrap;
   cursor:pointer;
   cursor:hand;
}

#categtree .categ-item {
   clear:both;
   margin:3px 5px;
   padding:2px 5px;
   display:block;
   border:1px dotted #CBE2EC;
   border-width:1px 0;
   cursor:pointer;
   cursor:hand;
}

#categtree .categ-item img {
   margin-right:1em;
}

#categtree .odd {
   background:#F8F8FC;
}

#categtree .even {
   background:#fff;
}

#categtree .categ-item:hover {
   background:#eee;
}