/*Email notification sign up*/
#sidebar ul {
	list-style: none;
}
#sidebar ul#sidebarlinkslist {
	list-style: url('../images/arrow.jpg') inside;
}
#sidebar ul#sidebarlinkslist  li {
	border-bottom: 2px solid #ff8202;
	margin-bottom: 8px;
}

#sidebar ul#sidebarlinkslist  li a{
color:#333333;
font-family:Arial,Helvetica,sans-serif;
font-size:15px;
font-weight:bold;
text-transform:uppercase;
}

#sidebar ul#sidecategories{
	list-style: url('../images/orange_small_boder2_02.jpg') inside;
}

#sidebar ul#sidecategories li{
	padding: 5px 10px
}

#sidebar-right ul#siderecentcodes{
	list-style: url('../images/small_box.jpg') inside;
}

#sidebar-right ul#siderecentcodes li{
	margin-bottom: 20px;
}

#sidebar-right ul#sidenewoffers{
	list-style: url('../images/bulb_icon.jpg') inside;
}

#sidebar-right ul#sidenewoffers li{
	color:#666666;
	font-family:"Trebuchet MS";
	font-size:13px;
	font-weight:bold;
	margin-bottom: 5px;
}

#discounts_by_email h2 {
	color : #FFF;
	padding : 5px 10px;
	font-size : 1.2em;
	font-weight: bold;
	background: #D00000 url("../images/red_header.gif") repeat-x;
	margin-bottom:0px;
}
#discounts_by_email div.body {
	padding : 10px;
	margin: 0;
	background : #F1AE0B url("../images/yellow_header.gif") repeat-x;
} 
#discounts_by_email form {
	padding: 10px 0;
}
#discounts_by_email p{
	margin: 0;
}
#discounts_by_email p.ad_free {
	color: red;
	text-align: center;
	font-weight: bold;
}
/*Stores By Letter*/
div#browse_stores_by_letter {
	padding:5px;
	border-top:2px solid #CCC;
	color : #666666;
	clear:both;
	background: #91d1ff;
}
div#browse_stores_by_letter ul, div#browse_stores_by_letter h2 {
	padding: 0 8px;
}
div#browse_stores_by_letter ul li {
	float : left;
	font-size : 1.1em;
	width: 11%;
}
div#browse_stores_by_letter ul li a {
	color: #006699;
	font-weight : bold;
}
div#hot_codes table {
	width: 100%;
}
div#hot_codes td{
	padding: 5px;
	vertical-align: top;
}
.sidebar-item {
	padding: 5px;
	border-top: 2px solid #ccc;
	color: #666;
	clear: both;
	margin-bottom: 10px
}
.image-link {
	clear : both;
	margin-top : 10px;
	padding: 2px 2px 2px 8px;
	font-weight: bold;
	background: yellow;
	display: block;
	color: #333;
	text-decoration: none;
}
.image-link:hover {
	color: #000;
	text-decoration: underline;
}