/**
 * CSS
 * @author Darío Ruellan
 * @copyright ecimTech 2009 / www.ecimtech.com
 */

.product.infoprod {
	position: relative;
	background: url(../images/icn_product_infoprod.gif) no-repeat 0 2px;
	margin-bottom: 15px;
}
.product.infomant {
	position: relative;
	background: url(../images/icn_product_infomant.gif) no-repeat 0 2px;
	margin-bottom: 15px;
}
.product.infoperf {
	position: relative;
	background: url(../images/icn_product_infoperf.gif) no-repeat 0 2px;
	margin-bottom: 15px;
}
.product.infoesp {
	position: relative;
	background: url(../images/icn_product_infoesp.gif) no-repeat 0 2px;
	margin-bottom: 15px;
}
.product h3 {
	display: block;
	margin:  0 0 2px 70px !important;
	margin-bottom: 2px;
}
.product div {
	margin-left: 70px;
	font-size: 11pt;
	line-height: 120%;
}
.buttonrow {
	height: 60px;
}
.buttonrow a {
	float: right !important;
}

.tabs .text-area  {
	min-height: 260px;
}

.tabs .text-area .description.infoprod {
	background: url(../resources/decorator_infoprod.png) no-repeat 0 0;
	padding-left: 150px;
}
.tabs .text-area .description.infomant {
	background: url(../resources/decorator_infomant.png) no-repeat 0 0;
	padding-left: 150px;
}
.tabs .text-area .description.infoperf {
	background: url(../resources/decorator_infoperf.png) no-repeat 0 0;
	padding-left: 150px;
}
.tabs .text-area .description.infoesp {
	background: url(../resources/decorator_infoesp.png) no-repeat 0 0;
	padding-left: 150px;
}
#content .tabs .features ul {
	margin-left: 14px;
}
#content .tabs .features li {
	background: url(../images/icn_plus.gif) no-repeat 0 0;
	list-style: none;
	padding: 3px 0 8px 25px;
}


