/*   general styles   */
body, html {
    padding: 0;
    margin: 0;
    height: 100%;
    text-align: left;
}
body {
    background: #ffffff url('/f/i/bg.gif') repeat-x 0 0;
}
body, td, th, select, input, textarea, h2, h3, h4, h5, h5, h6 {
    font: normal 12px/1.2em Tahoma, sans-serif;
    color: #000000;
}
#content .columnMain {
    font-size: 13px;
}
a {
    color: #336600;
    text-decoration: underline;
    outline: none;
    cursor: pointer;
    -cursor: hand;
}
a:hover {
    color: #cd0000 !important;
    text-decoration: none !important;
}
a:focus {
    outline:none;
}

small {
    font-size: 9px;
}
.small, .small td {
    font-size: 11px;
    line-height: 15px;
}
big {

}
table {
    border: 0;
    border-collapse: collapse;
}
form, img, div, td, th {
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
}
p {
    margin: 0 0 17px 0;
    padding: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
h1 {
    font-size: 18px;
    line-height: 21px;
    font-weight: normal;
    color: #cd0000;
    padding: 0;
    margin: 15px 0 13px 0;
}
h2 {
    /*font-size: 18px;
    line-height: 21px;
    color: #000000;
    padding: 0;
    margin: 0;*/
    font: bold 14px/1.2em Tahoma;
    color: #336600;
    padding: 0;
    margin: 12px 0 5px 0;
}
h2.tableTitle {
    margin: 9px 0 14px 10px;
}
h3 {
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    padding: 0 0 8px 110px;
    margin: 0;
}
h4 {
    font: normal 24px/1.2em Tahoma;
    color: #000000;
    padding: 0;
    margin: 5px 0;
}
h5 {
    color: #cd0000;
    padding: 2px 0 11px 20px;
    margin: 0;
    font-weight: bold;
}
h6 {
    color: #000;
    padding: 0;
    margin: 10px 0 5px 0;
    font-weight: bold;
    font-size: 11px;
    line-height: 15px;
}
.clear, .clearFoot {
    display: block;
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
    margin: 0;
}
.clearFoot {
    height: 105px;
}
.br {
    display: block;
    clear: both;
    font-size: 1px;
    height: 10px;
    line-height: 1px;
    margin: 0;
}
.png, .catalogItemPhotoZoom img { 
    behavior: url('/f/pngbehavior.htc');
}

.fright {
    float: right;
}
.fleft {
    float: left;
}
img.fleft {
    margin: 0 20px 10px 0;
}
img.fright {
    margin: 0 0 10px 20px;
}
.grey {
    color: #808080;
}
.red, .hot {
    color: #cc0000 !important;
}
.orange {
    color: #ff8019;
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
ul li {
    padding: 0 0 9px 20px;
    margin: 0;
    background: transparent url('/f/i/li-text.gif') no-repeat 0 5px;
}
ul.big {
    font-size: 13px;
    line-height: 16px;
    padding: 0;
    margin: 17px 0 0 0;
}
p.big {
    font-size: 15px;
    line-height: 18px;
    padding: 7px 0 0 0;
}
ul.big li {
    padding: 0 0 9px 20px;
    margin: 0;
    background: transparent url('/f/i/li-text.gif') no-repeat 0 5px;
}
ul.small, .small ul {
    font-size: 11px;
    line-height: 15px;
}
ul.small li, .small ul li {
    padding: 0 0 5px 20px;
    margin: 0;
    background: transparent url('/f/i/li-text.gif') no-repeat 0 5px;
}
p.strong {
    font-weight: bold;
    padding-top: 8px;
    margin-bottom: 10px;
    line-height: 15px;
}
/*   /general styles   */

/*   the basic layout blocks   */
#wrapper {
    min-height: 100%;
    background: transparent url('/f/i/bg-top.jpg') no-repeat 0 0;
}
* html #wrapper {
    height: 100%;
}
#wrapper, #foot {
    min-width: 990px;
	-width: expression((document.documentElement.clientWidth || document.body.clientWidth) < 990 ? '990px' : '100%' );

}
#foot {
    height: 90px;
    margin: 0 auto;
    margin-top: -90px;
}
#top {
    height: 50px;
    background: transparent url('/f/i/dotted-top.gif') repeat-x 350px 39px;
}
#head {
    min-height: 120px;
}
* html #head {
    margin-bottom: -3px;
	height: 120px;
}

       /*   content columns   */
    .columns {
       background: transparent url('/f/i/bg-title.gif') repeat-x 0 0;
    }
    body.inner .columns {
       background: none;
    }
    .columns, .columns2 {
        clear: both;
        width: 100%;
    }
    * html .columns, * html .columns2 {
        //overflow-x: hidden;
    }

    .columnWrapper {
        margin-right: 32%;
    }
    .columnRight {
        width: 32%;
        float: right;
        position: relative;
        z-index: 5;
        max-width: 510px;
    }
    * html .columnRight {
        left: -6px;
    }

    .columnMain {
        margin-left: -180px;
    }
    .columnMainFix {
        margin-left: 380px;
        padding-right: 30px;
    }
    #content .columnMainFix {
        padding-right: 22px;
    }
    .columnLeft {
        width: 180px;
        float: left;
    }
    * html .columnLeft {
        margin-right: -3px;
    }

    #head .columnLeft, #top .columnLeft {
        width: 350px;
    }
    #head .columnMain, #top .columnMain {
       margin-left: -350px;
    }
    #head .columnMainFix, #top .columnMainFix {
        margin-left: 350px;
    }
    #head .columnMainFix {
        margin-right: -5em;
    }

    #foot .columnLeft {
        width: 300px;
    }
    #foot .columnMain {
        margin-left: -300px;
    }
    #foot .columnMainFix {
        margin-left: 600px;
    }

    body.inner .columnLeft {
        width: 350px;
    }
    body.inner .columnMain {
        margin-left: -350px;
    }
    body.inner .columnMainFix {
        margin-left: 700px;
    }

    body.inner .columns2 .columns, body.inner .columns.next .columns {
        padding-top: 18px;
        padding-bottom: 18px;
    }
    body.inner .columns2 .columns .columnMain {
        margin-left: 0;
    }
    body.inner .columns2 .columns .columnMainFix {
        margin-left: 0;
    }

    body.inner .columns2 .columns .columnRight {
        position: relative;
        right: -20px;
        width: 230px;
        margin-left: -20px;
    }

    body.inner .columns.next .columns .columnMainFix {
       margin-left: 350px;
    }

    body.inner .columns.next .columns .columnRight {
        margin-right: -20px;
        position: relative;
    }
    body.inner .columns.next .columns .columnRight, body.inner .columns2 .columns .columnRight {
        //margin-right: -25px;
        //position: relative;
    }

    body.inner #foot .columnLeft {
        width: 350px;
    }
    body.inner #foot .columnMain {
        margin-left: -350px;
    }
    body.inner #foot .columnMainFix {
        margin-left: 700px;
    }

    /* /content columns */


