﻿/*
	Added to quickly style elements coming from the DB without having to pick through thousands of lines of code.
*/
body
{
	font-size:12px;
}
#mainContent
{
	font-size:12px;
	width:485px !important;
}
a
{
	text-decoration:none;
	color:#ED235F;
}
#mainContent table
{
	width:485px !important;	
}
.product
{
	
}
.product img
{
	float:left;
	padding:5px 5px 5px 0px;
}
.largebold
{
	font-weight:bold;
	display:block;
	font-size:18px;
	color:#8D718A;
	padding-top:20px;
	padding-bottom:20px;
}
.breadcrumbtrail
{
	padding-bottom:10px;
}
.mainpagetableline2
{
	background-color:#F2EFF1;
}

.locationbar
{
	
}
.carryonshopping li
{
	padding-left:10px;
}
.addtobasket input, .buttonstyle
{
	background-color:#DDDDDD;
	border:1px outset #999999;
	color:#666666;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
}
.section
{
	margin-bottom:20px;
}
#minibasket
{
	padding-top:20px;
	padding-right:10px;
	color:#8D718A;
	text-align:right;
}
.mednormal
{
	padding-bottom:10px;
}
.mednormal b
{
	font-size:16px;
	text-transform:uppercase;
}
#basketlinks a{
text-align:right;
clear:both;
}
.subcategory_image
{
	float:right;
	padding:10px 0px 10px 10px;
	clear:both;
}