div.product_container, 
div#product_list_container {
	color:#fff;
	border-top:solid 14px #49545b;
	width:882px;
}

div.product_container div.article_row {
	border-style:none;;
}

div.article_row {
	display:block;
	color:#fff;
	padding:0px;
	padding-bottom: 8px;
	position:relative;
	border-top:solid 14px #49545b;
	padding-left: 13px;
	padding-top: 20px;
	padding-bottom: 32px;
	font-size:10pt;
}

div#first_row {
	border-top:0px;
}

div.article_row h1 {
	position:relative;
	font-family:Verdana, Trebuchet ms;
	font-size:12pt;
	padding:0px;
	margin:0px;
	padding-bottom: 13px;
}

div#first_row {
	border-top:0px;
	background-color:#737c7b;
}


div.article_column { 
	float:left;
	width:278px;
	text-align:left;
	color:#fff;
	position:relative;
	font-size:10pt;
	margin-bottom:10px;
}

div.column_0
{
}

div.column_1
{
	margin-left: 16px;
}

div.column_2
{
	margin-left: 16px;	
}



/** TABLE-RELATED **/

table, td { vertical-align:top; }

table.outer_table {
	width:869px;
	margin-left:13px;
}

table.product_list_table {
	background-color:#737c7b;
	vertical-align:top;
	padding:0px;
	width:581px;	
	height:452px;
	float:right;
}

table.product_list_table td {
	color:#fff;
	font-size:9pt;
	font-family:Verdana, Trebuchet MS, Helvetica;
	font-weight:bold;
	vertical-align:top;
	padding:10px 0px 24px 0px;
}

table.product_list_table td.col0 {
	width:295px;
}

table.product_list_table td.col1 {
	width:295px;
}


table.product_list_table td h2 { 
	font-size:9pt;	
	margin:0px 0px 16px 0px;
}

table.product_list_table td h2:first-letter {
	text-transform:uppercase;
} 


table.product_list_table a {
	color:#fff;
	text-decoration:none;
}

table.product_list_table a:hover {
	color:#fff;
	text-decoration:underline;
}


/* DESCRIPTION-CONTAINER RELATED */

table#selected_product_container {
	width:288px;
	height:100%;
	position:relative;
	color:#fff;
	font-size:10pt;
	padding:0px;
	padding-left:0px;
	font-weight:normal;
}

table#selected_product_container div {
	margin-left:4px;
	margin-right:0px;
}

table#selected_product_container h1, 
table#selected_product_container h2 { 
	font-size:10pt;
}

table#selected_product_container h1:first-letter {
	text-transform:uppercase;
}

table#selected_product_container h2 { 
	padding:0px; 
	text-transform:none;
	margin:0px; 
}

td.product_info_container {
	background:#195278 url('img/produktinfobg.gif') top left repeat-x;
	padding:10px 0px 15px 0px;
}















