/* 
    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: 7000;
}

.info_dialog .container{
	background:url(../../images/shop/pop_up_box_bg.png) no-repeat;
	width: 870px;
	height: 570px;
	margin:auto;
	margin-top:55px;

}
h3.title {
    margin: 0 0 0 8px;
}
h3.title {
    color: #247eae;
    font-size: 1.5em;
    font-weight: normal;
}
.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:-42px; *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;

}

#AlertDialogAvMap .container .close {
    background: rgba(0, 0, 0, 0) url("../../images/shop/close_it_bt_bg.gif") no-repeat scroll 0 0;
    cursor: pointer;
    height: 40px;
    left: 420px;
    position: absolute;
    top: 0;
    width: 40px;
    z-index: 5555;
}


#AlertDialogAvMap {
    font-family: Arial,Helvetica,sans-serif;
    left: 50px;
    position: fixed;
    top: 30px;
    width: 99%;
    z-index: 7000;
}

#AlertDialogAvMap .container {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 7px 7px 8px #cccccc;
    height: auto;
    margin: 55px auto auto;
    padding-bottom: 10px;
    position: relative;
    width: 460px;
}

#AlertDialogAvMap .container .content {
    background-color: #ffffff;
    height: auto;
    margin: auto;
    overflow: hidden;
    padding: 0 0 5px 15px;
    width: 445px;
}

#AlertDialogAvMap fieldset {
    border: medium none;
    margin: 0;
    padding: 0;
}

#AlertDialogAvMap .TitleField {
    color: #287eae;
    font-size: 1em;
    font-weight: normal;
    margin-bottom: 0;
}

#AlertDialogAvMap .content_Btn {
    color: #287eae;
    float: left;
    font-family: sans-serif;
    font-size: 14px;
    line-height: 19px;
    border-top: 0 solid #dcdcdc;
    margin: 0 auto;
    padding: 5px 0 0;
    text-align: center;
    width: 100%;
}

#AlertDialogAvMap .content_Btn a {
    background: #ededed -moz-linear-gradient(center top , #ededed 5%, #dfdfdf 100%) repeat scroll 0 0;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    color: #777777;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 0 5px;
    padding: 4px 12px;
    text-decoration: none;
    text-shadow: 1px 1px 0 #ffffff;
    min-width: 50px;
    text-align: center;
    width: auto;
}
