/* Background */

body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #828282;
	background-attachment:fixed!important;
	
}

h1 {
	color: #4d89bd;
	font-size: 20px;
        padding-bottom:0;
        margin-bottom:0 0 12px 0;
}

h3 {
	color: #4d89bd;
	font-size: 20px;
}

h4 {
	color: #4d89bd;
	font-size: 16px;
}

a {
	font-size: 12px;
	text-decoration: underline;
	color: #4d89bd;
}

a:hover {
}

#background {
	/*background: url('../images/bg_full.png') left top repeat-x scroll;
	position: absolute;
	min-height: 1064px;
	bottom: 0px;
	top: 0px;
	left: 0px;
	right: 0px;*/
}

#wrap {
	width: 989px;
	min-height: 800px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	border: 1px solid #d9d9d9;
}

/* Header */
#header {
	background: url('../images/rays.gif') 0px -1px no-repeat;
	width: 100%;
	height: 131px;
	position: relative;
}

#logo {
	height: 77px;
	width: 191px;
	z-index: 50;
	position: absolute;
	left: 24px;
	top: 14px;
	cursor: pointer;
	background: url('../images/logo_westside.png') no-repeat;
}


#sublogo {
	background: url('../images/header-boards.png') center center no-repeat;
	width: 369px;
	height: 112px;
	left: 53%;
	bottom: 4px;
	position: absolute;
	margin-left: -213px;
}

/* Language Navigation */

#langnavigation {
	position: absolute;
	right: 30px;
	top: 9px;
}


/* Info Navigation */

#headernavigation {
	font-weight: bold;
	font-size: 12px;
	position: absolute;
	right: 27px;
	top: 8px;
}

#headernavigation ul, #leftnavigation ul {
	margin: 0px;
	padding: 0px;
}

#headernavigation li {
	margin-left: 30px;
	list-style: none;
	display: inline;
	color: #206caa;
}

#headernavigation li a {
	color: #206caa;
}

#headernavigation li.headeremail {
	background: url('../images/email-icon.gif') left center no-repeat;
	padding-left: 20px;
}
#headernavigation li.headerphone {
	background: url('../images/phone-icon.gif') left center no-repeat;
	padding-left: 20px;
}

/* Boardfinder */
#finder {
	height: 20px;
	position: absolute;
	bottom: 5px;
	left: 25px;
	width: 201px;
	background: url('../images/boardfinder.gif') left bottom no-repeat;
}

#boardfinder a {
	font-size: 11px;
	color: #3e80b5;
	text-decoration: none;
}

#boardfinder {
	position: absolute;
	left: 0px;
	bottom: 1px;
	width: 88px;
	text-align: center;
	font-weight: bold;
	color: #3e80b5;
}

#outerwearfinder a {
	font-size: 11px;
	color: #589752;
	text-decoration: none;
}

#outerwearfinder {
	position: absolute;
	right: 0px;
	bottom: 1px;
	width: 113px;
	text-align: center;
	font-weight: bold;
	color: #589752;	
}

/* Warenkorb */

#warenkorb_outer {
	line-height: 1.7em;
	color: #737373;
	width: 140px;
	height: 60px;
	font-size: 10px;
	position: absolute;
	right: 33px;
	top: 71px;
}

#warenkorb_outer .basket_sum {
	font-weight: bold;
	color: #4d89bd;
	font-size: 12px;
}

#warenkorb_outer p {
	margin: 0px;
	padding: 0px;
}

#warenkorb_outer h1 {
	margin: 0;
	margin-bottom: 2px;
	color: #4d89bd;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

#warenkorbarrow {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 33px;
	bottom: 5px;
	cursor: pointer;
	background: url('../images/warenkorb-fade_out.gif');
}

#warenkorbarrow.fade_in {
	background: url('../images/warenkorb-fade_in.gif') center center no-repeat;
}

#warenkorb_fadeout {
	background: #e4f0fc url('../images/warenkorb-trenner.gif') right top no-repeat;
	z-index: 51;
	position: absolute;
	right: -11px;
	top: 59px;
	width: 325px;
	min-height: 30px;
	border-left: 1px solid #9c9c9c;
	border-right: 1px solid #9c9c9c;
	border-bottom: 1px solid #9c9c9c;
}

#warenkorb_fadeout ul {
	margin: 0px;
	padding: 12px;
}

#warenkorb_fadeout li {
	margin-bottom: 10px;
	width: 100%;
	list-style: none;
}

#warenkorb_fadeout .header_preis,
#warenkorb_fadeout .header_anzahl,
#warenkorb_fadeout .header_gesamt {
	float: left;
	margin-left: 10px;
	color: #206CAA;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
}

#warenkorb_fadeout .header_title {
	float: left;
	width: 180px;
}

#warenkorb_fadeout .bild {
	float: left;
	width: 70px;
}

#warenkorb_fadeout .title {
	margin-left: 5px;
	float: left;
	font-size: 10px;
	font-weight: normal;
	width: 100px;
}

#warenkorb_fadeout .preis {
	color: #4d89bd;
	text-align: center;
	float: left;
	width: 50px;
}

#warenkorb_fadeout .anzahl {
	color: #4d89bd;
	text-align: center;
	float: left;
	width: 25px;
}

#warenkorb_fadeout .gesamtpreis {
	color: #4d89bd;
	text-align: right;
	float: left;
	width: 60px;
}

#warenkorb_fadeout ul {
	margin: 0px;
	padding: 0px;
}

#warenkorb_fadeout li.row-odd {
	background-color: #e4f0fc;
}
#warenkorb_fadeout li.row-even {
	background-color: #ecf5fe;
}

