
/* =CSS RESET
===========================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
b,strong{
	font-weight:bold;
}
i,em{
	font-style:italic;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need cellspacing='0' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* =DEFAULTS
===========================================*/
.break {
	clear:both;
	height: 0px;
	overflow: hidden;
}
.clearfix:after {
 content:".";
 display:block;
 height:0;
 clear:both;
 visibility:hidden;
}
 .clearfix {display:inline-block;}
 /* Hide from IE Mac \*/
 .clearfix {display:block;}
 /* End hide from IE Mac */

.clear {
	clear: both !important;
}
.clear_right {
	clear: right;
}
.clear_left {
	clear: left !important;
}

.none {
	display: none;
}
.text_left {
	text-align:left !important;
}
.text_center {
	text-align:center !important;
}
.text_right {
	text-align: right;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
img.float_right {
	margin: 0px 0px 15px 15px;
	display: inline;
}
a {
	cursor: pointer;
	color: #e29e39;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.inverted a, a.inverted {
	color: #333 !important;
	text-decoration: none;
}
a.inverted:hover, .inverted a:hover {
	text-decoration: underline;
}
a.selected {
	color: #e29e39 !important;
	text-decoration: none !important;
}

h4 {
	font-size: 12px;
}
h2 {

}
.mac h2 {
	font: bold 15px "Lucida Grande" !important;
}


/* =LAYOUT
===========================================*/
html {
	background: #fff url(../images/bg_body_2.png) repeat-x top left;
}
html#hands {
	background: #fff url(../images/bg_website.png) repeat-x top left !important;
}
body {
	font: 11px Verdana, Geneva, sans-serif;
	color: #333;
}
body.hands {
	background: url(../images/bg_hands.png) no-repeat center 75px;
}
#container {
	width: 990px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
#header {
	position: relative;
	background: url(../images/bg_topmenu.gif) repeat-x top left;
	margin-bottom: 15px;
	height: 115px;
	z-index: 1;
}
.leftcolumn {
	width: 235px;
	float: left;
	display: inline;
	margin-left: 10px;
}
.rightcolumn {
	float: left;
	display: inline;
	width: 725px;
	line-height: 15px;
	margin-left: 10px;
}
.rightcolumn .top_right {
	min-height: 150px;
	position: relative;
	margin-bottom: 10px;
	width: 725px;
	height: 150px;
}
.content_left {
	float: left;
	width: 480px;
}
.content_right {
	float: left;
	width: 235px;
	margin-left: 10px;
	display: inline;
}

/* =HEADER
===========================================*/
#logo a {
	display: block;
	width: 116px;
	height: 110px;
	background: url(../images/produkt_logo.png) no-repeat;
	text-indent: -9999px;
	margin: 0 auto;
}
#left_categories {
	width: 235px;
	background: url(../images/bg_leftmenu_bottom.png) no-repeat bottom left;
	margin-bottom: 25px;
	padding-bottom: 15px;
}
#left_categories div.top {
	background: url(../images/bg_leftmenu_top.png) no-repeat top;
	padding-top: 15px;
	width: 235px;
	height: 120px;
}
.logo_container {
	width: 235px;
	height: 145px;
	background: url(../images/bg_logo_container.png) no-repeat;
	padding-top: 15px;
}

/* =MAIN MENU
===========================================*/
.menu {
	clear: both;
	margin-top: 20px;
	float: left;
	margin-left: 1px;
	display: inline;
	width: 233px;
}
.menu li {
	position: relative;
	font-size: 0px !important;
	line-height: 0px !important;
}
.menu li a {
	display: block;
	text-decoration: none;
	font-size: 12px;
	color: #e29e39;
	padding: 5px 5px 7px 27px;
	line-height: normal;
/*	background: url(../images/bg_leftmenu_link.png) no-repeat bottom center; */
	background:url(../images/menu_arrow_off.gif) no-repeat 217px 9px;
	border-bottom: 1px solid #ebebeb;
	z-index: 1;
	.padding-left: 10px; /* ie 7 and below fix */
}
.menu li a:hover, .menu li.hover a {
	color: #fff;
	background:#fcb040;
	text-decoration: none !important;
	cursor: default !important;
}
.menu li ul {
	position: absolute;
	left: 233px;
	visibility: hidden;
	margin-left: -32px;
	margin-top: -27px;
	padding-bottom: 7px;
	width: 178px;
	font-size: 0px;
	line-height: 0px;
}
* html .menu li ul {
	margin-left: -50px;
}

ul.menu li ul li {
	background: none !important;
	z-index: 1000;
	font-size: 0px !important;
	line-height: 0px !important;
	width: 178px;
}
ul.menu li ul li.last {
	height: 9px !important;
	background: transparent url(../images/submenu_bottom.gif) no-repeat top left !important;
	clear: both;
}
li.hover {
	z-index: 100;
}
ul.menu li ul li a	{
	padding: 5px 5px 4px 32px;
	display: block;
	border: none !important;
	background: #fcb040 url(../images/menu_arrow_on.gif) no-repeat 17px 9px !important;
	font-weight: normal;
	z-index: 2;
	color: #fff !important;
	width: 141px!important;
}
ul.menu li ul li a.first	{
	background: url(../images/submenu_top_left.gif) no-repeat top right !important;

}
ul.menu li ul li a:hover, ul.menu ul li.hover a	{
	color: #fff !important;
	text-decoration: underline !important;
	cursor: pointer !important;
}

/* =BERADCRUMB
===========================================*/

.breadcrumb {
	margin-bottom: 15px;
	font-size: 10px;
	color: #bcbdc0;
	position: absolute;
	top: 125px;
	left: 0px;
}
body.hands .breadcrumb {
	left: 30px;
}
.breadcrumb span {
	float: left;
	padding-right: 20px;
}
.breadcrumb span.tail {
	color: #fbb040;
	float: none;
	padding-right: 0px;
	padding-left: 10px;
}
.breadcrumb a {
	color: #bcbdc0;
	text-decoration: none;
	padding: 0px 10px;
}
.breadcrumb a:hover {
	text-decoration: underline;
	color: #333;
}

h2 {
	font: bold 20px  Calibri, "Lucida Grande", Verdana, Geneva, sans-serif;
	margin-bottom: 8px;
}
.mac h2 {
	font: bold 15px "Lucida Grande" !important;
}
.smallbox h3, .halfbox h2, .mediumbox h2, .bigbox h1 {
	padding: 5px 0px 0px 9px;
	padding-left: 9px;
	color: #333;
	font: bold 15px  Calibri, "Lucida Grande", Verdana, Geneva, sans-serif;
	margin: 0px -11px 20px -11px;
	background-position: top left !important;
	background-repeat: no-repeat !important;
	height: 22px;
}
.mac .smallbox h3, .mac .halfbox h2, .mac .mediumbox h2, .mac .bigbox h1 {
	font: bold 12px "Lucida Grande" !important;
}

