/*
------	Search results styles  	------								
GENERAL STYLES 								
	->	Tags									
	->	Classes	(n/a)
										
SECTIONS 									
	->	Left column	
	->	Pager
	->	Search box
	->	Product list
	->	No results
 	->	No results with related topics
		->	Category
		->	Products
		->	Other
		->	Also found	
	->	Autocomplete	
	
---------------------------------------
*/

/* GENERAL STYLES - Tags */

h1 {
	margin-top:20px;
}

h1 span {
	font-weight:normal;
	clear:right;
}

h2 span{
	font-weight:normal;
	color:#666;
}

h3 {
	font-size:12px;
}

p {
	clear:both;
	margin:7px 0;
}
/* GENERAL STYLES - Classes	*/

#section-header {
    padding: 30px 20px 0 25px;
}

#contents {
	background:url('../images/bkg_search-results.jpg') repeat-y; /* TODO: add img to svn */ 
	margin-top:0;
}

#introduction {
	height: 70px;
	padding:5px 0 0;
}


/* SECTION - Left column */

#left-nav {
	padding: 10px 15px 0 20px;
    width: 200px;	
}

#left-nav hr {
	display:block;
	height:3px;
	border:none;
	border-top:3px solid #fff;
	margin-bottom:-3px;
	*margin-bottom:-6px;
}

#left-nav h2 {
	font-size:18px;
	line-height:18px;
	font-weight:normal;
	color:#666;
	margin-bottom:0;
    margin-top:0;
	padding: 37px 0 11px;
}

#left-nav h3 {
	text-transform:uppercase;
	color:#000;
	font-size:12px;
	border-top:3px solid #fff;
	padding: 10px 0;
	margin-top:10px;
}

#left-nav h4 {
	font-size:11px;
	color:#000;
	margin:5px 0 -5px;
}

#left-nav ul.results  {
	padding-left:0 !important;
	padding-bottom:0;
	margin-left:0 !important;
}

a.toggleMoreLess {color:#333333;font-size:11px;display:block;margin-bottom:20px;}

#left-nav ul li, #left-navul li.hide {display:none;}
#left-nav ul li.show, #left-nav ul li.persist, #left-nav ul li.persist.hide {display:block;}

#left-nav ul.results  li a {
	background:none;
	font-weight:normal;	
	color:#333;
	padding-left:0;
}
#left-nav ul.results  li.in a {
	background:none !important;
	color: #666;
	text-decoration:none;
	padding-left:0;
}

#left-nav ul.results  li.in a:hover {
	color: #666;
	cursor:default;
}

#left-nav ul.filters  {
	padding-left:0;
}

#left-nav ul.filters  li a {
	background:url("../images/ico_filter.gif") no-repeat;
	padding-left:20px;
	font-weight:bold;	
	color:#333;
}
#left-nav ul.filters  li.in a {
	font-style:italic;
	color: #333;
	text-decoration:none;
}

#left-nav .related-search {
	background-color:#fff;
	margin-left:-10px;
	margin-bottom: 30px;
	padding-left:10px;
}

#left-nav .related-search h4 {	
	border-top:3px solid #eee;
	margin-top:0;
	margin-left:-10px;
	padding-left:10px;
	padding-top:10px;
}

#left-nav .related-search ul {
	margin-bottom:0;
	padding-bottom:5px;
}


/* SECTION pager */

.pager {
	clear:both;
	border-top:1px solid #ddd;
	padding-top:20px;
	*padding-top:10px;
	font-size:11px;
}

.pager a {
	padding:0 5px;
}

.pager .prev {
	background:url("../images/ico_arrow_normal_left.gif") no-repeat 0 3px;
	padding:0 10px;
}

.pager .next {
	background:url("../images/ico_arrow_normal.gif") no-repeat right 3px;
	padding:0 10px;
}


/* SECTION search box */

form.search {
	float:left;
	padding:20px 0 35px 0;
}

form.search label.search {
    background: url("../images/ico-mag02.gif") no-repeat 0 1px; /* TODO: add img to svn */
    display: block;
    float: left;
    text-indent: -3000px;
    width: 25px;
	height: 25px;
}

