* { margin: 0; padding: 0; font-size: 100.01%; }

/* Common styles */
html { height: 100%; }
body { font: 10.5pt/1.4 Arial, sans-serif; background: white; color: black; }
img { border: 0; }
p { margin: 0; margin-bottom: 1.5em; }
ul { list-style-type: none; }
* html img { behavior: url(/css/iepngfix.htc); }

h1, h2, h3, h4 { margin-bottom: 1em; }
h1 { font-size: 300%; margin: 0 0 0.8em 0; }

ul { padding: 0; margin:0; }
ul li { list-style-type: none; }

a { color: #a52985; }
a:hover { color: #e4076e !important; }

.clear { clear: both; line-height: normal; }
.clickable { cursor: pointer; cursor: hand; }

/* layout */
.layout-wrapper { min-width: 990px; max-width: 2110px; position: relative; }
.layout { padding: 30px 6% 40px; //padding-bottom: 0; margin: 0 auto; }
.content { padding-bottom: 30px; }
* html .layout-wrapper { width: expression((parseInt(document.getElementById('measurer').offsetWidth) < 990)? '990px' : '100%'); }

/* head */
div.head { position: relative; width: 100%; z-index: 100; }
div.head div.product_logo { position: absolute; left: -20px; top: -5px; }
div.head div.main_logo { margin-top: 26px; }
div.head div.main_logo p.logo { text-align: right; }
div.head div.main_logo p.address { position: absolute; font-size: 8pt; padding-top: 1.6em; right: 120px; color: #808080; text-align: right; }
div.head ul.switch { font-size: 8pt; position: absolute; z-index: 120; top: 0; }
div.head ul.switch li { float: left; margin-right: 40px; }
div.head ul.switch li a { text-decoration: none; color: #999999; }
div.head ul.switch li a span { display: block; width: 68px; height: 27px; background-position: 0 0; background-repeat: no-repeat; //cursor: pointer; }
div.head ul.switch li a:hover span { background-position: -68px 0; }
div.head ul.switch li.qbox span { background-image: url(/images/qbox_s.gif); }
div.head ul.switch li.qoo span { background-image: url(/images/qoo_s.gif); }

/* footer */
div.footer { position: relative; margin-top: 30px; font-size: 8pt; //padding-bottom: 30px; }
div.footer p.copyright { margin-left: -1.1em; }

p.path { margin: 0; font-size: 9pt; }