#foot .columnRight {
    text-align: right;
}
#foot big {
    font-size: 13px;
}
#designedby {
    float: right;
    background: transparent url('/f/i/design.gif') no-repeat 0 0;
    padding: 6px 0 6px 50px;
    margin: 15px 0 0 0;
    font-size: 13px;
    line-height: 16px;
    color: #808080;
}
#foot .columnLeft p {
    line-height: 20px;
    padding: 0 0 0 20px;
    margin: 0;
}
#foot .columnRight p {
    padding: 4px 20px 0 0;
    margin: 0;
}
#foot ul, #head ul {
    padding: 0;
    margin: 0;
}
#foot ul li, #head ul li {
    font-size: 13px;
    line-height: 15px;
    background: transparent url('/f/i/li.gif') no-repeat 0 3px;
    padding: 0 0 5px 20px;
    margin: 0;
}

#head .columnLeft img {
    position: relative;
    top: -3px;
}
#head .columnMain ul {
    padding: 14px 0 0 0;
	 margin-right: 2em;
}
#head .columnMain ul li {
    font-weight: bold;
    padding: 0 0 10px 20px;
    color: #1a4d00;
}
#head .columnMain ul li a {
    color: #1a4d00;
}

#foot .columnMain ul li, #foot .columnMain ul li a {
    color: #666666;
}
#foot .columnMain ul {
    padding: 4px 0 0 0;
    margin: 0;
}
#foot .columnMain ul li {
    font-size: 13px;
    line-height: 15px;
    background: transparent url('/f/i/li-green.gif') no-repeat 0 2px;
    padding: 0 0 5px 20px;
    margin: 0;
}
#foot .columnMain ul li, #foot .columnMain ul li a {
    color: #666666;
}

#top #phone {
    color: #ff7f00;
    font-size: 36px;
    line-height: 40px;
    float: right;
    padding: 13px 30px 0 0;
    background: transparent url('/f/i/bg.gif') repeat-x 0 0;
}
#top #phone small {
    color: #000000;
    font-size: 24px;
    line-height: 24px;
    position: relative;
    top: -6px;
    right: -2px;
}
#top .columnRight p, #top .columnMain p {
    padding-top: 12px;
    margin: 0;
}
#top .columnWrapper p a {
    color: #1a4d00;
}
#top .columnRight p {
    padding-right: 21px;
}
#top .columnRight a {
    display: block;
    float: right;
    padding: 0 0 5px 0;
    margin: 0 0 0 15px;
}
#top .columnRight a.auth {
    background: transparent url('/f/i/icons/auth.gif') no-repeat 100% 0;
    padding-right: 25px;
}
#top .columnRight a.profile {
    background: transparent url('/f/i/icons/logout.gif') no-repeat 100% 0;
    padding-right: 20px;
    font-weight: bold;
    color: #1a4d00;
}

/*   /the basic layout blocks   */

/* navigation block */

/* /navigation block */

/* content elements */
#head ul.currency {
    padding: 12px 0 0 0 !important;
    margin: 0;
    float: right;
}
#head ul.currency li {
    background: none;
    font-size: 12px;
    padding: 0 0 5px 0;
    margin: 0;
    width: 56px;
    text-align: left;
}
#head ul.currency li a {
    color: #000000;
    display: block;
    position: relative;
    z-index: 100;
    padding: 1px 10px 4px 10px;
}
#head ul.currency li.active a, #head ul.currency li.active a:hover {
    color: #ffffff !important;
    font-weight: bold;
    text-decoration: none;
    background: #ff8019;
}

.basket {
    background: transparent url('/f/i/icons/basket.gif') no-repeat 0 0;
    padding: 0 0 0 90px;
    position: relative;
    top: -3px;
    min-height: 95px;
    //height: 95px;
}
.basket h4 {
    font: bold 12px/14px Tahoma;
    color: #ffffff;
    padding: 0;
    margin: 0;
    height: 42px;
}
.basket h4 span {
    background: #009900;
    display: block;
    float: left;
    padding: 2px 10px 4px 12px;
    margin: 15px 0 6px 0;
}
.basket ul {
    padding-left: 12px;
}
.basket ul li {
    background: transparent url('/f/i/li-green.gif') no-repeat 0 3px;
}

.basket.empty {
    background: transparent url('/f/i/icons/basket-empty.gif') no-repeat 0 0;
}
.basket.empty h4 {
    font: bold 11px/15px Tahoma;
    color: #fff;
    padding: 0 0 0 8px;
    margin: 0 0 0 -5px;
    background: transparent url('/f/i/icons/basket-left.gif') no-repeat 0 15px;
    min-height: 65px;
    //height: 65px;
}
.basket.empty h4 span {
    background: #cd0000;
    display: block;
    float: left;
    text-align: center;
    padding: 7px 10px 13px 12px;
    margin: 15px 0 6px 0;
}

