@charset "utf-8";
/* CSS Document */

div#product-frame.product-frame-width {
	background-color:#ff9900;
	border-left: 3px solid #f67e03;
	border-right: 3px solid #f67e03;
}

div.column-main div.corner-top,
div.column-main div.corner-bottom {
	height:19px;
}
div.column-main div.corner-top div.corner-left,
div.column-main div.corner-top div.corner-right,
div.column-main div.corner-bottom div.corner-right,
div.column-main div.corner-bottom div.corner-left {
	width:19px;
	height:19px;
}
div.column-main div.corner-bottom div.corner-left {
	background:url('../images/img_site_column-main_corner.png') bottom left;
}
div.column-main div.corner-bottom div.corner-right {
	background:url('../images/img_site_column-main_corner.png') bottom right;
}
div.column-main div.corner-top div.corner-left {
	background:url('../images/img_site_column-main_corner.png') top left;
}
div.column-main div.corner-top div.corner-right {
	background:url('../images/img_site_column-main_corner.png') top right;
}	

div.nav-bar {
	background: url('../images/img_site_nav_bg.png');
}
div.nav-bar div.corner-left {
	background: url('../images/img_site_nav_corner.png');
}
div.nav-bar div.corner-right {
	background: right url('../images/img_site_nav_corner.png');
}


div.block-style2 div.main {
	/*margin:0 3px 0 3px;*/
	margin:0 3px 0 3px;
}
div.block-style2 div.main h1,
.nav-button {
	color:#fe9901;
	font-weight:bold;
	font-size:12px;
}
div.block-style2 div.corner-top,
div.block-style2 div.corner-bottom {
	height:17px;
}
div.block-style2 div.corner-top div.center {
	margin-top:3px;
}

div.block-style2 div.corner-left,
div.block-style2 div.corner-right {
	height:17px;
	width:17px;
}
div.block-style2 div.corner-top div.corner-left {
	background:url('../images/img_site_block_corner_style2.png') top left;
}
div.block-style2 div.corner-top div.corner-right {
	background:url('../images/img_site_block_corner_style2.png') top right;
}

div.block-style2 div.corner-bottom div.corner-left {
	background:url('../images/img_site_block_corner_style2.png') bottom left;
}
div.block-style2 div.corner-bottom div.corner-right {
	background:url('../images/img_site_block_corner_style2.png') bottom right;
}
div.block-style2 div.corner-top div.center {
	border-top:solid 1px #ff7714;
}
div.block-style2 div.corner-bottom div.center {
	border-bottom:solid 1px #ff7714;
}
div.block-style2 div.main {
	/*margin:0 3px 0 3px;*/
	overflow:hidden;
	padding:0 9px 0 9px;
	border-left:solid 1px #ff7714;
	border-right:solid 1px #ff7714;
}
div.block-style2 div.main h1{
	background:url('../images/img_icon_flower.gif') no-repeat top right;
	padding-bottom:10px;
	border-bottom:solid #ff7714 1px;
}
div.product-frame-bottom {
	background:url('../images/img_site_bg.png') bottom;
}
div.product-frame-bottom div.corner-left {
	background: url('../images/img_site_corner_bottom.png') left;
}	
div.product-frame-bottom div.corner-right {
	background: url('../images/img_site_corner_bottom.png') right;
}

div.column-main{
	background-color:#FFF;
	/*width:753px;*/
	width:749px;
	overflow:hidden;
	
	
}
.table_head {
font-size:12px;
color:#fff;
background-color:#ff640b;
}