/*********** SELECTOR STYLES  ***********/
body { font-family:Arial, Helvetica; font-size:12px; line-height:1.5em; }
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:12px; font-family:Arial, Helvetica, sans-serif; }
textarea { border:1px solid #fc0; padding:2px 5px; overflow:auto; background:#fff; }
a:link, a:visited { color:#000; text-decoration:none; }
a:hover, a:active, a:focus { text-decoration:none; color:#f00; }

.input { padding:1px 2px 1px 4px; border:1px solid #fc0; background:#fff; }
.button { background:#7f6e52; border:1px solid #666; color:#ff0; padding-left:7px; padding-right:7px; overflow:visible; }
.input:focus, select:focus, textarea:focus { background:#fed; }

/***** 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; }
.fl { float:left; display:inline; }
.fr { float:right; display:inline; }
.fo { clear:both; float:left; width:100%; }
.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; }
.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; }
.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; }
.p10px20px { padding:10px 20px; }
.p15px { padding:15px; }
.p20px { padding:20px; }
.pb0px { padding-bottom:0px; }
.pb2px { padding-bottom:2px; }
.pb5px { padding-bottom:5px; }
.pb10px { padding-bottom:5px; }
.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:#c00; }
.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; }

.bdr { border:1px solid #ccc; }
.bdrT { border-top:1px solid #ccc; }
.bdrR { border-right:1px solid #ccc; }
.bdrB { border-bottom:1px solid #ccc; }
.bdrL { border-left:1px solid #ccc; }
.bdrAll, .bdrAll td, .bdrAll th  { border:1px solid #e5e5e5; }
.bdrAllCols, .bdrAllCols td, .bdrAllCols th  { border:1px solid #e5e5e5; border-width:0 1px; }
.bdrAllRows, .bdrAllRows td, .bdrAllRows th  { border:1px solid #e5e5e5; border-width:1px 0; }
.bdr0, .bdr0 td, .bdr0 th { border: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%; }
.w100 { width:100%; }

/***** BODY STYLES *****/
#body { background:#faf9f1; border:1px solid #c49b5b; }
.tml .l { border-left:1px solid #907f63; border-right:1px solid #53442b; padding:0 15px; }
.tml, .tml a:link, .tml a:visited { color:#fff; }
.tml a:hover, .tml a:active { color:#fc0; }

.til img { border:1px solid #fff; }
.til a:hover img { border:1px solid #ff0; }

.services { background:#f9ecdc; border:1px solid #fba684; }
.services .h { color:#f00; border-bottom:1px solid #fba684; }
.services a:link, .services a:visited { color:#600; }
.services a:hover, .services a:active { color:#f00; }

.cart {}
.currency {}
.currencyCart { background:#dbd3d3 none repeat-x bottom; }
.currencyCart .cart a:link, .currencyCart .cart a:visited { color:#f00; }

.welcomeHome { background:#f9ecdc; border-bottom:1px solid #f9ecdc; }

.products { background:#f9f3dc; border:1px solid #ede0ac; }
.products .h { background:#f1f1f1; border-bottom:2px solid #ffb27f; }
.products .hi, .products .hi a:link, .products .hi a:visited { color:#090; }
.products .hi a:hover, .products .hi a:active { color:#f00; }

.products .more a { background:#ca5804; border:1px solid #a34601; color:#fff; }
.products .ls, .products .ls a:link, .products .ls a:visited { color:#f30; }
.products .ls a:hover, .products .ls a:active { color:#000; }
.products .lss a:link, .products .lss a:visited { color:#690; }
.products .lss a:hover, .products .lss a:active { color:#f60; }

.slideshow { color:#fff; }
.slideshow .large { color:#fff; }

.footer a { margin:0 5px; }
.bgl { border:1px solid #806009; background:#655336; }
.bgl, .bgl a:link, .bgl a:visited { color:#fff; }
.bgl a:hover, .bgl a:active { color:#ff0; }

.language { border-right:1px solid #a9a29a; }
.language img { height:16px; width:24px; border:1px solid #8a8a8a; }
.language a:hover img { border:1px dashed #cba; }

.bml a:link, .bml a:visited { color:#960; }
.bml a:hover, .bml a:active { color:#f60; }

.counter { background:#ffcea7; }
.counter .large { color:#f00; }
.copyright { background:#f6e0c0; }

.tree { color:#999; }
.tree b { color:#f00; }
.tree a:link, .tree a:visited { color:#666; }
.tree a:hover, .tree a:active { color:#f66; }

.content { background:#fff; border:1px solid #fbd49d; }
.pageHead { border-bottom:1px dashed; color:#f00; }
.pageHead2 { border-bottom:1px solid #999; color:#960; }
.welcome { }

.highlighted, .highlighted a:link, .highlighted a:visited { color:#690; }
.highlighted a:hover, .highlighted a:active { color:#f00; }

.headHr { background:#f9ecdc; border:1px solid #fba684; }
.headVr { background:#faf9f1; border:1px dashed #fba684; border-width:0 1px 1px 0; }
.data { background:#fafafa; border-bottom:1px dashed #fba684; }

.pageLinks, .pageLinks a:link, .pageLinks a:visited { color:#960; }
.pageLinks a:hover, .pageLinks a:active { color:#390; }

.imgBorder { border:1px solid #ccc; }
.imgBorder2 { border:3px double #66778a; }

.sitemap .l, .sitemap .l a:link, .sitemap .l a:visited { color:#960; }
.sitemap .l a:hover, .sitemap .l a:active { color:#f00; }
.sitemap .ls a:link, .sitemap .ls a:visited { color:#f60; }
.sitemap .ls a:hover, .sitemap .ls a:active { color:#690; }

.sCart .desc { background:#f1f1f1; }
.sCart .note { color:#660; background:#fff; }
.sCart th { border:1px solid #ccc; background:#c38234; color:#fff; }
.sCart .shippingH { background:#c38234; color:#fff; }
.sCart .shippingCo { border:1px solid #98c4df; }

.vTrust { border:1px solid #966; }

.selectAll { border:1px solid #f90; background:#fffaf9; }

.pagingOuter { background:#f1f1f1; }
.paging a:link, .paging a:visited { padding:0px 4px; background:#f60; color:#fff; margin:0 2px; border:1px solid #f60; }
.paging a:hover, .paging a:active { background:#660; color:#fee; border:1px solid #660; }

.productsAll .h { border-bottom:1px solid #f90; }
.productsAll .h, .productsAll .h a:link, .productsAll .h a:visited { color:#360; }
.productsAll .h a:hover, .productsAll .h a:active { color:#690; }

.dProducts .bdr { border:1px solid #c89769; }
.dProducts .imgBorder { border:1px solid #696; }
.dProducts .head1 { background:#f6c38c; }
.dProducts .co1 { background:##ffe2c2; }
.dProducts .head2 { background:#e2b888; }
.dProducts .co2 { background:#ecd2b4; }
.dProducts a:hover, .dProducts a:active { color:#f60; }

.qc { background:#ca5804; color:#fff; }
.qc .th, .qc a:link, .qc a:visited { color:#ff9; }