.title {
    background: #e6ffcc;
    height: 40px;
    border-bottom: 20px solid #ffffff;
}
.title h2 {
    padding: 11px 0 0 21px;
    margin: 0;
    font: normal 18px/20px Tahoma;
    color: #336600;
}
.title h2 .grey {
    color: #666666;
}

form.search {
    padding: 9px 0 0 0;
}
.field, .fieldActive {
    border: 1px solid #4d4d4d;
    background: #ffffff;
    color: #999;
    font: normal 12px/14px Verdana;
    padding: 2px 8px 4px 8px;
    margin: 0 10px 0 20px;
    -margin-top: -1px;
    width: 312px;
}
form.search .field, form.search .fieldActive {
    float: left;
}
.field.placeholded {
    color: #999;
}
.fieldActive {
    color: #000;
}
div.button {
    border: 1px solid #4d4d4d;
    float: left;
}
div.button input {
    border: 1px solid #e7e7e7;
    background: #e7e7e7  url('/f/i/bg-btn.gif') repeat-x 0 0;
    padding: 1px 0;
    margin: 0;
    //padding: 0 0 1px 0;
    width: 58px;
    text-align: center;
    color: #4c4c4c;
    font: normal 12px/14px Verdana;
    cursor: pointer;
    //cursor: hand;
}

#content {
    background: transparent url('/f/i/dotted-vert.gif') repeat-y 183px 0;
}

.contentWidth {
    width: 100%;
    float: left;
}
.dotted {
    background: transparent url('/f/i/dotted-horz.gif') repeat-x 3px 0;
    height: 5px;
    font-size: 0;
    line-height: 0;
    clear:both;
}
.dottedFoot {
    background: transparent url('/f/i/dotted-horz.gif') repeat-x 3px 0;
    height: 5px;
    font-size: 0;
    line-height: 0;
    clear:both;
    margin: 0 20px 10px 20px;
    border-top: 5px solid #ffffff;
}


ul.catalog {
    padding: 0 0 28px 20px;
    margin: 0;
    position: relative;
    top: -5px;
}
ul.catalog li {
    font: normal 13px/14px Tahoma;
    padding: 0 0 3px 0;
    //padding: 0;
    margin: 0;
    background: none;
    width: 161px;
    position: relative;
    z-index: 4;
}
ul.catalog li a {
    color: #000000;
    display: block;
    padding: 5px 0 8px 30px;
    margin: 0;
    background: transparent url('/f/i/li-catalog.gif') no-repeat 0 5px;
}
ul.catalog li.active a {
    background: transparent url('/f/i/li-catalog-a.gif') no-repeat 0 5px;
    color: #cd0000;
    font-weight: bold;
    text-decoration: none;
}
ul.catalog li.selected a, ul.catalog li.active:hover a {
    color: #cd0000;
    font-weight: bold;
    text-decoration: none;
    border-top: 1px solid #82996b;
    border-bottom: 1px solid #82996b;
    background: transparent url('/f/i/li-catalog-selected.gif') no-repeat 0 0;
    //background: transparent url('/f/i/li-catalog-selected.gif') no-repeat 0 1px;
    top: -1px;
    position: relative;
    z-index: 5;
    padding-bottom: 9px;
}
ul.catalog li.selected, ul.catalog li.active:hover a {
    margin-bottom: -3px !important;
}
ul.catalog li li.active:hover a {
    margin-bottom: 0 !important;
}
ul.catalog ul {
    position: absolute;
    z-index: 3;
    background: #f0f7e9;
    border: 1px solid #82996b;
    top: -55px;
    left: 160px;
    width: 138px;
    padding: 4px 0 11px 0;
}
ul.catalog ul li {
    width: auto;
    padding: 0;
}
ul.catalog ul li a {
    background: transparent url('/f/i/li-catalog-sub.gif') no-repeat 9px 7px !important;
    padding: 2px 9px 3px 24px !important;
    border: none !important;
    color: #2b3324 !important;
    text-decoration: underline !important;
}
ul.catalog ul li.active a {
    background: transparent url('/f/i/li-catalog-sub-a.gif') no-repeat 9px 7px !important;
}
ul.catalog ul li, ul.catalog ul li a {
    font: normal 11px/15px Tahoma !important;
}
ul.catalog ul li a:hover {
    color: #cd0000 !important;
    text-decoration: none !important;
}
ul.catalog ul li.active a {
    color: #cd0000 !important;
    text-decoration: none !important;
    font-weight: bold !important;
}
ul.catalog li.active:hover ul li a {
    margin-bottom: 0 !important;
}

ul.catalog li ul {
    display: none;
}
ul.catalog li:hover ul {
    display: block;
}
ul.catalog li.selected ul {
    display: block;
}

ul.menuList {
    padding: 0 0 9px;
    margin: 0;
    position: relative;
    top: -8px;
}
ul.menuList li {
    font: bold 13px/14px Tahoma;
    padding: 8px 0 8px 10px;
    margin: 0;
    background: none;
    border-bottom: 1px solid #82996b;
}
ul.menuList li.active {
    background: #cd0000;
    border-bottom: 1px solid #cd0000;
}
ul.menuList li.active a, ul.menuList li.active a:hover {
    color: #fff;
    text-decoration: none;
}

ul.menuList li.second {
    background: #f0f7e9;
    border-bottom: 1px solid #82996b;
	padding-left: 20px;
}
ul.menuList li.second  a {
	color: #cd0000 !important;
}


.specialsNav {
    text-align: center;
    padding: 6px 0 18px 0;
}
.specialsNav a {
    color: #4c4c4c;
    padding: 0 18px;
}
.specialsNav a#next, .specialsNav a#prev {
    display: block;
    position: relative;
    width: 20px;
    height: 20px;
    margin: -1px 6px;
    padding: 0;
}
.specialsNav a#next {
    background: transparent url('/f/i/icons/next.gif') no-repeat 50% 50%;
}
.specialsNav a#prev {
    background: transparent url('/f/i/icons/prev.gif') no-repeat 50% 50%;
}
.specialsNav a.active, .specialsNav a.active:hover {
    color: #ff8019 !important;
    text-decoration: none;
    font-size: 18px;
}

