/**
- 프로젝트 : malltail
- 작 성 자 : 최동호, 조경수
- 파 일 명 : mypage style
- 작 성 일 : 2009-07-01
- 수 정 일 : 2009-07-01
- 버    전 : ver 1.0
*/

/* default */
html {
    overflow-x:hidden;
    overflow-y:auto;
}
html, body {
    height:100%;
    margin:0;
    padding:0;
}
body{
	/*background:url('../img/header/header_bg.jpg') repeat-x scroll 0 0px transparent;*/
    font-size:12px;
    color:black;
    font-family:"DOTUM";
}

div, span, applet, object, iframe,
h1,  h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font,  img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, ol,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, button {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;    
    list-style:none;
}

div, span, applet, object, iframe,
h1,  h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font,  img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, ol,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, button {    
    font-weight:normal;    
}


a:link {color:black; text-decoration:none;}
a:visited {color:black; text-decoration:none;}
a:hover {color:black; text-decoration:none;}

/*주문서에 제목에만 밑줄 긋기*/
a:hover.order_list_a_tag {text-decoration:underline;color:#1172B6;}
a:link.order_list_a_tag {color:#1172B6;}
a:visited.order_list_a_tag {color:#1172B6;} 


img {border:0;}
caption {display:none;}
hr {clear:both; display:none; border:1px solid #000; height:200px;}
fieldset, legend{margin:0; padding:0; border:0;}
legend{display:none;}
/* form */

/* font color */

/* text align */
.txt_left{text-align:left;}
.txt_right{text-align:right;}
.txt_center{text-align:center;}
.txt_vm{vertical-align:middle;}
.txt_vb{vertical-align:bottom;}

.none {display:none;}
.block {display:block;}
.inline {display:inline;}
.clear{clear:both;}
.hidden{position:absolute; visibility:hidden; overflow:hidden; width:0; height:0;}

textarea{
    height:12px;
    overflow-x:hidden;
    overflow-y:scroll;
    vertical-align:middle; 
    border:1px solid #dce1e5;
    color:#4A4A46;
    padding:0 0 0 10px;
    border:1px solid #D6D5D2;
    scrollbar-face-color:#EFEEED;
    scrollbar-highlight-color:#FFFFFF;
    scrollbar-shadow-color:#ffffff; 
    scrollbar-3dlight-color:#ffffff; 
    scrollbar-arrow-color:#ADADAD; 
    scrollbar-track-color:#FFFFFF; 
    scrollbar-darkshadow-color:#FFFFFF;
    font:normal 1.1em/1.4em "돋움",Dotum, Arial, "Courier New",verdana,sans-serif;
}
