@import url(/css/header.css);
@import url(/css/content.css);
@import url(/css/menu.css);
@import url(/css/leftmenu.css);
@import url(/css/login.css);
@import url(/css/hit.css);
@import url(/css/catalog.css);
@import url(/css/basket.css);
@import url(/css/news.css);
body{padding: 0px;margin: 0px;}
img {border: none;}
.clear {clear: both;}
.infopage{font-family: Arial;font-size:0.8em;color: #000;}
.mainhit{display:block;text-align:center;font-size:12px;color:#3395D2;text-decoration:none;
width:140px;margin-top:3px;margin:0 auto;margin-left:7px;font-weight:bold;font-family: Arial;}
.mainhit:hover{text-decoration:underline;}
.icon{clear:both;text-align:right;border-top:1px dotted #F0F0F0;}
.about{color:#000;font-size:12px;}
#baner {
    width: 100%;
    margin: 20px auto;
}
form {
    margin: 0px;
    padding: 0px;
}
.catalog {
    float: left;
    width: 140px;
    height: 200px;
    text-align: center;
}
.catalog A {
    font-size: 0.7em;
    font-family: Arial;
    color: #A1A1A1;
}
.price {
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    color: #ff7700;
}
.crumbs {
    padding-bottom: 1em;
    font-family: Arial;
    font-size:0.8em;
    color: #A1A1A1;
}
#content .crumbs a {
    padding: 0 1px;
    color: #A1A1A1;
    text-decoration: none;
}
#content .crumbs a:hover {
    padding: 0 1px;
    color: #A1A1A1;
    text-decoration: underline;
}
.catalog-title {
    width: 759px;
    margin-bottom: 30px;
    font-size: 0.8em;
    font-family: Arial;
    color: #A1A1A1;
    border-collapse: collapse;
}
.catalog-title TD IMG {
    display: block;
    margin: 0 auto;
}
.catalog-title TD {
    margin: 0px;
    padding: 0px;
}
.left-title {
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    text-align: center;
}
.right-title {
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
}
.right-title UL {
    margin: 0px;
    margin-left: 25px;
    padding: 0px;
}
.right-title UL LI {
    list-style: circle;
}
.right-title UL LI A {
    color: #A1A1A1;
    text-decoration: none;
}
/* Nav Links */
.nav {
    font-size: 0.9em;
    color: #A1A1A1;
    font-family: Arial;
    text-align: right;
}
.nav A {
    font-size: 0.9em;
    color: #A1A1A1;
    font-family: Arial;
    text-decoration: none;
}
.nav A:link {
    font-size: 0.9em;
    color: #A1A1A1;
    font-family: Arial;
    text-decoration: none;
}
.nav A:visited {
    font-size: 0.9em;
    color: #000000;
    font-family: Arial;
    text-decoration: none;
}
.nav A:hover {
    font-size: 0.9em;
    color: #666666;
    font-family: Arial;
    text-decoration: none;
}
/* Errors */
#error LI {
    color: #FF0000;
    list-style: none;
    font-weight: bold;
    font-family: Times New Roman;
}
/* Index Text */
#text-index {
    background: #f5f5f5;
    width: 729px;
    float: right;
    margin-bottom: 30px;
    margin-right: 30px;
    color: #545454;
    font-family: Arial;
    font-size: 0.7em;
}
#text-index A {
    text-decoration: none;
    font-weight: bold;
    color: #000000;
    float: right;
}
#text-index A:hover {
    text-decoration: none;
    font-weight: bold;
    color: #545454;
}
*html #text-index {
    margin-right: 15px;
}
#text-index .inner {
    margin: 10px;
}
#text-index .inner SPAN {
    color: #3395d2;
    font-weight: bold;
}
.searchinp {
    width: 100%;
    border: 1px solid #e3e3e3;
    background: #f8f8f8;
    font-size: 12px;
}
#bigphoto {
    position: absolute;
    left: 50%;
    top: 30px; 
    display: none;
    width: 300px;
    float: left;
    margin-left: -150px;
    z-index: 20;
    padding: 0 5px 0 5px;
    background: #111111;
    border: 1px solid #FFFFFF;
    text-align: center;
}
#bigphoto A {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}