/*******************************************************
// Product
*******************************************************/
.ProductImage {
	margin-right : 10px;
}

.ProductImageMedium {
	margin-left : 10px;
	margin-bottom : 10px;
}

.ProductLink {
	text-decoration : none;
}

#ProductStrapline {
	text-transform : uppercase;
}

#CatImageMedium {
	margin-right : 10px;
	margin-bottom : 10px;
}

/*******************************************************
// Features
*******************************************************/
#FeaturesList {
	margin-left : 0px;
	padding-left : 20px;
}

#FeaturesList LI {
	margin-bottom : 5px;
}

/*******************************************************
// Spec Table
*******************************************************/
#SpecTable {
	border-top : 1px Solid #B2B3B6;
	border-left : 1px Solid #B2B3B6;
	border-right : 1px Solid #B2B3B6;
	background-color : #B2B3B6;
}

#SpecTable .Title {
	text-transform : uppercase;
	text-align : right;
	width : 120px;
	color : #FFFFFF;
	font-weight : bold;
	border-bottom : 1px Solid #B2B3B6;
}

#SpecTable .RowA {
	background-color : #E7E7E8;
	font-weight : bold;
	border-bottom : 1px Solid #B2B3B6;
	/*text-transform : uppercase;*/
}

#SpecTable .RowB {
	background-color : #FFFFFF;
	font-weight : bold;
	border-bottom : 1px Solid #B2B3B6;
	/*text-transform : uppercase;*/
}

/*******************************************************
// Faq Table
*******************************************************/
#FaqTable {
	border-top : 1px Solid #B2B3B6;
	border-left : 1px Solid #B2B3B6;
	border-right : 1px Solid #B2B3B6;
	background-color : #B2B3B6;
}

#FaqTable .RowA {
	background-color : #E7E7E8;
	font-weight : bold;
	border-bottom : 1px Solid #B2B3B6;
	text-transform : uppercase;
	cursor : pointer;
}

#FaqTable .RowB {
	background-color : #FFFFFF;
	font-weight : bold;
	border-bottom : 1px Solid #B2B3B6;
	text-transform : uppercase;
	cursor : pointer;
}

/*******************************************************
// Versions
*******************************************************/
.VersionsHeaderRow {
	background-color : #E7E7E8;
	
}

.VersionsHeaderRow TD {
	text-transform : uppercase;
	padding : 5px;
	border-top : 1px Solid #7D8286;
	border-bottom : 1px Solid #7D8286;
	font-weight : bold;
}

.VersionsHeaderCellLeft {
	border-left : 1px Solid #7D8286;
}

.VersionsHeaderCellRight {
	border-right : 1px Solid #7D8286;
}

.VersionsRow .Item {
	border-bottom : 1px Solid #CBCCCF;
	font-weight : bold;
	padding : 5px;
	text-transform : uppercase;
}