#warenkorb_fadeout div.basket_sum {
	text-align: right;
	margin: 0 15px 20px 0;
}

#warenkorb_fadeout div.basket_checkout {
	margin-right: 30px;
	float: right;
	padding: 4px 15px 4px 15px;
	text-align: center;
	color: #828282;
	font-weight: bold;
	width: 109px;
	height: 32px;
}

div.basket_checkout a {
	width: 100%;
	margin-left: -4px;
	display: inline-block;
	padding-top: 7px;
	color: #828282;
	text-decoration: none;
}


/* Header Navigation */


#header_menubar {
	color: #fff;
	position: relative;
	margin-left: 0px;
	background-color: #eee;
	width: 100%;
	height: 96px;
}

#header_menubar {
	position:relative;
}

#header_menubar a.first-a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	line-height:15px;
	width:198px;
	height:96px;
	display:inline-block;
}

div.firstlevel{
	padding: 0;margin:0;
	display:inline-block;
	height:96px;
	width:198px;
	border-right:1px solid #a0a0a0;
}

#snowboarding {
	background: url('../images/snowboarding_div_bg.jpg');
	position:absolute;
	left:0;
	top:0;
}

#snowboarding a.first-a {
	background: url('../images/snowboarding_a_bg_no.png') left top no-repeat;
	padding-left:10px;
	width:188px!important;
}

#snowboarding:hover a.first-a, #snowboarding.act a.first-a {
	background: url('../images/snowboarding_a_bg_act.png') left top no-repeat;
}

#snowboarding ul {background-color:#1658ff!important;background: url('../images/foldout_menu_snowboarding_bg.jpg') left top no-repeat; }

#outerwear {
	background: url('../images/outerwear_div_bg.jpg');
	position:absolute;
	left:200px;
	top:0;
}

#outerwear a.first-a {
	background: url('../images/outerwear_a_bg_no.png') left top no-repeat;
	padding-left:10px;
	width:188px!important;
}
#outerwear:hover a.first-a, #outerwear.act a.first-a {
	background: url('../images/outerwear_a_bg_act.png') left top no-repeat;
}

#header_menubar #outerwear ul {background-color:#ff9c00!important;background: url('../images/foldout_menu_outerwear_bg.jpg') left top no-repeat; left:-200px;}


#streetwear{
	background: url('../images/streetwear_div_bg.jpg');
		position:absolute;
	left:400px;
	top:0;
}

#streetwear a.first-a {
	background: url('../images/streetwear_a_bg_no.png') left top no-repeat;
	padding-left:10px;
	width:188px!important;
}
#streetwear:hover a.first-a, #streetwear.act a.first-a {
	background: url('../images/streetwear_a_bg_act.png') left top no-repeat;
}

#header_menubar #streetwear ul {background-color:#03c7f1!important;background: url('../images/foldout_menu_streetwear_bg.jpg') left top no-repeat; left:-400px;}


#skateboarding {
	background: url('../images/skateboarding_div_bg.jpg');
		position:absolute;
	left:600px;
	top:0;
}

#skateboarding a.first-a {
	background: url('../images/skateboarding_a_bg_no.png') left top no-repeat;
	padding-left:10px;
	width:188px!important;
}
#skateboarding:hover a.first-a, #skateboarding.act a.first-a {
	background: url('../images/skateboarding_a_bg_act.png') left top no-repeat;
}

#header_menubar #skateboarding ul {background-color:#66d809!important;background: url('../images/foldout_menu_skateboarding_bg.jpg') left top no-repeat; left:-600px;}

div#salebutton  {
	display:block;
	float:right;
	width:193px!important;
	height:96px;
}

#header_menubar div#salebutton  a{
	display:block;
	width:178px!important;
	height:72px;
	font-size:50px;
	padding:24px 0 0 15px;
	line-height: 40px;
	background: url('../images/sale_button_menu.gif') left top no-repeat;
}

#header_menubar div.firstlevel ul{
	margin: 0px;
	padding: 10px;
	padding-left:15px;
	padding-top:22px;
	height:194px;
	width:964px;
	z-index: 60;
	position: absolute;
	top:96px;
	left: 0px;
	background-color: #206caa;
}

#header_menubar div.firstlevel:hover ul
{
	/* display: block!important; */
}



#header_menubar ul li
{
	width: 211px;
	background: url('../images/trenner_foldout_menu_bg.png') left bottom repeat-x;
	list-style: none;
	float: left;
	margin-right:33px;
	margin-bottom:7px;
	position:relative;
}

#header_menubar ul li.foldout_menu_image
{
	width: 191px;
	height:164px;
	padding:0;
	margin:0;
	border:1px solid #fff;
	list-style: none;
	position:absolute;
	right:28px;
	top:28px;
}

#header_menubar ul a
{
	background: url('../images/menu-sub-arrow.gif') left center no-repeat;
	padding-left: 15px;
	line-height:25px;
	font-weight: bold;
	font-size: 12px;
	text-decoration:none;
	color: #fff;
}

#header_menubar ul a:hover{color:#303030;background: url('../images/menu-sub-arrow_act.gif') left center no-repeat;}


#header_menubar ul a.button_men
{
	background: url('../images/button_men.png') left top no-repeat;
	position:absolute;
	display:block;
	width:28px;
	height:16px;
	right:33px;
	top:4px;
	z-index:70;
	padding:0;
}

#header_menubar ul a.button_men span,
#header_menubar ul a.button_woman span
{
	display:none;
}

#header_menubar ul a.button_men:hover
{
	background: url('../images/button_men_act.png') left top no-repeat;
}


#header_menubar ul a.button_woman
{
	background: url('../images/button_woman.png') left top no-repeat;
	position:absolute;
	display:block;
	width:28px;
	height:16px;
	right:0px;
	top:4px;
	padding:0;
}


