/*  Styles used for all sections of the site */

body
{
	padding:0px;
	margin:0px;
	font-family: Arial, Calibri, Verdana, Tahoma, Helevetica, Times New Roman;
	font-size: small;
	background-repeat: repeat-x;
}

h1
{
	font-size:large;	
	margin-bottom:0.5em;
}

h2
{
	font-size:medium;	
	margin-bottom:0.5em;
}

h3
{
	font-size:14px;	
	margin-bottom:0.5em;
}

#HomePageContent h1
{
	font-size:large;	
	margin-bottom:-0.5em;
}

#HomePageContent h2
{
	font-size:medium;	
	margin-bottom:-0.5em;
}

#dvMainContainer
{
	margin:0 auto;
	width: 784px;
}

#ContentContainer
{
	width: 716px;
	background-repeat:repeat-y;	
	margin-left:35px;
	margin-right:36px;
}

#SectionNavigation
{
	text-align:left;
	float:left;
	margin-top:0em;
	padding-top:0px;
	
}

#SectionNavigation img
{
	margin-left:18px;
}

#SectionNavigation ul
{
	background-color:#e0e0e0;
	width:130px;
	margin-left:19px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	margin-top:0px;
	padding-top:0px;
}

#SectionNavigation li
{
	list-style-type: none;
	padding: 3px;
	height:25px;
	margin-bottom:3px;
	background-position: bottom;
	background-image: url(/Assets/CrossSection/bg-navitem.jpg);
	background-repeat: repeat-x;
}

#SectionNavigation li a
{
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}

#SectionNavigation li a:hover
{
	color:#ffffff;
	text-decoration:none;
}

#PageContent
{
	float:left;
	text-align:left;
	padding-left:20px;
	width:500px;
}

#InternalFooter
{
	clear:both;
	margin-top: 30px;
	margin-left: 1px;
	margin-right: 1px;
	padding-top:20px;
	padding-left:15px;
	padding-right:15px;
	height:45px;	
	font-weight:bold;
	font-size:smaller;
	width:685px;
}

#InternalFooter a
{
	text-decoration:none;
	
}

#InternalFooter a:hover
{
	text-decoration:underline;
}

#InternalFooter ul
{
	list-style: none;
	padding-bottom:0px;
	margin: 0px;
	float:right;
} 

#InternalFooter ul li
{
	float: left;
	padding-bottom:0px;
	margin-bottom:0px;
	padding-left:15px;
	font-weight:bold;
} 

#HomeFoldBox
{
	background-image: url(/Assets/CrossSection/bg-foldbox.gif);
	width:312px;
	height:153px;
	overflow:hidden;
	float:left;
	padding:10px;
}

#HomeAdBox
{
	float:right;
}

#HomeBreak
{
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 60px;
	width: 510px;
	background-position: center;
	background-repeat: repeat-x;
}

div.dvHomeThirdColumn
{
	width: 33%;
	float: left;
	text-align:center;
}

td.topNavCell
{
	vertical-align:bottom;
	text-align:right;
}

td.topNavCell img
{
	vertical-align:bottom;
	padding-right:2px;
}

/* Basket */

table.tblBasket
{
	width:100%;	
	margin-top:15px;
	margin-bottom:25px;
}

table.tblBasket tr.trBasketItem
{
	padding-bottom:5px;
	padding-top:5px;
}

table.tblBasket tr.trBasketItem td, table.tblBasket tr td.tdContent
{
}

table.tblBasket tr td.tdContent
{
	width:80px;	
}

table.tblBasket tr.trBasketItem em
{
	font-size: smaller;
	font-style: normal;
}

table.tblBasket tr td a img
{
	margin-left:5px;
	margin-right:5px;
}

table.tblBasket tr td.tdQuantity
{
	width:100px;
	text-align:right;	
}

table.tblBasket tr td.tdQuantity span.Qty
{
	width:20px;
	font-weight:bold;
	display:inline-block;
	text-align:center;
}

table.tblBasket tr.trSubTotal td, table.tblBasket tr.trPostage td, table.tblBasket tr.trTotal td
{
	padding-bottom:5px;
	padding-top:5px;
}

table.tblBasket tr.trTotal td
{
	font-size:larger;	
}


.aBasketStatus
{
	font-size:11px;
	font-weight:bold;	
	padding-right:5px;
	text-decoration:none;
	
}

div.dvTopBorder
{
	font-size:smaller;
	padding-top: 5px;
	margin-top:20px;
}

div.dvTopBorder img
{
	float:left;
	margin-right:10px;
	
}
