.printhidden { display: none }

/* ************************************************** */	
/* ******************* FRAMEWORK ******************** */
/* ************************************************** */

#wrapper     {
	width: 100%;
	margin: 0px;
	position: relative;
	padding: 0px;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	}
	
/* ************************************************** */
/* ******************* Basis ************************ */
/* ************************************************** */

body {
	font: 100%/1.6em Arial, Helvetica, sans-serif;
	background: url(none);
	color: #555555;
}

/* ******************* LINK ************************ */

a

  {
	text-decoration:underline;
	color: #e9b026;
}

/* ************************************************** */
/* ******************* CONTENT *********************** */
/* ************************************************** */

#main   {
	margin: 0px 0px 10px;
	padding: 0px;
	background: url(none) no-repeat;
	width: 980px;
}

#content   {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.middlecontent{
	float: left;
	width: 100%;
	margin-right: 10px;
}
.rightcontent{
	float: left;
	width: 100%;
}


/* ************************************************** */
/* ******************* HOMEPAGE ********************* */
/* ************************************************** */

/* ******************* SFEERBOX ********************* */

#sfeerbox{
	background: #fcfcfc;
	margin: 0px;
	padding: 0px;
	border-right: 1px solid #e8e6dc;
	border-bottom: 1px solid #e8e6dc;
	border-left: 1px solid #e8e6dc;
	width: 273px;
	/*height: 360px;*/2
	overflow: hidden;
	display:none;
}

/* ******************* HOMENEWS ********************* */
.homenews{
	border: 1px solid #fff;
	background: #FFF;
	padding: 10px;
	}

.listcont{
	margin-bottom: 10px;
	padding-bottom: 10px;
	background: url(../images/dottedline.gif) repeat-x bottom;
	width:100%;
}

.listpic{
	float: left;
	width: 82px;
	margin-right: 15px;
	padding: 3px;
	background: #FFFFFF;
	border-top: 1px solid #e3e1e1;
	border-right: 1px solid #d1cec0;
	border-bottom: 1px solid #d1cec0;
	border-left: 1px solid #e3e1e1;
}


.listtxtcont{
	float: left;
	width: 80%;
}

.listtitle{
	font-weight: bold;
	padding-bottom: 5px;
	color: #e9b026;
}

.listtitle a{
	color: #e9b026;
	text-decoration: none;
}

.listtitle a:hover{
	color: #6B6154;
	text-decoration: none;
}

.listdate{
	color: #999999;
	font-weight: normal;
	font-size: 11px;
}

.listtxt{
	margin-bottom: 5px;
}

.listlink{
	display:none;
}


/* ******************* TODAY ********************* */

#today{
	margin-top: 10px;
	border: 1px solid #e8e6dc;
	padding: 10px;
	background: #fff;
	color: #6A6054;
}

.todayspace{
	margin-bottom: 5px;
}



/* ************************************************** */
/* ******************* SUBPAGES ********************* */
/* ************************************************** */



/* ******************* NEWS ********************* */


.newslistcont{
	background: url(../images/dottedline.gif) repeat-x bottom;
	cursor:pointer;
	padding: 10px 5px;
	width: 80%;
	margin-bottom:10px;
}

.newslistcont:hover{
	cursor:pointer;
	background-color:#F2F0DE;
}
.newslistpic{
	float: left;
	width: 82px;
	margin-right: 15px;
	background: #FFFFFF;
	border-top: 1px solid #e3e1e1;
	border-right: 1px solid #d1cec0;
	border-bottom: 1px solid #d1cec0;
	border-left: 1px solid #e3e1e1;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 3px;
}


.newslisttxtcont{
	float: left;
	width: 80%;
}

.newslisttitle{
	font-weight: bold;
	padding-bottom: 5px;
	color: #e9b026;
}

.newslisttitle a{
	color: #555555;
	text-decoration: none;
}

.newslisttitle a:hover{
	color: #e9b026;
	text-decoration: none;
}

.newslistdate{
	color: #999999;
	font-weight: normal;
	font-size: 11px;
	padding-bottom: 5px;
}

.newslisttxt{
	margin-bottom: 5px;
}

.newslistlink{
	display:none;
}


/* ******************* EVENT ********************* */

.eventlistcont{
	background: url(../images/dottedline.gif) repeat-x bottom;
	cursor:pointer;
	padding: 10px 5px;
	width: 100%;
	margin-bottom:10px;
}

.eventlistcont:hover{
	cursor:pointer;
	background-color:#F2F0DE;
}

.eventlisttxtcont{
	float: left;
	width: 80%;
}

.eventlisttitle{
	font-weight: bold;
	padding-bottom: 5px;
	color: #e9b026;
}

.eventlisttitle a{
	color: #555555;
	text-decoration: none;
}

.eventlisttitle a:hover{
	color: #e9b026;
	text-decoration: none;
}

.eventlistdate{
	float: left;
	width: 160px;
	margin-right: 15px;
}