#header_menubar ul a.button_woman:hover
{
	background: url('../images/button_woman_act.png') left top no-repeat;
}


#header_menubar ul {
	display: none;
}

div.trenner {
	float: right;
	background: url('../images/header_menu_trenner.gif') center center no-repeat;
	width: 2px;
	height: 43px;
}

/* Logobar */

#logobar {
	padding: 10px;
	position: relative;
	width: 98%;
	height: 20px;
	border-bottom: 2px solid #4d89bd;
}

#logobar a#more_logos {
	border-right: 1px solid #ccc;
	color: #737373;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 18px;
	position: absolute;
	top: 8px;
	right: 345px;
	display: inline-block;
	height: 21px;
	width:56px;
	padding-top: 3px;
	padding-bottom: 3px;
	
}

#logobar a.weniger_logos {
	background: url('../images/weniger-arrow.gif') left center no-repeat;
}

#logobar a.mehr_logos {
	background: url('../images/mehr-arrow.gif') left center no-repeat;
}

#logos {
	z-index: 51;
	background: url('../images/more-logos-bg.gif') left top no-repeat;
	position: absolute;
	top: 10px;
	left: 5px;
	width: 537px;
	height: 12px;
	overflow: hidden;
	padding:3px 0 15px 15px;
	border-bottom: 2px solid #4d89bd;
}

div.singlelogo {
	float: left;
	margin: 0 15px 20px 10px;
	min-width:80px;
	min-height:20px;
	text-align:center;
	opacity:0.6;
}

.singlelogo span {
	display: table-cell;
	vertical-align: middle;
}

/* Searchbox */

#logobar #searchbox {
	width: 290px;
	height: 30px;
	background: url('../images/searchbox.gif') left center no-repeat;
	position: absolute;
	right: 27px;
	top: 5px;
}

#logobar #searchbox #search {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 250px;
	height: 20px;
	font-size: 15px;
	color: #4d89bd;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	border: 0px;
}

#logobar #searchbox #gosearch {
	position: absolute;
	top: 2px;
	right: 3px;
}




/* Contentbox */

#contentbox {
	position: relative;
	width:933px;
	min-height: 300px;
	padding:28px 28px 28px 28px;
}

/* Left Navigation */

#leftnavigation {
	font-size: 12px;
	border: 1px solid #c1d0db;
	float: left;
	margin: 0px 0px 30px -1px;
}

#leftnavigation li {
	list-style: none;
}

#leftnavigation li a {
	padding: 5px;
	display: inline-block;
	border-bottom: 1px solid #c1d0db;
	width: 160px;
	padding-left: 15px;
}

#leftnavigation li a.level1:hover {
	background: #e4f1fc;
	font-weight: normal;
	text-decoration: none;
}


#leftnavigation li a.level1:hover {
	background: #e4f1fc;
	font-weight: normal;
	text-decoration: none;
}

/* Anpassung Farbwelten*/
.area_girls #leftnavigation li a.level1:hover {
	background: #ffe0f7;
}

.area_kids #leftnavigation li a.level1:hover {
	background: #d7f0c3;
}

.area_auslauf #leftnavigation li a.level1:hover {
	background: #f5bfb5;
}

.area_custom #leftnavigation li a.level1:hover {
	background: #eae4a7;
}




#leftnavigation li a  {
	color: #000;
	display: inline-block;
	width: 160px;
	height: 15px;
	text-decoration: none;
}

#leftnavigation li a.level1act {
	padding: 5px;
	font-weight: bold;
	list-style: none;
	border-bottom: 1px solid #c1d0db;
	width: 160px;
	color: #fff;
	padding-left: 15px;
	background: url('../images/table_header_bg.gif') left top repeat-x;
}

/* Anpassung Farbwelten*/

.area_girls #leftnavigation li a.level1act {
	background: url('../images/bgMenuPink.gif') left top repeat-x;
}

.area_kids #leftnavigation li a.level1act {
	background: url('../images/bgMenuGreen.gif') left top repeat-x;
}

.area_auslauf #leftnavigation li a.level1act {
	background: url('../images/bgMenuRed.gif') left top repeat-x;
}

.area_custom #leftnavigation li a.level1act {
	background: url('../images/bgMenuBrown.gif') left top repeat-x;
}


#contentbox #leftnavigation li ul li a {
	padding: 5px;
	border-bottom: 1px solid #c1d0db;
	list-style: none;
	font-weight: normal;
	color: #000;
	background: none;
	width: 145px;
	padding-left: 30px;
}
#contentbox #leftnavigation li ul li ul li a {
	padding: 5px;
	border-bottom: 1px solid #c1d0db;
	list-style: none;
	font-weight: normal;
	color: #000;
	background: none;
	width: 131px;
	padding-left: 44px;
}



#contentbox #leftnavigation li ul {
	margin: 0px;
	padding: 0px;
}

#contentbox #leftnavigation a.level2:hover {
	background: #e4f1fc ;
}

#contentbox #leftnavigation a.level2 {
	background:	#ebf4fc;
}

#contentbox #leftnavigation a.level3 {
	background:	#ebf4fc;
}

/* Anpassung Farbwelten*/
.area_girls #contentbox  #leftnavigation a.level2:hover {
	background: #ffe0f7;
}

.area_girls #contentbox  #leftnavigation a.level2 {
	background: #fee8f8;
}

.area_girls #contentbox  #leftnavigation a.level3 {
	background: #fee8f8;
}


.area_kids #contentbox #leftnavigation  a.level2:hover {
	background: #d7f0c3;
}

