div.search {
	background: url('images/style/titlebg.gif');
	height: 60px;
	padding: 10px;
	float: right;
	width: 587px;
	padding-bottom: 20px;
}
form.search {
	margin-top: 40px;
	margin: 0px;
	text-align: left;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
input.search {
	border: 0px;
	height: 24px;
	font-size: 14px;
	background: #f0eff0 url('images/searchbar.jpg');
	padding-left: 6px;
	color: #542364;
	width: 494px;
	margin: 0px;
	padding-top: 3px;
}

.paper {
	background: url('images/btn_howto.png') no-repeat top left;
	height:190px;
	padding: 0px;
	margin: -5px;
}

.vsearch {
	border: none;
	background: url('images/button.png') no-repeat top left;
	width: 75px;
	height: 30px;
	padding: 2px 8px;
}
input.vsearch {
	height: 29px;
	width: 73px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	margin-left: 0px;
}
#browselist li {
	margin: 0;
	display: inline;
	list-style-type: none;
	padding-right: 7px;
	font-size: 13px;
}
#browselist a {
	color: #ffffff;
}
#browsemerchants {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
#browsemerchants li {
	padding-left: 19px;
	padding-top: 10px;
	background-image: url('images/arrow.gif');
	background-repeat: no-repeat;
	background-position: 0 .9em;
	font-size: 14px;
}
#featured {
	width: 100%;
}
#featured td {
	padding: 5px;
	text-align: center;
}
#featured img {
	border: 3px solid #bdd6ff;
	width: 88px;
}
.store {
	float: left;
	height: 100px;
	width: 160px;
	margin-top:10px;
	margin-right: 10px;

}
.voucher {
	font-size: 14px;
        margin-top: 10px;
        margin-bottom: 10px;
}

.expires {
	font-size: 12px;
  color: #00688B;
	margin-bottom: 5px;
}
.getcode {
	padding-top: 5px;
	height: 30px;

}

.getcode a:hover {
  text-decoration:none;
  background: #fff;
}
.summary {
  padding-top: 15px;
  margin:auto;
  
}

.dashes {
  widdth: 600px;
  border-top: 3px dashed;
  clear:both;
}
/* Sidebar */
#sidebrowse ul li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	background: url("images/navBarBg.gif") repeat-x 20px;
	font: 10px/20px "Lucida Grande", verdana, sans-serif;
	text-align: center;
}
#sidebrowse a {
	color: #000;
	text-decoration: none;
	display: block;
	width: 30px;
	border-top: 1px solid #A8B090;
	border-bottom: 1px solid #A8B090;
	border-left: 1px solid #A8B090;
}
#sidebrowse li#active {
	background: url("images/navBarBgHover.gif") repeat-x 20px;
}
#sidebrowse a:hover {
	background: url("images/navBarBgHover.gif") repeat-x 20px;
}
.ftr {
display:block
}
.ftr a {
  color:#6688cc;
}

/* demo */
label
{
	display:block;	
}


/* autocomplete */
input.autocomplete-loading
{
	background-image:url(autocomplete.gif);
	background-position: center right;
	background-repeat:no-repeat;
}
ul.autocomplete 
{
    position: absolute;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid ButtonShadow;
    margin: 0px;
    padding: 0px;
    list-style: none;
    color: #000;
	display:none;
	z-index:1000;
}
ul.autocomplete li 
{
  display: block; 
  padding: 0.3em; 
  overflow: hidden;
  width: 100%;
  cursor:pointer;
}

ul.autocomplete li.selected 
{
  background-color: Highlight ; 
  color: #fff;
}
#submitvoucher input {
  width: 500px;

}
#submitvoucher textarea {
  width: 500px;

}

.offer {
font: 12px Verdana, Arial, Helvetica, sans-serif;
margin-top:5px;
}
#tagcloud {
	background: #fff;
	float: left;
	width: 600px;
	margin: 0;
	padding: 10px 15px 10px 15px;
	color: #555;
}
.postform {
	background: #e8f0f9;
	padding: 10px;
  border: 1px solid #ccc;
	}

 .postform .postformleft{
	float: left;
	width: 50%;
	}

 .postform .postformright{
	float: right;
	width: 50%;
	}

.cleared {
	clear: both;	
	}
.postform ol li{
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	}
	
.postform ul{
	list-style-type: disc;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
	}
	
.postform ul li{
	list-style-type: disc;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	}
.postform h2 {
	color: #333333;
	font-size: 14px;
	font-family: verdana, arial, times new roman;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	}

