@charset "utf-8";

/* Clear all selectors */
html, body, 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,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
/* 	
	padding: 0;
	font-weight: inherit;
	font-style: inherit; */
	margin: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	/* font-family: Tahoma, Arial, Geneva, sans-serif; */
	/* font-family:Arial, Geneva, sans-serif; */
	/* vertical-align: baseline; */
}

body{
	line-height: 1;
	background: #fff;
	
	/*font:normal Tahoma, Arial, Geneva, sans-serif;*/
	font-family:Arial, Geneva, sans-serif;
	font-size: 15px;
	line-height: 1.4em;
	color:#000;
	width:100%;
}
ul{
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
	}
/*caption, th, td {
	text-align: center;
	font-weight: normal;
	}*/
caption{
	text-align: center;
	font-weight: normal;
	}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}

/* div#user_panel {
    width:170px; float:right; margin-top: 150px;
    padding: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #888;
    background-color: rgba(54, 54, 54, 0.8);
}
div#user_panel a {
    color: #FFF;
    font-weight: bold;
}
div#user_panel div a {
    font-weight: normal;
    padding: 0px 8px 0px 0px;
    font-size: 12px;
} */
/* ----------------- */

#page a, #page a:visited{
	/* color:#000; */
	color:#999;
	color:#126ad6;
}
a:hover {
	color: #1CA0D9;
}
p{
	padding: 0.3em 0 0.3em 0;
}

.test_box{
	border: 2px dotted green;
	background: black;
	opacity: .5;
}


.size-constraint
{
	/* min-width: 1000px ;
	max-width: 1256px ; */
	min-width: 1000px ;
	max-width: 1280px ;
	
	height: 100% ;
	margin: 0 auto ;
	position: relative ;
}
.size-constr-marg{
	max-width: 1100px ;
	
	height: 100% ;
	margin: 0 auto ;
	/* position: relative ; */
}
.center_box{
	width: 100% ;
	margin: 0 auto ;
	text-align: center;
}

.clear{ clear: both; }
.clean_line{ clear: both; width: 100%; height: 1.2em; }

.rounded_corners
{
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}

input, textarea, a.styled{
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
	
	border: 1px solid #c7c7c7;
}
#orderCol input, #orderCol textarea, #orderCol a.styled{
	margin: 8px 0 9px 0;
}
a.styled{background: buttonface}

.btn_styled{
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.btn_styled{ background-image: url(/images/main/btn_bggrad.png); }
.btn_styled:hover{ background-image: url(/images/main/btn_bggrad_h.png); }

.ico_important{width: 22px; height: 24px; background: url('/images/main/ico_important.png') no-repeat;}

.comment_cont{
	border: 1px solid #d1cdb6;
}
.ico_comment_usr, .ico_comment_adm{
	background-position: top left;
	background-repeat: no-repeat;
	width: 44px; height: 44px;
}
.ico_comment_adm{
	background-image: url('/images/dop/ico_comment_adm.png');
}
.ico_comment_usr{
	background-image: url('/images/dop/ico_comment_usr.png');
}

.tx_note{
	color: #666666;
	font-size:12px;
}
.form_bx{padding: 14px 7px 0px 34px;}

.but_bg{
	
	background-position: bottom left;
	background-repeat: repeat-x;
	background-image: url('/images/dop/but_bg.png');
}
#count_bx{
	width: 88px;
	height: 31px;
	
	bottom: -12px;
	left: 357px;
	position: absolute;
}
#count_bx_relative{position: relative;
	height: 100%; width: 100%;
	background-color: #dbceab;
}

/* div{outline: 1px dotted gray;} */

table.item_new td{
	vertical-align: top;
	text-align: left;
}