.bigbox h1 span {
	float: right;
	display: block;
	font: 12px Verdana, Geneva, sans-serif;
	width: 160px;
	margin-top: 2px;
	*margin-top: -20px; /* IE 7 and below */

}
.gray h3 {
	color: #666;
}
h3.underlined {
	font: bold 15px  Calibri, "Lucida Grande", Verdana, Geneva, sans-serif;
	padding-bottom: 2px;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 9px;
	background: none;
	color: #e29e39;
}
.mac h3.underlined {
	font: bold 10px "Lucida Grande" !important;
}

/* MEDIUM BOX
===========================================*/
.mediumbox {
	width: 458px;
	float: left;
	margin-bottom: 30px;
	background: url(../images/bg_mediumbox.png) no-repeat bottom left;
	padding: 0px 11px 0px 11px;
	position: relative;
}
.mediumbox h1.product_title {
	font: bold 25px Calibri, "Lucida Grande", Verdana, Geneva, sans-serif;
	margin-bottom: 25px;
	color: #333;
}
.mac .mediumbox h1.product_title {
	font: bold 20px "Lucida Grande" !important;
}
.mediumbox h2 {
	background: url(../images/bg_title_mediumbox.png) no-repeat bottom left;
}
.product_home h2 {
	margin-bottom: 50px;
}
.mediumbox img.float_left {
	margin: 0px 20px 20px 0px;
	display: inline;
}
ul.bottom_links {
	position: absolute;
	left: 11px;
	bottom: 19px;
	border-top: 1px dotted #ccc;
	padding-top: 13px;
	width: 458px;
	text-align: center;
}
ul.bottom_links li {
	margin: 0px 10px;
	display: inline;
	font-weight: bold;
}
ul.bottom_links a {
	color: #333;
	text-decoration: none;
}
ul.bottom_links a:hover {
	color: #e29e39;
	text-decoration: underline;
}
ul.brand_list {
	padding-left: 50px;
	float: left;
}
ul.brand_list li {
	margin-bottom: 5px;
}



/* =SEARCH BOX
===========================================*/
.searchbox {
	padding: 0 !important;
	height: 35px;
	width: 478px;
	background: url(../images/bg_topsearch.gif) no-repeat top left;
	position: absolute;
	top: 50px;
	left: 0px;
}
body.hands .searchbox {
	top: 40px;
}
.inputsearch {
	width: 330px;
	height: 25px;
	border: none; 	outline: none;
	margin-top: 4px; 	margin-left: 40px;
	display: inline;
	vertical-align:baseline;
	background: none;
}
.submitsearch {
	float: right;
	margin-right: 5px;
	margin-top:4px;
	display: inline;
	width: 90px;
	height: 27px;
	text-indent: -9999px;
	.margin-top: -29px;
}
.searchbox p {
	float: left;
	margin-left: 16px;
	margin-TOP: -25px;
	display: inline;
}
.error {
	color: #ff5400;
	font-size: 10px;
	font-weight: bold;
	padding: 4px 0;
	clear: both;
}
.errorinput {
	color: #ff5400 !important;
}
.searchbox .error {
	top: 70px;
	left: 18px;
	position: absolute;
}

/* =HEIGHTS
===========================================*/
.height_85px {
	height: 85px;
}
.height_124px {
	height: 125px;
}
.height_150px {
	height: 150px;
}
.height_195px {
	height: 195px;
}
.height_240px {
	height: 240px;
}
.height_375px {
	height: 375px;
}

.left_margin {
	margin-left: 30px;
}



/* =SMALLBOX
===========================================*/
.smallbox {
	width: 213px;
	padding: 0px 11px 0px 11px;
	background: url(../images/bg_smallbox.png) no-repeat bottom left;
	line-height: 15px;
	margin-bottom: 30px;
	float: left;
}
.smallbox-simple {
	width: 235px;
	float: left;
	margin-bottom: 30px;
}
.smallbox.standalone {
	margin-left: 10px;
	display: inline;
}
.smallbox-simple.standalone {
	margin-left: 10px;
}
.smallbox-simple.no_right_margin {
	margin-right: 0px;
}


.leftcolumn .smallbox-simple.standalone {
	margin-left: 0px;
}

.smallbox h3	{
	background: url(../images/bg_title_smallbox.png);
}
.smallbox.small_title_margin h3	{
	margin-bottom: 5px !important;
}
.smallbox p {
	margin-bottom: 6px;
}
.smallbox big {
	font-size: 12px;
	font-weight: bold;
}
.top_line {
	border-top: 1px dotted #ccc;
	padding-top: 5px;
	margin-bottom: 0px;
}
.smallbox.leftmenu {
	background: url(../images/bg_left_menu.png) no-repeat bottom left;
	padding-bottom: 9px;
}
.smallbox.leftmenu h3 {
	margin-bottom: 0px;
}
.smallbox.product_box h3 {
	margin-bottom: 5px;
}
.product_box .text_center {
	margin-bottom: 5px;
}
.small_margin {
	margin-bottom: 10px !important;
}

/* =HALFBOX
===========================================*/
.halfbox {
	width: 357px;
	float: left;
	margin: 0px 0px 30px 0px;
	padding: 0px 11px 0px 11px;
	position: relative;
	background: url(../images/bg_halfbox.png) no-repeat bottom left;
}
.halfbox.second {
	margin-left: 11px;
}
.halfbox p.top_line {
	position: absolute;
	bottom: 16px;
	width: 335px;
	padding-top: 13px;
}
.halfbox.right_padding {
	padding: 0px 124px 0px 11px !important;
	width: 222px !important;
}
.halfbox.right_padding h2 {
	margin-right: -124px;
	background: url(../images/bg_title_halfbox.png) no-repeat top left;
	height: 29px;
}
.halfbox.right_padding .img_right {
	float: right;
	margin-right: -114px;
	display: inline;
}


