body
{
  padding: 0;
  margin: 0;
  background-color:#9acfed;
  font-family: Tahoma, Verdana, Helvetica;
  font-size: 62.5%;
}

/*
  LAYOUT SPECIFIC CSS
*/

#top-bg {
  width: 100%;
  height: 190px;
  background: url(../images/top_body_bg.jpg) repeat-x top left;
}

#top-wrapper {
  width: 1008px;
  height: auto;
  margin: 0 auto;
  padding: 2px 0 0 0;
}

#wrapper {
  width: 1008px;
  height: auto;
  margin: 0 auto;
}

#header_bg {
  float: left;
  width: 1008px;
  height: 190px;
  background: url(../images/header_bg.png) no-repeat top left;
  margin: 0 0 0 0;
}

#logodiv {
  float: left;
  width: 295px;
  height: 87px;
  
}

#logo
{
background-image: url(../images/logo.png);
background-repeat: no-repeat;
width:295px;
height:87px;
display:block;
margin: 34px 0 0 15px;
overflow: hidden;
}

#logodiv span
{
  display:none;
}

/*- TOP NAV TABS --------------------------- */

    #navigationbuttons {
      float:left;
      width:1018px;
      font-size:1.2em;
      line-height:normal;
      margin: 59px 0 0 0;
      }
    #navigationbuttons ul {
      margin:0;
      padding:10px 10px 0 10px;
      list-style:none;
      }
    #navigationbuttons li {
      margin:0;
      padding:0;
	  display: inline;
      }
    #navigationbuttons a {
      float:left;
      background:url("../images/topnav_left.png") no-repeat left top;
	  background-position:0% -36px;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #navigationbuttons a span {
      float:left;
      display:block;
      background:url("../images/topnav_right.png") no-repeat right top;
	  background-position:100% -36px;
      padding:8px 15px 8px 8px;
      margin: 0 3px 0 0;
      color:#fff;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #navigationbuttons a span {float:none;}
    /* End IE5-Mac hack */
    #navigationbuttons a:hover span {
      color:#fff;
      }
    #navigationbuttons a:hover {
      background-position:0% 0px;
      }
    #navigationbuttons a:hover span {
      background-position:100% 0px;
      }
	  
	  #navigationbuttons li.selected a {
      background-position:0% 0px;
      }
	  
	  #navigationbuttons li.selected a span {
      background-position:100% 0px;
      }
	
/* CONTENT BG */

#body-bg {
  width: 100%;
  height: 439px;
  background: url(../images/main_body_bg.jpg) repeat-x top left;
  margin: 0;
  padding: 0;
}

#sitewidth-top {
  float: left;
  width: 1022px;
  height: 30px;
  background: url(../images/content_outer_top.png) no-repeat top left;
  margin: -20px 0 0 0;
}

#sitewidth
{
  float: left;
  width: 1022px;
  border:1px none #ff0000;
  background-color:#ffffff;
  background: url(../images/content_outer_bg.png) top left repeat-y;
  margin: 0 0 0 0;
}

#sitewidth-end {
  float: left;
  width: 1022px;
  height: 14px;
  background: url(../images/content_outer_end.png) no-repeat top left;
  margin: 0 0 0 0;
}


/*-- PUFFAR RIGHT --------------------------------- */

.puffleft_head {
  width: 236px;
  height: 23px;
  font-weight:normal;
  margin: 0 0 0 15px;
  padding: 8px 0px 0px 10px;
  color:#ffffff;
  background: url(../images/puff_head_bg.png) no-repeat top left;
}

.puffleft_head h2 {
  color: #fff;
  margin: 0;
  padding: 0;
}

.puffleft_bg {
  float: left;
  width: 204px;	
  height: auto;
  background: #fff;
  margin: 0 0 0 15px;
  padding: 10px 20px 5px 10px;
  border-left: 1px solid #B9D7E5;
  border-right: 1px solid #B9D7E5;
}

.puffleft_end {
  float: left;
  width: 236px;
  height: 12px;
  background: url(../images/puff_footer_bg.png) no-repeat top left;
  margin: 0 0 10px 15px;
}

#puffar
{
  float:left;
  width: 236px;
  overflow:hidden;
  font-size: 1.1em;
  padding-bottom:30px;
  margin: 0 0 0 0px;
}

