@charset "utf-8";
/****************************************************
CSS Document For...
Style name : Basic Style
File name : Base.css
Author : Tyoumihin
Date : ----/--/--
****************************************************/

* { margin:0; padding:0; border:0 }
html, body {color:#444; /*height:100%*/ }
ul, ol { list-style:none; }

a { text-decoration:none}
a:hover { text-decoration:underline}
/*:focus { -moz-outline-style: none; }
a,area { blr:expression(this.onFocus=this.blur()) }*/

table { width:100%; border-collapse:collapse; border-spacing:0; margin:0 auto; clear:both}
img { border:none}
em { font-style:normal}
hr { width:0; padding:10px; border:0;}

/* default size [ decimal ]
----------------------------------- */
.size-xxxl{width:340px} /* xXXL SIZE */
.size-xxl{ width:280px} /*  XXL SIZE */
.size-xl { width:240px} /*   XL SIZE */
.size-l  { width:220px} /*    L SIZE */
.size-m  { width:168px} /*    M SIZE */
.size-s  { width:100px} /*    S SIZE */
.size-xs { width:88px}  /*   XS SIZE */
.size-xxs{ width:60px}  /*  XXS SIZE */
.size-xxxs{ width:40px} /* xXXS SIZE */

/* default size [ percent ]
-------------------------------------*/
.col2 .size-xxl{ width:70%} /*  XXL SIZE */

/* form layout
----------------------------------- */
/*ul { width:100%; float:left}
.col2, .col3 { display:block; float:left}
.col2 { width:45%}
.col3 { width:33%}
.single { width:99%; clear:both}*/

.flush-r{ text-align:right }
.flush-l{ text-align:left }
.flush-c{ text-align:center }
