html, body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/dbox_background.jpg);
	background-repeat:repeat-y;
}
#container {
	position:relative;
	width:950px;
}
#logo {
	position:absolute;
	top:15px;
	left:12px;
}
#login 
{
    text-align: right;
	position:absolute;
	top:25px;
	left:460px;
	width:315px;
}
#top {
	width:950px;
	height:150px;
}
#bgleft 
{
	position:absolute;
	left: 0px;
	top: 150px;
	width:565px;
	height:610px;
	background-image:url(../images/dbox_contentleft.jpg);
	background-repeat:no-repeat;
	float:left;
}
#pagecontent {
	padding:15px 25px 20px 30px;
	font-size:11px;
}
#bgright 
{
	position:absolute;
	left:565px;
	top:150px;

	width:385px;
	height:610px;
	background-image:url(../images/dbox_contentright.jpg);
	background-repeat:no-repeat;
/*	float:right; */
}
#content_menu {
	width:180px;
	height:210px;
	padding:15px 0px 0px 25px;
	font-size:11px;
	line-height:160%;
}

#ProductListHeader {
	color: yellow;
}

#ProductListItem {
	color: purple;
}

span.ProductDetailsName 
{
    color:#000000;
}

h1 {
	margin:0px;
	padding:0px 0px 5px 0px;
	font-size:14px;
	color:#950400;
}

p {
	margin:0px;
	padding:0px;
	line-height:140%;
}

strong, a {	
	color:#950400;
}

a:hover {
    color:#000000;	
/*	color: white; */
}

a.ProductListName {
	color:#950400;    
}

.LoginName 
{
    color:#FFFFFF;    
}

a.LogOutText 
{
    color:#FFFFFF;        
}

/*===== Form elements =====*/
input {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
.input_125 {
	width:125px;
	border:1px solid #950400;
/*	padding:2px 0px 3px 2px; */
	color:#909090;
	background-color:#FFFFFF;	
}
.input_30 {
	width:30px;
	border:1px solid #950400;
	padding:2px 0px 3px 0px;
	color:#909090;
	background-color:#FFFFFF;	
}
.button {
	border:0px solid #950400;
	padding:1px 0px 1px 0px;
	font-weight:bold;
	background-color:#FFFFFF;	
}
.button_article {
	width:200px;
	background-color:#c9c9c9;	
	border:1px solid #909090;
	padding:2px 0px 3px 0px;
	font-weight:bold;
}
/*===== Menu elements =====*/

