/* Classes for Product list */
.productList 
{
}

.productImageCell 
{
	margin: 0px;
	padding-top: 6px;	/* same as h5 */
	padding-bottom: 10px;
	padding-right: 15px;
}

/* features*/


TABLE.featureTable TD
{
	padding:3px;
	vertical-align:top;
}
	

DIV.featurename
{
	font-weight: bold;
}

DIV.featuredescription
{
}

DIV.featureimage
{
	float:left;
	margin-right:10px;
}

DIV.featureimage IMG
{
	margin-left:-20px;
}

UL.featurelist
{
	margin: 10px 20px;
	padding: 0px;
}

UL.featurelist LI
{
	margin: 5px 0px;
	padding: 0px;
}

UL.featurelist LI.image
{
	list-style:none;
	padding:0;
	margin:0;
}

DIV.printlink
{
	text-align:left;
	margin: 10px 0px;
}




/* Classes for Product page */
.productNewImage
{
	margin-left: 8px;
}

.productCEImage
{
	margin-left: 8px;
}

.productName 
{
	margin-bottom: 8px;
}

.productName IMG 
{
	vertical-align: top;
}

.productInfoText
{
}

.productInfoCell
{
	margin: 0px;
	padding-bottom: 10px;
}

.productInfo 
{
	margin-bottom: 8px;
}

/* Usage bar */
TABLE.usage TD 
{
	text-align: center;
	vertical-align: middle;
	padding-top: 2px;
	padding-bottom: 2px;
}

/* Technical data */
.productTechData
{
	margin-bottom: 16px;
}

.productTechDataTable 
{
	width: 100%;
}

table.techdataTable tr td.techdataName {
	line-height: normal;
}

.productTechDataName
{
	padding: 2px 0px 0px 0px;
}

.productTechDataValue
{
	padding: 2px 0px 3px 0px;
}

/* Features */
.productFeatures 
{
	margin-bottom: 16px;
}

.productFeatureTable 
{
	width: 100%;
	border-top: solid 1px #cccccc;
	margin: 0px;
	padding: 0px;
}

.productFeatureName
{
	border-bottom: solid 1px #cccccc;
	margin: 0px;
	padding: 2px 0px 3px 2px;
}

.productFeatureValue 
{
	border-bottom: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	width: 50px;
	vertical-align: middle;
	text-align: center;
	margin: 0px;
}

/* Articles */
.productListArticles 
{
}

TABLE.articles {
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 100%;
}

TABLE.articles TH {
	margin: 0px;
	padding: 0px 5px 0px 0px;
}

TABLE.articles TD {
	margin: 0px;
	padding: 0px 5px 0px 0px;
}

TABLE.articles SPAN.campaignprice
{
	color:Red;
}
TABLE.articles SPAN.ordinaryprice
{
	text-decoration: line-through;
}
TABLE.articles SPAN.price
{
}

/* Other */
.productLinks 
{
}

.footnote
{
}


/* Classes for Features page */
.featureTable {
	border-collapse: collapse;  
}

.featureTable th {
	vertical-align: middle;
}

.featureTable tbody td 
{
	vertical-align: middle;
}

/* Campaign price */
span.campaignlistprice	{ text-decoration: line-through; display: block; }
span.campaigngoingprice { color: red;  }

/* PIM Adoptions, product features */
div.prdart tr.row 
{	
	background-color: Transparent;
}

div.prdart tr.rowAlt 
{
	background-color: Transparent;
}

div.prdart table.articles th 
{
	background-color: Transparent;
}

div.prdart table.articles 
{
	border: 0px;
}

/* PIM Adoptions, Featuretable */

div.page1 {
	width:100%;
}

div.prdcmp {
	border:0px;	
}

div.prdcmp a 
{
	color: #FFFFFF;
}

div.prdcmp tr.rowAlt 
{
	background-color:#5a5a5a;
}

div.prdcmp table.product tbody th
{
	background-color: Transparent;	
}

div.prdcmp table.compare 
{
	border-bottom:1px solid #888888;
}

div.prdcmp table.compare thead th 
{
	border-right:0px;	
}

div.prdcmp table.compare tbody th {
	border-right:1px solid #888888;	
}

div.prdcmp table.compare table.product tbody th
{
	border-right:0px;	
	border-bottom:0px;
}

div.prdcmp table.compare tbody td {
	border-right:1px solid #888888;	
}

div.prdcmp table.compare tbody tr td {
	border-bottom: 1px solid #888888;	
}

div.prdcmp table.compare tbody tr th {
	border-bottom: 1px solid #888888;	
}

div.prdcmp table.compare tbody tr th.featuressubheadline {
	background-color: Transparent;
	border-right: 0px;
}
