
/* =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;
}

.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: #ff7500;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.inverted {
	color: #003468;
	text-decoration: none;
}
a.inverted:hover {
	text-decoration: underline;
}
a.selected {
	color: #ff7500 !important;
	text-decoration: none !important;
}

h4 {
	font-size: 12px;
}
h2 {

}
.mac h2 {
	font: bold 15px "Lucida Grande" !important;
}


/* =LAYOUT
===========================================*/
body {
	background: #fff;
	font: 11px Verdana, Geneva, sans-serif;
	color: #003468;
}
#container {
	width: 992px;
	background: #fff;
}
#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;
	margin-left: 10px;
	display: inline;
}
.rightcolumn {
	float: left;
	margin-left: 10px;
	display: inline;
	width: 737px;
	line-height: 15px;
	z-index: 1;
}
.content_left {
	float: left;
	width: 480px;
}
.content_right {
	float: left;
	width: 235px;
	margin-left: 10px;
	display: inline;
}

/* =HEADER
===========================================*/
.scout_network {
	width: 992px;
	height: 27px;
	overflow: hidden;
}
.scout_network li {
	font-size: 9px;
	float: left;
	height: 18px;
	margin-top: 9px;
	border-right: 1px solid #ccd6e1;
}
.scout_network li a {
	padding: 3px 12px 0px 12px;
	color: #666;
	text-decoration: none;
}
.scout_network li a:hover {
	color: #ff7500;

}
.powered a {
	display: block;
	width: 182px;
	height: 26px;
	background: url(../images/t-logo.gif) no-repeat left center;
	text-indent: -9999px;
	position: absolute;
	top: 0px;
	right: 0px;
}
#logo a {
	display: block;
	width: 120px;
	height: 58px;
	background: url(../images/electronicscout24_logo.gif) no-repeat;
	text-indent: -9999px;
	position: absolute;
	top: 41px;
	left: 10px;
}

/* =MAIN MENU
===========================================*/
.menu {
	position: absolute;
	right: 0px;
	top: 63px;
}
.menu li {
	float: left;
	height: 50px;
	background: url(../images/menu_right.gif) no-repeat top right;
	position: relative;
}
.menu li.last {
	background: none;
}
.menu li a {
	display: block;
	height: 40px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #003468;
	padding: 10px 15px 0px 15px;
	line-height: normal;
	background: url(../images/menu_arrow_off.gif) no-repeat right 42px;
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
	border-bottom: none;
}
* html .menu li a {
	width: 10px;
	white-space: nowrap;
	border: none;
	margin: 1px;
	margin-bottom: 0px;
}
* html .menu li a:hover {
	margin: 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #ccd6e1;
	border-bottom: none;
}
.menu li a:hover, .menu li.hover a {
	color: #ff7500;
	background: url(../images/menu_hover.png) repeat-x top left;
	border-color: #ccd6e1;
	border-bottom: none;
}

ul.menu li ul {
	width: 180px !important;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0px;
	background: #fff url(../images/submenu_bg.png) repeat-x top left;
	border: 1px solid #ccd6e1;
	border-top: none;
	padding-top: 10px;
}
ul.menu li ul li {
	height: auto !important;
	background: none !important;
}

/* IE 6 & 7 Needs Inline Block */
ul.menu li ul li a	{
	width: 164px;
	padding: 4px 4px 4px 12px;
	display: block;
	height: auto !important;
	border: none !important;
	border-top: 1px solid #ccd6e1 !important;
	background: none !important;
	font-weight: normal;
	color: #003468 !important;
}
ul.menu li ul li a.first	{
	border-top: none !important;
}
ul.menu li ul li a:hover, ul.menu ul li.hover a	{
	background: #ecedf4;
	color: #ff7500 !important;
}
.menu .nobg {
	background: none !important;
}
ul.menu li.last ul {
	position: absolute;
	right: 0px !important;
	left: auto;
}