/* =BIGBOX
===========================================*/
.bigbox {
	width: 725px;
	background: url(../images/bg_bigbox_repeat.png) repeat-y top left;
	line-height: 15px;
	margin-bottom: 30px;
	clear: both;
/*	margin-left: 10px; */
}
.bigbox .inner_container {
	width: 684px;
	padding: 0px 21px 5px 21px;
	background: url(../images/bg_bigbox.png) no-repeat bottom left;
}
.bigbox h1 {
	margin: 0px -21px 14px -21px;
	background: url(../images/bg_title_bigbox.png) no-repeat;
}
.bigbox.wide {
	width: 970px !important;
	background: url(../images/widebox_repeat.png) repeat-y !important;
	margin-left: 10px;
}
.bigbox.wide .inner_container {
	background: url(../images/widebox_bottom.png) no-repeat bottom left !important;
	padding:0 21px 5px 21px;
	width:928px;
}
.bigbox.wide h1 {
	background: url(../images/widebox_title.png) no-repeat !important;
}


.bigbox p, .bigbox-simple p {
	margin-bottom: 18px;
}
.bigbox-simple.wide {
	margin:0px 10px;
}
/*
.bigbox.padding_10px .inner_container {
	padding: 0px 13px 5px 11px !important;
	width: 705px;
}
.padding_10px h1 {
	margin-left: -11px;
	margin-right: -13px;
}
*/
.bigbox h2 {
	position: relative;
}
.bigbox h3 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 2px;
}
.bigbox ul {
	margin-left: 20px;
	list-style-type: square;
	margin-bottom: 15px;
}
.bigbox ul li {
	margin-bottom: 5px;
}
.tagcloud {
	color: #bcbdc0;
}
.tagcloud a {
	font-family: Calibri, "Lucida Grande",  Arial, Helvetica, sans-serif;
	color: #bcbdc0;
	padding: 0px 4px;
	font-weight: bold;
	display: inline-block;
}
.tagcloud a:hover {
	text-decoration: underline;
	color: #e29e39;
}
.right_image {
	width: 480px;
	overflow: visible;
}
.imgbox {
	width: 150px;
	float: right;
	margin-right: -190px;
	display: inline;
	position: relative;
	margin-left: 40px;
}
.imgbox img {
	margin-bottom: 10px;
}
.right_title_link {
	font-size: 12px;
	text-decoration: underline;
	color: #2540cc;
	float: right;
	position: absolute;
	right: 40px;
	top: 5px;
}

.alle_kategorien {
	padding-top: 10px;
}

.alle_kategorien ul {
	width: 215px;
	float: left;
	margin-bottom: 22px;
	display: inline;
	margin-right: 19px;
	margin-left: 0px;
	list-style-type: none;
}
.alle_kategorien ul.last  {
	margin-right: 0px;
}
.alle_kategorien ul h3 {
	background: url(../images/leftmenu_line.png) no-repeat bottom left;
	padding-bottom: 7px;
	margin-bottom: 5px;
	padding-left: 5px;
}
.alle_kategorien ul li {
	margin-bottom: 7px;
}
.alle_kategorien a {
	padding-left: 5px;
	display: inline-block;
}



/* =LEFT MENU
===========================================*/

.leftmenu li {
	font-size: 0px;
	background: url(../images/leftmenu_line.png) no-repeat bottom left;
}
.leftmenu li a {
	display: block;
	padding: 7px 20px 9px 10px;
	font-size: 11px !important;
	color: #333;
	font-weight: bold;
}
.leftmenu.filter li a {
	background: url(../images/menu_expand.png) no-repeat 195px center;
}
.leftmenu.filter li a.collapse {
	background: url(../images/menu_collapse.png) no-repeat 195px center;
}
.leftmenu.filter li a.bullet_left_link {
	color: #e29e39;
}

.leftmenu.filter ul {
	background: url(../images/leftmenu_line.png) no-repeat top left;
	padding: 10px 0px;
}
.leftmenu.filter ul li {
	background: none;
	margin-bottom: 3px;
}
.leftmenu.filter ul li a {
	background: none;
	padding: 3px 10px 3px 28px;
	font-weight: normal;
	background: url(../images/filter_checkbox_off.png) no-repeat 10px 4px;
}
.leftmenu.filter ul li a.selected {
	background: url(../images/filter_checkbox_on.png) no-repeat 10px 4px;
}
.leftmenu.filter ul li a.disabled {
	background: url(../images/filter_checkbox_disabled.png) no-repeat 10px 4px;
	color: #ccc !important;
	cursor: default;
}
.leftmenu.filter ul li a.disabled:hover {
	text-decoration: none;
}
.leftmenu.filter ul li a.bullet_left_link {
	padding-left: 34px;
	background: url(../images/bullet.png) no-repeat 10px center;
	font-weight: bold;
	font-size: 11px;
}


/* =CONTENT
===========================================*/
.googlebox {
	background:#f1f9fe;
	border: 1px solid #d4e4ed;
	padding: 10px;
	margin: 5px 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.googlebox.single {
	width: 725px;
	margin-bottom: 20px;
}

.googlebox:hover {
	background: #e9f6fd;
	border-color: #bad4e2;
}
.google_add h3 {
	color: #666 !important;
}
.googlebox h3 {
	margin-bottom: 4px !important;
	padding-bottom: 0px !important;
}

.googlebox h4 {
	margin-bottom: 2px !important;
	padding-bottom: 0px !important;
}
.googlebox h4 a {
	font: bold 15px Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin-bottom: none;
}
.googlebox p {
	font: normal 12px Arial, Helvetica, sans-serif;
	margin-bottom: 0px !important;
}
.googlebox p a {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #0033cc;
	text-decoration: none !important;
}
.googlebox a:hover {
	text-decoration: underline !important;
	color: #0033cc !important;
}
.top_google_ads {
	padding-left: 10px;
	margin-bottom: 15px;
}
.big_google_add {
	margin-bottom: 30px;
}

/* =NEWSLETTER BOX
===========================================*/

.newsletter {
	margin:0; padding:0;
	margin-bottom: 30px;
	width: 235px;
	overflow: hidden;
	clear: both;

}
.newsletter legend {
	font: bold 15px  Calibri, "Lucida Grande", Verdana, Geneva, sans-serif;
	padding-bottom: 2px;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 9px;
	width: 100%;
	float: left;
	_margin-left: -7px;
	*margin-left: -7px;
	color: #e29e39;
}
.newsletter p {
	margin-bottom: 8px;
}
.newsletter .input_newsletter {
	width: 157px; 	height: 18px; 	padding: 5px 5px 0px 5px;
	background: url(../images/newsletter_input.png) no-repeat;
	border: none; 	outline: none; 	float: left;
	margin-right: 12px; display: inline;
	font-size: 10px;
	color: #666;
	vertical-align:baseline;
	/* internet explorer input padding hack */
	padding-top: 6px\9;
}
.input_newsletter.errorinput {
	background: url(../images/newsletter_input_error.png) no-repeat;
}

.line {
	padding-top: 20px;
	border-bottom: 1px dotted #b2c2d1;
	margin-bottom: 8px;
	overflow: hidden;
}

/* =SOCIAL
===========================================*/
.bookmarks {
	text-align: center;
	padding-top: 12px;
}
.bookmarks .clklnk {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../images/social_icons.png) no-repeat;
	text-indent: -9999px;
	margin-right: 10px;
	text-align: left;
}
.bookmarks .clklnk.sb2 {
	background-position: -16px 0px;
}
.bookmarks .clklnk.sb3 {
	background-position: -32px 0px;
}
.bookmarks .clklnk.sb4 {
	background-position: -48px 0px;
}
.bookmarks .clklnk.sb5 {
	background-position: -64px 0px;
}
.bookmarks .clklnk.sb6 {
	background-position: -80px 0px;
}
.bookmarks .clklnk.sb7 {
	background-position: -96px 0px;
}



