/****************************************************************************
	Pop Up
****************************************************************************/
.nobg {
	background: none !important;
}
	
div.popup {
	position:absolute; 
	z-index: 2001;
	margin: 0px;
	padding: 2px;
	background-color: #fff;
	border: 1px solid #000;
	text-align: left;
	}
	
div.popup .title_bar {	
	height: 34px;
	background: url(/images/popup/window_bg.gif) left top repeat-x;
	cursor: default;
	color: #ffffff;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 8pt;
	font-weight: normal;
	margin: 0px;
	padding: 0 2px 0 .5em;
	text-align: right;
	white-space: nowrap;
	}
	
div.popup .title {
	display: block;
	float: left;
	overflow: hidden;
	font-size: 200%;
	padding: 2px 0 0 5px;
	text-align: left;
	background: url(/images/popup/window_bg.gif) left top no-repeat;
	color: #fff;
	}

div.popup div.buttons {
	float: right;
	border-style: none;
	border-width: 0px;
	vertical-align: middle;
	height: 15px;
	}

div.popup .body {
	background: url(/images/popup/window_bg.gif) left -36px repeat-x;
	color: #000000;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 10pt;
	margin: 2px 0px 0px 0px;
	overflow: auto;
	padding: .5em;
	}
	
div.popup div.buttons a span {
	display: none;
	}
	
div.popup div.buttons a {
	display: block;
	width: 15px;
	height: 13px;
	}
	
div.popup a.close {
	display: block;
	margin: 6px 4px 0 0;
	padding: 4px 2px;
	background: url(/images/popup/close2.gif) center center no-repeat;
	}

div.popup form fieldset {
 	padding-top: 10px;
	border-top: 3px double #ddd;
 	}
	
div.popup form fieldset.noborder {
	border: 0;
 	}

div.popup form fieldset div.input_aligned {
 	margin-left: 114px;
 	}

div.popup form fieldset legend {
	margin: 0;
	*margin-left: -5px;
	*margin-bottom: 15px;
	padding: 0 10px 0 0;
 	font-size: 100%;
 	font-weight: bold;
	text-align: left;
}

div.popup form fieldset.thumbs_container {
	margin-bottom: 8px;
	border: 3px double #ddd;
}

div.popup form fieldset.thumbs_container legend {
	padding: 3px 10px;
	text-align: center;
}

div.popup form label {
 	width: 100px;
 	text-align: left;
	}

div.popup form label.inline {
	display: inline;
	float: none;
	clear: none;
	}

div.popup form label.wide {
 	width: 150px;
 	text-align: left;
	}

div.popup form input,
div.popup form select,
div.popup form textarea {
 	width: auto;
	}

div.popup form textarea.widest {
	margin: 0;
	clear: left;
	width: 98%;
	}

div.popup form select.med,
div.popup form input.med {
	width: 55%; 
	}

div.popup form select.wide,
div.popup form input.wide {
	width: 65%; 
	}
	
div.popup form div.submit,
div.popup form p.submit {
	padding: 8px 0;
	background: url(/images/popup/hr.gif) left top repeat-x !important;
	border: none;
}

div.popup h1.title {
	position: absolute;
	top: 2px;
	left: 8px;
	font-size: 150%;
	color: #ddd;
	background: none;
	border: 0;	
}

div.popup form fieldset.hidden_legend {
	border: 0;
}

div.popup form fieldset.hidden_legend legend {
	display: none;
}

div.popup p#popup_error {
	color: #e00;
}
/* cp_listing_sort */
select#cp_listing_sort {
	height: 100px;
	_height: 105px;
}
div#sort_controls {
	float: right;
}
div#sort_controls a span {display: block;font-size: .6em;text-align: center;position: absolute;}
div#sort_controls a.sort_up span {margin-top: 20px;}
div#sort_controls a.sort_down span {bottom: 24px;_margin-bottom: 10px;}
div#sort_controls a {
	display: block;
	background-image: url('/images/emarket/sort_arrows.png');
	_background-image: url('/images/emarket/sort_arrows.gif');
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
}
	div#sort_controls a.sort_up {background-position: bottom right;*margin-top: 16px;}
	div#sort_controls a.sort_up:hover {background-position: top right;}
	div#sort_controls a.sort_down {background-position: bottom left;margin-top: 60px;_margin-top: 65px}
	div#sort_controls a.sort_down:hover {background-position: top left;} 