.eventlisttxt{
	margin-bottom: 5px;
}

.eventlistlink{
	display:none;
}



/* ******************* PRODUCTS ********************* */
.productbox{
	padding:0px;
	border: 1px solid #e8e6dc;
	background-color:#faf9f4;
	}
.productbox2{
	padding:0px;
	border: 1px solid #e8e6dc;
	background-color:#fff;
	}
.productbox:hover{
	border: 1px solid #e9b026;
	background: #F2F0DF;
}
.productbox2:hover{
	border: 1px solid #e9b026;
	background: #faf9f4;
	}
.productitem{}
.productpic{
	text-align: center;
	background-color:#FFF;
	margin-bottom:5px;
	border-bottom: 1px solid #e8e6dc;
}
.producttitle{
	font-weight: bold;
	font-size: 10px;
}
.producttitle a{
	text-decoration:none;
	color:#555555;
}

.producttitle a:hover{
	text-decoration:none;
	color:#e9b026;
}

.producttxt{
	font-size: 10px;
}

.producttxt a{
	text-decoration:none;
	color:#555555;
	}

.producttxt a:hover{
	text-decoration:none;
	color:#e9b026;
	}

.productprice{
	text-align: right;
	color: #E6AD22;
	font-weight: bold;
}

.productprice2{
	text-align: right;
	color: #E6AD22;
	font-weight: bold;
	background-color:#faf9f4;
	border-top: 1px solid #e8e6dc;
}

.productprice3{
	background-color:#faf9f4;
	border-top: 1px solid #e8e6dc;
}

.priceoffer{
	font-weight: bold;
	color: #C00;
}


.productpleft{
	float: left;
	width: 110px;
	font-size: 10px;
}
.productpright{
	float: left;
	width: 110px;
	text-align: right;
}


/* ******************* FAQ ****************** */

.panel {
	margin: 0px;
	background: #FFFFFF;
	padding: 0px;
	width: 100%;
}
.panelclose, .panelopen {
	padding: 5px;
	text-align: left;
	background: #FAF9F2 url(../images/panel_btn_open.gif) no-repeat right bottom;
	font-size: 11px;
	border-top: 0px solid #eeeded;
	border-right: 1px solid #eeeded;
	border-bottom: 1px solid #eeeded;
	border-left: 1px solid #eeeded;
}
.panelopen {
	cursor: pointer;
	background: #FFF url(../images/panel_btn_open.gif) no-repeat right center;
	margin: 0px;
	padding: 5px;
}
.panelclose {
	cursor: pointer;
	background: #FAF9F2 url(../images/panel_btn_close.gif) no-repeat right top;
	color: #555555;
}




.panelcontent{
	font-size: 11px;
	padding: 5px;
	border-right: 1px solid #eeeded;
	border-bottom: 1px solid #eeeded;
	border-left: 1px solid #eeeded;
	border-top: 0px solid #fff;
}

.panelcont{
	margin-bottom: 5px;
	font-weight: bold;
	padding: 5px;
}

.panelnr{
	float: left;
	width: 80px;
	margin-right: 20px;
}

.paneltitle{
	float: left;
	width: 80%;
}

.paneltitle a{
	color: #555555;
	font-weight: bold;
	text-decoration: none;
}

.paneltitle a:hover{
	color: #DEA417;
	text-decoration: none;
}


.paneltxt{
	width: 80%;
	margin-left: 90px;
}


.panelfeedbackcont{
	margin-bottom:10px;
	margin-top:10px;
	padding-top:10px;
	border-top: 1px dotted #CCCCCC;
	color: #999999;
	display:none;
	}

.panelfeedbacktxt{
	float:left;
	width:200px;
	}

.panelfeedbackbtn{
	float:left;
	width:150px;}



/* ************************************************** */
/* ******************* BOXEN ************************ */
/* ************************************************** */

.box1{
	border: 1px solid #fff;
	background: #fff;
	padding: 10px;
	margin-bottom:10px;
	}


.box2{
	border: 1px solid #fff;
	background: #fff;
	padding: 10px;
	margin-bottom:10px;
	}


.box3{
	border: 1px solid #fff;
	background: #fff;
	margin-bottom:10px;
	
	}
.box3top{
	background-color:#fff;
	font-weight: bold;
	}

.box4{
	border: 1px solid #fff;
	background: #fff;
	margin-bottom:10px;
	}
.box4top{
	background: #fff;
	font-weight: bold;	
	}
.box5{
	border: 1px solid #fff;
	background: #fff;
	padding: 0px;	
	}



/* ************************************************** */
/* ******************* DEALERINFO *********************** */
/* ************************************************** */

#dealerinfo{
	margin: 10px auto 20px;
	padding: 10px;
	background: #FFFFFF;
	color: #555555;
	border-top: 1px solid #e8e6dc;
	width: 960px;
	font-size: 10px;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	display:none;
}
