/* WPS Standard Template A */


body{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 70%; /* same as 12px with IE with Text Size "Normal" @96dpi, "Smallest" @120dpi */
	margin: 0;
	padding: 0; /* Opera has a default padding */
}

/*	Layout only	*/
#toplogo, #wrap_content, #separator, #wrap_bottomlinks{
	margin: 0px auto;
	border: 0;
	position: relative;
}
#toplogo{
	width: 900px;
	min-height: 72px;
}
#wrap_menu{
	height:31px;
	background:#FFF url(images/menubg1.png) bottom repeat-x;
}
    #navigation{
	    position: static; /* needed for menu to display at the right place */
	    overflow: visible; /* in case there are too much menus */
    }
#wrap_content
{
	width:858px;
	clear: both;
	padding:20px 20px 8px 20px;
}
    #leftblock 
    {
	    float: left;
	    display: inline; /* IE hack */
	    width: 170px; 
	    padding: 9px 0 5px 0;
	    margin: 0;
    }
    #leftblock, #content
    {
	    overflow: visible;
    }
    * html #leftblock, * html #content
    {
	    overflow: auto; /* IE6 falls apart otherwise */
    }
    #content {
	    width:665px;
	    padding: 10px 0; /* left padding for FF tables */
	    float: right;
	    display: inline; /* IE6 hack */
	    margin: 0 5px 0 0;
    }
    #frontpage #content {
    }
    #bottomblock{
	    clear:both;
    }
    #wrap_bottomlinks{
	    width:858px;
	    clear: both;
	    padding:15px 20px 10px 20px;
	    text-align:center;
    }
    #wrap_footer 
    {
	    width:900px;
	    clear: both;
	    margin: 0 auto;
	    padding:15px 0;
	    text-align:right;
    }

/*	Shortcuts or Search - Positioning and Layout */ 

#toplogo div.search
{
	position: absolute;
	top: 45px;
	margin: 0;
	right:0;
	float:right;
	width:210px;
}
/* ------------------------------------Search form -------------------------------*/
div.search form
{
	margin: -1px 3px 0 3px;
	padding: 0 0 1px 0;
} /* False values for IE7+IE6 */
html:not([dummy]) div.search form {
	margin-top: 0px;
} /* True values for Safari and Firefox */
@media all and (min-width: 0px) { div.search form {
	margin-top: 0px;
} } /* True values for Opera */
div.search input.button
{
	height:18px;
	padding: 0 0 2px 0;
	background:#999 url(images/button_bg.gif) no-repeat;
	color:#FFF;
	border:none;
	width:59px;
	font-family:Verdana;
	font-size:90%;
}
span.searchbuttonbox > input.button
{
	padding: 0 0.4em;
	/*display: inline;*/
}
div.search input.searchwords
{
	height:14px;
	line-height:14px;
	border:#F69 1px solid;
	background:#FFF url(images/searchboxbg.gif) top repeat-x;
	padding: 2px 0 0 0;
	font-size:85%;
	color:#F69;
	font-weight:700;
	font-family:Verdana;
	width:138px;
/*	font-size: 12px;*/
}

/* -----------------------------------------ShortCuts---------------------------------*/

div.shortcuts{
	position:absolute;
	right:2px;
	top:0;
	background:url(images/shortcuts_bg.gif) ;
	font-weight:700;
	width:132px;
	height:22px;
	font-size:109%;
}
div.shortcuts ul{
	margin:0 0 0 5px;
	padding:0;
}
div.shortcuts ul li{
	line-height: 20px;
	display: inline;
	padding: 0 8px 0 8px;
	list-style-type: none;
	display: inline;
	border-left:#FFF 1px solid;
}
div.shortcuts ul li:first-child{
	border-left:none;
}
div.shortcuts ul li a{
	color: #FFF;
	text-decoration: none;
}
div.shortcuts ul li a:hover{
	text-decoration:underline;
}

