
#funshops {
	background-color:white; 
	color:black;
	border: dashed 0px gray; padding:1em;
}

#funshops a { color:black; }
#funshops a:hover { color:#669933; background-color:transparent; }
 #funshops small  { color:black; }

/******************* Navigation Tabs / Reiter ***************/
/*
 * Laschen im Content, Links zu Amazon, Ebay usw.
 * Die Pfade fuer die Grafiken werden in header.html
 * definiert. Geht nicht anders da der Pfad {$smarty.const.TEMPLATE_URL}
 * nicht ins CSS uebernommen werden kann
 * 
 */

#HeadInfo.tabs ul li { background: url("http://www.funshops.de/templates/funshops/images/h0.gif") no-repeat right top; }
#HeadInfo.tabs a { background: url("http://www.funshops.de/templates/funshops/images/h0.gif") no-repeat left top; }
#HeadInfo.tabs ul li.active { background: url("http://www.funshops.de/templates/funshops/images/h1.gif") no-repeat right top; }
#HeadInfo.tabs .active a { background-color:transparent; color:white; background: url("http://www.funshops.de/templates/funshops/images/h1.gif") no-repeat left top; }

 
#HeadInfo.tabs { 
	text-align:center;
	font-weight:bold;
}

#HeadInfo.tabs a { 
	text-decoration: none; 
	padding: 0.4em 0em 0.2em 10px;
	display:block;
}
#HeadInfo.tabs a:hover { 	
	background-color:transparent;
	color:#BBDD5E;
 }

#HeadInfo.tabs ul {
	width:100%;
	float:left;
	list-style-type: none; 

	margin: 0; 
	padding: 0;
	padding-left:0.7em;

	border-bottom: solid 1px #669933;
}

#HeadInfo.tabs ul li {
	width:22%;
	float:left;
	margin: 0;
	padding-right:10px;
	margin-right:1px;
}


#HeadInfo.tabs a {
	text-decoration:none;
	color:cornflowerblue;
}

#HeadInfo.tabs ul li {
	border:solid 1px #669933;
	border-width: 1px 1px 0 1px;
}

#HeadInfo.tabs ul li.active,
#HeadInfo.tabs ul li { 
	
	border-top-right-radius:6px;
	border-top-left-radius: 6px;
	
	-moz-border-radius-topright: 6px; 
	-moz-border-radius-topleft: 6px; 
	
	-webkit-border-top-right-radius:6px;
	-webkit-border-top-left-radius:6px;
	
}

#HeadInfo.tabs .active a {
	background-repeat:repeat-x;
	background-position:left -58px;

}
#HeadInfo.tabs ul li.active {
	border-color:#336699;
	background-position:right -58px;
}


#funshops .searchbox {
	
	border: solid 1px #e4e4e4;
	padding:0.5em; 

	margin: 0.5em 0 0.5em 0;

	border-radius:12px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;

	vertical-align:middle;
}
#funshops .searchbox .text {
	width:50%;
}

#funshops .even {
	background-color:white;
}
#funshops .odd {
	background-color:whitesmoke;
}
#funshops .offer {
	
	width:99%;
	
	border: solid 1px #e4e4e4;
	padding:0em 0.5em 0em 0.5em; 

	margin-bottom:1px;

	border-radius:12px;

	-moz-border-radius-topright: 12px; 
	-moz-border-radius-topleft:  12px; 
	
	-moz-border-radius-bottomright: 12px; 
	-moz-border-radius-bottomleft:  12px; 

	-webkit-border-top-right-radius:12px;
	-webkit-border-top-left-radius:12px;
	
	-webkit-border-bottom-right-radius:12px;
	-webkit-border-bottom-left-radius:12px;

	
}

#funshops .offer h4 {
	margin:0.5em 0 0.2em 0; 
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	
	background-color:#e4e4e4;
	padding:0.5em;
	border:solid 0px;
}
#funshops .offer h4 a {
	color:#669933;
	text-decoration:none;
}
#funshops .offer h4 a:hover {
	background-color:transparent;
	text-decoration:underline;
}


#funshops .offer div {
	padding:0.3em;
}

#funshops .to_ebay_klein {
	background: url("http://www.funshops.de/templates/funshops/images/ebay_klein.gif") no-repeat left 2px;
	padding-left:28px;
}


.adultfilter {
	background-color:red; 
	color:white; border:solid 1px #333333; 
	margin:0.1em 0 0.1em 0; 
}

.offer .description {
	width:75%;
	border:solid 0px red;
}

.thumb {
	float:left;
	border: solid 1px #c4c4c4;
	text-align:center;
	background-color:white;
	width:25%;
}

.thumb.left {
	margin-right:0.5em; 
	margin-bottom:0.5em;
}

.price, .pricebig {
	padding:0.5em;
	background-color:red;
	font-size:1em;
	color:white;
	font-weight:bold;
	width:20%;
	float:right;
}

.pricebig {
	font-size:1.2em;
}

.price, .pricebig  {
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.pagination {
	margin: 1em 0 1em 0;
}


.clear {
	clear:both;
	width:0px;
	height:0px;
	margin:0px;
	padding:0px;
	font-size:0px;
}

.center {
	margin: 0 auto;
	text-align:center;
}
.left {
	float:left;
}
.right {
	float:right;
}

.cut {
	display:none;
}

.nobr { white-space:nowrap; }