@import url(css/general.css);
@import url(css/boxes.css);
@import url(css/whatsnew_infobox.css);
@import url(css/products_listing.css);

body
{
	margin: 0;
	padding: 0;
	text-align: center;
	font: 0.8em Arial,Georgia,Tahoma,sans-serif;
	background: #eee url(images/background.jpg) repeat-x center bottom fixed;
/*	background: #134792 url(images/background-christmas.jpg) repeat-y center top fixed;*/
	color: #000;
}

#page
{
	width: 940px;
	margin: 0 auto;
}

/* Header
********************************************/
#top
{
	height: 300px;
	margin: 10px auto 0 auto;
	background: url(images/banniere.jpg) top center no-repeat;
}

#top h1
{
	text-indent: -9999px;
}

/* Content
********************************************/
#sidebar
{
	float: left;
	width: 220px;
}

#pageContent
{
	float: left;
	width: 708px;
	margin: 6px;
	text-align: left;
	font-size: 1.3em;
}

#breadCrumb strong
{
	display: none;
}

/* Footer
********************************************/

#footer
{
	clear: both;
	font-size: 1.3em;
	border-top: 2px dotted #000;
	padding-top: 8px;
}

/* ------- original --------- */
SPAN.newItemInCart {color: #f00; }
SPAN.greetUser { color: #f0a480; font-weight: bold;}
SPAN.markProductOutOfStock { color: #c76170; font-weight: bold; }
SPAN.errorText { color: #f00;}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; }
.moduleRowSelected { background-color: #E9F4FC; }