/* =CAROUSEL
===========================================*/
.carousel {
	clear: both;
	margin-bottom: 56px;
	float: left;
	padding-left: 30px;
	width: 962px;
	z-index: 1;
	background: url(../images/bg_carousel.png) no-repeat bottom center;
}
.carousel h2 {
	color: #e29e39;
	font: bold 15px  Calibri, "Lucida Grande", Verdana, Geneva, sans-serif;
}

#mycarousel  {
}
#mycarousel li {
	float: left;
	display: inline;
	width: 156px;
	height: 138px;
	padding-left: 10px;
}
#mycarousel li a {
	display: block;
	width: 136px;
	height: 133px;
	font-size: 10px;
	text-decoration: none;
	padding: 5px 10px 0px 10px;
	font-weight: bold;
	text-align: center;
}
#mycarousel a img {
	margin: 0 auto !important;
	padding-top: 2px;
}
#mycarousel li a span {
}
#mycarousel li a span.name {
	color: #333;
	text-decoration: none;
}
#mycarousel li a span.price {
	color: #e29e39 !important;
	margin-top: -2px;
	padding-left: 20px;
	background: url(../images/bullet.png) no-repeat left center;
	padding-bottom: 2px;
}


/* =MARKEN
===========================================*/

.marken_list {
	margin-left: 10px;
}
.marken_list li {
	margin-bottom: 13px;
	_margin-bottom: 0px;

}
.marken_list li a {
	padding-left: 14px;
	padding-top: 16px;
	padding-bottom: 2px;
	background: url(../images/bullet.png) no-repeat 0px 17px;
	text-decoration: none;
	color: #333;
	font-weight: bold;
	display: block;
	width: auto;
	height: auto;
}
.marken_list li a:hover {
	color: #e29e39;
}
.marken_list li a img {
	float: right;
	margin-top: -10px;
	_margin-top: -25px;
}
.marken_list a.nobullet {
	padding-left: 0px;
	background: none;
	font-weight: normal;
}

/* =SPECIALS
===========================================*/
.specials_menu {
	padding: 15px 0px;
	margin: -10px -10px 20px -10px;
	border-bottom: 1px dotted #ccc;
	text-align: center;
}
.specials_menu li {
	display: inline;
	margin: 0px 15px;
}
.specials_menu li a {
	font: bold 20px Calibri, "Lucica Grande", Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #333;
	padding-right: 25px;
	background: url(../images/menu_expand.png) no-repeat right center;
}
.specials_menu li a:hover {
	color: #e29e39;
	text-decoration: underline;
}

.specials_list {
	margin-left: -20px !important;
	padding: 0px;
	list-style-type: none;
	margin-right: -10px;
}
.specials_list li {
	margin: 0;
	float: left;
	width: 215px;
	height: 300px;
	border-bottom: 1px dotted #ccc;
	margin-left: 20px;
	padding-top: 45px;
	_margin-left: 14px;
	display: inline;
}
.specials_list li.last {
	border: none;
}
.specials_list li ul {
	margin-bottom: 20px;
	margin-left: 0px;
	list-style-type: none;
}
.specials_list li li {
	float: none;
	width: auto;
	height: auto;
	border-bottom: none;
	margin-left: 0px;
	margin-top: 10px;
	padding: 0;
	display: block;
}
.specials_list a.product_image {
	display: block;
	text-align: center;
	padding-bottom: 15px;
}

/* =PRODUKT LIST, OFFER LIST
===========================================*/
.produkt_list, .offer_list, .artikel, .daten, .test, .bewertung {
	margin: 0px -10px 10px -10px;
	width: 705px;
	clear: both;
}
.produkt_list th, .offer_list th, .artikel th {
	padding-bottom: 11px;
	border-bottom: 1px dotted #b2c2d1;
	text-align: left;
}
.artikel th {
	padding-left: 25px;
}
.produkt_list th.details {
}
.produkt_list td {
	border-bottom: 1px dotted #b2c2d1;
	padding: 10px 20px 10px 0px;
	text-align: left;
	vertical-align: top;
}
.produkt_list td.last, .offer_list td.last {
	padding-right: 0px;
	width: 150px;
}
.produkt_list td.compare {
	position: relative;
	vertical-align: bottom;
	padding-bottom: 10px;
	padding-right: 20px;
}
.produkt_list td.google_add, .offer_list td.google_add {
	padding: 10px 0px;
	border-bottom: 1px dotted #b2c2d1;
}
.produkt_list td.google_add.first, .offer_list td.google_add.first {
	border-bottom: none;
	padding-bottom: 20px;
	padding-top: 0px;
}
.produkt_list td.google_add img, .offer_list td.google_add  img{
	width: 705px;
}
.produkt_list td.google_add h3 a, .offer_list td.google_add h3 a {
	text-decoration: none;
	color: #e29e39 !important;
}
.produkt_list td p {
	margin-bottom: 10px;
	clear: left;
}
.produkt_list td a {
	color: #e29e39;
	font-weight: bold;
	text-decoration: underline;
}
.produkt_list td a:hover {
	color: #e29e39;
}
.produkt_list td h4 {
	float: left;
	padding-bottom: 5px;
	width: 215px;
}
.produkt_list td h4 a {
	color: #333;
	text-decoration: none;
}
.produkt_list p.price, .offer_list p.price, .artikel p.price {
	color: #e29e39;
	font: bold 20px Calibri, "Lucida Grande", Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}
