/* <modal_popup> */
.modalBackground 
{
	background-color:#eeeeee;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.modalPopup 
{
	border: solid 3px #ddd;
	background-color: #000000;
	/*width: 250px;*/
}
.modalPopup_header 
{
	width:100%;
	/*background-color: #F3E5C2;*/
	    
    /*text-transform: uppercase;*/
	border-bottom: solid 3px #ddd;

	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 14px;
	color: #7A0918;*/
	
	/*color: #405F72;
	background-color: #eee;*/
	background-color:#000000;
	color:#FFFFFF;

    font-weight: bold;
    font-size: 1.2em;
    text-align: left;

    /*margin-bottom: 8px;*/
}
.modalPopup_body
{
    width:100%;
   	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	
	background-color:#000000;
	color:#717171;
	
	height: auto;
	overflow: hidden;
}
#button_wrap_modal
{
	background: url(/images/product_navigation_bg.jpg) repeat-x; 
	padding: 3px 8px 0 5px; 
	margin-right: 3px; 
	height: 24px; 
	width: 40px;
}
#button_wrap_modal a
{
	color: #717171;
	text-decoration: none;
	background: url(/images/product_navigation_arrow.gif) no-repeat;
	background-position: center right;
	padding-right: 17px;
	display: block;
}
#button_wrap_modal a:hover
{
    color: #FFFFFF;      
	text-decoration: none;
	background: url(/images/product_navigation_arrow_selected.gif) no-repeat;
	background-position: center right;
	padding-right: 17px;
	display: block;
}   
