/*Email notification sign up*/
#sidebar ul {
	list-style: none;
}

#sidebar ul, li {
	line-height: 180%;
}

#sidebar li {
	margin: 0 !important;
	padding: 0 !important;
	display: block;
}

#sidebar h3 
{
	color: #0cb2f0;
	font-family: "Segoe UI","Trebuchet MS",Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 150%;

	margin-top: 1em;
	margin-right: 0pt;
	margin-bottom: 1em;
	margin-left: 0pt;
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 0pt;
	padding-left: 0pt;
}

#sidebar a {
	width: 99%;
	display: block;
	color: #333333;
	background-color: transparent;
	background-image: url(../images/hdot.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: center bottom;
	
	line-height: 25px;
	height: 25px;
	text-decoration: none;
	text-indent: 5px;
}

#sidebar a:hover, a:active, a:focus {
	color: #0cb2f0;
}

#storeselect {
	width: 210px;
}

#sidebarSearch {
	width: 160px;
}


#sidebar input, select, textarea, .inputbox {
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	font-family: Tahoma,Arial,sans-serif;
}

#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 : 0.6em;
	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;
}
