/* MEMBER DISCOUNTS =============== */

* html #main {
	overflow:hidden;
    width:630px;
}

* html .banner {
	width:630px;
	overflow:hidden;
}

.discountSide p {
	margin-left:10px;
	line-height:1.4em;
}
.discountSide p.intro {
	white-space:nowrap;
	margin-left:0;
}
.discountSide img {
	display:block;
	margin-bottom:10px;
}
.discountSide ul {
	list-style:none;
	margin-bottom:25px;
	margin-left:10px;
}
.discountSide li {
	padding-left:15px;
	margin-bottom:10px;
	line-height:1.4em;
	background:url(images/discount-check.gif) no-repeat 2px 2px;
}

.coupon {
	width:192px;
	padding:0 3px;
	padding-top:20px;
	margin:0 auto;
	margin-bottom:20px;
	background:url(images/coupon-bg.gif) no-repeat left top;
}
.coupon h3 {
	font-family:Georgia;
	font-weight:normal;
	font-size:22px;
	text-align:center;
	color:#006e2c;
	margin-bottom:5px;
}
.coupon h4 {
	font-size:14px;
	font-weight:normal;
	color:#006e2c;
	text-align:center;
	margin-bottom:7px;
}
.coupon p {
	margin:0;
	color:#8e650a;
	text-align:center;
}
.coupon a:link, .coupon a:visited {
	display:block;
	font-size:10px;
	color:#8e650a;
	text-align:center;
}
.coupon img {
	margin:0 auto;
	margin-bottom:0;
}
.coupon .bottom {
	height:13px;
	margin-left:-3px;
	margin-right:-3px;
	background:url(images/coupon-bottom.gif) no-repeat left bottom;
}


.horLine {
	height:1px;
	background:url(images/hor-line.gif) repeat-x left top;
	margin-bottom:6px;
}

.discountSort {
	position:relative;
	height:60px;
	/*background:url(images/title-sort-by.gif) no-repeat 0px 13px;*/    
}
.discountSort select {
	position:absolute;
	left:135px;
	top:19px;
}
.discountSort .more {
	position:absolute;
	top:10px;
	right:0;
}

.discountTable {
	border:1px solid #c9c9c9;
	width:595px;
	margin-bottom:20px;
}
.discountTable th {
	text-align:left;
	color:#fff;
	background:#0352db;
	font-size:14px;
	padding:5px;
	font-weight:bold;
	border-bottom:1px solid #c9c9c9;
}

.discountTable .toggle {
	float:left;
	margin-top:1px;
	display:block;
	width:14px;
	height:14px;
	line-height:100em;
	overflow:hidden;
	padding-right:5px;
	background:url(images/btn-collapse.gif) no-repeat left top;
}
.discountTable th .expand {
	background:url(images/btn-expand.gif) no-repeat left top;
}
.discountTable td {
	background:url(images/discount-bg.gif) repeat-x left top;
}
.discountTable td.product {
	width:150px;
	vertical-align:middle;
	text-align:center;
}
.discountTable td.description {
	width:445px;
	vertical-align:top;
	text-align:left;
	padding:10px;
	padding-left:5px;
}
.discountTable td.description h4 {
	font-size:17px;
	font-weight:normal;
	margin-bottom:3px;
	padding-left:25px;
	background:url(images/icon-discount.gif) no-repeat left top;
}

.discountTable td.description h4 a:hover {
text-decoration:none;
}

.discountTable td.description h5 {
	font-size:22px;
	font-weight:normal;
	margin-bottom:3px;
	padding-left:25px;
	color:#1252c2;

}

.discountTable td.description p {
	font-size:12px;
	line-height:normal;
	vertical-align:top;
	padding: 0;
	margin: 4px 0 4px 25px
}

.discountTable td.description br {
	line-height:0;
	padding: 0;
	margin: 0;
}

#storeContent .promo {
	margin-top:20px;
	margin-bottom:20px;
}
#storeContent .promo span.discount {
	position:relative;
	top:1px;
	left:5px;
	color:#cc0003;
	font-size:18px;
}






