#modal_overlay
{
	background-color : #000000;
}

#modal_container
{
	background-color : transparent;

	margin-left : -25px;
}

.modal_content
{
	background-image : url('../pictures/bg.modal.png');
	background-repeat: no-repeat;
	background-position : center top;
	
	color : #030303;
	
	display : block;
	
	font-family : tahoma, helvetica, arial, verdana, sans-serif;

	font-size : 11px;
	
	padding : 0px;
	
	width : 615px;
	
	height : 600px;	
}

/* head design */

div#header
{	
	clear : both; 

	height : 148px;
	
	width : 615px;

	padding : 0px;
	
	margin : 0px;
}

div#header .close
{
	display : block;

	text-decoration:none;
	
	width: 20px;
	height: 17px;
	
	position : absolute;
	
	top : 32px;
	left : 561px;
}

.modal_content h1
{
    margin:0px;
	padding:0px;
	
	margin-left: 40px;
	
	font-size:18px;
	color: #C51388;
	font-weight: normal;
}

div#modal_body
{
	background-color : #FFFFFF;

	clear : both; 

	padding : 0px;
	
	width : 583px;
	
	height : 370px;
	
	margin: 0 0px 0 15px;
	
	border-left: #888888 solid 1px ;
	border-right: #888888 solid 1px ;
	border-bottom: #888888 solid 15px ;
	
	overflow : auto;
}

div#footer
{
	background-image : url('../pictures/basket.grey.gif');
	background-repeat: no-repeat;
	
	color: #888888;

	float: right;

	clear : both; 

	width : 190px;
	
	height: 40px;
	
	text-align: right;
	
	font-size: 13px;
	
	padding: 15px 20px 0 30px;
	
	margin-top: 5px;
}

div#footer span
{
	display:block;
	float:right;
	clear:both;
}

div#picture_browser
{
	margin : 10px;
}

div#picture_browser img
{
	margin-bottom : 15px;
}

dl#product_data
{
	display : block;

	margin : 0px;
	margin-top : 15px;

	padding : 0px;
	
	width : 330px;
}

dl#product_data dt
{
	font-size : 13px;
	font-weight : bold;
	
	line-height : 17px;
}

dl#product_data dd
{
	margin : 0px;

	padding : 2px 0;
	
	font-size : 13px;
}

.button
{
	background-color: #F41C91;
	
	border : #FFFFFF solid 1px;

	display:block;

	color: #F8F8F6;
	
	padding: 1px;
	
	margin : 5px 5px 5px 0;
	
	height:20px;
	
	font-size:10px;
	font-weight:bold;
}

.wish
{
	background-color: #000000;
	
	color : #FFFFFF;
}
