*{
	margin:0px;
	padding:0px;
}

body{	
	background:url(../images/background.jpg) repeat-x;
	background-color:#F5F5F5;
}

#dBody{
	width:805px;	
	padding:10px 12px;		
	background:#FFFFFF;		
}
#topBanner{
	/*width:100%;*/
	/*background:url(../images/banners/top_banner.jpg) no-repeat center;*/
	height:90px;
}
#dLogoContainer{
	width:100%;
	height:80px;
}
#dLogo{
	background:url(../images/logo.jpg) no-repeat;
	width:533px;
	height:100%;
	cursor:pointer;
}
#dTopRightBanner{
	/*background:url(../images/banners/top_right_banner.jpg) no-repeat;*/
	width:257px;
	height:100%;
}

#dNavigation ul li{
	width:257px;
	height:137px;		
}
#user{
	background:url(../images/menu/user.jpg);	
}
#user.hover{
	background:url(../images/menu/_user.jpg);
}
#contact{
	background:url(../images/menu/contact.jpg);
	margin-left:18px;		
}
#contact.hover{
	background:url(../images/menu/_contact.jpg);
}
#stat{
	background:url(../images/menu/stat.jpg);	
}
#stat.hover{
	background:url(../images/menu/_stat.jpg);
}

#dLanguage{
	background:url(../images/flags/flag_bg.jpg) no-repeat;
	width:100%;
	height:29px;
}
#dLanguage ul{
	float:left;
	margin-top:8px;
	padding-left:90px;	
}
#dLanguage ul li{
	width:19px;
	height:14px;
	float:left;
	margin-left:5px;	
}

#flDe{
	background:url(../images/flags/flag_de.jpg) no-repeat;	
}
#flDe.hover{
	background:url(../images/flags/_flag_de.jpg) no-repeat;
}
#flEs{
	background:url(../images/flags/flag_es.jpg) no-repeat;	
}
#flEs.hover{
	background:url(../images/flags/_flag_es.jpg) no-repeat;
}
#flEn{
	background:url(../images/flags/flag_en.jpg) no-repeat;	
}
#flEn.hover{
	background:url(../images/flags/_flag_en.jpg) no-repeat;
}
#flPt{	
	background:url(../images/flags/flag_pt.jpg) no-repeat;	
}
#flPt.hover{
	background:url(../images/flags/_flag_pt.jpg) no-repeat;
}
#flFr{
	background:url(../images/flags/flag_fr.jpg) no-repeat;	
}
#flFr.hover{
	background:url(../images/flags/_flag_fr.jpg) no-repeat;
}

#dRightMenu ul.menu li{
	width:150px;
	height:74px;
	float:left;
}
#lManage{
	background:url(../images/menu/manage.png);	
}
#lManage.hover{
	background:url(../images/menu/_manage.png);
}
#lMail{
	background:url(../images/menu/mail.png);
	margin-left:2px;	
}
#lMail.hover{
	background:url(../images/menu/_mail.png);
	margin-left:2px;
}
#lMobile{
	background:url(../images/menu/mobile.png);	
}
#lMobile.hover{
	background:url(../images/menu/_mobile.png);
}
#lLogin{
	background:url(../images/menu/login.png) no-repeat;	
}
#lLogin.hover{
	background:url(../images/menu/_login.png) no-repeat;
}
#lCart{
	/*background:url(../images/menu/cart.png);*/
	background:url(../images/menu/blank_menu.png);	
}
#lCart.hover{
	/*background:url(../images/menu/_cart.png);*/
	background:url(../images/menu/_blank_menu.png);
}
#lSetting{
	background:url(../images/menu/setting.png);
	margin-left:2px;	
}
#lSetting.hover{
	background:url(../images/menu/_setting.png);
	margin-left:2px;
}
#lProfile{
	background:url(../images/menu/profile.png);
}
#lProfile.hover{
	background:url(../images/menu/_profile.png);
}
#lLogOut{
	background:url(../images/menu/logout.png) no-repeat;	
}
#lLogOut.hover{
	background:url(../images/menu/_logout.png) no-repeat;
}


#dContent{
	width:490px;
	background:url(../images/content_bg.jpg) repeat-x;				
}
#dRightColumn{
	width:304px;
}

#dBottomAds{
	width:728px;
	height:90px;
}
#title_bg{
	background:url(../images/title_bg.gif) repeat-x;	
}
#title_bg_bottom{
	background:url(../images/title_bg_bottom.jpg) no-repeat top left;
	height:7px;
	width:19px;
	margin-left:10px;
	float:left;			
}

.inline li{
	display:inline;	
	cursor:pointer;
}
.gap{
	margin-top:5px !important;
}
.gap_left{
	margin-left:4px;
}
.float_left{
	float:left;
}
.float_right{
	float:right;
}
.center{
	margin:0px auto;
	text-align:center;
}
.clear{
	clear:both;
}
.clear_right{
	clear:right;
}
.bottom_left{
	background:url(../images/left_shadow.png) no-repeat left;	
}
.bottom_right{
	background:url(../images/right_shadow.png) no-repeat right;
	height:14px;
	line-height:0px;
	font-size:0px;	
}