/* ----------------------------------------------Blocks---------------------------------------- */
#topBanner img{
	display:block;
}
#wrap_content{ 
	background:#FFF;
	border-left:#DDD 1px solid;
	border-right:#DDD 1px solid;
}
#wrap_bottomlinks{ 
	background:#F69;
	border-left:#DDD 1px solid;
	border-right:#DDD 1px solid;
	font-weight:700;
}
#wrap_bottomlinks ul{ margin:0; padding:0; list-style:none; }
#wrap_bottomlinks ul li{  display:inline;  padding:0 10px; border-right:#FFF 1px solid;}
#separator{
	width:900px;
	height:4px;
	overflow: hidden;
	background:url(images/roundedbg.gif) 0 0 no-repeat;
}
#separator2{
	clear:both;
}
#topbanner{
	margin-top:10px;	
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac \*/
 * html .clearfix {height: 1%;}
/* End hide from IE-mac */
#topleftbanner{
	float:left; 
	display:inline;
}
#toprightbanner{
	float:right; 
	display:inline;
}
span.dailytip {
	display: block;
	margin: 5px 0;
	padding: 4px 2px;
}
iframe.autoscroller-border {
	margin: 0;
	width: 168px; /* IE hack: should be width-(2*border_width) */
	/*border: 1px solid;*/
}
html>body iframe.autoscroller-border 
{
	width: 168px;
}
form.vertical input.box
{
	display: block;
}
#breadcrumbs
{
	background:url(images/blocktitlebg.gif) 0 0 no-repeat; 
	padding:0 0 0 18px; 
	text-align:left;
	height:22px;
	margin:0 0 20px;
	line-height:14px;
	clear:both;
	font-weight:700;
	color:#F36;
}
#supportblock{
	background:url(images/menubg1.png) top repeat-x;
	padding-top:15px;
	margin-top:10px;
	clear:both;
}
#wrap_footer{
	background:url(images/roundedbg.gif) 0 -4px no-repeat;
}


/* -------------------------------------------Side Menu--------------------------------------- */

#smenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#smenu li {
	border-top:#FFF 1px solid;
}
* html #smenu a
{ height: 1% } /* hasLayout */

#smenu a{
	text-decoration: none;
	display: block;
	color: #FFF;
	padding-top: 4px;
	padding-bottom: 5px;
}
#smenu ul a{
	background: #F69 url(images/menubg2.gif) top right no-repeat;
	padding-left: 8px;
	font-weight: bold;
}
#smenu ul ul a{
	padding-top:3px;
	padding-bottom: 4px;
	font-size:90%;
	background:#999 url(images/menubg2.gif) 7px -32px no-repeat;
	padding-left: 18px;
}
#smenu ul ul ul a{
	padding-left: 30px;
	background:#999 url(images/menubg2.gif) 18px -32px no-repeat;
}
#current-smenu.current{
	background:#666 url(images/menubg2.gif) 7px -72px no-repeat;
}
#smenu ul ul ul #current-smenu.current{
	background:#666 url(images/menubg2.gif) 18px -72px no-repeat;
}
#smenu ul ul a:hover{
	background:#666 url(images/menubg2.gif) 7px -72px no-repeat;
}
#smenu ul ul ul a:hover{
	background:#666 url(images/menubg2.gif) 18px -72px no-repeat;
}
#smenu ul, #smenu a{
	border-color: #666;
}
#smenu div.search{
	display: none; /* hide unwanted search box */
}