.area_kids #contentbox #leftnavigation  a.level2 {
	background: #dff1d1;
}

.area_kids #contentbox #leftnavigation  a.level3 {
	background: #dff1d1;
}

.area_auslauf #contentbox  #leftnavigation  a.level2:hover {
	background: #f5bfb5;
}

.area_auslauf #contentbox  #leftnavigation  a.level2 {
	background: #f6ccc4;
}

.area_auslauf #contentbox  #leftnavigation  a.level3 {
	background: #f6ccc4;
}

.area_custom #contentbox  #leftnavigation  a.level2:hover {
	background: #eae4a7;
}

.area_custom #contentbox  #leftnavigation  a.level2 {
	background: #f0ebb5;
}
.area_custom #contentbox  #leftnavigation  a.level3 {
	background: #f0ebb5;
}




#contentbox #leftnavigation a.level2act,
#contentbox #leftnavigation a.level3act {
	background: #e4f1fc url('../images/menu_bg_hover_arrow_men.gif') 10px 8px no-repeat;
}

/* Anpassung Farbwelten*/
.area_girls #contentbox  #leftnavigation a.level2act,
.area_girls #contentbox  #leftnavigation a.level3act {
	background: #ffe0f7 url('../images/menu_bg_hover_arrow_girls.gif') 10px 8px no-repeat;
}

.area_kids #contentbox #leftnavigation  a.level2act,
.area_kids #contentbox #leftnavigation  a.level3act {
	background: #d7f0c3 url('../images/menu_bg_hover_arrow_kids.gif') 10px 8px no-repeat;
}

.area_auslauf #contentbox  #leftnavigation  a.level2act {
	background: #f5bfb5 url('../images/menu_bg_hover_arrow_auslauf.gif') 10px 8px no-repeat;
}
.area_auslauf #contentbox  #leftnavigation  a.level3act {
	background: #f5bfb5 url('../images/menu_bg_hover_arrow_auslauf.gif') 23px 8px no-repeat !important;
}

.area_custom #contentbox  #leftnavigation  a.level2act,
.area_custom #contentbox  #leftnavigation  a.level3act {
	background: #eae4a7 url('../images/menu_bg_hover_arrow_einzelstuecke.gif') 10px 8px no-repeat !important;
}


#contentbox #leftnavigation a.level3:hover,#contentbox #leftnavigation a.level3act {
	background: #e4f1fc ;
}

/* Anpassung Farbwelten*/
.area_girls #contentbox  #leftnavigation a.level3:hover, .area_girls #contentbox  #leftnavigation a.level3act  {
	background: #ffe0f7 ;
}

.area_kids #contentbox #leftnavigation  a.level3:hover, .area_kids #contentbox #leftnavigation  a.level3act  {
	background: #d7f0c3 ;
}

.area_auslauf #contentbox  #leftnavigation  a.level3:hover,.area_auslauf #contentbox  #leftnavigation  a.level3act  {
	background: #f5bfb5 ;
}

.area_custom #contentbox  #leftnavigation  a.level3:hover, .area_custom #contentbox  #leftnavigation  a.level3act  {
	background: #eae4a7 ;
}






#content {
	float: right!important;
	margin: 0px 0px 0px 0px;
	width: 728px;
}

#content img{
	
	
}



/* Browseblock */
.browseblock {
	float: right;
}

.browseblock li {
	display: inline;
	list-style: none;
}

.browseblock li b {
	font-size: 10px;
	text-decoration: none;
	color: #fff;
	background-color: #71a5d2;
	border: 1px solid #206caa;
	padding: 1px 4px 1px 4px;
}

.browseblock li.center a {
	color: #828282;
	text-decoration: none;
	font-size: 10px;
	padding: 1px 4px 1px 4px;
	border: 1px solid #ccc;
}

.browseblock li a:hover {
	text-decoration: underline;
}


/* Produktdetail */

div.title {
	font-weight: bold;
	font-size: 21px;
	color: #1F6DAB;
	display:none;
}

div.subtitle {
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 23px;
	color: #1F6DAB;
}

div.product {
	border: 1px solid #ccc;
	width: 269px;
	/*height: 511px;*/
}

div.product-wrap {
	position: relative;
	float: left;
	width: 269px;
	/*height: 511px;*/
	min-height:269px;
	padding-bottom:70px;
}

div.product-wrap ul{
	list-style:none;
	position:absolute;
	padding:0;
	margin:0;
	padding-top:12px;
	left: -9px;
	width: 280px;
	bottom: 0;
}

div.product ul li{
	border:1px solid #ccc;
	float:left;
	margin:0;
	margin-left:9px;
	margin-bottom:9px;
	cursor:pointer;
	padding:0;
}

div.picto {
width: 700px;
	right:30px;
	top:31px;
	position:absolute;
	height:40px;
	
}
div.picto ul{
	list-style: none;
	display:block!important;
}

div.picto ul li{
  display:inline-block;
  list-style: none;
  float:right;
}
div.picto ul li span{
  display:none;
}

div.picto ul.iconmenu {
	margin: 0px;
	list-style: none;
}

div.picto .iconmenu li {
	margin-left: 5px;
}

div.picto .iconmenu li span {
	color:black;
	font-size:11px;
	padding-left:4px;
}

.basketLink{
	position:relative;
	left:15px;
}


.price_detail {
	float: right;
	line-height: 18px;
	font-size: 14px;
	width:430px;
	background:#f1f8ff;
	margin-left:20px;
	text-align:right;
  vertical-align:top;

}


.price_detail td {
  vertical-align:top;
}

.price_detail td.manufacturerlogo {
text-align:left;
padding:10px 10px;
 vertical-align:middle;
}