.offer_list p.oldprice {
	text-decoration:line-through;
	color: #d81111;
	font: normal 20px Calibri, "Lucida Grande", Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
}
.produkt_list tr.lastrow td, .offer_list tr.lastrow td {
	border-bottom: none;
	padding-bottom: 0px;
}
.offer_list td {
	padding: 10px 20px 0px 0px;
	vertical-align: top;
}
.offer_list td.details {
	border-bottom: 1px dotted #b2c2d1;
	padding-top: 15px;
	padding-bottom: 5px;
}
.offer_list td.dealer {
/*	text-align: center; */
	text-align: left;
	padding-left: 20px;
}
.offer_list td.dealer p, .offer_list td.details p, .artikel td.dealer p{
	margin-bottom: 5px;
}
.offer_list td.dealer img {
	border: 1px solid #999;
	margin-bottom: 3px;
}

.artikel td {
	padding-left: 25px;
	padding-top: 10px;
	vertical-align: top;
	padding-bottom: 0px;
}
.artikel td.dealer {
	width: 300px;
}
.artikel td.last, .artikel th.last {
	padding-right: 25px;
	padding-left: 10px;
}
.artikel td.dealer img {
	border: 1px solid #999;
}
.artikel td.dealer a.left_margin {
	margin-left: 10px;
}
.artikel .bottom_row td {
	border-bottom: 1px dotted #b2c2d1;
}
.artikel td.availability p {
	margin-bottom: 5px;
}

.orangetitle {
	font-size: 12px;
	color: #e29e39;
}

.daten {
	margin-top: 20px;
}
.daten th {
	padding-bottom: 7px;
	padding-left: 10px;
	border-bottom: 1px dotted #b2c2d1;
	text-align: left;
}
.daten td {
	padding: 9px 10px;
}
.daten td.daten_left_column {
	width: 225px;

}
.artikel5_search {
	clear:both;
	margin: 10px -10px 20px -10px;
	width: 705px;
}
.artikel5_search td {
	vertical-align: top;
	padding-bottom: 10px;
	padding-left: 20px;
	border-bottom: 1px dotted #b2c2d1;
}

.artikel5_search .input {
	width: 195px; height: 18px; 	padding: 5px 5px 0px 5px;
	background: url(../images/input205.png) no-repeat;
	border: none; 	outline: none; 	float: left;
	margin-right: 10px; display: inline;
	font-size: 10px;
	color: #666;
	vertical-align:baseline;
	/* internet explorer input padding hack */
	padding-top: 6px\9;
	margin-top: 2px;
}

.artikel5_search .submit {
	margin-top: 2px;
}
.artikel6 .last {
	vertical-align: bottom;
}
.artikel6 h3 {
	margin-bottom: 10px;
}


.bullets {
	padding-left: 45px;
	width: 100px;
}
.bullets.stock_green {
	background: url(../images/availability_green.png) no-repeat 0px 2px;
}
.bullets.stock_gray {
	background: url(../images/availability_gray.png) no-repeat 0px 2px;
}
.bullets.stock_red {
	background: url(../images/availability_red.png) no-repeat 0px 2px;
}
.bullets.stock_orange {
	background: url(../images/availability_orange.png) no-repeat 0px 2px;
}




.small_stars {
	width: 45px;
	height: 8px;
	float: right;
	background: url(../images/small_stars_gray.png) no-repeat top left;
	display: inline;
	overflow: hidden;
	list-style-type: none;
	margin-top: 4px;
}
.small_stars li {
	height: 8px;
	background: url(../images/small_stars_orange.png) no-repeat top left;
	overflow: hidden;
	list-style-position: outside;
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
}
a.sort_desc {
	padding: 4px 0px 4px 22px;
	color: #333;
	background:url(../images/menu_expand.png) no-repeat left center;
}
a.sort_desc.active {
	color: #e29e39;
	background:url(../images/menu_expand.png) no-repeat left center;
}
a.sort_asc {
	color: #333;
	background:url(../images/menu_collapse.png) no-repeat left center;
	padding: 4px 0px 4px 22px;
}
a.sort_asc.active {
	color: #e29e39;
	background:url(../images/menu_collapse.png) no-repeat left center;
}
td.produkt_image {
	width: 100px;
}
td.produkt_image a {
	display: block;
	position: relative;
	width: 100px;
	height: 100px;
}
td.produkt_image .new_icon {
	position: absolute;
	right: 5px;
	bottom: 5px;
}
.artikel.list2 td.produkt_image {
	width: 150px;
	padding-top: 20px;
}
.artikel.list2 td.dealer, .artikel.list2 td.availability, .artikel.list2 td.last {
	padding-top: 20px;
}



/* =PRODUKT LIST PAGINATION
===========================================*/
.pagination {
	float: left;
	margin-top: -30px;
	margin-left: 50px;
	margin-bottom: 30px;
	display: inline;
	height: 32px;
	background: url(../images/pagination_left.png) no-repeat top left;
	width: 485px;
	clear: both;
	_position: relative;
}
.center_pagination .pagination {
	margin-left: 121px;
}
.pagination div {
	padding: 6px 15px 0px 15px;
	background: url(../images/pagination_right.png) no-repeat top right;
	text-align: center;
	height: 26px;
}
.pagination a {
	font: bold 15px Calibri, "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #333;
	text-decoration: none;
	padding: 0px 1px;
}
.mac .pagination a {
	font: bold 10px "Lucida Grande" !important;
}

.pagination a:hover {
	text-decoration: underline;
	color: #e29e39;
}
.pagination a.selected {
	color: #e29e39;
}
.pagination a.prev, .pagination a.next {
	display: block;
	width: 19px;
	height: 19px;
	text-indent: -9999px;
	margin-top: 0px;
}
.pagination a.prev {
	background: url(../images/pagination_prev.png) no-repeat;
	float: left;
}
.pagination a.next {
	background: url(../images/pagination_next.png) no-repeat;
	float: right;
}
.listing_footer {
	position: relative;
	width: 100%;
	height: auto;
	margin-bottom: 30px;
	z-index:2;
}

.listing_footer .rowElem {
	position: absolute;
	right: 30px;
	top: -25px;
	width: 154px;

}


/*tooltip*/

.customTip {
	padding: 0px;
	width: 235px;
	z-index: 99999;
	font-size: 10px;
	margin-left: -47px;
	display: inline;
}
strong.custom_class.customActive.example {
	background-position: bottom left;
}
.customTip h3 {
	padding: 10px 4px 0px 2px;
	background: url(../images/callout.png) no-repeat top center;
	font-size: 11px;
}
.customTip h3 span {
	padding: 0px 5px 5px 8px;
	border-bottom: 1px solid #ccc;
	display: block;
}
.customTip p {
	padding: 10px;
	padding-bottom: 30px;
	background: url(../images/callout.png) no-repeat bottom center;
}
/*tooltip*/

