/* 
    Document   : shop.info
    Created on : Nov 11, 2009, 10:11:21 AM
    Author     : andrea
    Description:
        Purpose of the stylesheet follows.
*/

.pop_up	{
	width:99%;
	background-image:url(../../images/shop/pop_up_bg.png);
	position: absolute;
	height:1000px;
	top:0;
	z-index: 7000;
}

.pop_up #pop_up_container{
	background:url(../../images/shop/pop_up_box_bg.png) no-repeat;
	width: 870px;
	height: 570px;
	margin:auto;
	margin-top:55px;
}

.pop_up #pop_up_container #pop_up_content{
	margin: auto;
	position:absolute;
	width: 850px;
	height: 500px;
	background-color: white;
}


.pop_up #pop_up_container #pop_up_content #pop_up_content_top{
	width:800px;
	height:530px;
	margin-top:15px;

	margin-left:20px;
	overflow:auto;
}

.pop_up #pop_up_container #pop_up_content #pop_up_content_bottom {
	position:absolute;
	top:0;
}


.pop_up #pop_up_container #pop_up_content #pop_up_content_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;
}

.pop_up #pop_up_container #pop_up_content #pop_up_content_bottom .ppb_active{
	background:url(../../images/shop/tabs_bg.png) no-repeat;
}

.pop_up #pop_up_container #pop_up_content #pop_up_content_bottom .ppb_inactive{
	background:url(../../images/shop/tabs_bg_inactive.png) no-repeat;
	color:#FFFFFF;

}

.pop_up #pop_up_container #pop_up_content #pop_up_content_bottom .ppb_inactive a{
		color:#999999;
}

.pop_up #pop_up_container #pop_up_content #pop_up_content_bottom .pop_boxes a{
}

.pop_up #pop_up_container #pop_up_content #pop_up_content_bottom .pop_boxes h3{
	font-size:14px;
	margin-top:10px;

}


.pop_up #pop_up_container #pop_up_content #close_it_box{
	width:40px;
	height:40px;
	background:url(../../images/shop/close_it_bt_bg.gif) no-repeat;
	position:absolute;
	z-index:5555;
	top:0px;
	left:810px;
	cursor:pointer;
}

#shippingListAddress{
    
}

.shippingAddress{
    float: left;
    margin-left: 10px;
    border: 1px solid #CCCCCC;
    border-radius: 8px;
    display: inline-block;
    padding:0 10px;
	margin-bottom: 10px;
	width:200px;
	height:190px;
}

.shippingAddress:hover{
  border: 1px solid #287EAE;  
}

.shippingSelectedAdress{
    border: 1px solid #287EAE;
}

.manageSHAddress{
    width: 160;
}
.manageSHAddress{
    width: auto;
}
.checkShippingAddress a{
    cursor: pointer;
    text-align: center;
    width: 130px;
}
.manageSHAddress a{
    cursor: pointer;
    width: auto;
    text-align: center;
	min-width: 50px;
}

#dialogShippingAddress{
    display: none;
    z-index: 7000;
}

.editShippingAddress_dialog{
    font-family: Arial,Helvetica,sans-serif;
    left: 50px;
    top: 30px;
    position: fixed;
    width: 99%;
    z-index: 7000;
}
.editShippingAddress_dialog .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: 660px;
}

.editShippingAddress_dialog .container .content{
     background-color: #FFFFFF;
    height: auto;
    margin: auto;
    overflow: auto;
    padding-left: 15px;
    width: 645px;
}

.shippingAddressDetails h3{
    color: #287EAE;
    text-indent: 25px;
    height: 20px;
    margin-bottom: 5px;
    margin-top: 30px;
    text-align: left;
}

.editShippingAddress_dialog .container .close{
    background: url("../../images/shop/close_it_bt_bg.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 40px;
    left: 620px;
    position: absolute;
    top: 0;
    width: 40px;
    z-index: 5555;
}

.update_shippingPanelDescp{
    padding-bottom: 20px;
}

.update_SH_ADR{
    display: none;
    z-index: 90;
    background-image: url("../../images/shop/pop_up_bg.png");
    font-family: Arial,Helvetica,sans-serif;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
}
#shippingAddressSendData{
    background: -moz-linear-gradient(center top , #00ACFC 5%, #287FAE 100%) repeat scroll 0 0 #00ACFC;
     background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #00acfc), color-stop(1, #287fae) );
    
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00acfc', endColorstr='#287fae');
    border: 1px solid #287FAE;
    border-radius: 6px;
    box-shadow: 0 1px 0 0 #73D6FA inset;
    color: #FFFFFF;
    display: inline-block;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    margin: 0px;
    padding: 4px 12px;
    cursor: pointer;
    text-decoration: none;
    text-shadow: 1px 1px 0 #000000;
}

#shippingAddressSendData:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #287fae), color-stop(1, #00acfc) );
    background:-moz-linear-gradient( center top, #287fae 5%, #00acfc 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#287fae', endColorstr='#00acfc');
    background-color:#287fae;
} 

#shippingAddressSendData:active {
    position:relative;
    top:1px;
} 

.sendToSHADRBtn{
    padding:3px 6px;   
    margin-bottom: 5px;
}

.manageSHAddress a{
    background: -moz-linear-gradient(center top , #EDEDED 5%, #DFDFDF 100%) repeat scroll 0 0 #EDEDED;
     background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #EDEDED), color-stop(1, #DFDFDF) );
    
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#EDEDED', endColorstr='#DFDFDF');
    border-radius: 6px;
	border: 1px solid #DCDCDC;
    
    color: #777777;
    display: inline-block;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 0 5px;
    padding: 4px 12px;
    cursor: pointer;
    text-decoration: none;
	text-shadow: 1px 1px 0 #FFFFFF;
}

.manageSHAddress a:hover{
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
    background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
    background-color:#dfdfdf;  
}

.manageSHAddress a:active {
	position:relative;
	top:1px;
}

.listShippingAddress, .formUpdateShippingAddress{
    display: none;
}

.loadingBeforeDispalySHADR, .LoadingUpdateShipping{
    background: url("/images/loading_medium.gif") no-repeat;
    margin-top: 100px;
    margin-left: 40%;
    min-height: 200px
}

.TitleField h3{
    border-bottom: 1px solid #DCDCDC;
    color: #287EAE;
    font-size: 22px;
    font-weight: bold;
    margin-top: 7px;
    padding-bottom: 5px;
    text-align: center;
}

.faq_searchFilter .manageSHAddress{
    border-top: 1px solid #DCDCDC;
    margin: 0 auto;
    padding: 5px 0 0;
    text-align: center;
    width: 100%;
}