.puffright_head {
  float: left;
  width: 236px;
  height: 25px;
  font-weight:normal;
  margin: 0;
  padding: 6px 0px 0px 10px;
  color:#ffffff;
  background: url(../images/puff_head_bg.png) no-repeat top left;
}

.puffright_head h2 {
  color: #fff;
  margin: 0;
  padding: 0;
}

.puffright_bg {
  float: left;
  width: 204px;	
  height: auto;
  background: url(../images/puff_bg.png) repeat-x top left #fff;
  padding: 10px 10px 5px 20px;
  border-left: 1px solid #B9D7E5;
  border-right: 1px solid #B9D7E5;
}

.puffright_bg_focus {
  float: left;
  width: 234px;	
  height: auto;
  background: url(../images/puff_bg.png) repeat-x top left #fff;
  padding: 10px 0 5px 0;
  border-left: 1px solid #B9D7E5;
  border-right: 1px solid #B9D7E5;
  text-align: center;
}

.puffright_end {
  float: left;
  width: 236px;
  height: 12px;
  background: url(../images/puff_footer_bg.png) no-repeat top left;
  margin: 0 0 10px 0;
}

form
{
  margin:0px;
  padding:0px;
}

img
{
  border:none;
}



h1
{

  font-size: 2.2em;
  font-weight:normal;
  color: #F60122;
}

#main h1
{
  float: left;
  width: 760px;
  margin: 0 0px 5px 0px;
  font-size: 2.2em;
  font-weight:normal;
  color: #F60122;
}

h2
{
  font-size: 1.4em;
  font-weight: bold;
  margin: 10px 0px 10px 0px;
  color: #0574a7;
}


h2.puffpic
{
  font-size: 1.2em;
  margin: 0 0px 0 0;
  color: #fff;
  font-weight: bold;
  border: none;
}

h3
{
  font-size: 1.2em;
  margin: 0 0 10px 0;
  padding:10px 0px 0px 0px;
  color: #0574A7;
}

.txt
{
  line-height: 1.5em;
  font-size: 1.2em;
  color: #131415;
}



p.txt ul {
  float: left;
  width: 700px;
  margin: 0 0 10px;
  padding: 0;
  font-size: 1.2em;
}

p.txt li {
  list-style: disc;
  margin: 5px 0 0 18px;
  padding: 0;
  font-size: 1.6em;
}



a
{
  color:#e72423;
  font-size: 1.1em;
}

a:hover
{
  color:#000;
}

h2 a.link span {
  color: #21366B;
  font-size: 1.4em;
}


a.webzoofooter
{
font-size:10px;color:#737272;text-decoration:none;font-weight:normal;
}

a:hover.webzoofooter
{
font-size:10px;color:#000;text-decoration:none;font-weight:normal;
}

.webzoocontainer {
  float: left;
  width: 1018px;
  height: 20px;
  text-align:center;
  margin: 10px 0 20px 0;
}

#main p {
  margin:0px;
  padding:0px;
  font-size: 1.2em;
}

#main ul li {
  margin:0px;
  padding:0px;
  font-size: 1.2em;
}

p
{
  margin:0px;
  padding:0px;
}

td
{
 font-size: 1.0em;
}





#productnavigationbuttons
{
  padding:0;
  margin: 0;
  font-weight: bold;
}



#productnavigationbuttons ul
{
  font-size: 1.0em;
  margin:0;
  padding:0;
  list-style: none;
  text-align:left;
  border: 1px none #ff0000;
  font-weight: normal;
}

#productnavigationbuttons ul ul
{
  font-size: 1.0em;
  font-weight: normal;
	margin:0;
	padding:0;
	list-style: none;
  text-align:left;
  border: 1px none #ff0000;
}

#productnavigationbuttons ul a
{
	display: block;
	text-decoration: none;
	padding: 5px 0px 0px 0;
	height: 15px;
  border-bottom:1px none #adad85;
  color:#ffffff;
  font-weight: bold;
}

#productnavigationbuttons ul a:hover
{
	display: block;
	text-decoration: underline;
	padding: 5px 0px 0px 10px;
	height: 15px;
  border-bottom:1px none #adad85;
  color:#2e1b86;
  font-weight: bold;
}

#productnavigationbuttons li.selected a
{
	display: block;
	text-decoration: none;
	padding: 5px 0px 0px 10px;
	height: 15px;
  border-bottom:1px none #adad85;
  font-weight: bold;

}