/* =ARTIKEL
===========================================*/
.artikel_details {
	float: left;
	width: 430px;
	padding: 40px 0px 0px 40px;
}
.artikel_details .float_right {
	margin-top: -30px;
}
.bigpicture {
	float: left;
	margin-top: 30px;
}
.artikel_menu {
	border-bottom: 1px solid #c0c0c0;
	list-style-type: none !important;
	margin: 20px 0px 15px -19px !important;
	padding-left: 35px;
	height: 24px;
	width: 100%;
	clear: both;
	width: 686px;
	float: left;
	display: inline;
}
.artikel_menu li {
	float: left;
}
.artikel_menu li a {
	display: block;
	width: auto;
	background: url(../images/tabs.png) no-repeat bottom left;
	padding-left: 15px;
}
.artikel_menu li a span {
	display: block;
	font: bold 15px Calibri, "Lucida Grande", Arial, Helvetica, sans-serif;
	background: url(../images/tabs.png) no-repeat bottom right;
	color: #333;
	padding: 3px 15px 0px 0px;
	height: 21px;
}
.mac .artikel_menu li a span {
	font: bold 13px "Lucida Grande", Arial, Helvetica, sans-serif;
}

.artikel_menu li a:hover {
	background-position: top left;
	text-decoration: none;
}
.artikel_menu li a:hover span {
	background-position: top right;
	color: #fff;
}
.artikel_menu li a.selected, .artikel_menu a.selected:hover {
	background-position: top left;

}
.artikel_menu li a.selected span, .artikel_menu a.selected:hover span {
	background-position: top right;
	color: #fff;
}


.big_stars {
	width: 90px;
	height: 17px;
	margin-left: 0px !important;
	background: url(../images/big_stars_gray.png) no-repeat top left;
	overflow: hidden;
	list-style-type: none;
}
.big_stars li {
	height: 17px;
	background: url(../images/big_stars_orange.png) no-repeat top left;
	overflow: hidden;
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
}

.test {
	margin-top: 20px;
}
.test td {
	padding-bottom: 5px;
	border-bottom: 1px dotted #b2c2d1 !important;;
	vertical-align: top;
	padding-top: 15px;
}
.test td.col {
	width: 160px;
	text-align: center;
	padding-top: 20px;
}
.test td.col img {
	margin-bottom: 20px;
}
.test tr.last td {
	border-bottom: none !important;
}

.bewertung td {
	padding-bottom: 5px;
	vertical-align: top;
	padding-top: 5px;
	padding-left: 5px;
}
.bewertung td ul {
	float: left;
	margin-right: 20px;
	display: inline;
	margin-bottom: 0px;
}
.bewertung tr.row_line_top td {
	padding-bottom: 25px;
}
.bewertung tr.row_line_bottom td {
	border-top: 1px dotted #b2c2d1;
	padding-top: 25px;
}


/* =SITEMAP
===========================================*/
.column_x3 {
	width: 220px;
	float: left;
	margin-right: 10px;
	display: inline;
	margin-bottom: 20px;
}
.column_x3.last {
	margin-right: 0px;
}
.column_x3 ul {
	margin-left: 0px;
	margin-bottom: 15px;
	list-style-type: none;
}

.column_x3 ul li {
	margin-bottom: 5px;
}

ul.letter_index {
	height: 30px;
	border-bottom: 1px dotted #b2c2d1;
	list-style-type: none;
	margin: 0px -10px 30px -10px;
	padding-left: 10px;

}
ul.letter_index li {
	float: left;
	width: 105px;
	font-size: 12px !important;
}
ul.letter_index li.last {
	width: 50px;
}
ul.letter_index li a.selected {
	color: #e29e39;
	text-decoration: none;
}


/* =FOOOTER
===========================================*/

#footer {
	clear: both;
	text-align: center;
	color: #666;
	line-height: 20px;
	padding-bottom: 50px;
}
#footer a {
	color: #666;
}

/* =BULLET LINKS
===========================================*/
.bullet_right_link {
	padding-left: 24px;
	background: url(../images/bullet.png) no-repeat left center;
	font-weight: bold;
}
.bullet_left_link {
	padding-left: 18px;
	background: url(../images/bullet.png) no-repeat left center;
	font-weight: bold;
	color: #333;
	font-size: 11px;
}
.blue_link a, a.blue_link {
	color: #2540cc !important;
	text-decoration: underline;
}
.blue_link a:hover, a.blue_link:hover {
	color: #e29e39;
}
.darkblue_link a, a.darkblue_link {
	color: #e29e39 !important;
	text-decoration: none !important;
}
.darkblue_link a:hover, a.darkblue_link:hover {
	color: #333 !important;
	text-decoration: underline !important;
}

a.bullet_left_link span, a.bullet_right_link span {
	font-weight: normal;
}

a.gray_link, .gray_link a {
	color: #666 !important;
	text-decoration: none !important;
}
.de_flag {
	padding-right: 30px;
	background: url(../images/de_flag.png) no-repeat top right;
}









#popup_header {
	height: 72px;
	background: url(../images/popup_bg.png) repeat-x;
	position: relative;
}
body.popup {
	background: url(../images/popup_bg.png) repeat-x;
}
#popup_header h1 {
	width: 81px;
	height: 64px;
	background: url(../images/popup_logo.png) no-repeat;
	position: absolute;
	top: 0px;
	left: 20px;
	text-indent: -9999px;
}
#popup_header h2 {
	position: absolute;
	top: 30px;
	left: 130px;
	font: bold 18px, Calibri, "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #fbb040;
}


.product_compare, .compare_details {
	margin-left: 5px;
	border-collapse: collapse;
	margin-top: 7px;
}
.product_compare .close_trigger {
	display: block;
	text-align: right;
	padding-right: 14px;
	font-size: 10px;
	color:#e29e39;
	text-decoration: none;
	background: url(../images/close_trigger.png) no-repeat right center;
}
.product_compare .text_center {
	margin-top: 10px;
}
.product_compare h4 {
	margin-bottom: 5px;
}
.product_compare td {
	border: 10px solid #fff;
	width: 210px;
	padding: 10px 5px;
	vertical-align: bottom;
	border-top: none;
	border-bottom: 1px dotted #ccc;
}
.product_compare td.left_first {
	vertical-align: bottom;
	border-bottom: none;
	background: url(../images/leftmenu_line.png) no-repeat bottom left;
	width: 220px;
}

.product_compare td.left_first a {
	background: url(../images/menu_expand.png) no-repeat 195px center;
	display: block;
	font-weight: bold;
	color: #333;
	padding-bottom: 5px;
}
.product_compare td.left_first a.collapse {
	background: url(../images/menu_collapse.png) no-repeat 195px center;
}

