/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
    margin: 0;
    padding: 0;
}

body {
    background: url(../img/img01.gif) repeat-x top left;
}

body, th, td, input, textarea {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
}

form {
}

fieldset {
}

a img {border:0;}

input, textarea {
    font-weight: bold;
}

input.text {
    padding: 2px 5px;
    background: #F8FAEB;
    border-top: 1px solid #4D5719;
    border-left: 1px solid #4D5719;
    border-right: 1px solid #626456;
    border-bottom: 1px solid #626456;
}

input.button {
    background: #3C7BCF;
    border-top: 1px solid #3C7BCF;
    border-left: 1px solid #3C7BCF;
    border-right: 1px solid #3C7BCF;
    border-bottom: 1px solid #3C7BCF;
    color: #FFFFFF;
}

h1, h2, h3 {
    margin-top: 15px;
    color: #B10961;
}

h1 {
    letter-spacing: -.075em;
    font-size: 2em;
}

h2 {
    letter-spacing: -.05em;
    text-transform: uppercase;
    font-size: 1.1em;
    font-weight: bold;
    color: #B10961;
}

h3 {
    font-size: 1em;
}

p, ul, ol {
    margin-top: 1.5em;
    line-height: 1.8em;
    font-size: 1.1em;
}

P {margin:5px 0; padding:0;}

ul, ol {
    margin-left: 3em;
}

blockquote {
    margin-left: 3em;
    margin-right: 3em;
}

a {
    text-decoration: none;
    color: #75043D;
}

a:hover {
    border: none;
}

h1 a, h2 a, h3 a {
    border: none;
    text-decoration: none;
    color: #B10961;
}

h1 a:hover, h2 a:hover, h3 a:hover {
    background: none;
    color: #B10961;
}

hr {
    display: none;
}

/* Wrapper */

#wrapper {
}

/* Header */

#header {
    width: 850px;
    margin: 0 auto;
}

#menu {
    height: 42px;
    width: 900px;
}

#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: normal;
}

#menu li {
    float: left;
}

#menu a {
    display: block;
    float: left;
    padding: 0 24px;
    line-height:42px;
    height:42px;
    letter-spacing: -1px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    border-left: #58032F 1px solid;
    color: #FFFFFF;
}

#menu a:hover {
    background: #770444;
    color: #FFFFFF;
}

#menu .current_page_item a {
    background: #770444;
    color: #FFFFFF;
}

#menu .last{
    border-right: #58032F 1px solid;
}

#menu img {    padding-top:13px;
}

#search {
    float: right;
    width: 260px;
    margin: 0px;
    padding-top: 7px;
}

#search fieldset {
    border: none;
}

#search #s {
    width: 160px;
}

#search #x {
    width: 80px;
}

/* Logo */

#logo {
    width: 850px;
    height: 150px;
    margin: 0 auto;
    background: url(../img/img02.jpg) no-repeat left top;
}

#logo h1, #logo h2 {
    margin: 0;
    padding: 0;
}

#logo h1 {
    padding: 40px 5px 0 0px;
    font-size: 48px;
    color: #FFFFFF;
}

#logo h2 {
    padding: 0px 0 0 0px;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #BD0A70;
}

#logo p {
    clear: left;
    margin: 0;
    padding: 0 0 0 20px;
    line-height: normal;
    font-size: 1.2em;
    font-weight: bold;
    color: #C2C5B1;
}

#logo a {
    color: #FFFFFF;
}

/* Page */

#page {
    width: 900px;
    margin: 0 auto;
    padding-top: 30px;
    background: #FFFFFF;
    border-top: none;
}

/* Content */

#content {
    float: left;
    width: 670px;
}


#navline {
    margin: 0;
    background: #F2F2F2;
    padding: 5px 10px 5px 15px;
    text-transform: uppercase;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}



/* Sidebars */

.sidebar {
    float: left;
}

.sidebar ul {
    margin: 10px;
    padding: 0;
    list-style: none;
}


.sidebar li li {
    margin: 0;
}

.sidebar h2 {
    margin: 0 0 0 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #B10961;
}

#sidebar2 {
    width: 180px;
    padding: 0px 20px 0px 20px;
}

#sidebar2 li h2 {
    margin: 0 0 1em 0;
    padding: 15px 0  0 0px;
    height: 20px;
}

#sidebar2 li ul {
    line-height: normal;
}

#sidebar2 li li {
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
}

#sidebar2 li a {
    background: url(../img/img04.gif) no-repeat left 50%;
    border: none;
    padding-left: 10px;
  /*  text-transform: uppercase;*/
}

#sidebar2 li a:hover {
    border: none;
    padding-left: 10px;
}


/* Footer */

#footer {
    background: #000000;
    height: 120px;
    padding-top: 20px;
}

#footer p {
    text-align: center;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #FFFFFF;
}

#footer a {
    background: #BB096B;
    padding: 2px 7px;
    color: #FFFFFF;
}

#footer .counters {text-align:center; margin-top:20px;}
#footer .counters a {background:transparent; padding:0;}



