﻿#special-offers-table
{
	margin-top:15px;	
	width:95%;
	text-align:left;
}

.special-offers-list-table
{
	width:100%;	
}

.special-offers-list-table a
{
	font: 0.8em Verdana, sans-serif;
}

.special-offers-list-table a:hover
{
	text-decoration:underline;
}

#special-offers-table .dates
{
	font: 0.8em Verdana, sans-serif;	
	color: #472d03;	
}

#special-offers-table input
{
	width:50px;
}

#special-offers-table a:hover
{
	color:#99702c;
}

#special-offers-table .title
{
	font: 1.1em Verdana, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	height:18px;
	vertical-align:top;

}

#special-offers-table .title a
{
	color: #472d03;
}

#special-offers-table .description
{
	font: 0.8em Verdana, sans-serif;	
	width:80%;
	vertical-align:top;
}

#special-offers-table .notes
{
	font: 0.8em Verdana, sans-serif;	
	color:#666666;
}


#special-offers-table .check
{
	font: 1.6em Verdana, sans-serif;
	text-align:center;
}

#special-offers-table .price
{
	font: 1.6em Verdana, sans-serif;
	text-align:left;
}

#special-offers-table img
{
	border:solid 4px #472d03;
}

#special-offers-table .dark img
{
	border:solid 4px #fff;
}

#special-offers-table .light
{
	border:solid 1px #e3cda7;
}

#special-offers-table .dark
{
	background-color:#e3cda7;
}

#special-offers-table .dark .description
{
	color: #472d03;	
}

#special-offers-table .dark .price
{
	color: #472d03;	
}

#special-offers-table .separator
{
	border-bottom: dotted 1px #472d03;	
}

#special-offers-table .button
{
	text-align:right;
	font: 0.9em Verdana, sans-serif;
}