/* --------------------------------------------Teasers --------------------------------------*/
#teasers {}
#teasers h2, #brandsblock h2,#currencyblock h2{
	background: url(images/blocktitlebg.gif) no-repeat 0 -47px; 
	margin:12px 0 0; 
	padding:0 0 0 20px; 
	text-align:left;
	font-size:110%;
	height: 23px;
	color:#F36;
	clear:both;
}
#teasers h2 span, #brandsblock h2 span,#currencyblock h2 span{
	background: transparent url(images/blocktitlebg.gif) no-repeat 100% 3px;
	padding:0 49px 3px 0; 
	line-height: 20px;
	height: 20px;
	vertical-align: top;
	min-width: 100px;
	float: left;
	display: inline; /*IE*/
}
div.teaser{
	float: left;
	clear: right;
	display: inline; /* IE float padding hack */
	width: 202px;
	margin: 9px 0 0 8px;
	padding-top: 151px;
	padding-right:6px;
	border: none;
	position: relative;
	background: transparent url(images/line.jpg) no-repeat right center;
}
div.teaser.first{
	margin-left: 0px;
}
div.teaser h3{ 
	margin:0; 
	padding:0; 
	text-align:center; 
	line-height:20px;
	height: 20px; 
	font-size:100%;
}
div.teaser h3 a { color:#666; text-decoration:none;}
div.teaser p {
	margin:0; padding:3px; font-size:90%; color:#666;
}
a.t_img{
	display: block;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
}
a.t_img img {
	width: 200px;
	height: 150px;
	border:none;
	border-bottom:0;
	display: block;
}


/*-------------------------------------Styling (Colours, backgrounds)---------------------------- */
body
{
	background: #fff;
	color: #555;
}
#wrap_body, #frontpage
{
	background:#EEE url(images/body_bg.gif) 0 190px; 
} 
#wrap_footer{
	color:#999;
}
a.copyright { color:#999; text-decoration: none; font-weight: bold; }
a.copyright:hover { color:#999; text-decoration: underline;}

span.dailytip, .autoscroller-border, #autoscroller-body 
{
	color: #000;
	background-color: #fff;
	padding: 0;
}
iframe.autoscroller-border 
{
	border-color: #ccc; 
}	
a
{
	color:#F36;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
#wrap_bottomlinks a{ color:#FFFFFF;}
#wrap_bottomlinks a:hover{ text-decoration:underline;}
#toplogo div.shortcuts span
{
	color: #000;
}
.printer-icon{
	padding-left:16px;
	background:url(images/dot1.gif) 0 2px no-repeat;
}
.tipafriend-icon{
	padding-left:16px;
	background:url(images/dot1.gif) 0 -27px no-repeat;
}


/* Text styling (fonts) */

/* Top nav */

* html #topmenu *
{ height: 1% } /* hasLayout */
#topmenu ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#topmenu ul ul
{
	position: absolute;
	left: 0;
	top: 100%;
	border-top: 0;
}
#topmenu ul div
{

}
#topmenu ul ul ul
{
	left: 100%;
	top: -1px;
}


#topmenu li
{
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	border-right:#FFF 2px solid;
	position: relative; /* for submenu positioning */
}
#topmenu a {
	float: left;
	line-height: 22px;
	height: 22px;
	display: table;
	width:100px; /* fix for Opera's no-width nested floats hover bug */
	text-align:center;
	font-weight:700;
	text-decoration: none;
	color: #FFF;
	background:#F69 url(images/menubg2.gif) right top no-repeat;
	padding: 0 6px;
	margin: 0;
}
#topmenu ul ul li {
	display: block;
	float: none;
	font-size:95%;
	width: 120px;
	border-right:0;
	border-top: #FFF 1px solid;
}
#topmenu ul ul ul li:first-child{
	border-top:none;
	margin-top:1px;
}
#topmenu ul ul ul li{
	border-left:#FFF 1px solid;
}
#topmenu ul ul li a {
	background-image:none;
	display: block;
	float: none;
	height: auto;
	text-align:left;
	line-height: 20px;
	width: 90%;
	padding: 0 5%;
	font-size:95%;
}
#topmenu ul ul li a {
/*	display: inline-block; /* fix IE7 gap at bottom */
	margin: 0;
}
* html #topmenu ul ul li a {
	width: 120px;
	display: inline-block;
}

