.mod_iso_productlist {
	background: #FFFFFF;
	padding: 30px 0 0 0;
}
.mod_iso_productlist .empty{
display: none;
}

.product {
	padding-right: 15px;
	overflow: auto;
	float: left;
	padding-bottom: 25px;
}

.product_picture img {
	border: 1px solid #ececeb;
}

.product .item {
	width: 152px;
	height: 100%;
}

.product .item .desc {
	background: #009ee0;
	color: #FFFFFF;
	top: 300px;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	padding: 10px 0 10px 0;
}

.product .item .desc .name {
	color: #FFFFFF !important;
	border-bottom: 1px dotted #FFFFFF;
	padding: 0 10px 5px 10px !important;
	margin-bottom: 5px !important;
}

.product .item .desc .teaser {
	color: #FFFFFF;
	padding: 0 10px 0 10px;
}

.product_picture {
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

.mod_iso_productreader {
	padding: 30px 40px 30px 40px;
	background-color: #FAFAF8;
}

.mod_iso_productreader a.backtolist {
	display:block;
	margin-top:20px;
	border-top:1px dotted #808494;
	padding-top:12px;
	width:100%;
}

.mod_iso_productreader img {
	border: 1px solid #e1e3e5;
}

.mod_iso_productreader #image_main, .ce_form #image_main {
	float: left;
	width: 330px;
	padding: 0 40px 0 0;
}

.mod_iso_productreader #productright, .ce_form #productright {
	float: left;
	width: 300px;
}

.mod_iso_productreader #producthead, .ce_form #producthead {
	width: 100%;
	overflow: auto;
	padding-bottom: 40px;
}

.mod_iso_productreader .description {
	width: 100%;
	overflow: auto;
}

a.button {
	background: url('../images/layout/button.png') no-repeat;
	height: 32px;
	width: 128px;
	border: none;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	text-align: center;
}

.mod_sitemap, .ce_gallery {
	padding: 20px 40px 20px 40px;
}

.mod_sitemap ul {
	padding-left: 20px;
}

.ce_gallery table {
	width: 100%;
}

.ce_gallery .image_container {
	padding: 5px 8px 5px 0;
}

.ce_gallery .image_container img {
	border: 1px solid #e1e3e5;
}

.productRequestSite .navigationTitle{
display: none;
}

#contentproductnavigation ul {
    list-style-type: none;
    list-style-position: outside;
}


#contentproductnavigation img {
    margin: 0;
    padding: 0 10px 0 0;
}

#contentproductnavigation ul.level_1 {
    padding: 20px;
}
#contentproductnavigation li{
float: left;
margin-bottom: 1px;
padding-left: 10px;
}
#contentproductnavigation li.title{
width: 550px;
font-weight: bold;
color: #F14EC5;
line-height: 30px;
}

#contentproductnavigation li.productcallnavigation_product{ 
background-color: white;
width: 505px;
font-weight: normal;
line-height: 48px;
padding: 2px;
}
#contentproductnavigation li.productcallnavigation_product:hover{ 
	background-color: #F3F3F2;
}
#contentproductnavigation li.productcallnavigation_product img{
float: left;
}
#contentproductnavigation li.productcallnavigation_product span{
float: left;
color: #009EE0;
}

