f.deals-table {
  margin:0px auto 0px auto;
}

/*                 */
td.dealbox-large {
  width:50%;
  position:relative;
}

td.dealbox-small {
  width:25%;
  padding:5px 50px 5px 50px;
}

td.soldout {
  background-image: url(../img/soldout.png);
  background-repeat:no-repeat;
  background-position:center center;  
}
div.soldout {
  filter:alpha(opacity=25);
	-moz-opacity:0.25;
	-khtml-opacity: 0.25;
	opacity: 0.25;
}

/* dealbox (shared) */
.deal-small .head, .deal-large .head {
  padding-top:1px;
  height: 31px;
}

.deal-small .body, .deal-large .body {
  background-repeat: repeat-x;
  background-position: center;
  border-right: 1px solid #ccc; /*dea303;*/
  border-left: 1px solid #ccc;
}

.deal-small .footer, .deal-large .footer {
	height: 20px;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.deal-small a.title, .deal-large a.title {
  color: #bc0000;
  font: 12px Helvetica;
  text-decoration: none;
  
  display:block; 
  overflow:hidden;
  vertical-align:middle;
  text-align: center;
}

.deal-logo {
	border: none;
    height:30px;
}
.dealName {
  width:0px;
  height:0px; 
  overflow:hidden;
}

.deal-small .image, .deal-large .image {
  background-repeat:no-repeat;
  background-position:center;
  background-color:white;
}

.deal-small .price, .deal-large .price {
  background-color: white; 

  filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
  
  border:1px solid #ccc;

  font: bold 24px Helvetica;
  color: #404040;
  white-space:nowrap;

  vertical-align:middle;
  padding-top:2px;
  display:block;  
  overflow:hidden;
}

.thumbs img, .icons img, .item_image{
	margin-top: 8px;
	margin-left: 3px;
	border:none;
}
.deal-small a, .deal-large {
  text-decoration:none;
}

.footer .text {
  padding:2px 2px 2px 2px;
  text-align: center;
  vertical-align:middle;
  width:100%;
  white-space:nowrap;
  overflow:hidden;
  font: 12px Helvetica;
  color:#ce8303;
  line-height:14px;
  height:14px;
}

.sponsor .tagline {
  margin:25px auto 0px auto;
  padding:10px 20px 0px 20px;
  background-repeat:no-repeat;
  background-position:center bottom;
  z-index:2;
  position:relative;
}

.free .tagline {
  background-repeat:no-repeat;
  background-position:center bottom;  
}
.deal-large {
  width: 350px;
  margin:0px auto 0px auto;
  overflow:hidden;
  z-index:1;
  position:relative;
}
.deal-large .head {
  background-image: url(../img/deal_head_large.gif);
}

.deal-large .body {
  background-image: url(../img/deal_body_large.gif);
  height:420px;
}

.deal-large a.title {
  padding-top:5px;
  margin: 0px 10px 5px 10px;
  
  font-size:18px;
  height: 40px;
  line-height: 20px;
}

.deal-large .image {
  width:250px;
  height:250px;
}

.deal-large .price {
  font-size:32px;
  line-height:40px;
  width:250px;
  height:40px;
}
.deal-large .shipping-text {
  font-size:10px;
  line-height:50px;
  height:50px;
}

.deal-large .description {
    font:14px Helvetica;
    line-height:16px;
    height:32px;
    text-align: left;
    
    display:block;
    overflow:hidden;
    padding:0px 25px 0px 25px;
    margin:15px auto 5px auto;
}

.deal-small .footer {
	background-image: url(../img/deal_footer_small.gif);
}

/* small dealbox */
.deal-small {
	width: 175px;
	height: 244px;
    overflow:hidden;
	margin:10px auto 10px auto;
}

.deal-small .head {
  background-image: url(../img/deal_head_small.gif);
}

.deal-small .body {
  background-image: url(../img/deal_body_small.gif);
  height:190px;
}

.deal-small a.title {
  padding-top:4px;
  margin: 0px 5px 5px 5px;
  
  font-size:12px;
  height: 28px;
  line-height: 14px;
}

.deal-small .image {
  width:125px;
  height:125px;
 }
 
.deal-small .price {
  font-size: 18px;
  line-height:20px;
  width:125px;
  height:20px;
}

.deal-small .shipping-text {
	font-size: 10px;
}

.deal-large .footer {
  background-image: url(../img/deal_footer_large.gif);
}

/*  other stuff   */
div.hr {
	margin: 20px auto 20px auto;
	height: 30px;
	border: none;
	border-top: 1px solid #d3d3d3;
	width: 90%;
}
div.hr hr {
	display: none;
}

div.sponsor {
	margin: 20px 100px;
	background: transparent;
}

x-div.sponsor:hover {
	background-color: #e0ffff; 
}

div.free {
	margin: auto;
}

span.label1 {
	color: green;
	font-family: serif;
	font-size: 14pt;
	font-weight: bold;
}

div#tipDiv {
  position:absolute; visibility:hidden; left:0; top:0; z-index:10000;
  background-color:#fff; border:5px solid #336; 
  padding:20px;
  color:#000; font-size:11px; line-height:1.2;

  filter:alpha(opacity=95);
	-moz-opacity:0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
}
