/* home page ids - bit different to the rest of the site*/
#content{
	border-bottom: 2px solid #FFFFFF;
	background-color: #FFFFFF;
	height: 253px;
	width: 100%;
}
#whatsnew td{
text-align: left;
}
#whatsnew{
	height: 253px;
	width: auto;
	overflow: auto;
	background-color: #4D4470;
	float: left;
	text-align: left;
	scrollbar-3dlight-color: #EBEBEB;
	scrollbar-arrow-color: #4D4470;
	scrollbar-darkshadow-color: #444444;
	scrollbar-face-color: #CCCCCC;
	scrollbar-highlight-color: #A4A9D4;
	scrollbar-shadow-color: #4D4470;
	scrollbar-track-color: #4D4470;
}
#whatsnew .scroll {
	width: 100%;
	overflow: auto;
}

#specials td{
	padding: 0px 2px 0px 4px;
	font-family: Verdana,Geneva,sans-serif;
	font-size: 10px;
	color: #FFFFFF;
		text-align:left;
}

/* used for when shop is offline! */
/*
#specials td{
	padding: 0px 5px 0px 5px;
	font-family: Verdana,Geneva,sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align:center;
}
*/

#specials td.price{
	font-family: Verdana,Geneva,sans-serif;
	font-size: 10px;
	color: #A4A9D4;
	font-weight: bold;
	text-align: right;
}
#specials a{
	color: #A4A9D4;
	text-decoration: underline;
}

#specials a:hover{
	color: #A4A9D4;
	text-decoration: none;
}


#brands{
	width: 100%;
	border-top: 10px solid #cccccc;
	padding-top: 44px;
	padding-bottom: 5px;
	vertical-align: bottom;
}
/* end homepage */
