*{
	margin: 0;
	padding: 0;
}

body
{
	background: #F1F1F2;
}

.bg-home
{
	background: url(../images/bg_home.jpg) left top no-repeat;
}

.user-logged
{
	color: #7D450A;
	padding-left: 15px;
	font-size: 11px;
}

.tableheight100
{
	height: 100%;
}

#home-nav
{
	font-family: georgia, serif;
	font-size: 14px;
	list-style-type: none;
	margin-top: 43px;
}

#home-nav li
{	
	margin-bottom: 10px;
}

.bg-promo
{
	background: url(../images/bg_promo.gif) left top repeat-y;
}

.bg-promo-bottom
{
	background: url(../images/bg_promo_bottom.gif) left bottom no-repeat;
}

.prod-info
{
	font-family: verdana, arial, san-serif;
	font-size: 10px;
	color: white;
	padding-right: 21px;
}

.prod-price-promo
{
	font-family: arial, verdana, san-serif;
	font-size: 18px;
	color: #FFEA00;
}

.prod-price
{
	font-family: arial, verdana, san-serif;
	font-size: 18px;
	color: #FFEA00;
}

.tdcopy
{
	font-family: arial, verdana, san-serif;
	font-size: 10px;
	color: #484848;
	padding: 0 0 0 12px;
}

#footer-links
{
	padding-right: 15px;
}

#header-links
{
	padding-right: 15px;
}

/*===================Links============================*/
#home-nav li a:link, #home-nav li a:visited
{
	text-align: right;
	text-decoration: none;
	text-aign: right;
	font-weight: bold;
	display: block;
	width: 120px;
	_width: 175px;
	height: 17px;
	line-height: 17px;
	color: white;
	padding: 0 42px 0 5px;
}

#home-nav li a:hover
{
	background: #303030;
}

.prod-link:link, .prod-link:visited
{
	color: white;
	text-decoration: none;
	font-weight: bold;
}

.prod-link:hover
{
	color: #FFEA00;
}

.promo-link:link, .promo-link:visited
{
	font-family: verdana, arial, san-serif;
	font-size: 10px;
	color: #FFEA00;
	text-decoration: none;
	font-weight: bold;
	padding-right: 21px;
}

.promo-link:hover
{
	text-decoration: underline;
}

#footer-links a:link, #footer-links a:visited
{
	font-family: arial, verdana, san-serif;
	font-size: 11px;
	color: #484848;
	text-decoration: none;
}

#footer-links a:hover
{
	text-decoration: underline;
}

#header-links a:link, #header-links a:visited
{
	font-family: arial, verdana, san-serif;
	font-size: 11px;
	color: #484848;
	text-decoration: none;
}

#header-links a:hover
{
	text-decoration: underline;
}
/*===================End Links============================*/
