/**
* CSS for mod_prod2.php
*
* @package Site
* @subpackage CSS
* @author Pavel "Papi" Jartsev <papi@digitalfruit.ee>
* @filesource
*/


/* listing of products */

.edata,
.odata
{
	background-color: #fff;
	border: 0;
	padding: 0 0 30px 0;
	vertical-align: top;
	width: 50%;
}

.empty-cell
{
	border: 0;
}

.prod
{
	position: relative;
}

.prod-img
{
	float: left;
	width: 150px;
}

.prod-info
{
	float: left;
	width: 270px;
}

.prod-price
{
	color: #cd0003;
	margin-bottom: 10px;
}
.price-label
{
	color: #333;
	padding-right: 5px;
}

.prod-short-descr
{
	margin-bottom: 10px;
}

.response
{
	background-color: #c0e6fd;
	left: 150px;
	padding: 20px;
	position: absolute;
	top: 0;
	text-align: center;
	width: 220px;
}

div.groups
{
	border-top: 0;
	margin-top: 0;
	width: 100%;
}
div.groups a
{
	color: #333;
	float: left;
	padding: 0 5px;
}
div.groups a.sel
{
	color: #de2978; 
}


/* product details */

#details
{
	position: relative;
}

#details-left
{
	float: left;
	width: 345px;
}
#details-right
{
	float: right;
	width: 550px;
}

#details-right .prod-price
{
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0;
}

#button-back
{
	float: right;
	font-family: Georgia, Serif;
	font-size: 11px;
	margin-right: 10px;
}

#price-hint
{
	color: #999;
	margin-bottom: 20px;
}

#prod-descr
{
	padding-top: 20px;
}

.response2
{
	left: 460px;
}
