/* --------------------------------------------------------------
   stylesheet.css 2010-03-22 gambio
   Gambio GmbH
   http://www.gambio.de
   Copyright (c) 2010 Gambio GmbH
   Released under the GNU General Public License
   --------------------------------------------------------------*/
/* -----------------------------------------------------------------------------------------
   $Id: stylesheet.css 1262 2005-09-30 10:00:32Z mz $   
   XT-Commerce - community made shopping
   http://www.xt-commerce.com
   Copyright (c) 2004 XT-Commerce 
   -----------------------------------------------------------------------------------------
   based on: 
   (c) 2000-2001 The Exchange Project  (earlier name of osCommerce)
   (c) 2002-2003 osCommerce(stylesheet.css,v 1.54 2003/05/27); www.oscommerce.com 
   (c) 2003	 nextcommerce (stylesheet.css,v 1.7 2003/08/13); www.nextcommerce.org
   Released under the GNU General Public License 
   ---------------------------------------------------------------------------------------*/
/*
@import "gm_dynamic.css.php";
*/

@import "xi_top_menu.css";


@import "crossselling.css";




@import "filter.css";


@import "imageslider.css";
@import "partnerslider.css";

@import "lightbox.css";

@import "carousel.css";
@import "skin.css";


@import "sexybookmarks.css";

@import "topproducts.css";
@import "box_about_us.css";
@import "box_info.css";
@import "partner.css";
@import "box_subcat.css";


@import "tabs.css";



@import "listing.css";
@import "productinfo.css";

@import "search_result.css";



@import "newproducts.css";
@import "footer.css";

@import "box_admin.css";
@import "box_cart_top.css";
@import "box_top_search.css";
@import "shopping_cart.css";
@import "advanced_search.css";

@import "withdrawal.css";

@import "accmenu.css";



@import "bootstrap.css";


/*---------------------------- Imageslider (c) 2008 by Hetfield - www.MerZ-IT-SerVice.de - Begin --------------------------*/
ul#imageslider { 
	margin:0 auto; 
	padding:0; 
	list-style:none; 
	list-style-position:outside; 
	overflow:hidden; /* Falls die Inhalte zu gross sind, werden diese abgeschnitten */
	width: 781px; /* Breite des Slideshowcontainers */
}
ul#imageslider #slidercontent { 
	display: none; 	/* Textanzeige deaktiviert durch display:none; */
	z-index: 888;	/* Durch den z-index wird der Conatiner des Textes auf das Bild gelegt */
	position: relative; 
	top: -195px;	/* Damit der Text auf dem Bild angezeigt werden kann müssen wir den Container nach oben ziehen */
	width: 781px; /* Breite des Slideshowcontainers */
	overflow: hidden; /* Falls die Inhalte zu gross sind, werden diese abgeschnitten */
	text-align: justify;
	font-size: 0.9em; 
	background: #ccc; 
	/* Regelt die Transparenz des Textes um das Bild darunter noch sehen zu können */
	-moz-opacity: 0.7;
	opacity: 0.70; 
	filter:alpha(opacity=70); 
}
/*---------------------------- Imageslider (c) 2008 by Hetfield - www.MerZ-IT-SerVice.de - End ----------------------------*/


.class_error_message{color:red; font-size: 14px; font-weight: bold;}

/****************************************************************************************/
/* KLASSE Aufteilung der layouts*/
/****************************************************************************************/

.content1{									/* Content breit - 1spaltig */
	float:left;
	width: 1080px;
	margin: 0px 0px 0px 0px;
	border: 0px solid red;

}
.content2{									/* Content - 2spaltig Infocontent*/
	float: left;
	margin: 0px 0px 0px 0px;
	width: 800px;
}
.content2list{								/* Content - 2spaltig listenansicht*/
	float: left;
	margin: 0px 0px 0px 0px;
	width: 800px;
}
.content3{					  				/* Content - 2spaltig - Startseite */
	float:left;
	/* width: 640px; */
	margin: 0px 0px 0px 0px;
	border: 0px solid red;
}


/*********************************************************/
/* Archivscanner - Datapool GmbH - by X-Interactive 2012 */
/*********************************************************/

body
{
	height: 100%;
	margin: 0;
	padding: 0;
	/*background: #eaeaea;*/
	background: url(img/bg_body_1.jpg) repeat-x #fff;
}
.clear{
	clear: both;
}


.center{
	margin: auto;
	width: 1100px;
	border: 0px solid red;
}

.bodyspacer{
	margin: auto;
	width: 1100px;
	height: 20px;
}


.spacer20px{
	height: 20px;

	float:left;
}
/* ------------------------------------------------------------------------------------------ NAVTRAIL --------*/
.navtrail{
	/*background: url(img/bg_navtrail.jpg) no-repeat;*/
	/*background: #f0f0f0;*/
	width: 1040px; /*1040*/
	height: 25px;
	margin: 0px 0px 20px 30px;
	float: left;
	text-align: left;
	padding: 0px 0px 0px 0px;
	font-size: 16px;
	font-family: arial;
	line-height: 25px;
	border-bottom: 1px solid #ccc;
}
.navtrail a{
	color: #000;
	text-decoration: none;
}




/* ------------------------------------------------------------------------------------------ Hotline --------*/
.hotline{
	float: right;
	width: 435px;
	height: 40px;
	margin: 20px 0px 0px 0px;
	border: 0px solid red;
}
@import url(https://fonts.googleapis.com/css?family=Oswald:700);
.hotlineinner{
	float:right;
	color: #007aeb;
	/* font-family: Impact, Arial; */
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 40px;
	/* margin-left: 5px; */
	
	/* font-size: 40px; */
	line-height: 42px;
	/* margin-left: 10px; */
	text-transform: uppercase;
	margin: 0px 25px 0px 0px;
}
.hotlineicon{
	float: left;
	background: url(img/hotline_icon.gif) no-repeat;
	/* width: 60px; */
	width: 40px;
	height: 38px;
	margin: 5px 0px 0px 20px;
/* 	display: none; */
	}
/* ------------------------------------------------------------------------------------------ LOGO --------*/
.logo1{
	float: left;
	width: 490px;
	height: 80px;
	/*background: url(img/bg_logo.jpg) no-repeat;*/
	background: url(img/logo.gif) no-repeat;
	
	z-index: 1;
}
.logo2{
	float: left;
	width: 369px;
	height: 66px; /*66*/
	/*background: url(img/bg_logo_2.jpg) no-repeat;*/

}
.payments{
	float: left;
	width: 369px;
	height: 23px; /*66*/
	margin-top: 30px;
	border: 0px solid red;
	/*background: url(img/bg_logo_2.jpg) no-repeat;*/

}


/* ------------------------------------------------------------------------------------------ MENU OBEN --------*/
.menuhigh{
	float: right;
	background: url(img/bg_menu_high.jpg) no-repeat;
	width: 435px;
	height: 29px;
}
.menuhigh-btn{
	float: left;
	line-height: 29px;
	border: 0px solid yellow;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
}
.menuhigh-btn a{color:#666; text-decoration: none;}
.menuhigh-btn a:hover{color:#666; text-decoration:underline;}
.menuhigh-line{
	background: #999;
	float: left;
	width: 1px;
	height: 29px;
	border: 0px solid green;
	margin:0px 13px 0px 13px;
}
.menuhigh-btn-spacer{
	float: left;
	width: 20px;
	height: 39px;
}

/* ------------------------------------------------------------------------------------------ Login oben --------*/
.login{
	float: right;
	border: 0px solid red;
	width: 420px;
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 10px 0px 0px 0px;
	}
.logininner{
	float: right;
	width:400px;
	margin-top: 10px;
}
.logininnerleft1{
	float:left;
	width: 50px;
	border: 0px solid red;
	text-align: left;
}
.logininnerleft2{
	float:left;
	width: 60px;
	border: 0px solid red;
	text-align: left;
}
.logininnerright{
	float:left;
	width: 120px;
	text-align: left;
}
.logininnerright input{
	float:left;
	width: 100px;
	background: #fff;
	border: 0px solid #fff;
}


.logininnerbtn{
	float:left;
	width: 48px;
	text-align: right;
}
	
/* ------------------------------------------------------------------------------------------ Suche oben --------*/
.suche{
	float:right;
	background: url(img/bg_suche.jpg) no-repeat;
	width: 351px;
	height: 50px;
	margin: 20px 0px 0px 28px;	
}

.suche input{
	margin: 13px 0px 0px 25px;
	float: left;
	border: 1px solid #e0e0e0;
	width: 270px !important;
	height: 18px;
}
.suche #quick_find_submit{
	width: 20px;
	margin: 13px 0px 0px 5px;
}



/* ------------------------------------------------------------------------------------------ topcart --------*/
.topcart{
	float:right;
	background: url(img/bg_top_cart.jpg) no-repeat;
	width: 348px;
	height: 50px;
	margin: 20px 0px 0px 0px; 
}
.topcartlink{
	float:left;
	width: 90px;
	height: 50px;
	border: 0px solid red;
	line-height: 50px;
	font-family: arial;
	color: #fff;
	font-size: 12px;
}
.topcartlink a{
	color: #fff;
	text-decoration: none;
}



/* ------------------------------------------------------------------------------------------ topnavi --------*/
.topnavi{
	float:left;
	background: url(img/bg_topnavi.jpg) no-repeat;
	width: 1100px;
	height: 59px;
}
.topnavi-line{
	background: #b6b6b6;
	float: left;
	width: 1px;
	height: 59px;
	border: 0px solid green;
	margin:0px 0px 0px 0px;
}
.topnavi-btn{
	float: left;
	line-height: 59px;
	border: 0px solid yellow;
	font-family: Arial;
	font-size: 14px;
	padding: 0px 0px 0px 0px;
}
.topnavi-btn a{color:#333; text-decoration: none; line-height: 59px; display: block; padding: 0px 15px 0px 15px;}
.topnavi-btn a:hover{color:#0066CC; text-decoration:none; background: #fff;}

.topnavi-btn-spacer{
	float: left;
	width: 30px;
	height: 59px;
}
/* Button Wiederverkäufer*/
.wiederverk{
	float: right;
   width: 135px;
	height: 26px;
	background: url(img/bg_wiederverkaeufer.png) no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 26px;
	margin: 17px 0px 0px 0px;
}
.wiederverk a{
	display: block;
	color: #fff;
	text-decoration: none;
}





/* ------------------------------------------------------------------------------------------ topshaddow --------*/
.topshaddow{
	float:left;
	background: url(img/bg_topshaddow.jpg) repeat-x;
	width: 1100px;
	height: 25px;

}
/* ------------------------------------------------------------------------------------------ Slider --------*/

.slider{
	margin-left: 15px;
	width: 780px;
	float: left;
	border: 0px solid red;

}
.slidershaddow{
	background: url(img/slidershaddow.jpg) no-repeat;
	float:right;
	height: 30px;
	width: 777px;
	margin-left: 30px;

}





/* ------------------------------------------------------------------------------------------------------------------------ Content --------*/
.content{
	float:left;
	background: #fff;
	width: 1100px;
	border: 0px solid red;
}
.left-content{
	float:left;
	width: 380px;
	margin-left: 30px;
	margin-right: 20px;
	border: 0px solid red;
}
.main-content{
	float:left;
	width: 640px;
	margin: 0px 0px 0px 15px;
	border: 0px solid red;
}
.main-content-breit{
	float:left;
	width: 800px;
	margin: 0px 0px 0px 15px;
	border: 0px solid red;
}

/* ----------------------------- FEATURES ------ */
.left-content-listing{
	float:left;
	width: 200px;
	margin-left: 30px;
	margin-right: 20px;
	margin-bottom:20px;
	
}
.left-content-listing-head{
	float:left;
	width: 185px; /*-15 padding*/
	height: 30px;
	border: 0px solid #ccc;
	background: url(img/bg_features_head.jpg) no-repeat;
	line-height: 30px;
	font-family: arial;
	font-size: 14px;
	text-align: left;
	padding-left: 15px;
}
.left-content-listing-body{
	float:left;
	width: 198px;
	min-height: 200px;
	border: 1px solid #ccc;
	background: #e4efff;
}







.right-content{
	float:right;
	width: 245px;
	margin-right: 30px;
	border: 0px solid red;
}

/* ------------------------------------------------------------------------------------------ Willkommen über New Products - AKA MAIN SEITE --------*/

.willkommen{
	background: url(img/bg_new_products.jpg) no-repeat;
	height: 43px;
}
.willkommen h1{
	font-family: Impact;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 22px;	
	line-height: 43px;
	color: #fff;
	text-align: left;
	margin: 0px 0px 0px 20px;	
}
.willkommenframe{
	float: left;
	width: 499px; /*539*/
	background: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	
	text-align: justify;
	padding: 20px;
	font-family: arial;
	font-size: 12px;
	
}




/* ------------------------------------------------------------------------------------------ BOX - ADMIN     --------*/

.boxadmin{
	background: #980000;
	border: 0px solid red;
	padding: 0px 0px 10px 30px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float:left;
	width: 350px; /*war 245 minus padding 30*/
	text-align: left;
}
.boxadmin a{
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.boxadmin h2{
font-family: Impact;
text-transform: uppercase;
font-weight: normal;
font-size: 22px;	
}
.boxadmin1{
	background: #980000;
	float:left;
	height: 5px;
	width: 380px;
}
.boxadmin2{
	background: #980000;
	float:left;
	height: 5px;
	width: 380px;
	margin: 0px 0px 10px 0px;
}
/* ------------------------------------------------------------------------------------------ BOX - Kategorie --------*/

.boxcathead{
	background: url("img/bg_box_head.jpg") no-repeat;
    color: #FFFFFF;
    font-family: tahoma;
    font-size: 16px; /*22*/
    font-weight: normal;
    height: 42px;
    line-height: 42px;
    padding-left: 20px;
    text-align: left;
    text-transform: none;
    width: 222px;
}
.boxcatbody{
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.boxcatbottom{
	background: url(img/box_cat_bottom.jpg) no-repeat;
	float: left;
	width: 222px;
	height: 14px
}

.categories{
	background: #f2f2f2;
	text-align: left;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #ccc;
	width: 220px;
	clear: both;


}
.categories a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	text-decoration: none;



}
.categories a:hover{
	color: #005BAF;

}

.cat_icon{
	margin: 7px 10px 0px 20px;
	float:left;
	line-height: 30px;
}
.cat_icon2{
	margin: 7px 10px 0px 20px;
	float:left;
	line-height: 20px;
	border: 0px solid red;
}


.catlink{
	text-align: right;
	
}



/* - -------------------- 2. Ebene ----*/
.cat_sub_link{
	width: 140px;
	height: 25px;
	float:left;
	padding-left: 0px !important;
}












/* ------------------------------------------------------------------------------------------ BOX - CART 2   --------*/

.boxcart2top{
	float: left;
	width: 245px;
	height: 5px;
	background: url(img/bg_box_cart1.jpg) no-repeat;
}
.boxcart2body{
	float: left;
	width: 245px;
	background: #0767c6;
	padding-top:5px;
}
.boxcart2body h2{
	color: #FFFFFF;
    font-family: Impact;
    font-size: 22px;
    font-weight: normal;
    line-height: 42px;
    padding: 0px 0px 0px 20px;
	 margin: 0px 0px 0px 0px;
    text-align: left;
    text-transform: uppercase;
	 float: left;
}
.boxcarticon{
	float: left;
	background: url(img/bg_box_cart_icon.jpg);
	width: 41px;
	height: 41px;
	margin-left: 20px;
}

.boxcart2list{
	float: left;
	padding-left: 20px;
	font-family: arial;
   font-size: 12px;
   font-weight: normal;
	color: #FFFFFF;
	text-align: left;
}
.boxcart2list a{
	color: #FFFFFF;
	
}



.boxcart2preis{
	float: left;
	padding-left: 20px;
	font-family: arial;
   font-size: 12px;
   font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	margin: 0px 0px 10px 0px;
}


.boxcart2linie{
	background: url(img/bg_boxcart2_linie.jpg) repeat-x;
	float: left;
	height: 2px;
	width: 200px;
	margin: 5px 0px 5px 20px;

}



.boxcart2bottom{
	float: left;
	width: 245px;
	height: 5px;
	background: url(img/bg_box_cart2.jpg) no-repeat;
}
/* ------------------------------------------------------------------------------------------ BOX - Search 2   --------*/
.boxsearch2top{
	float: left;
	width: 245px;
	height: 9px;
	background: url(img/bg_box_search2-1.jpg) no-repeat;
}
.boxsearch2body{
	float: left;
	width: 243px;
	background: #f2f2f2;
	padding-top:5px;
	border-left: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
}
.boxsearch2icon{
	float: left;
	background: url(img/bg_box_search2-icon.jpg) no-repeat;
	width: 41px;
	height: 41px;
	margin-left: 20px;
}

.boxsearch2body h2{
	color: #333;
    font-family: Impact;
    font-size: 22px;
    font-weight: normal;
    line-height: 42px;
    padding: 0px 0px 0px 20px;
	 margin: 0px 0px 0px 0px;
    text-align: left;
    text-transform: uppercase;
	 float: left;
}
.boxsearch2linie{
	background: url(img/bg_box_search2-line.jpg) repeat-x;
	float: left;
	height: 2px;
	width: 200px;
	margin: 5px 0px 5px 20px;
}
.boxsearch2list{
	float: left;
	padding-left: 20px;
	font-family: arial;
   font-size: 12px;
   font-weight: normal;
	color: #333;
	text-align: left;
}


.boxsearch2bottom{
	float: left;
	width: 245px;
	height: 9px;
	background: url(img/bg_box_search2-2.jpg) no-repeat;
}


/* ------------------------------------------------------------------------------------------ BOX - Kontakt   --------*/
.boxkontakt{
	float:left;
	width:250px;
	background: url(img/bg_box_kontakt.jpg) no-repeat;
	height: 200px;
}
.boxkontakttitle{
	float:left;
	width:220px;
	height: 60px;
}
.boxkontakttitle h1{
	font-family: Impact;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 22px;	
	color: #666;
	margin: 20px 0px 0px 0px;
}

.boxkontakttext{
	float:left;
	width:240px;
	height: 30px;
	font-family: Arial;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 12px;	
	color: #666;
	text-align: left;
	margin: 10px 0px 0px 20px;
}
.boxkontaktphone{
	float:left;
	width:240px;
	height: 30px;
	font-family: Impact;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 24px;	
	text-align: left;
	color: #666;
	margin: 10px 0px 0px 20px;
}

/* ------------------------------------------------------------------------------------------ BOX oben Warenkorb - OBEn ----*/

#cart_on_top{
	float: left;
	border: 0px solid red;
	margin: 17px 0px 0px 80px;
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;	
	color: #fff;
	
}
#cart_on_top_heading{
	float: left;
}
#cart_on_top_body{
	float: left;
	margin-left: 10px;
}

/* ------------------------------------------------------------------------------------------ Warenkorb - SEITE ------------------------------  Allgemin GÜLTIG  --------*/

.head{
	background: url("img/bg_new_products.jpg") no-repeat scroll 0 0 blue;
	height: 30px;
	 float: left;
	 width: 1040px;
	 margin: 0px 0px 0px 30px;
}
.head h1{
	 color: #000;
    font-family: Arial;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    margin: 0 0 0 20px;
    text-align: left;

}
.head h2{
	 color: #000;
    font-family: arial;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    margin: 0 0 0 20px;
    text-align: left;

}
.head h3{
	color: #000;
    font-family: "Arial";
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    margin: 0 0 0 20px;
    text-align: left;
}



.frame{
	  border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    float: left;
    width: 1008px; /*539*/
	 padding: 15px;
	 margin: 0px 0px 20px 30px;
}
.linie{
	background: #ccc;
	height: 1px;
	width: 1000px;
	margin: 10px 0px 10px 0px;
}


#cart_table{
	color: #000;
	font-family: Arial;
	font-size: 12px;
	text-align: left;
	border: 0px solid red;
	width: 1000px;
}

#cart_table td{
	text-align: left;
}
#cart_table_total{
	text-align: right;
	color: #000;
	font-family: Arial;
	font-size: 12px;
}
.cart_table_total{
	float: right;
	width: 1000px;
}

