/**
 *	Products Module - std_styles.products.css
 *	---------------------------------------
 *	@date		Wednesday, November 24, 2010
 *	@author		Balazs Csaba
 */


table td.products, table td.product-list
{
	background: #FFF;
	color: #363636;
	font-weight:bold;
	width:100%;
	position:relative;
}
table td.product-list div.listing {
	position:relative;
	float:left;
	padding: 3px;
	border: 1px solid #e8edff;
	width:432px;
	height:160px;
	max-height:160px;
	margin:10px;
	overflow:hidden;
	font:12px normal 'Helvetica Neue',Arial,Helvetica,sans-serif;
}
table td.product-list div.listing strong.label
{
	margin:0;
}
table td.product-list div.listing img {
	padding: 2px;
	border: 1px solid #EEE;
	width:120px;
	height:auto;
	overflow:hidden;
	float:left;
	margin:0 5px 2px 0;
}
table td.product-list div.listing p {
	font-weight:normal;
}
table td.products div
{
	position:relative;
	padding: 3px;
	border: 1px solid #e8edff;
	width:113px;
	height:125px;
	max-height:125px;
	float:left;
	margin:10px;
	overflow:hidden;
}
table td.products div img
{
	padding: 2px;
	border: 1px solid #EEE;
	width:107px;
	height:auto;
	max-height:100px;
	overflow:hidden;
	clear:both;
	margin:0 auto;
}
table td.products div span
{
	display:block;
	margin: 5px 0;
	color:#333;
	font:12px normal 'Helvetica Neue',Arial,Helvetica,sans-serif;
	position:absolute;
	bottom:0;
}
table td.product-details div.product-data {
	position:relative;
	padding: 3px;
	border: 1px solid #CCC;
	background:#F2F2F2;
	width:890px;
	margin:10px;
	font-family:Verdana, Geneva, sans-serif;
}
table td.product-details div.product-data span {
	font-weight:normal;
}
table td.product-details div.fullsize {
	position:relative;
	padding: 3px;
	border: 1px solid #e8edff;
	width:890px;
	margin:10px;
	overflow:hidden;
	min-height:400px;
}
table td.product-details div.fullsize div.media_files {
	position:relative;
	width:880px;
	margin:10px;
	font-family:Verdana, Geneva, sans-serif;
	float:left;
	clear:both;
}
table td.product-details div.fullsize div.media_files div {
	text-align:center;
	font-weight:bold;
	font-size:12px;
	border-bottom:#333 1px dashed;
}
table td.product-details div img {
	float:left;
	margin:10px 0 10px 10px;
	padding: 2px;
	border: 1px solid #EEE;
	width:115px;
	overflow:hidden;
}
table td.product-details div p {
	margin:10px;
	font-weight:normal;
}
table td.product-details div h2 {
	font:italic 24px Georgia, "Times New Roman", Times, serif;
	color:#333;
	letter-spacing:-1px;
	width:890px;
	margin:10px;
	background:none;
	border-bottom:#333 1px dashed;
}