/* 
    Document   : search
    Created on : 3-lug-2010, 17.46.23
    Author     : Nemesys
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

/* HTML ELEMENTS
body { font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif; background-color:#efefef; background-image:url(http://www.atcompany.biz/templates/atcompany/images/bg.jpg); }
*/
/* COMMON CLASSES */
.break { clear:both; }

/* SEARCH FORM */
/*#searchform { margin:50px 200px; font-size:18px; font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif; }
#searchform div { color:#eeeeee; }
#searchform div input { font-size:18px; padding:5px; width:320px; }*/
#suggestions{ position: absolute; left:0px; top:43px; width:320px; display:none; z-index: 9999; border:1px solid #fff; border-top: none;  }

/* SEARCHRESULTS */
#searchresults { font-family:"Segoe UI","segoeUI",Arial,Verdana,sans-serif; text-align:left; width:320px; background-color:#9F8852; font-size:11px; line-height:14px; }
#searchresults a {
background-image:url(http://www.atcompany.biz/templates/atcompany/images/search/bg.png);
clear:left;
display:block;
height:56px;
text-decoration:none;
background-position:0px 0px;
}

#searchresults a img { float:left; margin:4px 10px; padding:0; width:62px; height:46px; border:1px solid #F3EDD3; }
#searchresults a span.searchheading { display:block; font-size:12px; padding-top:5px; color:#665424; text-transform:uppercase; }
#searchresults a:hover span.searchheading { color:#ffffff; }
#searchresults a span { color:#F3EDD3; }
#searchresults a:hover span { color:#fff; }
#searchresults a:hover { background-position:0 56px; }
#searchresults a:hover img { border:1px solid #fff; }
#searchresults span.category {
background-image:url(http://www.atcompany.biz/templates/atcompany/images/search/header.png);
color:#FFFFFF;
display:block;
font-size:11px;
padding:6px;
text-align:left;
}
#searchresults span.seperator {float:right; padding-right:15px; margin-right:5px;
			background-image:url(http://www.atcompany.biz/templates/atcompany/images/search/shortcuts_arrow.gif); background-repeat:no-repeat; background-position:right; }
#searchresults span.seperator a {  display:block; margin:5px; height:auto; color:#ffffff; }
#searchresults img { border:none;}
#searchresults span.pagination { background-color:transparent; display:block; margin:5px; height:auto; color:#ffffff;  }
#searchresults span.pagination_footer { background-color:black; display:block; height:auto; color:#ffffff; background-image:url(http://www.atcompany.biz/templates/atcompany/images/footer.png); font-size:11px !important;  }
#searchresults div.pagination_text {
	float:right;
	text-align: right;
	padding:5px;
        color:#FFFFFF !important;
}
#searchresults #left_arrow{

	height: 15px;
	width: 15px;
	background-image:url(http://www.atcompany.biz/templates/atcompany/images/search/left.gif);
	background-repeat:no-repeat;
	background-position:center center;
	float: left;
	margin: 5px 0 0 5px;
	cursor: pointer;
}

#searchresults #right_arrow{

	height: 15px;
	width: 15px;
	background-image:url(http://www.atcompany.biz/templates/atcompany/images/search/right.gif);
	background-repeat:no-repeat;
	background-position:center center;
	float: left;
	margin: 5px 0 0 5px;
	cursor: pointer;
}

span.seperator a{
    background:none !important;
}

#searchresults span.category{
text-transform: uppercase;
}