.button_warenkorb{
	float: right;
	border: 0px solid red;
	margin: 10px 0px 0px 0px;
}
/* --------------------------------------------------------------------------------------------------- seite login FIX by MICHA*/
.my_login_box_left{
	text-align: left;
	font-family: arial;
	font-size: 12px;
	color: #000;
	float:left;
	border-right: 1px solid #ccc;
	width: 400px;
	margin: 0px 50px 30px 0px;
	padding: 0px 50px 0px 0px;
}
.my_login_box_left h2{
	text-align: left;
	font-family: arial;
	font-size: 16px;
	color: #000;
}
.my_linie_login{
	background: #ccc;
	height: 1px;
	width: 400px;
	float:left;
	margin: 15px 0px 15px 0px;
}
.my_login_box_right{
	text-align: left;
	font-family: arial;
	font-size: 12px;
	color: #000;
	float: left;
	width: 420px;
	margin: 0px 0px 0px 0px;
}
.my_login_box_right h2{
	text-align: left;
	font-family: arial;
	font-size: 16px;
	color: #000;
}
.my_login_right_field{
	float: left;
	border: 0px solid red;
	margin-bottom: 5px;
}
.my_login_right_field input{
	float: left;
	border: 1px solid #ccc;
	width: 300px;
}



.my_login_left{
	float: left;
	border: 0px solid red;
	font-family: arial;
	font-size: 12px;
	color: #000;
	width: 100px;
	text-align: left;
	line-height: 20px;
}
.my_login_right{
	float: left;
	border: 0px solid red;
	margin-bottom: 5px;
}

.my_login_right_passwort{
	float: left;
	font-family: arial;
	font-size: 12px;
	color: #000;
	width: 150px;
	line-height: 22px;
}
.my_login_right_passwort a{color: #000;}



.my_login_buttons{
	float: right;
	margin: 10px 19px 0px 0px;
	width: 280px;
	border: 0px solid green;
}
.my_login_left_button{
	float: right;
}

/* --------------------------------------------------------------------------------------------------- seite login global*/
.login_box_left{
	text-align: left;
	font-family: arial;
	font-size: 12px;
	color: #000;
}
.login_box_left h2{
	text-align: left;
	font-family: arial;
	font-size: 16px;
	color: #000;
}
.linie_login{
	background: #ccc;
	height: 1px;
	width: 1010px;
	margin: 15px 0px 15px 0px;
}
.login_box_right{
	text-align: left;
	font-family: arial;
	font-size: 12px;
	color: #000;
	border: 0px solid red;
	float: left;
	width: 420px;
	margin: 0px 0px 20px 0px;
}
.login_box_right h2{
	text-align: left;
	font-family: arial;
	font-size: 16px;
	color: #000;
}
.login_right_field{
	float: left;
	border: 0px solid red;
	margin-bottom: 5px;
}
.login_right_field input{
	float: left;
	border: 1px solid #ccc;
	width: 300px;
}



.login_left{
	float: left;
	border: 0px solid red;
	font-family: arial;
	font-size: 12px;
	color: #000;
	width: 100px;
	text-align: left;
	line-height: 20px;
}
.login_right{
	float: left;
	border: 0px solid red;
	margin-bottom: 5px;
}

.login_right_passwort{
	float: left;
	font-family: arial;
	font-size: 12px;
	color: #000;
	width: 150px;
	line-height: 22px;
}
.login_right_passwort a{color: #000;}



.login_buttons{
	float: right;
	margin: 10px 19px 0px 0px;
	width: 280px;
	border: 0px solid green;
}
.login_left_button{
	float: right;
}
/***************************************************----------------------------- persönliche seite ------------------*/
.box_content{
	border: 0px solid red;
	float: left;
}


.login_box_content a{
	color: #0066cc;
}
.product_box{
	float: left;
	border: 1px solid #ccc;
	width: 470px;
	padding:10px;
	margin: 10px 10px 0px 0px;
}
.gm_products_bild{
	float:left;
	border-right: 1px solid #ccc;
	width: 80px;
	
}

.gm_products_name{
	float:left;
	border-left: 0px solid red;
	width: 340px;
	margin-left: 10px;
}
.gm_products_name a{
	color: #000;
	text-decoration: none;
}


.gm_products_price{
	float:left;
	border-left: 0px solid #ccc;
	padding-left: 10px;
	width: 170px;
	font-size: 22px;
	color: #0066cc;
}
.product_box_bottom a {
	color:#000;
	text-decoration: none;
	float:left;
	padding: 5px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #f5f5f5;
}
/***************************************************----------------------------- create account ------------------*/
.cell_left{
	float: left;
	width: 120px;
	border: 0px solid red;
	line-height: 20px;
	margin: 0px 0px 5px 0px;
}
.cell_right{
	float: left;
	width: 370px;
	border: 0px solid red;
	line-height: 20px;
	margin: 0px 0px 5px 0px;
}
.form_buttons{
	float: left;
	width: 370px;
	border: 0px solid red;
	line-height: 20px;
	margin: 20px 0px 0px 0px;
}
.cell_back{
	float: left;
	width: 110px;
	line-height: 20px;
}
.cell_continue{
	float: left;
	width: 110px;
	line-height: 20px;
}
/***************************************************-----------------------------Kontakt formular - cotactform ------------------*/

.content_contact{
	border: 0px solid red;
}
.box_content_contact_form {
    border: 0px solid red;
    float: left;
	 width: 586px; /*626*/
	 height: 412px; /*452*/
	 background: url(img/bg_contactform.jpg);
	 padding: 20px;
}

#message_body{
	width: 380px;
	height: 180px;
}
.button_contact{
	float: right;
}

.contact_text{
	float: right;
	margin-right: 20px;
	width: 263px; /*303*/
	height: 413px; /*453*/
	border: 0px solid green;
	padding: 20px;
	background: url(img/bg_contactform_text.jpg);
}


/***************************************************-----------------------------Callback formular - GM_Callback------------------*/
#callback_input_desc{
	float: left;
	width: 110px;
}


#callback_input{
	float: left;
	width: 350px;
	border: 0px solid red;
	margin: 0px 0px 5px 0px;
	line-height: 20px;
	
}
#gm_callback_service_message{
width: 370px;
height: 200px;	
}
.callback_input{
	line-height: 25px !important;
}
.callback_input1{
	height: 200px;	
}
.callback_input2{
	height: 100px;
	float: left;	
	margin-top: 10px;
	}
#callback_gm_privacy{
	float:left;
}
#callback_send{
	float: right;
	margin-top: 15px;
}
/***************************************************----------------------------- Shopping Cart ------------------*/
/*leere Shopping Cart*/
.gift_cart_empty{
	float: left;
}
.text_empty{
	float: left;
	margin: 0px 0px 30px 0px;
	border: 0px solid red;
	font-family: arial;
	font-size: 12px;
}


.infomessage{
	border: 1px solid red;
	color: #fff;
	text-align: left;
	font-family: arial;
	font-size: 12px;
	margin-bottom: 20px;
	padding:10px;
	background: red;
}
.shopping_cart_list{

}
.shopping_cart_list_linie{
	background: #999;
	height: 1px;
	width: 1000px;
	margin: 0px 0px 10px 0px;
	float: left;
}

.col_0{width: 160px; border: 0px solid red;}
.col_1{width: 500px; border: 0px solid red;}
.col_2{width: 150px; border: 0px solid red;}
.col_3{width: 120px; border: 0px solid red;}
.col_4{width: 120px; border: 0px solid red;}
.order-total{width: 200px; border: 0px solid red;}
.order-total .col_1{width: 130px; border: 0px solid red;}

/***************************************************----------------------------- Checkout shipping ------------------*/

/* historie */
.history_navbar{
	margin-left: 0px;
}


.navabar_text{
	background: url(img/history01.jpg) no-repeat;
	float:left;
	height: 22px;
	width:200px;
	text-align: center;
	line-height: 22px;
}
.navabar_text_current{
	background: url(img/history02.jpg) no-repeat;
	float:left;
	color: #fff;
	height: 22px;
	width:200px;
	text-align: center;
	line-height: 22px;
}
.module_name{
   padding: 10px 0px 0px 0px;
	float: left;
	width: 450px;
	line-height: 22px;
	font-size: 20px;
}

.continue{
	margin-top:20px;
}
.bottom_dotted{
	border: 1px solid #ccc;
	background: #fefefe;
	padding:5px;
	margin-bottom: 10px;
}
/*wiederrufsrecht*/

.accept_box{
	border: 0px solid red;
	margin-top: 10px;
}
.accept_box_checkbox{
	float: left;
	margin-right:10px;
}
.accept_box_text{
	line-height: 20px;
	color: red;
	font-size: 14px;
}

.withdrawal_textarea, .agb_textarea, .comments_textarea{
	width: 1000px;
	height: 150px;
	border: 1px solid #ccc;
}

/* -------------------------------------------------------------------------------------------------------- ERROR ----*/
.error{
	color: red;
}


/***************************************************----------------------------- Checkout Confimation ------------------*/


.left_address{
	width: 250px;
	float: left;
}
.right_address{
	width: 250px;
	float:left;
}
.text_information{
	margin-top:25px;
	float: left;
}


.button_back{
	float: left;
}
.button_continue{
	float: right;
}

.heading{
	padding: 10px 0px 10px 0px;
	font-size: 14px;
	color: #0066cc;
}
heading a{
	color: #000;
}
.confirmationEdit{
	color: #000;
}
.conditions_info a{
	color: #000;
}
/*******************/
.total_block{
	text-align: right;
}
#total_block_table{
	border-top: 1px solid #e1e1e1;
	width: 1000px;
	margin-top:10px;
}
#table_products_data{
	border-top: 1px solid #e1e1e1;
	padding-top: 10px;
	width: 1000px;
	line-height: 20px;
}

/* -------------------------------------------------------------------------------------------------------- ALSO Purchase ----*/

.product_info_add_ons{
	border: 0px solid red;
}

.product_info_add_ons_product_box{
	border: 1px solid #eee;
	margin: 10px 25px 10px 25px;
	float: left;
	width: 200px;
	
	
}
.product_info_add_ons_image_cell{
	float: left;
	width: 200px;
	min-height: 150px;
	border: 0px solid red;
	float: left;
	text-align: center;
}
.product_info_add_ons_header_cell{
	border-bottom: 0px solid #ccc;
	border: 0px solid red;
	float: left;
	text-align: center;
	width:200px;
	min-height: 30px;
}

.product_info_add_ons_header_cell a{
	font-size: 12px;
	color: #000;
	text-decoration: none;
	text-align: center;	
	
}
.product_info_add_ons_price{
	color: #0066CC;
    font-family: arial;
    font-size: 16px;
    text-align: center;
}
.product_info_add_ons_buynow{
	margin: 10px 0px 0px 0px;
	float: left;
}

.product_info_add_ons_bottom_cell{
	float: left;
	width: 200px;
	border-top: 0px solid #ccc;
	margin: 10px 0px 0px 0px;
	text-align: center;
	font-size: 10px;
}
/* -------------------------------------------------------------------------------------------------------- Whishlist ---- */

.buttonswhishlist{
	float:right;
	border: 0px solid red;
}
.wishlistlinie{
	background: #ccc;
	height: 1px;
	margin: 10px 0px 10px 0px;
	width: 1000px;
}
.wishlistpreis{
	color: #0066CC;
    font-family: arial;
    font-size: 16px;
}
.wishlisttitle a{
	 color: #000;
    font-family: arial;
    font-size: 12px;
	 text-decoration: none;
}

/* -------------------------------------------------------------------------------------------------------- Accounthistory ---- */

.order_body{
	border: 1px solid #ccc;
}
.va{
	float: left;
	width: 250px;

}
.ra{
	float: right;
	width: 250px;

}
.floatleft{
	float: left;
	clear: left;
}
/* -------------------------------------------------------------------------------------------------------- Account---- */
.meinebestellungen{
	background: #fff;
	border: 1px solid #ccc;
	padding: 10px 5px 10px 5px;
	margin-bottom:10px;
}


.date2{
	background: none repeat scroll 0 0 #F5F5F5;
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    color: #000000;
    float: left;
    padding: 2px 20px 2px 20px;
    text-decoration: none;
}

.td_left{
	float: left;
	line-height: 25px;
	margin-right: 20px;
	margin-left: 20px;
}
.td_right{
	float: left;
	line-height: 25px;
	margin-right: 20px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 0px 20px 0px 20px;
}
.td_right_button{
	float: right;
	line-height: 25px;
	margin-right: 20px;
}






/* -------------------------------------------------------------------------------------------------------- Navigation */

.navigation{
	float:left;
	font-family: arial;
	font-size: 16px;
	color: #333;
	margin: 20px 0px 10px 0px;
}
.navigation_left{
	float: left;
}
.navigation_right{
	float: right;
}






















.smallHeading a{
	color: #0066cc;
	font-size: 14px;
}



#main_content_container {
	width: 97%;
	margin-left:auto;
	margin-right:auto;
}

.border {border:1px solid #325374;}
.border_bottom {border-bottom:1px solid #325374;}
.border_top {border-top:1px solid #325374;}

.center 	{ text-align: center; }
.align_center 	{ text-align: center; }
.align_right 	{ text-align: right; }
.strong	{ font-weight: bold;}
.small 	{ font-size:10px; }
#nobr {	white-space: nowrap; }
.nobr {	white-space: nowrap; }
img 		{ border: 0; }
form 		{ margin: 0px 0px 0px 0px; }
/*
input[type=text],input[type=password] { border: 1px solid black; height: 13px; font-size: 12px; }
*/
#navigation { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; }
/* STUFF  ++++++++++++++++++++++++++++++ */


#mode1_block #quick_find_input {
	position:	absolute;
	top:			1px;
	left:			20px;
	width:		120px;
}
#mode1_block #quick_find_submit {
	position:	absolute;
	top:			1px;
	left:			145px;
}


#topmenu_block #quick_find_input {
	position:	absolute;
	top:			4px;
	left:			20px;
	width:		120px;
}
#topmenu_block #quick_find_submit {
	position:	absolute;
	top:			4px;
	left:			145px;
}

#mode2_pathrow 	{
	margin-bottom:3px;
}

/* Lightbox */
#lightbox_content { display: none; }
#footer { display: none; }

#popup_box .lightbox_block { padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; }

#popup_box #shopping_cart, #popup_box #checkout_shipping, #popup_box #gm_checkout_payment, #popup_box #gm_checkout_confirmation, #popup_box #checkout_success, #popup_box #create_account_page { float:none; text-align: left; margin-left: auto; margin-right: auto; width: 680px; }

#popup_box #shopping_cart #footer {
	margin-top: 43px;
}

#popup_box #create_account_page #footer {
	margin-top: 46px;
}
/* ENDE Lightbox */


/* Bestellvorgang allgemein */
.checkout {
	overflow: hidden;
}

.checkout .heading img, .checkout .heading2 img {
	float: left;
}