#productnavigationbuttons li.selected a:hover
{
	display: block;
	text-decoration: underline;
	padding: 5px 0px 0px 10px;
	height: 15px;
  border-bottom:1px none #adad85;
  color:#2e1b86;
  font-weight: bold;
}

#productnavigationbuttons li.productsub {
  list-style: none;
  margin: 0;
  padding: 0;
}

#productnavigationbuttons li.productsub a
{
  display: block;
  background: url(../images/prodmenu_off.gif) top left no-repeat;
  text-decoration: none;
  padding: 4px 0px 0px 20px;
  width: 193px;
  height: 20px;
  margin: 0 0 2px 0;
  font-weight: normal;
  font-size: 1.2em;
  color:#000000;
}

#productnavigationbuttons li.productsub a:hover
{
  display: block;
  background: url(../images/prodmenu_on.gif) top left no-repeat;
  text-decoration: none;
  padding: 4px 0px 0px 20px;
  width: 193px;
  height: 20px;
  margin: 0 0 2px 0;
  font-weight: normal;
  font-size: 1.2em;
  color:#000000;
}


#productnavigationbuttons li.productsubsub a
{
  display: block;
  width: 184px;
  background: url(../images/subsub_off.gif) top left no-repeat;
  text-decoration: none;
  padding: 3px 0px 0px 30px;
  height: 17px;
  border:1px none #ff0000;
  margin:0px 0 2px 0;
  font-weight: normal;
  font-size: 1.2em;
  color:#000000;
}


#productnavigationbuttons li.productsubsub a:hover
{
  display: block;
  width: 184px;
  background: url(../images/subsub_on.gif) top left no-repeat;
  text-decoration: none;
  padding: 3px 0px 0px 30px;
  height: 17px;
  border:1px none #ff0000;
  margin:0px 0 2px 0;
  font-weight: normal;
  font-size: 1.2em;
  color:#000000;
}

#productnavigationbuttons li.productsubsub_selected a
{
  display: block;
  width: 184px;
  background: url(../images/subsub_off.gif) top left no-repeat;
  text-decoration: none;
  padding: 3px 0px 0px 30px;
  height: 17px;
  border:1px none #ff0000;
  margin:0px 0 2px 0;
  font-weight: bold;
  font-size: 1.2em;
  color:#000000;
}


#productnavigationbuttons li.productsubsub_selected a:hover
{
  display: block;
  width: 184px;
  background: url(../images/subsub_on.gif) top left no-repeat;
  text-decoration: none;
  padding: 3px 0px 0px 30px;
  height: 17px;
  border:1px none #ff0000;
  margin:0px 0 2px 0;
  font-weight: bold;
  font-size: 1.2em;
  color:#000000;
}




#productnavigationbuttons li.productsub selected a
{
  display: block;
  background: url(../images/prodmenu_on.gif) top left no-repeat;
  text-decoration: none;
  padding: 4px 0px 0px 20px;
  width: 213px;
  height: 20px;
  margin: 0 0 2px 0;
  font-weight: normal;
  font-size: 1.2em;
  color:#000000;
}

#productnavigationbuttons li.productsub a:hover selected
{
  display: block;
  background: url(../images/prodmenu_on.gif) top left no-repeat;
  text-decoration: none;
  padding: 4px 0px 0px 20px;
  width: 213px;
  height: 20px;
  margin: 0 0 2px 0;
  font-weight: normal;
  font-size: 1.2em;
  color:#000000;
}








#navigationlanguage
{
  overflow:hidden;
  color:#000000;
}

#navigationlanguage a
{
  color:#000000;
  text-decoration: none;
}



#navigationlanguage img {
  border: 1px solid #000000;
}

.languageheader
{
  padding-left:20px;
  padding-bottom:10px;
  font-weight:bold;
  color:#8ca4b5;
}

#navigationlanguage a
{
  color:#ffffff;
}

#navigationlanguage a:hover
{
  color:#8ca4b5;
}

#navigationlanguage a:visited
{
  color:#ffffff;
}

#navigationlanguage a:visited:hover
{
  color:#8ca4b5;
}


#navigationlanguage ul
{
  font-size: 1.0em;
	margin:0;
	padding:0;
	list-style: none;
}

