/* @override http://couponpal.mutantlabs.co.uk/_css/list-page.css */

@charset "UTF-8";
/* CSS Document */

/* ******************** LIST BOX ******************** */

div#browse-header-lists {
	background: url(../_content/browse-sprite.png) -10px -640px no-repeat; 
	height: 61px;
	margin: 3px 0 25px 0;
	width: 557px;
}

ul#lists-list {
	margin: 0px; padding: 0px;
}

.list-item {
	margin: 30px 0 30px 0;
	position: relative;
}

.listitem-top {
	background: url(../_content/column-sprite.png) top left no-repeat;
	background-position: -10px -170px;
	height: 17px;
	width: 576px;
}

.listitem-middle {
	background: url(../_content/coupon-middle.png) top left repeat-y;
	width: 565px;
	/*padding: 0px 0 0 20px;*/
	padding:0; margin:0;
}

.listitem-bottom {
	background: url(../_content/column-sprite.png) top left no-repeat;
	background-position: -163px -260px;
	height: 26px;
	width: 576px;
}

#lists-list li.list-item div.listitem-middle div.coupon-tab-arrow {
	width: 170px;
	float: right;
	margin: -45px 0 0 0;
}

.listitem-badges {
	margin: -42px 0 0 0 !important;
}


/* ********** LIST BOX CONTENT ************ */

div.listitem-details-container {
	float:left;
	margin:0 0 0 15px;
	padding:0 0 0px;
	position:relative;
	width:462px;
}
div.listitem-details-container div#listitem-title {
	color:#822327;
	font-family:"Georgia",serif;
	font-size:2.4em;
	font-weight:bold;
	margin:0;padding:0;
	float:left;
}
div.listitem-details-container p.listitem-subtitle {
	clear:both;
	color:#A25816;
	font-size:1.4em;
	padding:5px 0 0;
}
img.listitem-listicon {
	float: left;
	margin:0 0 0 20px;
	border: none;
}

/* ********** DROP-DOWN BOX CONTENT ************ */
/* ******** OVERRIDING STYLE.CSS ************* */

/* DEFAULT "CLOSED" CSS STATE */
div.listitem-middle div.coupon-extra-comments {
	clear:both;
	display:none;
	position:relative;
	width:545px;
}

.listitem-comments {
	padding: 0 18px 0 0 !important;
}

div.listitem-middle div.coupon-extra-comments {
	clear:both;
	position:relative;
	width:545px;
}
div.listitem-middle div.coupon-extra-comments div.coupon-extra-comments-block {
	background: #f1dea8;
	height: 15px;
	position: absolute;
	top: 0px;
	right: 66px;
	left: auto;
	width: 36px;
}
div.listitem-middle div.coupon-extra-comments div.coupon-extra-header {
	margin:0; padding: 0;
	width: 560px;
	margin:0 0 0 3px;
}

div.listitem-middle div.coupon-extra-comments div.coupon-extra-header {
	margin:0; padding: 0;
	width: 560px;
	margin:0 0 0 3px;
}

div.listitem-middle div.coupon-extra-comments ul.coupon-extra-comments-frame {
	/* additional adjustments in style-ltIE7.css */
	margin: 20px 0px 26px 0;
	max-height: 205px;
	position: relative;
	overflow: auto;
	padding: 0;
}
div.listitem-middle div.coupon-extra-comments button.coupon-extra-comment-submit {
	 /* additional adjustments in style-ltIE7.css */	
	background: url(../_content/column-sprite.png) top left no-repeat;
	background-position: -10px -1230px;
	border: none;
	bottom: 0px;
	height: 25px;
	right: 30px;
	outline: none;
	position: absolute;
	width: 80px;
}
div.listitem-middle div.coupon-extra-comments button.coupon-extra-comment-submit:hover {background-position: -120px -1230px; }

div.listitem-middle div.coupon-extra-comments form div.coupon-extra-comment-form {
	margin: 0 0 0 0;	
	position: relative;
}

/* ******* DROPDOWN BOX SHARE CONTENT ******* */
/* ******** OVERRIDING STYLE.CSS ************* */

#lists-list li.list-item div.listitem-middle div.coupon-extra-share div.coupon-extra-share-block {
	background:none repeat scroll 0 0 #F1DEA8;
	height:15px;width:36px;
	position:absolute;left:auto; top:0; right: 27px;
}