.specialsItem {
    font: normal 11px/13px Tahoma;
    padding: 10px 0 20px 0;
}
.specialsItem img {
    float: left;
    margin: 3px 20px 0 0;
}
.specialsItem h3 {
    font: normal 18px/21px Tahoma;
    padding: 0 0 9px 0;
    margin: 0;
}
.specialsItem h3 a {
    color: #cc0000;
}
.specialsItem p {
    padding: 0 0 30px 0;
    margin: 0;
}
.sticker {
    float: right;
    width: 280px;
    position: relative;
    top: -30px;
    margin: 0 0 -30px 0;
}
.sticker .price {
    float: right;
    width: 150px;
    height: 30px;
    background: #408000 url('/f/i/sticker-price.gif') no-repeat 100% 0;
}
* html .sticker .price {
    position: relative;
    left: -3px;
}
.sticker .price span {
    display: block;
    color: #ffffff;
    font: normal 18px/21px Tahoma;
    padding: 3px 0 0 11px;
}
.sticker .catalog {
    background: #e1f0c9 url('/f/i/sticker-catalog.gif') no-repeat 0 0;
    height: 30px;
}
.sticker .catalog a {
    display: block;
    color: #666666;
    font: bold 11px/13px Tahoma;
    padding: 8px 0 0 20px;
}

.catalogListItem {
    font: normal 13px/14px Tahoma;
    padding: 10px 0 20px 0;
}
.catalogListItem img {
    float: left;
    margin: 3px 20px 0 0;
}
.catalogListItem h3 {
    font: normal 18px/21px Tahoma;
    padding: 0 0 9px 0;
    margin: 0;
}
.catalogListItem h3 a {
    color: #cc0000;
}
.catalogListItem p {
    padding: 0 0 30px 0;
    margin: 0;
}
.catalogListItem .sticker {
    float: right;
    width: 280px;
    position: relative;
    top: -30px;
    margin: 0 0 -30px 0;
}
.catalogListItem .compareBox {
    float: right;
    font-size: 10px;
    color: #408000;
    padding-top: 2px;
}
.catalogListItem .compareBox input {
    position: relative;
    bottom: -3px;
    margin-right: 0;
}

#compareList .catalogListItem .catalogItemSummary {
    margin: 0 0 -18px 0;
    position: relative;
    top: -18px;
}


.news {
    padding: 0 20px 9px 20px;
    margin: -2px 0 0 0;
}
.news p {
    margin: 0 0 13px 0;    
    font-size: 13px;
    line-height: 16px;
}
span.date {
    color: #999999;
    font-size: 10px;
    line-height: 13px;
    display: block;
}

.subscribe {
    background: #ffffd0;
    padding: 0;
    margin: 0 0 10px 0;
}
form.subscribe .field, form.subscribe .fieldActive {
    float: left;
    width: 173px;
    border: 1px solid #999999;
}
form.subscribe p {
    clear: both;
    padding: 7px 0 6px 20px;
    margin: 0;
    font-size: 13px;
}
form.subscribe div.button {
    border: 1px solid #999999;
}
form.subscribe p.rss {
    padding: 2px 0 10px 20px;
    margin: 0;
    font-size: 11px;
}
form.subscribe p.rss img {
    position: relative;
    bottom: -5px;
    margin-left: 3px;
}
form.subscribe p.rss a {
    color: #ff7e00;
}

p.all {
    font-size: 13px;
    font-weight: bold;
    margin: 0 20px 20px 20px;
}
p.all a {
    color: #cc0000;
}


.poll {
    padding: 15px 20px 16px 20px;
}
.poll h3 {
    font: bold 14px/17px Tahoma;
    color: #116600;
    padding: 8px 0 0 0;
    margin: 0;
}
.poll form {
    padding: 16px 0 0 0 !important;
    margin: 0 !important;
    clear: both;
}
.cpt_survey p, .poll form p {
    padding: 0 0 7px 0 !important;
    margin: 0 !important;
    clear: both;
}
.poll p input {
    float: left;
    padding-left: 0;
    margin-left: 0;
}
.poll div.button {
    margin-top: 7px;
    margin-bottom: 8px;
}
.poll div.button input {
    width: 129px;
}

.tags {
    padding: 0 20px 30px 20px;
    clear: both;
}
.tags ul {
    padding: 12px 0;
    margin: 0;
}
.tags ul li {
    float: left;
    background: none;
    padding: 0 15px 0 0;
    margin: 0;
    font-family: Verdana;
    line-height: 23px;
    white-space: nowrap;
    //height: 12px;
}
.tags ul li a {
    color: #9e9e9e;
}
.tags h2 {
    font-size: 18px;
    line-height: 21px;
    color: #000000;
    font-weight: normal;
    padding: 0;
    margin: 0;
}

.columnFrames {
    padding: 3px 20px 10px 350px;
}
.columnFrames table {
    width: 100%;
    border-collapse: separate;
}
.columnFrames td {
    vertical-align: top;
    width: 50%;
}
.columnFrames td.framedContent {
    border: 1px solid #808080;
    border-top: none;
    padding: 0 10px 30px 10px;
}
.columnFrames th div {
    width: 30px;
}
.columnFrames .stickerBox {
    padding: 10px 10px 0 10px;
}
.columnFrames .sticker {
    width: 100%;
}
.columnFrames .sticker .price {
    float: right;
    width: 140px;
    height: 30px;
    background: #cc0000 url('/f/i/sticker-framed-price.gif') no-repeat 100% 0;
}
.columnFrames .sticker .price span {
    display: block;
    color: #ffffff;
    font: normal 18px/21px Tahoma;
    padding: 3px 0 0 11px;
}
.columnFrames .sticker .rate {
    background: #cc0000 url('/f/i/sticker-rate.gif') no-repeat 0 0;
    height: 30px;
}
.sticker .rate p {
    padding: 7px 0 0 10px;
    margin: 0;
}
.sticker .rate p img {
    margin: 0 1px 0 0;
}
.framedTitle {
    font: normal 20px/23px Tahoma;
    height: 29px;
    background: transparent url('/f/i/framed-title-right.gif') no-repeat 100% 15px;
}
.framedTitle span {
    display: block;
    height: 29px;
    float: left;
    background: transparent url('/f/i/framed-title-left.gif') no-repeat 0 15px;
    padding: 0 7px 0 20px;
}
.framedContent {
    padding: 0 10px;
}
.framedContent img {
    float: left;
    margin: 0 20px 0 0;
}
.framedContent p {
    font-size: 11px;
    padding: 0;
    margin: 0;
}
.framedContent h3 {
    font-size: 18px;
    line-height: 21px;
    padding: 0 0 9px 0;
    margin: 0;
}
.framedContent h3 a {
    color: #226600;
}
.framedContent h4 {
    font-size: 12px;
    line-height: 15px;
    font-weight: bold;
    padding: 0 0 7px 0;
    margin: 0;
}
.framedContent h4 a {
    color: #808080;
}