.price_detail .price_final_red h6 {
	margin: 0px;
	padding: 0px;
	color: #af1c22;
	font-weight: bold;
}


.price_detail p.rot_gross, .price_final {
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	color: #1f6dab;
	font-size: 20px;
}

.price_detail .articleMwst {
	font-size: 10px;
	font-weight: bold;
	color: #a6a6a6;
}

.price_detail .price_uvp_red, .price_uvp_small, .price_uvp {
	color: #77abdb;
	text-decoration: line-through;
}

div.beschreibung {
	float: right;
	margin-top: 20px;
	margin-left: 20px;
	width: 430px;
	min-height: 130px;
}

div.tech {
	float: right;
	margin-left: 20px;
	width: 430px;
	min-height: 100px;
}

div.productoptions {
	margin-top: 30px;
}

div.productoptions h1 {
	font-weight: bold;
	font-size: 12px;
	color: #216baa;
}

div.singleproducts {
	text-align: left;
	border: 1px solid #ccc;
	width: 352px;
	min-height: 58px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	float: left;
}

div.singleproducts div.bild {
	float: left;
}

div.singleproducts div.details {
	width: 200px;
	float: left;
	margin-left: 5px;
	text-align: left;
	padding: 10px;
	font-size: 10px;
}

div.singleproducts h1 {
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	padding: 0px;
	margin: 10px 0 0 10px;
}

div.singleproducts div.details label {
	width: 130px;
	float: left;
}
div.singleproducts div.details span {
	float: left;
}

div.articleLinks {
	text-align: left;
	width: 100%;
	border-top: 1px solid #D4D4D5;
}

div.articleLinks .articleLink {
	display: inline;
	line-height: 2em;
}

.articleLink a {
	font-size: 12px;
	text-decoration: none;
	color: #898989;
	font-weight: bold;
	padding-left:10px;
	padding-right:10px;
	background: url('../images/menu-sub-arrow_light_act.gif') left center no-repeat;
}

div.clearer {
	padding: 0px;
	margin: 0px;
	clear: both;
}

.productlist_item ul.iconmenu li {
	margin-right: 15px;
	list-style: none;
	display: block;
}

.productlist_item ul.iconmenu li img {
	border: none;
}

.productlist_item ul.iconmenu li span {
	color: black;
	padding-left: 4px;
	font-size: 10px;
}

.productlist_item ul.iconmenu {
	margin: 0;
	padding: 5px;
	width: 167px;
	margin-right:4px;
	background-color: white;
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	border-top: 1px solid #ccc;
}

.productlist_item .productlist_overlay {
	position: absolute;
	height:286px;
	width:177px;
	bottom:0;
	left:0;
	
	z-index: 50;
	display: block;
	text-decoration: none;
}

/* POPUP Menu */


#popup {
	background-color: #fff;
	font-size: 14px;
}

#popup table {
	font-size: 12px;
	margin-left: 20px;
}

#popup table td {
	padding: 2px;
}


#popupmenu ul {
	margin: 0px;
	padding: 0px;
	margin-top: 15px;
}

#popupmenu li {
	margin-left: 10px;
	display: inline;
	list-style: none;
}

#popupmenu li a {
	background: url('../images/arrow-right.gif') left center no-repeat;
	padding-left: 20px;
	text-decoration: none;
	color: #000;
}

.sliderbar {
	height: 11px;
	background: url('../images/slider-bg.gif') left bottom repeat-x;
}

/* FOOTER */
#footertop {
	
	padding-bottom:50px; 
	position:relative;
}

#social_bookmarks{
	position:absolute;
	right:79px;
	bottom:10px;
}

#footer_logo {
	float:left;
	margin-top:39px;
	margin-left:28px;
}

#metanav_top {
	border-top:1px solid #d4d4d5;
	border-bottom:1px solid #d4d4d5;
	padding:20px 0;
	
	
	
}

#livesupport {
	position:absolute;
	right:28px;
	top:0px;
}

#footer_content{
	float:left;
	margin-left:28px;
	margin-top:15px;
}

#footer_anschrift{
	color:#828282;
	font-size:11px;
}

#footer_anschrift td{
	padding-left:46px;
	padding-bottom:0px;
}

#footer_anschrift td.secondRow{
	padding-top:30px;
}

#footer_anschrift td.footer_anschrift0{
	padding-left:0px;
	font-weight:bold;
}

#footer_anschrift td.footer_anschrift1{
	padding-left:36px;
}

#footer_anschrift td.footer_anschrift2{
	padding-left:46px;
}

#footerbottom {
	width: 989px;
	position: relative;
	margin: 0 auto;
	font-color:#fff;
}

.metanavTable td {
	padding:11px 0;
	color:#fff;
	font-size: 11px;
}

.metanavTable td.metanav_bottom {
	text-align:right;
}

.metanavTable a:link, .metanavTable a:visited, .metanavTable a:hover, .metanavTable a:active {
	color:#fff;
	text-decoration:underline;
	font-weight: normal;
}

#metanav_top div a:link, #metanav_top div a:visited, #metanav_top div a:hover, #metanav_top div a:active {
	font-size:13px;
	font-weight:bold;
	color:#206caa;
	text-decoration:none;
}

#metanav_top div{
	padding-left:23px;
}

div.metanavNewsletter{
	float:left;
	margin-left:30px;
	background:url(../images/icon_newsletter.gif) no-repeat left center;
	padding-left:34px!important;
	width:110px;
}