.checkout .module_option_title {
	float: left;
}

.checkout .module_option_description{
	
}

.checkout .module_option_price {
	float: right;
}

.checkout .module_option_radio {
	float: right;
	padding-right: 50px;
	padding-left: 20px;
	padding-top: 0px;
}

.checkout .module_option_price_bold {
	float: right;
	font-weight: bold;
}

.checkout .button_back {
	float: left;	
}

.checkout .text_continue {
	text-align: right;
	margin-right: 43px;
	line-height: 38px;
}

.checkout .button_continue {
	float: right;
}

.checkout .button_continue form{
	display: inline;
}

.checkout .history_navbar {
	clear: both;
}

.checkout .navabar {
	overflow: hidden;
	width: 1000px;
	margin-top: 3px;
	margin-bottom: 0px;
	margin-left: 0;
	margin-right: 0;
	padding-bottom: 20px;
	float: left;
}

.checkout #block_address {
	margin-top: 20px;
}

.checkout .gender {
	height: 32px;
}

.checkout .head_height {
	overflow: hidden;
	height: 38px;
}

.checkout .module_option_overflow{
	overflow: hidden;
	border: 1px solid #ccc;
	background: #f4f4f4;
	padding: 10px 10px 10px 10px;
}
/* ENDE Bestellvorgang allgemein */


/* Navigation */
.navigation {
	width: 100%;
}
/* ENDE Navigation */

/* Allgemeines */
.cursor_pointer {
	cursor: pointer;
}

.logo_cart_on_top {
	float: left;
}

#topmenu_clear {
	clear: right;
}

.class_error {
	font-weight: bold; 
}

.cell_note {
	text-align: left;
}

.image_shippingtime { }

#pre_black {
	height: 1500px; 
	width: 100%; 
	background-color: #000000; 
	opacity: 0.7; 
	position: absolute; 
	z-index: 999; 
	filter: alpha(opacity=70); 
	-moz-opacity: 0.7;
}

.gm_opensearch_info:hover, .gm_opensearch:hover {
	text-decoration:underline;
	cursor:pointer;
}
#menubox_search_body .gm_opensearch_info:hover, #menubox_search_body .gm_opensearch:hover {
	cursor:pointer;
	text-decoration:underline;
}

.copyright { 
	clear: both;
	color: #808080;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
	text-transform: none;
}

.copyright a { 
	color: #808080;
	text-decoration: none;
}

.button_to_cart .cart_text:hover {
	text-decoration:none;
}

/* ENDE Allgemeines */


#menubox_cart 					{}

.quickie_absolute					{ position:relative; width:180px; height:20px; }
.quickie_text_field input { position:absolute; top:0px; left:0px; width:120px; }
.quickie_submit 					{ position:absolute; top:0px; left:126px; }


.searchbox_absolute					{ position:relative; width:180px; height:20px; }
.searchbox_text_field input { position:absolute; top:0px; left:0px; width:120px; }
.searchbox_submit 					{ position:absolute; top:0px; left:126px; }

/*
.quickie_text_field input { width:120px; }
.quickie_submit 					{ position:relative; top:4px; left:3px; }

.searchbox_text_field input { width:120px; }
.searchbox_submit 					{ position:relative; top:4px; left:3px; }
*/

#menubox_categories .cat_icon {	float:left; height:100%;}




#menubox_trusted 		{
border-width:0px;
 border-style:solid;
 border-color:blue;
 margin-left:0px;
 margin-right:0px;
 margin-top:0px;
 margin-bottom:0px;
 padding-left:0px;
 padding-right:0px;
 padding-top:0px;
 padding-bottom:0px;
 }
 /*
#menubox_trusted_head 	{
	position: relative;
 background-image: none;
 background-color: #0065AC;
 color: #FFFFFF;

 font-family: verdana;
 font-size: 10px;
 font-weight: bold;
 text-decoration: none;
 text-align:left;

 height:20px;
 line-height:20px;
 
 border-width:0px;
 border-style:solid;
 border-color:blue;
 margin-left:0px;
 margin-right:0px;
 margin-top:0px;
 margin-bottom:3px;
 padding-left:3px;
 padding-right:0px;
 padding-top:0px;
 padding-bottom:0px;
 }
 */
#menubox_trusted_body 	{
 background-image: none;
 background-color: #e7e7e7;
 color: #000000;

 font-family: verdana;
 font-size: 10px;
 font-weight: normal;
 text-decoration: none;
 text-align:left;

 border-width:0px;
 border-style:solid;
 border-color:blue;
 margin-left:0px;
 margin-right:0px;
 margin-top:0px;
 margin-bottom:3px;
 padding-left:3px;
 padding-right:3px;
 padding-top:3px;
 padding-bottom:3px;
 }
  #menubox_trusted_body a { 
 color: blue;
 font-family: verdana;
 font-size: 10px;
 font-weight: normal;
 text-decoration: underline;
}


#menubox_specials_head img, #menubox_reviews_head img, #menubox_whatsnew_head img, #menubox_cart_head img	{
	float: right;
	margin-right: 8px;
	margin-top: 6px;
}

#menubox_login_body 		.left {	
	float: left;
	width: 60px;
	padding-top:	1px;
	padding-right:	1px;
	padding-bottom:	1px;
	padding-left:	1px;
}

#menubox_login_body 		.right {	
	padding-top:	1px;
	padding-right:	1px;
	padding-bottom:	1px;
	padding-left:	1px;
}

#menubox_newsletter_body 	.left {	
	float: left;
	width: 60px;
	padding-top:	1px;
	padding-right:	1px;
	padding-bottom:	1px;
	padding-left:	1px;
}

#menubox_newsletter_body	.right {	
	padding-top:	1px;
	padding-right:	1px;
	padding-bottom:	1px;
	padding-left:	1px;
}


#menubox_cart .box_overflow	{ 
	overflow: hidden; 
	padding-top: 5px; 
	padding-right: 0px; 
	padding-bottom: 0px;
	padding-left: 0px; 
}

#menubox_cart .box_left		{ 
	float: left; 
	margin-top:		0px;
	margin-right:	5px;
	margin-bottom:	0px;
	margin-left:	0px;
}

#menubox_cart .box_right	{ }	

#menubox_order_history_body .box_left {
	float: left; 
	margin-top:		0px;
	margin-right:	5px;
	margin-bottom:	0px;
	margin-left:	0px;
}

#menubox_order_history_body .box_right {}	

#menubox_best_sellers_body	.box_load_bestseller	{ 
	overflow:hidden;
}

#menubox_best_sellers		.box_left				{ 
	display:none; 
	padding-top:	3px;
	padding-right:	3px;
	padding-bottom:	3px;
	padding-left:	3px;
}

#menubox_best_sellers		.box_right				{ 
	text-align:right; 
	padding-top:	2px;
	padding-right:	3px;
	padding-bottom:	3px;
	padding-left:	3px;
}

#shopping_cart  {overflow:hidden; width:99%;}


#content_box_new_products_default {  width:100%;  padding: 0px;  margin: 0px; overflow: hidden; }

#content_box_specials {  width:100%;  padding: 0px;  margin: 0px; overflow: hidden; }

#content_box_new_products_main {  
	width:100%;
  padding: 0px;
  margin: 0px;
  overflow: hidden; 
 }

 #content_box_new_products_main_body .product_price { 
 padding: 0px;
  margin: 0px;
	height: 65px;
 }
 
 
 #iconizing_icon { float:left; }

 

 
/* Caution! Ensure accessibility in print and other media types... */
/* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
@media projection, screen { .ui-tabs-hide {display: none;} }
/* Hide useless elements in print layouts... */
@media print { .ui-tabs-nav {display: none;} }

/* Skin */
.ui-tabs-nav 												{list-style: none; margin: 0px 0px 0px 0px; padding: 0px;}
body .ui-tabs-nav li {
	float: left;
	margin: 0px 0px 0px 0px; 
	padding: 0px; 
}
.ui-tabs-nav a, .ui-tabs-nav a span {float: left; text-decoration: none; } /* fixes dir=ltr problem and other quirks IE */
body .ui-tabs-nav a {white-space: nowrap; /* @ IE 6 */ outline: 0; text-decoration: none; } /* @ Firefox, prevent dotted border after click */
body .ui-tabs-nav .ui-tabs-selected a 		{z-index: 2; text-decoration: none;}

.ui-tabs-nav a span { text-transform: uppercase; font-size: 12px; background: #333; padding: 5px 7px 5px 7px; color: #fff; text-decoration: none;}

.ui-tabs-nav .ui-tabs-selected a span {background: #0069d1; text-decoration: none;}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited,
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited {cursor: text; text-decoration: none; } /* @ Opera, use pseudo classes otherwise it confuses cursor... */ 
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active {cursor: pointer; text-decoration: none; } /* @ Opera, we need to be explicit again here now... */ 
.ui-tabs-disabled {opacity: .4; filter: alpha(opacity=40); }
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { text-decoration: none; }

/*
.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}
*/

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav 						{display: inline-block; } /* auto clear @ IE 6 & IE 7 Quirks Mode */ 
*:first-child+html .ui-tabs-nav {display: inline-block; } /* auto clear @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */


/* Startseite */
#content_box_upcoming_products_body .box_left		{	
	float: left;
}

#content_box_upcoming_products_body .box_right		{	
	text-align:right;
}
/* ENDE Startseite */


/* Kontoerstellung */
#create_account_page .heading img {
	float: left;
}

#create_account_page .smallHeading {
	font-size: 10px; 
	text-transform: none;
	text-align: right;
}

#create_account_page span {
	font-weight: bold; 
}

#create_account_page .cell_back {
	float: left;
	padding-top: 10px;
}

#create_account_page .cell_continue {
	float: right;
	padding-top: 10px;
}


#create_account_page .cell_center {
	float: left;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}

#create_account_page .cell_adress {
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}

#create_account_page .cell_adress_text {
	width: 60%;
	float: left;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}

#create_account_page #gender{
	position: relative;
	top: 3px;
}

#create_account_page .gender {
	height: 32px;
}

#create_account_page .form_buttons{
	overflow: hidden;
	height: 27px;
}
/* ENDE Kontoerstellung */


/* Artikeldetailseite */
#product_info { height: 100%; overflow: hidden; }

#product_info #details_head { overflow: hidden; line-height: normal; }

#product_info #products_price { float: right; }

#product_info #details_body 			{ display: block; overflow: hidden; margin-top: 4px; }
#product_info #details_left_part 	{ float: left; }
#product_info #details_main_part 	{ margin-bottom: 8px; float:none; width: auto; }

#product_info #details_cart_part 	{ width: auto; }

#product_info #gm_tell_a_friend, #product_info #gm_tell_a_friend_icon, #product_info #gm_price_offer, #product_info #print, #product_info #gm_price_offer_icon, #product_info #print_icon {
	cursor: pointer;
}

#product_info .cleary {
	clear: both; 
	line-height: 1px;
	font-size: 1px;
}

#product_info .info_element { margin-bottom: 8px; }

#products_options .attribute_radio .gm_attr_calc_input {
	width: auto;
}

#products_media_head_file { float: left; }
#products_media_head_size { float: right; }

.products_media_button { float: right; }
.products_media_icon { float: left; margin-right: 5px; }
.products_media_info { float: left; width: 400px; }
.products_media_download { float: right; text-align: right; }
#products_media_body .filename { font-weight: bold; }
.products_media_download { width: 140px; }
.products_media_filesize { margin-right: 73px; }

#product_info #graduated_prices_detail 				{ }
#product_info .graduated_prices_detail_row 				{ overflow: hidden; }
#product_info .graduated_prices_detail_left 				{ float: left; width: 70px; }
#product_info .graduated_prices_detail_right 				{ margin-left: 70px; }

#product_info .details_attributes_selection { 
	width: 100%;
	margin-bottom: 8px;
}

#product_info .details_attributes_selection td{ 
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 0px;
}

#product_info .details_table_options_space { height: 10px; }
#product_info .details_table_options_radio { width: 20px; }
#product_info .details_attributes_dropdown { margin-bottom: 8px; } 
#product_info .details_attributes { margin-bottom: 8px; } 
#product_info .details_attributes_options { height: 30px; }

#product_info #gm_attribute_images { margin-left: 1px; }

/* IE CSS-HACK */
*:first-child+html #gm_attr_calc_qty {
	margin-top:-1px;
}


/* IE6 CSS-HACK */
* html .ui-tabs-nav {
	margin-left: -3px;
} 
/* ENDE Artikeldetailseite */

/* Artikelübersicht listing */
#product_listing { overflow: hidden; padding-right: 2px; }
#product_listing .product_box .listing_attributes_selection { padding-top: 10px; }
#product_listing .product_box .qty_cart span { float: left; padding: 0px; margin: 0px; }
#product_listing .product_box .qty_cart { float: right; }
#product_listing .product_box .stock_shipping_info { overflow: hidden; }
#product_listing .product_box .bottom_cell { overflow: hidden; height: 100%; }
#product_listing .product_box .gm_checker_error { clear: right; }
/* IE CSS-HACK */
#product_listing .product_box .qty_cart .gm_image_button { margin-top: 1px\9 }
/* ENDE Artikelübersicht listing */

/* Gästebuch */
#guestbook_form {
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 4px; 
}

.guestbook_navigation #back {
	cursor: pointer;
}

.guestbook_navigation .guestbook_page_number{
	cursor: pointer;
}

.guestbook_navigation .guestbook_page_number_bold{
	cursor: pointer;
}

.guestbook_navigation .guestbook_page_number_bold{
	font-weight: bold;
}

.guestbook_navigation #next {
	cursor: pointer;
}

#guestbook_send {
	text-align: right;
	position: relative;
	right: -16px;
}

#guestbook_send_entry {
	cursor: pointer;
}

.guestbook_icon {
	cursor: pointer;
}

#guestbook_new_entry {
	float: left;
}
/* ENDE Gästebuch */


/* Bestellvorgang */
/* Bestellvorgang Shipping */
#checkout_shipping {	
	
}

#checkout_shipping .shipping_address_block {
	margin-bottom: 17px;
	color: #000000;
}

#checkout_shipping .module_option_title {
	width: 390px;
}

#checkout_shipping .navbar_line img {
	position: relative;
	top: 5px;
	left: 0px;
}

#checkout_shipping .cleary {
	clear: both; 
	line-height: 1px;
	font-size: 1px;
}
/* ENDE Bestellvorgang Shipping */

/* ENDE Bestellvorgang Payment */
#gm_checkout_payment {	

}

#gm_checkout_payment .module_data_left {
	padding-top: 2px;
	padding-right: 5px;
}

#gm_checkout_payment .gm_class_input, #gm_checkout_payment .gm_class_input{
	height: 22px;
	border: 1px solid #cccccc;
	font-size: 14px;
	width: 190px;
	margin-bottom: 1px;
	padding-left: 8px;
	padding-top: 4px;
	padding-bottom: 0px;
	padding-right: 0px;
}

#gm_checkout_payment .module_table select{
	height: 26px;
	border: 1px solid #cccccc;
	font-size: 14px;
	margin-bottom: 1px;
	padding-top: 2px;
	padding-left: 3px;
}

#gm_checkout_payment .module_description {
	width: 485px;
	overflow: hidden;
}

#gm_checkout_payment .module_table {
	width: 100%;
	border-bottom: 0px solid #ccc;
	padding-bottom: 0px;
}
/* Zahlungsweise override*/
td.sf{
	padding:22px 50px 0px 0px;
	
}



#gm_checkout_payment .navbar_line img {
	position: relative;
	top: 5px;
	left: 175px;
}
/* ENDE Bestellvorgang Payment */

/* Bestellvorgang Confirmation */
#gm_checkout_confirmation .products_block {
	padding-bottom: 10px;
}

#gm_checkout_confirmation .head {
	overflow: hidden;
	margin-bottom: 20px;
}

#gm_checkout_confirmation .table_products_space {
	height: 10px;
}

#gm_checkout_confirmation .left_address {
	float: left;
	width: 260px;
}

#gm_checkout_confirmation .right_address {
	float: right;
	width: 260px;
}

#gm_checkout_confirmation .address {
	overflow: hidden;
}

#gm_checkout_confirmation #order_data {
	overflow: hidden;
}

#gm_checkout_confirmation #total_block_table {
	margin-left: auto;
}

#gm_checkout_confirmation #table_products_data {
	width: 100%;
}

#gm_checkout_confirmation .navbar_line img {
	position: relative;
	top: 5px;
	left: 322px;
}
/* ENDE Bestellvorgang Confirmation */

/* Bestellvorgang Success */
#checkout_success .navbar_line img {
	position: relative;
	top: 5px;
	left: 424px;
}
/* ENDE Bestellvorgang Success */
/* ENDE Bestellvorgang */


/* Weiterempfehlen */
#gm_tell_a_friend_popup #tell_a_friend_send{
	float: right;
}

#tell_a_friend_icon {
	float: left;
	margin-right: 7px;
}

#tell_a_friend_form {
	padding-top: 10px;
	padding-bottom: 25px;
}
/* ENDE Weiterempfehlen */


/* Callback Service */
#callback_form {
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 4px; 
}

#callback_send {
	text-align: right;
	position: relative;
	right: -16px;
}

#callback_send_entry{
	cursor: pointer;
}
/* ENDE Callback Service */


/* Woanders günstiger? */
#price_offer_form {
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 4px; 
}

#price_offer_back {
	float: left;
	position: relative;
	left: -16px;
}

#price_offer_send {
	
	text-align: right;
	position: relative;
	right: -16px;
}

