@charset "utf-8";
/* product.css Copyright 2006-2008 (c) by BT-Group (info@bt-group.lt)
   All Rights Reserved.
*/

.product {
	
}

.product .more {
	margin-left:18px;
	margin-top:4px;
	margin-bottom:12px;
	font-size:12px;
	font-weight:bold;
	float:right;
	padding-right:17px;
	
}
.product p {
	padding:0px 20px 1px 20px;
	font-size:11px;
	margin:0px;
	margin-bottom:4px;
	margin-top:4px;
}

.product h2 {
	padding:0 10px 0 20px;
	margin:0px;
	margin-top:5px;
	margin-bottom:8px;
	_margin-top:2px;
	font-size:14px;
	line-height:14px;
	color:#23267a;
}
.product .more a {
	display:block;
	text-decoration:none;
	cursor:pointer;
	height:16px;
	padding-left:17px;
	line-height:14px;
	background:url(../img/style/more_arrow.gif) 1px 2px no-repeat;
	font-weight:normal;
	width:60px;
	color:#003366;
}

.product .more a:hover {
	text-decoration:underline;
}
