@CHARSET "ISO-8859-1";

div.main-img {
	float:left;
}

div.main-img  img {
	max-width:270px;
}

div.detail {
	float:left;
	margin-left:10px;
	padding-left:10px;
	width:280px;
	border-left : dotted 1px #999;
	font-size:10pt;
}

div.serial {
	font-size:70%;
	color:#666;	
	padding-top:4px;
}

div.detail ul {
	padding-left: 20px  ;
	padding-top:10px;
	padding-bottom:10px;
	margin:0px;	
}	

div.detail li {
	padding:2px;
}	

h2 {
	padding-left:4px;
	font-size:100%;
}

div.product-price {
	color: black;
	font-family: Verdana;
	font-weight: bold;
	text-align:right;
	padding-top:10px;
	padding-bottom:10px;
}

small {
	color:#666;
}

div.legend{
	font-size:80%;
	text-align:right;
	padding-top:10px;
}

div.button-zone {
	margin: auto 0px;
	float:center;
	width: 300px;
	/*border: 1px solid blue;*/
}

a.bt-addtocart, a.bt-back {
	float:left;
	width:123px;
	height:22px;
	margin:10px;
	padding-top:4px;
	text-decoration:none;
	font-weight:bold;
	font-size:90%;
	text-align:center;
	background: url( /res/img/design/lehina2_bt_03.png ) no-repeat;
	color:#000;
}
a.bt-addtocart:hover {
	background: url( /res/img/design/lehina2_bt_hover_03.png ) no-repeat;
}	
a.bt-back {
	float:right;
	width:85px;
	text-decoration:none;
	background: url( /res/img/design/lehina2_bt_01.png ) no-repeat;
}
a.bt-back:hover {
	background: url( /res/img/design/lehina2_bt_hover_01.png ) no-repeat;
}

#zoom {
	padding-left:20px;
	background: url( /res/img/design/zoom.png ) no-repeat;
}