div.metanavVersand{
	float:left;
	margin-left:20px;
	background:url(../images/metanav_versand.png) no-repeat left center;
	width:110px;
}
div.metanavAgb{
	float:left;
	margin-left:39px;
	background:url(../images/metanav_agb.png) no-repeat left center;
	width:95px;
}
div.metanavFaq{
	float:left;
	margin-left:44px;
	background:url(../images/metanav_faq.png) no-repeat left center;
	width:95px;
}
div.metanavWarenkorb{
	float:left;
	margin-left:40px;
	background:url(../images/metanav_warenkorb.png) no-repeat left center;
	width:110px;
}
div.metanavLogin{
	float:left;
	margin-left:44px;
	background:url(../images/metanav_login.png) no-repeat left center;
	width:95px;
}


/* BOARDFINDER */

div.boardfinder {
	line-height: 2em;
	float: left;
	width: 450px;
}

div.boardfinder label {
	float: left;
	width: 150px;
}

div.boardfinder .sliderbar {
	width: 230px;
	float: left;
}

div.boardfinder select {
	width: 160px;
	float: left;
	margin-bottom: 20px;
}

div.boardfinder slider1,
div.boardfinder slider2 {
	float: left;
}

div.boardfinder_options {
	position: relative;
	padding-left: 30px;
	padding-top: 15px;
	background: url('../images/boardfinder-options.gif') left top no-repeat;
	width: 232px;
	height: 153px;
	line-height: 2em;
	float: left;
}

p#boarder_info1 {
	padding: 3px;
	position: absolute;
	right: 45px;
	top: 40px;
	border: 1px solid #ccc;
	background: #f7f7f7;
	z-index: 3;
	width: 250px;
}

p#boarder_info2 {
	padding: 3px;
	position: absolute;
	right: 45px;
	top: 60px;
	border: 1px solid #ccc;
	background: #f7f7f7;
	z-index: 3;
	width: 250px;
}
p#boarder_info3 {
	padding: 3px;
	position: absolute;
	right: 45px;
	top: 85px;
	border: 1px solid #ccc;
	background: #f7f7f7;
	z-index: 3;
	width: 250px;
}
p#boarder_info4 {
	padding: 3px;
	position: absolute;
	right: 45px;
	top: 110px;
	border: 1px solid #ccc;
	background: #f7f7f7;
	z-index: 3;
	width: 250px;
}

a#boardlink_info {
	cursor: help;
}

span.boardfinder_label {
	float: left;
}

span.boarder_styleinfo {
	float: right;
	padding-right: 25px;
	font-size: 12px;
}

span.boarder_styleinfo a {
	padding-left: 2px;
	padding-right: 2px;
}

* html span.boarder_styleinfo {
	position: absolute;
	right: 0px;
	font-size: 12px;
}

/* Login */

#login_form {
	padding-top: 20px;
	margin-right: 20px;
	float: right;
	width: 200px;
}

#login_form input {
	margin-top: 10px;
	border: 1px solid #aaabad;
	width: 200px;
	padding: 2px;
	font-weight: bold;
	color: #aaabad;
}

#login_form p.password_forgot {
	float: right;
}

#login_form #submit {
	margin-top: 10px;
	width: auto;
	border: none;
	float: right;
}

#login_form_messagebox {
	background: url('../images/login-errormessage.gif') right bottom no-repeat;
	margin-top: 40px;
	width: 204px;
	min-height: 152px;
	float: right;
}

#login_form_messagebox div {
	border-top: 1px solid #afafaf;
	margin: 0 7px 0 16px;
	padding: 10px;
	padding-bottom: 20px;
	clear: both;
}

#register_form {
	width: 255px;
	float: left;
	padding-top: 20px;
	margin-left: 70px;
	height: 300px;
	padding-right: 90px;
	border-right: 1px solid #afafaf;
}

#register_form a {
	float: left;
	background: none;
	margin:17px 0 0 0;
	padding:0;
}

/* Alternative Shipping Address */

div.myaddress {
	line-height: 2.5em;
	float: left;
	width: 500px;
}

div.myaddress input {
	padding-left: 5px;
	padding-right: 5px;
	width: 200px;
	border: 1px solid #aaabad;
	background: none;
	color: #aaabad;
}

div.myaddress input.input-editable {
	color: #000;
}

div.myaddress label {
	display: inline-block;
	font-weight: bold;
	width: 150px;
}

div.myaddress select {
	border: 1px solid #aaabad;
	width: 100px;
}

div.myaddress #static_info_country {
	width: 212px;
}

#change-data-link a,
#save-data-link a {
	font-size: 14px;
	font-weight: bold;
	background: url('../images/arrow-right.gif') right center no-repeat;
	padding-right: 20px;
}

div.alternative_address {
	line-height: 2.5em;
	float: right;
	width: 360px;
	padding-bottom:30px;
	
}

div.alternative_address h2 {
	color: #4d89bd;
	font-size: 16px;
	margin: 13px 0 0 10px;
}

div.alternative_address .daten {
	padding: 15px 20px 5px 30px;
	color: #B01D22;
	background: url('../images/warenkorb-alternative-shipping-blase.gif') left top no-repeat;
}

#alternative-shipping-address-form {
	color: #828282;
	margin-bottom: 20px;
}

div.alternative_address label {
	display: inline-block;
	font-weight: bold;
	width: 100px;
}

div.alternative_address input {
	width: 200px;
	border: 1px solid #aaabad;
}

div.alternative_address #plz {
	width: 50px;
}

div.alternative_address #ort {
	width: 144px;
}

div.alternative_address #submit {
	width: auto;
}

#shipping_alternative_address #submit {
	position: absolute;
	right: 28px;
	bottom: 15px;
}

label.error {
	color: #b01d22;
}

input.error {
	border: 1px solid #b01d22 !important;
}

/* Shipping */

div.versandart {
	position: relative;
	background-color: #f7f7f7;
	padding: 5px;
	margin-bottom: 5px;
}