#topmenu ul ul, #topmenu li:hover ul ul, #topmenu li:hover ul ul ul,
#topmenu li.sfhover ul ul, #topmenu li.sfhover ul ul ul
{
	display: none;
}  
#topmenu li:hover ul, #topmenu li li:hover ul, #topmenu li li li:hover ul,
#topmenu li.sfhover ul, #topmenu li li.sfhover ul, #topmenu li li li.sfhover ul
{
	display: block;
}

/* arrow for 4 levels! do not touch! */
#topmenu li li.arrow a, #topmenu li.arrow li.arrow li.arrow a {
	background-image: url(images/arrow_next_inv.gif);
	background-position: 99% 50%;
	background-repeat: no-repeat;
	background-attachment: scroll;
}
#topmenu li li.arrow a:hover, #topmenu li li.arrow li.arrow a:hover {
	background-image: url(images/arrow_next.gif);
}
#topmenu li.arrow li.arrow li a, #topmenu li.arrow li.arrow li.arrow li a {
	background-image: none;
}
#frontpage #topmenu li:first-child a,#topmenu a.current, #topmenu li:hover a, #topmenu li.sfhover a {
	color: #fff;
	background-color: #999;
}
#topmenu ul ul a.current, #topmenu li:hover li a, #topmenu li:hover li:hover a,
#topmenu li.sfhover li a, #topmenu li.sfhover li.sfhover a  {
	color: #fff;
	background-color: #999; /* reset for submenus */
}
#frontpage #topmenu li:hover li a:hover,#topmenu li:hover li a:hover,
#topmenu li.sfhover li a:hover  {
	color: #FFF;
	background-color: #666;
}
#topmenu li:hover ul a, #topmenu li.sfhover ul a {
}
#topmenu ul ul a.current {
}


/*---------------------webshop----------------------*/
.webshop form{ margin:0; padding:0; color:#F36; font-weight:700;}
.webshop form input,.webshop form selsct{ margin:15px 0 0 0;}
.webshop{
	width:665px;
	overflow:auto;
	border-bottom:#CCC 1px solid;
	padding:10px 0 10px;
	clear:both;
}
.webshop .pro_image{
	width:170px;
	float:left;
	display:inline;
	text-align:center;
}
.webshop .pro_image img{ 
width:150px;
}
.webshop .pro_info{
	width:310px;
	float:left;
	display:inline;
	background:#EEE url(images/pro_info_bg.gif) bottom right no-repeat;
	padding:20px;
	border-top:#F36 3px solid;
	line-height:1.4em;
}
.webshop .pro_info h2{
	font-size:200%; 
	color:#F36; 
	font-family:"Times New Roman", Times; 
	margin:0; 
	padding:0; 
	font-weight:normal;
}
.webshop .pro_info p{
	padding:0; 
	margin:10px 0;
}
.webshop .pro_buy{
	width:130px;
	float:right;
	display:inline;
	margin-left:10px;
}
.webshop .pro_buy .price{
	color:#F36; 
	font-weight:700;
	line-height:30px;
}


/*---------------------category----------------------*/
#category td
{
	vertical-align:top;
}
#category img
{
	width:181px;
	height:176px;
	border:2px solid #c7c7c7;
}
#category dt
{
	margin-bottom:3px;
	text-align:center;
}
#category dt a
{
	text-decoration:none;
}
#category dt a:hover img
{
	border-color:#f36;
}
#category .name
{
	font-weight:bold;
	line-height:150%;
}
#category dd
{
	padding:4px 0 0;
	margin:0 0 0 33px;
}
#category .now,#category .now em
{
	font-weight:bold;
	font-style:normal;
	
}
#category .was
{
	text-decoration:line-through;
	margin-bottom:4px;
}


#contact 
{   
    margin-top:10px;
    text-align:center;
}
#contact p
{
    margin:5px 0;
}
#contact  img
{
    vertical-align:top;
    border:0;
}

.poll-name
{
	font-size:1.6em;
	line-height:200%;
}
.poll-title
{
	display:block;
	padding:18px 0 4px;
	margin-bottom:6px;
	border-bottom:1px solid #ccc;
}
