body {
    font-family: "Verdana";
    font-size: 12px;
    color: #434343;
    padding: 0;
    margin: 10px 0 0 0;
    background-color: #DBDBDB;
    text-align: center;
    
}
form {
    padding: 0px;
    margin: 0px;
}
a, a:link, a:active, a:hover {
    color: #000;
    text-decoration: underline;
    margin: 0;
    padding: 0;
}
a div {
    text-decoration: none;
    border:none;
}
a img {
    text-decoration: none;
    border:none;
}
div.right, div.left {
    margin: 0;
    padding: 0;
    float: right;
}
div.left {
    float: left;
}
div.clear {
    clear:both;
}
.header {
    width: 972px;
    height: 88px;
    background-color: transparent;
    text-align: right;
    margin: 0 auto;
    position: relative;
}
.header a.eshop{
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 25px;
    width: 85px;
    height: 25px;
    padding-top: 5px;
    background: url(img/bag.png) left top no-repeat;
    text-decoration: none;
    color: #e60004;
}
.header a.eshop:hover{
    color: #a41414; 
}
.header_logo_bg {
    background: url(img/logo_bg.gif) left top no-repeat;
    height: 88px;
/*    cursor: pointer;*/
    display: block;
}
.header_logo_en {
    background: url(img/logo_en.gif) left top no-repeat;
    height: 88px;
    cursor: pointer;
    display: block;
}
.header_logo_en p, .header_logo_bg p {
    color: #FFF;
    padding: 52px 25px 0 0;
}
.header_right {
    background: url(img/hdr_right.gif) right top no-repeat;
}
.body_wrap {
    width: 972px;
    background: url(img/bg.gif) center top repeat-y;
    margin: 0 auto;
    text-align: left;
}
.nav_menu {
    width: 964px;
    background: url(img/nav_bg.gif) left top repeat-x;
    height: 44px;
    margin: 0 4px;
}
.nav_item {
    background: transparent;
    color:#5e6d78;
    margin: 0;
    padding: 11px 16px 19px 16px;
    float: right;
    display: block;
    cursor: pointer;
}
.nav_hover {
    color:#5e6d78;
    margin: 0;
    padding: 11px 16px 19px 16px;
    float: right;
    display: block;
    background: url(img/nav_hover.gif) transparent center bottom no-repeat;
    cursor: pointer;
}
.nav_selected {
    background: url(img/nav_selected.gif) left top repeat-x;
    color: #fff;
    margin: 0;
    padding: 11px 16px 19px 16px;
    float: right;
    display: block;
}
.border{
    width: 964px;
    height: 2px;
    background: url(img/nav_border.gif) left top repeat-x;
    border: none;
    margin: 0 4px;
    padding: 0;
    line-height: 0px;
    font-size: 0.1em;
}
.container {
    width: 944px;
    margin: 10px auto 0 auto;
    padding: 0;
    background:transparent;
    min-height: 400px;
}
* html .container {
height: 400px;
}
.menu_header {
    background: url(img/menu_header.gif) left top no-repeat;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    width: 206px;
    margin: 0;
    padding: 11px 0 11px 13px;
}

.menu {
    float: left;
    width: 219px;
    padding: 0;
    margin: 0 5px 0 0;
}
.content {
    float: right;
    width: 715px;
    padding: 0;
    margin: 0 0 0 5px;
}
h1 {
    font-size: 12px;
    font-weight: bold;
    font-family: Verdana;
    color: #5e6d78;
    margin: 0 0 10px 0;
    padding: 10px 0 10px 0;
    border-bottom: 1px solid #f9c3c4;
}
.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-family: Arial;
    font-size: 12px;
    border: 1px solid #92a3af;
    width: 217px;
}
.menu li {
    position: relative;
    display: block;
}
.menu li a, .menu li.sub a {
    padding: 7px 0 7px 22px;
    text-decoration: none;
    font-weight: bold;
    color: #8d8d8d;
    display: block;
    width: auto;
    background-color: #EFEFEF;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #fff;
}
.menu li a:hover, .menu li.sub a:hover {
    padding: 7px 0 7px 22px;
    color: #FFF;
    text-decoration: none;
    background-color: #E60004;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #fff;
}
.menu li.empty {
    border-top: 1px solid #DFDFDF;
    background-color: #EFEFEF;
    padding: 2px 0 2px 0;
    width: 217px;
}
.menu li.selected {
    display: block;
    color: #252525;
    padding: 7px 0 7px 22px;
    width: 195px;
    position: relative;
    font-weight: bold;
    background: url(img/red_arrow.gif) #EFEFEF 7px 8px no-repeat;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #fff;
}
.menu li.separator {
    color: #fff;
    display: block;
    padding: 10px 0 10px 13px;
    font-family: Verdana;
    font-weight: bold;
    font-size: 12px;
    background: url(img/menu_bg.gif) left top repeat-x;
    border: none;
    width: 204px;
}
.menu li.sub a {
    border:none;
}
.menu li.sub a:hover {
    border: none;
}

/* Holly Hack for IE \*/
* html .menu li { float: left; height: 1%; }
* html .menu li a { height: 1%; }
* html .menu li.selected {float: left; height: 1%;}
/* End */