div.versandart .title {
	color: #4d89bd;
	font-size: 14px;
}

div.versandart .preis label {
	font-weight: bold;
}

div.versandart .details {
	width: 800px;
	min-height: 30px;
	margin-bottom: 10px;
}

div.versandart .info {
	z-index: 10;
}

div.versandart .option {
	float: right;
	position: absolute;
	right: 0px;
	bottom: 0px;
	top: 0px;
	width: 100px;
	text-align: center;
	background-color: #e6e6e6;
}

div.versandart .option input {
	position: absolute;
	top: 50%;
	right: 50%;
	margin: -6px -6px 0 0;
}

#shipping_form #back {
	float: left;
}

#shipping_form #submit {
	float: right;
}


/* Gutschein Form */

#coupon_form_div {
	float: right;
	padding: 10px;
	margin-top: 10px;
	background: url('../images/warenkorb-bg-gutschein.gif') left top no-repeat;
	width: 365px;
	height: 68px;
	position:relative;
}

#coupon_form_div h1 {
	margin: 0px 0 8px 5px;
	font-size: 14px;
}

#coupon_form_div input {
	font-weight: bold;
	color: #aaabad;
	padding: 3px;
	width: 230px;
	margin: 0 20px 0 5px;
	border: 1px solid #aaabad;
}

#coupon_form_div #couponIDSubmit {
	position:absolute;
	top:35px;
	right:15px;
	width: 77px;
	height:22px;
	
	border: 0px;
}

#wmdbshop_coupo_info {
	margin-top: 10px;
	background: none !important;
	margin-left: 10px;
	width: 200;
	float: right;
	text-align: right;
}

/* Payment */

div.bezahlart {
	position: relative;
	background-color: #f7f7f7;
	padding: 5px;
	margin-bottom: 5px;
}

div.bezahlart .title {
	color: #4d89bd;
	font-size: 14px;
}

div.bezahlart .preis label {
	font-weight: bold;
}

div.bezahlart .details {
	width: 800px;
	min-height: 30px;
	margin-bottom: 10px;
}

div.bezahlart .info {
	z-index: 10;
}

div.bezahlart .option {
	float: right;
	position: absolute;
	right: 0px;
	bottom: 0px;
	top: 0px;
	width: 100px;
	text-align: center;
	background-color: #e6e6e6;
}

div.bezahlart .option input {
	position: absolute;
	top: 50%;
	right: 50%;
	margin: -6px -6px 0 0;
}

#payment_form #back {
	float: left;
}

#payment_form #submit {
	float: right;
}

#payment_form #gutschein_form {
	margin-bottom: 30px;
}

h1.headline {
	margin-top: -10px;
}

/* Control */

#control_form div.eingaben {
	float: right;
	line-height: 1.6em;
	padding: 20px;
	background: url('../images/warenkorb-control-blase.gif') left top no-repeat;
	width: 454px;
	height: 168px;
}

div.eingaben h1 {
	margin: 0 0 0 0;
	font-size: 14px;
}

div.eingaben .address {
	width: 33%;
	float: left;
}

div.eingaben .payment {
	width: 33%;
	float: left;
}

div.eingaben .shipping {
	width: 33%;
	float: left;
}

#control_form .sum {
	font-size: 12px;
	float: right;
	margin-bottom: 40px;
}

#control_form .sum label {
	display: inline-block;
	width: 150px;
	text-align: right;
	font-weight: bold;
}

#control_form .sum span {
	font-weight: bold;
	color: #4d89bd;
	display: inline-block;
	text-align: right;
	width: 100px;
}

#control_form #submit {
	float: right;
}

/* Stepping */

#stepping {
	text-align: center;
	margin: 0 -28px;
	padding: 0 27px 0 27px;
	width: 100%;
	height: 117px;
	border-bottom: 2px solid #71a6d2;
	margin-bottom: 20px;
}

#stepping .number {
	margin-top: 6px;
	width: 100%;
	text-align: center;
	font-size: 40px;
	color: #fff;
	display: block;
}

#stepping .abstand {
	float: left;
	height: 52%;
	width: 100px;
	background: url('../images/warenkorb-step-fade.gif') center center no-repeat;
}

#stepping p {
	text-align: center;
	font-size: 15px;
}

#stepping .normal {
	absolute: relative;
	cursor: pointer;
	background: url('../images/warenkorb-step.gif') center top no-repeat;
	width: 100px;
	height: 100px;
	float: left;
}

#stepping .actdis {
	absolute: relative;
	cursor: pointer;
	background: url('../images/warenkorb-step-active.gif') center top no-repeat;
	width: 100px;
	height: 100px;
	float: left;
}

#stepping .act {
	absolute: relative;
	cursor: pointer;
	background: url('../images/warenkorb-step-active.gif') center top no-repeat;
	color: #4d89bd;
	width: 100px;
	height: 100px;
	float: left;
}
#stepping a .actdis {
	text-decoration: none;
	color: #828282;
}

#stepping a {
	text-decoration: none;
}

/* Register */

div.tx-srfeuserregister-pi1 legend {
	display: none;
}

div.tx-srfeuserregister-pi1 fieldset {
	border: none;
}

div.tx-srfeuserregister-pi1 hr {
	display: none;
}

p.tx-srfeuserregister-pi1-seperator {
	color: #4d89bd;
	font-size: 14px;
	font-weight: bold;
}

div.tx-srfeuserregister-pi1 input {
	padding: 1px 3px 1px 3px;
	border: 1px solid #aaabad;
	width: 170px;
}

