
/* Specific to Product List Page - START */

#container_productlist_errormessage{
	z-index:5;
	position:absolute;
	display:block;
	top:50px;
	left:10px;
	}
/* Specific to Product List Page - END */	
#container_productlist_errormessage .title_errormessage{
	width:399px;
	height:30px;
	background:#c3c3c3 url(../images/productdetails/bg_img_title_errormessage.gif) repeat-x;
	color:#fff;
	font-size:110%;
	padding:0px 5px 0px 25px;
	}
#container_productlist_errormessage .txt_closewindow{
	float:left;
	position:relative;
	margin:6px 0px 0px 0px;
	padding:0px;
	}
#container_productlist_errormessage .icon_closewindow{
	padding:4px 0px 0px 0px;
	float:right;
	position:relative;
	}
#container_productlist_errormessage .body_errormessage{
	width:423px;
	min-height:30px;
	height:60px;
	background-color:#858585; /* url(../images/productdetails/bg_img_errormessage.gif) repeat-y;*/
	color:#fff;
	}
#container_productlist_errormessage ul.body_errormessage{
	margin:0px;
	padding:10px 0px 0px 4px;
	}
#container_productlist_errormessage ul.body_errormessage li{
	list-style-position:inside;
	list-style:disc;
	margin:0px 0px 0px 34px;
	padding:0px;
	}	
#container_productlist_errormessage .footer_errormessage{
	width:429px;
	height:68px;
	margin:0px 0px 0px 0px;
	/*background-image:url(../images/productdetails/NewHomeflat.gif);*/
	}	
	
/* new css */
#error_mes_text {
background-color:#858585;
width:429px;
height:90px;
}


#error_mes_text span {
	color:#fff;
	font-size:12px;
	font-family:verdana;
	display:block;
	width:350px;
	padding:10px 0px 0px 20px;
	height:70px;
}