/* -----------------------------------------------------------------------------------------
   Testtemplate der fairnet medienagentur
   autor: Holger Nietzold & Falko Schuster
   ---------------------------------------------------------------------------------------*/
@import url("/templates/husky/lightbox/lightbox.css");

body 
{
	color: #000000;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	background-color: #DDE7EF;
	font-family: arial;
	background-image: url(design/bg-outdoors.png);
}
form {
  display:inline;
}

#aussen
{
	background-image: url(design/main_bg.gif);
	background-repeat: repeat-y;
	width: 1002px;
	margin: auto;
}

#shop
{	
	background-image: url(design/shop_bg.gif);
	width: 995px;
	margin: auto;
}

/****************** HEADER ****************************/

#top
{
	background-image: url(design/top.gif);
	background-repeat: no-repeat;
	width: 995px;
	height: 16px;
}

#oben
{
	background-image: url(design/oben.jpg);
	background-repeat: no-repeat;
	width: 995px;
	height: 225px;
	padding: 0;
	margin: 0;
}

#oben ul
{
	white-space:nowrap;
	line-height:1em;
	padding: 0;
	padding-top: 187px;
	margin: 0;
	margin-left: 15px;
	list-style:none;
}

#oben li
{
	float:left;
	background:#646464 url("design/button-left.gif") no-repeat top left;
	padding:0 0 0 2px;
	margin:0;
	margin-left: 1px;
	margin-right: 1px;
}

#oben a
{
	float:left;
	display:block;
	color:#fff;
	background:transparent;
	background:url("design/button-right.gif") no-repeat top right;
	padding:5px 24px 3px 24px;
	text-transform:none;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
	width:auto;
	width:.1em;
}

#oben > ul a
{
	width:auto;
}

/******************* FOOTER **************************/

#bottom
{
	background-image: url(design/bottom.gif);
	background-repeat: no-repeat;	
	width: 995px;
	height: 16px;
	margin-bottom: -3px;		
}

/******************* MAIN **************************/

#inhalt
{
	width: 995px;	
}



#links
{
	width: 150px;
	margin-left: 15px;	
	float: left;
}

#mitte
{
	width: 633px;
	margin-left: 10px;	
	float: left;
}

#rechts
{
	width: 150px;
	margin-left: 10px;
	float: left;
}
/* clearing */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;

}
.clearfix
{
	clear: both;
	display: block;   
}

/*++++++++++++++++++++++++
	Boxes
++++++++++++++++++++++++++*/

.box
{
	width: 152px;
	margin-top: 5px;	
}

.box h3
{	
	background-image: url(design/boxheader_bg.gif);
	background-repeat: no-repeat;
	width: 152px;
	height: 18px;
	padding-top: 5px;
	padding-left: 10px;
	font-family: arial;
	font-size: 10px;			 	
	color: #fff;
	border-bottom: #fff 1px solid;
	margin-top: 0;
	margin-bottom: 0;
}

.box_footer
{	
	background-image: url(design/boxfooter_bg.gif);
	background-repeat: no-repeat;
	width: 152px;
	height: 16px;
	margin-top:0px;	
}

.box_content
{
	background-color: #B2C3D3;	
	padding: 5px;
	
	font-size: 11px;
}
.box_content form {
  display:inline;
}

.box h3 a {
	color:#fff;
}

.box .line {
	padding:2px 0 2px 0;
	margin:2px 0 2px 0;
	border-bottom: 1px solid #646464; 
}

.copyright
{
	color: #CCC;
	text-align: center;
	font-size: 12px;
	margin-top:5px;
}
.copyright a,
.copyright a:hover
{
	color: #CCC;
}


/*++++++++++++++++++++++++
	Kategorien
++++++++++++++++++++++++++*/

.box ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}

.box ul li a
{
	color: #000;
	font-weight: bold;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-bottom: #fff 1px dotted;
	display: block; 
}

.box ul li a:hover, .box ul .active
{
	color: #000;
	background-color: #fe9b00;
	font-weight: bold;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-bottom: #fff 1px dotted;
	display: block;
}

.box ul li ul
{
	padding: 0;
	margin:0;
}

