#description {
	color: #666666;	
}

#description h1 {
	font-size:20px;
    padding-top:20px;
}
#description h2 { 
	color:#000000;
	font-weight:bold;
	font-size:14px;
	text-align:center;
	text-transform: uppercase;
    padding-top:20px;
}

#description h3 { 
	color:#000000;
	font-weight:bold;
	font-size:14px;
    padding-top:20px;
}

#description table{
	background-color: #f8f8f8;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	font-size:9pt;
}

#description table th{
	padding: 0px 5px;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	background-color: #c7c7c7;
	text-align: center;
}

#description table td{
	padding: 0px 5px;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	/*text-align: center;*/
}

#description table td.col1{
	background-color: #EEEEEE;
	text-align: left;
	font-weight:bold;
}

#description table td.note{
	text-align: left;
}

#description table td.price{
	text-align: right;
}

#description table td.subheader{
	background-color: #dbdbdb;
	text-transform: uppercase;
}

#description div.multicol{
	float: left;
	padding: 5px;
}

#description div.end-multicol{
	clear: both;
}
#description blockquote {
	margin: 0px;
	padding: 0px;
}

.dscr_title { 
	color:#333333;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	padding:30px 0 5px 0;
}
.dscr_table {
	background: #cccccc;
}
.dscr_parameter{
	background: #eeeeee;
}
.dscr_value{
	background: #ffffff;
}
.dscr_value_active{
	background: #ffffff;
	font-weight:normal;
}
.dscr_value_inactive{
	background: #ffffff;
}
