body {
	margin:0;
	padding:0;
	font-family:Tahoma, Verdana, Helvetica, sans-serif;
	overflow:hidden;
	}

a img {
	border: none;
	}

form {
	display:inline;
	}

#enytheme_demochooser_bg {
	background:#000;
	height: 62px;
	width:100%;
	}
	
#enytheme_demochooser_wrapper {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	}

#enytheme_selectbox_l {
	position: absolute;
	width:175px;
	height: 25px;
	left: 370px;
	top: 15px;
	}

#enytheme_selectbox_m {
	position: absolute;
	width:185;
	height: 25px;
	left: 580px;
	top: 15px;
	}
	
#enytheme_selectbox_r {
	position: absolute;
	width:185;
	height: 30px;
	left: 790px;
	top: 15px;
	}


/* Drop Down Style */
.elSelect {
	float:left;   
    width:228px;
    height:24px;
    background:url(images/select_bg.png) no-repeat 0% 0%;
	}

.elSelect .selected {
    background-color:#2b2b2b !important;

	}
	
.elSelect .clear {
    clear:both;
	}
	
.elSelect .selectedOption {
    float:left;
    padding:2px 0 0 6px;
    width:153px;
    font-weight:bold;
    font-size:12px;
	line-height:20px;
    color:#b885be;
    overflow:hidden;
	}
.elSelect .dropDown {
    width: 26px;
    height: 24px;
    float: right;
    padding: 0;
    background:url(images/select_arrow.png) no-repeat center center;
	}

.elSelect .optionsContainerTop {
    position:absolute;
    width:100%;
    height:5px;
	}

.elSelect .optionsContainerTop div {
    width:100%;
    height:5px;
	}

.elSelect .optionsContainerTop div div {
    width:100%;
    height:5px;
	}
	
.elSelect .optionsContainerBottom {
    position:absolute;
    margin:-5px 0 0 0;
    width:100%;
    height:5px;
	}
	
.elSelect .optionsContainerBottom div {
    width:100%;
    height:5px;
	}

.elSelect .optionsContainerBottom div div {
    width:100%;
    height:5px;
	}
.elSelect .optionsContainer {
    position:absolute;
    display:none;
	overflow-x: hidden;
	overflow-y: auto; 
	height: 250px;
	}

.elSelect .option {
    padding:8px 0 5px 8px;
    background-color:#000;
    border-left:solid 1px #000;
    border-right:solid 1px #000;
    text-align:left;
    font-family:Tahoma, Verdana;
    font-weight:normal;
    font-size:12px;
    color:#FFF;
	border-bottom:1px solid #2b2b2b;
	cursor: pointer;
	}

.elSelect .disabled {
    background-color:#fff;
    border-left:solid 1px #111111;
    border-right:solid 1px #111111;
    color:#90A4AA;
	}

.new {
    background:url(images/new.png) no-repeat right;
    padding-right: 2px; 
	}

.hot {
    background:url(images/hot.png) no-repeat right; 
    padding-right: 2px;  
	}

.free {
    background:url(images/free.png) no-repeat right;
    padding-right: 2px; 
	}
