/*

- Highland Park Village
- http://www.hpvillage.com
- designed and developed by Switch Creative Group
- http://www.groupswitch.com

*/

/* ! ---- Stylish Select ---- */
/* ---------------------------------------------------- */
	
	/* hide menu */
	.stylish-select ul.newList {
		left:-9999px;
		}
	
	.newListSelected {
		background: url(../_img/stylish_selected_back.gif) no-repeat 0 0;
		border: 1px solid #0C0C0C;
		color: #C2B26D; 
		font-family: Georgia, serif;
		font-size: 16px;
		font-style: italic;
		height: 40px; 
		padding: 0; 
		float: left; 
		width: 265px;
		}
	
	.newListSelected span {
		display: block;
		width: 265px;
		}
	
	.newListSelHover, .newListSelFocus {
		background-position: 0 -40px;
		cursor: pointer;
		}
	
	.selectedTxt {
		height: 20px;
		padding: 10px;
		overflow: hidden;
		width: 245px;
		}

	ul.newList * {
		margin:0; 
		padding:0;
		}
		
	ul.newList {
		background: #414242;
		border: 1px solid #0C0C0C;
		color: #C2B26D; 
		list-style:none;
		margin:0;
		padding:0;
		position:absolute;
			top:22px; 
			left:0;
		overflow:auto;
		width: 265px;   
		z-index: 9999;
		}
	
	ul.newList li {
		}
	
	ul.newList li a {
		background: url(../_img/stylish_ul_back.gif) no-repeat;
		color: #C2B26D;
		display: block;
		height: 20px;
		padding: 10px;
		text-decoration: none;
		}

	ul.newList li a:focus {
		-moz-outline-style: none;
		}
	
	.newListHover {
		background: #8d8d8d!important; 
		color: #000!important; 
		cursor: pointer;
		}
	
	.hiLite {
		background:#fff!important; 
		color:#000!important;
		}
	
	.hiLite a {
		background:#fff!important; 
		color:#000!important;
		}
	
	.newListOptionTitle {
		font-weight:bold;
		}
	
	.newListOptionTitle ul {
		margin:3px 0 0;
		}
	
	.newListOptionTitle li {
		border-left:1px solid #ccc;
		font-weight:normal;
		}
	

/* ! ---- small ---- */
/* ---------------------------------------------------- */
	
	.small_select .newListSelected {
		background: url(../_img/stylish_selected_small_back.gif) no-repeat -5px 0; 
		width: 200px;
		}
	
	.small_select .newListSelected span {
		width: 200px;
		}
	
	.small_select .selectedTxt {
		width: 185px;
		}
	
	.small_select ul.newList {
		width: 200px;
		}
	
	
	
	
	
	
	