form.search input.txt {
	height:20px;
	float:left;
	font-size:12px;
	line-height:12px;
}

form.search input.go {
	height:22px;
	float:left;
	display:block;
	margin-left:5px;
}

.search-box {
	float:left;
	border:1px solid #ddd;
	margin-top:20px;
	margin-bottom:20px;
	padding:20px;
}

.search-box form.search {
	padding:0 0 10px;
}

#all-sites {
	float:left;
	clear:both;
}

#all-sites label.countries {
    background: url("../images/ico-wrld.gif") no-repeat scroll left center transparent;
}

#all-sites label.countries {
    display: block;
    float: left;
    height: 20px;
    text-indent: -3000px;
    width: 25px;
}


/* SECTION - Product list */

.results .product-list ul {
	margin:10px 0 30px 0 !important;
}

.results .product-list li {
	background:url("../images/ico_arrow_normal.gif") no-repeat 0 3px !important;
	margin-top:10px !important;
	margin-left:0 !important;
	padding-bottom:5px !important;
}

.results .product-list li p {
	margin-top:10px !important;
}


/* SECTION - No results with related topics */

.results {
	color:#000;
	margin-right:0;
	margin-left:15px;
}
.results a {
	color:#000;
}

.results a:hover {
	color:#DD0011;
}
.results h2 {
	font-size:16px;
	line-height:16px;
	clear:both;
	border-top: 3px solid #ddd;
	padding-top:8px;
	margin-bottom: 20px;
}

.results ul li {
	background:none !important;
}

.all {
	font-weight:bold;
	font-size:11px;
	margin-top:25px;
	margin-bottom:35px;
}

.all span {
	font-weight:normal;
}

/* SECTION - No results with related topics - Category */

.results .category {
	background:url('../images/NR_catBG.jpg') bottom repeat-x; /* TODO: add img to svn */
	width: 655px;
	float:left;
	border-top: 3px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	padding:15px 20px 20px;
	margin-top:10px;
	margin-bottom:22px;
}
.results .category a {
	color:#DD0011;
	text-decoration:underline;
}
.results .category .category-thumbnail {
	float:left;
}
.results .category .category-desc {
	float:left;
	margin-left: 5px;
    width: 570px;
}
.results .category h2 {
	/*background:url("../images/ico_arrow_normal.gif") no-repeat 0px 5px;*/
	border-top:none;
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
	font-size:12px;
	clear:right;
}
.results .category h2 a{
	text-decoration:none;
    color: #000000;
}
.results .category h2 a:hover{
	text-decoration:underline;
    color: #DD0011;
}

.results .category h2,
.results .category p {
	padding-left:10px;
	margin-left:5px;
}
.results .category p a{
	padding-left:10px;
	margin-left:5px;
}

.results .category ul {
	margin:5px 0 0 15px !important;	
}

.results .category ul li {
	background:url("../images/ico_arrow_normal.gif") no-repeat 0 3px  !important; /* TODO: add img to svn */
	padding:0 0 0 10px !important;
	margin: 3px 0 0 !important;
}

/* SECTION - if no results with related topics WITH LINK IN H2 - Category*/

.results .categoryLink {
	background:url('../images/NR_catBG.jpg') bottom repeat-x; /* TODO: add img to svn */
	width: 655px;
	float:left;
	border-top: 3px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	padding:15px 20px 20px;
	margin-top:10px;
	margin-bottom:22px;
}
.results .categoryLink a {
	color:#DD0011;
	text-decoration:underline;
}
.results .categoryLink .category-thumbnail {
	float:left;
}
.results .categoryLink .category-desc {
	float:left;
	margin-left: 5px;
    width: 570px;
}
.results .categoryLink h2 {
	background:url("../images/ico_arrow_normal.gif") no-repeat 0px 5px;
	border-top:none;
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
	font-size:12px;
	clear:right;
}
.results .categoryLink h2 a{
	text-decoration:none;
    color: #000000;
}
.results .categoryLink h2 a:hover{
	text-decoration:underline;
    color: #DD0011;
}

.results .categoryLink h2,
.results .categoryLink p {
	padding-left:10px;
	margin-left:5px;
}
.results .categoryLink p a{
	padding-left:10px;
	margin-left:5px;
}

