@CHARSET "UTF-8";


div#itemslist{
	margin: 0 0 28px 0;
}

div#itemslist div#img{
	float:left;
	width: 135px;
}
div#itemslist div#img #detail{
	margin-top:4px;
	text-align: center;
}
div#itemslist div#img img{
	width: 125px;
	height:125px;
	text-align: left;
	margin: 4px 0 0 0;
}

div#itemslist div#info{
	float:left;
	width: 515px;
}

div#itemslist div#info a#linka{
	font-size: 18px;
	text-decoration: none;
}
div#itemslist div#info a#linka:hover{
	text-decoration: underline;
}

div#itemslist table#priceinfo{
	width: 100%;
	font-size:12px;
	text-align: center;
	background: silver;
}

div#itemslist table#priceinfo #title{
	background: #ccaba3;
}
div#itemslist table#priceinfo #text{
	background: white;
}
div#itemslist div#button{
	margin:6px 0 0 0;
	text-align: center;
}
div#itemslist div#comment{
	margin: 6px 0 0 4px;
	font-size: 12px;
	background: white;
	text-align: left;
}




div#itemview{
	margin: 0 0 28px 0;
}

div#itemview div#img{
	float:left;
	width: 145px;
}
div#itemview div#img img{
	width: 135px;
	height:135px;
	text-align: left;
	margin: 3px 0 0 0;
}

div#itemview div#info{
	float:left;
	width: 685px;
}
div#itemview div#info #bar{
	color:red;
	height: 1px;
	border-top:solid 1px #535f76;
}
div#itemview div#info a#linka{
	font-size: 20px;
	text-decoration: none;
}
div#itemview div#info a#linka:hover{
	text-decoration: underline;
}

div#itemview table#priceinfo{
	width: 100%;
	font-size:12px;
	text-align: center;
	background: silver;
}

div#itemview table#priceinfo #title{
	background: #ccaba3;
}
div#itemview table#priceinfo #text{
	background: white;
}
div#itemview div#button{
	margin:22px 0 0 0;
	text-align: center;
}
div#itemview div#comment{
	margin: 6px 0 14px 4px;
	font-size: 14px;
	background: white;
	text-align: left;
}



div#itemslisttitle{
	margin:4px 0 0 0;
}
div#itemslisttitle #title a{
	font-size: 12px;
	color: black;
	font-weight: bold;
}
div#itemslisttitle #name{
	margin:0 0 3px 8px;
}