.odd td {
	background: #ebebeb;
}
.product_compare td.nomargins {
	padding: 0px;
	border: none;
}

.compare_details td {
	width: 220px;
	border: 10px solid #fff;
}
.compare_details td.left_first {
	width: 230px;
}
.compare_details td div {
	padding: 5px;
}
.product_compare_selector {
	padding: 40px 0px 160px 25px;
	clear: both;
}
.product_compare_selector .rowElem {
	width: 250px !important;
	float: left !important;
	margin-left: -2px;
	margin-right: 10px;
	display: inline;
}
.product_compare_selector input {
	margin-top: 2px;
}



.handlerinfo, .popup_rate {
	margin-left: 20px;
	width: 445px;
	margin-top: 10px;
}
.popup_rate {
	width: 438px;
}
.handlerinfo td, .popup_rate td {
	padding: 10px 10px 15px 0px;
	border-bottom: 1px dotted #b2c2d1;
	width: 135px;
	vertical-align: bottom;
}
.popup_rate td {
	 border-bottom: none;
	 padding-right: 0px;
	 width: auto !important;
}
.handlerinfo h4 {
	margin-bottom: 5px;
}
.handlerinfo ul {
	margin-bottom: -10px;
}
.handlerinfo ul li {
	margin-bottom: 10px;
}
.handlerinfo ul img {
	vertical-align: bottom;
	margin-right: 4px;
}

.popup_rate p.ratetitle {
	width: 120px;
	float: left;
}
.popup_rate p {
	margin-bottom: 5px;
}
.popup_rate .big_stars {
	float: left;
	margin-top: -2px;
}
.popup_rate p.legend {
	float: left;
	width: 150px;
	padding-left: 10px;
}
.rate_name {
	width: 428px; height: 18px; 	padding: 5px 5px 0px 5px;
	background: url(../images/input438.png) no-repeat;
	border: none; 	outline: none; 	float: left;
	margin-right: 10px; display: inline;
	font-size: 10px;
	color: #666;
	vertical-align:baseline;
	/* internet explorer input padding hack */
	padding-top: 6px\9;
	margin-top: 2px;
}
.rate_name.error {
	background: url(../images/input438_error.png) no-repeat;
	color: #ff5400;
}

.rate_textarea {
	width: 438px; height: 145px;
	background: url(../images/bg_textarea_rating.png) no-repeat;
	border: none; 	outline: none; 	float: left;
	margin-right: 10px; display: inline;
	/* internet explorer input padding hack */
	margin-top: 2px;
}
.rate_textarea textarea{
	width: 428px;
	height: 130px;
	margin: 0;
	margin-top: 5px;
	margin-left: 5px;
	font-family: Verdana, Geneva, sans-serif;
	border: none; border-color: #fff;
	font-size: 10px;
	color: #666;
  resize: none;
}

.input205 {
	width: 195px; height: 18px; 	padding: 5px 5px 0px 5px;
	background: url(../images/input205.png) no-repeat;
	border: none; 	outline: none; 	float: left;
	margin-right: 10px; display: inline;
	font-size: 10px;
	color: #666;
	vertical-align:baseline;
	/* internet explorer input padding hack */
	padding-top: 6px\9;
	margin-top: 2px;
}

.input205.error {
	background: url(../images/input205_error.png) no-repeat;
	color: #ff5400;
}
.nl_input {
	width: 241px; height: 21px; 	padding: 8px 8px 0px 8px;
	background: url(../images/input_newsletter.png) no-repeat top left;
	border: none; 	outline: none; 	float: left;
	margin-right: 10px; display: inline;
	font-size: 10px;
	color: #666;
	vertical-align:baseline;
	/* internet explorer input padding hack */
	padding-top: 6px\9;
	height: 23px\9;
}
.nl_input.shop {
	background: url(../images/input_shop.png) no-repeat top left;
	width: 164px !important;
	margin-right: 0px;
}
table.nl, table.shop {
	margin: 20px 0px;
}
.nl_input.error {
	background-position:bottom left;
}

.nl td.left_column {
	width: 120px;
	padding-top: 5px;
}
.nl td, .shop td {
	padding-bottom: 10px;
	vertical-align: top;
}
table.shop td {
	width: 164px;
}
table.shop .rowElem {
	width: 164px;
}
.nl .submit {
	margin-right: 15px;
}

.shop td.left_column {
	width: 105px;
	padding-top: 5px;
}

.rating_system {
	width: 90px;
	height: 18px;
	float: left;
	margin-top: -5px;
}
.rating_system.error {
	padding-bottom: 2px;
	border: 1px solid #F00;
}
.price_history {
	width: 440px;
	margin-left: 20px;
	margin-top: 10px;
}
.price_history td {
	vertical-align: middle;
}
.price_history .has_line td {
	border-bottom: 1px dotted #b2c2d1;
	padding-bottom: 15px;
}
.price_history .artikel_menu {
	margin: 0px !important;
	width: 440px;
	padding-top: 30px;
	padding-left: 0px;
	border-color: #999;
}
.price_history div.histogram {
	border: 1px solid #999;
	border-top: none;
	text-align: center;
	padding: 20px;
	clear: both;
	width: 398px;
}
body.page_404 {
	background: #fff;
}

.box_404 {
	width: 515px;
	height: 481px;
	background: url(../images/404_container.png) no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -257px;
	margin-top: -240px;
}
.logo_404 {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
}
.box_404 p {
	width: 350px;
	padding-left: 80px;
	font-size: 14px;
	margin-bottom: 25px;
}
html#nobg {
	background: #fff url(../images/404_bg.png) repeat-x top left;
}

span.bullet_left_link{
	padding-left: 14px;
	background: url(../images/bullet.png) no-repeat left center;
	font-weight: bold;
	color: #e29e39;
	font-size: 11px;
}
.orange {
	color: #e29e39 !important;
}



#menu_overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #333;
	z-index: 100;
	display: none;
}

* html #menu_overlay {	/* IE6 */
	position: absolute;
	width: 100%;
}

#toppanel {
    position: absolute;   /*Panel will overlap  content */
    /*position: relative;*/   /*Panel will "push" the content down */
    top: 0;
	left: 0;
    width: 100%;
    z-index: 1000;
    text-align: center;
	margin: 0 auto !important;
	clear: both;
	display: block;
}

