/*
 * $CVSHeader: greatcanadianrebates.ca/htdocs/css/deals.css,v 1.1 2006/08/16 01:17:49 phoenix Exp $ 
 */

 UL.tabNavigation {
     list-style: none;
     margin: 0;
     padding: 0;
 }

 UL.tabNavigation LI {
 display: inline;
 }

 UL.tabNavigation LI A {
     background-image:url('/images/taboff.gif');
     padding: 3px 5px;
	 font-weight : bold;
     text-decoration: none;
 }

 UL.tabNavigation LI A.selected {
     background-image:url('/images/tabon.gif');
     padding: 3px 5px;
	 font-weight : bold;
     text-decoration: none;
 }

 UL.tabNavigation LI A:focus {
         outline: 0;
 }
 span.tnwidth {display: inline-block;  width: 75px; text-align:center}

 div.tabs > div {
         padding: 5px;
         margin-top: 3px;
         border: solid #aa0505;
		 border-top-width:11px;
		 border-bottom-width:2px;
		 border-left-width:2px;
		 border-right-width:2px;
 }

table.deals {
  border: 0;
  padding: 5px;
  width: 100%;
}

table.deals th {
  font-weight: bold;
  text-align: left;
  color: #a00;
  border-bottom: 1px solid #a00;
  font-size: 14px;
}

table.deals td {
  text-align: left;
  font-size: 12px;
}

table.deals h1 {
  font-size: 12px;
  color: #11f;
  padding: 0.5em 0 0 0;
  margin: 0;
}

div.link {
  padding-bottom: 0.5em;
}

.smaller, a.smaller {
  font-size: 12px;
  font-weight: normal;
}

.spacer {
  font-size: 10px;
  border-top: 1px dotted #ccc;
}

td.logo {
  padding-left: 5px;
  text-align: right;
  vertical-align: top;
}

td.product {
  padding: 0 5px 0 5px;
  text-align: left;
  vertical-align: top;
}

td.pic {
  padding-right: 10px;
}

.sprice {
  font-size: 16px;
  color: #347C17;
  font-weight: bold;
}

.PopBoxImageSmall
{
   border: none 0px white;
   cursor: url("http://yourpath/magplus.cur"), pointer;
}
.PopBoxImageLarge
{
   border: solid thin #CCCCFF;
   cursor: url("http://yourpath/magminus.cur"), pointer;
} 

#dailyspecial {
  padding-bottom: 15px;
}