/* =BRADCRUMB
===========================================*/
.breadcrumb {
	margin-bottom: 15px;
	font-size: 10px;
	color: #666;
}
.breadcrumb span {
	float: left;
	width: 245px;
	text-align: right;
	padding-right: 10px;
}
.breadcrumb a {
	color: #0000ff;
	text-decoration: underline;
	padding-right: 10px;
}


h2 {
	color: #ff7500;
	font: bold 20px  Calibri, "Lucida Grande", Verdana, Geneva, sans-serif;
	margin-bottom: 8px;
}
.mac h2 {
	font: bold 15px "Lucida Grande" !important;
}
.searchbox h2, .smallbox h3, .halfbox h2, .mediumbox h2, .bigbox h1 {
	padding: 3px 0px 4px 9px;
	padding-left: 9px;
	color: #fff;
	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;
}
.mac .searchbox h2, .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 #99aec3;
	margin-bottom: 9px;
	background: none;
	color: #003468;
}
.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: #003468;
}
.mac .mediumbox h1.product_title {
	font: bold 20px "Lucida Grande" !important;
}
.mediumbox h2 {
	background: url(../images/bg_title_bediumbox.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: #003468;
	text-decoration: none;
}
ul.bottom_links a:hover {
	color: #ff7500;
	text-decoration: underline;
}
ul.brand_list {
	padding-left: 50px;
	float: left;
}
ul.brand_list li {
	margin-bottom: 5px;
}



/* =SEARCH BOX
===========================================*/
.searchbox {
	width: 483px;
	padding: 0 !important;
	height: 152px;
	margin-right: -3px;
	margin-bottom: 27px;
	background: url(../images/bg_search.png) no-repeat bottom left !important;
	font-size: 10px;
}
.searchbox h2 {
	background: url(../images/bg_title_mediumbox_shadow.png);
	width: 474px;
	margin: 0 !important;
}
.inputsearch {
	width: 438px;
	height: 18px;
	padding: 5px 5px 0px 5px;
/*
	height: 25px;
	padding: 0px 5px 0px 5px; */
	background: url(../images/search_input.png) no-repeat;
	border: none; 	outline: none; 	float: left;
	margin-top: 17px; 	margin-left: 16px;
	display: inline;
	font-size: 10px;
	color: #666;
	vertical-align:baseline;
	/* internet explorer input padding hack */
	padding-top: 6px\9;
}
.inputsearch.errorinput {
	background: url(../images/search_input_error.png) no-repeat !important;
}
.submitsearch {
	float: left;
	margin-left: 315px;
	margin-top:25px;
	display: inline;

}
.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_124px {
	height: 124px;
}
.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-left: 10px;
	margin-bottom: 30px;
}
.smallbox.standalone {
	margin-left: 10px;
	display: inline;
}
.leftcolumn .smallbox-simple.standalone {
	margin-left: 0px;
}