#navigationlanguage ul a
{

	text-decoration: none;
	padding: 2px 5px 0px 10px;
	height: 17px;
  margin:5px 20px 0px 10px;
}

#navigationlanguage ul a:hover
{

	text-decoration: none;
	padding: 2px 5px 0px 10px;
	height: 17px;
  margin:5px;
  color:#ffffff;
  margin:5px 20px 0px 10px;
}






.bildtext
{
  font-size:11px;
  color:#898989;
}

.rightimage
{
    margin: -30px 5px 0 0;
    padding: 0;
    float:right;
    border:1px none #ff0000;
    text-align:center;
}


.leftimage
{
    float:left;
    border:1px none #ff0000;
    text-align:left;
	margin: 0 10px 0 0;
}


.centerimage {
  text-align: left;
  margin: 0 0 10px 0;
  color: #77787E;
}

.hidden
{
    display: none;
}

#header
{
  height: 188px;
  background-position: 0 -1px;
}



.right
{
  float: left;
  width: 100%;
  text-align:left;
  margin: 5px 0 0 20px;
  font-size: 1.2em;
}

.extra_right
{
  float: right;
  width: 600px;
  text-align:right;
  margin: -10px 0 0 75px;
  font-size: 1.2em;
}

.file_upload
{
  float: left;
  width: 500px;
  text-align:left;
  margin: 5px 0 10px 0;
  font-size: 1.2em;
}

#navigation
{
  float:left;
  width: 233px;
  border:1px none #ffaa00;
  padding-left:10px;
  padding-top:0px;
  margin: 0 15px 0 0;
}

#navigationblock
{
  width: 164px;
  border:1px none #ffaa00;
  padding-left:24px;
  padding-top:10px;
  background-color: #00ff00;
}


#contentcontainer
{
  float:left;
  width: 720px;
  border:2px none #00ffff;
}

.contentwrap
{
  border:2px none #0000ff;
  width: 998px;
  margin: 0;
  padding: 0;
}

#main
{
  float:left;
  width:730px;
  border:1px none #ffaa00;
  margin:0 0 0 20px;
  text-align: left;
  padding: 0 10px 20px 0;
}


#container
{
    background-image:url(/images/bg_shadow.jpg);
    background-position: center;
    background-repeat: repeat-y;
}

a.footermail
{
  color:#fff;
}

a:hover.footermail
{
  color:#fff;
}

#footer
{
  float: left;
  width: 1022px;
  height: 48px;
  background: url(../images/footer_bg.png) no-repeat;
  background-position: 0 0;
  margin: 0 0 10px 0;
  padding: 26px 0 0 0;
  font-size:1.4em;
  margin:0px;
  color: #ffffff;
}

.footer_left
{
  float:left;
  text-align:left;
  font-size:1.0em;
  margin:0px;
  color: #ffffff;
  background-color: #000000;
}

.footer_right
{
  float: left;
  width: 1018px;
  text-align:center;
  font-size:1.0em;
  margin:0px;
  color: #ffffff;
}




.puff_footer
{
  font-size:1px;
  height:14px;
  background-image: none;
  background-repeat: no-repeat;
  margin-bottom:10px;

}


.puff
{
  padding: 10px 10px 20px 10px ;
  border-top: none;
  margin:0px;
  overflow:hidden;
  background-image: none);
  background-repeat: repeat-x;
  background-position: bottom;
  background-repeat: repeat-x;
  color: #000000;
}

.puffhead
{
  float: left;
  width: 226px;
  height: 25px;
  font-weight:normal;
  padding: 6px 0px 0px 10px;
  color:#ffffff;
  background: url(../images/puff_head_bg.png) no-repeat top left;
}


.extrabildborder
{
  padding: 10px 10px 20px 10px ;
  border: none;
  margin:0px;
  overflow:hidden;
  background-image: none);
  background-repeat: repeat-x;
  background-color:#ffffff;

  background-position: bottom;
  background-repeat: repeat-x;

  color: #333333;
}

.extrabildheader
{
  font-weight:normal;
  border-bottom: 2px solid #0671a3;
  padding: 6px 0px 6px 10px;
  color:#ffffff;
  background-image: url(../images/nav_button_bg.gif);
  background-position: center;
  color: #000000;
  font-size: 1.2em;
}