/* /content elements */

.ui-tabs { padding: .2em; zoom: 1; }
.ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0 .2em -1px 0; padding: 0; }
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: .5em 1em; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 1px; border-bottom-width: 0; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { padding: 1em 1.4em; display: block; border-width: 0; background: none; }
.ui-tabs .ui-tabs-hide { display: none ; }

/* inner pages, design elements */
body.inner {
    background: #ffffff url('/f/i/bg-inner.gif') repeat-x 0 0;
}
body.inner #wrapper {
    background: transparent url('/f/i/bg-top-inner.gif') no-repeat 0 0;
}
body.inner #content {
    background: transparent url('/f/i/bg-search.jpg') no-repeat 0 0;
}
body.inner form.subscribe p.rss {
    padding: 2px 0 0 20px;
}
body.inner .search .field, body.inner .search .fieldActive {
    width: 212px;
}
body.inner #content .columnLeft {
    padding-bottom: 80px;
}
body.inner #foot .columnLeft img {
    position: relative;
    top: -110px;
    margin-bottom: -110px;
}
body.inner #foot .columnMain ul.fleft {
    margin-right: 57px;
}
/* /inner pages, design elements */

/* inner pages, content elements */
.news {
    position: relative;
    padding: 21px 0 0 0;
}
.news p {
    padding: 0 0 20px 20px;
    margin: 0;
}
.news p.date {
    position: absolute;
    float: left;
    background: #e5e5e5;
    color: #666666;
    font: normal 9px Arial;
    padding: 2px 5px;
    margin: 7px 0;
}
p.note, .news p.note {
    font-size: 11px;
    color: #808080;
}
.news p.note {
    top: -13px;
    position: relative;
    margin-bottom: -5px;
}

.pager {
    text-align: right;
    line-height: 19px;
}
.pager a {
    padding: 2px 6px 3px;
}
.pager .active {
    background: #cc0000;
    color: #fff;
    text-decoration: none;
}
p.small {
    color: #666;
    font-size: 10px;
    margin: 0 0 11px 0;
}

.leftIndent {
    margin: 0 0 0 20px;
}

.leftIndent {
    margin: 0 0 0 20px;
}

table.table {
    margin: 5px 0 25px 0;
}
table.table th {
    background: #e5e5e5;
    font-size: 12px;
    color: #000;
    font-weight: bold;
    padding: 7px 10px 9px 10px;
}
table.table th h4  {
    font-size: 14px;
    color: #666;
    font-weight: bold;
    padding: 0;
    margin: -2px 0 -1px;
}
table.table td {
    border-bottom: 1px solid #cccccc;
    padding: 7px 10px;
	vertical-align: middle;
}

.compareList {
    display: block;
    float: right;
    height: 30px;
    background: transparent url('/f/i/compare-price.gif') no-repeat 100% 0;
    margin: 10px 0 -1px 0;
}
.compareList a, .compareList a:hover {
    display: block;
    color: #ffffff !important;
    font-weight: bold;
    padding: 7px 28px 0 10px;
    text-decoration: none;
}


.catalogItemPhoto {
    float: right;
    margin: 6px 0 5px 20px;
    position: relative;
width:322px;
}
.catalogItemPhoto img {
    position: relative;
    right: -2px;
}
.catalogItemPhoto.fleft {
    float: left;
    margin: 6px 0 5px 0;
    position: relative;
}
.catalogItemPhoto.fleft img {
    position: relative;
    left: -20px;
}
.catalogItemPhotoZoom {
    position: absolute;
    top: 6px;
    right: 0;
    cursor: pointer;
    //cursor: hand;
}

.catalogItemSummary {
    width: 430px;
    float: right;
    height: 35px;
    margin: 11px 0 0;
}
.catalogItemSummary .discount {
	float: right;
    width: 300px;
	height: 25px;
	text-align: center;
    top: 0;
    margin: 0;
	font: normal 11px Tahoma;
}

.catalogItemSummary .discount .price {
	color: #cd0000;
	font: bold 13px Tahoma;
	text-decoration: line-through;
}

.catalogItemSummary .sticker {
    width: 298px;
    top: 0;
    margin: 0;
    background: #408000;
}
.catalogItemSummary .sticker .price {
    float: right;
    height: 30px;
    background: #408000 url('/f/i/sticker-price.gif') no-repeat 100% 0;
}
.catalogItemSummary .sticker .price span {
    padding-top: 4px;
}

.sticker .button {
    background: #fff;
    height: 30px;
    width: 148px;
    border: none;
    padding: 0;
    margin: 0;
}

.sticker .button img, .sticker .button input {
	padding: 0;
	margin: 0;
}


.catalogItemSummary .rate {
/*     float: right; */
    padding: 0px 30px 0 0;
}
.catalogItemSummary .rate img {
    margin: 0 0 0 1px;
}

