@import "reset.css";
@import "type.css";
@import "pattern.css";
@import "content.css";

@import "_header.css";
@import "_nav.css";
@import "_blocks.css";
@import "_shop.css";
@import "_footer.css";
@import "_clearers.css";
@import "_forms.css";

@import "all.css";



/*
9px = .82em
10px = .91em
11px = 1em
12px = 1.09em
13px = 1.18em
14px = 1.27em
15px = 1.37em
16px = 1.45em
17px = 1.54em
18px = 1.63em
19px = 1.73em
20px = 1.82em
21px = 1.91em
22px = 2em
23px = 2.1em
24px = 2.18em
25px = 2.27em
26px = 2.36em
28px = 2.54em
30px = 2.72em
32px = 2.9em
34px = 3.08em
*/
/*
.block {

         1. position, z-index
         2. float, clear
         3. width, height, padding, margin
         4. background, border
         5. text-align, list-style
         6. font
         7. color

      } 

*/

.page-print { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }


.clearfix {clear:both;}
.clearfix:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0;	height: 0;}
html[xmlns] .clearfix {display: block;} 

.clear {clear:both; font-size:0; line-height:0;}
.clearLeft {clear:left;}
.clearRight {clear:right;}
.floatLeft {float:left;}
.floatRight {float:right;}

.textCenter, .textCenter td, .textCenter th  {text-align:center;}
.textLeft, .textLeft td, .textLeft th {text-align:left;}
.textRight, .textRight td, .textRight th {text-align:right;}

.vTop, .vTop td, .vTop th {vertical-align:top;}
.vBottom, .vBottom td, .vBottom th {vertical-align:bottom;}
.vMiddle, .vMiddle td, .vMiddle th {vertical-align:middle;}

.noBorder {border:none;}
.noBg {background:none;}
.noBgColor {background-color:transparent;}

.nowrap, .nowrap * {white-space:nowrap;}

.displayBlock {display:block;}
.displayNone {display:none;}

.posRelative {position:relative;}
.posAbsolute {position:absolute;}

/* fonts */
.fGeorgia {font-family:Georgia, "Times New Roman", Times, serif;}
.fTahoma {font-family:Tahoma, Geneva, Helvetica, Arial, sans-serif;}
.fStyleNormal {font-style:normal;}
.fStyleItal {font-style:italic;}
.fWeightNormal {font-weight:normal;}
.fWeightBold {font-weight:bold;}

/* colors */
.red, .red a {color:#de1600;}
.black, .black a {color:#000;}
.white, .white a {color:#fff;}