.product_puff
{
  /* background-color:#E7F3F8;
  border: 1px solid #CCCCCC; */
  /* position: relative; */
  float: right;
  margin:20px 0 0 0;
  padding:5px 10px 5px 0;
  font-size: 1.2em;
}



#quantity
{
  width: 50px;
}

.artno
{
  color:#8F8F8E;
}

.quickfactsline
{
  border-bottom: 1px #A8A7A5 dotted;
}

.fromprice_list
{
  font-size:0.5em;
}

.fromprice
{
  font-size:0.5em;
}

.price
{
  font-weight: bold;
  font-size: 1.2em;
  border: 1px none #000000;
  float:left;
  width: 140px;
  color:#e72423;
}

.pricebg1
{
background-image: url(../images/pricebg1.gif);
background-repeat: repeat-x;
background-position: center;
}

.pricebg2
{
background-image: url(../images/pricebg2.gif);
background-repeat: repeat-y;
background-position: left;
}

.pricebg3
{
background-image: url(../images/pricebg3.gif);
background-repeat: repeat-y;
background-position: right;
padding:15px;

}

.floatright
{
  float: right;
}


#priceinfo
{
  float: left;
  width: 480px;
  background-color:#fff;
  border: 1px solid #dedede;
  padding:10px;
  margin: 0;
}

#pricestock
{
  float:left;
  border: 1px none #000000;
  width:280px;
}

#pricebox
{
  font-size:2.2em;
  font-weight:bold;
  color:#b90707;
}

#pricebox_product
{
  float: left;
  width: 290px;
  font-size:2.4em;
  font-weight:normal;
  color:#e72423;
}

#stockbox
{
  text-align:right;
}


#quickfacts
{
  width: 100%;
}

#quickfacts legend
{
  color:#000000;
  font-size:1.2em;
  font-weight: bold;
  background-color: transparent;
  width: 100%;
  padding:0px;
  margin:0px;
}



.extrapicture
{
  background-color:#000000;
  border: 1px solid #000000;
}







.folderimage
{
  border:none;
}

a.gallerylink
{
  text-decoration:none;
}

a.gallerylink:hover
{
  text-decoration:none;
}



.folder
{
  width: 135px;
  float:left;
  text-align: center;
  margin-bottom:10px;
}

.galleryimage
{
  border:1px #cccccc solid;
  padding:5px;

}




.galleryimagecontainer
{
  width: 135px;
  float:left;
  text-align: center;
  margin-bottom:10px;
}


.clear
{
  clear:both;
  font-size: 1px;
}

.button
{
  float: left;
  background-color:#F60122;
  color:#fff;
  border:1px solid #810111;
  font-size:1.0em;
  padding: 2px 3px 3px 3px;
  font-weight: bold;
  background-position: center;
  margin: 10px 0 0 0;
}

fieldset
{
  border: none;
  margin:0px;
  padding:0px;
  width: auto;
}


.formfield
{
  width: 167px;
  height: 21px;
  background: url(../images/input_bg.png) repeat-x top left;
  border: none;
  border-left: 1px solid #959595;
  border-right: 1px solid #959595;
  font-size:1.1em;
  font-family: Verdana;
  margin: 0 20px 3px 0;
  padding: 3px 0 3px 3px;
  display: inline;

}

.formquestion {
  font-size: 1.2em;
  margin: 0 0 20px 0;
}

.product_formfield
{
  border: 1px solid #97c000;
  font-size:1.0em;
  font-family: Verdana;
  margin-bottom:3px;
  padding-left:3px;
	width: 150px;
}

.register_text {
  float: left;
  width: 160px;
  margin-top: 4px;
}

.cartquantity
{
  border: 1px solid #97c000;
  font-size:1.0em;
  font-family: Verdana;
  margin-bottom:3px;
  padding-left:3px;
  width: 50px;

}


.borderbottom
{
  border-bottom:1px solid #97c000;
}



.formbackground
{
  float: left;
  width: 600px;
  background-color:#ffffff;
  border: 1px solid #959595;
  padding:10px;
}


.contactform, .enkatform
{
  width: 280px;
}


blockquote p:before,
blockquote p:after
{
	content:'\201D';
}


blockquote
{
  margin:0px;
  padding:0px;
}

.quotewho
{
font-style: italic;
text-align:right;

}


/* VOTE STUFF */