.box ul li ul li a
{
	color: #000;
	font-weight: bold;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 13px;
	border-bottom: #fff 1px dotted;
	display: block; 
}

.box ul li ul li a:hover, .box ul li ul .active
{
	color: #646464;
	background-color: #FFC47F;
	font-weight: bold;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 13px;
	border-bottom: #fff 1px dotted;
	display: block;
}

.box ul li ul li ul
{
	padding: 0;
	margin:0;
}

.box ul li ul li ul li a
{
	color: #000;
	font-weight: bold;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 21px;
	border-bottom: #fff 1px dotted;
	display: block; 
}

.box ul li ul li ul li a:hover, .box ul li ul li ul .active
{
	color: #646464;
	background-color: #CCD6E0;
	font-weight: bold;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 21px;
	border-bottom: #fff 1px dotted;
	display: block;
}

/*++++++++++++++++++++++++
	Module
++++++++++++++++++++++++++*/

.mod
{
	width: 633px;
	margin-top: 5px;	
}


.mod h2
{
	background-image: url(design/modheader_bg.gif);
	background-repeat: no-repeat;
	width: 633px;
	height: 18px;
	padding-top: 5px;
	padding-left: 10px;
	font-family: arial;
	font-size: 10px;			 	
	color: #fff;
	margin-top: 0;
	margin-bottom: 0;
}

.mod h3
{
	font-size: 12px;
	margin:0;
	padding:0 0 0 0;
}

.mod_content_header
{
	background-image: url(design/modcontentheader.gif);
	background-repeat: no-repeat;
	width: 633px;
	height: 13px;
	margin: 0;
	padding: 0;
}

.mod_content_footer
{
	background-image: url(design/modcontentfooter.gif);
	background-repeat: no-repeat;
	width: 633px;
	height: 13px;
}

.mod_content
{
/*
	background-image: url(design/modcontent_bg.gif);
	background-repeat: repeat-y;*/
	border-left:8px solid #B2C4D2; 	
	border-right:8px solid #B2C4D2; 	
	font-size: 11px;
	padding: 0 15px 0 15px;
	margin:0;
}

.mod_content p
{		
	margin: 0;
	padding: 0 0 5px 0;

}

.mod_content .line {
	border-bottom: #B3B3B3 1px solid;
	padding:0;
	margin:10px 0 10px 0;
}

/*++++++++++++++++++++++++
	Produktliste 
++++++++++++++++++++++++++*/

.productlist
{
	margin-top: 3px;
	margin-right: 3px;
	height: 150px;
	border-top: #B3B3B3 1px solid;
	border-bottom: #B3B3B3 1px solid;
	border-left: #DEDEDE 1px solid;
	border-right: #DEDEDE 1px solid;
	padding: 5px;
	width: 275px;	
	float:left;
	overflow:hidden;
}

/* title */
.productlist h4
{
  font-size:11px;
  padding:0;
  margin: 0; 
}
.productlist h4 a
{	
	text-decoration: none;
}

.productlist h4 a:hover
{
	color: #FE9B00;	
}

.productimage
{	
	float: left;
	margin-right: 5px;
}
/* Preis */
.productlist h5
{
  float:left;
  clear:both;
  margin:5px 0 0 0;
  padding:0;
	font-size: 13px;
	font-weight: bold;	
	color: #FE9B00;
	
}
.productlist img.productimage {
 margin:0;
 padding:0; 
 max-width:120px;
}
.productlist p {
 margin:0;
 padding:0; 

}

.productlist .addtobasket img {
  margin:0;
  padding:0;
  width:125px;
  float:right;
}

.productlist .subinfo {
  clear:both;
  font-size:10px;
}
/*++++++++++++++++++++++++
	Produktdetail
++++++++++++++++++++++++++*/

/* preis */

.productdetail, 
.productdetail p 
.productdetail td 
{
	font-size:12px;
}
.productlist {
	font-size:11px;
}

.productdetail h3 {
  font-size:16px;
}
.productdetail h5
{
  margin:5px 0 0 0;
  padding:0;
	font-size: 14px;
	font-weight: bold;	
	color: #FE9B00;	
}

.productdetail h6
{
/*
  margin:5px 0 0 0;
  padding:0;
*/  
	font-size: 12px;
	font-weight: bold;	
	color: #FF6600;	
}