/* ENDE Woanders günstiger? */





/* LIVE SEARCH  ++++++++++++++++++++++++++++++ */

#live_search_container {
	background-image: none;
	background-color: #fff;
	float: left;
	border: 0px solid red;
	 position: absolute;
    width: 270px;
    z-index: 10;
	
}

#live_search_container a {
	font-family: Verdana, Tahoma;
	font-size:10px;
	font-weight: normal;
	font-style: normal;
	color:black;
	text-decoration:none;
	display: block;
	padding: 5px;
}
#live_search_container a:hover {
	color:#fff;
	text-decoration:underline;
	background-color: #007AEB;
}



#live_search_container ul {
  list-style-type:none;
	padding: 0px;
  margin: 0px 0px 3px 0px;	
}
#live_search_container li {
  padding: 0px;
  margin: 0px;	
	
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#e0e0e0;
}

#live_search_container #live_search_head {
	font-family: Verdana, Tahoma;
	font-size:10px;
	font-weight: bold;
	color:black;
	text-decoration: none;
	text-align:left;
}
/* LIVE SEARCH  ++++++++++++++++++++++++++++++ */


/* MEGA FLYOVER  ++++++++++++++++++++++++++++++ */


/* MEGA FLYOVER  ++++++++++++++++++++++++++++++ */

.c_boxhead {
	height: 42px;
	line-height: 42px;
	background: url(img/bg_box_head.jpg) no-repeat;
	width: 222px;
	text-align: left;
	font-family: Impact;
	font-weight: normal;
	font-size: 22px;
	text-transform: uppercase;
	color: #fff;
	padding-left: 20px;
}

/* LIGHTBOX IFRAME ++++++++++++++++++++++++++++++ */

#iframe_box_bar {
    overflow: hidden;
    position: relative;
    right: 20px;
    top: 50px;
}

.icon_lightbox_close {
    background-image: url("img/lightbox-buttons.png");
    background-position: 0 0;
    display: block;
    float: right;
    height: 30px;
    text-decoration: none;
    width: 50px;
}

.icon_lightbox_close:hover
{
	background-image: url("img/lightbox-buttons.png");
	background-position: 0 -30px;
	display: block;
	float: right;
	height: 30px;
	text-decoration: none;
	width: 50px;
}

.icon_lightbox_close_active
{
	background-image: url("img/lightbox-buttons.png");
	background-position: 0 -30px;
	display: block;
	float: right;
	height: 30px;
	text-decoration: none;
	width: 50px;
}

.popup_content
{
    padding: 20px !important;
	width: auto !important;
}


/*************************************************************************************************************/
/******************************************* SITEMAP *********************************************************/
/*************************************************************************************************************/

#sitemap ul li{
	list-style: none;
	color: #007AEB;
	line-height: 20px;
	border: 0px solid #ccc;
	margin: 0px;
}
#sitemap ul li ul li{
	list-style: square;
	color: #007AEB;
	line-height: 20px;
	border: 0px solid blue;
}


#sitemap ul li a{
	font-family: arial;
	font-size: 12px;
	color: #333;
	list-style: square;
	text-decoration: none;
}
#sitemap h2{
	border-bottom: 1px solid #ccc;
}









/**/
#menubox_add_a_quickie_body .content-box-main-inner, #menubox_admin_body .content-box-main-inner, #menubox_best_sellers_body .content-box-main-inner, #menubox_cart_body .content-box-main-inner, #menubox_categories_body .content-box-main-inner, #menubox_content_body .content-box-main-inner, #menubox_extrabox1_body .content-box-main-inner, #menubox_extrabox2_body .content-box-main-inner, #menubox_extrabox3_body .content-box-main-inner, #menubox_extrabox4_body .content-box-main-inner, #menubox_extrabox5_body .content-box-main-inner, #menubox_extrabox6_body .content-box-main-inner, #menubox_extrabox7_body .content-box-main-inner, #menubox_extrabox8_body .content-box-main-inner, #menubox_extrabox9_body .content-box-main-inner, #menubox_gm_bookmarks_body .content-box-main-inner, #menubox_gm_counter_body .content-box-main-inner, #menubox_gm_scroller_body .content-box-main-inner, #menubox_infobox_body .content-box-main-inner, #menubox_information_body .content-box-main-inner, #menubox_login_body .content-box-main-inner, #menubox_manufacturers_info_body .content-box-main-inner, #menubox_newsletter_body .content-box-main-inner, #menubox_order_history_body .content-box-main-inner, #menubox_paypal_body .content-box-main-inner, #menubox_search_body .content-box-main-inner, #menubox_trusted_body .content-box-main-inner, #menubox_yoochoose_top_selling_body .content-box-main-inner, #menubox_yoochoose_also_clicked_body .content-box-main-inner, #menubox_filter_body .content-box-main-inner {
    color: #666666;
    font-family: Arial,Tahoma,Verdana;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    padding: 0px !important;
    text-align: left;
    text-decoration: none;
    width: auto !important;
}

#menubox_best_sellers, #menubox_cart, #menubox_categories_box, #menubox_content, #menubox_currencies, #menubox_extrabox1, #menubox_extrabox2, #menubox_extrabox3, #menubox_extrabox4, #menubox_extrabox5, #menubox_extrabox6, #menubox_extrabox7, #menubox_extrabox8, #menubox_extrabox9, #menubox_gm_bookmarks, #menubox_gm_counter, #menubox_gm_ebay, #menubox_gm_scroller, #menubox_gm_trusted_shops_widget, #menubox_infobox, #menubox_information, #menubox_languages, #menubox_last_viewed, #menubox_manufacturers, #menubox_manufacturers_info, #menubox_newsletter, #menubox_order_history, #menubox_paypal, #menubox_ekomi, #menubox_reviews, #menubox_search, #menubox_specials, #menubox_whatsnew, #menubox_trusted, #menubox_yoochoose_top_selling, #menubox_yoochoose_also_clicked {
    background-color: #FFFFFF;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    border-color: #DADADA;
    border-style: solid;
    border-width: 0px !important;
    margin: 0px !important;
    padding: 0;
    width: 100%;
}


 
 

/*
	ADDON XI - 2018 - SHOPPING CART
*/

.addoninstallbox{
	background: #efefef;
	border: 1px solid #ccc; 
	padding: 25px 20px 25px 20px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin: 0px 0px 20px 0px;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
}
/*BUTTON*/
.btnbook{
	background: #007aec;
	color: #fff!important;
	text-decoration: none;
	text-shadow: 0px 0px 0px;
}
.btnbook:hover{
	background: #33cc00;
	color: #fff!important;
	text-decoration: none!important;
	text-shadow: 0px 0px 0px;
}




/*PRODUKT INSTALLATION*/
#installproduct{
	background: red !important;border: 1px solid green;
}
#installproduct td{
	background: #fff !important;

	
}


/* FIX ADRESS PAGE */

.adressbook{font-family: arial; text-align: left; padding: 0px 0px 0px 35px;}

.box_form_adressbook{
	width: 600px; 
	margin: 0px 160px 30px 10px; 
	font-family: arial;
}



.box_form_adressbook .cell_left {
	text-align: left;
	}
.box_form_adressbook .cell_right {
	float: left;
	width: 170px;
	border: 0px solid red;
	line-height: 20px;
	margin: 0px 200px 5px 10px;
}



.box_form_adressbook #gm_privacy{width: 600px; text-align: left; padding-top: 20px;}


/* .box_form_adressbook .cell_right input {float:left;} */

/* .box_form_adressbook .inputRequirement{float:left;} */



.pflichtfeld{font-family: arial; padding: 20px 0px 20px 35px;}

.companyadressbook input{margin-left: -5px;}

