/*
Stylish Select 0.3 - jQuery plugin to replace a select drop down box with a stylable unordered list
http://scottdarby.com/

Copyright (c) 2009 Scott Darby

Requires: jQuery 1.3

Licensed under the GPL license:
http://www.gnu.org/licenses/gpl.html
*/


/*==================================
remove default focus style
====================================*/
:focus {outline:none;}

.js ul.newList {left:-9999px;}

/*==================================
red curvy example
====================================*/
ul.newList * {margin:0; padding:0;}
ul.newList {margin:5px 0 0 0; padding: 5px 0 8px; list-style:none; color:#666; width:165px; position:absolute; top:21px; left:0;  z-index:9999;background: url("../images/theme/select-drop-down-bg.png") no-repeat scroll left bottom transparent;}
.newListSelected {width:156px; color:#666; height:16px; padding:3px 0 2px 0; float:left; background: url(../images/theme/select-country-bg.png) no-repeat;font-size:11px; margin-right: 30px;}
.newListSelected span {width:127px; display:block;}
.dropdown-news .newListSelected {
margin-right:0 !important;
}
/*ul.newList li {margin: 0 3px 0 1px; padding:3px 5px;}*/

.selectedTxt {width:140px; overflow:hidden; height:16px; padding:0 8px;}
.hiLite {/*background:#650101!important;*/ color:#999!important;}
.newListHover {/*background:#ccc!important;*/ color:#999!important; cursor:default;}
.newListSelHover, .newListSelFocus {background-position:0 -21px; cursor:default;}
.newListOptionTitle {font-weight:bold;}
.newListOptionTitle ul {margin:3px 0 0;}
.newListOptionTitle li {font-weight:normal; border-left:1px solid #ccc;}


ul.newList li {
	padding: 5px 10px 3px;
	background-position: 0 -50px;
}
ul.newList li a {
	text-decoration: none;
	display: block;
	cursor: pointer;
}
ul.newList li.first-child {
	padding: 8px 10px 0;
}
ul.newList li.last-child {
	padding: 5px 10px 8px;
}

.dropdown-region ,.dropdown-country,.dropdown-news
{
	padding:  0 5px 0 0;
}


.dropdown-region ul.newList {
	overflow: visible;
}
.dropdown-region ul.newList li a {
	color: #666;
	text-decoration: none;
}

.dropdown-country ul.newList {
	overflow: visible;
}
.dropdown-country ul.newList li a {
	color: #666;
	text-decoration: none;
}

.dropdown-news ul.newList {
	overflow: visible;
}
.dropdown-news ul.newList li a {
	color: #666;
	text-decoration: none;
}




.dropdown-language ul.newList { width: 120px; }
.dropdown-language .newListSelected { width:127px; background: url(../images/theme/select-country-bg.png) no-repeat; }
.dropdown-language .selectedTxt {  width: 100px; }

.dropdown-language ul.newList li {
	padding: 5px 10px 0px;
	background: url(../images/theme/select-drop-down-language-bg.png) no-repeat;
	background-position: 0 -50px;
}
.dropdown-language ul.newList li.first-child {
	padding: 8px 10px 0;
	background: url(../images/theme/select-drop-down-language-bg.png) no-repeat left top;
}
.dropdown-language ul.newList li.last-child {
	padding: 5px 10px 8px;
	background: url(../images/theme/select-drop-down-language-bg.png) no-repeat left bottom;
}
.dropdown-language ul.newList {
	overflow: visible;
}
.dropdown-language ul.newList li a {
	color: #666;
	text-decoration: none;
}

.dropdown-language .newListSelHover, .dropdown-language .newListSelFocus {background-position:0 -21px; cursor:default;}

.keyword-search{
    background: url("../images/theme/input-search.gif") no-repeat scroll 0 0 transparent;
	float:right;
    height: 21px;
    margin: -3px 0 0 0;
    width: 160px;
	margin-right: 20px;
}

.keyword-search input {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    color: #666666;
    height: 19px;
    line-height: 18px;
    padding: 2px 0 0 25px;
    width: 130px;
}