table{
	border:0;
}

.Bold{
	font-weight:bold;
}

h2.productDetailsTitle{
	font-size:16px !important;
	font-weight:bold !important;
}

table.productDetails{
	border:0;
	width:460px;
	margin:0;
	padding:0;
	margin-top:-5px;
	table-layout:fixed;
	background:url('./images/box_product_bg.jpg') repeat-y 0px;
}

table.article_links{
	margin-bottom:20px;
}

table.article_links a{
	color:#DB0039;
	font-size:14px;
}

div#lrBigPic {
	position:absolute;
	background-color:#FFFFFF;
	border: 1px #999999 solid;
	left:250;
	top:220;
	width:653px;
	height:640px;
	padding: 6px;
	position:absolute;
	display:none;
	z-index:99999;
}

div#lrMailFrm{
	position:absolute;
	background-color:#FFFFFF;
	border: 1px #999999 solid;
	left:250;
	top:282px;
	width:250px;
	height:470px;
	padding: 6px;
	position:absolute;
	display:none;
	z-index:5;
}
ul#category_products{
	width:480px;
	display:block;
	height:auto;
	margin-left:-3px;
	padding:0 !important;
	overflow:hidden;
}

ul#category_products li{
	width:135px;
	height:235px;
	margin-left:4px;
	float:left;
	background:url('./images/category_product_bg.jpg') no-repeat;
	padding:10px 10px 10px 10px;
	position:relative;
	list-style-type:none;
}
ul#category_products li h3{
	font-size:13px;
	text-transform:none;
	font-weight:bold;
	display:block;
	width:135px;
	overflow:hidden;
	margin-bottom:0;
	margin-top:0;
	padding-bottom:0;
	padding-top:0;
}
ul#category_products li table{
	border:none;
}
ul#category_products li div.product_image{
	width:125px;
	height:150px;
	position:absolute;
	bottom:10px;
}
ul#category_products li div.product_image a{
	outline:none;
}

ul#category_products li div.product_image img{
	display:block; /*allows the element to take auto margins*/
	margin:auto auto; /*centers in compliant browsers*/
	text-align:center; /*centers in old versions of IE*/ 
  vertical-align:middle;
}

ul#category_products li p.art_nr{
	position:absolute;
	bottom:0px;
	right:15px;
	font-size:10px;
}


div#view_branch{
	margin-bottom:40px;
	margin-left:5px;
}

ul#categories_list{
	margin:20px 0;
}
ul#categories_list li{
	list-style-type:none;
	margin:5px 0;
	margin-left:-15px;
}

table.savings{
	table-layout:fixed;
	width:120px;
	border:none;
	margin:0;
	padding:0;
}
table.savings tr,
table.savings td{
	padding:0;
	margin:0;
	font-size:13px;
}
form.formPosten{
	margin:20px 0;
}
form.formPosten fieldset label{
	width:80px;
	text-align:left;
	display:block;
	float:left;
	margin-right:10px;
	font-weight:bold;
}
form.formPosten input,
form.formPosten select{
	border:none;
}
form.formPosten input.formPostenInput{
	background: url('./images/form_bg_round.png') no-repeat;
	padding-left:10px;
}

form.formPosten select.formPostenInput{
	background: url('./images/form_bg_round_big.png') no-repeat;
	}

div.LinkToCart{
	background: url('./images/link_to_cart_bg.png') no-repeat;
	width:179px;
	height:41px;
	margin-top:10px;
	padding-top:13px;
	text-align:center;
}
div.LinkToCart a{
	font-weight:bold;
	color:#FFF;
	font-size:14px;
}
form#change_data fieldset{
}
form#change_data label{
	width:150px;
	display:inline-block;
}

a.items_per_site,
a.page{
	color:#000;
}
a.items_per_site_active,
a.page_active{
	color:#ea223d;
}
p#product_data{
	margin:-20px 0 0px 10px;
	padding:0;
}
span.price{
	font-weight:bold;
	font-size:120%;
}
