﻿@import url(design.css);

/* Structural styles */

/* ie only iFrame dropdownlist fix*/
#filternav iframe {
	display: none;
	z-index: 0;
	position: absolute;
	height: 0px;
	width: 0px;
	left: 0px;
	top: 0px;
	}

#filternav:after {
    content: ".";
    display: block;
	visibility: hidden;
	height: 0;
	clear: both;
	}

/* ul
-----------------------------------*/

#filternav,
#filternav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	}

#filternav li ul {
	visibility: hidden;
	top: 100%;
	left: 0;
	z-index: 3;
	position: absolute;
	width: 162px;
	}

#filternav li li ul {
	z-index: 4;
	top: 0px;
	left: 162px;
	}

#filternav li:hover > ul {
	visibility: visible;
	}


/* li
-----------------------------------*/

#filternav li {
	font: 100%/1.2 verdana, sans-serif;
	float: left;
	padding: 0 0 2px 0;
	margin: 0 0 0 0;
	position: relative;
	top: 0;
	left: 0;
	z-index: 2;
	}


#filternav li li { 
	font-size: 100%;
	width: 162px;
	display: inline;
	z-index: 3;
	}

/* Specific widths */
#filternav li#filternav-all,
#filternav li#filternav-latest,
#filternav li#filternav-popular {
	width: 162px;
	}

/* a / strong / span
-----------------------------------*/

#filternav a {
	cursor:	pointer;
    }

#filternav strong {
	cursor:	default;
	}

#filternav a,
#filternav strong {
	text-decoration: none;
	display: block;
	margin: 0;
	padding:0;
	}

/* Top */
#filternav a,
#filternav strong {
	height: 27px;
	position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
	}

#filternav a span,
#filternav strong span {
    display: block;
	height: 100%;
    width: 162px;
    position: absolute;
    top: 0;
    left: 0;
	}
	
	
/* SEARCH FIELD */

.filter-search .field {
	width: 128px;
	background-color: Transparent;
	border: none;
	font-size: 11px;
	color: #fff;
	}
	
/* OVERLABEL - critical css properties handled in jquery.overlabel-2.js */	
.filter-search label.overlabel {
	line-height: 1.5;
	}	
.filter-search label.overlabel span.desc {
	color: #dd879a;
	line-height: 1.5;
	font-size: 11px;
	}
.filter-search label.show {
	border: none;
	padding-top: 0 !important;
	}	
.filter-search legend {
	display: none !important;
	}		
/* Reveal field label */
.filter-search label.show span.desc {
	padding: 0 0 0 0px;
	}
	
.filter-search {
	background: url(../../library/bg-field.gif) no-repeat 0 0 #b10e31;
	width: 150px;
	border-top: 1px solid #940c29;
	border-right: 1px solid #c13e5a;
	border-bottom: 1px solid #c13e5a;
	border-left: 1px solid #940c29;
	position: relative;
	padding: 2px 0 4px 10px;
	margin-bottom: 10px;
	}
div.active {
	background: #940c29;
	}		
.btn-search {
	position: absolute;
	top: 2px;
	left: 133px;
	}		
	
		