.smallbox.gray {
	background: url(../images/bg_smallbox_gray.png) no-repeat bottom left !important;
}
.smallbox h3	{
	background: url(../images/bg_title_smallbox.png);
}
.smallbox.gray h3	{
	background: url(../images/bg_title_smallbox_gray.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: 335px;
	float: left;
	margin: 0px 11px 30px 0px;
	padding: 0px 11px 0px 11px;
	position: relative;
}
.halfbox.gray {
	background:url(../images/bg_halfbox_gray.png) no-repeat bottom left !important;
}
.halfbox.gray h2 {
	background: url(../images/bg_title_halfbox_gray.png);
	margin: 0px -11px 20px -11px;
	color: #666;
}
.halfbox p.top_line {
	position: absolute;
	bottom: 16px;
	width: 335px;
	padding-top: 13px;
}
.halfbox.gray.right_padding {
	padding: 0px 124px 0px 11px !important;
	width: 222px !important;
}
.halfbox.right_padding h2 {
	margin-right: -124px;
}
.halfbox.right_padding .img_right {
	float: right;
	margin-right: -114px;
	display: inline;
}


/* =BIGBOX
===========================================*/
.bigbox {
	width: 729px;
	background: url(../images/bg_bigbox_repeat.png) repeat-y top left;
	line-height: 15px;
	margin-bottom: 30px;
	clear: both;
}
.bigbox .inner_container {
	width: 684px;
	padding: 0px 24px 5px 21px;
	background: url(../images/bg_bigbox.png) no-repeat bottom left;
}
.bigbox h1 {
	margin: 0px -24px 14px -21px;
	background: url(../images/bg_title_bigbox_shadow.png) no-repeat;
}
.bigbox.shadow {
	background: url(../images/bg_bigbox_shadow_repeat.png) repeat-y top left !important;
}
.bigbox.shadow .inner_container {
	background: url(../images/bg_bigbox_shadow.png) no-repeat bottom left !important;
}
.bigbox.gray.shadow {
	background: url(../images/bg_bigbox_gray_shadow_repeat.png) repeat-y top left !important;
}
.bigbox.gray.shadow .inner_container {
	background: url(../images/bg_bigbox_gray_shadow.png) no-repeat bottom left !important;
}
.bigbox.gray.shadow.wide {
	width: 974px !important;
	margin-left: 10px;
	background: url(../images/widebox_repeat.jpg) repeat-y !important;
}
.bigbox.gray.shadow.wide .inner_container {
	background: url(../images/widebox_bottom.jpg) no-repeat bottom left !important;
	padding:0 24px 5px 21px;
	width:929px;
}
.bigbox.gray.shadow h1 {
	background: url(../images/bg_title_bigbox_shadow_gray.png);
	color: #666;
}
.bigbox.gray.shadow.wide h1 {
	width: 974px !important;
	margin-left: 10px;
	background: url(../images/widebox_title.jpg) no-repeat !important;
	margin: 0px -24px 14px -21px;
}


.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;
	color: #003468;
}
.bigbox ul {
	margin-left: 20px;
	list-style-type: square;
	margin-bottom: 15px;
}
.bigbox ul li {
	margin-bottom: 5px;
}
.tagcloud a {
	font-family: Calibri, "Lucida Grande",  Arial, Helvetica, sans-serif;
	color: #003468;
	padding: 0px 4px;
	font-weight: bold;
	display: inline-block;
}
.tagcloud a:hover {
	text-decoration: underline;
	color: #ff7500;
}
.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;
}



/* =LEFT MENU
===========================================*/

.leftmenu li {
	font-size: 0px;
	background: url(../images/leftmenu_line.png) no-repeat bottom left;
}
.leftmenu li a {
	display: block;
	padding: 7px 10px 9px 10px;
	font-size: 11px !important;
	color: #013468;
	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 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;
	color: #013468 !important;
}
.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: 28px;
	background: url(../images/bullet.png) no-repeat 10px center;
	font-weight: bold;
	color: #003468;
	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 #99aec3;
	margin-bottom: 9px;
	width: 100%;
	float: left;
	_margin-left: -7px;
	*margin-left: -7px;
}
.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;
}

/* =CAROUSEL
===========================================*/
.carousel {
	clear: both;
	margin-bottom: 56px;
	float: left;
	padding-left: 30px;
	width: 962px;
	z-index: 1;
}
.carousel h2 {
	color: #003468;
	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;
	background: url(../images/carousel_bg.png);
	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 {
	display: block;
	text-align: left;
	clear: both;
	float: left;
}
#mycarousel li a span.name {
	color: #0000ff;
	text-decoration: underline !important;
}
#mycarousel li a span.price {
	color: #003468 !important;
	margin-top: -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;
	background: url(../images/bullet.png) no-repeat 0px 17px;
	text-decoration: none;
	color: #003468;
	font-weight: bold;
	display: block;
	width: auto;
	height: auto;
}
.marken_list li a:hover {
	color: #ff7500;
}
.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: #003468;
}
.specials_menu li a:hover {
	color: #ff7500;
	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: #ff7500 !important;
}
.produkt_list td p {
	margin-bottom: 10px;
	clear: left;
}
.produkt_list td a {
	color: #2540cc;
	text-decoration: underline;
}
.produkt_list td a:hover {
	color: #ff7500;
}
.produkt_list td h4 {
	float: left;
	padding-bottom: 5px;
	width: 215px;
}
.produkt_list td h4 a {
	color: #003468;
	text-decoration: none;
}
.produkt_list p.price, .offer_list p.price, .artikel p.price {
	color: #ff7500;
	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;
}
.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-weight: bold;
	font-size: 12px;
	color: #ff7500;
}

