
/* MISC */
		.hide{display:none;}  
		.endfloat{clear:both;}
		
		
/* SELECT TO LIST  */
		.selectToListGroup{	
			font-family:arial;
			font-size:11px;
			font-weight:normal;		
			padding:0;
			margin:0;
			width:180px;
		}	
		.selectToListGroup select{
			display:none;		
		}
	/* plus */
		.selectToListGroup .selectToList{
			color:#E2007A;
			font-weight:bold;
			background:#D5ECF2 url(../images/select_to_list.gif) no-repeat 0 0;
			position:absolute;
			width:180px;
			height:18px;	
			cursor:pointer;			
			padding:0;
			margin:0;
		}
		/* country selector */
		.scrollSelect .selectToListGroup .selectToList{
			background:#D5ECF2 url(../images/select_to_list_160.gif) no-repeat 0 0;
		}
		
		.selectToList .plus{
			padding:3px 0 0 2px;
			display:block;
			margin:0;

			
		}

	/* links */	
		/* country selector - add height and scroller */
		.scrollSelect .selectToListGroup .selectToListLinks{
			width:160px;
			height:320px;
			overflow-x:hidden;
			overflow-y:scroll;
		}
		
		.selectToListGroup .selectToListLinks{
			clear:both;
			position:absolute;
			width:179px;			
			margin:19px 0 0 0;
			padding:0;
			background:#D5ECF2;
			color:#E2007A;
			border-left:1px solid #748A97;		
		}	
				
		.selectToListLinks ul{
			padding-left:1.2em; text-indent:-1.2em;
			margin:0;
			padding:0 0 10px 0;			
		}
		.selectToListLinks ul li{
			clear:both;
			list-style-type:none;						
			cursor:pointer;
			padding:2px 2px 2px 2px;
			width:160px;
			text-indent:0;
			margin: 0;
			display:block;
			position:relative;
			float:left;
		}
		
