/* DXCS PRODUCT_LIST */
@import url(../default/default.css);
@import url(../../include/product/common/inc_articles_list.css);
.formbutton1
{
	float:right;
}
div.description
{
	padding: 0px 0px 10px 0px;
}
td.descriptionandfeatures
{
	vertical-align:top;
	padding: 0px;
}
td.image
{
	padding-left:30px;
	vertical-align:top;
}
div.viewlarge
{
	float:right;
	padding-top:5px;
}
div.viewlarge div.linkdiv
{
	padding:0px 0px 5px 0px;
	margin:0px;
}
a.magnifier,a.magnifier:visited,a.magnifier:hover,a.magnifier:active
{
	background-image: url(/static/dx/cs/img/mag.gif);
}

/*
--------------------------------
	FEATURES
--------------------------------
*/

DIV.prdpage TABLE.features 
{
	width: 100%;
	margin-bottom: 6px;
}

DIV.prdpage TABLE.features th 
{
	background-color: #00559E;
	color:White;
	text-align:left;
	padding: 3px 3px 3px 8px;
	font-weight: bold;
}

DIV.prdpage TABLE.features td {
	padding: 3px 3px 3px 8px;
	vertical-align:top;
	margin:0px;
	background-color: Transparent; 
}

DIV.prdpage TABLE.features tr 
{
	margin:0px;
	padding:0px;
}

DIV.prdpage TABLE.features tr.rowAlt td
{
	background-color: transparent;
}

DIV.prdpage TABLE.features tr.row td
{
	background-color: white;
}

DIV.prdpage TD.image TABLE.panelBox TD.content 
{
	padding: 10px;
	background-color: White;
	background-image: none;
}

DIV.prdpage DIV.tablelink 
{
	width:100%;
	text-align:right;
}
/*	

--------------------------------
	ATTACHMENTS
--------------------------------
*/

DIV.prdpage TABLE.attachments
{
	width: 100%;
	margin-top: 6px;
	margin-bottom: 6px;
}

DIV.prdpage TABLE.attachments th 
{
	background-color: #00559E;
	color:White;
	text-align:left;
	padding: 3px 3px 3px 8px;
	font-weight: bold;
}

DIV.prdpage TABLE.attachments td {
	padding: 3px 3px 3px 8px;
	vertical-align:top;
	margin:0px;
	background-color: Transparent; 
}

DIV.prdpage TABLE.attachments tr 
{
	margin:0px;
	padding:0px;
}

DIV.prdpage TABLE.attachments tr.rowAlt td
{
	background-color: transparent;
}

DIV.prdpage TABLE.attachments tr.row td
{
	background-color: white;
}