.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.green {
	background: url(../images/availability_green.png) no-repeat 0px 2px;
}
.bullets.gray {
	background: url(../images/availability_gray.png) no-repeat 0px 2px;
}
.bullets.red {
	background: url(../images/availability_red.png) no-repeat 0px 2px;
}
.bullets.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-left: 14px;
	color: #003468;
	background:url(../images/sort_desc_active.png) no-repeat left center;
}
a.sort_desc.active {
	color: #ff7500;
	background:url(../images/sort_desc_inactive.png) no-repeat left center;
}
a.sort_asc {
	color: #003468;
	background:url(../images/sort_asc_active.png) no-repeat left center;
	padding-left: 14px;
}
a.sort_asc.active {
	color: #ff7500;
	background:url(../images/sort_asc_inactive.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: -33px;
	margin-left: 50px;
	margin-bottom: 30px;
	display: inline;
	height: 31px;
	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: 25px;
}
.pagination a {
	font: bold 15px Calibri, "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #003468;
	text-decoration: none;
	padding: 0px 1px;
}
.mac .pagination a {
	font: bold 10px "Lucida Grande" !important;
}

.pagination a:hover {
	text-decoration: underline;
	color: #ff7500;
}
.pagination a.selected {
	color: #ff7500;
}
.pagination a.prev, .pagination a.next {
	display: block;
	width: 8px;
	height: 18px;
	text-indent: -9999px;
	margin-top: 3px;
}
.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: -30px;
	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 #99aec3;
	list-style-type: none !important;
	margin: 20px -21px 15px -20px !important;
	padding-left: 35px;
	height: 24px;
	width: 100%;
	clear: both;
	width: 690px;
	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: #666;
	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: #ff7500;
	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-right: 17px;
	background: url(../images/bullet.png) no-repeat right center;
	font-weight: bold;
}
.bullet_left_link {
	padding-left: 14px;
	background: url(../images/bullet.png) no-repeat left center;
	font-weight: bold;
	color: #003468;
	font-size: 11px;
}
.blue_link a {
	color: #2540cc;
	text-decoration: underline;
}
.blue_link a:hover {
	color: #ff7500;
}
.darkblue_link a {
	color: #003468 !important;
	text-decoration: none !important;
}
.darkblue_link a:hover {
	color: #ff7500 !important;
	text-decoration: underline !important;
}

.bullet_left_link span, .bullet_right_link span {
	font-weight: normal;
}

.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: 76px;
	height: 37px;
	background: url(../images/popup_logo.png) no-repeat;
	position: absolute;
	top: 11px;
	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: #003468;
}


.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:#013468;
	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: #013468;
}
.product_compare td.left_first a.collapse {
	background: url(../images/menu_collapse.png) no-repeat 195px center;
}

.odd td {
	background: #ebedf4;
}
.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: url(../images/bg_404.png);
}