.prog-border {
  height: 16px;
  width: 95px;
  background: #fff;
  border: 1px solid silver;
  margin: 0;
  padding: 0;
}

.prog-bar {
  height: 14px;
  margin: 1px;
  padding-left: 2px;
  font-size:0.8em;
}

/* VOTE STUFF */

.product_offer_left {
	float:left;
	width: 230px;
}

.product_offer_right {
	float:right;
	width: 230px;
}

.picture {
  text-align: center;
}

table
{
  font-size:1.0em:
}

/*--- PRODUCT CATEGORIES CSS --------------------------------- */

#product_categories {
  float: left;
  width: 520px;
  margin: 0 0 10px 0;
  padding: 0;
}

.text h1 {
  float: left;
  width: 520px;
  margin: 0 0 10px 0;
  padding: 0;
}

.cat_browse_top {
  float: left;
  width: 663px;
  height: 6px;
  background: url(../images/cat_browse_top.png) no-repeat top left;
}

.prodcat_wrapper {
  float: left;
  width: 662px;
  margin: 0;
  padding: 0;
  backg round: url(../images/cat_browse_outer.png) repeat-y top left;
  border-left: 1px solid #D0D5D7;
  border-right: 1px solid #D0D5D7;
}

.cat_browse_inner {
  float: left;
  width: 641px;
  background: url(../images/cat_browse_inner.png) repeat-x top left #fff;
  margin: 0 0 0 1px;
  padding: 0 10px 10px 10px;
}

.cat_browse_end {
  float: left;
  width: 663px;
  height: 6px;
  background: url(../images/cat_browse_end.png) no-repeat top left;
  margin: 0 0 10px 0;
}

.prodbox {
  float: left;
  width: 640px;
  border: 1px none #c1c1c1;
  padding: 10px 10px 0 10px;
  margin: 0 5px 5px 0;
  text-align: left;
}

.prod_header {
  float: left;
  width: 420px;
  height: 25px;
  margin: 0 0 10px 0;
}

.prodbox h2 a {
  color: #858585;
  font-size: 0.6em;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.6em;
}

.product_desc {
  float: left;
  width: 420px;
  height: auto;
}

.readmore a {
  float: left;
  width: 68px;
  height: 21px;
  background: url(../images/readmore_button_bg.png) no-repeat top left;
  color: #fff;
  font-size: 1.2em;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  padding: 4px 0 0 0;
  margin: 0 0 5px 0px;
}

.product_box {
  float: left;
  width: 670px;
  border: 1px solid #ccc;
  padding: 10px;
  margin: 10px 0 10px 0;
}

.cattext {
  float: left;
  width: 680px;
  font-size: 1.0em;
  margin: 0 0 20px 0;
}

.cattext ul {
  float: left;
  width: 700px;
  margin: 0 0 0 20px;
  padding: 0;
}

.cattext li {
  list-style: disc;
  margin: 0px 0 0 18px;
  padding: 0 0 0 20px;
}

p.cattxt {
  float: left;
  font-size: 0.2em;
}

.product_box h1 {
  float: left;
  width: 500px;
  margin: 0;
  padding: 0;
}

.right_desc {
  float: left;
  width: 480px;
  margin: 0 0 0 20px;
}

label {
  float: left;
  width: 150px;
  padding: 6px 0 0 0;
  font-size: 1.2em;
  margin: 0 5px 0 0;
  text-align: right;
}

.vote_row {
  float: left;
  width: 160px;
  margin: 5px 0 0 0;
}

label.vote {
  float: right;
  display: inline;
  width: 130px;
  padding: 0 0 0 0;
  font-size: 1.1em;
  margin: 0 0 0 0;
  text-align: left;
}

input.vote {
  float: left;
  width: 20px;
}

label.input {
  float: left;
  width: 150px;
  padding: 14px 0 0 0;
  font-size: 1.2em;
  margin: 0 10px 0 0;
  text-align: left;
}

.radio_row {
  float: left;
  width: 200px;
  margin: 0 0 5px 0;
}

label.radio {
  float: right;
  width: 570px;
  display: inline;
  padding: 1px 0 0 0;
  font-size: 1.2em;
  margin: 0 0 0 0;
  text-align: left;
}

radio.custom_radio {
  float: left;
  width: 20px;
  display: inline;
}