#panel {
	width: 986px;
	margin: 0 auto;
	background: url(../images/bg_drop_bottom.png) no-repeat bottom left;
	overflow: hidden;
	position: relative;
	display: none;
	text-align: left;
	padding-bottom: 23px;
}
#panel_container {
	background: url(../images/bg_drop.png) repeat-y top left;
}
.panel_content {
	padding: 30px;
}
.panel_content ul {
	width: 210px;
	float: left;
	margin-right: 20px;
	display: inline;
	margin-bottom: 15px;
}
#toggle {
	text-align: center;
	height: 42px;
}
a.open, a.close {
	height: 42px;
	display: block;
	width: 216px;
	position: relative;
	z-index: 1000;
	margin: 0 auto;
	text-indent: -9999px;
}

a.open {background: url(../images/bt_alle_down.png) no-repeat left 0;}
a.close {background: url(../images/bt_alle_up.png) no-repeat left 0; margin-top: -7px;}
/* clklnk */
.clklnk{
  	cursor:pointer;
  	color:#e29e39;
	text-decoration: none;
}
.clklnk:hover{
  	cursor:pointer;
  	text-decoration:underline;
}
.inverted.clklnk, .clklnk.inverted {
	color: #333 !important;
	text-decoration: none;
}
.clklnk.inverted:hover, .inverted.clklnk:hover {
	text-decoration: underline;
}
.clklnk.selected {
	color: #e29e39 !important;
	text-decoration: none !important;
}
.blue_link .clklnk {
	color: #2540cc;
	text-decoration: underline;
}
.blue_link .clklnk:hover {
	color: #e29e39;
}
.darkblue_link .clklnk {
	color: #e29e39 !important;
	text-decoration: none !important;
}
.darkblue_link .clklnk:hover {
	color: #333 !important;
	text-decoration: underline !important;
}
#mycarousel li .clklnk {
	display: block;
	width: 136px;
	height: 133px;
	font-size: 10px;
	text-decoration: none;
	padding: 5px 10px 0px 10px;
	font-weight: bold;
	text-align: center;
}
#mycarousel .clklnk img {
	margin: 0 auto !important;
	padding-top: 2px;
}
#mycarousel li .clklnk span {
}
#mycarousel li .clklnk span.name {
	color: #333;
	text-decoration: none;
}
#mycarousel li .clklnk span.price {
	color: #e29e39 !important;
	margin-top: -2px;
	padding-left: 20px;
	background: url(../images/bullet.png) no-repeat left center;
	padding-bottom: 2px;
}
.leftmenu li .clklnk {
	display: block;
	padding: 7px 20px 9px 10px;
	font-size: 11px !important;
	color: #333;
	font-weight: bold;
}
.leftmenu.filter li .clklnk {
	background: url(../images/menu_expand.png) no-repeat 195px center;
}
.leftmenu.filter li .clklnk.collapse {
	background: url(../images/menu_collapse.png) no-repeat 195px center;
}
.leftmenu.filter li .clklnk.bullet_left_link {
	color: #e29e39;
}
.leftmenu.filter ul li .clklnk {
	background: none;
	padding: 3px 10px 3px 28px;
	font-weight: normal;
	background: url(../images/filter_checkbox_off.png) no-repeat 10px 4px;
}
.leftmenu.filter ul li .clklnk.selected {
	background: url(../images/filter_checkbox_on.png) no-repeat 10px 4px;
}
.leftmenu.filter ul li .clklnk.disabled {
	background: url(../images/filter_checkbox_disabled.png) no-repeat 10px 4px;
	color: #ccc !important;
	cursor: default;
}
.leftmenu.filter ul li .clklnk.disabled:hover {
	text-decoration: none;
}
.leftmenu.filter ul li .clklnk.bullet_left_link {
	padding-left: 34px;
	background: url(../images/bullet.png) no-repeat 10px center;
	font-weight: bold;
	font-size: 11px;
}
.clklnk.sort_desc {
	padding: 4px 0px 4px 22px;
	color: #333;
	background:url(../images/menu_expand.png) no-repeat left center;
}
.clklnk.sort_desc.active {
	color: #e29e39;
	background:url(../images/menu_expand.png) no-repeat left center;
}
.clklnk.sort_asc {
	color: #333;
	background:url(../images/menu_collapse.png) no-repeat left center;
	padding: 4px 0px 4px 22px;
}
.clklnk.sort_asc.active {
	color: #e29e39;
	background:url(../images/menu_collapse.png) no-repeat left center;
}
.artikel_menu li .clklnk {
	display: block;
	width: auto;
	background: url(../images/tabs.png) no-repeat bottom left;
	padding-left: 15px;
}
.artikel_menu li .clklnk span {
	display: block;
	font: bold 15px Calibri, "Lucida Grande", Arial, Helvetica, sans-serif;
	background: url(../images/tabs.png) no-repeat bottom right;
	color: #333;
	padding: 3px 15px 0px 0px;
	height: 21px;
}
.mac .artikel_menu li .clklnk span {
	font: bold 13px "Lucida Grande", Arial, Helvetica, sans-serif;
}

.artikel_menu li .clklnk:hover {
	background-position: top left;
	text-decoration: none;
}
.artikel_menu li .clklnk:hover span {
	background-position: top right;
	color: #fff;
}
.artikel_menu li .clklnk.selected, .artikel_menu .clklnk.selected:hover {
	background-position: top left;

}
.artikel_menu li .clklnk.selected span, .artikel_menu .clklnk.selected:hover span {
	background-position: top right;
	color: #fff;
}
.produkt_list td h4 .clklnk {
	color: #333;
	text-decoration: none;
}
.produkt_list td .clklnk {
	color: #e29e39;
	font-weight: bold;
	text-decoration: underline;
}
.produkt_list td .clklnk:hover {
	color: #e29e39;
}
.produkt_list .last .clklnk {
	font-weight:normal;
}
.pagination .clklnk {
	font: bold 15px Calibri, "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #333;
	text-decoration: none;
	padding: 0px 1px;
}
.mac .pagination .clklnk {
	font: bold 10px "Lucida Grande" !important;
}

.pagination .clklnk:hover {
	text-decoration: underline;
	color: #e29e39;
}
.pagination .clklnk.selected {
	color: #e29e39;
}
.pagination .clklnk.prev, .pagination .clklnk.next {
	display: block;
	width: 19px;
	height: 19px;
	text-indent: -9999px;
	margin-top: 0px;
}
.pagination .clklnk.prev {
	background: url(../images/pagination_prev.png) no-repeat;
	float: left;
}
.pagination .clklnk.next {
	background: url(../images/pagination_next.png) no-repeat;
	float: right;
}


.googlebox .ga_title {
	font-size: 14px;
	color: #0033CC;
}

td.google_add h3 a.ga_black_link {
	color: #000000 !important;
}
.amazon_star{
	color:#333333!important;
}
