/************* Content Styles ***********************/
.listings {
	padding: 5px;
}
.listing {
	border-bottom: solid 1px #ccc;
}
.listing_left {
	width: 20%;
	min-width: 150px;
	height: 100%;
	text-align: left;
	display: table-cell;
	vertical-align: middle;
}
.listing_right {
	width: 80%;
}

div#teaserBtnDiv {
	position: absolute;
	top: 5px;
	left: 30px;
	padding: 10px;
	
	border-top: 1px solid #f99; 
	border-left: 1px solid #f99; 
	border-bottom: 1px solid #c66; 
	border-right: 1px solid #c66; 
	background-color: #fff;
}

/************** Option Panel Styles ******************/
#widgetContainer {
	position: relative;
}
#listings_list {
	border: 1px solid #ccc;
	height:243px;
	width: 96%;
	overflow: auto;
	margin: 0 auto;
	padding: 0;
	font-size: 0.8em;
	position: relative;
}
#listings_list tr td {
	border-bottom: 2px dashed #ccc;
	vertical-align: middle !important;
}

/************* Item editor Popup ************/
#listingPopup {
	display: none;
	position: fixed;
	_position: absolute;
	width: 610px;
	height: auto;
	background-color: #fff;
	border: 2px solid #ccf;
}
#listingPopup div.title {
	background:transparent url(/img/option-title-bg.jpg) repeat-x scroll 0 0;
	border:1px solid black;
	color:#FFFFFF;
	font-size:14px;
	font-style:italic;
	font-weight:bold;
	height:28px;
	line-height:28px;
	padding-left:10px;
	text-align:left;
}
#listingPopup table { margin: 5px; }
#listingPopup input[type=text] { width: 205px; }
#listingPopup input[type=file] { width: 220px; }
#listingPopup textarea { width: 320px; }

#listing_image_frame {
	border: 2px solid #333;
	width: 220px; 
	height: 220px; 
	overflow: hidden;
}
#listing_image_frame.main {
	border: 2px solid #c33;
}

