#results {
    float: left;
	position:relative;
}

#results .item {
    float: left;
    height: 320px;
    position: relative;
    width: 150px;
    z-index: 100;
    line-height:15px;
    margin:0px 20px 10px 0;
}
#results p {
    margin:0;
}
#results .itembox a {
	border:1px solid #e6e6e6;
    text-decoration:none;
	display:block;
	width:148px;
}
#results a:hover .box {

}
#results a:hover .title {color:#666;}
#results .box {
    display: table;
    text-align: center;
    width: 148px;
}
#results .box_inner {
    display: table-cell;
    height: 145px;
    vertical-align: middle;
    width: 140px;

}
#results .box_inner img{
    max-height: 140px;
    max-width: 140px;
}
#results .title {
    height: 70px;
    padding: 5px;
    color: #000;
	overflow:hidden;
    font-family: 'arial';
    font-size: 12px;
    font-weight: bold;
}
#results .price {
    color: #ee282d;
    font: bold 24px/24px "swis721_cn_btitalic";
    padding: 2px 5px 0;
    text-align: center;
}
#results .price small {
    font-size: 0.7em;
    left: -0.2em;
    position: relative;
    top: -0.35em;
}
#results .shipping {
    color: #000;
    font-family: 'arial';
    font-size: 14px;
    margin-bottom:10px;
    text-align:center;
	display:block;
	text-decoration:none;
}	
#results .ansehen {
    height:30px;
	cursor:pointer;
	width: 150px;
    background:url(images/ansehen.jpg) no-repeat left bottom;
}
#results .selling {
    height:30px !important;
    width:43px !important;
    float:left;
    border:0 !important;
    padding:0 !important;
}	
#results .view {
    height:30px;
    padding:0 !important;
    width:107px !important;
    float:right;
    border:0 !important;
}	
#results .selling:hover {
    background:url(images/ansehen-h.jpg) no-repeat left bottom;
}
#results .view:hover {
	background:url(images/ansehen-h.jpg) no-repeat right bottom;
}


#mover { position: relative;height:322px;margin-top:5px;}

#resultsinner { overflow: hidden; width: 660px;float:left;margin-top:5px;}

.slide { float: left; position: relative; }	
#next,#back{
	background:url(images/product_slider_nav.png) no-repeat 0 0;
	position:absolute;
    top: 145px;
    z-index: 99999;
    height: 30px;
    width: 30px;
	left:-20px;
	right:auto;
    opacity:0.5;
    filter:alpha(opacity = 50);
}	
#next{

	background-position:0 -30px;
	left:auto;
	right:-20px;


}	
#back:hover{
	background-position:0 -90px;
    opacity:1;
    filter:alpha(opacity = 100);
}	
#next:hover{
	background-position:0 -60px;top: 145px;left:auto;
    opacity:1;
    filter:alpha(opacity = 100);
}



#slidershow {display:none;}
#nav {
    clear:both;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D9D9D9;
    width: 658px;
    border-radius:4px;
    -moz-border-radius:4px;
    -khtml-border-radius:4px;
    -webkit-border-radius:4px;
    margin-right:10px;
}
#nav p {
    color: #726154;
    font: 23px/51px "swis721_cn_btitalic";
    height: 48px;
    padding-left: 11px;
    text-transform: uppercase;
    margin:0
}