.footer {
    width: 972px;
    height: 80px;
    margin: 0 auto;
    padding: 0;
}
.footer_left {
    background: url(img/footer_left.gif) left top no-repeat;
    height: 80px;
    width: 12px;
    float: left;
    padding: 0;
    margin: 0;
}
.footer_center {
    height: 80px;
    width: 948px;
    padding: 0;
    margin: 0;
    float: left;
    background: url(img/footer_bg.gif) left top repeat-x;
}
.footer p {
    font-size: 11px;
    color: #6d8495;
    margin: 0;
    padding: 20px;
    text-transform: lowercase;
}
.footer p a, .footer p a:link, .footer p a:active {
    color: #6d8495;
    text-decoration: none;
}
.footer p a:hover {
    text-decoration: underline;
}
.footer_right {
    background: url(img/footer_right.gif) left top no-repeat;
    height: 80px;
    width: 12px;
    float: left;
    padding: 0;
    margin: 0;
}
.fp, .fp_over {
    width: 206px;
    background: url(img/frame.png) left top no-repeat;
    text-decoration: none;
    border: none;
    padding: 130px 0 6px 0;
    display: block;
    text-align: center;
    cursor: pointer;
}
.fp_image {
    width: 206px;
    margin: 15px;
    text-decoration: none;
    border: none;
    display: block;
    text-align: center;
    float:left;
    cursor: pointer;
}
/* Holly Hack for IE \*/
* html .fp_image { margin: 13px; }
* html .fp_big { margin: 13px; }
/* End */
.fp_over {
    background: url(img/frame_over.png) left top no-repeat;
}
.fp_big {
    background: url(img/fp_logo.jpg) center center no-repeat;
    width: 437px;
    height: 210px;
    float: left;
    border: 1px solid #f9c3c4;
    padding: 0;
    margin: 15px;
}

.pic, .pic_over {
    width: 130px;
    height: 90px;
    background: url(img/pic_frame.png) left top no-repeat;
    text-decoration: none;
    border: none;
    display: block;
    text-align: center;
    cursor: pointer;
}
.pic_image {
    width: 130px;
    height: 90px;
    margin: 6px;
    text-decoration: none;
    border: none;
    display: block;
    text-align: center;
    float:left;
    cursor: pointer;
}
/* Holly Hack for IE \*/
* html .pic_image { margin: 5px; }
/* End */
.pic_over {
    background: url(img/pic_frame_over.png) left top no-repeat;
}
.product_wrap {
    float: left;
    border: none;
    width: 323px;
    margin: 0 10px 10px 0;
    padding: 0;
}
.product_big {
    width: 310px;
    height: 203px;
    margin: 2px;
}
.product_big_wrap {
    width: 314px;
    height: 207px;
    border: 1px solid #92a3af;
}
.product_thumb_wrap {
    width:100px;
    height:100px;
    border: 1px solid #92a3af;
    margin: 10px 5px 0 0;
    float: left;
}
.product_thumb {
    width:96px;
    height:96px;
    margin: 2px;
}
.product_thumb_wrap:hover {
    border: 1px solid #f9c3c4;
}
.partner {
    width: 220px;
    height: 160px;
    border: 1px solid #92a3af;
    float: left;
    margin: 5px;
}
.partner:hover {
    border: 1px solid #f9c3c4;
}







.form_field {
    border: 1px solid #ababab;
    background: url(img/form_field_bg.gif) #fff repeat-x left top;
    font-family: "Verdana";
    font-size: 14px;
    padding: 5px;
    height: 17px;
    color: #444444;
}
.form_field_focus {
    border: 1px solid #666;
    background: #fff;;
    font-family: "Verdana";
    font-size: 14px;
    padding: 5px;
    color: #444;
    height: 17px;
}
.button {
    border: 1px solid #F9C3C4;
    background: url(img/button_bg.gif) left top repeat-x;
    color: #e60004;
    font-family: "Verdana";
    font-size: 11px;
    font-weight: normal;
    margin: 5px;
    padding: 0 10px;
    text-align: center;
    height: 22px;
}
#msg {display:none; position:absolute; z-index:200; background:url(img/msg_arrow.gif) left center no-repeat; padding-left:7px}
#msgcontent {display:block; background:#f3e6e6; border:2px solid #ec3432; border-left:none; padding:5px; min-width:150px; max-width:250px}
#wrapper {width:300px; margin:50px auto}

/* LIGHTBOX2 CSS */
#lightbox{    position: absolute;    left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(img/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%    ; }

#imageData{    padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }    
#imageData #caption{ font-weight: bold;    }
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;    }            
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}         

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

.td_news_title{
    padding: 10px 0px 10px 0px;
    color: #045993;
    font-weight: bold;
}
td.td_news_shrot_cont{
    border-bottom: 1px solid #cccccc;
    padding-bottom: 5px;
}
a.more_btn, a.more_btn:hover {
    text-align: center;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    color: #6f6f6f;
    text-decoration: none;
    margin: 5px 0 0 0;
    padding: 3px 18px 0 5px;
    display: block;
    float: right;
    height: 17px;
    width: 48px;
    background: url(img/more_btn.gif) no-repeat top left;
}

a.more_btn:hover {
    text-decoration: none;
    background-position: bottom;
}
.td_pade{
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    color: #6f6f6f;    
}
.paging-nolink{
    color: #E60004;    
}
a.page_link{
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    color: #6f6f6f;    
    text-decoration: none; 
    padding: 5px;   
}
a.page_link:hover{
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    color: #E60004;    
    text-decoration: none;    
}
