/***
 * All print media related style guide should go in this file
 *
 */
*{
	font-size:11px;
}
body{
	background-color: #ffffff;
	color:#666666;
}
div#page_container {
	width: 781px;
	margin:0px;
	padding: 0px;
	#width:681px;
	overflow:hidden;
	background-color:#fff;
}

div#middle {
	width: 781px;
	padding: 0px;
	margin:0px;
	#width:681px;
	overflow:hidden;	
}

div#breadcrumb_content_wrap {
	margin-left: 0px;
}

div#content {
	border:0px;
	margin:0px;
	padding:0px;
}
div#newslist{
	width:720px;
	#width:645px;
}
div#productlist{
	margin:0px;
	padding:0px;
}
div.product{
	display:block;
	float:left;
	width:100%;
	height:65px;
}
div.product div.previewimg{
	width:49px;
	height:63px;
	margin-right:10px;
	margin-top:0px;
}
div.product table.detail th{
	border:1px solid #cacaca;
	background-color:#ffffff;
	color:#919195;
}

div.product table.detail{
	#width:585px;
}
div.product table.detail td.roundcorner{
	border:1px solid #cacaca;
	background:none;
}
.noPrint {
	display: none;
}

.print_header {
	margin: 15px 0px;
	padding-bottom: 10px;
	border-bottom: 1px solid #999;
}