label.select {
  float: left;
  width: 150px;
  display: inline;
  padding: 1px 0 0 0;
  font-size: 1.2em;
  margin: 0 0 0 0;
  text-align: left;
}

formfield enkatform {
  float: left;
}

textarea.formfield{
  float: left;
  width: 400px;
  height: 150px;
  background: none;
  border-top: 1px solid #959595;
  border-bottom: 1px solid #959595;
}

#meddelande {
  float: left;
  width: 280px;
  height: 50px;
  background: none;
  border: 1px solid #959595;
}

.cart_button {
  float: left;
  background: url(../images/addto_cart_button.png) top left no-repeat;
  width: 159px;
  height: 33px;
  padding: 0 0 4px 25px;
  border: none;
  color: #fff;
}

/* FRONT PAGE CAROUSEL CSS
  **************************************
 */

#carousel_wrapper {
    width: 1022px;
    margin: 10px auto;
}


#slider {
    float: left;
    width: 1022px;
    margin: 0;
    /* position: relative; */
    background: url(../images/featured_bg.png) no-repeat scroll left bottom;
    background-position: 0 12px;
}

.scroll {
    height: 295px;
    width: 990px;
    margin: 2px 16px 2px 16px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
   /* background: url(../images/featured_bg.png) no-repeat scroll left bottom;
    background-position: 0 2px; */
}

.scrollContainer div.panel {
    padding: 0;
	margin: 0;
    height: 250px;
    width: 1000px;
}

.scrollContainer div.panel div.caro_left {
  float: left;
  width: 604px;
  height: 280px;
  margin: 0 60px 0 26px;
  font-family: Tahoma, sans-serif;
  font-size: 1.4em;
  color: #002637;
  font-weight: normal;
}

.scrollContainer div.panel div.caro_left a {
  font-family: Tahoma, sans-serif;
  font-size: 1.0em;
  color: #f60122;
  font-weight: normal;
  text-decoration: none;
}

.scrollContainer div.panel div.caro_left a:hover {
  font-family: Tahoma, sans-serif;
  font-size: 1.0em;
  color: #000;
  font-weight: normal;
  text-decoration: none;
}

.scrollContainer div.panel div.caro_right img {
  border: none;
}

.scrollContainer div.panel div.caro_right {
  margin: 10px 10px 0 20px;
}

.scrollContainer div.panel div.caro_left span.intro {
  font-family: "Trebuchet MS", Tahoma, sans-serif;
  font-size: 1.1em;
  color: #21366b;
  font-weight: normal;
}

.scrollContainer div.panel div.caro_left span.intro p {
  margin: 0 0 10px 0;
}

span.besok img {
  margin: 10px 0 0 0;
  border: none;
}

.scrollContainer div.panel div.caro_left h1 {
  font-family: Tahoma, sans-serif;
  font-size: 2.0em;
  font-weight: normal;
  color: #f60122;
  text-transform: uppercase;
}

#slider ul.feat_navigation {
    position: relative;
    z-index: 999;
    top: 262px;
    margin: 7px 0 0 10px;
    padding:0 10px 0 10px;
    list-style:none;
}

#slider ul.feat_navigation li {
  margin:0;
  padding:0;
  display: inline;
  font-family: Tahoma, sans-serif;
  font-size: 1.2em;
}

#slider ul.feat_navigation a {
  float:left;
  background:url("../images/feat_tab_left.png") no-repeat left top;
  margin:0;
  padding:0 0 0 6px;
  text-decoration:none;
}

#slider ul.feat_navigation a span {
  float:left;
  display:block;
  background:url("../images/feat_tab_right.png") no-repeat right top;
  padding:4px 15px 7px 8px;
  margin: 0 3px 0 0;
  color:#000;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
    #slider ul.feat_navigation a span {float:none;}
    /* End IE5-Mac hack */
    #slider ul.feat_navigation a:hover span {
      color:#fff;
      }
    #slider ul.feat_navigation a:hover {
      background-position:0% -27px;
      }
    #slider ul.feat_navigation a:hover span {
      background-position:100% -27px;
      }
	  
	  #slider ul.feat_navigation li a.selected {
      background-position:0% -27px;
      }
	  
	  #slider ul.feat_navigation li a.selected span {
      background-position:100% -27px;
      }

ul.feat_navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
	display: none;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}

.formintrotext {
  font-size: 1.2em;
}