/**/
#shop_logo{border-color:#000;border-style:solid;border-width:0;color:#999;font-family:Arial,Tahoma,Verdana;font-size:12px;font-style:normal;font-weight:400;margin:0;padding:0;text-align:left;text-decoration:none}.wrap_shop{background-color:#dcdcdc;color:#666;font-family:Arial, Tahoma, Verdana;font-size:12px;margin:0;padding:10px 0}dd{background-image:url(backgrounds/separator-dotted-hori.png);background-position:-1px bottom;background-repeat:repeat-x;float:left;margin:0;padding:10px 0 10px 20px;width:230px}div.input{color:#666;font-size:11px;margin-bottom:10px}div.input.linklist a{display:inline-block;font-size:12px;padding:0 0 2px 5px}div.input.separator-bottom{border-bottom-color:#ccc;border-bottom-style:solid;border-bottom-width:1px;padding-bottom:10px}dl{font-size:11px;margin:0;padding-top:1px}dt{background-image:url(backgrounds/separator-dotted-hori.png);background-position:bottom;background-repeat:repeat-x;clear:left;float:left;font-weight:700;margin:0;padding:10px 0 10px 10px;width:90px}fieldset table td.col_0{width:130px}fieldset.blocklabels_150 .input label{clear:left;color:#666;display:block;float:left;width:150px}.wrap_shop form{margin:0;padding:0}h2.underline{border-bottom-color:#bfbfbf;border-bottom-style:solid;border-bottom-width:1px;color:#9a9a9a;font-size:14px;font-weight:700;padding-bottom:3px;padding-top:3px;text-transform:uppercase}h2.underline img{padding-right:10px}ul.arrows{line-height:20px;list-style-image:url(backgrounds/categories-item-bg.gif);margin-left:0;padding-left:20px}#breadcrumb_navi{float:left;height:24px;width:550px}#breadcrumb_navi span{color:#666;display:inline-block;font-size:10px;padding:6px 20px}#container{background-color:#fff;background-image:none;background-position:top left;background-repeat:no-repeat;border-color:transparent;border-style:solid;border-width:0;color:#999;margin:0 auto;overflow:hidden;width:1000px}#container_inner{margin:10px;width:980px}#currency .currency_container{background-image:url(backgrounds/shadow.png);background-position:right bottom;background-repeat:no-repeat;padding-bottom:9px;padding-right:9px;width:60px}#currency .currency_content{background-color:#9a9a9a;padding:5px 5px 0}#currency a{color:#fff;display:block;padding:0 0 5px 5px;text-decoration:none}#customer_login .customer_login_container{background-image:url(backgrounds/shadow.png);background-position:right bottom;background-repeat:no-repeat;padding-bottom:9px;padding-right:9px;width:180px}#flyover_box{background-color:#fff;border-color:#EAEAEA;border-style:solid;border-width:1px;padding:10px;width:400px}#flyover_box #flyover_title{color:#666;font-size:14px;font-weight:700;padding-bottom:10px}#flyover_layer #flyover{background-color:#fff;border-left:1px solid #ccc;border-top:1px solid #ccc;padding:5px}#footer{background-color:#f2f2f2;background-image:none;background-position:left top;background-repeat:no-repeat;border-top-color:#cfcfcf;border-top-style:solid;border-top-width:0;color:#999;margin:0 auto;padding:0;width:1000px}#gm_attribute_images{font-weight:700;padding:10px}#gm_gprint ul{background-color:transparent;background-image:none}#gm_gprint_tabs{border-left:1px solid #CCC;margin:0 0 2px}#gm_gprint_tabs .gm_gprint_tab{background-color:#FFF;background-image:none;background-position:top left;background-repeat:repeat-x;border-bottom:1px solid #CCC;border-right:1px solid #CCC;border-top:1px solid #CCC;padding:5px 8px}#gm_gprint_tabs .gm_gprint_tab_active{background-color:#E7E7E7;background-image:none;background-position:top left;background-repeat:repeat-x;border-bottom:1px solid #CCC;border-right:1px solid #CCC;border-top:1px solid #CCC;padding:5px 8px}#gm_gprint_tabs span{color:#000;font-family:Arial,Tahoma,Helvetica,Sans-Serif;font-size:10px;text-transform:uppercase}#gm_tell_a_friend_popup{background-color:#FFF;margin-left:auto;margin-right:auto;overflow:hidden;padding:10px;text-align:left;width:700px}#gm_tell_a_friend_popup #footer{background-color:transparent;border:0;color:#666;cursor:pointer;display:block;font-size:16px;font-weight:700;text-align:right;text-transform:uppercase}#header{background-color:transparent;background-image:none;background-position:bottom;background-repeat:repeat-x;height:auto}#head_navi ul li{background-color:transparent;background-image:url(backgrounds/separator-30-vert.png);background-position:right center;background-repeat:no-repeat;display:block;float:left;padding:0 2px 0 0}#head_navi ul li a{color:#fff;display:inline-block;line-height:18px;padding:6px 8px;text-decoration:none}#head_navi ul li a:hover{background-color:#c1c1c1;background-image:url(backgrounds/gradients/gradient.png);background-position:bottom;background-repeat:repeat-x;overflow:hidden}#head_toolbox{background-color:#f3f3f3;background-image:url(backgrounds/gradients/gradient-light.png);background-position:bottom;background-repeat:repeat-x;height:40px;width:980px}#head_toolbox_inner{padding:8px}#infobox .infobox_container{background-image:url(backgrounds/shadow.png);background-position:right bottom;background-repeat:no-repeat;padding-bottom:9px;padding-right:9px;width:190px}#infobox .infobox_content{background-color:#9a9a9a}#infobox p{color:#fff;font-family:Arial, Tahoma, Verdana;font-size:12px;margin:0;padding:5px 10px}#language .language_container{background-image:url(backgrounds/shadow.png);background-position:right bottom;background-repeat:no-repeat;padding-bottom:9px;padding-right:9px;width:50px}.language_inside{background-color:#9a9a9a;padding:5px 5px 10px}#language img{float:left;margin:2px 3px 8px 2px}#left{float:left;margin:10px 0;position:relative;width:200px}#left .content-box .box-input-field{float:left;width:130px}#left .content-box form{color:#666;margin:0;padding:0}#left .input-text{width:174px}#left label{color:#666;width:100%}#lightbox_gallery{background-color:#fff;overflow:hidden;padding:10px}#lightbox_gallery #lightbox_gallery_main{background-position:center center;background-repeat:no-repeat;float:left;margin:0 auto;overflow:hidden;width:100%}#lightbox_gallery #lightbox_gallery_thumbnails{clear:left;margin-left:auto;margin-right:auto;overflow:hidden;padding-top:10px}#lightbox_gallery .lightbox_gallery_footer{padding-top:10px;text-align:right}#lightbox_gallery .lightbox_gallery_left{color:#666;cursor:pointer;float:left;font-size:16px;font-weight:700;height:100%;overflow:hidden;visibility:hidden;width:100%}#lightbox_gallery .lightbox_gallery_right{color:#666;cursor:pointer;float:right;font-size:16px;font-weight:700;height:100%;overflow:hidden;text-align:right;visibility:hidden;width:50%}#lightbox_gallery .thumbnail.lightbox_thumbnail_active{border-color:#666}#lightbox_gallery .thumbnail{border-color:#CCC;border-style:solid;border-width:1px;float:left;height:86px;margin-bottom:3px;margin-right:3px;overflow:hidden;padding:1px;width:86px}#main{float:right;margin-left:10px;margin-top:10px;width:770px}#main_inside{background-color:transparent;background-image:none;background-position:0 0;background-repeat:repeat-x;padding-left:10px}#product_info #gm_gprint{margin-bottom:8px;margin-left:0;margin-right:0;overflow:hidden}#product_reviews_write .rating label{height:90px}#reviews .rating{border-bottom-color:#666;border-bottom-style:solid;border-bottom-width:1px;width:750px}#reviews .rating-item .rating-caption{float:left;font-weight:700;width:160px}#reviews .rating-item .rating-comment{float:left;margin-left:20px;width:420px}#reviews .rating-item .rating-product-name a{font-size:13px;font-weight:700;text-decoration:none}#reviews .reviews-head{border-bottom-color:#666;border-bottom-style:solid;border-bottom-width:1px;font-weight:700;overflow:hidden;width:100%}#reviews .reviews-list{overflow:hidden;width:100%}#reviews-info .rating-item .rating-caption{float:left;font-weight:700;width:70px}#reviews-info .rating-item .rating-comment{float:left;margin-left:20px;width:330px}#reviews-info .rating-item .rating-meta{float:left;text-align:right;width:160px}#right{display:none;float:left;position:relative}#search{background-color:transparent;background-image:url(backgrounds/separator-30-vert.png);background-position:right center;background-repeat:no-repeat;float:left;height:24px;width:192px}#search_field{float:left;margin-right:3px;width:130px}#tab_gx_customizer{padding:10px 0}#top_navi{background-color:transparent;background-image:none;background-position:0 0;background-repeat:repeat;margin:0 auto;overflow:hidden;width:1000px}#top_navi ul li span{color:#fff;display:inline-block;height:19px;line-height:19px;padding:3px 8px 3px 10px;text-decoration:none}#top_navi_inner ul li{background-color:#b7b7b7;background-image:url(backgrounds/separator-30-vert.png);background-position:right center;background-repeat:no-repeat;display:block;float:left;height:25px;padding-right:2px}#top_navi_inner ul li a{color:#fff;display:block;float:left;height:19px;line-height:19px;overflow:hidden;padding:3px 8px 3px 10px;text-decoration:none}#top_navi_inner ul li a:hover{background-color:#999;background-image:none;background-position:0 0;background-repeat:repeat}#top_navi_inner ul li.last{background-image:none;padding-right:0}.top_navi_arrow{background-image:url(backgrounds/icon-white-arrowdown.png);background-position:100% 50%;background-repeat:no-repeat;height:19px;line-height:19px;padding-right:15px;position:absolute;right:10px;top:3px}.top_navi_home{background-image:url(backgrounds/icon-white-home.png);background-position:50% 50%;background-repeat:no-repeat;height:19px;position:absolute;right:10px;top:3px;width:12px}.account_history_info .order_history_list .calculation.total .col_4{background-color:#fff}.h2_headline{color:#666;font-family:Arial,Tahoma,Verdana;font-size:14px;font-weight:700}.address-book-addresses-buttons{width:500px}.address-book-addresses-name{float:left;width:300px}.article-list .article-list-item-right{float:right;position:relative;width:760px}.article-list dl dd{background-image:none;overflow:hidden;width:auto}.article-list dl dt{background-image:none;float:left;font-weight:700;width:auto}.article-list-item-delivery p{display:inline}.article-list.cols{margin-bottom:1em}.article-list.cols .article-list-item{background-color:#fff;background-image:url(backgrounds/article-item-bg.gif);background-position:right bottom;background-repeat:no-repeat;display:inline-block;float:left;margin-bottom:18px;width:190px}.article-list.cols .article-list-item-button{float:right;margin-top:10px}.article-list.cols .article-list-item-image{display:inline-block;height:140px;text-align:center;width:100%}.article-list.cols .article-list-item-inside{margin:15px}.article-list.cols .article-list-item-price{height:42px}.article-list.cols .article-list-item-text .title{font-weight:700;height:30px}.article-list.cols .article-list-item:hover{background-color:#f9f9f9}.article-list.cols .article-list-item img:hover{border-color:#EEE;border-style:solid;border-width:1px}.article-list.offer .article-list-item-text .price a:hover{text-decoration:none}.article-list.rows .article-count-input{width:30px}.article-list.rows .article-list-item{background-color:#fff;width:100%}.article-list.rows .article-list-item-bottom{background-image:url(backgrounds/article-item-rows-bg.png);background-position:0 100%;background-repeat:repeat-x;clear:both;float:left;padding-bottom:10px;position:relative;width:100%}.article-list.rows .article-list-item-delivery{float:left;padding-left:10px;padding-top:13px;position:relative;width:auto}.article-list.rows .article-list-item-image{float:left;height:160px;margin:20px 0 0;padding-left:10px;padding-right:10px;position:relative;width:auto}.article-list.rows .article-list-item-image-inline{margin-left:auto;margin-right:auto}.article-list.rows .article-list-item-main{float:left;margin:20px 20px 0 0;position:relative;width:380px}.article-list.rows .article-list-item-main h2 a{color:#666;font-family:Arial,Tahoma,Verdana;font-size:13px;font-style:normal;font-weight:700;text-align:left;text-decoration:none}.article-list.rows .article-list-item-main h2 a:hover{color:#666;font-family:Arial,Tahoma,Verdana;font-size:13px;font-style:normal;font-weight:700;text-align:left;text-decoration:underline}.article-list.rows .article-list-item-price{bottom:0;margin-bottom:10px;position:absolute;right:0;text-align:right;width:auto}.article-list.rows .article-list-item-price .tax-shipping-text{color:#666;font-family:Arial,Tahoma,Verdana;font-size:10px;font-style:normal;font-weight:400;line-height:2em;text-align:left;text-decoration:none}.billiger-gesehen .article-list-item{background-color:transparent;margin-bottom:20px;margin-top:0;width:100%}.billiger-gesehen .article-list-item-image{float:left;margin:0 10px;position:relative}.billiger-gesehen .article-list-item-image img{border-color:#ccc;border-style:solid;border-width:1px;margin-left:0;margin-right:20px;margin-top:20px}.billiger-gesehen .article-list-item-main{float:left;margin:20px 20px 10px 0;position:relative;width:540px}.billiger-gesehen .article-list-item-main .title{font-size:13px;font-weight:700}.billiger-gesehen .article-list-item-price{clear:left;float:left;margin:0 0 10px;position:relative;text-align:left;width:160px}.billiger-gesehen .article-list-item-price .tax-shipping-text{font-size:9px;line-height:2em}.billiger-gesehen .back_button{float:left;margin-bottom:20px;margin-top:20px;position:relative}.billiger-gesehen .send_button{float:right;margin-bottom:20px;margin-top:20px;position:relative}.checkout_paypal p{font-size:13px;width:70%}.cols2{display:inline-block;width:100%}.cols2 .col{float:left;margin-right:20px;width:350px}.cols2 .col.last{float:right;margin-right:0}.cols3{background-image:url(backgrounds/account-dotted-line.png);display:inline-block}.cols3 .col{display:inline-block;float:left;margin-right:10px;width:240px}.cols3 .col .col-inside{padding:0 10px 0 0}.cols3 .col.last{margin-right:0}.cols3 h3{color:#666;font-size:14px;font-style:normal;font-weight:700;text-decoration:none}.content-box{background-color:#e5e5e5;background-image:url(backgrounds/content-box-bg.jpg);background-position:top;background-repeat:repeat-x;border-color:#eaeaea;border-style:solid;border-width:1px;margin:0 0 10px;width:100%}.content-box .article-list-item-image{display:inline-block;text-align:center;width:100%}.content-box .icon{padding-top:3px;position:absolute;right:5px;top:5px}.content-box-header-inner{color:#666;font-size:14px;font-weight:700;padding:5px 10px}.content-box-main-inner{padding:5px 10px;width:180px}.content-box.categories a{background-color:transparent;background-image:none;background-position:top left;background-repeat:no-repeat;color:#545454;display:block;font-size:11px;line-height:20px;padding:5px 0 5px 20px;text-decoration:none}.content-box.categories a.active{background-image:url(backgrounds/categories-item-bg-active.gif);color:#666}.content-box.categories li{background-color:#fff;background-image:url(backgrounds/separator-dotted-hori.png);background-position:bottom;background-repeat:repeat-x;margin-left:0;padding-bottom:1px;padding-left:0}.content-box.categories ul{list-style:none;margin-left:0;padding-left:0}.content-box.white{background-color:#fff;background-image:none;background-position:top;background-repeat:repeat-x;border-color:#eaeaea;border-style:solid;border-width:1px;margin:0 0 10px;width:100%}.article-list.bestsellers .article-list-item{background-color:transparent;background-image:url(backgrounds/separator-dotted-hori.png);background-position:bottom;background-repeat:repeat-x;display:block;margin:0 0 10px;padding-bottom:5px;padding-right:0;padding-top:0}.article-list.bestsellers .article-list-item-image{display:none;text-align:center}.article-list.bestsellers .article-list-item-price{color:#666;font-family:Arial,Tahoma,Verdana;font-size:12px;font-style:normal;font-weight:400;text-align:right;text-decoration:none}.article-list.bestsellers .article-list-item-price .price{font-weight:400}.article-list.bestsellers .article-list-item-text{display:block;float:left;width:90%}.currency_inside a{color:#eee;text-decoration:none}.customer_login_inside{background-color:#b7b7b7;background-image:none;background-position:0 0;background-repeat:repeat;padding:10px}.customer_login_inside label{color:#eee}.customer_login_links{margin-top:8px}.details{margin-bottom:30px;margin-top:10px}.details .actions{background-color:#fff;background-image:url(backgrounds/separator-dotted-hori.png);background-position:top;background-repeat:repeat-x;display:inline-block;margin-top:20px;position:relative;width:750px}.details .actions a{background-color:transparent;background-image:url(backgrounds/separator-dotted-vert.png);background-position:left;background-repeat:repeat-y;color:#666;display:block;float:right;font-size:10px;line-height:24px;margin-top:5px;padding-left:10px;padding-right:10px;text-decoration:none}.details .description{border-bottom-color:#999;border-bottom-style:solid;border-bottom-width:1px;margin-bottom:20px;width:750px}.details .gallery{float:left;min-height:400px;width:380px}.details .gallery .stage{color:#666;font-family:Arial,Tahoma,Verdana;font-size:12px;font-style:normal;font-weight:400;height:345px;line-height:279px;overflow:hidden;text-align:center;text-decoration:none;width:370px}.details .gallery .thumbnail{border-color:#ccc;border-style:solid;border-width:1px;float:left;height:86px;margin-bottom:3px;margin-right:3px;overflow:hidden;padding:1px;width:86px}.details .info{background-color:#fff;background-image:url(backgrounds/details-info-bg.jpg);background-position:left top;background-repeat:no-repeat;float:left;min-height:400px;width:372px}.details .info #details_qty_advice{line-height:1.7em;padding-top:10px}.details .info .attributes{background-color:#eee;clear:both;margin-top:1em;padding-bottom:5px;padding-top:5px;width:352px}.details .info .attributes.table_listing .attributes_label{font-size:11px;font-weight:700;padding-left:10px}.details .info .attributes.table_listing div{font-size:11px;padding:5px}.details .info .inside{background-color:transparent;background-image:none;background-position:0 0;background-repeat:repeat;padding:0 0 0 20px}.details .info .price-container{margin-top:20px}.details .info .price-container .article-count-input{width:40px}.details .info .price-container .inside{padding-right:12px;text-align:right}.details .info .price-container .leaflet{clear:both;font-size:12px;margin-top:10px;text-align:right;width:100%}.details .info .price-container .leaflet a{color:#666;font-size:12px;text-decoration:underline}.details .info .price-container .price{color:#666;font-size:22px;font-weight:700}.details .inside dl{overflow:hidden}.details .product-documents dt{background-image:url(backgrounds/separator-dotted-hori.png);background-position:bottom;background-repeat:repeat-x;clear:left;float:left;font-size:11px;font-weight:700;margin:0;padding:10px 0 10px 10px;width:340px}.details .product-documents dt img{float:left;margin-right:10px}.details .rating{width:750px}.details .rating-item .rating-caption{float:left;font-weight:700;width:60px}.details .rating-item .rating-comment{float:left;margin-left:20px;width:550px}.details .rating-item .rating-meta{float:left;text-align:right;width:120px}.ebay_products .article-list.cols .article-list-item-image{height:100px}.future_products{margin-top:20px;width:760px}.future_products dd{padding-left:0;padding-right:0;text-align:right;width:30%}.future_products dt{padding-left:0;padding-right:0;width:70%}.gm_gprint_field{background-color:#FFF;border:1px solid #CCC;color:#000;font-family:Arial,Tahoma,Helvetica,Sans-Serif;font-size:12px;padding:0}.gradient{background-image:url(backgrounds/gradients/gradient.png);background-repeat:repeat-x}.gradient.reflection{background-image:url(backgrounds/gradients/gradient-reflection.png);background-position:left center;background-repeat:repeat-x}.gradient.reverse{background-image:url(backgrounds/gradients/gradient-reverse.png);background-position:top;background-repeat:repeat-x}.h200{height:200px}.h250{height:250px}.h300{height:300px}.headline{color:#666;font-size:20px;font-weight:400;padding:20px 0 0}.icon_gallery_back{background-image:url(backgrounds/lightbox-buttons.png);background-position:0 -120px;display:block;float:left;height:30px;text-decoration:none;width:50px}.icon_gallery_next{background-image:url(backgrounds/lightbox-buttons.png);background-position:0 -60px;display:block;float:right;height:30px;text-decoration:none;width:50px}.icon_lightbox_close{background-image:url(backgrounds/lightbox-buttons.png);background-position:0 0;display:block;float:right;height:30px;text-decoration:none;width:50px}a.icon_lightbox_close_checkout{background-image:url(backgrounds/lightbox-close.png);background-position:0 0;color:#393939;display:block;font-size:14px;height:19px;margin:10px auto;outline:0 none;padding:5px 0 0 21px;text-decoration:none;text-transform:uppercase;width:96px}a.icon_lightbox_close_checkout:hover{background-image:url(backgrounds/lightbox-close.png);background-position:0 -24px;color:#393939;display:block;font-size:14px;height:19px;margin:10px auto;outline:0 none;padding:5px 0 0 21px;text-decoration:none;text-transform:uppercase;width:96px}.wrap_shop input.input-text{background-color:#fff;background-image:url(backgrounds/gradient-small-reverse.png);background-position:top left;background-repeat:repeat-x;border-color:#a3a3a3;border-style:solid;border-width:1px;color:#666;font-family:Arial,Tahoma,Verdana;font-size:12px;height:18px;padding:2px}.wrap_shop input.input-text.big{font-size:14px;padding:6px}.input-textarea{background-color:#fff;background-image:url(backgrounds/gradient-small-reverse.png);background-position:top left;background-repeat:repeat-x;border-color:#a3a3a3;border-style:solid;border-width:1px;height:18px;padding:2px}.lightbox_close{position:absolute;right:0;text-align:right}.megadropdown .megadropdown-inside{background-color:#fff;background-image:url(backgrounds/megadropdown-bg.png);background-position:top;background-repeat:repeat-x;border-left-color:#ccc;border-left-style:solid;border-left-width:1px;margin-bottom:0;padding-left:20px;padding-top:20px}.megadropdown li{margin-left:0;padding-left:0}.megadropdown ul{list-style:none;margin-left:0;margin-top:0;padding-left:0}.megadropdown ul li{background-image:url(backgrounds/separator-dotted-vert.png);background-position:right;background-repeat:repeat-y;display:inline-block;float:left;margin-bottom:30px;margin-right:20px;width:170px}.megadropdown ul li ul li{height:auto;margin-bottom:0}.noscript_notice{background-color:#FF9;color:#000;padding:10px;text-align:center}.order_payment .error td{color:red;font-weight:700}.order_payment .payment_item fieldset{margin-top:20px;padding-left:40px}.order_payment .payment_item fieldset label{font-weight:700;padding-left:0}.order_payment .payment_item p{font-size:13px;margin-bottom:0;margin-top:0}.order_payment textarea{height:100px;width:686px}.order_shipping .shipping_item p{margin-bottom:0;margin-top:0}.order_thanks .order_success_text p{color:#666;font-size:14px;padding-left:30px;padding-right:50px}.order_thanks .product-documents{margin-bottom:10px;padding-left:30px}.order_thanks .thanks{color:#666;font-size:14px;font-weight:700;padding-bottom:30px;padding-left:30px;padding-top:30px}.product-listing .description img{float:right;margin:0 0 10px 20px}#product_listing .panel{background-color:#eee;background-image:none;background-position:0 0;background-repeat:repeat;border-bottom-color:#ccc;border-bottom-style:solid;border-bottom-width:1px;border-top-color:#ccc;border-top-style:solid;border-top-width:1px;margin:20px 0;width:100%}#product_listing .panel .inside{padding:3px}#product_listing .panel .panel-viewmode{float:left;padding-left:20px;padding-top:4px}#product_listing .panel .panel-itemcount{float:left;margin-left:20px;padding:4px;position:relative}#product_listing .panel .panel-pagination{float:right;padding:4px;position:relative}#product_listing .panel .panel-pagination p{color:#666;margin:.5em 0 0}#product_listing .panel .panel-sort{float:left;padding:4px;position:relative}#product_listing .panel label{color:#666;font-size:11px;font-weight:700;padding:4px 4px 4px 0}.panel-pagination-info{color:#666;float:left;font-family:Arial,Tahoma,Verdana;font-size:12px}.required_info{color:#666;font-family:Arial,Tahoma,Verdana;font-size:12px;text-align:right;width:100%}.shopping-cart-headline{color:#666;font-family:Arial,Tahoma,Verdana;font-size:12px;font-style:normal;font-weight:700;text-align:right;text-decoration:none}.shopping_cart{background-color:#fff;background-image:none;background-position:top left;background-repeat:repeat-x;clear:both;color:#999;margin-top:20px;overflow:hidden;width:760px}.shopping_cart .checkout_button{float:right;margin-bottom:0;margin-top:20px;position:relative;text-align:right}.shopping_cart .continue_button{float:left;margin-bottom:0;margin-top:20px;position:relative}.shopping_cart .shipping-text{color:#666;font-size:10px;font-style:normal;font-weight:400;text-decoration:none}.shopping_cart_list{margin-top:20px;width:100%}.shopping_cart_list .col_0{padding-bottom:10px;padding-top:10px;text-align:center}.shopping_cart_list .col_0 .content-box{margin-top:20px;text-align:left}.shopping_cart_list td{background-color:#fff;background-image:url(backgrounds/separator-dotted-hori.png);background-position:bottom;background-repeat:repeat-x;color:#666;padding-bottom:5px;padding-top:5px;vertical-align:top}.shopping_cart_list td.col_4{background-color:#eee;font-weight:700;text-align:right;width:170px}.shopping_cart_list tr.calculation td.col_1{background-image:none;border-bottom-color:#666;border-bottom-style:solid;border-bottom-width:1px;text-align:right}.shopping_cart_list tr.calculation td.col_2{background-image:none;border-bottom-color:#666;border-bottom-style:solid;border-bottom-width:1px;font-weight:700;text-align:right;width:170px}.shopping_cart_list tr.first th.col_4{background-color:#EEE;text-align:right}.shopping_cart_list tr.last-article td{background-image:none;border-bottom-color:#666;border-bottom-style:solid;border-bottom-width:1px}.order_confirm .shopping_cart_list .calculation .col_0{background-image:none;text-align:left;vertical-align:bottom}.order_confirm .shopping_cart_list .calculation .col_2{background-color:#eee;border-bottom-color:#666;border-bottom-style:solid;border-bottom-width:1px;color:#666}.order_confirm .shopping_cart_list .calculation.total .col_2{background-color:#fff;border-bottom:none;color:#666;font-size:22px;font-weight:400}.order_confirm .shopping_cart_list th{border-bottom-color:#666;border-bottom-style:solid;border-bottom-width:1px;font-style:normal;font-weight:700;padding-bottom:2px;padding-top:10px;text-decoration:none}.order_confirm .shopping_cart_list th.amount{width:50px}.order_confirm .shopping_cart_list td{background-image:url(backgrounds/separator-dotted-hori.png);background-repeat:repeat-x;color:#666;font-family:Arial,Tahoma,Verdana;font-size:12px;padding-bottom:5px;padding-top:5px;vertical-align:top}.order_confirm .shopping_cart_list td.col_4{font-weight:700;text-align:right}.order_confirm .shopping_cart_list tr.last-article td{background-image:none;border-bottom-color:#666;border-bottom-style:solid;border-bottom-width:1px;color:#666}.order_confirm .shopping_cart_list tr.last-article td.col_4{background-color:#eee;color:#666}.order_confirm h2 a{font-size:11px;font-weight:400}.sub_categories_listing_body{height:100%;list-style-type:none;margin:3px 0;overflow:hidden;text-align:center}.sub_categories_listing_body .box_list{float:left;height:100%;list-style-type:none;overflow:hidden;padding:5px;text-align:center}.wrap_shop .tabs #tabbed_description_part{line-height:1.7em;margin-bottom:10px;margin-top:10px;width:100%}.wrap_shop .tabs .ui-tabs-nav{background-color:#fff;background-image:url(backgrounds/tabs-navi-bg.png);background-position:bottom;background-repeat:repeat-x;display:inline-block;margin-left:0;padding-left:0;width:750px}.wrap_shop .tabs .ui-tabs-nav .ui-tabs-selected a{background-color:transparent;background-image:url(backgrounds/tabs-active-bg.png);background-position:center bottom;background-repeat:no-repeat;color:#666}.wrap_shop .tabs .ui-tabs-nav li{background-color:transparent;background-image:url(backgrounds/separator-30-vert.png);background-position:right center;background-repeat:no-repeat;display:block;float:left;margin-left:0;padding-left:0}.wrap_shop .tabs .ui-tabs-nav li a{color:#333;display:inline-block;font-size:11px;line-height:20px;padding:10px 20px;text-decoration:none}.user_home{display:inline-block;margin-bottom:30px}.user_home .order{border-bottom-color:#ccc;border-bottom-style:solid;border-bottom-width:1px;margin-bottom:10px;padding-bottom:10px;width:100%}.user_home .order .product-documents dd{padding:3px 0;width:230px}.user_home .order .product-documents dl{background-image:url(backgrounds/separator-dotted-hori.png);background-position:top;background-repeat:repeat-x;margin-bottom:5px;margin-top:5px;width:100%}.user_home .order .show_download_button{float:right;margin-top:5px}#customer_login label{color:#fff;display:inline-block;font-size:11px;font-weight:700;padding:4px 0}.panel-pagination a:hover{color:#000;text-decoration:none}#menubox_add_a_quickie{background-color:#FFF;background-image:none;background-position:0 0;background-repeat:repeat;border-color:#EAEAE;border-style:solid;border-width:1px;margin:0 0 10px;padding:0;width:100%}#menubox_add_a_quickie_head .content-box-header-inner{background-color:#6d6d6d;background-image:url(backgrounds/gradients/gradient.png);background-position:0 0;background-repeat:repeat;color:#fbfbfb;font-family:Arial, Tahoma, Verdana;font-size:13px;font-style:normal;font-weight:700;padding:5px 10px;text-align:left;text-decoration:none}#menubox_categories{background-color:#FFF;background-image:none;background-position:0 0;background-repeat:repeat;border-color:transparent;border-style:solid;border-width:0;margin:0 0 10px;padding:0;width:100%}#menubox_categories_box_body .content-box-main-inner{color:#666;font-family:Arial, Tahoma, Verdana;font-size:11px;font-style:normal;font-weight:400;padding:0 10px 0 8px;text-align:left;text-decoration:none;width:180px}#menubox_categories_box .categories{height:100%;margin:0 0 3px;overflow:hidden;padding:4px 3px;text-align:left}#menubox_categories_box .cat_sub_link{color:#666;font-family:Arial,Tahoma,Verdana;font-size:11px;font-style:normal;font-weight:400;text-align:left;text-decoration:none;text-transform:none}#menubox_categories_box .cat_icon{float:left;height:100%;padding:1px 0 3px}#menubox_categories_box .cat_link_container{padding:5px 0 0}#menubox_newsletter_body .submit{padding-bottom:0;padding-top:10px;text-align:right}#menubox_gm_trusted_shops_widget_body .content-box-main-inner{color:#666;font-family:Arial, Tahoma, Verdana;font-size:12px;font-style:normal;font-weight:400;padding:5px;text-align:center;text-decoration:none;width:180px}#menubox_login_body .content-box-main-inner .menubox_link a:hover{color:#1e1e1e;font-family:Arial,Tahoma,Verdana;font-size:12px;font-style:normal;font-weight:400;text-align:left;text-decoration:underline}#menubox_ekomi_body .content-box-main-inner{color:#666;font-family:Arial, Tahoma, Verdana;font-size:12px;font-style:normal;font-weight:400;padding:10px 19px;text-align:left;text-decoration:none;width:180px}#head_shopping_cart.active{background-image:url(backgrounds/head-shopping-cart-active-bg.png);background-position:0}#dropdown_shopping_cart_total{background-color:#EEE;border-bottom:1px solid #CCC;border-top:1px solid #CCC;color:#333;font-size:14px;font-weight:700;margin-bottom:0;margin-right:10px;margin-top:0;padding:5px 10px 5px 5px;text-align:right}#head_navi{background-color:#6d6d6d;background-image:url(backgrounds/gradients/gradient.png);background-position:0 0;background-repeat:repeat-x;height:30px;width:980px}.subcategories_listing ul li ul li{height:20px;margin-bottom:0}.wrap_shop fieldset input.input-text{background-color:#fff;background-image:url(backgrounds/gradient-small-reverse.png);background-position:top left;background-repeat:repeat-x;border-color:#a3a3a3;border-style:solid;border-width:1px;color:#666;font-family:Arial,Tahoma,Verdana;font-size:12px;height:18px;padding:2px;width:234px}.wrap_shop fieldset select.input-select{background-color:transparent;background-image:url(backgrounds/gradient-small-reverse.png);background-position:top left;background-repeat:repeat-x;border-color:#a3a3a3;border-style:solid;border-width:1px;color:#666;height:24px;padding:2px;width:206px}.wrap_shop fieldset table td{color:#666;font-family:Arial, Tahoma, Verdana;font-size:12px;padding-bottom:10px}.order_confirm p{color:#666;font-size:14px;margin-left:30px}.module_option_checked{background-color:#eee;cursor:pointer;overflow:hidden}.popup_content h1{color:#666;font-family:Arial,Tahoma,Verdana;font-size:20px;font-weight:400;margin-top:0}.popup_content{padding:20px}#fixed_dropdown_shopping_cart_total{background-color:#EEE;border-bottom:1px solid #CCC;border-top:1px solid #CCC;color:#333;font-size:14px;font-weight:700;margin:0 15px 0 10px;padding:5px 10px 5px 5px;text-align:right}#fixed_dropdown_shopping_cart_header{background-color:#00B6DE;background-image:url(backgrounds/gradients/gradient.png);background-position:bottom;background-repeat:repeat-x;height:37px;margin-left:6px;width:196px}#fixed_dropdown_shopping_cart_header .cart-head-text{padding-right:12px;padding-top:5px}#fixed_dropdown_shopping_cart_header .cart-head-icon{padding:5px}#fixed_dropdown_shopping_cart_header .shopping-cart-headline{color:#fff;font-size:12px}#fixed_dropdown_shopping_cart_header .shopping-cart-product-count{color:#fff}.cart_error_color{color:#fe0000;font-size:12px;font-style:normal;font-weight:400;text-decoration:none}.shopping_cart_list th.wish_list_qty{border-bottom:1px solid #666;font-weight:700;padding-top:10px;text-align:left;width:50px}.shopping_cart_list th.wish_list_checkbox{border-bottom:1px solid #666;font-weight:700;padding-top:10px;text-align:left;width:30px}#live_search_container #live_search_head{color:#666;font-family:Arial,Verdana,Tahoma;font-size:10px;font-weight:700;line-height:24px;text-align:left;text-decoration:none}#live_search_container a{color:#666;display:block;font-family:Arial,Verdana,Tahoma;font-size:10px;font-style:normal;font-weight:400;padding:5px 0;text-decoration:none}#live_search_container li{background-color:#fff;background-image:url(backgrounds/separator-dotted-hori.png);background-position:top;background-repeat:repeat-x;padding-left:0;padding-top:1px}.site_navigation{color:#666;font-family:Arial,Tahoma,Verdana;font-size:12px;text-align:right}.jcarousel-control{bottom:10px;position:absolute;right:10px;z-index:100}.jcarousel-control a{border-color:#fff;border-style:solid;border-width:4px;display:inline-block;font-size:75%;margin:0;padding:0;text-decoration:none}.jcarousel-control a:hover{border-color:#000;border-style:solid;border-width:4px;outline:none}a.jcarousel_control_a_active{border-color:#00b6de;border-style:solid;border-width:4px;outline:none}.jcarousel-scroll{margin-top:10px;text-align:center}#jcarousel_container{margin:0 0 20px;padding:0;position:relative}.wrap_shop #main #main_inside .highlight_form{border-color:#1099BB;color:#666;font-weight:700}.circle_arrow_right{background-color:transparent;background-image:url(backgrounds/icon-grey-circlearrowrigh.png);background-position:top left;background-repeat:no-repeat;float:right;height:14px;width:14px}#menubox_filter{background-color:#E5E5E5;background-image:url(backgrounds/content-box-bg.jpg);background-position:center top;background-repeat:repeat-x;border-color:#dadada;border-style:solid;border-width:1px;margin:0 0 10px;padding:0;width:100%}#menubox_filter_body .content-box-main-inner select.multiple-input-select{background-color:#fff;background-image:url(backgrounds/gradient-small-reverse.png);background-position:top left;background-repeat:repeat-x;border-color:#a3a3a3;border-style:solid;border-width:1px;color:#666;height:auto;padding:2px}.filter_heading{background-color:transparent;background-image:none;background-position:0 0;background-repeat:repeat;color:#666;font-style:normal;font-weight:700;margin:0 0 5px;padding:0;text-align:left;text-decoration:none}.wrap_shop #menubox_filter input.filter_price_input{background-color:#fff;background-image:url(backgrounds/gradient-small-reverse.png);background-position:top left;background-repeat:repeat-x;border-color:#a3a3a3;border-style:solid;border-width:1px;color:#666;font-family:Arial,Tahoma,Verdana;font-size:12px;height:18px;padding:2px;width:50px}body #wrap_box.wrap_shop a.button_green{background-color:#03d012;background-image:url(backgrounds/gradients/gradient-reflection.png);background-position:left center;background-repeat:repeat-x;border-color:#03d012;border-style:solid;border-width:1px;color:#FFF;display:inline-block;font-size:11px;text-decoration:none}body #wrap_box.wrap_shop a.button_green_big{background-color:#03d012;background-image:url(backgrounds/gradients/gradient-reflection.png);background-position:left center;background-repeat:repeat-x;border-color:#03d012;border-style:solid;border-width:1px;color:#FFF;display:inline-block;font-size:14px;text-decoration:none}body #wrap_box.wrap_shop a.button_blue{background-color:#c8c8c8;background-image:url(backgrounds/gradients/gradient.png);background-position:bottom;background-repeat:repeat-x;border-color:#484848;border-style:solid;border-width:1px;color:#fff;display:inline-block;font-family:Arial,Tahoma,Verdana;font-size:11px;font-style:normal;font-weight:400;text-align:start;text-decoration:none}body #wrap_box.wrap_shop a.button_blue:hover{background-color:#4c4c4c;background-image:none;background-position:0 0;background-repeat:repeat;color:#fff;cursor:pointer;font-family:Arial,Tahoma,Verdana;font-size:11px;font-style:normal;font-weight:400;text-align:start;text-decoration:none}body #wrap_box.wrap_shop a.button_blue:active{background-color:#777;background-image:url(backgrounds/gradients/gradient-reverse.png);background-position:top;background-repeat:repeat-x}body #wrap_box.wrap_shop a.button_blue_big{background-color:#c8c8c8;background-image:url(backgrounds/gradients/gradient.png);background-position:left center;background-repeat:repeat-x;border-color:#484848;border-style:solid;border-width:1px;color:#FFF;display:inline-block;font-family:Arial,Tahoma,Verdana;font-size:14px;font-style:normal;font-weight:400;text-align:start;text-decoration:none}body #wrap_box.wrap_shop a.button_blue_big:hover{background-color:#4c4c4c;background-image:none;background-position:0 0;background-repeat:repeat;color:#fff;cursor:pointer;font-family:Arial,Tahoma,Verdana;font-size:14px;font-style:normal;font-weight:400;text-align:start;text-decoration:none}body #wrap_box.wrap_shop a.button_grey{background-color:#999;background-image:url(backgrounds/gradients/gradient.png);background-position:bottom;background-repeat:repeat-x;border-color:#666;border-style:solid;border-width:1px;color:#fff;display:inline-block;font-size:11px;text-decoration:none}body #wrap_box.wrap_shop a.button_grey_big{background-color:#999;background-image:url(backgrounds/gradients/gradient-reflection.png);background-position:left center;background-repeat:repeat-x;border-color:#666;border-style:solid;border-width:1px;color:#fff;display:inline-block;font-size:14px;text-decoration:none}body #wrap_box.wrap_shop a.button_red{background-color:red;background-image:url(backgrounds/gradients/gradient.png);background-position:bottom;background-repeat:repeat-x;border-color:red;border-style:solid;border-width:1px;color:#fff;display:inline-block;font-size:11px;text-decoration:none}body #wrap_box.wrap_shop a.button_red:hover{background-color:#d00;color:#fff;cursor:pointer}#product_listing a.button_green{background-color:#03d012;background-image:url(backgrounds/gradients/gradient-reflection.png);background-position:left center;background-repeat:repeat-x;border-color:#03d012;border-style:solid;border-width:1px;color:#FFF;display:inline-block;font-size:13px;margin:0;padding:0;text-decoration:none}textarea.readonly{background-color:#eee;background-image:url(backgrounds/gradient-small-reverse.png);background-position:left top;background-repeat:repeat-x;border-color:#A3A3A3;border-style:solid;border-width:1px;color:#666;font-family:Arial,Tahoma,Verdana;font-size:12px;height:200px;padding:2px;width:750px}.submenu div{background-color:#fff;border-left:1px solid #ccc;border-top:1px solid #ccc;clear:left;float:left;padding:5px}.submenu ul li{background-color:#FFF;background-image:url(backgrounds/separator-dotted-hori.png);background-position:center bottom;background-repeat:repeat-x;clear:left;float:left;margin-left:0;min-width:180px;overflow:hidden;padding-bottom:1px;padding-left:0}#checkout_payment .items .module_name{color:#666;font-size:14px;font-weight:700;padding-bottom:10px;padding-top:20px}#shipping_error{color:#fe0000;font-weight:700}.order_payment .payment_item fieldset .input .label{display:inline-block;font-size:13px;padding:4px 0;width:180px}#cart_shipping_costs_selection{background-color:#fff;border-color:#d5d5d5;border-style:solid;border-width:1px;padding:10px 12px;text-align:left;width:350px}#cart_shipping_costs_selection .cart_shipping_costs_headline{color:#666;font-weight:700;margin-bottom:10px}#cart_shipping_costs_selection .cart_shipping_costs_select{background-color:#eee;border-bottom-color:#d5d5d5;border-bottom-style:solid;border-bottom-width:1px;padding:6px 0 5px 15px}#cart_shipping_costs_selection .cart_shipping_costs_content label{color:#666;float:left;height:24px;line-height:24px;padding:0;width:120px}#cart_shipping_costs_selection .cart_shipping_costs_content select{float:left;width:200px}#cart_shipping_costs_selection p{cursor:default;float:left;line-height:24px;margin:0;width:200px}#cart_shipping_costs_selection .shipping_costs{font-weight:700;line-height:20px;padding:0 15px 0 0;text-align:right}#cart_shipping_costs_selection .cart_shipping_costs_select_result{background-color:#eee;padding:8px 0}.cart_shipping_costs_info_icon{margin:4px 0}.cart_shipping_costs_info_text{background-color:#eee;border-color:#aeaeae;border-style:solid;border-width:1px;color:#9f9f9f;font-size:10px;line-height:13px;margin:0 0 0 20px;padding:3px;text-align:left;width:161px}.cart_shipping_costs_info_text a{color:#9F9F9F}#recallform{width:95%}#recallform table tr:hover{background-color:#EFEFEF}.align_left{text-align:left}#recallform table .whithdrawal_product_attr{font-style:italic}#recallform .withdrawal_date_container input{width:200px}#shipping_and_payment_matrix th{border-bottom-color:#D3D3D3;border-bottom-style:solid;border-bottom-width:1px;color:#666;text-align:left;vertical-align:top}#shipping_and_payment_matrix td{border-bottom-color:#D3D3D3;border-bottom-style:solid;border-bottom-width:1px;color:#666;font-family:Arial, Helvetica, Sans-Serif;font-size:12px;text-align:left;vertical-align:top}#withdrawal_wrapper #create_account input.input-text{background-color:#fff;background-image:url(backgrounds/gradient-small-reverse.png);background-position:top left;background-repeat:repeat-x;border-color:#a3a3a3;border-style:solid;border-width:1px;color:#666;font-family:Arial,Tahoma,Verdana;font-size:14px;height:24px;padding:2px;width:270px}#withdrawal_wrapper #create_account input.input-text.city{width:194px}#withdrawal_wrapper .withdrawal_textarea_hint{font-size:12px}#withdrawal_wrapper .input textarea{float:left;font-size:14px;height:200px;width:700px}#withdrawal_wrapper .content{font-size:14px;padding-left:10px}dd.download_delay_message{padding:5px 5px 25px}div.input.submit,.article-list.cols .article-list-item-text,.input-text.numeric,.order_confirm .shopping_cart_list th.price,#recallform table input{text-align:right}fieldset,.content-box.no-border{border:none}fieldset table,.account_history_info .order_history_list,.checkout_paypal .order_history_list,.future_products dl,.login .input-text,#recallform table,#recallform textarea,#shipping_and_payment_matrix{width:100%}.wrap_shop h1,.shopping_cart_list .col_0 .content-box-header-inner{color:#666;font-size:20px;font-weight:400}.wrap_shop input,.wrap_shop p,.wrap_shop td,.wrap_shop textarea{color:#666;font-family:Arial, Tahoma, Verdana;font-size:12px}#breadcrumb_navi span a,#menubox_reviews_body a,#menubox_trusted_body a,.article-list a .productOldPrice,.article-list p,.article-list-item p,.article-list.cols .article-list-item-text .title a,.billiger-gesehen .article-list-item a,.cols3 li a,#product_listing .panel .panel-pagination a,.panel-pagination a,#menubox_admin_body .content-box-main-inner .content-box-main-inner_link a,#menubox_admin_body .content-box-main-inner .content-box-main-inner_link a:hover,#menubox_best_sellers_body .article-list a,#menubox_categories_box a,#menubox_content_body .content-box-main-inner a,#menubox_information_body .content-box-main-inner a,#menubox_last_viewed_body a,#menubox_login_body .content-box-main-inner .menubox_link a,#menubox_manufacturers_body .content-box-main-inner a,#menubox_manufacturers_info_body .content-box-main-inner a,#menubox_order_history_body .content-box-main-inner a,#menubox_search_body .content-box-main-inner .menubox_link a,#menubox_specials_body a,#menubox_whatsnew_body a,.first_page_content,.first_page_content a,.first_page_content a:active,#content_page .content_page_inner a,#content_page .content_page_inner a:active,#tabbed_description_part .ui-tabs-panel a,#tabbed_description_part .ui-tabs-panel a:active,.rating-comment a,.rating-comment a:active,#reviews-info h1 a,#reviews-info h1 a:active,.rating-product-name a,.rating-product-name a:active,#account a.account_link,#account a.account_link:active,a.pageResults,a.pageResults:active,#gm_privacy a,#gm_privacy a:active,.h200 a,.h200 a:active,#menubox_extrabox1_body .content-box-main-inner a,#menubox_extrabox2_body .content-box-main-inner a,#menubox_extrabox3_body .content-box-main-inner a,#menubox_extrabox4_body .content-box-main-inner a,#menubox_extrabox5_body .content-box-main-inner a,#menubox_extrabox6_body .content-box-main-inner a,#menubox_extrabox7_body .content-box-main-inner a,#menubox_extrabox8_body .content-box-main-inner a,#menubox_extrabox9_body .content-box-main-inner a,a.gm_shipping_link,a.gm_shipping_link:active,.payment_item a,.payment_item a:active,a.conditions_info_link,a.conditions_info_link:active,#product_navigation a,#product_navigation a:active,.shopping_cart_list a,.shopping_cart_list a:active,a.button_opensearch,a.button_opensearch:active,a.filter_features_link,a.filter_features_link:active,.future_products a,.future_products a:active{color:#666;text-decoration:none}#breadcrumb_navi span a:hover,#currency a:hover,#menubox_reviews_body a:hover,#menubox_trusted_body a:hover,.wrap_shop .tabs .ui-tabs-nav li a:hover,#menubox_last_viewed_body a:hover,#menubox_manufacturers_info_body .content-box-main-inner a:hover,#menubox_specials_body a:hover,#menubox_whatsnew_body a:hover,#main .product-documents a:hover{text-decoration:underline}#flyover_box #flyover_body,#lightbox_gallery .lightbox_gallery_active,.content-box .price-info,.details .info .price-container .price .productOldPrice,.details .info .price-container .tax-shipping-text a,.panel-pagination,.panel-pagination strong,a.grey_link,#withdrawal_wrapper a.linkNorm,#withdrawal_wrapper a.linkNorm:active,#withdrawal_wrapper a.linkNorm:hover,.account_history_info a,.article-list-item-delivery a.abroad_shipping_info_link,.article-list-item-delivery a.abroad_shipping_info_link:active,.article-list-item-delivery a.abroad_shipping_info_link:hover,.article-list-item-delivery a.abroad_shipping_info_link:visited,span.download_product_name{color:#666}#flyover_layer,.megadropdown-shadow,.submenu_container .submenu{background-image:url(backgrounds/shadow.png);background-position:right bottom;background-repeat:no-repeat;padding-bottom:9px;padding-right:9px}#gm_tell_a_friend_popup .vvcode img,.billiger-gesehen .vvcode img,.callback_service .vvcode img,.contact_us .vvcode img,.password_double_opt_in .vvcode img{margin-bottom:5px}#gm_tell_a_friend_popup .vvcode label,.billiger-gesehen .vvcode label,.callback_service .vvcode label,.contact_us .vvcode label,.password_double_opt_in .vvcode label{height:70px}#gm_tell_a_friend_popup textarea,.password_double_opt_in textarea{height:100px;width:300px}#head_navi ul li.dropdown a,#head_navi ul li.dropdown a:hover{background-color:#fff;background-image:none;color:#666}#head_navi ul li.first,#top_navi_inner ul li.first{margin-left:10px}#head_navi ul li.last,#reviews .rating-item.last,.account_history_info .order_history_list .calculation td,.checkout_paypal .order_history_list .calculation td,.article-list.bestsellers .article-list-item.last,.details .rating-item.last,.shopping_cart_list tr.calculation td.col_0,.shopping_cart_list td.order-total{background-image:none}#language a,.customer_login_links a{color:#fff;text-decoration:none}#language a:hover,.customer_login_links a:hover{color:#fff;text-decoration:underline}#left select,.blocklabels_300 label,#recallform .withdrawal_date_container label{width:180px}#lightbox_gallery .thumbnails,.customer_login_inside .submit-container,.details .gallery .thumbnails{display:inline-block;margin-top:10px}#menubox_gm_counter_body,#menubox_gm_ebay_body,#menubox_infobox_body,#menubox_languages_body,#menubox_reviews_body,#menubox_trusted_body{text-align:center}#menubox_gm_scroller_body,.details .rating-item .rating-stars{margin-bottom:10px;margin-top:10px}#product_info #gm_gprint a,.details .actions a:hover,.megadropdown ul li ul li a:hover,#product_listing .panel .panel-pagination a:hover,.subcategories_listing ul li ul li a:hover{color:#000}#reviews .rating .col_1,.details .rating .col_1{font-weight:700;width:80px}#reviews .rating .col_2,.details .rating .col_2{padding-right:20px;text-align:right;width:100px}#reviews .rating .col_3,.details .rating .col_3{width:400px}#reviews .rating .row_1 td,.details .rating .row_1 td{padding-bottom:10px}#reviews .rating-item,#reviews-info .rating-item,.address-book-addresses,.details .rating-item{background-color:transparent;background-image:url(backgrounds/separator-dotted-hori.png);background-position:bottom;background-repeat:repeat-x;line-height:18px;margin-bottom:10px;padding-bottom:10px;width:100%}#reviews .rating-item .rating-image,#reviews-info .rating-item .rating-image{float:left;margin-left:20px;width:130px}#reviews .rating-item .rating-product-name a:hover,.article-list.rows .article-list-item-price .tax-shipping-text a,.billiger-gesehen .article-list-item-price .tax-shipping-text a,.cols3 li a:hover,#menubox_best_sellers_body .article-list a:hover,#menubox_categories_box a:hover,#menubox_content_body .content-box-main-inner a:hover,#menubox_information_body .content-box-main-inner a:hover,#menubox_manufacturers_body .content-box-main-inner a:hover,#menubox_order_history_body .content-box-main-inner a:hover,#menubox_search_body .content-box-main-inner .menubox_link a:hover,.first_page_content a:hover,#content_page .content_page_inner a:hover,#tabbed_description_part .ui-tabs-panel a:hover,.rating-comment a:hover,#reviews-info h1 a:hover,.rating-product-name a:hover,#account a.account_link:hover,a.pageResults:hover,#gm_privacy a:hover,.h200 a:hover,#menubox_extrabox1_body .content-box-main-inner a:hover,#menubox_extrabox2_body .content-box-main-inner a:hover,#menubox_extrabox3_body .content-box-main-inner a:hover,#menubox_extrabox4_body .content-box-main-inner a:hover,#menubox_extrabox5_body .content-box-main-inner a:hover,#menubox_extrabox6_body .content-box-main-inner a:hover,#menubox_extrabox7_body .content-box-main-inner a:hover,#menubox_extrabox8_body .content-box-main-inner a:hover,#menubox_extrabox9_body .content-box-main-inner a:hover,a.gm_shipping_link:hover,.payment_item a:hover,a.conditions_info_link:hover,#product_navigation a:hover,.shopping_cart_list a:hover,a.button_opensearch:hover,a.filter_features_link:hover,.future_products a:hover{color:#666;text-decoration:underline}#reviews .rating-item .rating-stars,#reviews-info .rating-item .rating-stars,.account_history_info .product-documents{margin-bottom:10px}#reviews .reviews-head div,#reviews .reviews-list div{color:#666;float:left;line-height:20px;width:150px}#top_navi_inner,.details .info .price-container table,.login .button-container,.order_payment .continue_button,.order_shipping .continue_button,.order_confirm .checkout_button,.user_home .order .show_order_button{float:right}.account,.order_thanks{background-color:#fff;background-image:none;background-position:top left;background-repeat:repeat-x;overflow:hidden;width:760px}.account_history_info .order_history_list .calculation .col_3,.checkout_paypal .order_history_list .calculation .col_3{border-bottom-color:#666;border-bottom-style:solid;border-bottom-width:1px;padding-right:5px;text-align:right}.account_history_info .order_history_list .calculation .col_4,.checkout_paypal .order_history_list .calculation .col_4{background-color:#eee;border-bottom-color:#666;border-bottom-style:solid;border-bottom-width:1px}.account_history_info .order_history_list .calculation.doubleunderline td.col_3,.account_history_info .order_history_list .calculation.doubleunderline td.col_4,.checkout_paypal .order_history_list .calculation.doubleunderline td.col_3,.checkout_paypal .order_history_list .calculation.doubleunderline td.col_4,.shopping_cart .shopping_cart_list tr.calculation.doubleunderline td.col_2,.shopping_cart_list tr.calculation.doubleunderline td.col_1{border-bottom-color:#666;border-bottom-style:double;border-bottom-width:1px}.account_history_info .order_history_list .col_0,.checkout_paypal .order_history_list .col_0{text-align:center;width:50px}.account_history_info .order_history_list .col_4,.checkout_paypal .order_history_list .col_4{width:100px}.account_history_info .order_history_list td,.checkout_paypal .order_history_list td{background-color:#fff;background-image:url(backgrounds/separator-dotted-hori.png);background-position:bottom;background-repeat:repeat-x;padding-bottom:5px;padding-top:5px;vertical-align:top}.account_history_info .order_history_list th,.checkout_paypal .order_history_list th,.shopping_cart_list th{border-bottom-color:#666;border-bottom-style:solid;border-bottom-width:1px;font-weight:700;padding-top:10px;text-align:left}.account_history_info .product-documents dd,.order_thanks .product-documents dd{height:26px}.account_history_info .product-documents dt,.order_thanks .product-documents dt{height:26px;width:auto}.account_history_info .product-documents dt img,.order_thanks .product-documents dt img{margin-top:5px}.productOldPrice,#menubox_best_sellers_body .productOldPrice{color:#666;font-size:12px;font-weight:400}.article-list .listing_attributes,.article-list .listing_attributes_selection{clear:both;margin-top:1em;padding-bottom:5px;padding-top:5px}.article-list .listing_attributes dd,.article-list .listing_attributes dt,.article-list .listing_attributes_selection dd,.article-list .listing_attributes_selection dt{background-image:none;padding:4px 10px 4px 0}.article-list .listing_attributes dd .input-select,.article-list .listing_attributes_selection dd .input-select,.details .info .attributes dd .input-select{width:220px}.article-list .listing_attributes dl,.article-list .listing_attributes_selection dl,.details .info .attributes dl{background-image:none;margin-top:0}.article-list.cols .article-list-item-image img,.article-list.cols .article-list-item img{border-color:#fff;border-style:solid;border-width:1px}.article-list.cols .article-list-item-text .price a,.article-list.cols .article-list-item-text .price a:hover{color:#666;font-size:14px;font-weight:700;text-decoration:none}.article-list.offer .article-list-item-text .price a,#main .product-documents a{color:#666;font-family:Arial,Tahoma,Verdana;font-size:12px;font-style:normal;font-weight:400;text-align:left;text-decoration:none}.article-list.rows .article-list-item-delivery .label,.billiger-gesehen .price_offer_error,.details .info .details_qty_advice_bold,.details .info .price-container .uvp-price,.user_home .order .date,.user_home .order .price,#dropdown_shopping_cart p .price,#fixed_dropdown_shopping_cart p .price,.info_message{font-weight:700}.article-list.rows .article-list-item-image table,.details .gallery .stage table{height:100%;width:100%}.article-list.rows .article-list-item-image table td,.details .gallery .stage table td{text-align:center;vertical-align:middle}.article-list.rows .article-list-item-price .price .gm_products_vpe,.details .info .price-container .price .gm_products_vpe{color:#666;font-size:10px;font-weight:400}.article-list.rows .article-list-item-price .price a,.article-list.rows .article-list-item-price .price a:hover{color:#666;font-family:Arial,Tahoma,Verdana;font-size:16px;font-style:normal;font-weight:700;text-align:left;text-decoration:none}.billiger-gesehen .article-list-item-price .price a,.order_payment .payment_item .caption .title,.order_shipping .shipping_item .caption .title{color:#666;font-size:14px;font-weight:700}.billiger-gesehen textarea,.callback_service textarea,.contact_us textarea{height:100px;width:400px}.box_left,.order_payment .back_button,.order_shipping .back_button,.order_confirm .back_button{float:left}.checkout_paypal .withdrawal_textarea,.checkout_paypal .agb_textarea{height:200px;width:513px}.checkout_paypal iframe,.order_payment iframe{background-color:#EEE;background-image:url(backgrounds/gradient-small-reverse.png);background-position:left top;background-repeat:repeat-x;border:1px solid #A3A3A3;color:#666;font-family:Arial,Tahoma,Verdana;font-size:12px;height:200px;padding:2px;width:686px}.checkout_paypal .remarks,.checkout_paypal .cols2 p{margin-left:30px}.checkout_paypal .order_history_list .calculation.total .col_3,.checkout_paypal .order_history_list .calculation.total .col_4{background-color:#fff;border-bottom-width:0;color:#666;font-size:22px;font-weight:400;white-space:nowrap}.content-box.categories a:hover,.order_payment .payment_item.active,.order_shipping .shipping_item.active,.shopping_cart_list th.col_4,.shopping_cart_list tr.last-article td.col_4,#live_search_container a:hover,body #wrap_box.wrap_shop .submenu ul li a:hover,body #wrap_box.wrap_shop .submenu ul li a.active,body #wrap_box.wrap_shop .content-box.categories.submenu ul li a:hover,body #wrap_box.wrap_shop .content-box.categories.submenu ul li a:active{background-color:#eee}.article-list.bestsellers .article-list-item-inside,.product-listing .description{margin:0}.article-list.bestsellers .article-list-item-number,#product_listing .panel .panel-pagination a.active{color:#666;font-weight:700}.currency_inside,.infobox_inside{padding:5px}.details .info .attributes dd,.details .info .attributes dt{background-image:none;padding-bottom:4px;padding-top:4px}.details .info .price-container .tax-shipping-text,.shopping-cart-product-count{font-size:10px}.details h4,#product_listing .panel .input{margin-bottom:0}.gm_gprint_dropdown,.gm_gprint_surface{background-color:#FFF;border:1px solid #CCC;color:#000;font-family:Arial,Tahoma,Helvetica,Sans-Serif;font-size:12px}.icon_gallery_back:hover,.icon_gallery_back_active{background-image:url(backgrounds/lightbox-buttons.png);background-position:0 -150px;display:block;float:left;height:30px;text-decoration:none;width:50px}.icon_gallery_next:hover,.icon_gallery_next_active{background-image:url(backgrounds/lightbox-buttons.png);background-position:0 -90px;display:block;float:right;height:30px;text-decoration:none;width:50px}.icon_lightbox_close:hover,.icon_lightbox_close_active{background-image:url(backgrounds/lightbox-buttons.png);background-position:0 -30px;display:block;float:right;height:30px;text-decoration:none;width:50px}.input-select,#menubox_filter_body .content-box-main-inner select{background-color:#fff;background-image:url(backgrounds/gradient-small-reverse.png);background-position:top left;background-repeat:repeat-x;border-color:#a3a3a3;border-style:solid;border-width:1px;color:#666;height:24px;padding:2px}.megadropdown ul li a,.subcategories_listing ul li a{color:#000;display:block;font-weight:700;margin-bottom:10px;text-decoration:none}.megadropdown ul li ul li a,.subcategories_listing ul li ul li a{color:#666;font-weight:400}.order_payment,.order_shipping,.checkout_paypal,.order_confirm{background-color:#fff;background-image:none;background-position:top left;background-repeat:repeat-x;margin-top:20px;overflow:hidden;width:760px}.order_payment .invoice_address,.order_payment .items,.order_payment .remarks,.order_shipping .items,.order_shipping .shipping_address,.checkout_success_trusted{padding-left:30px}.order_payment .payment_item,.order_shipping .shipping_item{background-image:url(backgrounds/separator-dotted-hori.png);background-position:bottom;background-repeat:repeat-x;padding-bottom:10px;padding-top:10px}.order_payment .payment_item .caption,.order_shipping .shipping_item .caption{float:left;width:585px}.order_payment .payment_item .radiobox,.order_shipping .shipping_item .radiobox{float:left;width:40px}.order_payment .payment_item .price,.order_shipping .shipping_item .price{float:left;width:105px}.order_payment .payment_item .price p,.order_shipping .shipping_item .price p{color:#666;font-size:14px;font-weight:400;text-align:right}.order_payment p.address,.order_shipping p.address,#withdrawal_wrapper .text{color:#666;font-size:14px}.order_payment #comments_textarea,.checkout_paypal #comments_textarea{background-color:#FFF;background-image:url(backgrounds/gradient-small-reverse.png);background-position:left top;background-repeat:repeat-x;border:1px solid #A3A3A3;color:#666;height:100px;width:686px}#product_listing .panel .panel-itemcount select,#product_listing .panel .panel-sort select{color:#666;width:auto}.shopping_cart .shopping_cart_list td.col_0,.shopping_cart_list th.col_0{width:170px}.shopping_cart .shipping-text a,.shopping_cart .shipping-text a:hover{color:#666;font-size:10px;font-style:normal;font-weight:400;text-decoration:underline}.shopping_cart_list td.amount,.order_confirm .shopping_cart_list td.amount{font-style:italic;padding-right:10px;vertical-align:top;white-space:nowrap}.shopping_cart_list tr.calculation.total td.col_1,.shopping_cart_list tr.calculation.total td.col_2{border-bottom:none;color:#666;font-size:22px;font-weight:400}#main label,#main .active label,#main fieldset label{color:#666;display:inline-block;font-size:13px;font-weight:400;padding:4px 0}#menubox_add_a_quickie_body .content-box-main-inner,#menubox_admin_body .content-box-main-inner,#menubox_best_sellers_body .content-box-main-inner,#menubox_cart_body .content-box-main-inner,#menubox_categories_body .content-box-main-inner,#menubox_content_body .content-box-main-inner,#menubox_extrabox1_body .content-box-main-inner,#menubox_extrabox2_body .content-box-main-inner,#menubox_extrabox3_body .content-box-main-inner,#menubox_extrabox4_body .content-box-main-inner,#menubox_extrabox5_body .content-box-main-inner,#menubox_extrabox6_body .content-box-main-inner,#menubox_extrabox7_body .content-box-main-inner,#menubox_extrabox8_body .content-box-main-inner,#menubox_extrabox9_body .content-box-main-inner,#menubox_gm_bookmarks_body .content-box-main-inner,#menubox_gm_counter_body .content-box-main-inner,#menubox_gm_scroller_body .content-box-main-inner,#menubox_infobox_body .content-box-main-inner,#menubox_information_body .content-box-main-inner,#menubox_login_body .content-box-main-inner,#menubox_manufacturers_info_body .content-box-main-inner,#menubox_newsletter_body .content-box-main-inner,#menubox_order_history_body .content-box-main-inner,#menubox_paypal_body .content-box-main-inner,#menubox_search_body .content-box-main-inner,#menubox_trusted_body .content-box-main-inner,#menubox_yoochoose_top_selling_body .content-box-main-inner,#menubox_yoochoose_also_clicked_body .content-box-main-inner,#menubox_filter_body .content-box-main-inner{color:#666;font-family:Arial, Tahoma, Verdana;font-size:12px;font-style:normal;font-weight:400;padding:5px 10px;text-align:left;text-decoration:none;width:180px}#menubox_admin,#menubox_login{background-color:#FFF;background-image:none;background-position:0 0;background-repeat:repeat;border-color:#dadada;border-style:solid;border-width:1px;margin:0 0 10px;padding:0;width:100%}#menubox_admin_head .content-box-header-inner,#menubox_best_sellers_head .content-box-header-inner,#menubox_categories_box_head .content-box-header-inner,#menubox_content_head .content-box-header-inner,#menubox_currencies_head .content-box-header-inner,#menubox_extrabox1_head .content-box-header-inner,#menubox_extrabox2_head .content-box-header-inner,#menubox_extrabox3_head .content-box-header-inner,#menubox_extrabox4_head .content-box-header-inner,#menubox_extrabox5_head .content-box-header-inner,#menubox_extrabox6_head .content-box-header-inner,#menubox_extrabox7_head .content-box-header-inner,#menubox_extrabox8_head .content-box-header-inner,#menubox_extrabox9_head .content-box-header-inner,#menubox_gm_bookmarks_head .content-box-header-inner,#menubox_gm_counter_head .content-box-header-inner,#menubox_gm_ebay_head .content-box-header-inner,#menubox_gm_scroller_head .content-box-header-inner,#menubox_gm_trusted_shops_widget_head .content-box-header-inner,#menubox_infobox_head .content-box-header-inner,#menubox_information_head .content-box-header-inner,#menubox_languages_head .content-box-header-inner,#menubox_last_viewed_head .content-box-header-inner,#menubox_login_head .content-box-header-inner,#menubox_manufacturers_head .content-box-header-inner,#menubox_manufacturers_info_head .content-box-header-inner,#menubox_newsletter_head .content-box-header-inner,#menubox_order_history_head .content-box-header-inner,#menubox_paypal_head .content-box-header-inner,#menubox_ekomi_head .content-box-header-inner,#menubox_search_head .content-box-header-inner,#menubox_trusted_head .content-box-header-inner{background-color:#6d6d6d;background-image:url(backgrounds/gradients/gradient.png);background-position:0 0;background-repeat:repeat;color:#fff;font-family:Arial, Tahoma, Verdana;font-size:13px;font-style:normal;font-weight:700;padding:5px 10px;text-align:left;text-decoration:none}#menubox_best_sellers,#menubox_cart,#menubox_categories_box,#menubox_content,#menubox_currencies,#menubox_extrabox1,#menubox_extrabox2,#menubox_extrabox3,#menubox_extrabox4,#menubox_extrabox5,#menubox_extrabox6,#menubox_extrabox7,#menubox_extrabox8,#menubox_extrabox9,#menubox_gm_bookmarks,#menubox_gm_counter,#menubox_gm_ebay,#menubox_gm_scroller,#menubox_gm_trusted_shops_widget,#menubox_infobox,#menubox_information,#menubox_languages,#menubox_last_viewed,#menubox_manufacturers,#menubox_manufacturers_info,#menubox_newsletter,#menubox_order_history,#menubox_paypal,#menubox_ekomi,#menubox_reviews,#menubox_search,#menubox_specials,#menubox_whatsnew,#menubox_trusted,#menubox_yoochoose_top_selling,#menubox_yoochoose_also_clicked{background-color:#FFF;background-image:none;background-position:0 0;background-repeat:repeat;border-color:#dadada;border-style:solid;border-width:1px;margin:0 0 10px;padding:0;width:100%}#menubox_cart_head .content-box-header-inner,#menubox_categories_head .content-box-header-inner,#menubox_filter_head .content-box-header-inner{background-color:transparent;background-image:none;background-position:0 0;background-repeat:repeat;color:#666;font-family:Arial, Tahoma, Verdana;font-size:14px;font-style:normal;font-weight:700;padding:5px 10px;text-align:left;text-decoration:none}#menubox_categories ul li h4 img,.submenu ul li h4 img{float:left;margin-left:2px;margin-right:10px;margin-top:5px}#menubox_categories_box .cat_active,#menubox_categories_box .cat_link{color:#666;font-family:Arial,Tahoma,Verdana;font-size:11px;font-style:normal;font-weight:700;text-align:left;text-decoration:none;text-transform:none}#menubox_currencies_body .content-box-main-inner,#menubox_manufacturers_body .content-box-main-inner{color:#666;font-family:Arial, Tahoma, Verdana;font-size:12px;font-style:normal;font-weight:400;padding:5px 10px 10px;text-align:left;text-decoration:none;width:180px}#menubox_gm_ebay_body .content-box-main-inner,#menubox_languages_body .content-box-main-inner,#menubox_last_viewed_body .content-box-main-inner,#menubox_reviews_body .content-box-main-inner,#menubox_specials_body .content-box-main-inner,#menubox_whatsnew_body .content-box-main-inner{color:#666;font-family:Arial, Tahoma, Verdana;font-size:12px;font-style:normal;font-weight:400;padding:5px 10px;text-align:center;text-decoration:none;width:180px}#menubox_reviews_head .content-box-header-inner,#menubox_specials_head .content-box-header-inner,#menubox_whatsnew_head .content-box-header-inner,#menubox_yoochoose_top_selling_head .content-box-header-inner,#menubox_yoochoose_also_clicked_head .content-box-header-inner{background-color:#6d6d6d;background-image:url(backgrounds/gradients/gradient.png);background-position:0 0;background-repeat:repeat;color:#fff;font-family:Arial, Tahoma, Verdana;font-size:13px;font-style:normal;font-weight:700;overflow:hidden;padding:5px 10px;text-align:left;text-decoration:none}.order_payment .accept_box,.checkout_paypal .accept_box{background-color:#FECCCB;border-color:#FE0000;border-style:solid;border-width:1px;margin-top:2px;overflow:hidden;width:690px}.order_payment .accept_box_checkbox,.checkout_paypal .accept_box_checkbox{float:left;width:20px}.order_payment .accept_box_text,.checkout_paypal .accept_box_text{color:#666;float:left;margin:3px 0 2px 5px}#dropdown_shopping_cart,#dropdown_shopping_cart .cart-button,#dropdown_shopping_cart .checkout-button,#fixed_dropdown_shopping_cart,#fixed_dropdown_shopping_cart .cart-button,#fixed_dropdown_shopping_cart .checkout-button{font-family:Arial, Tahoma, Verdana}#dropdown_shopping_cart .cart-item,#fixed_dropdown_shopping_cart .cart-item{font-family:Arial, Tahoma, Verdana;padding:0 10px}#dropdown_shopping_cart .cart-item-inner,#fixed_dropdown_shopping_cart .cart-item-inner{padding:5px 10px 5px 5px;width:174px}#dropdown_shopping_cart p,#fixed_dropdown_shopping_cart p{color:#999;font-size:10px;margin:0;text-align:right}#dropdown_shopping_cart .mwst-hint,#fixed_dropdown_shopping_cart .mwst-hint{font-size:9px;margin-right:20px;margin-top:10px;text-align:right}.class_error_message,.errorText{color:red;font-size:10px;font-weight:700}#create_account fieldset input.input-text,#checkout_address fieldset input.input-text{background-color:#fff;background-image:url(backgrounds/gradient-small-reverse.png);background-position:top left;background-repeat:repeat-x;border-color:#a3a3a3;border-style:solid;border-width:1px;color:#666;font-family:Arial,Tahoma,Verdana;font-size:14px;height:24px;padding:2px;width:200px}#account fieldset input.input-text.postal-code,#create_account fieldset input.input-text.postal-code,#checkout_address fieldset input.input-text.postal-code,#withdrawal_wrapper #create_account input.input-text.postal-code{margin-right:10px;width:60px}#account fieldset input.input-text.postal-code-city,#create_account fieldset input.input-text.postal-code-city,#checkout_address fieldset input.input-text.postal-code-city{width:124px}#create_account fieldset label,#checkout_address fieldset label{color:#666;display:inline-block;font-size:14px;font-weight:400;padding:4px 0}#create_account fieldset select.input-select,#checkout_address fieldset select.input-select{background-color:transparent;background-image:url(backgrounds/gradient-small-reverse.png);background-position:top left;background-repeat:repeat-x;border-color:#a3a3a3;border-style:solid;border-width:1px;color:#666;height:30px;padding:2px;width:206px}#create_account fieldset table td,#checkout_address fieldset table td{color:#666;font-family:Arial, Tahoma, Verdana;font-size:14px;padding-bottom:10px}#create_account fieldset table td.col_0,#checkout_address fieldset table td.col_0{width:150px}.order_payment textarea.withdrawal_textarea,.order_payment textarea.agb_textarea,.checkout_paypal textarea.withdrawal_textarea,.checkout_paypal textarea.agb_textarea{background-color:#eee;background-image:url(backgrounds/gradient-small-reverse.png);background-position:left top;background-repeat:repeat-x;border-color:#A3A3A3;border-style:solid;border-width:1px;color:#666;font-family:Arial,Tahoma,Verdana;font-size:12px;height:200px;padding:2px;width:686px}.popup_content .content_text,.wrap_shop #head_shopping_cart_inner td{color:#666;font-family:Arial,Tahoma,Verdana;font-size:12px}.jcarousel-control a:focus,.jcarousel-control a:active{outline:none}body #wrap_box.wrap_shop a.button_green:hover,body #wrap_box.wrap_shop a.button_green_big:hover,#product_listing a.button_green:hover{background-color:#00a90c;color:#fff;cursor:pointer}body #wrap_box.wrap_shop a.button_green.active,body #wrap_box.wrap_shop a.button_green:active,body #wrap_box.wrap_shop a.button_green_big.active,body #wrap_box.wrap_shop a.button_green_big:active,#product_listing a.button_green.active,#product_listing a.button_green:active{background-color:#03d012;background-image:url(backgrounds/gradients/gradient-reverse.png);background-position:top;background-repeat:repeat-x}body #wrap_box.wrap_shop a.button_blue.active,body #wrap_box.wrap_shop a.button_blue_big.active,body #wrap_box.wrap_shop a.button_blue_big:active{background-color:gray;background-image:url(backgrounds/gradients/gradient-reverse.png);background-position:top;background-repeat:repeat-x}body #wrap_box.wrap_shop a.button_grey:hover,body #wrap_box.wrap_shop a.button_grey_big:hover{background-color:#666;color:#fff;cursor:pointer}body #wrap_box.wrap_shop a.button_grey.active,body #wrap_box.wrap_shop a.button_grey:active,body #wrap_box.wrap_shop a.button_grey_big.active,body #wrap_box.wrap_shop a.button_grey_big:active{background-color:#666;background-image:url(backgrounds/gradients/gradient-reverse.png);background-position:top;background-repeat:repeat-x}body #wrap_box.wrap_shop a.button_red.active,body #wrap_box.wrap_shop a.button_red:active{background-color:red;background-image:url(backgrounds/gradients/gradient-reverse.png);background-position:top;background-repeat:repeat-x}body #wrap_box.wrap_shop .submenu ul li a,body #wrap_box.wrap_shop .content-box.categories.submenu ul li a{background-image:none;color:#666;display:block;font-size:11px;line-height:20px;outline:0 none;padding:5px 0 5px 20px;text-decoration:none}body #wrap_box.wrap_shop .submenu ul li a.parent,body #wrap_box.wrap_shop .content-box.categories.submenu ul li a.parent{background-image:url(backgrounds/categories-item-bg-grey.gif);background-position:99% 12px;background-repeat:no-repeat}#categorie_listing .sub_categories_listing_body .box_list a,#footer_inner a{color:#666;font-family:Arial,Tahoma,Verdana;font-size:12px;font-weight:400;text-decoration:none}#categorie_listing .sub_categories_listing_body .box_list a:hover,#footer_inner a:hover{color:#666;font-family:Arial,Tahoma,Verdana;font-size:12px;font-weight:400;text-decoration:underline}#cart_shipping_costs_selection .shipping_costs .cart_shipping_costs_value,#cart_shipping_costs_selection .shipping_costs .cart_ot_gambioultra_costs_value{display:block;float:right;width:70px}#cart_shipping_costs_selection .shipping_costs_error,#cart_shipping_costs_invalid_combination_error{color:red}#recallform table tr td,#recallform table tr th{text-align:right;vertical-align:middle}#recallform #withdrawal_traderdatabox,#recallform #withdrawal_clientdatabox{float:left;margin-left:0;margin-right:0;padding-left:0;padding-right:0;width:50%}.order_payment p.withdrawal_heading,.checkout_paypal p.withdrawal_heading{font-weight:700;margin-bottom:2px}.order_payment h2 a,.checkout_paypal h2 a{color:#9a9a9a;font-size:11px;font-weight:400;text-decoration:none}.order_payment h2 a:hover,.checkout_paypal h2 a:hover{color:#9a9a9a;font-size:11px;font-weight:400;text-decoration:underline}.account_history_info .pdf_info,.account_history_info .pdf_info a{color:#999;font-style:italic}a.abroad_shipping_info_link,a.abroad_shipping_info_link:active,a.abroad_shipping_info_link:hover,a.abroad_shipping_info_link:visited{color:#999}.cart_shipping_costs_info_text {
	display: none;
}

.cart_shipping_costs_country_name,
.cart_shipping_costs_module_name {
	text-decoration: underline;
	cursor: help;
}

.clear_both {
	clear: both;
}
/**/
/* FeatureLink Plugin (Mode == steps) */

/*.feature_hidden{
    display: none;
}
*/
.feature_hidden{
    color:red;
	display: block;
}


.filter hidden{color: red; display: block;}
/**/
