
/**************/
/* Recommendations  */
/**************/

div#recWindow_right{

	/*background-color: #99B32D;*/
	background-color:#E6E6E6;
	border:1px solid #B3B3B3;
	width: 142px;
	margin-left: 11px; 
	margin-right: 11px;
}

div#recWindow_content{

	
	padding-bottom: 26px;
}

div#recWindow_content .title{
	background-color: #CCCCCC;
	border-bottom: 2px solid #343434;
	
}



div#recWindow_right .title h4  {
	text-align: center;
	padding-top: 5px;
	color: #343434;
	height: 35px;
	margin-left: 5px;
	margin-right: 5px;
}

div#recWindow_content .thumbnail{
	/*background-color: #343434;*/
	border: 1px solid #B3B3B3;
	width: 128px; 
	height: 80px; 
	margin-top: 13px;
	margin-left: 7px; 
	margin-right: 7px;
	
}

div#recWindow_content .thumbnail .bar{
	background-color: #FFFFFF;
	color: #000000;
	opacity: 0.85;
	position: absolute;
	margin-top: 58px;
	width: 128px;
	height: 22px;
}

div#recWindow_content .thumbnail .bar .cattitle{
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	padding-top: 6px;
	position: absolute;
	padding-left: 4px;
}

div#recWindow_content .thumbnail .bar img {
    margin-left: 2px;
    margin-top: 2px;
}

div#recWindow_content .thumbnail .bar .savings {
    color: #000000;
    float: right;
    font-size: 14px;
    font-weight: bold;
    padding-top: 4px;
    padding-right: 2px;
}



div#recWindow_right .headdivider{
	background: url("/img/website/counter_spacer.png") no-repeat scroll 0 bottom transparent;
	height: 10px;
	margin-bottom: 9px;

}
/**************/
/* Facebook   */
/**************/
.fbdealticket {
	display:block; 
	position:relative;
	bottom:0px;
	left:12px;
}

.fbdealticket img {
	border:none;
	width:140px;
	height:42px;
}

/**************/
/* Suche Area */
/**************/
#searchfield { 
	display:block; 
	margin:0px; 
	padding:0px;
	clear:both;
}

#searchfield .searchfield { 
	border:1px solid #CCCCCC;
	border-right:none;
	margin:0px 0px 0px 10px;
	padding:0px;
	padding-bottom:2px; 
	height:16px; 
	font-size:12px;
	width:120px;
	background-color:#FFFFFF;
	float:left;
}
#searchfield .searchicon {
	border:1px solid #CCCCCC;
	background-color:#FFFFFF;
	margin:0px 0px 0px 0px;
	background: url('/img/website/search.png') no-repeat;
	width:20px;
	height:20px;
	float:left;
}
#searchfield .searchicon:hover {
	background: url('/img/website/search_hover.png') no-repeat;
}

#right .bottom { position:absolute; bottom:10px; border:0px solid #DD0000;}
#right .bottom .siteseal {padding-left:16px; padding-bottom:10px;}
#right .bottom .siteseal table {border:0px solid #DD0000;}




#footermenu {	
	/*width:164px;*/
	display:block;
	text-align:center;
	margin-top:5px;
	color:#747474; 
}

#footermenu ul {
	list-style-type:none;
}

#footermenu ul li {
	display:inline;
}

#footermenu ul li a {
	font-size:10px;
	color:#747474; 
}

#footermenu ul li a:hover {
	text-decoration:underline;
}

