@charset "utf-8";

/* reset

*/
/*html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
*/
html, body, div, applet, object, iframe,
blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12.25px;
	color: #494949;
}
*{
	line-height:17px;
}
ol, ul {
	list-style: none;
}

IMG{border:OPX;}

blockquote, q {
	quotes: none;
 }
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

legend {
	display: none;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	text-decoration: none;
}

div a: hover{text-decoration:underline}



/* util

*/
.clearfix:after, .container:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix, .container {display: inline-block;}
.clearfix, .container {display: block;}
.clear {
	clear: both;
}
.left {
	float: left;
}

/*********************layout***/
body {
	margin: 0px;
	padding: 0px;
	background-color: #fff;
}

#body {
	background-color:#fff;
	margin: 0 auto;
	width: 1000px;
}

#content {
	background:url(../images/bg_content.gif) left top repeat-x;
	margin:0px 16px;
}

#footer {
}
/**************************/
.column_layout{
	float:left;
}

.column_layout_1{
	/*width:383px;*/
	width:548px;
}
.column_layout_2{
	width:255px;
	margin:0px 7px
}
.column_layout_3{
	/*width:315px;*/
	width:150px;
}

.column_center_layout{
	width:530px;
	margin:0px 7px
}

.column_detail_layout{
	width:980px;
}


.column_product_layout_1{
	width:220px;
}

.column_product_layout_3{
	width:200px;
}

.column_docs{
	width:950px;
}

.product_list{
	text-indent:2px;
	padding:3px;
	border-bottom-style:solid; border-bottom-color:#CCCCCC; border-bottom-width:1px;	
}

.product_list a:link{
	
}

.product_list A:hover{
text-decoration:underline;
color:#0099FF;
border-color:#00CCFF; border-style:solid; border-width:1px; height:23px; background-color:#CCCCCC; width:210px;	
}