.partners {
    width: 100%;
    margin: 20px 0 0;
}
.partners td {
    border: 1px solid #c3e0a4;
    padding: 0;
    vertical-align: middle;
    text-align: center;
}
.partners td.dotted {
    border: none;
    background: transparent url('/f/i/dotted-horz.gif') repeat-x 0 50%;
}
.partners td.dotted img {
    height: 25px;
}
.partners th {
    border: 1px solid #c3e0a4;
    background: #f0f7e9;
    padding: 0;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    padding: 5px 5px 7px;
}
.partners a {
    color: #1a4d00;
}

.searchProduct {
    padding: 7px 0 10px;
}
.searchProduct h5 {
    padding: 0 0 8px 0;
    margin: 0;
    font-size: 13px;
}

.searchProduct form {
    width: 100%;
}
.searchProduct table {
    background: #f0f7e9;
    border: 1px solid #82996b;
}
.searchProduct table td {
    padding: 0 0 12px 10px;
}
.searchProduct table td .field {
    margin: 0 !important;
}
.searchProduct table td select.field {
    //margin: 3px 0 0 0 !important;
}
.searchProduct table td {
    vertical-align: middle;
}
.searchProduct table th {
    vertical-align: top;
    text-align: left;
    font: normal 11px/15px Tahoma;
    padding: 6px 0 3px 10px;
}
.searchProduct table td.button {
    padding-right: 10px;
}

#compareList .catalogItemSummary {
    width: 530px;
}
#compareList .sticker {
    width: 300px;
}
#compareList .sticker .button {
    width: 150px;
}
#compareList .sticker.delay .button {
    width: 120px !important;
}
#compareList .catalogItemSummary .rate {
/*     padding: 11px 10px 0 0; */
}


.sticker .button.delay {
    background: #ff8019 url('/f/i/sticker-button-delay.gif') no-repeat 100% 0;
    width: 120px !important;
    margin: 0;
    padding: 0;
}
.sticker .button.delay a, .sticker .button.delay a:hover {
    display: block;
    color: #fff !important;
    padding: 7px 0 8px 30px;
    margin: 0;
    background: transparent url('/f/i/li-button-delay.gif') no-repeat 5px 5px;
    font: bold 13px/16px Tahoma;
}

.indentLeft {
    line-height: 20px;
    padding-left: 20px;
    margin-top: -4px;
}

.columnRight .indentLeft {
    line-height: 20px;
    padding-left: 12px;
    margin-top: 0;
    position: relative;
    top: -10px;
    margin-bottom: -10px;
    padding-bottom: 15px;
}

.status {
    display: block;
    float: right;
    width: 154px;
}
.icq-status {
    position: relative;
    bottom: -2px;
}
table.dynamic {
background: #ffffd0;
width: 300px;
}

table.dynamic  td {
padding: 5px 10px;
font-weight: bold;
border-bottom: 1px solid #c3e0a4;
}

table.dynamic  tr.select td {
background: #cd0000;
color: #fff;
border-bottom: 1px solid #fff;
}

div.dynamic  {
width: 270px;
background: #e1f0c9;
padding: 10px 15px;
border-bottom: 1px solid #c3e0a4;
}

table.delivery {
    width: 100%;
    margin: 5px 0 25px 0;
}
table.delivery th {
    background: #c3e0a4;
    font-size: 14px;
    color: #000;
    font-weight: bold;
    padding: 7px 10px 9px 10px;
}
table.delivery td {
    border-bottom: 1px solid #cccccc;
    padding: 7px 10px;
}

table.delivery td.logo {
    text-align: center;
    width: 100px;
}

table.payment {
    width: 100%;
    margin: 5px 0 25px 0;
}
table.payment th {
    background: #ffffb2;
    font-size: 14px;
    color: #000;
    font-weight: bold;
    padding: 7px 10px 9px 10px;
}
table.payment td {
    border-bottom: 1px solid #cccccc;
    padding: 7px 10px;
}

table.payment td.logo {
    text-align: center;
    width: 100px;
}

#top .columns, #foot .columns  {
background: none; 
}

.cpt_product_discuss_link h2, .review h2 {
	font: normal 18px/18px Tahoma;
    color: #336600;
    padding: 10px 0 5px 0px;
    margin: 0;
}

.cpt_product_discuss_link h3, .review h3 {
	font: bold 15px/15px Tahoma;
    color: #cd0000;
    padding: 15px 0px 0px 0px;
    margin: 0;
}

.cpt_product_discuss_link .date, .review .date {
	font: bold 12px/14px Tahoma;
    color: #000000;
    padding: 5px 0px;
    margin: 0;
}

.form input, select, textarea {
	border: 1px solid #4d4d4d;
}

.form div {
	padding: 10px 0 2px;
	font: bold 11px Tahoma;
}

.form .button  {
	margin: 10px 0px;
	padding: 0;
}

.form .button input {
	border: 0px;
	height: 21px;
    background: #e7e7e7  url('/f/i/bg-btn.gif') repeat-x 0 0;
    padding: 0;
    margin: 0;
    width: 108px;
    text-align: center;
    color: #4c4c4c;
    font: normal 12px/14px Verdana;
    cursor: pointer;
}

/* /inner pages, content elements */



/* ====================== MAIN THEME STYLES: layout, fonts & colors ====================== */

form{
 padding:0px;
 margin: 0px;
}
a img{
 border: 0;
}
input, select { vertical-align:middle;}
/* ====================== DEFAULT STYLES OF VARIOUS COMPONENTS ====================== */

/* padding for all general components */
.cpt_news_short_list, .cpt_survey, .cpt_category_tree, .cpt_maincontent,
.cpt_currency_selection, .cpt_divisions_navigation, .cpt_auxpages_navigation
{
  text-align: left;
//  width: 100%;
}

ul.vertical, ul.horizontal
{ padding: 0px;
  margin: 0px;
}
ul.horizontal{
width: 100%;
overflow: hidden;
}
.vertical li
{ padding: 0px;
  padding-bottom: 2px;
  clear:left;
}
.horizontal li
{ float: left;
margin-right:15px;

}

