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

.gr_list a > div {
	border: 1px solid #FDCE7F;
	margin: 10px 6px 1px 1px;
}
.gr_list a:hover > div {
	border: 2px solid #BA1116;
	margin: 9px 5px 0px 0px;
}


#prod-groups td
{
	cursor: pointer;
	cursor: hand;
	padding: 20px 0 10px 0;
	vertical-align: top;
}
#prod-groups img
{
	margin-right: 15px;
}
#prod-groups h2
{
	font-weight: bold;
	font-size: 14px;
	padding: 0 0 10px 0;
}
#prod-groups .more
{
	color: #24315d;
	display: block;
	margin: 5px 0 0 0;
	text-decoration: none;
}
#prod-groups .more:hover
{
	text-decoration: underline;
}

.products
{
	margin-top: 20px;
	width: 100%;
}
.products .clabel
{
	background: url("../tmpl/img/label_back.jpg") repeat-x;
	color: #666;
	padding: 6px 0 6px 4px;
	white-space: nowrap;
	font-weight:bold;
}
.products .highlight,
.products .highlight td
{
	background-color: #ffc;
}
.products .edata,
.products .odata
{
	border-bottom: 1px solid #CCC;
	padding: 4px 0 4px 4px;
	vertical-align: top;
}
.products img
{
	border: 1px solid #5AA2DC;
	margin-right: 5px;
}
.products .code
{
	padding-right: 5px;
}
.man
{
	padding-right: 5px;
	margin-bottom: 20px;
	font-weight: bold;
	color: #666;
}
.products b
{
	color: #000;
	font-weight: normal;
}
.products .price
{
	padding-left: 5px;
	text-align: right;
}
.products .button
{
	float: right;
}
.products .add
{
	width: 100px;
}
.products .add .button p a
{
	background: url("../tmpl/img/icon_cart_add.gif") no-repeat right center;
	padding-right: 20px;
	color: #FFF;
}

.products select {
	border: 1px solid #C5C5C5;
	background: #FFF;
}

.button2 {
	border: 1px solid #C4C4C4;
	background: #BA1116;
	padding: 1px 10px;
}
.button2 a {
	color: #FFF;
	text-decoration: none;
}

.manufac_filter
{
	border: 1px solid #d62d29;
	margin: 3px 0;
	padding: 3px 7px;
}
.manufac_filter a.filter,
.manufac_filter a.filter_a
{
	text-decoration: none;
	color: #d62d29;
	margin: 0 7px 0 0;
}
.manufac_filter a.filter:hover,
.manufac_filter a.filter_a
{
	text-decoration: underline;
}

#err-add-cart
{
	color: #900;
	padding-top: 10px;
}