.results .categoryLink ul {
	margin:5px 0 0 15px !important;	
}

.results .categoryLink ul li {
	background:url("../images/ico_bullet-circle.png") no-repeat 0 3px  !important; /* TODO: add img to svn */
	padding:0 0 0 10px !important;
	margin: 3px 0 0 !important;
}
/* SECTION - No results with related topics - Products */

.results .products h2 {
	*padding-top:3px;
}

.results .products ul {
	margin:0 0 0 0 !important;	
}

.results .products ul li {
	float:left;
	width: 330px;
	min-height: 120px;
	padding:0 0 0 10px !important;
}

.results .products .listing-thumbnail, .results .other .listing-thumbnail {
	float:left;
}

.results .products dl {
	float:left;
	width: 230px;
	padding-left:10px;
	background:url("../images/ico_arrow_normal.gif") no-repeat 0 3px;
	margin-left:10px;
}

.results .products dt, .results .other dt {
	color:#000;
	font-weight:bold;
	
}


.results .products dd a {
	display:block;
	height:20px;
	background:url("../images/ico_more-articles.png") no-repeat; /* TODO: add img to svn */
	margin-top:10px;

	padding-left:20px;	
}

.results .products .all {
	background:url("../images/ico_arrow_normal.gif") no-repeat 0 3px;
	padding-left:10px;
	margin-top:0;
	margin-left: 10px;
}
.results a.categorylink{
	color: #666666;
    display: block;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
	margin:3px 0;
}
/* SECTION - No results with related topics - Other */

.results .other li {
	background:url("../images/ico_arrow_normal.gif") no-repeat 0 3px !important;
	margin-bottom:20px !important;
	padding-left:10px !important;
}

.results .other li.with-image {
	background:none !important;
	padding-left:0px !important;
}

.results .other li.with-image a {
	*margin-bottom:22px;
}

.results .other li.with-image h3 {
	margin-bottom:10px;
}

.results .other dl {
	float:left;
	width: 515px;
	padding-left:10px;
	background:url("../images/ico_arrow_normal.gif") no-repeat 0 3px;
	margin-left:10px;
}

.results .other li p {
	margin-top:10px !important;
}

/* SECTION - No results with related topics - Also Found */

.results .also-found .sites {
	float:left;
	width: 200px;
	margin-bottom:25px;
	*margin-bottom:10px;
}

.results .also-found .sites ul {
	margin: 10px 0 0 !important;
}

.results .also-found .sites ul li {
	padding:0 !important;
	background:url("../images/ico_arrow_normal.gif") no-repeat 0 3px !important;
	margin:5px 0 !important;
	padding-left:10px !important;
}


/* SECTION - Autocomplete */

#auto-complete {
	z-index:3;
	display:block;
	position:absolute;
	right: 65px;
    top: -148px;
	width:380px;
	background-color:#f1f1f1;
	border:1px solid #ccc;	
}

#auto-complete h3 {
	margin:3px;
	padding:5px 10px 4px 13px;
	background-color:#444;
	color:#fff;
	font-size:14px;
}

#auto-complete ul  {
	margin:10px 10px 10px 16px !important;
}

#auto-complete li {
	background:url("../images/ico_arrow_normal.gif") no-repeat 0 3px !important;
	margin-top:10px !important;
	margin-bottom:10px !important;
	margin-left:0 !important;
	padding-bottom:5px !important;
	padding-left:10px;
}

#auto-complete li a {
	color:#000;
}

#auto-complete li a:hover {
	color:#DD0011;
}

#auto-complete ul.more {
	padding-bottom:5px !important;
}

#auto-complete ul.more li {
	margin-top:0 !important;
	margin-bottom:0 !important;
	padding-bottom:5px !important;
	color:#000;
}

#auto-complete ul.more a {
	color:#DD0011;
	text-decoration:underline;
}

#auto-complete h4 {
	margin:3px;
	padding:5px 10px 5px 20px;
	background:#000 url('../images/ico_arrow-white.png') no-repeat 13px 6px;
	color:#fff;
	font-size:12px;	
}

#auto-complete h4 a {
	color:#fff;
}