/* CSS Document */
.blockMain{
clear:both;
position:relative;
width:500px;
margin-left:55px;
color:#000000;
}
.blockL{
position:relative;
background:#F8F8F8;
float:left;
border-right:#CCCCCC 1px dashed;
width:35px;
}
.blockL{
border-left:#AAAAAA 2px solid;
}
.blockM{
position:relative;
float:left;
border-right:#CCCCCC 1px dashed;
width:190px;
background:#F8F8F8;
}
.blockR{
position:relative;
float:left;
width:70px;
border-right:#AAAAAA 2px solid;
background:#F8F8F8;
}

.blockTop{
 border-bottom:#CCCCCC 1px dashed;
 color:#6AA72E; text-align:center;
 font-weight:bold;
 padding-top:5px;
	padding-bottom:5px;
}
.blockTop{
border-top:#AAAAAA 2px solid;
}
.blockMiddle{
border-bottom:#CCCCCC 1px dashed;
 padding-left:10px;
 padding-top:5px;
padding-bottom:5px;
}
.blockBottom{
 padding-left:10px;
 padding-top:5px;
padding-bottom:5px;
border-bottom:#AAAAAA 2px solid;
}
.gallery{
width:30%;
float:left;
margin:10px;
color:#385D24;
}
.galleryImg{
	border-right:#AAAAAA 3px solid;
	border-bottom:#AAAAAA 3px solid;
	border-top:#CCCCCC 2px solid;
	border-left:#CCCCCC 2px solid;
	text-align:center;
	width:150px;
	height:134px;
	overflow:hidden;
	text-align:center;
	
}
.galleryDetail{
padding:5px;
}
.product{
	clear:both;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-left: 5px;
	position:relative;
	border-top:#999900 1px dotted;
	margin-bottom:10px;
}
.productImg{
	float:left;
	width:150px;
	border:#AAAAAA 4px solid;
}
.productDetail{
	float:left;
	padding:20px;
}
.product h1{
	font-size:1.2em;
	color:#6AA72E;
	padding-left:3px;
}
