

@import url("../../css/layout-navtop-2col.css");
@import url(ecommerce.css);
@import url("typo.css");
@import url("nav.css");

body
{
	background-color:#cccccc;
	text-align:center;
}

div#page
{
	width:500px;
	margin:0px auto 0px auto;
}
div#header
{
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	width:780px;
	height:161px;
}
div#header hr, div#header img, div#branding-tagline
{
	display:none;
}
div#nav
{
	width:450px;
	height:24px;
	left:160px;
	padding:0px;
	top:-80px;
	margin:0px;
}
div#nav-main
{
	height:24px;
	padding:0px;
}
div#content
{
	width:780px;
	background-image:url(images/mainbody.jpg);
	background-repeat:repeat-y;
	margin-top:0px;
	margin-bottom:0px;
	position:relative;
}
div#content-main
{
	margin:0px 5px 0px 220px;
	width:520px;
	padding:10px;
}

div#content-main hr
{
	display:none;
}

html>body div#content-main
{
	height:auto;
	min-height:700px;
}

div#content-sub
{
	height:200px;
	display:none;
	border:1px solid red;
	float:none;
	margin:0px 0px 0px 20px
}


/*body
{
	position:relative;
}*/

div#storetoplevel
{
	display:block;
	float:left;
	width:193px;
	margin:0px 0px 0px 10px;
	background-color:#99CCFF;
	position:absolute;
	left:10px;
	top:0px;
}

div#footer
{
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	margin:0px;
	height:69px;
	width:780px;
}

div#footermain
{
	margin-top:20px;
	color:White;
}

div#f-extra1
{
	height:66px;
	width:780px;
	display:none;
}

div#storetoplevel_content
{
	padding:10px 0px 0px 0px;
	margin-top:0px;
}
div#storetoplevel_content ul
{
	list-style-type:none;
	margin-left:20px;
}
div#storetoplevel_content li
{
	height:22px;
	width:160px;
}
div#storetoplevel_content li a,div#storetoplevel_content li a:active,div#storetoplevel_content li a:visited,div#storetoplevel_content li a:link
{
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}

div#storetoplevel_content li a:hover
{
	text-decoration:underline;
}

div#storetoplevel_footer
{
	background-image:url(images/paymentlogos.gif);
	background-repeat:no-repeat;
	height:183px;
	width:141px;
	/*margin:0px auto 0px auto;*/
	margin:0px 0px 0px 20px;	
}
p#webbeadsfooterlink
{
	line-height:18px;
	padding:0px;
	text-align:center;
}
div#footerNav
{
	color:white;
}
div#footerNav a,div#footerNav a:hover,div#footerNav a:link,div#footerNav a:active,div#footerNav a:visited
{
	color:White;
	text-decoration:none;
}
div#footerNav a:hover
{
	text-decoration:underline;
}


div#product_item,div#product_altitem
{
	/*background-image:url(images/product_item_bg.jpg);*/
	width:140px;
	height:275px;
	border:solid 2px Gray;
	background-repeat:no-repeat;
	background-color:#ffffff;
	margin-bottom:8px;
}
span.proditemDetails
{
	display:block;
	
}


div#product_item .savePanel,div#product_altitem .savePanel
{
	display:none;
}
div#product_item a,div#product_item img,div#product_altitem a,div#product_altitem img
{
	display:block;
}
span.proditemDetails
{
	padding:150px 0px 0px 0px;
}

div#imagedata, div#product-details
{
	margin-top:20px;
}

