/*********** SELECTOR STYLES  ***********/
body { font-family:Arial, Helvetica; font-size:12px; line-height:1.5em; table-layout:fixed; }
body, fieldset, form, h1, h2, h3, h4, h5, h6, p { margin:0px; padding:0px; }
h1, h2, h3, h4, h5, h6, form { display:inline; }
h1 { font-size:1.6em; }
h2 { font-size:1.4em; }
h3 { font-size:1.2em; }
hr { height:1px; color:#ccc; background:#ccc; border:0; }
img { border:0px;	}
li { margin-bottom:5px; }
ol { margin:5px 0 5px 30px; padding:0; }
ul { margin:5px 0 5px 30px; padding:0; }
ul ul, ol ol, ol ul, ul ol { margin-left:30px; }
blockquote { margin:5px 20px; }
fieldset { -moz-border-radius:5pt; }
table { border-collapse:collapse; border-spacing:0; }
input, select, textarea { font-size:11px; font-family:Verdana, Arial, Helvetica, sans-serif; }
textarea { border:1px solid #ccc; padding:2px; overflow:auto; }
a:link, a:visited { color:#000; text-decoration:none; }
a:hover, a:active, a:focus { text-decoration:none; color:#360; }

.input { padding:1px 2px 1px 4px; border:1px solid #ccc; }
.button { background:#c63; color:#ff0; border:0; padding:3px 10px; overflow:visible; cursor:pointer; }
.button2 { background:#960; color:#fff; border:0; padding:3px 10px; overflow:visible; cursor:pointer; }

/***** ALIGNMENT STYLES *****/
.al { text-align:left; }
.ar { text-align:right; }
.ac { text-align:center; }
.aj { text-align:justify; }
.vat { vertical-align:top; }
.vam { vertical-align:middle; }
.vab { vertical-align:bottom; }
.fo { float:left; width:100%; display:inline; }
.fl { float:left; display:inline; }
.fr { float:right; display:inline; }
.flwm { float:left; margin:0 10px 5px 0; display:inline; }
.frwm { float:right; margin:0 0 5px 10px; display:inline; }
.cb { clear:both; }
.cl { clear:left; }
.cr { clear:right; }

/***** FORMAT STYLES *****/
.alpha50 { opacity:0.5; filter:alpha(opacity=50); }
.alpha75 { opacity:.75; filter:alpha(opacity=75); }
.b { font-weight:bold; }
.i { font-style:italic; }
.u { text-decoration:underline; }
.uu a:link, .uu a:visited { text-decoration:underline; }
.uu a:hover, .uu a:active { text-decoration:none; }
.uo a:link, .uo a:visited { text-decoration:none; }
.uo a:hover, .uo a:active { text-decoration:underline; }
.n { font-weight:normal; font-style:normal; text-decoration:none; text-transform:none; }
.bcs { border-collapse:separate; }
.nw { white-space:nowrap; }
.ww { word-wrap:break-word; word-break:break-all; word-break/* */:normal; }
.ttc { text-transform:capitalize; }
.ttl { text-transform:lowercase; }
.ttu { text-transform:uppercase; }
.fvsc { font-variant:small-caps; }
.block { display:block; margin:0 auto; }
.inline { display:inline; }
.none { display:none; }
.absolute { position:absolute; }
.relative { position:relative; }
.pointer { cursor:pointer; }
.ul0 li { list-style:none; }

/***** MARGIN STYLES *****/
.m0px { margin:0; }
.m1px { margin:1px; }
.m1px2px { margin:1px 2px; }
.m1px5px { margin:1px 5px; }
.m2px { margin:2px; }
.m2px5px { margin:2px 5px; }
.m2px10px { margin:2px 10px; }
.m5px { margin:5px; }
.m5px10px { margin:5px 10px; }
.m5px15px { margin:5px 15px; }
.m10px { margin:10px; }
.m15px { margin:15px; }
.mb0px { margin-bottom:0px; }
.mb1px { margin-bottom:1px; }
.mb2px { margin-bottom:2px; }
.mb5px { margin-bottom:5px; }
.mb10px { margin-bottom:10px; }
.ml1px { margin-left:1px; }
.ml2px { margin-left:2px; }
.ml5px { margin-left:5px; }
.ml10px { margin-left:10px; }
.ml15px { margin-left:15px; }
.ml12px { margin-left:12px; }
.ml20px { margin-left:20px; }
.ml25px { margin-left:25px; }

/***** PADDING STYLES *****/
.p0px { padding:0; }
.p1px { padding:1px; }
.p1px2px { padding:1px 2px; }
.p1px5px { padding:1px 5px; }
.p2px { padding:2px; }
.p2px5px { padding:2px 5px; }
.p2px10px { padding:2px 10px; }
.p5px { padding:5px; }
.p5px10px { padding:5px 10px; }
.p5px15px { padding:5px 15px; }
.p10px { padding:10px; }
.p10px15px { padding:10px 15px; }
.pb0px { padding-bottom:0px; }
.pb2px { padding-bottom:2px; }
.pb5px { padding-bottom:5px; }
.pb10px { padding-bottom:5px; }
.p15px { padding:15px; }
.pl1px { padding-left:1px; }
.pl2px { padding-left:2px; }
.pl5px { padding-left:5px; }
.pl10px { padding-left:10px; }
.pl12px { padding-left:12px; }
.pl15px { padding-left:15px; }
.pl20px { padding-left:20px; }
.pl25px { padding-left:25px; }

/***** COLOR STYLES *****/
.black, .black a:link, .black a:visited { color:#000; }
.black a:hover, .black a:active { color:#f00; }
.blue, .blue a:link, .blue a:visited { color:#06c; }
.blue a:hover, .blue a:active { color:#036; }
.brown, .brown a:link, .brown a:visited { color:#900; }
.gray, .gray a:link, .gray a:visited { color:#666; }
.gray a:hover, .gray a:active { color:#222; }
.green, .green a:link, .green a:visited { color:#060; }
.green a:hover, .green a:active { color:#f60; }
.magenta, .magenta a:link, .magenta a:visited { color:#f0f; }
.magenta a:hover, .magenta a:active { color:#606; }
.maroon, .maroon a:link, .maroon a:visited { color:#c00; }
.maroon a:hover, .maroon a:active { color:#900; }
.orange, .orange a:link, .orange a:visited { color:#f60; }
.orange a:hover, .orange a:active { color:#f00; }
.red, .red a:link, .red a:visited { color:#f00; }
.red a:hover, .red a:active { color:#c00; }
.silver, .silver a:link, .silver a:visited { color:#ccc; }
.silver a:hover, .silver a:active { color:#fff; }
.white, .white a:link, .white a:visited { color:#fff; }
.white a:hover, .white a:active { color:#ddf; }
.yellow, .yellow a:link, .yellow a:visited { color:#ff0; }
.yellow a:hover, .yellow a:active { color:#ff9; }

.imgBorder { border:1px dashed #83924b; }
.bdr { border:1px solid #9fad0f; }
.bdrT { border-top:1px solid #9fad0f; }
.bdrR { border-right:1px solid #9fad0f; }
.bdrB { border-bottom:1px solid #9fad0f; }
.bdrL { border-left:1px solid #9fad0f; }
.bdrAll td, .bdrAll th  { border:1px solid #e5e5e5; background:#fcfff2; }
.bdrAllRows td, .bdrAllRows th  { border:1px solid #e5e5e5; border-width:1px 0; }

/***** FONT STYLES *****/
.lh0em { line-height:0em; }
.lh02em { line-height:0.2em; }
.lh05em { line-height:0.5em; }
.lh1em { line-height:1em; }
.lh12em { line-height:1.2em; }
.lh15em { line-height:1.5em; }
.lh2em { line-height:2em; }

.xsmall { font-size:0.8em; }
.small { font-size:0.9em; }
.large { font-size:1.1em; }
.xlarge { font-size:1.2em; }
.xxlarge { font-size:1.4em; }
.xxxlarge { font-size:1.6em; }

.ffan { font-family:"Arial Narrow", Arial; }
.ffh { font-family:Helvetica; }
.fft { font-family:Tahoma; }
.fftms { font-family:"Trebuchet MS"; }
.fftnr { font-family:"Times New Roman"; }
.ffv { font-family:Verdana; }

/***** OTHER STYLES *****/
.w20 { width:20%; }
.w25 { width:25%; }
.w30 { width:30%; }
.w33 { width:33%; }
.w48 { width:48%; }
.w49 { width:49%; }
.w50 { width:50%; }
.w65 { width:65%; }
.w100 { width:100%; }

.btn1 {  }
.btn2, .btn2 a:link, .btn2 a:visited { color:#fff; }
.btn2 a:hover, .btn2 a:active { color:#fcc; }

/***** BODY STYLES *****/
.highlighted, .highlighted a:link, .highlighted a:visited { color:#c60; }
.highlighted a:hover, .highlighted a:active { color:#930; }

.pLinks .h { background:#738515; }
.pLinks .h, .pLinks .h a:link, .pLinks .h a:visited { color:#cedd22; }
.pLinks .h a:hover, .pLinks .h a:active { color:#eefd42; }
.pLinks .l, .pLinks .l a:link, .pLinks .l a:visited { color:#4f5e00; }
.pLinks .l a:hover, .pLinks .l a:active { color:#6e8300; }
.pLinks .ls a:hover, .pLinks .ls a:active { color:#9f5e00; }

.sLinks .h { background:#857915; }
.sLinks .h, .sLinks .h a:link, .sLinks .h a:visited { color:#e7b745; }
.sLinks .h a:hover, .sLinks .h a:active { color:#f7d765; }
.sLinks .l, .sLinks .l a:link, .sLinks .l a:visited { color:#835900; }
.sLinks .l a:hover, .sLinks .l a:active { color:#786b00; }
.sLinks .ls a:hover, .sLinks .ls a:active { color:#835900; }

.contact .co { display:table-cell; overflow:hidden; }
.contact, .contact a:link, .contact a:visited { color:#e4e78f; }
.contact .highlighted { color:#eef0c5; }

.search .o, .search .o input { background:#fff; border:0; }
.basket, .basket a:link, .basket a:visited { color:#fff; }
.basket .highlighted { color:#ff0; }
.currency { color:#ffc; }

.welcome .highlighted { color:#f00; }
.ourServices { border-top:1px dashed #f30; padding-top:15px; }
.ourServices .h { color:#690; }
.ourServices .m a:link, .ourServices .m a:visited { color:#c60; }
.ourServices .l, .ourServices .l a:link, .ourServices .l a:visited { color:#889c24; }
.ourServices .l a:hover, .ourServices .l a:active { color:#536400; }
.ourServices .bdr { border-color:#096; }

.ourProducts .h { background:#cfd8ac none no-repeat right bottom; }
.ourProducts .h, .ourProducts .h a:link, .ourProducts .h a:visited { color:#f00; }
.ourProducts .h a:hover, .ourProducts .h a:active { color:#f60; }
.ourProducts .hEnd { background:#83924b; }
.ourProducts .product { background:#fff none no-repeat right bottom; border-left:1px solid #ced7ac; }

.ourProducts .l, .ourProducts .l a:link, .ourProducts .l a:visited { color:#f00; }
.ourProducts .l a:hover, .ourProducts .l a:active { color:#690; } 
.ourProducts .m a:link, .ourProducts .m a:visited { color:#690; }
.ourProducts .m a:hover, .ourProducts .m a:active { color:#666; } 

.fProducts .h {  }
.fProducts .hEnd { border:1px solid #738515; }
.fProducts .highlighted { color:#f00; }
.box1 { background:#fff none repeat-x bottom; }
.fProducts .imgBorder { border:3px solid #ded692; }
.fProducts .l, .fProducts .l a:link, .fProducts .l a:visited { color:#738515; }
.fProducts .l a:hover, .fProducts .l a:active { color:#c36515; }
.fProducts .m a:link, .fProducts .m a:visited { color:#f00; }
.fProducts .m a:hover, .fProducts .m a:active { color:#738515; }

.footer { background:#738515; }
.footer a { margin:0 5px; }

.languageVisitor { background:#f3f7e5; border:1px solid #445006; border-width:0 1px; }
.language img { border:1px solid #738515; }
.language a:hover img { border:1px dashed #445006; }
.visiter .highlighted { color:#f60; }

.bgl, .bgl a:link, .bgl a:visited { color:#e6f1c0; }
.bgl a:hover, .bgl a:active { color:#fff; }

.copyright, .designed, .designed a:link, .designed a:visited { color:#737860; }

.pageHead { color:#690; border-bottom:1px dashed #f60; }
.pageHead2 { border-bottom:1px dashed #c35b37; }
.tree, .tree a:link, .tree a:visited { color:#bb8; }
.tree a:hover, .tree a:active { color:#990; }

.textLinks, .textLinks a:link, .textLinks a:visited { color:#930; }
.textLinks a:hover, .textLinks a:active { color:#f30; }

.headHr, .headVr, .data { border:1px dashed #990; }
.headHr { background:#857915; color:#fff; }
.headVr { background:#f2f7df; }
.data { background:#f8faf2; }

.productsAll .hm { border-bottom:1px solid #c35b37; color:#c60; }
.productsAll .product{ background:#fff; border-bottom:1px solid #a7b37d }
.productsAll .h { border-top:1px solid #a7b37d; border-bottom:1px dashed #a7b37d; background:#fcfff2; }
.productsAll .h, .productsAll .h a:link, .productsAll .h a:visited { color:#660; }
.productsAll .h a:hover, .productsAll .h a:active { color:#c30; }

.selectClick a:hover, .selectClick a:active { color:#930; }

.pagingOuter { border:1px solid #960; border-width:1px 0; background:#d9dec6; }
.paging .on { background:#f30; padding:1px 4px; color:#fff; border:1px solid; }
.paging a { background:#360; padding:1px 4px; border:1px solid; }
.paging a:link, .paging a:visited { color:#cfc; }
.paging a:hover, .paging a:active { background:#690; }

.shoppingCart .bdrAll th, .shoppingCart .bdrAll td { border:1px solid #e4cfae; background:#fff; }
.shoppingCart .bdrAll th { border-bottom:2px dashed #c4af8e; background:#fde7d9 }
.shoppingCart .imgBorder { border:1px dashed #c63; }

.shippingOptions .h { border-bottom:1px solid #cd935c; }
.shippingOptions .bdrAll td { border:1px dashed #cd935c; }
.shippingOptions .highlighted { color:#f00; }
.shippingOptions .button { background:#360; }

.sitemap .h { border-bottom:1px dashed #c35b37; }
.sitemap .l a:link, .sitemap .l a:visited { color:#960; }
.sitemap .ls a:link, .sitemap .ls a:visited { color:#390; }

.dProducts .head1 { background:#5e7547; }
.dProducts .co1 { background:#667f4d; border:1px solid #8cb267; }
.dProducts .head2 { background:#636c47; }
.dProducts .co2 { background:#6c764d; border:1px solid #96a568; }
.dProducts, .dProducts a:link, .dProducts a:visited { color:#fff; }
.dProducts a:hover, .dProducts a:active { color:#cfc; }