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

#product_wrapper {
	height:auto;
	width:715px;
	background-color:#FFFFFF;
	border: solid #003388 1px;
}

#col1 {
	width: 445px;
	height: auto;
	float: left;
	clear: both;
	border-right-color: #F18D23;
	border-right-style: dotted;
	border-right-width: 1px;
/*margin-top: -30px;*/
}
#col2 {
	width: 259px;
	height: auto;
	float: right;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-left-color: #F18D23;
	border-left-style: dotted;
	border-left-width: 0px;
	padding-left: 5px;
}

#col2 .title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #003388;
	text-align: center;
	font-weight: bold;
	width: auto;
	height: auto;
	;
}

.product_containerL_first {
	width: 98%;
	height: auto;
	margin-bottom: 5px;
	border-bottom-color: #F18D23;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-left: 5px;
	margin-top: 10px;
	padding-bottom: 0px;
}

.product_containerL {
	width: 98%;
	height: auto;
	margin-bottom: 5px;
	border-bottom-color: #F18D23;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-left: 5px;
	padding-bottom: 5px;
}

.product_containerL_fwtext {
	width:435px;
	height:auto;
	clear: left;
}

.product_containerL_last {
	width: 98%;
	height: auto;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-top: 10px;
}

.product_containerL_title {}
.product_containerL_imR {
	width:auto;
	height:auto;
	padding: 3px;
	border: solid #F18D23 1px;
	float:right;
	margin-left: 5px;
}
.product_containerL_imL {
	width:auto;
	height:auto;
	padding: 3px;
	float:left;
	margin-right: 5px;
	margin-bottom: 5px;
}
.product_containerL p {}

.product_containerR_first {
	width: 98%;
	height: 90px;
	margin-bottom: 5px;
	border-bottom-color: #F18D23;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-top: 10px;
}
.product_containerR {
	width: 98%;
	height: 90px;
	margin-bottom: 5px;
	border-bottom-color: #F18D23;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-size: 11px;
	overflow: hidden;
}

.product_containerR_title {
	width:98%;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#F18D23;
	text-align: center;
	padding-top: 5px;
	margin-top: 5px;
}
.product_containerR_imR {}
.product_containerR_imL {
	width:auto;
	height:70px;
	padding: 3px;
	float:left;
	margin-right: 5px;
	}
	
.product_containerR_imwide {
	width:auto;
	height:40px;
	padding: 3px;
	float:left;
	margin-right: 5px;
	}	

.product_containerR p {}

.clear {clear:both}