.cpt_divisions_navigation ul
{ list-style-type: none;
margin: 0px;
}

.cpt_auxpages_navigation ul.vertical
{ list-style:none;
}

.cpt_auxpages_navigation ul.horizontal
{ list-style-type: none;
  padding-left: 0px;
}

.survey_question{
 font-weight: bold;
 margin-bottom: 10px;
}
.survey_submit{
 margin-top: 10px;
 text-align:center;
}
.cpt_survey form{
 padding:0px;
 margin: 0px;
}

.cpt_currency_selection
{ text-align: center;
  font-size: 100%;
}

.cpt_currency_selection select
{ font-size: 90%;
}
.cpt_currency_selection form{
 display: inline;
}

.cpt_product_search form{
 margin: 0px!important;
 padding: 10px;
}

.cpt_language_selection {
  padding-left:8px; white-space:nowrap;}

a .bullet{
  text-decoration: none!important;
}
.cpt_category_tree .tab{
 margin-left:10px;
}


 
/* ====================== SET HOW CERTAIN COMPONENTS APPEAR IN VARIOUS CONTAINERS ====================== */
#shpcrtca{

 white-space: nowrap;
}

#searchstring
{ width: 60%;
}


.block_tag_cloud  { font-size:15px;}
.block_tag_cloud a { text-decoration:none;  font-family:Arial, Helvetica, sans-serif; word-spacing:110%; letter-spacing:120%;}
.current-rating1 div { line-height:20px; //height:20px; font-size:1px;}
.sm-current-rating1 { line-height:13px; //height:13px; font-size:1px;}

/* ====================== PREDEFINED STYLES; edit, but do not delete these styles ====================== */

.small
{ font-size: 80%;
}
.big
{ font-size: 150%;
}

.background1, .background1 td
{ background-color: #ebedd0;
}

.btn_checkout
{ font-size: 130%;
  font-weight: bold;
  margin: 10px;
  padding: 3px;
}

.prdbrief_add2cart
{ padding: 5px 0;
}

.error_block
{ font-weight: bold;
  color: red;
}

.product_brief_block { padding:10px; overflow:hidden; }
.product_brief_block .prdbrief_thumbnail { float:left; margin-right:5px;}
.product_brief_block .sm-current-rating1 { margin-left:155px;}


#tbl-checkout-progress td {
vertical-align: top; font-size:0.7em;
}

.current_prd_thumbnail img{
	border: #BBBBBB 3px solid;
}
a.prd_thumbnail img{
	border: #FFFFFF 3px solid;
}
a.prd_thumbnail:hover img{
	border: #BBBBBB 3px solid;
}

.news_date
{ color: #991D1D;
  font-size: 100%;
  font-weight:bold;padding-left:20px;
}
.news_title
{ padding-bottom: 10px;color:#333; padding-left:20px;
}
.news_title a { color:#333; font-weight:normal;}
.news_viewall
{ padding-bottom: 10px; text-align:right; font-size:85%;
}
.news_subscribe, .news_thankyou
{ padding: 5px;
  background-color: #f4f4f4;
}
.news_subscribe .input_message { width:120px;}
.news_subscribe div,.news_subscribe form { display:inline;}
.news_subscribe img { vertical-align:middle;}

/************************
BLOG STYLES
***************************/
.post_title{
 color: #666;
 margin-top: 30px;
 margin-bottom: 0px;
 font-size:120%;
}
.post_date{ 
 color: #999;
 border: 0px solid #EEE;
 border-top-width: 1px;
 margin-bottom: 15px;
 }
.post_content{
 padding-left: 15px;
}

/***************************
PRODUCTS COMPARISON
****************************/
.cmp_headers{
 background-color: #ebedd0;
}
.cmp_column_odd{
 background-color: white;
 vertical-align: top;
}
.cmp_column_even{
 background-color: #f6f7eb;
 vertical-align: top;
}
#cmp-table tr:hover td{
 background-color: #d5e5fa!important;
}
#cmp-table tr td{
 text-align:center;
 padding: 6px;
}
#cmp-table tr td.cmp_headers{
 text-align: left;
}

/***************************
PRODUCT DETAILED
****************************/
.regularPrice{
 color: brown;
 text-decoration: line-through;
}
.totalPrice{
 color:#991d1d;
 font-weight:bold;
 font-size: 130%;
 margin:0 5px 5px 5px;
}
.product_list .totalPrice { color:#000;
 background:#f2f2f2; font-weight:normal}
.youSaveLabel{
 font-size: 75%;
}
.youSavePrice{
 font-size: 75%;
}
.prd_out_of_stock {
 font-style:  italic;
}
.cpt_product_category_info a, .cat_path_in_productpage a { font-size:120%;}

/************************
PRODUCT REVIEWS STYLES
***************************/
.review_block
{ margin-left: 20px;
}
.review_title{
 color: #333;
 margin-top: 10px;
 margin-bottom: 0px;
 font-size: 120%;
}
.review_date{ 
 color: #999;
 border: 0px solid #EEE;
 border-top-width: 1px;
 font-size: 90%;
 margin-bottom: 5px;
 }
.review_content{
 color: #333;
 padding-left: 20px;
}


/****************************
SHOPPING CART
*****************************/
.background_cart_top
{ background-color: #ebedd0;
  border-bottom: 1px #bec0a9 solid;
  font-size:12pt;
}
.background_cart_top h1{
 display: inline;
 padding: 0px;
 margin: 0px;
}
#cart_content_tbl{
     width:100%;}