.productdetail .addtobasket {
 	width:123px;
 	height:30px;
  float:right;

}

.addtobasket-wide fieldset {
	border:0;
	display:inline;
}
.addtobasket-wide legend {
	
}
.productdetail .addtobasket-wide {
	width:195px;
	float:right;
}

.productdetail .subinfo {
	height:50px;
	margin:5px 0 5px 0;	
	padding:5px;
	border-top:1px solid #E0E7ED;	
	border-bottom:1px solid #E0E7ED;
}

/* Produktbilder */
.box-image {
	
	width:260px;
  
	float:left;
	overflow:hidden;
	
	margin: 10px 10px 10px 0;
	padding:0;

  border: #A3A3A3 1px solid;
  background:#fff; 
  
}

.box-image .big {
	text-align:center;
	margin:0;
	padding:0;
}

.image-thumbnails-infos {
	margin:0;
	padding:2px 5px 2px 5px;
	background:#E0E7ED;
}

.image-thumbnails {
	text-align:center;
  background:#CED9E3;
}

.image-thumbnails table {
	border-collapse:collapse;
	width:100%;
}
.image-thumbnails td {
	width:33%;
}
.image-thumbnails {
	vertical-align:center;
	text-align:center;
	padding:2px;
}

.productdetail .img-thumbnail {
  width:130px;
  height:80px;
  overflow:hidden;   
}

/*++++++++++++++++++++++++
	Crosselling
++++++++++++++++++++++++++*/
.crosselling {
	margin: 10px 0 0 0 ;
}
.crosselling .subinfo
{
	border:0;
	padding:0;
}

/*++++++++++++++++++++++++++++++++
	Warenkorb und andere Tabellen
+++++++++++++++++++++++++++++++++*/
table.table-content {
	border-collapse:collapse ;
}

.table-content thead th {
	border-bottom: 1px solid #cccccc; 	
}
.table-content th,
.table-content td {
	padding:4px;
	vertical-align:top;
}

.table-content .border-top {
	border-top: 1px solid #cccccc; 
}

.table-content .left {
	text-align:left;
}
.table-content .right {
	text-align:right;
}
.table-content .center {
	text-align:center;
}
.table-content .nowrap {
	white-space:nowrap;
}

/*++++++++++++++++++++++++
	Formulare
++++++++++++++++++++++++++*/

/* boxen links und rechts */
.box_content input.inputtext,
.box_content select
{
	color: #fff;
	font-weight: bold;
	border: #fff 1px solid;
	background-color: #A3BBD1;
	font-size: 11px;
	display:block;
	margin: 0 0 5px 0;
	padding:1px;
	
}

.box_content input.inputtext:hover {
  background:#B2C3D3;
}
.box_content input.inputtext:focus {
  border:1px solid #FE9B00;
}

/* boxen main content */

.mod_content .inputtext,
.mod_content textarea
{
	padding:2px;
	background-color: #DDE7EF;
	border: #646464 1px solid;
	margin-right:5px;

}
.form-area .inputtext, 
.form-area textarea
{
	width:250px;
}


fieldset {
  border:1px solid #B3B3B3;
  padding:5px;
  margin-bottom:5px;
}
legend {
  font-size:12px;
  font-weight:bold;
}

.form-area label,
.form-area .label {
	display:block;
}

.form-area .inline label {
	display:inline;
}

.form-area input.inputtext, 
.form-area select
{	
	margin-bottom:5px;
}

.form-area-buttons {
	margin: 10px 0 0 0;
}

.form-area .inputRequirement {
}

/*++++++++++++++++++++++++
	Zeug
++++++++++++++++++++++++++*/


.error {
	color:red;
	font-weight:bold;
}

address {
	font-style:normal;
}

img
{
	border:0;
}

p
{
	margin: 2px;
}
/* Links */
a 
{
  color: #000000;
  text-decoration: none;
}
.mod li a {
  color: #0000ff;
  text-decoration: underline;

}


a:hover 
{
  color: #0000ff;
  text-decoration: underline;
}

.productOldPrice
{
	color:#000;
	font-size:11px;
}