#nav p {text-align:center;}
#nav a.aktiv {
    background: rgb(192,192,192); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MwYzBjMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(192,192,192,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(192,192,192,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(192,192,192,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(192,192,192,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(192,192,192,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(192,192,192,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0c0c0', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
    color:#000;
    cursor:default;
}
#nav a {background:#fff;color:#666666;text-decoration:none;}
#nav a:hover {
    background: rgb(192,192,192); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MwYzBjMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(192,192,192,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(192,192,192,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(192,192,192,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(192,192,192,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(192,192,192,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(192,192,192,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0c0c0', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
    color:#000;
}
#nav a.aktiv:hover {
    background: rgb(192,192,192); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MwYzBjMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(192,192,192,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(192,192,192,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(192,192,192,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(192,192,192,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(192,192,192,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(192,192,192,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0c0c0', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
    color:#000;
    cursor:default;
}
#nav span.passiv {color:#DEDDDD;border:solid 1px #DEDDDD;}
#nav a,
#nav span {padding:1px 3px;margin:2px;border:solid 1px #D9D9D9;border-radius:4px;}

#listhead {
    background:#FFFFFF;
    width: 660px;
    clear: left;
}
#listhead p {
    font:18px/30px 'hemi_head_bd_it',Arial, Helvetica, sans-serif;
	color:#e3141e;
	padding:0;
    margin:0;
}


.nivoSlider {
    height: auto;
    overflow: hidden;
    position: relative;
    width: 660px;
	
}
.nivoSlider img {
	display:none;
	height:300px!important;
}
.nivo-controlNav
{
bottom: 5px;
    height: 20px;
    left: 5px;
    position: absolute;
    right: 0;
    z-index: 99999;
}
.nivo-controlNav a {
	background:url(images/pagination.png) no-repeat;
    background-position: 0px 0;
    border: 0 none;
    cursor: pointer;
    display: inline-block;
    font:18px/18px 'opensans',Arial, Helvetica, sans-serif;
    height: 20px;
    width: 25px;
	text-align:center;
}
.nivo-controlNav a.active {
	background:url(images/pagination_active.png) no-repeat;
}
.nivo-controlNav a:hover{
	text-decoration:none;
}
.nivo-directionNav a {
	display:block;
	width:20px;
	height:26px;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.nivoSlider:hover .nivo-directionNav a { opacity: 1; }
a.nivo-nextNav {
	background:url(images/crossr.png)no-repeat left top;
	right:10px;
}
a.nivo-prevNav {
	left:10px;
	background:url(images/crossl.png) no-repeat left top;
}
a.nivo-prevNav:hover,a.nivo-nextNav:hover {
    background-position:left bottom
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}
.nivoSlider a.nivo-imageLink {
	position:absolute;
	z-index: 6;
	height:300px;
}
.nivo-slice {
	position:absolute;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
#wand {
        background: none repeat scroll 0 0 #000000;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 105;
    opacity:0.8;
    filter:alpha(opacity=80);
    display:none;
    top:0;
}
div.ui-dialog {
    z-index:110;
    position:fixed;
}
div.ui-dialog p {
    font-size:12px;
    margin:0 0 5px 0;
}
#LeftPanel, #CentralArea, #TopPromoArea {
    display: none;
}
#template_preis {
    float: right;
    text-align: right;
    width: 260px;
    margin: 40px 11px 10px 0;
}

#template_preis p{
    font-size: 40px;
    font-weight: bold;
	font-family: 'Oswald', serif;
	color:#EE282D;
	margin: 0;
    line-height:90px;
}
#template_preis p#opener {
    color: #666;
    font-size: 24px;
    line-height: 24px;
    padding: 20px 5px 0;
    font-weight: normal
}
#template_preis p sup{
    font-size: 0.6em;
    left: -0.1em;
    line-height: 0;
    position: relative;
    top: 0.2em;
    z-index: 0;
}
#template_preis p font {
    color: inherit;
    font-size: inherit;
}

#template_preis a {
    color: #FFFFFF;
    font: 14px/18px Trebuchet MS,Arial,Helvetica,sans-serif;
    height: 25px;
    padding-top: 5px;
    text-align: center;
    width: 124px;

	background: #e3131d; /* Old browsers */
background: -moz-linear-gradient(top, #e3131d 0%, #cb0c15 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e3131d), color-stop(100%,#cb0c15)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #e3131d 0%,#cb0c15 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #e3131d 0%,#cb0c15 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #e3131d 0%,#cb0c15 100%); /* IE10+ */
background: linear-gradient(to bottom, #e3131d 0%,#cb0c15 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3131d', endColorstr='#cb0c15',GradientType=0 ); /* IE6-9 */
    display: inline-block;
	cursor:pointer;
    margin: 3px 0 3px 8px;
    text-align: center;
    text-decoration: none;
    width: 120px;
    float:right;
}
#template_preis a:hover {
	text-decoration:none;
background: #cb0c15; /* Old browsers */
background: -moz-linear-gradient(top, #cb0c15 0%, #e3131d 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cb0c15), color-stop(100%,#e3131d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #cb0c15 0%,#e3131d 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #cb0c15 0%,#e3131d 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #cb0c15 0%,#e3131d 100%); /* IE10+ */
background: linear-gradient(to bottom, #cb0c15 0%,#e3131d 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb0c15', endColorstr='#e3131d',GradientType=0 ); /* IE6-9 */
}
#template_preis p#endner {
    color: #666;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    text-shadow: -5px 5px 5px rgba(0, 0, 0, 0.1);
    clear:both;
}
#template_preis p#hinweis {
    color: #ACAAAA;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    text-shadow: -5px 5px 5px rgba(0, 0, 0, 0.1);
    padding-bottom:1em;
}

#dynamic_content.template h1 {
    color: #E3141E;
    font: 18px/20px 'hemi_head_bd_it',Arial,Helvetica,sans-serif;
    margin: 0 0 10px;
}
#dynamic_content.template h1.cross {margin-top:10px;}
#dynamic_content.template #nav {display:none;}




.ui-dialog h1
{
    font-size: 18px;
    margin: 10px 0;
}
.ui-dialog p
{
}

#mich table {
    border-spacing: 0;
    border-collapse:collapse;
    vertical-align: middle;
}
#mich table table {
    border-color: #ccc;
}
#mich td {
    font-size: 0.7em;
    padding: 2px;
}
#mich h1
{
    margin-bottom: 10px;
}
#mich {
    margin-top: 40px;
}


#results .item .varplus {
    position:absolute;
    height:20px;
    width:20px;
    left:130px;
    z-index:5000;
    background:url(images/varplus.png) no-repeat;
}
#results .item .varplustxt {
    position:absolute;
    padding:2px 0 2px 10px;
    background:#c00;
    color:#fff;
    z-index:4999;
    font-family: 'Calibri',Helvetica,sans-serif;
    font-size: 10px;
    font-weight: bold;
    opacity:0;
    filter:alpha(opacity=0); 
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    width:140px;
}
#results .item .varplus:hover + .varplustxt,
#results .item .varplus:hover + .varplustxt:hover{
    top:0;
    opacity:0.9;
    filter:alpha(opacity=90); 
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
#results .fromexpert {
    color: #888;
    font-size: 11px;
    height: 30px;
    line-height: 15px;
    overflow:hidden;
    display:none;
}

#results p.reduziert {
    color: #FF0000;
    height: 12px;
    line-height: 12px;
    text-align: center;
}