/* CSS Document */

.select-box {
	cursor: pointer;
	border: 0;
	display: block;
	padding: 0;
	margin: 0;
    float: left;
    text-decoration: none;
}
	/*.select-box:hover { border-color: #3393FF; }*/

	.select-box a span {
        color: #333;
        font-size: 13px; 
        font-weight: bold;
        text-decoration: none;
    }

	.select-box a {
		display: block;
        
        text-decoration: none;
        
        height: 23px;
        width: 125px;
    
        background: transparent url(/images/domains/odline/odline-select.jpg) no-repeat 0 0;
		padding: 5px 0px 0px 5px;
		margin: 5px 10px 0 0;
		white-space: nowrap;
		overflow: hidden;
	}

	.select-box a:hover,
    .select-box a:active {
        color: #0068b1;
        text-decoration: none;
        background: transparent url(/images/domains/odline/odline-selectH.jpg) no-repeat 0 0;
    }

	.select-box a:hover span { 
        color: #0068b1; 
        text-decoration: none;
    }


    .select-box-options ul li { background: #e2e2e2; }

	.select-box-options {
		list-style: none;
		background: #e2e2e2;
		position: absolute;
		border: 1px solid #ccc;
		overflow-y: auto;
		z-index: 690;
	}
	        .select-box-alt { background-color: #e2e2e2; }
	        .select-box-options li {
				margin-bottom: 0;
				overflow: hidden;
				white-space: nowrap;
	        }
	        	.select-box-options li.optgroup>span { font-size: 105%; font-style: italic; }
	        	.select-box-options li>span { display: block; padding: 2px 5px; }
				.select-box-options li.selected { background-color: #fff !important; color: #0068b1 !important; }
				.select-box-options li.disabled { color: gray; }

	.select-box-options ul,
	.select-box-options ul li { margin:0; padding:0; text-indent: 0; background: transparent; list-style: none; list-style-image: none; }
	.optgroup { margin: 4px 0 0 !important; }
	.select-box-options-group li>span {
		/*padding-left: 22px !important;*/
		width: auto;
	}
