@charset "UTF-8";

@media all {  
  html, body, div, span, applet, object, iframe,
  h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  a, abbr, acronym, address, big, cite, code,
  del, dfn, em, font, img, ins, kbd, q, s, samp,
  small, strike, strong, sub, sup, tt, var,
  dl, dt, dd, ol, ul, li,
  fieldset, form, label, legend,
  table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
  }

  :focus {
    outline: 0;
  }

  body {
    line-height: 1;
    color: #000;
    background: #fff;
  }

  ol, ul {
    list-style: none;
  }

  table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
  }

  caption, th, td {
    text-align: left;
    font-weight: normal;
  }

  blockquote:before, blockquote:after,
  q:before, q:after {
    content: "";
  }

  blockquote, q {
    quotes: "" "";
  }



  body {
    font-family: Helvetica, Arial;
    font-size: 14px;
    background: url(../images/body-bg.png) repeat-x top #fff;
  }

  i {
    font: italic 12px Georgia;
  }

  #header {
    height: 300px;
  }

  #header div.container {
    position: relative;
    width: 1000px;
    margin: 0 auto;
  }

  #logo {
    float: left;
    height: 300px;
    width: 411px;
    background: url(../images/header-bg.png) no-repeat 72px 72px transparent;
  }

  #logo a {
    display: block;
	  height: 0px !important;
	  height /**/:72px; /* IE 5/Win hack */
    width: 235px;
	  padding: 72px 0 0 0;
	  margin-left: 140px;
	  overflow: hidden;
    background: url(../images/logo.png) no-repeat top;
  }

  #topnav {
    position: absolute;
    top: 0;
    left: 0;
  }

  #topnav a {
    display: block;
	  height: 0px !important;
	  height /**/:25px; /* IE 5/Win hack */
	  padding: 25px 0 0 0;
	  margin-left: 30px;
	  overflow: hidden;
    background-repeat: no-repeat;
    background-position: 0 -25px;
  }

  #topnav a.login {
    position: absolute;
    top: 0;
    left: -70px;
    width: 66px;
    background-image: url(../images/login.png);
  }

  #topnav a.join {
    width: 66px;
    background-image: url(../images/join2.png);
  }

  #topnav a.logout {
    width: 66px;
    background-image: url(../images/logout.png);
  }

  #topnav a:hover,
  #topnav a:active {
    background-position: 0 0;
  }

  #nav1 {
    float: right;
    margin-right: 0;
	  height: 55px;
  }

  #nav2 {
    float: right;
    margin-right: 0;
    height: 55px;
  }
  
  #nav1 ul, #nav2 ul {
    display: block;
  }

  #nav1 li, #nav2 li {
		float: left;
		padding-left: 10px;
  }

  #nav1 li a, #nav2 li a {
    display: block;
    font: bold 14px Helvetica, Arial;
    text-decoration: none;
  }

  #nav1 li a {
    background: url(../images/nav-bg2.png) no-repeat 0 0;
    color: #fff;
    text-align: center;
    height: 43px;
    width: 130px;
    padding-top: 3px;
  }

  #nav1 li a:active,
  #nav1 li a:hover {
    color: yellow;
  }

  #nav2 ul {
    padding-top: 144px;
    margin-right: 40px;
  }

  #nav2 li a {
    color: #6a544c;
    font-size: 14px;
    padding-left: 8px;
  }
  
  #nav2 li a:active,
  #nav2 li a:hover {
    color: #d4151e;
  }

  #popular {
	  position: absolute;
	  background: url(../images/popular-bg.png) no-repeat 0px 4px;
	  padding-left: 90px;
	  top: 230px;
	  left: 430px;
    height: 50px;
  }

  #popular a {
		font: italic 13px Georgia;
		color: #ad7e78;
		text-decoration: none;
		margin-right: 10px;
  }

  #popular a:hover,
  #popular a:active {
	  color: #dc1e2b;
  }

  #search {
	  position: absolute;
	  left: 411px;
	  top: 53px;
	  height: 145px;
	  width: 555px;
    background: url(../images/search-bg1.png) no-repeat transparent;
  }

  #search input.search-text {
    border: none;
    background: transparent;
    color: #5c4942;
    margin: 100px 0 0 150px;
    padding: 5px 15px 0;
    width: 275px;
    font-size: 14px;
    text-align: center;
  }

  #search input.search-submit {
    position: absolute;
    right: 0;
    top: 99px;
	  display: block;
    border: none;
	  height: 28px;
    width: 88px;
	  background: url(../images/find.png) no-repeat 0 -28px;
    text-indent: -999em;
	  cursor: pointer;
  }

  #search input.search-submit:hover,
  #search input.search-submit:active {
	  background-position: 0 0;
  }

  #search i {
    display: block;
    margin-left: 160px;
    margin-top: 10px;
  }

  #breadcrumbs {
    display: none;
  }

  #content {
	  background: url(../images/content-bg.png) repeat-x bottom transparent;
  }

  #content div.container {
	  position: relative;
	  width: 1000px;
	  margin: 0 auto;
	  overflow: hidden;
  }

  #sidebar {
	  float: left;
	  width: 210px;
	  margin: 10px 40px 0 30px;
  }

  #sidebar h2 {
    color: #6a544c;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px 5px;
  }

  #follow {
	  border: 1px solid #e2e1cd;
	  background-color: #f8f6ee;
	  height: 30px;
	  color: #a49f8f;
	  font: italic 13px Georgia;
	  padding: 5px 10px;
	  line-height: 1.3em;
	  overflow: hidden;
  }

  #follow span {
    display: block;
    float: left;
	  width: 90px;
  }

  #follow a {
    margin: 5px 0 0 10px;
    float: left;
	  display: block;
	  height: 0px !important;
	  height /**/:19px; /* IE 5/Win hack */
	  padding: 19px 0 0 0;
	  overflow: hidden;
    width: 19px;
  }

  #follow a.twitter {
	  background: url(../images/twitter.png) no-repeat;
  }

  #follow a.facebook {
    background: url(../images/facebook.png) no-repeat;
  }

  #follow a.rss {
    background: url(../images/rss.png) no-repeat;
  }

  #submit-a-deal {
	  height: 64px;
	  width: 210px;
	  margin-top: 20px;
	  background-color: #fddecf;
  }

  #submit-a-deal a {
    display: block;
	  height: 0px !important;
	  height /**/:62px; /* IE 5/Win hack */
    width: 208px;
	  padding: 62px 0 0 0;
	  overflow: hidden;
    background: url(../images/submit-a-deal.png) no-repeat;
    border: 1px dashed #d76136;
  }

  #submit-a-deal a:hover,
  #submit-a-deal a:active {
	  border-style: solid;
  }

  #categories {
	  margin-top: 20px;
  }

  #categories h2 {
  }

  #merchants {
	  margin-top: 20px;
  }

  #merchants h2 {
  }
  
  #brands {
	  margin-top: 20px;
  }

  #brands h2 {
  }

  #sidebar ul {

  }

  #sidebar li {
	  border-bottom: 1px solid #e9e4d1;
  }

  #sidebar li a {
    display: block;
    padding: 6px;
	  font-weight: bold;
	  font-size: 12px;
	  color: #a49f8f;
	  text-decoration: none;
  }

  #sidebar li a:hover,
  #sidebar li a:active {
	  color: #dc1e2b;
	  background-color: #f8f6ee;
  }

  #sidebar a.showall {
    margin-top: 12px;
	  display: block;
	  height: 0px !important;
	  height /**/:23px; /* IE 5/Win hack */
	  width: 72px;
	  padding: 23px 0 0 0;
	  overflow: hidden;
	  background: url(../images/showall.png) no-repeat 0 -23px;
  }

  #sidebar a.showall:hover,
  #sidebar a.showall:active {
	  background-position: 0 0;
  }

  #main {
	  float: right;
	  width: 690px;
	  padding-bottom: 40px;
  }

  div.area {
	  background: url(../images/b1.png) no-repeat 0 35px transparent;
	  width: 690px;
    overflow: hidden;
    padding: 30px;
  }

  div.area h1 {
    font: bold 30px Helvetica;
    color: #6a544c;
	  text-align: center;
	  display: block;
	  height: 35px;
	  margin: -30px 0 30px -60px;
  }
  
  div.area h1 span {
    color: #dc1e2b;
  }

  div.area.desc.top1 {
    margin-top: 1px;
  }
  div.area h2 {
    font: bold 24px Helvetica;
    color: #6a544c;
	  text-align: center;
	  display: block;
	  height: 35px;
	  margin: -30px 0 30px -60px;
  }

  div.legend h3 {
    color: #745f58;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
  }

  div.legend div.col {
    float: left;
    width: 292px;
    color: #969489;
    margin-right: 30px;
  }

  div.legend div.row {
    clear: both;
    width: 640px;
    color: #969489;
  }

  div.legend p {
    padding: 8px 0;
  }

  #welcome {
	  height: 300px;
  }

  #welcome div {
	  display: block;
	  float: left;
	  height: 0px !important;
	  height /**/:225px; /* IE 5/Win hack */
	  padding: 225px 0 0 0;
	  width: 206px;
	  overflow: hidden;
	  background-repeat: no-repeat;
	  background-color: transparent;
	  background-position: 0 10px;
  }

  #welcome div.clothes {
    background-image: url(../images/deals-clothes.png);
  }

  #welcome div.computers {
    background-image: url(../images/deals-computers.png);
  }

  #welcome div.electronics {
    background-image: url(../images/deals-electronics.png);
  }

  #welcome div.toys {
    background-image: url(../images/deals-toys.png);
  }

  #welcome ul {
	  margin-left: 200px;
	  width: 440px;
  }
  
  #welcome li {
	  font: normal 15px Helvetica;
	  color: #6a544c;
	  border-bottom: 1px dashed #ada897;
	  line-height: 220%;
	  padding-left: 30px;
  }
  
  #welcome li.one {
	  background: url(../images/1.png) no-repeat transparent 0 6px;
  }
  
  #welcome li.two {
	  background: url(../images/2.png) no-repeat transparent 0 6px;
  }
  
  #welcome li.three {
	  background: url(../images/3.png) no-repeat transparent 0 6px;
  }
  
  #welcome li.four {
	  background: url(../images/4.png) no-repeat transparent 0 6px;
  }
  
  #welcome li.five {
	  background: url(../images/5.png) no-repeat transparent 0 6px;
  }
  
  #welcome li strong {
    font-weight: bold;
	  color: #6a544c;
  }

  #welcome a {
    clear: both;
	  display: block;
	  height: 0px !important;
	  height /**/:28px; /* IE 5/Win hack */
	  width: 130px;
	  padding: 28px 0 0 0;
	  margin-left: 250px;
	  overflow: hidden;
    background: url(../images/register.png) no-repeat transparent 0 -28px;
  }

  #welcome a:hover,
  #welcome a:active {
    background-position: 0 0;
  }

  #featured-merchants {
	  height: 480px;
  }

  #featured-merchants ul {
	  margin: 80px 0 0;
	  width: 640px;
  }

  #featured-merchants li {
    display: block;
    float: left;
    text-align: center;
	  height: 108px;
	  width: 208px;
	  background-color: #fff;
	  border: 1px solid #e9e4d1;
	  margin: 0 -1px -1px 0;
	  position: relative;
	  z-index: 1;
  }

  #featured-merchants li a {
    display: table-cell;
    vertical-align: middle;
	  height: 110px;
	  width: 210px;
  }

  #featured-merchants li:hover,
  #featured-merchants li:active {
	  background: url(../images/scissors.png) no-repeat right bottom #fff;
	  border: 1px dashed #dc1e2b;
	  z-index: 99;
  }

  #featured-merchants li a img {
    width: 180px;
    max-height: 80px;
    max-width: 200px;
  }

  #featured-merchants li.store {
    background: transparent;
    border: none;
    padding: 1px;
    margin-top: -52px;
  }

  #featured-merchants li.store a {
    display: block;
	  height: 0px !important;
	  height /**/:159px; /* IE 5/Win hack */
    width: 208px;
	  padding: 159px 0 0 0;
	  overflow: hidden;
    background: url(../images/store.png) no-repeat bottom transparent;
  }

  #featured-merchants li.store a:hover,
  #featured-merchants li.store a:active {
  }

  #footer {
    clear: both;
    padding-top: 15px;
    height: 100px;
	  background: #fffdf2;
    color: #b8b29e;
    border-top: 1px solid #e9e4d1;
  }

  #footer div.container {
	  position: relative;
	  width: 999px;
	  margin: 0 auto;
	  overflow: hidden;
  }

  #bottomnav ul {

  }

  #bottomnav li {
    display: block;
    float: left;
	  margin-right: 20px;
  }

  #bottomnav li a {
	  display: block;
	  float: left;
	  color: #b8b29e;
	  font: bold 12px inherit;
	  text-decoration: none;
  }

  #bottomnav li a:hover,
  #bottomnav li a:active {
    color: #dc1e2b;
	  text-decoration: underline;
  }

  #copyright {
    float: right;
	  font-size: 10px;
  }

  #disclaimer {
    clear: both;
    height: 55px;
    padding-top: 25px;
    font: italic 11px Georgia;
    color: #817e74;
	  background: url(../images/bottomlogo.png) no-repeat center right;
	}

  #disclaimer a {
    color: #817e74;
	}

  #disclaimer a:hover,
  #disclaimer a:active {
    color: #dc1e2b;
	}

  div.pagination {
	  margin: 20px 0 0;
    width: 630px;
  }

  div.pagination.bottom {
    clear: both;
	  margin-top: 40px;
  }

  div.pagination a,
  div.pagination span {
    display: block;
    float: left;
    font-size: 14px;
    font-weight: bold;
    color: #6a544c;
	  text-decoration: none;
	  line-height: 40px;
	  text-align: center;
	  height: 40px;
	  width: 35px;
	  margin-top: -13px;
  }

  div.pagination a:hover,
  div.pagination a:active {
    font-size: 14px;
    color: #dc1e2b;
    background-color: #ebe9dd;
	  text-decoration: none;
  }

  div.pagination span {
    color: #dc1e2b;
  }

  div.pagination a.arrow {
	  height: 0px !important;
	  height /**/:40px; /* IE 5/Win hack */
	  padding: 40px 0 0 0;
	  overflow: hidden;
	  background-position: 0 -40px;
	  background-repeat: no-repeat;
	}

  div.pagination a.arrow:hover,
  div.pagination a.arrow:active {
	  background-position: 0 0;
  }

  div.pagination a.first {
    background-image: url(../images/first.png);
  }

  div.pagination a.prev {
    background-image: url(../images/prev.png);
  }

  div.pagination a.next {
    background-image: url(../images/next.png);
  }

  div.pagination a.last {
    background-image: url(../images/last.png);
  }

  div.pagination div.summary {
    float: left;
	  font: italic 12px Georgia;
	  color: #aba592;
  }

  div.pagination div.pages {
	  float: right;
  }

  div.comments {
    margin-top: 10px;
    font-size: 12px;
	  color: #969489;
  }

  div.comments dl {
    width: 630px;
  }

  div.comments dt {
    padding-top: 5px;
  }

  div.comments dd {
    border-bottom: 1px dashed #dc1e2b;
    font: italic 12px Georgia;
    padding: 2px 10px 5px 10px;
  }

  div.comments dd a {
	  color: #5c4942;
	  text-decoration: underline;
  }

  div.comments dd a:hover,
  div.comments dd a:active {
    color: #dc1e2b;
  }

  div.generic-list ul {
    margin: 20px 0 0 10px;
    width: 210px;
    float: left;
  }

  div.generic-list li {
    margin: 10px 0;
    font-size: 12px;
    font-weight: bold;
    color: #a49f8f;
    list-style-image: url(../images/star.png);
  }

  div.generic-list li a {
    color: #a49f8f;
    text-decoration: none;
  }

  div.generic-list li:hover,
  div.generic-list li:active,
  div.generic-list li a:hover,
  div.generic-list li a:active {
    list-style-image: url(../images/star-hover.png);
    text-decoration: underline;
    color: #dc1e2b;
  }

  div.categories.area i a {
    color: #a49f8f;
    text-decoration: none;    
    font-style: normal;
    font-family: Helvetica, Arial;
    padding-left: 15px;
  }
  
  div.categories.area i a:hover,
  div.categories.area i a:active {
    text-decoration: underline;
    color: #dc1e2b;
  }
  
  #alphapager {
    text-align: center;
    margin-left: -60px;
    color: #a49f8f;  
  }
  
  #alphapager a {
    color: #6a544c;
    text-decoration: none;
  }

  #alphapager a:hover,
  #alphapager a:active {
    text-decoration: underline;
    color: #dc1e2b;
  }
  
  #alphapager span {
    color: #6a544c;
    font-weight: bold;
  }
  
  div.merchants.area h2.specific,
  div.brands h2.specific {
    height: 35px !important;
    padding: 0;
    margin: -30px 0 0 -100px;
    background-image: none;
    font-size: 30px;
    font-weight: bold;
    color: #dc1e2b;
  }
  
  div.text p {
    color: #5c4942;
    margin-top: 10px;
    width: 630px;
    line-height:150%;
  }
  
  div.text h3 {
  	color: #6a544c;
    font-weight:bold;
    font-size:17px;
  }

  div.text h4 {
    color: #5c4942;
    font-weight:bold;
    font-size:16px;
  }

  div.text h5 {
    margin-top: 10px;
    font-weight: bold;
    color: #5c4942;
    font-size:14px;
  }

  div.text ul {
    color: #5c4942;
    list-style:none;
    width: 600px;
  }

  div.text li {
    list-style:none;
    margin-top: 10px;
    line-height:130%;
    padding-left:11px;
	background:url(../images/bullet.gif) no-repeat 0 .45em;
	}

  div.text a {
    font: italic 13px Georgia;
    color: #6a544c;
	}

  div.text a:hover,
  div.text a:active {
    color: #dc1e2b;
  }

  #error-page {
    color: #5c4942;
  }

  #error-page h1 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0;
  }

  #error-page h5 {
    margin: 10px 0;
  }

  #error-page a {
    margin: 10px 0;
    font: italic 13px Georgia;
    color: #6a544c;
  }

  #error-page a:hover,
  #error-page a:active {
    color: #dc1e2b;
  }

  #ask-confirmation {
    width: 630px;
    color: #5c4942;
  }

  #flash {
    font-size: 14px;
    font-weight: bold;
  }

  #flash .flash-notice {
    color: #0f0;
    border: 1px solid #0f0;
    padding: 10px;
    text-align: center;
  }

  #flash .flash-error {
    color: red;
    border: 1px solid red;
    padding: 10px;
    text-align: center;
  }
  
  div.desc {
    margin-top: -40px;
	  margin-bottom: 40px;
  }
  
  div.desc p {
    width: 630px;
	  font: normal 15px Helvetica;
	  color: #6a544c;
	  line-height: 120%;
  }
  
  div.desc p strong {
	  font-weight: bold;
  }
  
  span.red {
	  color: #dc1e2b;
  }
  
  div.add-list {
    float: right;
    margin-right: 200px;
    margin-top: -20px;
  }
  
  div.add-list a {
    display: block;
    float: left;
	  height: 0px !important;
	  height /**/:23px; /* IE 5/Win hack */
	  padding: 23px 0 0 0;
	  margin-right: 10px;
	  overflow: hidden;
	  background-position: 0 -23px;
	  background-repeat: no-repeat;
  }

  div.add-list a:hover,
  div.add-list a:active {
	  background-position: 0 0;
  }

  div.add-list a {
	  background-image: url(../images/add-a-list.png);
	  width: 75px;
  }




  #deals {
    position: relative;
    overflow: hidden;
    height: auto;
    margin-top: -50px;
  }

  #deals div.update {
  display: none;
    position: absolute;
    left: 260px;
    top: 110px;
  }

  #deals div.update a {
	  display: block;
	  height: 0px !important;
	  height /**/:25px; /* IE 5/Win hack */
	  width: 74px;
	  padding: 25px 0 0 0;
	  overflow: hidden;
	  background: url(../images/update2.png) no-repeat 0 -25px;
  }

  #deals div.update a:hover,
  #deals div.update a:active {
    background-position: 0 0;
  }

  #search-results #deals {
    margin-top: 10px;
  }

  #deals ul {
	  height: 54px;
	  margin: -12px 0 -12px;
  }

  #deals ul li {
	  float: left;
	  margin-right: 20px;
  }

  #deals ul li a {
	  display: block;
	  height: 0px !important;
	  height /**/:54px; /* IE 5/Win hack */
	  padding: 54px 0 0 0;
	  overflow: hidden;
	  background-repeat: no-repeat;
	  background-position: 0 -54px;
  }

  #deals ul li a:hover,
  #deals ul li a:active,
  #deals ul li.selected a {
    background-position: 0 0;
  }

  #deals ul li.popular,
  #deals ul li.popular a {
	  width: 68px;
	  background-image: url(../images/popular.png);
  }

  #deals ul li.new,
  #deals ul li.new a {
	  width: 47px;
	  background-image: url(../images/new.png);
  }

  #deals ul li.expiring,
  #deals ul li.expiring a {
	  width: 68px;
	  background-image: url(../images/expiring.png);
  }

  #deals ul li.freeshipping,
  #deals ul li.freeshipping a {
	  width: 108px;
	  background-image: url(../images/freeshipping.png);
  }

  #deals ul li.printable,
  #deals ul li.printable a {
	  width: 77px;
	  background-image: url(../images/printable.png);
  }

  #deals h3 {
    clear: both;
    font-size: 18px;
    font-weight: bold;
	  color: #dc1e2b;
	  text-align: left;
  }

  #deals div.list {
    clear: both;
    margin: 10px 0;
    width: 630px;
    padding-bottom: 25px;
    border-top: 1px solid #dc1e2b;
  }

  div.list.featured {
	  border-top: none;
	  margin-bottom: -20px;
  }

  div.list.featured div.deal {
	  background: url(../images/deal-bg-featured.png) repeat-x left top transparent;
	  border-top: 3px solid #dc1e2b;
  }

  div.deal {
    clear: both;
	  width: 630px;
	  overflow: hidden;
	  font-size: 12px;
    color: #5c4942;
	  margin: 10px 0 -15px;
	  padding: 10px 0;
	  line-height: 1.5em;
  }

  div.list div.deal.odd {
	  background: url(../images/deal-bg-odd.png) no-repeat left bottom transparent;
    position: relative;
    z-index: 99;
  }

  div.list div.deal.even {
  	background: url(../images/deal-bg-even.png) no-repeat left bottom #faf9f7;
    position: relative;
    z-index: 1;
  }

  div.deal i {
    clear: both;
    display: block;
    float: left;
	  width: 80px;
    white-space: nowrap;
	  font: italic 12px Georgia;
	  color: #ad7e78;
	  height: 1.5em;
	  line-height: 1.4em;
	  margin: 0 5px;
	  text-align: right;
  }

  div.deal div.description {
    position: relative;
    clear: both;
    float: left;
    width: 410px;
    color: #000;
    overflow: hidden;
  }

  div.deal div.description p {
    display: block;
    float: left;
	  width: 320px;
  }

  div.deal div.details {
	  float: right;
	  width: 220px;
	  overflow: hidden;
	  margin-top: 1.4em;
  }

  #deals.special div.deal div.details {
    margin-top: 5px;
    width: 630px;
	  clear: both;
	  overflow: hidden;
  }

  div.deal div.tools div.details p {
    display: block;
    float: none;
  }

  #deals.special div.deal div.details p {
    float: left;
    width: 210px;
  }
  
  #deals div.deal p.expires {
    color: #dc1e2b;
  }

  #deals.special div.deal div.description {
    width: 630px;
  }

  div.deal div.vote {
    display: block;
    position: absolute;
    left: 443px;
    top: 0;
	  height: 36px;
    width: 177px;
	  overflow: hidden;
    background: url(../images/vote-bg.png) no-repeat left top transparent;
  }

  #deals.special div.deal div.vote {
    display: block;
  }

  div.deal div.vote a {
	  display: block;
	  height: 0px !important;
	  height /**/:22px; /* IE 5/Win hack */
	  width: 18px;
	  padding: 22px 0 0 0;
	  overflow: hidden;
	  background-repeat: no-repeat;
	  background-position: 0 -22px;
  }

  div.deal div.vote a.up {
    position: absolute;
    left: 150px;
    top: 5px;
	  background-image: url(../images/thumb-up.png);
  }

  div.deal div.vote a.down {
    position: absolute;
    left: 120px;
    top: 10px;
	  background-image: url(../images/thumb-down.png);
  }
  
  div.deal div.vote a.up:hover,
  div.deal div.vote a.up:active,
  div.deal div.vote a.down:hover,
  div.deal div.vote a.down:active {
	  background-position: 0 0;
  }
  
  div.deal div.vote a.up.gray,
  div.deal div.vote a.down.gray,
  div.deal div.vote a.up.gray:hover,
  div.deal div.vote a.up.gray:active,
  div.deal div.vote a.down.gray:hover,
  div.deal div.vote a.down.gray:active {
	  background-position: 0 -44px;
  }

  div.deal div.tools {
    clear: both;
    overflow: hidden;
	  width: 610px;
	  padding-top: 15px;
	  margin: 10px 10px;
  }

  div.deal div.tools a {
    display: block;
    float: left;
	  height: 0px !important;
	  height /**/:23px; /* IE 5/Win hack */
	  padding: 23px 0 0 0;
	  margin-right: 10px;
	  overflow: hidden;
	  background-position: 0 -23px;
	  background-repeat: no-repeat;
  }

  div.deal div.tools a:hover,
  div.deal div.tools a:active {
	  background-position: 0 0;
  }

  div.deal div.tools a.add-to-list {
	  background-image: url(../images/add-to-list.png);
	  width: 75px;
  }

  div.deal div.tools a.add-comment {
	  background-image: url(../images/add-comment.png);
	  width: 90px;
  }

  div.deal div.tools a.show-comments {
	  background-image: url(../images/comments.png);
	  width: 90px;
    text-decoration: none;
    font-size: 11px;
  }

  div.deal div.tools a.show-comments span {
    display: block;
    margin: -20px 0 0 16px;
    text-decoration: none;
    font-weight: bold;
    color: #969489;
  }

  div.deal div.tools a.show-comments:hover span,
  div.deal div.tools a.show-comments:active span {
    color: #fff;
  }

  div.deal div.tools a.tweet-this {
	  background-image: url(../images/tweet-this.png);
	  width: 86px;
  }

  div.deal div.tools a.share-this {
	  background-image: url(../images/share-this.png);
	  width: 66px;
  }

  div.deal div.tools a.details {
    float: right;
    margin-right: 0;
	  background-image: url(../images/details.png);
	  width: 67px;
  }

  div.deal a.code {
/*    display: block;
    float: left;*/
	  font-size: 14px;
	  font-weight: bold;
	  color: #6a544c;
	  text-decoration: none;
    background-color: #fff1bd;
    border: 1px dashed #dc1e2b;
    padding: 0 2px;
  }

  div.deal p.submitter a {
	  color: #5c4942;
	  text-decoration: underline;
  }

  div.deal p.site a {
    color: #dc1e2b;
    text-decoration: none;
  }

  div.deal p.site a img {
    max-height: 40px;
    height: 40px;
    max-width: 180px;
    display: block;
    margin: 0 auto;
    text-align: center;
  }

  div.deal a.store {
    clear: both;
    display: block;
	  font: italic 11px Georgia;
    color: #969489;
	  text-decoration: underline;
	  line-height: 1.5em;
	  margin-left: 90px;
  }

  div.deal a.external {
/*	  font: italic 12px Georgia;
	  color: #6a544c;
	  text-decoration: underline;
	  line-height: 1.4em;*/
	  font-size: 14px;
	  font-weight: bold;
	  color: #6a544c;
	  text-decoration: none;
  }

  div.deal p.stats {
	  display: none;
  }

  #deals.special div.deal p.stats {
	  display: inline;
  }

  #deals.special div.deal p.site,
  #deals.special div.deal a.store {
	  display: none;
  }

  div.deal a.store:hover,
  div.deal a.store:active,
  div.deal p.submitter a:hover,
  div.deal p.submitter a:active,
  div.deal a.external:hover,
  div.deal a.external:active,
  div.deal p.site a:hover,
  div.deal p.site a:active {
    color: #dc1e2b;
  }

  #deal-tooltip {
    padding: 4px;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
	  font: italic 12px Georgia;
    background: #fab6d6;
    z-index: 99;
  }

  #deal-details div.tools a.details {
    display: none;
  }

  #deal-details h3 {
    padding-top: 30px;
    color: #dc1e2b;
    font-size: 18px;
    font-weight: bold;
  }

  #new-deal div.area {
    padding-bottom: 0;
  }

  #merchant-deals,
  #brand-deals,
  #category-deals {
	  padding-top: 50px;
  }



  #deals-lists ul {
	  height: 54px;
	  margin: -13px 0;
  }

  #deals-lists ul li {
	  float: left;
	  margin-right: 20px;
  }

  #deals-lists ul li a {
	  display: block;
	  height: 0px !important;
	  height /**/:54px; /* IE 5/Win hack */
	  padding: 54px 0 0 0;
	  overflow: hidden;
	  background-repeat: no-repeat;
	  background-position: 0 -54px;
  }

  #deals-lists ul li a:hover,
  #deals-lists ul li a:active,
  #deals-lists ul li.selected a {
    background-position: 0 0;
  }

  #deals-lists ul li.popular,
  #deals-lists ul li.popular a {
	  width: 68px;
	  background-image: url(../images/popular.png);
  }

  #deals-lists ul li.recent,
  #deals-lists ul li.recent a {
	  width: 68px;
	  background-image: url(../images/recent.png);
  }

  #deals-lists ul li.items,
  #deals-lists ul li.items a {
	  width: 129px;
	  background-image: url(../images/numberofitems.png);
  }

  #deals-lists h3 {
    clear: both;
    font-size: 18px;
    font-weight: bold;
	  color: #dc1e2b;
	  text-align: left;
	  margin: 0 30px;
  }

  #deals-lists div.list {
    clear: both;
    margin: 10px 0;
    padding-bottom: 25px;
  }

  div.list div.deals-list {
	  background: url(../images/deal-bg-featured.png) repeat-x left top transparent;
	  border-top: 1px solid #dc1e2b;
    clear: both;
	  width: 630px;
	  overflow: hidden;
	  font-size: 12px;
	  color: #969489;
	  margin: 10px 0 0 0;
	  padding: 20px 0 0;
	  line-height: 1.5em;
  }

  div.list div.deals-list i {
    clear: both;
    display: block;
    float: left;
	  width: 80px;
    white-space: nowrap;
	  font: italic 12px Georgia;
	  color: #ad7e78;
	  height: 1.5em;
	  line-height: 1.4em;
	  margin: 0 5px;
	  text-align: right;
  }

  div.list div.deals-list p {
    display: block;
    float: left;
	  width: 500px;
  }

  div.list div.deals-list div.details {
    padding: 5px 0 0 45px;
    width: 630px;
	  clear: both;
	  overflow: hidden;
  }

  div.list div.deals-list div.details i {
    clear: none;
    display: block;
    float: left;
    margin-right: 80px;
  }

  div.list div.deals-list a {
	  color: #5c4942;
	  text-decoration: underline;
  }

  div.list div.deals-list a.name {
    text-decoration: none;
  }

  div.list div.deals-list a:hover,
  div.list div.deals-list a:active {
    color: #dc1e2b;
  }

  #deals-list div.deals-list {
    position: relative;
    color: #969489;
  }

  #deals-list div.deals-list div.description {
    width: 630px;
  }

  #deals-list div.deals-list div.details {
    margin-top: 10px;
  }

  #deals-list div.deals-list div.details i {
    display: block;
    float: left;
	  width: 260px;
    white-space: nowrap;
	  font: italic 12px Georgia;
	  color: #ad7e78;
	  height: 1.5em;
	  line-height: 1.4em;
	  margin: 0 5px;
	  text-align: left;
  }

  #deals-list div.deals-list div.tools {
    clear: both;
    padding-top: 10px;
  }

  #deals-list div.deals-list a {
	  color: #5c4942;
	  text-decoration: underline;
  }

  #deals-list div.deals-list a:hover,
  #deals-list div.deals-list a:active {
    color: #dc1e2b;
  }

  #deals-list div.deals-list div.tools {
    clear: both;
    overflow: hidden;
	  width: 610px;
	  padding-top: 15px;
	  margin: 10px 10px;
  }

  #deals-list div.deals-list div.tools a {
    display: block;
    float: left;
	  height: 0px !important;
	  height /**/:23px; /* IE 5/Win hack */
	  padding: 23px 0 0 0;
	  margin-right: 10px;
	  overflow: hidden;
	  background-position: 0 -23px;
	  background-repeat: no-repeat;
  }

  #deals-list div.deals-list div.tools a:hover,
  #deals-list div.deals-list div.tools a:active {
	  background-position: 0 0;
  }

  #deals-list div.deals-list div.tools a.share {
	  background-image: url(../images/sendtofriend.png);
	  width: 89px;
  }

  #deals-list div.deals-list div.tools a.edit {
	  background-image: url(../images/editlist.png);
	  width: 58px;
  }

  #deals-list div.deals-list div.tools a.delete {
	  background-image: url(../images/deletelist.png);
	  width: 63px;
  }

  #deals-list div.deals-list div.tools a.copy {
	  background-image: url(../images/copylist.png);
	  width: 58px;
  }

  #deals-list div.deals-list div.tools a.add-comment {
	  background-image: url(../images/add-comment.png);
	  width: 90px;
  }

  #deals-list div.deals-list div.vote {
    margin-left: 10px;
  }

  #deals-list div.deals-list div.vote a {
	  display: block;
	  height: 0px !important;
	  height /**/:22px; /* IE 5/Win hack */
	  width: 18px;
	  padding: 22px 0 0 0;
	  overflow: hidden;
	  background-repeat: no-repeat;
	  background-position: 0 -22px;
  }

  #deals-list div.deals-list div.vote a.up {
    position: absolute;
    left: 340px;
    top: 155px;
	  background-image: url(../images/thumb-up.png);
  }

  #deals-list div.deals-list div.vote a.down {
    position: absolute;
    left: 310px;
    top: 160px;
	  background-image: url(../images/thumb-down.png);
  }

  #deals-list div.deals-list div.vote a.up:hover,
  #deals-list div.deals-list div.vote a.active,
  #deals-list div.deals-list div.vote a.down:hover,
  #deals-list div.deals-list div.vote a.down:active {
	  background-position: 0 0;
  }

  #deals-list #deals {
    padding-top: 50px;
  }

  #add-to-list div.list a {
	  color: #5c4942;
	  text-decoration: underline;
  }

  #add-to-list div.list a:hover,
  #add-to-list div.list a:active {
    color: #dc1e2b;
  }

  div.deals-list div.tools a.show-comments {
	  background-image: url(../images/comments.png);
	  width: 90px;
    text-decoration: none !important;
    font-size: 11px;
    line-height: 2em;
  }

  div.deals-list div.tools a.show-comments span {
    display: block;
    margin: -22px 0 0 16px;
    text-decoration: none;
    font-weight: bold;
    color: #969489;
  }

  div.deals-list div.tools a.show-comments:hover span,
  div.deals-list div.tools a.show-comments:active span {
    color: #fff;
  }




  #friends,
  #friend-requests {
    margin-top: 20px;
    color: #969489;
    overflow: hidden;
    font-size: 12px;
    line-height: 1.5em;
  }

  #friend-requests ul.friendship-requests {
  }

  #friends ul li a,
  #friend-requests ul.friendship-requests li a {
	  font: italic 12px Georgia;
    color: #5c4942;
    font-weight: normal;
    display: inline;
    text-decoration: underline;
  }

  #friend-requests ul.friendship-requests li span.actions a {
	  color: #ad7e78;
    text-decoration: none;
  }

  #friend-requests ul.friendship-requests li a:hover,
  #friend-requests ul.friendship-requests li a:active,
  #friend-requests ul.friendship-requests li span.actions a:hover,
  #friend-requests ul.friendship-requests li span.actions a:active {
    background-color: transparent;
    color: #dc1e2b;
  }

  #profile-image {
    text-align: center;
  }

  #profile-image img {
    width: 180px;
  }

  #profile-tools ul {
    margin-top: 20px;
  }

  #profile-statistics {
    margin-top: 20px;
    color: #969489;
    overflow: hidden;
    font-size: 12px;
    line-height: 1.5em;
  }
  
  #profile-statistics i {
    clear: both;
    display: block;
    float: left;
	  width: 80px;
    white-space: nowrap;
	  font: italic 12px Georgia;
	  color: #ad7e78;
	  height: 1.5em;
	  line-height: 1.4em;
	  margin: 0 5px;
	  text-align: right;
  }

  #profile-statistics span {
    display: block;
    float: left;
	  width: 100px;
    white-space: nowrap;
  }

  #people ul {
    clear: both;
    margin-top: 20px;
  }

  #people li {
    border: 1px solid #dbd7d4;
    background-color: #fff;
    display: block;
    float: left;
    height: 110px;
    width: 150px;
    line-height: 100%;
    list-style: none;
    margin: 5px;
    overflow: hidden;
    text-align: center;
  }

  #people li:hover,
  #people li:active,
  #people li a:hover,
  #people li a:active {
    border-color: #dc1e2b;
  }

  #people li a {
	  font: italic 11px Georgia;
	  color: #6a544c;
	  text-decoration: underline;
  }

  #people li a img {
    margin: 5px;
    height: 70px;
    max-width: 140px;
    max-height: 80px;
  }

  #people li a span {
    display: block;
    height: 80px;
  }

  #friends-list {

  }

  #friends-list ul {

  }

  #friends-list li {
    background-color: #fcfcfc;
    border: 1px solid #aaa;
    margin-bottom: 8px;
    min-height: 50px;
    padding: 2px 0 0 2px;
    overflow: hidden;
  }

  #profile-comments form.myform .type-text label {
    display: block;
    width: auto;
    text-align: left;
    font-weight: bold;
    float: none;
  }

  #profile-comments form.myform .type-text textarea {
    display: block;
    float: none;
    height: 30px;
    width: 610px;
  }

  #profile {
    color: #969489;
    overflow: hidden;
    font-size: 12px;
    line-height: 1.5em;
  }

  #profile h3 {
    font-size: 18px;
    font-weight: bold;
	  color: #dc1e2b;
	  text-align: left;
  }

  #profile #user-about h3,
  #profile #user-contact h3 {
    clear: both;
    margin: 10px 0;
  }

  #profile #user-contact h3 {
    padding-top: 20px;
  }


  #profile #user-about i,
  #profile #user-contact i {
    clear: both;
    display: block;
    float: left;
	  width: 80px;
    white-space: nowrap;
	  font: italic 12px Georgia;
	  color: #ad7e78;
	  height: 1.5em;
	  line-height: 1.4em;
	  margin: 0 5px;
	  text-align: right;
  }

  #profile #user-about span,
  #profile #user-contact span {
    display: block;
    float: left;
	  width: 540px;
  }

  #profile #user-activity li {
	  font: italic 12px Georgia;
	  line-height: 1.4em;
	  margin: 5px;
  }

  #profile #user-activity li a {
    color: #5c4942;
  }

  #profile #user-activity li a:hover,
  #profile #user-activity li a:active {
    color: #dc1e2b;
  }

  #favorites.not-my h2 span {
    display: block;
    position: absolute;
    right: 380px;
    top: 5px;
    color: #dc1e2b;
    font-size: 30px;
    font-weight: bold;
    height: 35px !important;
  }

  #favorites #deals {
    margin-top: 30px;
  }





  form.myform {
    background: transparent;
    margin: 0 0 1em 0;
    padding: 40px 0 0;
    overflow: hidden;
    width: 630px;
  }

  form.myform fieldset {
    background-color: transparent;
    border: 1px solid #dbd7d4;
    margin: 0 0 1em 0;
    padding: 1em;
  }

  form.myform legend {
    font-size: 18px;
    font-weight: bold;
    color: #dc1e2b;
    margin-left: 150px;
  }

  form.myform label {
    cursor: pointer;
    text-align: right;
    margin-right: 10px;
    font-size: 14px;
    color: #77776c;
    line-height: 2em;
    height: 2em;
  }

  form.myform .type-text label,
  form.myform .type-select label,
  form.myform .type-captcha label {
    float: left;
    width: 140px;
  }

  form.myform .type-check label {
    display: inline;
  }

  form.myform input[type=hidden] {
    display: none !important;
  }

  form.myform .type-text,
  form.myform .type-select,
  form.myform .type-check,
  form.myform .type-captcha {
    margin: 0.5em 0;
  }

  form.myform .button-pane {
    margin: 1em 0 0 280px;
  }

  form.myform .button-pane span {
    float: left;
    font: italic 12px Georgia;
    color: #817e74;
    margin: 4px;
  }

  form.myform .button-pane span a {
    color: #817e74;
	}

  form.myform .button-pane span a:hover,
  form.myform .button-pane span a:active {
    color: #dc1e2b;
	}

  form.myform .button-pane input[type=submit] {
    border: none;
    cursor: pointer;
    display: block;
    float: left;
	  height: 0px !important;
	  height /**/:24px; /* IE 5/Win hack */
    width: 73px;
	  padding: 24px 0 0 0;
	  overflow: hidden;
    background: url(../images/submit.png) no-repeat 0 -24px;
  }

  form.myform .button-pane input[type=submit].next {
    background-image: url(../images/next-btn.png);
  }

  form.myform .button-pane input[type=submit]:hover,
  form.myform .button-pane input[type=submit]:active {
    background-position: 0 0;
  }

  form.myform .type-captcha input {
    clear: left;
    font-family: Helvetica, Arial;
    font-size: 100%;
    border: 1px solid #bbb;
    padding: 0.3em 0.3em;
    width: 100px;
  }

  form.myform .type-captcha img {
    float: left;
    margin-right: 10px;
  }

  form.myform .type-text input,
  form.myform .type-text textarea {
    font-family: Helvetica, Arial;
    font-size: 100%;
    border: 1px solid #bbb;
    padding: 0.3em 0.3em;
    width: 400px;
  }
  
  form.myform .type-select select {
    display: inline;
    font-family: Helvetica, Arial;
    font-size: 100%;
    padding: 0.1em;
    margin: 0.4em;
  }

  form.myform .type-check {
    padding-left: 150px;
  }

  form.myform .type-captcha input:focus,
  form.myform .type-captcha input:hover,
  form.myform .type-captcha input:active,
  form.myform .type-text input:focus,
  form.myform .type-text input:hover,
  form.myform .type-text input:active,
  form.myform textarea:focus,
  form.myform textarea:hover,
  form.myform textarea:active {
    border: 1px #c41b26 solid;
  }

  form.myform .link-pane {
    clear: both;
    padding: 10px;
    text-align: center;
    font: italic 12px Georgia;
    color: #817e74;
  }
  
  form.myform .link-pane a {
    color: #817e74;
	}

  form.myform .link-pane a:hover,
  form.myform .link-pane a:active {
    color: #dc1e2b;
	}

  form.myform ul.radio_list {
    overflow: hidden;
  }

  form.myform ul.radio_list li {
    float: left;
    display: inline;
  }

  form.myform ul.radio_list li input {
    float: left;
    display: block;
    width: auto;
    margin-top: 6px;
  }

  form.myform ul.radio_list li label {
    display: inline;
    float: none;
  }

  form.myform .message {
    display: block;
    margin-bottom: 0.5em;
    color: #777;
  }

  form.myform .error {
    padding: 0;
  }

  form.myform .error label {
    font-weight: bold;
  }

  form.myform .error .message {
    color: #dc1e2b;
    margin-left: 150px;
  }

  form.myform .help {
    font: italic 12px Georgia;
    color: #a49f8f;
    margin: 8px 0 12px 154px;
  }

  #new-deal ul {
	  height: 54px;
	  margin: 22px 0 10px;
  }

  #new-deal ul li {
	  float: left;
	  margin-right: 20px;
  }

  #new-deal ul li a {
	  display: block;
	  height: 0px !important;
	  height /**/:54px; /* IE 5/Win hack */
	  padding: 54px 0 0 0;
	  overflow: hidden;
	  background-repeat: no-repeat;
	  background-position: 0 -54px;
  }

  #new-deal ul li a:hover,
  #new-deal ul li a:active,
  #new-deal ul li.selected a {
    background-position: 0 0;
  }

  #new-deal ul li.deal,
  #new-deal ul li.deal a {
	  width: 48px;
	  background-image: url(../images/deal.png);
  }

  #new-deal ul li.couponcode,
  #new-deal ul li.couponcode a {
	  width: 107px;
	  background-image: url(../images/couponcode.png);
  }

  #new-deal ul li.shoppingtip,
  #new-deal ul li.shoppingtip a {
	  width: 106px;
	  background-image: url(../images/shoppingtip.png);
  }

  #new-deal ul li.freeshipping,
  #new-deal ul li.freeshipping a {
	  width: 108px;
	  background-image: url(../images/freeshipping.png);
  }

  #new-deal ul li.printablecoupon,
  #new-deal ul li.printablecoupon a {
	  width: 131px;
	  background-image: url(../images/printablecoupon.png);
  }

  #new-profile form.myform .button-pane {
    text-align: center;
    margin: 1em 0 0 230px;
  }





  div.ajax-tools a {
    line-height: 170%;
    font: italic 11px Georgia;
	  text-decoration: underline;
	  color: #5c4942;
  }

  div.ajax-tools a:hover,
  div.ajax-tools a:active {
    color: #dc1e2b;
  }

  div.ajax-tools form.myform,
  div.ajax-tools div.added,
  div.ajax-tools div.sent {
    width: 600px;
    padding: 10px;
    background-color: #faf9f7;
  }

  div.ajax-tools div.add-comment {
    padding: 10px;
  }

  div.ajax-tools div.comments {
    max-height: 300px;
    overflow: auto;
  }

  div.ajax-tools div.comments dl {
    width: 600px;
  }

  div.ajax-tools div.comments a {
    display: block;
    font-size: 11px;
    margin: 5px 0 10px 500px;
    padding-left: 20px;
  }

  div.ajax-tools form.myform .button-pane {
    clear: both;
    margin-left: 440px;
  }

  div.ajax-tools div.comment form.myform legend,
  div.ajax-tools div.lists form.myform legend {
    display: none;
  }

  div.ajax-tools form.myform .type-text,
  div.ajax-tools form.myform .type-select {
    clear: both;
    width: 610px;
    margin-top: 15px;
  }

  div.ajax-tools form.myform .type-text input,
  div.ajax-tools form.myform .type-text textarea,
  div.ajax-tools form.myform .type-select input,
  div.ajax-tools form.myform .type-select select {
    float: left;
  }

  div.ajax-tools form.myform label {
    vertical-align: top;
    display: block;
    width: 80px;
    float: left;
    font: italic 11px Georgia;
	  color: #5c4942;
    line-height: 1.5em;
  }

  div.ajax-tools form.myform li label {
    vertical-align: top;
    display: block;
    width: auto;
    float: left;
  }

  div.ajax-tools form.myform .type-select {
    height: 15px;
  }

  div.ajax-tools div.comments a.member {
    display: inline;
    margin: 0;
    padding: 0;
    font-size: 11px;
  }

  div.ajax-tools textarea {
    width: 500px;
    height: 28px;
    overflow: auto;
  }

  div.ajax-tools form.myform .help {
    font: italic 11px Georgia;
    color: #a49f8f;
    margin: 8px 0 12px 100px;
  }
  
  span.o {
    color: #dc1e2b;
  }
  
  ul.b {
    width: 650px;
  }
  
  ul.b li {
    float: left;
    padding-right: 10px;
  }
  
  ul.b li a {
    color: #6a544c;
    text-decoration: none;    
  }
  
  ul.b li a:hover,
  ul.b li a:active {
    color: #dc1e2b;
  }
}