select#tx-srfeuserregister-pi1-static_info_country {
	border: 1px solid #aaabad;
	padding: 1px 0px 1px 3px;
	width: 180px;
}

#tx-srfeuserregister-pi1-module_sys_dmail_html {
	width: auto;
}

div.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-submit {
	width: auto;
	background:url(../images/submit_arrow.gif) #fff no-repeat right 9px;
	color:#828282;
	border:1px solid #dcdcdc;
	font-size:12px;
	padding-right:30px;
	padding-bottom:5px;
	padding-left:6px;
	padding-top:3px;
	font-weight:bold;
}

div.tx-srfeuserregister-pi1 input.btnlogout {
	width: auto;
	border: 0px;
	margin-top: 5px;
	margin-bottom: 20px;
}

#contentbox hr {
	border: none;
	margin: 0px;
	padding: 0px;
}

#msg0 {
	padding: 20px;
}

#msg0 li {
	list-style: none;
}

#msg1 li {
	list-style: none;
}

/* Katalogbestellung */
fieldset.csc-mailform {
     	border: 0px;
}

.csc-mailform-field label {
	width: 130px;
	height: 30px;
	display: inline-block;
}

.csc-mailform-field input {
	border: 1px solid #aaabad;
}

/* Teaser Startseite mit Frames aus Inhaltselement*/

#contentbox .csc-frame-frame1
{
	
}

#contentbox .csc-frame-frame1 .csc-textpic-imagewrap
{
	width:100%!important;
	
}

#contentbox .csc-frame-frame1 .csc-textpic-firstcol
{
	float:left;
	margin-bottom:28px;
}




#contentbox .csc-frame-frame1 .csc-textpic-lastcol
{
	float:right;
	margin-bottom:28px;
}

#contentbox .csc-frame-frame2 .csc-textpic-imagewrap
{
	width:100%!important;	
}

#contentbox .csc-frame-frame2 .csc-textpic-image
{
	float:left;
	margin-left:24px;
	margin-bottom:28px;
	

}

#contentbox .csc-frame-frame2 .csc-textpic-image.csc-textpic-firstcol
{
	margin:0px;
	margin-bottom:28px;

}

#contentbox .csc-frame-frame2 .csc-textpic-image.csc-textpic-lastcol
{
	float:right;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:28px;

}

p{padding-top:0;margin-top:0}

#stepping p{padding-top:0;margin-top:5px}

p.registerInfo{
	padding-top:7px;
	padding-bottom:15px;
	
}

p.password_forgot{
	padding-top:5px;
}

/**
 * Bemerkungsfeld innerhalb der alternativen Versand Adresse
 *
 */
.alternative_address .notice {
	padding-left: 10px;
	padding-top: 10px;
}

.alternative_address .notice textarea {
	border: 1px solid #AAABAD;
	width: 348px;
}

/* Heidelpay */
.tx-ptheidelpay-pi1-tabledefault {
	line-height: 1.7em;
}
.tx-ptheidelpay-pi1-txt1 {
	color: #4D89BD;
	text-transform: uppercase;
}
.tx-ptheidelpay-pi1-tablecell {
	width: 200px;
}
.tx-ptheidelpay-pi1-input {
	border: 1px solid #AAABAD;
	padding: 0px 5px 0px 5px;
	font-size:12px;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	width: 180px;
}
.tx-ptheidelpay-pi1-select {
	border: 1px solid #AAABAD;
	width: 193px;
	font-size:12px;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	padding: 0px 0px 0px 5px;
}
.tx-ptheidelpay-pi1-select2,
.tx-ptheidelpay-pi1-select3 {
	border: 1px solid #AAABAD;
	font-size:12px;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	padding: 0px 0px 0px 5px;
}
.tx-ptheidelpay-pi1-txt2 {
	font-weight: bold;
}
.tx-ptheidelpay-pi1-notice2 {
	display: inline-block;
	padding-top: 5px;
	color: #4D89BD;
	font-size: 11px;
}
.tx-ptheidelpay-pi1-button1 {
	border: 0px;
	position: absolute;
	right: 20px;
	top: 451px;
}
.tx-ptheidelpay-pi1-button2 {
	border: 0px;
	position: absolute;
	right: 20px;
	top: 510px;
}
.tx-pttools-msgbox {
	position: absolute;
	top: 81px;
	right: 20px;
	border: 0px;
	background: transparent url('../images/heidelpay_notice.gif') left top no-repeat;
	width: 421px;
	height: 168px;
}
.tx-pttools-msgbox-header {
	background: none;
	border: 0px;
}
.tx-pttools-msgbox-icon {
	display: none;
}
.tx-pttools-msgbox-headline {
	font-size: 11px;
	display: inline-block;
	text-transform: uppercase;
	color: #b90808;
	margin: 7px 0px 0px 10px;
}
.tx-pttools-msgbox-header {
	padding-bottom: 5px;
}
.tx-ptheidelpay-pi1-notice .tx-pttools-msgbox .tx-pttools-msgbox-content {
	background: none;
	border: 0px;
	padding: 0px 10px 0px 5px;
	margin-left: 15px;
	display: inline-block;
	width: 386px;
}
.tx-pttools-msgbox-message {
	color: #757575;
	font-size: 10px;
	line-height: 1.8em;
}

.product-gender-filter{
	width:175px;
	float:left;
}


.product-gender-filter span a {
	text-decoration:none;
	display:inline-block;
	width:40px;
	text-align:center;
	padding: 2px 5px;
	border:1px solid #ddd;
}

.product-gender-filter span.active a {
	background-color:#71A5D2!important;
	color:#fff!important;
	border:1px solid #206CAA;
}

.product-gender-filter span a:hover {
	background-color:#EBF4FC;
	color:#aaa;
}