.item{float:left; margin:10px 40px 20px 0px; width:190px;}
.itemshow {float:none !important; width:auto !important; height:20px; margin:10px 0 10px 0px !important;}
.item .desc{float:none; clear:both; margin:0px 5px 0px 5px;}
.item .remains{margin:0px 5px 0px 5px;}
.remains{font-size:11px; color:#B2006B;}
.addbasket{border:0px !important; float:right; margin:5px 5px 5px 5px; width:60px;}
.addbasket IMG {cursor:pointer; border:0; float:right; margin-top:5px !important;}
.itemshow .addbasket {margin-top:-1px !important; _margin-top:0; width:90px;}
.inbask .addbasket {margin-bottom:0;}
.coast{float:left; color:#B2006B; font-size:18px; line-height:18px; margin:5px 0px 5px 5px; _margin:5px 0px 5px 2px;}
.photocont {position:relative; float:left; border:5px solid #EBB2EA; width:180px; height:130px; text-align:center; background:#FFF;}
.photocont IMG{display:block; margin: 0 auto;}

.cartp {position:absolute; z-index:1500; top:50%; left:50%; background:#FFF; border:3px solid #dd0e8b; padding:5px;}

.strike {text-decoration:line-through;}

INPUT.cartcount {width:35px; float:right; border:1px solid #B2006B; margin-right:5px;}

.pricelist {width:100%;}
.pricelist TR.lev0 TD, .pricelist TR TH {background:#DC0E8C; color:#FFF; text-align:left;}
.pricelist TR.lev0 TD A, .pricelist TR TH A {color:#FFF; text-decoration:none;}
.pricelist TR.lev1 TD {background:#989898; color:#FFF;}
.pricelist TR.lev1 TD A {color:#FFF; text-decoration:none;}
.pricelist TD {padding: 2px 5px; border-bottom:1px solid #c3c3c3;}
.pricelist TD.title {width:100%;}
.pricelist TD.coast{float:none !important; color:#989898 !important; font-size:16px; font-style:italic; margin-top:2px; white-space:nowrap; text-align:right;}
.pricelist TD.inbask img{cursor:pointer}
.pricelist TR.noborder TD {border-bottom:0 !important;}

TABLE.table {border-spacing:0;}
TABLE.table TD {padding: 2px 5px;}

DIV.label {margin-top:5px;}

.sort {float:right; white-space:nowrap;}

.q_info {color:#000;}
.question {margin-top:15px;}


#fmcont {display:none; top:50%; left:50%; position: absolute; z-index: 15001; background:#FFF; border:6px solid #EBB2EA; padding:0px;}
#mainpicwin {position:relative; margin:0 5px 8px 0; padding:0 0 0 0; background: #FFF; border: 6px solid #EBB2EA;}
#mainpicwin IMG {position:relative; display:block; margin: auto;}
#picmain {position:relative; display:block; cursor:pointer; margin: auto;}
.thumbimgdiv {margin-top:10px;}
.thumbimgdiv DIV {margin:0 10px 10px 0; position:relative; float:left; background: #FFF; border:6px solid #EBB2EA; padding:0px;}
.thumbimgdiv DIV IMG {cursor:pointer; display:block; margin:auto; position:relative;}
.fmarrow {position:absolute; display:block; top:20px; height:60px; line-height:60px; width:45px; text-align:center; filter:alpha(opacity=70); -moz-opacity: 0.7; -khtml-opacity: 0.7; opacity: 0.7; color:#FFF; background:#000; z-index:15100; text-decoration:none; font-size:14px; font-family:Arial; outline:none;}
.fmarrow:hover {text-decoration:none;}
#fmarrowleft {left:-6px;}
#fmarrowright {right:-6px;}
div.clear {clear:both; height:1px; font-size:1px; overflow:hidden;}

UL.pub_sections {padding:0; margin:0;}
UL.pub_sections LI {margin:0 0 0 25px; padding:0; }
.pub_file {padding-top:2px; padding-bottom:2px;}

.gsc-result {padding-bottom:10px;}
.gs-visibleUrl, .gs-watermark, .gsc-resultsHeader, .gsc-branding {display:none;}
.gsc-cursor-box {margin-bottom:10px;}
.gsc-cursor-page {float:left; cursor:pointer; text-decoration:underline; margin-right:8px;}
.gsc-cursor-current-page {font-size:12px; text-decoration:none; cursor:default;}
INPUT.gsc-input {width:300px; margin-right:10px;}
.gsc-search-box {margin:10px 0;}

.msg_box {background: #E0F4FF; border: 1px solid #00789A; padding: 10px; margin-bottom: 10px; font-size: 12px; color: #000000;}
.msg_ok {background: #E0FFE6; border: 1px solid green; padding: 10px; margin-bottom: 10px; font-size: 12px; color: green;}
.msg_error {background: #FFE0E0; border: 1px solid brown; padding: 10px; margin-bottom: 10px; font-size: 12px; color: brown;}
EM.mark {color: red; font-style: normal; font-weight: bold;}
