/* CSS Quick Seach Box */


div.quick_search {
	clear: both;
	width: 126px;
	color:#FFFFFF;
	background-color:#b10043;
	margin: 0px 8px 0 5px !important;
	background-image: url('../../images/px_b10043.gif');
	background-position:top left;
	background-repeat:repeat;
}



/* top curves */


div.module_quick_search_top {
	width:100%;
	background-color:#b10043;
	height:7px;
	min-height: 7px
}

div.module_quick_search_top_left {
	width:7px;
	height:7px;
	padding:0;
	margin:0;
	float:left;
	background-image: url('../../images/modules/quick_search/corner_top_left.gif');
	background-position:top left;
	background-repeat:no-repeat;
}

div.module_quick_search_top_right {
	width:7px;
	height:7px;
	padding:0;
	margin:0;
	float:right;
	background-image: url('../../images/modules/quick_search/corner_top_right.gif');
	background-position:top right;
	background-repeat:no-repeat;
}






/* main qSearch content */

.qs_content {
	font-size: 0.8em;
	text-align: left !important;
	padding: 0px 5px 0px 0px !important;
}

/*.qsTitle  {
	text-align: left !important;
}*/

.q_searchTitle  {
	display: block;
	padding: 0px 0px 0px 6px !important;
}

.searchInput {  
margin: -12px 0px 0px 8px !important;
}


input.quick_search {
	border:0;
	font-size: 0.9em;
	margin: 5px 0 5px 0;
	border:0px;
	width: 100px !important;
}

div.qs_content a {
	padding-left: 1px; 
	color:#FFFFFF;
	font-size: 0.8em;
	vertical-align:top;
}

div.qs_content a:visited {
	color:#FFFFFF;
}






/* bottom curves */

div.module_quick_search_bottom {
	width:100%;
	background-color:#63C;
	background-color:#b10043;
	height:7px;
	min-height: 7px
}


div.module_quick_search_bottom_left {
	width:7px;
	height:7px;
	margin:0;
	padding:0;
	float:left;
	background-image: url('../../images/modules/quick_search/corner_bottom_left.gif');
	background-position:bottom left;
	background-repeat:no-repeat;
}
div.module_quick_search_bottom_right {
	width:7px;
	height:7px;
	margin:0;
	padding:0;
	float:right;
	background-image: url('../../images/modules/quick_search/corner_bottom_right.gif');
	background-position:bottom right;
	background-repeat:no-repeat;
}