body.page_404 .bigbox.gray.shadow {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 436px;
	margin-left: -364px;
	margin-top: -218px;
}
body.page_404 .bigbox.gray.shadow .inner_container {
	height: 436px;
}
body.page_404 .logo {
	padding-top: 60px;
	padding-left: 90px;
	padding-bottom: 30px;
}
body.page_404 h2 {
	font: bold 25px Calibri, "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #003468;
	padding-left: 90px;
}
/* clklnk */
.clklnk{
  	cursor:pointer;
  	color:#FF7500;
}
.clklnk:hover{
  	text-decoration:underline;
}
.blue_link .clklnk {
	color: #2540cc;
	text-decoration: underline;
}
.blue_link .clklnk:hover {
	color: #ff7500;
}
.darkblue_link .clklnk {
	color: #003468 !important;
	text-decoration: none !important;
}
.darkblue_link .clklnk:hover {
	color: #ff7500 !important;
	text-decoration: underline !important;
}
span.bullet_left_link{
	padding-left: 14px;
	background: url(../images/bullet.png) no-repeat left center;
	font-weight: bold;
	color: #003468;
	font-size: 11px;
}
#mycarousel li .clklnk {
	display: block;
	width: 136px;
	height: 133px;
	background: url(../images/carousel_bg.png);
	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 {
	display: block;
	text-align: left;
	clear: both;
	float: left;
}
#mycarousel li .clklnk span.name {
	color: #0000ff;
	text-decoration: underline !important;
}
#mycarousel li .clklnk span.price {
	color: #003468 !important;
	margin-top: -2px;
}
.produkt_list td span.clklnk {
	color: #2540cc;
	text-decoration: underline;
}
.produkt_list td span.clklnk:hover {
	color: #ff7500;
}
.produkt_list td h4 span.clklnk {
	color: #003468;
	text-decoration: none;
}
.produkt_list td h4 span.clklnk:hover {
	color: #ff7500;
}
td.last span.clklnk{
  	cursor:pointer;
  	color:#FF7500;
	text-decoration: none;
}
td.last span.clklnk:hover{
	text-decoration: underline;
}
.inverted1 {
	color: #003468;
	text-decoration: none;
}
.inverted1:hover {
	text-decoration: underline;
}
span.sort_desc {
	padding-left: 14px;
	color: #003468;
	background:url(../images/sort_desc_active.png) no-repeat left center;
}
span.sort_desc.active {
	color: #ff7500;
	background:url(../images/sort_desc_inactive.png) no-repeat left center;
}
span.sort_asc {
	color: #003468;
	background:url(../images/sort_asc_active.png) no-repeat left center;
	padding-left: 14px;
}
span.sort_asc.active {
	color: #ff7500;
	background:url(../images/sort_asc_inactive.png) no-repeat left center;
}
span.sort_desc:hover,span.sort_asc:hover{
	text-decoration: underline;
}
.pagination .clklnk {
	font: bold 15px Calibri, "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #003468;
	text-decoration: none;
	padding: 0px 1px;
}
.mac .pagination .clklnk {
	font: bold 10px "Lucida Grande" !important;
}

.pagination .clklnk:hover {
	text-decoration: underline;
	color: #ff7500;
}
.pagination .clklnk.selected {
	color: #ff7500;
}
.pagination .clklnk.prev, .pagination .clklnk.next {
	display: block;
	width: 8px;
	height: 18px;
	text-indent: -9999px;
	margin-top: 3px;
}
.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;
}

.leftmenu li .clklnk {
	display: block;
	padding: 7px 10px 9px 10px;
	font-size: 11px !important;
	color: #013468;
	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 ul li .clklnk {
	font-size:12px;
	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;
	color: #013468 !important;
}
.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: 28px;
	background: url(../images/bullet.png) no-repeat 10px center;
	font-weight: bold;
	color: #003468;
	font-size: 11px;
}

.artikel_menu li .clklnk {
	display: block;
	width: auto;
	background: url(../images/tabs.png) no-repeat bottom left;
	padding-left: 15px;
}
.artikel_menu li span.clklnk span {
	display: block;
	font: bold 15px Calibri, "Lucida Grande", Arial, Helvetica, sans-serif;
	background: url(../images/tabs.png) no-repeat bottom right;
	color: #666;
	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;
}

.amazon_star{
	color:#003468!important;
}