#cart_content_tbl td{
 padding: 6px;
}
#cart_page_title{
 padding: 10px;
 text-align: left;
}
#cart_page_title h1{
 display inline;
 padding: 0px;
 margin: 0px;
}
#cart_clear{
 padding: 10px;
 text-align: right;
}
#cart_clear a{
 font-size:9pt;
}
.cart_discount_label{
 font-weight: bold;
}
#cart_total_label{
 font-size: 130%;
 font-weight: bold;
}
#cart_total{
 background-color: #ebedd0;
 font-size: 130%;
 font-weight: bold;
 padding: 10px;
 white-space: nowrap;
}
#cart_checkout_btn{
 padding-top: 20px;
}
.cart_product_brief_description{
 font-size: 80%;
}
#cart_content_header td{
 font-weight: bold;
}
.cart_apply_for_discounts_extra{
 font-size: 80%;
 color: #777;
}
.cart_product_quantity{
 text-align: center;
}

/********************
HOMEPAGE UNFOLDED TREE
*********************/
.rcat_root_category
{ font-size: 140%;
  font-weight: bold;line-height:130%; text-decoration:none; color:#444;
}
.rcat_root_category:hover { border-bottom:solid 1px;}
.rcat_products_num
{ color: #999999;
  font-size: 80%;
}
.rcat_child_categories a
{ line-height:150%;
  font-weight: normal;
}

/********************
REGISTRATION PAGE
*********************/
#reg_fields_tbl td{
 padding: 5px;
}
#reg_auth_fields td{
 background-color: #ebedd0;
}
#reg_confcode td{
 background-color: #ebedd0;
}
#reg_fields_tbl td input, .addressform td input{
 width: 300px;
}
#subscribed4news{
 width:auto!important;
}
#reg_fields_tbl td textarea, .addressform td textarea{
 width: 300px;height: 100px;
}
#reg_submit_btn{
 font-size:150%;
 font-weight: bold;
}

/*********
SEARCH IN CATEGORY
**********/
#cat_advproduct_search {
 background-color: #ebedd0;
	margin-right:10px;
	width:232px;
}
#cat_advproduct_search form { padding:10px; }
#cat_advproduct_search td { vertical-align:top; }
#cat_advproduct_search td { vertical-align:top; }
#cat_advproduct_search select { width:100%;  }
#cat_advproduct_search form, #cat_advproduct_search table { //width:100%;}
#cat_advproduct_search h3 { padding:0px; margin: 10px 10px 0 10px;}
#cat_info_left_block, #cat_advproduct_search  { float:left;}

.cpt_maincontent center { clear:both;}
#cat_top_tree { overflow:hidden; margin-top:10px;}
.hndl_submit_prds_cmp, #cat_product_sort { margin:10px 0;}
.prdbrief_name a{ font-size:130%; text-decoration:none; line-height:170%;}
.prdbrief_name a:hover { border-bottom:solid 1px;}

ul.product_list li { border:solid 1px #e6e6e6; margin:0 2px !important; text-align:center;}
ul.product_list li table { margin:0 auto;}
.product_list a { font-size:130%; text-decoration:none; color:#991d1d;}
.product_list a:hover { text-decoration:underline;}
.product_list a:hover img, .product_list td a:hover{ border:none;}
.product_option { width:99%; //width:auto;  position:relative; zoom:1;}

/************
CHECKOUT
************/
.checkout_noframe_title {
	padding: 5px 15px;
}
#checkout_have_account {
	padding: 15px;
	background-color: #ebedd0;
	margin: 0 -5px 15px -5px;
}
#checkout_logininfo { width:428px;}
#checkout_logininfo .inputtext, #checkout_addresses .inputtext, #checkout_addresses textarea {
	width: 200px;
}
.paddingblock input.checkout_buttons {
	font-size: 130%;
	font-weight: bold;
	margin:5px 0;
}
.checkout_steps_divider {
	width: 40px;
	height:1px;
	background-color:#bec0a9;
	overflow:hidden;
}
#checkout_addresses { width:800px;}
#checkout_addresses td { } 
/**********************
ORDER STYLES
***********************/
tr#ord_total_row * {
	font-size: 105%;
	font-weight: bold;
}
.row_odd td {
	background-color: #f6f7eb;
}
.row_even td {
	border: 0px solid #ebedd0;
	border-width: 1px 0px;
}

.paddingblock { background:#fff;
	padding-left: 15px;
	padding-right: 15px;
	text-align:left;
	font-size:12pt;
	
}
.paddingblock h2 {
	padding:20px 5px;
	margin-top: 0px;
}
.paddingblock td { font-size:95%; vertical-align:top; padding:5px;}
.paddingblock p { margin-bottom:10px;}

.paddingblock input { margin:2px 0 0 0;}
.asterisk {
	color:red;
}
.cellpadding tr td {
	padding: 5px;
}
.cust_name {
	font-size:110%;
	font-weight: bold;
}
#prddeatailed_container .cpt_product_rate_form table {
	width: 100%;
	/***********************/
	width: auto;/**/
}

#block-customerinfo td { font-size:100%;}
.cpt_product_images{
float: left;
}
.cpt_product_add2cart_button input { vertical-align:middle;}

div.button input, td.button div input {
    border: 1px solid #e7e7e7;
    background: #e7e7e7  url('/f/i/bg-btn.gif') repeat-x 0 0;
    padding: 1px 0;
    margin: 0;
    //padding: 0 0 1px 0;
    width: 58px;
    text-align: center;
    color: #4c4c4c;
    font: normal 12px/14px Verdana;
    cursor: pointer;
    //cursor: hand;
}



.columnMainFix2{margin-left:300px;}
.sticker .price  .none {
    height: 30px;
    background: #b3b3b3 url('/f/i/sticker-price-none.gif') no-repeat 100% 0;
}
.sticker .button span.none {
    display: block;
    color: #808080 !important;
    font: bold 11px/21px Tahoma;
    padding: 4px 0 3px 40px;
    background: transparent url('/f/i/li-button-none.gif') no-repeat 10px 5px;
}
.discount{text-align:center;}
.dynamic h3{
color:#000000;
font-size:18px;
line-height:22px;
margin:0;
padding:0 0 8px 0px;
text-align:center;
}
.cpt_survey h3{
padding-bottom:10px;
}
.cpt_currency_selection{ //float:right; //width:100px;}
.cpt_shopping_cart_info{//float:left;}
.basket.empty{// float:left;}