/* eCommerceLayout.css - collection of styles that controls the design and layout of the eCommerce section of this website */
* {
	margin: 0;
	padding: 0;
}

#container {
	width: 100%;
	background: #fff url(../images/layout/top_bg.gif) left top repeat-x;
}


/*header bits*/
#header {
	width: 875px;
	height: 89px;
	margin: 0 auto;
	margin-top: 25px;
	position: relative;
}

#logo {
	width: 348px;
	height: 89px;
	float: left;
}

#nav-top {
	width: 444px;
	height: 66px;
	float: left;
	background: #fff url(../images/layout/header_002.jpg) left top repeat-x;
	padding-top: 23px;
}

#leicalogo {
	width: 83px;
	height: 89px;
	float: left;
}

/*left hand nav*/

#nav-left {
	width: 211px;
	height: auto;
	background: #fff url(../images/layout/left_nav_bg.jpg) left top no-repeat;
	padding-bottom: 0px;
	float: left;
	position: relative;
}

#myButtons 
{
	clear: both;
	width: 211px;
	height: 46px;
}

/*rest of the page*/
#page {
	width: 875px;
	background: #fff;
	margin: 0 auto;
	margin-top: 5px;
	position: relative;
}

#banner {
	width: 655px;
	/*height: 199px;*/
	margin-left: 9px;
	float: left;
	position: relative;
}

#featuredItems {
	width: 392px;
	/*height: 280px;*/
	margin-top: 10px;
	margin-left: 8px;
	padding-bottom: 10px;
	float: left;
}

#specialOffers {
	width: 247px;
	height: 280px;
	margin-top: 10px;
	margin-left: 15px;
	padding-bottom: 10px;
	float: left;
}

/*product details page*/

#productBox {
	/*width: 457px;*/
	width: 497px;
	margin-top: 10px;
	margin-left: 8px;
	padding-bottom: 10px;
	float: left;
	position:relative;
}

#productTabs {
	width: 457px;
	height: 32px;
	float: left;
}

#productBoxDetails {
	width: 457px;
	text-align: left;
	background: url(../images/product-details_bg.jpg) repeat-y;
	float: left;
}

#productBoxImage {
	width: 194px;
	text-align: center;
	float: left;
}

#productBoxsummary {
	width: 228px;
	padding-top:7px;
	padding-left: 10px;
	padding-right: 25px;
	float: left;
}

#productBoxProductDetails{
	width: 407px;
	float: left;
	padding-left: 25px;
	padding-right: 25px;
}

#productBoxBottom{
	width: 407px;
	float: left;
}

#basket {
	width: 153px;
	float: right;
	margin-top: 10px;
}

#adobe {
	width: 183px;
	float: right;
	margin-top: 10px;
	text-align: right;
}

#singlePanel {
	width: 655px;
	margin-top: 10px;
	margin-left: 8px;
	padding-bottom: 10px;
	float: left;
}
/*footer bits*/

#footerbg {
	width: 100%;
	height: 100px;
	background: #fff url(../images/layout/footer_bg.gif) left top repeat-x;
	clear: both;
}

#footerContainer {
	width: 875px;
	height: 100px;
	margin: 0 auto;
	background: #fff url(../images/layout/footer_panels-bg.gif) left top no-repeat;
	clear: both;
}

#address 
{
	color: #000000;
	font-size: 1.2em;
	width: 199px;
	height: 80px;		
	padding-left: 20px;
	padding-top: 17px;
	float: left;
}

#textlinks1 
{
	color: #000000;
	font-size: 1.2em;
	width: 90px;
	height: 75px;		
	padding-left: 45px;
	padding-top: 20px;
	float: left;
}

#textlinks2 
{
	color: #000000;
	font-size: 1.2em;
	width: 115px;
	height: 75px;		
	padding-left: 45px;
	padding-top: 20px;
	float: left;
}

#productLogos{
	width: 360px;
	height: 70px;
	padding-top: 25px;		
	float: left;
}

.ContentRegionButton	
{
	width: 35px;
	height: 35px;
	margin: 0;
	top: 0px;
	position: absolute;
	right: 0px;
	z-index: 1;
}

ul.CMSnav
{
	list-style-type: none;
}

ul.CMSnav li
{
	padding: 3px 0 0 0;
	color: #0d1868;
	font-weight: bold;
}

ul.CMSnav li a
{
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}

ul.CMSnav li a:hover
{
	text-decoration: underline;
}