/* 
    Document   : info.dialog
    Created on : Nov 20, 2009, 10:11:13 AM
    Author     : andrea
    Description:
        Purpose of the stylesheet follows.
*/

.info_dialog {
	font-family:Arial, Helvetica, sans-serif;
	width:99%;
	background-image:url(../../images/shop/pop_up_bg.png);
	position: absolute;
	height:1000px;
	top:0;
	z-index: 350;
}

.info_dialog .container{
	background:url(../../images/shop/pop_up_box_bg.png) no-repeat;
	width: 870px;
	height: 570px;
	margin:auto;
	margin-top:55px;

}

.info_dialog .container .title{
	margin-top:45px;
	padding-top:15px;
	padding-left:15px;
	color:#333333;
	*margin-top:0;	
	*padding-top:8px;


}

.info_dialog .container .content{
	margin: auto;
	position:absolute;
	width: 800px;
	height: 480px;
	background-color: white;
	padding-left:15px;	
	overflow:auto;

}

.info_dialog .container .content span{
	color:#287EAE;
	font-weight:bold;

}


.info_dialog .container .top{
	width:800px;
	height:530px;
	margin-top:15px;

	margin-left:20px;
	overflow:auto;
}

.info_dialog .container .bottom {
	position:absolute;
	top:0;
}


.info_dialog .container .bottom .pop_boxes{
	width:180px;
	margin-right:4px;
	float:left;
	margin-top:-40px;
	padding:0;
	/*background:url(../../images/shop/tabs_bg.png);*/
	text-align:center;
	height:44px;
}

.info_dialog .container .bottom .ppb_active{
	background:url(../../images/shop/tabs_bg.png) no-repeat;
}

.info_dialog .container .bottom .pop_boxes h3{
	font-size:14px;
	margin-top:10px;

}

.info_dialog .container .close{
	width:40px;
	height:40px;
	background:url(../../images/shop/close_it_bt_bg.gif) no-repeat;
	position:relative;
	z-index:5555;
	top:-38px; *top:-30px;
	left:810px;
	cursor:pointer;
}

.info_dialog .container button{
	background-image:url(../../images/shop/general_submit.gif);
	width:50px;
	height:19px;
	border:none;
	margin-left:8px;

}