﻿/*****************************************************************************************************/
/**** main SPECS                                                                                     */ /*****************************************************************************************************/

.LayMainSpecs {margin:10px; width:500PX;}

.LayMainSpecs_Desc {
	padding: 2px 5px;
	width:40%;
	vertical-align:top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC3333;
}

.LayMainSpecs_Value {
	padding: 2px 5px;
	width:60%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #993333;
}

.MainSpecs_Desc {
	color: #00FFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
}

.MainSpecs_Value {
	color: #FFFF33;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	line-height:13px;
}

/*****************************************************************************************************/
/**** EXTENDED SPECS                                                                                 */ /*****************************************************************************************************/

.LayExtendedSpecs {margin:10px; width:500PX;}

.LayExtendedSpecs_Desc {
	padding: 2px 5px;
	width:40%;
	vertical-align:middle;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCFFCC;
}

.LayExtendedSpecs_Value {
	padding: 2px 5px;
	width:60%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99FF33;
}

.LayExtendedSpecs_Section {
	background-color:#FF33FF;
	color:#FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	font-weight:bold;
	padding-top: 5;
	padding-right: 10px;
	padding-bottom: 5;
	padding-left: 10px;
	border: 1px solid #FDB102;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	vertical-align: middle;
	height: 16px;
	}

.ExtendedSpecs_Desc {
	color: #FFCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
}

.ExtendedSpecs_Value {
	color: #FFFF00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	line-height:13px;
}
