/************** Standard components **************/

.content A { text-decoration: underline; }
.content TABLE { width: 100%; }
.content TABLE TH { line-height: normal; border: solid #e5e5e5; border-width: 1px 0; padding: 4px 10px; background: #eee; font-weight: bold; }
.content TABLE TD { line-height: normal; border: solid #eee; border-width: 1px 0; padding: 4px 10px; background: #fff; }
.content TABLE TR.even TD { background: #f5f5f5; }
.content UL { padding: 0 0 0 20px; margin: 1em 0 0 0; list-style: none; }
.content UL LI { background: url(dot02.gif) 0 6px no-repeat; padding: 0 0 0 15px; }
.content UL UL { margin: 5px 0; }

/* Sites */
#sites { position: absolute; left: 0; top: 0; width: 100%; height: 29px; background: url(bg10.png) repeat-x; font-family: Arial, Helvetica, sans-serif; z-index: 1; }
#sites DIV { position: absolute; left: 50%; top: 7px; width: 850px; margin: 0 0 0 -425px; font-size: 10px; text-transform: uppercase; color: #fff; text-align: right; }
#sites A { color: #a0cd37; }
#sites A.active { text-decoration: underline; color: #d9ebaf; }
#sites B { color: #fff; margin: 0 5px 0 0; font-weight: normal; }
#sites SPAN { margin: 0 5px; color: #a0cd37; }

/* Form */

TABLE.form {}
TABLE.form TH { line-height: normal; width: 30%; padding: 5px 10px 5px 10px; background: #fff; }
TABLE.form TD { line-height: normal; width: 70%; padding: 1px 10px 1px 10px; }
TABLE.form TD.data { padding: 5px 10px; font-weight: normal; }
TABLE.form IMG,
TABLE.form INPUT,
TABLE.form SELECT { vertical-align: middle; }
TABLE.form .max { width: 310px; }
TABLE.form .default { width: 210px; }
TABLE.form .min { width: 60px; }
TABLE.form INPUT.max,
TABLE.form TEXTAREA.max { width: 304px; }
TABLE.form INPUT.default,
TABLE.form TEXTAREA.default { width: 204px; }
TABLE.form INPUT.min,
TABLE.form TEXTAREA.min { width: 54px; }
TABLE.form TH.subheading { text-align: center; color: #fff; padding: 5px 10px; }
TABLE.form A { color: #777; text-decoration: underline; }
TABLE.form A:hover { color: #e40000; }

/* Action buttons */

P.actions { line-height: normal; }
P.actions BUTTON,
P.actions INPUT { background: #545454; padding: 3px 15px; overflow: visible; cursor: pointer; float: left; margin: 0 5px 0 0; color: #fff; border: none; font-weight: bold; }
P.actions .main { background: #2c6d2f; }

/* Messages */

P.msg-error { border: 2px solid #e40000; color: #e40000; padding: 8px 12px; background: #fff; line-height: normal; text-align: center; }
P.msg-ok { border: 2px solid #4ca82e; color: #4ca82e; padding: 8px 12px; background: #fff; line-height: normal; text-align: center; }
P.msg-info { border: 2px solid #dad4a6; color: #807f48; padding: 8px 12px; background: #fdfbe2; line-height: normal; text-align: center; }
P.msg-info A { color: #807f48; text-decoration: underline; }

/* News */

UL.news { margin: 1em 0 0 0; padding: 0; line-height: normal; list-style: none; }
UL.news LI { display: inline; padding: 0; margin: 0; background: none; }
UL.news A { text-decoration: none; }
UL.news A:hover { text-decoration: underline; }
UL.news P { margin: 0; padding: 0; }
UL.news P.heading { font-weight: bold; padding: 2px 5px 2px 15px; background: url(dot02.gif) 0 6px no-repeat; }
UL.news P.lead { line-height: 15px; margin: 0; padding: 0 0 5px 15px; }
UL.news SPAN.date { color: #aaa; font-weight: normal; margin: 0 0 0 10px; float: right; }

/* Pagination */

UL.pages { margin: 1em 0 0 0; padding: 2px 5px; background: #eaeaea; line-height: normal; font-size: 11px; }
UL.pages LI { float: left; background: none; padding: 0; margin: 0 2px 0 0; }
UL.pages LI.label { padding: 2px 5px 3px 5px; color: #545454; }
UL.pages LI A { float: left; padding: 2px 4px; text-decoration: none; }
UL.pages LI A:hover { background: #606162; color: #fff; }
UL.pages LI A.active { background: #78a042; color: #fff; }

/* Sitemap */

#sitemap-tree { font-weight: bold; }
#sitemap-tree A { text-decoration: none; }
#sitemap-tree A:hover { text-decoration: underline; }
#sitemap-tree UL { padding: 10px 0 10px 20px !important; margin: 0; font-weight: normal; }

/* Path */
P.path { margin: 0; text-transform: uppercase; font-size: 10px; color: #262728; }
P.path A { text-decoration: none; }
P.path A.active { color: #262728 !important; }


/* Exact Thickbox */

#TB_window { position: fixed; z-index: 102; text-align: left; top: 50%; right: 50%; display: none; line-height: 14px; }
* HTML #TB_window { position: absolute; margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px'); }

#TB_overlay { position: fixed; z-index: 100; top: 0; left: 0; height: 100%; width: 100%; }
* HTML #TB_overlay { position: absolute; height: expression((document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight) > document.documentElement.clientHeight ? document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight : document.documentElement.clientHeight + 'px'); }
.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {	background-color: #000; filter: alpha(opacity=75); -moz-opacity: 0.75; opacity: 0.75; }

#TB_container1 { padding: 4px; background: #fff; }

#TB_header { padding: 10px 10px 4px 10px; background: #36421f; overflow: hidden; }
* HTML #TB_header { height: 1px; overflow: visible; }
#TB_header #TB_prev { float: left; width: 23px; height: 21px; background: url(thickbox_buttons.gif) no-repeat; margin: 0 5px 0 0; }
#TB_header A#TB_prev:hover { background-position: -50px 0; }
#TB_header #TB_next { float: left; width: 23px; height: 21px; background: url(thickbox_buttons.gif) 0 -50px no-repeat; margin: 0 5px 0 0; }
#TB_header A#TB_next:hover { background-position: -50px -50px; }
#TB_header #TB_closeWindowButton { float: right; width: 27px; height: 27px; background: url(thickbox_buttons.gif) 0 -100px no-repeat; }
#TB_header A#TB_closeWindowButton:hover { background-position: -50px -100px; }
#TB_header .TB_disabled { cursor: default; }
#TB_header #TB_next.TB_disabled { background-position: -100px -50px !important; }
#TB_header #TB_prev.TB_disabled { background-position: -100px 0 !important; }
#TB_header #TB_imgcount { float: left; padding: 1px 0 0 5px; color: #a0cd37; font-weight: bold; font-size: 14px; line-height: 20px; }
#TB_header #TB_ajaxWindowTitle { float: left; padding: 4px 0 0 5px; color: #fff; font-size: 18px; line-height: 20px; }

#TB_body { }
#TB_body_a { position: relative; }
#TB_body_b { position: relative; }
* HTML #TB_body_b { height: 1px; overflow: visible; }
#TB_Image { display: block; }

#TB_ajaxContent { overflow: auto; }
#TB_caption { position: absolute; bottom: 0; left: 0; width: 100%; background-color: #000; filter: alpha(opacity=60); -moz-opacity: 0.6; opacity: 0.6; color: #fff; line-height: 16px; font-size: 11px; }
#TB_caption_a { overflow: hidden; }
#TB_caption_b { padding: 14px 20px; }

#TB_iframeContent { clear: both; border: none; }

#TB_load { position: fixed; display: none; z-index: 101; width: 200px; height: 200px; top: 50%; left: 50%; margin: -100px 0 0 -100px; background: url(thickbox_loader.gif) 50% 50% no-repeat; }
* HTML #TB_load { position: absolute; margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px'); }

#TB_HideSelect { z-index: 99; position: fixed; top: 0; left: 0; background-color: #fff; border: none; filter: alpha(opacity=0); -moz-opacity: 0; opacity: 0; height: 100%; width: 100%; }
* HTML #TB_HideSelect { position: absolute; height: expression((document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight) > document.documentElement.clientHeight ? document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight : document.documentElement.clientHeight + 'px'); }

/************** Layout **************/

HTML, BODY { background: #262728 url(bg01.gif) 50% 0 repeat-y; text-align: center; }

#box00 {  background: url(bg01.gif) 50% 0 repeat-y; text-align: center; }
#box01 { width: 849px; margin: auto; padding: 29px 0 0 0; text-align: left; }
#box02 { background: url(bg13.gif) repeat-y; margin: 1px 1px 0 0; }
#box03 { background: url(bg13.gif) -848px 0 no-repeat; }
#box04 { background: url(bg13.gif) -1696px 100% no-repeat; padding: 5px; }

#header { height: 86px; position: relative; }
#header #logo { float: left; padding: 25px 0 0 30px; margin: 0; }
#sitemap { position: absolute; top: 17px; right: 29px; }
#sitemap A { background: url(ln01.gif) no-repeat right 4px; padding: 0 9px 0 0; font-size: 10px; font-weight: bold; color: #a1a1a1 !important; }

#menu1 { background: url(bg02.gif) no-repeat; height: 28px; padding: 0 5px; margin: 0; font-weight: bold; text-transform: uppercase; overflow: hidden; list-style: none; line-height: 14px; }
#menu1 LI { float: left; }
#menu1 LI.actions { float: right; color: #959595; padding: 6px 25px 0 0; }
#menu1 LI.actions A { padding: 0; background: none; float: none; text-transform: capitalize; color: #959595; font-size: 10px;  }
#menu1 LI.actions A.login { background: url(ln03.gif) no-repeat right 5px !important; padding: 0 9px 0 0; color: #fff !important; }
#menu1 LI.actions A:hover { text-decoration: underline; color: #959595; }
#menu1 LI A { float: left; color: #fff; background: url(bg03.gif) 0 -100px repeat-x; padding: 7px 12px; }
#menu1 LI A:hover { background-position: 0 -30px; text-decoration: none; color: #a0cd37; }
#menu1 LI A.active { background-position: 0 0; color: #fff !important; }

#menu2 { padding: 0; margin: 0; list-style-none; font-weight: bold; }
#menu2 UL { padding: 0; margin: 0; list-style-none; font-weight: normal; }
#menu2 LI { display: inline; }
#menu2 A { display: block; background: #606162 url(bg14.gif) no-repeat; margin: 0 0 1px 0; color: #ddd; text-decoration: none; }
#menu2 A SPAN { display: block; background: url(bg14.gif) -320px 100% no-repeat; padding: 3px 10px 4px 20px; position: relative; }
#menu2 A:hover { background-position: -160px 0; text-decoration: none; color: #fff; }
#menu2 A.active { background-color: #4b6f1b; background-position: -480px 0; }
#menu2 A.active SPAN { background-position: -640px 100%; color: #c4ee61; }
#menu2 UL A { background-position: -960px 0; background-color: #78a042 !important; color: #fff; }
#menu2 UL A SPAN { background-position: -1120px 100% !important; padding: 3px 10px 4px 30px; }
#menu2 UL A:hover { background-position: -800px 0; }
#menu2 UL A.active { background-position: -800px 0; }

#front01 { background: url(bg04.png) 0 100% no-repeat; margin: 1px 1px 0 0; color: #b2c797; line-height: 16px; }
#front01a { background: url(bg05.png) no-repeat; padding: 25px 0 65px 25px; }
#front01 H1 { color: #fff; text-transform: uppercase; font-size: 16px; font-weight: bold; }
#front01 H2 { color: #fff; text-transform: uppercase; font-size: 16px; font-weight: bold; margin: 0; }
#front01 UL { padding: 0; margin: 1em 0 0 0; list-style: none; }
#front01 UL LI { float: left; width: 50%; }
#front01 UL LI A { float: left; padding: 0 0 0 15px; background: url(dot01.gif) 0 4px no-repeat; color: #a0cd37; text-decoration: underline; }
#front01 UL LI A:hover { color: #fff; background-position: 0 -96px; }

#front02 { background: url(bg06.png) repeat-y; margin: 1px 1px 0 0; }
#front02 H2 { color: #67883b; text-transform: uppercase; font-size: 16px; font-weight: bold; margin: 0; }
#front02a { background: url(bg06.png) -1696px 100% no-repeat; }
#front02b { background: url(bg06.png) -848px 0 no-repeat; padding: 25px 0 25px 25px; }

#search { float: right; padding: 34px 30px 0 0; }
#search * { float: left; }
#search DIV { background: url(bg12.gif) no-repeat; }
#search DIV P { margin: 0; background: url(bg12.gif) no-repeat; }
#search DIV.string { margin: 0 5px 0 0; }
#search DIV.string P { background-position: 100% 0; }
#search DIV.string INPUT { width: 120px; border: none; padding: 4px 7px; background: transparent; }
#search DIV.submit { background-position: 0 -30px; }
#search DIV.submit P { background-position: 100% -30px; }
#search DIV.submit INPUT { padding: 4px 10px; overflow: visible; background: transparent; color: #fff; border: none; font-size: 9px; text-transform: uppercase; line-height: 14px; cursor: pointer; }

/* Front page awards list */

#front-awards { width: 450px; overflow: hidden; margin: 5px 0 0 0; }
#front-awards P { margin: 0; }
#front-awards-container { margin: 0; width: auto; }
#front-awards-container TD.item { border: solid #fff; border-width: 10px 10px 0 0; padding: 0; }
#front-awards-container TD.item TABLE { width: 100%; margin: 0; }
#front-awards-container TD.item TABLE TD { padding: 0; }
#front-awards-container TD.item TABLE TD.img { background: #f0f3eb url(bg08.gif) 0 100% no-repeat; }
#front-awards-container TD.item TABLE TD.img DIV { position: relative; width: 64px; height: 54px; }
#front-awards-container TD.item TABLE TD.img DIV A { position: absolute; width: 64px; height: 54px; z-index: 2; background: url(blank.gif); }
#front-awards-container TD.item TABLE TD.img DIV SPAN { position: absolute; width: 64px; height: 54px; overflow: hidden; background: url(bg07.png) no-repeat; z-index: 1; }
* HTML #front-awards-container TD.item TABLE TD.img DIV SPAN { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/bg07.png', sizingMethod='image'); background: none; }
#front-awards-container TD.item TABLE TD.img IMG { margin: 2px; }
#front-awards-container TD.item TABLE TD.txt { background: #f0f3eb; vertical-align: middle; width: 100%; padding: 5px 5px 5px 10px; color: #67883b; }
#front-awards-container TD.item TABLE TD.end { background: #f0f3eb url(bg09.gif) -5px 100% no-repeat; }
#front-awards-container TD.item TABLE TD.end DIV { width: 5px; height: 5px; background: url(bg09.gif) no-repeat; }
#front-awards-container DIV.w { width: 220px; }

/* Front page news */

#front-news-archive { float: right; margin: 0; font-size: 9px; text-transform: uppercase; line-height: 12px; }
#front-news-archive A { float: left; background: url(bg10.gif) no-repeat; color: #fff; }
#front-news-archive A SPAN { float: left; background: url(bg10.gif) 100% 0 no-repeat; padding: 3px 10px; cursor: pointer; }
#front-news-archive A:hover { text-decoration: none; background-position: 0 -30px; }
#front-news-archive A:hover SPAN { background-position: 100% -30px; }
#front-news { padding: 0; margin: 0; line-height: 16px; }
#front-news DT { font-weight: bold; margin: 1em 0 0 0; padding: 0; }
#front-news DD { margin: 0; padding: 0; }

/* Footer */

#footer { background: url(bg11.png) no-repeat; margin: 1px 0 0 0; height: 32px; }
#footer P { float: left; margin: 0; padding: 15px 20px; }
#footer SPAN { margin: 0 5px; color: #b6b6b6; }
#footer IMG { vertical-align: middle; }
#footer #logos { float: right; }
#footer #logos A { float: left; padding: 0 0 0 15px; }

/* Columns */

.col { float: left; min-height: 1px; }
.col01 { width: 450px; margin: 0 45px 0 0; }
.col02 { width: 302px; }
.col03 { width: 160px; margin-right: 25px; }
.col04 { width: 633px; padding: 20px 0; }

DIV.price { border: 2px solid #eee; margin: 1em 0 0 0; padding: 5px 10px; background: #f5f5f5; }
DIV.price P { margin: 0; }

#print { float: right; margin: 0; font-size: 11px; }
#print A { float: left; text-decoration: none; background: url(ico_print.gif) 0 50% no-repeat; padding: 1px 0 1px 20px; }

/* Shop Select */

#shop-select-box { width: 755px; text-align: left; margin: auto; padding: 100px 0 50px 0; }
#shop-select-box1 { background: url(bg18.png) repeat-y; }
#shop-select-box2 { background: url(bg15.png) no-repeat; }
#shop-select-box3 { background: url(bg16.png) 0 100% no-repeat; padding: 30px; }
#shop-select-box4 { background: #091c09 url(bg44.gif) 0 100% no-repeat; padding: 0 0 5px 5px; }

#shop-select-logo { padding: 20px; background: url(bg43.gif) no-repeat; }
#shop-select-logo * { float: left; }

DIV.shopselect01 { background: url(bg45.png); margin: 5px 0 0 0; }
DIV.shopselect02 { background: url(bg46.png) 0 100% repeat-x; }
DIV.shopselect02 H1 { font-size: 24px; }
DIV.shopselect02 H1 SPAN { color: #fff; }
DIV.shopselect02 H1 A { text-decoration: underline; }
DIV.shopselect02 H1 A SPAN { text-decoration: underline; }
DIV.shopselect02 DIV.a { background: url(bg47.png) no-repeat; padding: 25px 20px 20px 20px; }
DIV.shopselect02 UL { padding: 0; margin: 1em 0 0 0; list-style: none; }
DIV.shopselect02 UL LI { float: left; width: 50%; margin: 1px 0; background: url(dot01.gif) 0 4px no-repeat; }
DIV.shopselect02 UL LI SPAN { float: left; padding: 0 0 0 15px; color: #a0cd37; }
DIV.shopselect02 UL LI A { float: left; padding: 0 0 0 15px; color: #a0cd37; }
DIV.shopselect02 UL LI A:hover { color: #fff; background-position: 0 -96px; text-decoration: underline; }
DIV.shopselect02 SPAN.soon { width: 111px; height: 111px; position: absolute; right: 0; top: 0; background: url(bg48.png) no-repeat; }
DIV.shopcol01 { background: url(shop01.jpg) no-repeat; float: left; width: 340px; margin: 0 5px 0 0; padding: 70px 0 0 0; position: relative; }
DIV.shopcol02 { background: url(shop02.jpg) no-repeat; float: left; width: 340px; margin: 0 5px 0 0; padding: 70px 0 0 0; position: relative; }
DIV.shopcol03 { background: url(shop03.jpg) no-repeat; float: left; width: 340px; margin: 0 5px 0 0; padding: 70px 0 0 0; position: relative; }
DIV.shopcol04 { background: url(shop04.jpg) no-repeat; float: left; width: 340px; margin: 0 5px 0 0; padding: 70px 0 0 0; position: relative; }

#shop-select-col { padding: 25px; width: 695px; }
#shop-select-col SPAN { color: #fff; }
.shop-select-col1 { width: 298px; margin: 0 48px 0 0; float: left; }
.shop-select-col2 { width: 298px; margin: 0 48px 0 0; float: left; }

#shop-select-col UL { padding: 0; margin: 1em 0 0 0; list-style: none; }
#shop-select-col UL LI { float: left; width: 50%; margin: 1px 0; }
#shop-select-col UL LI A { float: left; padding: 0 0 0 15px; background: url(dot01.gif) 0 4px no-repeat; color: #a0cd37; text-decoration: underline; }
#shop-select-col UL LI A:hover { color: #fff; background-position: 0 -96px; }

.shop-select-more { padding: 3px 0 0 0; }
.shop-select-more A { float: left; background: url(bg19.gif) no-repeat; color: #fff; height: 23px; }
.shop-select-more A SPAN { float: left; background: url(bg19.gif) 100% 0 no-repeat; padding: 4px 10px; cursor: pointer; }
.shop-select-more A:hover { text-decoration: none; background-position: 0 -43px; }
.shop-select-more A:hover SPAN { background-position: 100% -43px; }



/* * * * E-SHOP * * * */
#box05 { background: url(bg24.gif) no-repeat bottom; padding: 0 0 10px 0; }
#box06 { background: url(bg22.gif) no-repeat top; padding: 10px 0 0 0; }
#box07 { background: url(bg23.gif) repeat-y; }

.col05 { width: 190px;  }
.col06 { width: 658px;  }

.col05 DIV.pad { padding: 0 5px 0 5px; }
.col05 A.topbanner { padding: 0 0 1px 0; float: left; }
.col06 DIV.pad { padding: 0 16px 0 16px; }

#shopcart { float: right; padding: 7px 20px 7px 0; margin: 24px 20px 0 0; border-right: 1px solid #ededed; }
#shopcart A { display: block; position: relative; background: url(ico_cart_02.gif) no-repeat top left; padding: 1px 0 5px 49px; text-decoration: none; }
#shopcart A SPAN { color: #a1a1a1 !important; font-size: 10px; }
#shopcart A:hover SPAN { text-decoration: underline; }

/* Shop Menu*/
#menu3 { margin: 0; padding: 0; list-style: none; }
#menu3 LI { float: left; width: 100%; margin: 0 0 1px 0; }
#menu3 LI A { display: block; position: relative; padding: 0 0 3px 0; background: url(bg26.gif) no-repeat bottom; color: #fff; font-weight: bold; text-decoration: none; }
#menu3 LI A SPAN { display: block; padding: 3px 0 0 0; background: url(bg27.gif) no-repeat top; }
#menu3 LI A SPAN SPAN { display: block; padding: 1px 13px 0 21px; background: url(bg28.gif) no-repeat top; }
#menu3 LI A:hover,
#menu3 LI A.active { background: url(bg30.gif) no-repeat bottom; color: #c4ee61;}
#menu3 LI A:hover SPAN,
#menu3 LI A.active SPAN { background: url(bg29.gif) no-repeat top; }
#menu3 LI A:hover SPAN SPAN,
#menu3 LI A.active SPAN SPAN { background: url(bg31.gif) no-repeat top; }
#menu3 LI UL { margin: 0; padding: 0; list-style: none; }
#menu3 LI UL LI { margin: 1px 0 0 0; }
#menu3 LI UL LI A { background: url(bg33.gif) no-repeat bottom; color: #fff; text-decoration: none; }
#menu3 LI UL LI A SPAN { background: url(bg32.gif) no-repeat top; }
#menu3 LI UL LI A SPAN SPAN { padding: 1px 22px 0 33px; background: url(bg34.gif) no-repeat top; }
#menu3 LI UL LI A:hover,
#menu3 LI UL LI A.active { background: url(bg33.gif) no-repeat bottom; color: #c4ee61; text-decoration: none; }
#menu3 LI UL LI A:hover SPAN,
#menu3 LI UL LI A.active SPAN { background: url(bg32.gif) no-repeat top; }
#menu3 LI UL LI A:hover SPAN SPAN,
#menu3 LI UL LI A.active SPAN SPAN { background: url(bg35.gif) no-repeat top; }

/* Popular Goods */
DIV.popular { margin: 1em 0 0 0; padding: 0 0 13px 0; background: url(bg36.gif) no-repeat bottom #fff; }
DIV.popular P.heading { margin: 0; padding: 8px 0 7px 9px; text-transform: uppercase; color: #fff; background: url(bg37.gif) red no-repeat top; }
DIV.popular UL { margin: 0; padding: 0; list-style: none; text-align: center; }
DIV.popular UL LI { float: left; width: 100%; }
DIV.popular UL LI A { position: relative; display: block; padding: 17px 5px 17px 5px; background: url(dot03.gif) no-repeat center bottom; text-decoration: none !important; }
DIV.popular UL LI A SPAN { display: block; }
DIV.popular UL LI A SPAN.img IMG { width: 120px; height: 120px; border: 1px solid #aeaeae; }
DIV.popular UL LI A SPAN.heading { padding: 8px 0 0 0; text-transform: uppercase; font-size: 12px; font-weight: bold; color: #67883b; }
DIV.popular UL LI A SPAN.heading SPAN { display: inline; }
DIV.popular UL LI A:hover SPAN.heading SPAN { display: inline; text-decoration: underline; }
DIV.popular UL LI A SPAN.desc { font-size: 11px; color: #262728; }
DIV.popular UL LI A SPAN.price { font-size: 12px; color: #262728; font-weight: bold; }
DIV.popular UL LI A.all { background: none; padding: 10px 0 0 0; }

/* Big Product */
DIV.product-big { margin: 1em 0 0 0; width: 620px; cursor: pointer; }
DIV.product-big DIV.img {}
DIV.product-big DIV.txt { height: 34px; background: url(bg38.png) no-repeat; }
DIV.product-big DIV.txt P.heading { float: left; margin: 0; padding: 7px 0 0 9px; text-transform: uppercase; font-size: 12px; font-weight: bold; color: #eaeaea; }
DIV.product-big:hover DIV.txt P.heading { text-decoration: underline; }
DIV.product-big DIV.txt P.desc { float: left; margin: 3px 0 3px 9px; padding: 5px 0 5px 9px; border-left: 1px solid #808080; font-size: 11px; color: #eaeaea; }
DIV.product-big DIV.txt P.price { float: right; margin: 3px 9px 3px 0; padding: 5px 9px 5px 0; border-right: 1px solid #808080; font-size: 12px; font-weight: bold; color: #eaeaea; }
DIV.product-big DIV.txt P.labels { float: right; margin: 0; padding: 10px 10px 0 0; }

/* Small Product */
DIV.product-small { margin: 1em 0 0; padding: 0 10px 0 0; float: left; width: 305px; height: 210px; cursor: pointer; }
DIV.product-small DIV.img {}
DIV.product-small DIV.txt { height: 46px; background: url(bg39.png) no-repeat; }
DIV.product-small DIV.txt P.heading { float: left; margin: 0; padding: 4px 0 0 9px; text-transform: uppercase; font-size: 12px; font-weight: bold; color: #eaeaea; }
DIV.product-small:hover DIV.txt P.heading { text-decoration: underline; }
DIV.product-small DIV.txt P.price { float: right; margin: 0; padding: 4px 9px 0 0; font-size: 12px; font-weight: bold; color: #eaeaea; }
DIV.product-small DIV.txt P.desc { float: left; margin: 0; padding: 2px 0 0 9px; font-size: 11px; color: #eaeaea; }
DIV.product-small DIV.txt P.labels { float: right; margin: 0; padding: 3px 9px 0 0; }

/* Product List */
UL.product-list { margin: 1em 0 12px 0; padding: 0 0 12px 0; background: url(dot04.gif) repeat-x bottom; }
UL.product-list LI { padding: 12px 0 0 0; margin: 12px 0 0 0; background: url(dot04.gif) repeat-x top; }
UL.product-list LI DIV.img { float: left; width: 121px; height: 121px; }
UL.product-list LI DIV.img IMG { width: 120px; height: 120px; border: 1px solid #aeaeae; }
UL.product-list LI DIV.details { float: left; width: 350px; padding: 0 0 0 12px; }
UL.product-list LI DIV.details P.heading { margin: 0; text-transform: uppercase; font-size: 18px; color: #67883b; }
UL.product-list LI DIV.details P.heading A { text-decoration: none; }
UL.product-list LI DIV.details P.desc,
UL.product-list LI DIV.details P.price { color: #262728; line-height: 15px; }
UL.product-list LI DIV.details P.price { line-height: 12px; }
UL.product-list LI DIV.details P.price SPAN { font-size: 11px; color: #8d8d8d; }
UL.product-list LI DIV.cart { float: right; width: 65px; font-size: 10px; text-align: center; color: #67883b; }
UL.product-list LI DIV.cart A { display: block; position: relative; padding: 49px 0 0 0; background: url(ico_cart.gif) no-repeat center top; }
UL.product-list LI DIV.cart LABEL { float: left; padding: 2px 3px 0 0; }
UL.product-list LI DIV.cart INPUT.txt { float: left; width: 18px; height: 16px; padding: 3px 0 0 5px; border: 1px solid #c1c2c0; background: #fbfbda; font-size: 11px; font-weight: bold; color: #262728; }

/* Sidebar */
#sidebar { float: right; clear: both; margin: 1em 0 0 1em; width: 203px; }
#sidebar P.img { margin: 0;  }
#sidebar P.img IMG { border: 1px solid #aeaeae; width: 200px; height: 200px; }
#sidebar P.img A.expand { display: block; background: url(ico_expand.gif) no-repeat right 3px; margin: 0 1px 0 0; padding: 0 14px 0 0; text-align: right; font-size: 10px; color: #8d8d8d; text-decoration: none; }
#sidebar P.img A.expand:hover { text-decoration: underline; }

/* Calculator */
#calc { margin: 1em 0 0 0; padding: 0 0 4px 0; background: url(bg41.gif) no-repeat bottom; font-size: 11px; }
#calc2 { padding: 4px 0 0 0; background: url(bg40.gif) no-repeat top; }
#calc3 { padding: 10px; border-right: 1px solid #e3e3bf; border-left: 1px solid #e3e3bf; background: #fefef1; }
#calc TABLE { margin: 1em 0 0 0; }
#calc TH, #calc TD { background: none; padding: 4px 2px 4px 2px; border: none; vertical-align: middle; }
#calc TH { font-size: 11px; font-weight: normal; color: #67883b; text-align: right; }
#calc TD { font-size: 11px; color: #909090; }
#calc TD SPAN { float: left; display: block; padding: 1px 2px 0 0; }
#calc INPUT.txt { float: left; border: 1px solid #c1c2c0; margin: 0 2px 0 0; padding: 0 0 0 3px; background: #fbfbda; font-size: 11px; font-weight: bold; color: #262728; }
#calc INPUT.txt.type1 { width: 41px; }
#calc INPUT.txt.type2 { width: 22px; }
#calc INPUT.txt.type3 { width: 32px; }
#calc INPUT.txt.type4 { width: 35px; }
#calc A { padding: 0 10px 0 0; background: url(ln04.gif) no-repeat right 4px; font-size: 11px; font-weight: bold; text-decoration: none; }

/* Similar Goods */
UL.similar { margin: 1em 0 0 0; padding: 0; list-style: none; text-align: center; }
UL.similar LI { float: left; width: 132px; padding: 0 80px 0 0; background: none; }
UL.similar LI A { position: relative; display: block; text-decoration: none !important; }
UL.similar LI A SPAN { display: block; }
UL.similar LI A SPAN.img IMG { width: 120px; height: 120px; border: 1px solid #aeaeae; }
UL.similar LI A SPAN.heading { padding: 8px 0 0 0; text-transform: uppercase; font-size: 12px; font-weight: bold; color: #67883b; }
UL.similar LI A SPAN.heading SPAN { display: inline; }
UL.similar LI A:hover SPAN.heading SPAN { display: inline; text-decoration: underline; }
UL.similar LI A SPAN.desc { font-size: 11px; color: #262728; }
UL.similar LI A SPAN.price { font-size: 12px; color: #262728; font-weight: bold; }

/* Shop Table */
DIV.shop-div { width: 402px; }
TABLE.shop-table { margin: 1em 0 0 0; border-bottom: 1px dotted #d6d6d6; }
TABLE.shop-table TH, TABLE.shop-table TD { border: none; background: none; padding: 20px 4px; border-top: 1px dotted #d6d6d6; }
TABLE.shop-table TH { font-size: 12px; color: #67883b; width: 265px; }
TABLE.shop-table TD { font-size: 12px; font-weight: bold; color: #262728; }
TABLE.shop-table TD.delete A { display: block; position: relative; padding: 2px 0 0 0; }
TABLE.shop-table TH.spad, TABLE.shop-table TD.spad { padding: 0 0 5px 0 !important; }
TABLE.shop-table TD.type2 { font-weight: normal; font-size: 12px; color: #858e78; }
TABLE.shop-table TR.even TH, TABLE.shop-table TR.even TD { background: #f8f9f7; }
TABLE.shop-table SPAN.small { font-size: 10px; color: #858e78; }

/* Payment table */
TABLE.payment { margin: 3em 0 0 0; width: 370px; line-height: 17px; }
TABLE.payment TH { border: none; background: none; padding: 2px 5px; }
TABLE.payment TD { border: none; background: none; padding: 2px 5px; vertical-align: middle; }
TABLE.payment TH { font-size: 12px; font-weight: bold; color: #262728; padding-bottom: 30px !important; }
TABLE.payment TD.type1 { font-size: 12px; color: #858e78; text-align: right; }
TABLE.payment TD.type2 { font-size: 12px; color: #262728; text-align: right; }
TABLE.payment TD.type3 { padding-top: 15px !important; font-size: 12px; font-weight: bold; color: #262728; text-align: right; }
TABLE.payment TD.type4 { padding-top: 10px !important; font-size: 12px; font-weight: bold; color: #262728; text-align: right; }
TABLE.payment TH SPAN.transport { float: left; padding: 0 4px 0 0; }

/* Elements */
H1.type2 { margin: 1em 0 0 0; font-weight: normal; }
H2.type2 { margin: 2em 0 0 0; font-size: 18px; font-weight: normal; color: #262728; }
P.price-ship { float: left; padding: 0 9px 0 0; border-right: 1px solid #b8b8b8; line-height: 13px; }
P.price-ship SPAN { font-size: 11px; color: #8d8d8d; }
P.price-ship-labels { float: left; padding: 5px 0 0 9px; }
DIV.nicebg { margin: 1em 0 0 0; position: relative; width: 401px; height: 81px; background: url(bg42.gif) no-repeat; overflow: hidden; }
DIV.nicebg P { margin: 0; position: absolute; font-size: 10px; color: #67883b; }
DIV.nicebg P.color { top: 34px; left: 46px; width: 120px; }
DIV.nicebg P.color SPAN.clr { float: left; padding: 0 7px 0 0; }
DIV.nicebg P.qty { top: 32px; left: 174px; width: 60px; }
DIV.nicebg P.qty LABEL { float: left; padding: 1px 3px 0 0; }
DIV.nicebg P.qty INPUT.txt { float: left; width: 18px; height: 16px; padding: 3px 0 0 5px; border: 1px solid #c1c2c0; background: #fbfbda; font-size: 11px; font-weight: bold; color: #262728; }
DIV.nicebg P.cart { top: 10px; left: 280px; width: 70px; text-align: center; }
DIV.nicebg P.cart A { display: block; position: relative; padding: 49px 0 0 0; background: url(ico_cart_03.gif) no-repeat center top; }
DIV.nicebg IMG.cart { position: absolute; top: 27px; left: 9px; }
DIV.nicebg P.banks { top: 20px; left: 85px; font-weight: bold !important; color: #262728 !important; font-size: 12px !important; }

/* Makenice */
P.niceselectors { margin: 0; float: left; padding: 0; }
SELECT.makenice { margin: 0 0 0 0; float: left; padding: 0; }
DIV.niceselect { float: left; overflow: hidden; cursor: pointer; line-height: 16px; }
DIV.niceselect DIV { cursor: pointer; padding: 0 14px 0 0; background: url(down.gif) 100% 0px no-repeat; float: left; }
DIV.niceselect DIV SPAN { display: block; white-space: nowrap; cursor: pointer; width: 100%; overflow: hidden; text-overflow: ellipsis; color: #262728; font-size: 12px; font-weight: bold; float: left; }
.mkn2 DIV.niceselect DIV SPAN { font-size: 11px !important; }
DIV.niceselect-open DIV { }
DIV.niceselect-focus DIV { }
DIV.niceselect-drop { position: absolute; text-align: left; display: none; white-space: nowrap; left: -1000px; top: -1000px; margin: 0; padding: 0; }
DIV.niceselect-drop UL { padding: 0; margin: 0; border-top: 1px solid #e0e4d7; }
DIV.niceselect-drop UL LI { display: inline; }
DIV.niceselect-drop UL LI A,
DIV.niceselect-drop UL LI SPAN { position:relative; display: block; padding: 2px 5px; text-overflow: ellipsis; overflow: hidden; text-decoration: none; color: #262728; border-right: 1px solid #e0e4d7; border-left: 1px solid #e0e4d7; background: #f7fcea; border-bottom: 1px solid #e0e4d7; }
DIV.niceselect-drop UL LI A:hover,
DIV.niceselect-drop UL LI SPAN:hover { text-decoration: none; color: #bf3a3a; }


