﻿
/*Support css*/
.support{ background:#fff; padding:10px; line-height:15px;}
.support p{margin-top:8px; float:left; width:100%;}
.support span b{font-weight:normal; text-decoration:underline;}
.support-img{ position:absolute; bottom:5px; right:5px;}
.support span{ display:block;}
.support span dfn{color:#b20000; font-style:normal;}
.support span em{ color:#d49000; font-style:normal;}

.supportlink{position:absolute; top:29px; right:436px; background:url(../Images/support1a.png) no-repeat left top; height:23px; width:75px; clear:both; cursor:pointer;}
.supportlink a, .supportlink a:hover{ float:left; width:100%; text-decoration:none; height:23px;}
.supportlink:hover{ background:url(../Images/support1h.png) no-repeat left top;}


/*add this css for the support popup*/
/* support popup*/
.support_btn{float:right; margin-top:-22px;}
.support_popup{width:785px; height:550px; position:absolute; top:58%; right:20%;}
.close_btn{float:right; margin:-12px -9px 0;}
.support_popup .main_box{width:100%; float:left; background:url(../images/support_box_bg.png) no-repeat; height:535px;}
.scroll_box{width:97%; margin:10px; overflow-x:none; overflow-y:auto; max-height:502px;}
.scroll_box .row1, .scroll_box .row2{width:96%; float:left; margin:6px 10px 0; padding:6px 8px}
.scroll_box .row1{background:#e8e7e6;}
.scroll_box .row2{background:#f7ecd8;}
.scroll_box .row1 .left, .scroll_box .row2 .left{width:55%; float:left; margin-right:50px; color:#5e5f5f; text-align:left;}
.scroll_box .row1 .right a, .scroll_box .row2 .right a{color:#096bb5; font-weight:bold; text-decoration:none; font-size:12px;}
.scroll_box .row1 .right, .scroll_box .row2 .right{width:30%; float:left; color:#096bb5; font-weight:bold; text-align:left;}

 
/* slide link for support*/
.social_link { left:0; top: 35%; width:32px;  position:fixed;}
.support_icon a, .request_icon a{background:url(../images/support_icons.jpg) no-repeat; width:32px;
	_position: absolute;
   _top: expression(eval(document.compatMode && document.compatMode=='CSS1Compat') 
	 ? documentElement.scrollTop +(documentElement.clientHeight-500) 
	 : document.body.scrollTop +(document.body.clientHeight-500));
	 _right: expression(eval(document.compatMode && document.compatMode=='CSS1Compat') 
	 ? documentElement.scrollLeft +(documentElement.clientWidth-1175) 
	 : document.body.scrollLeft +(document.body.clientWidth-1175));
	}
.request_icon a{height:122px; float:left;}
.support_icon a{height:75px; float:left; _margin-top:123px;}
.chatlink_icon a{background:url(../images/support_icons.jpg) no-repeat; width:89px; height:87px; position: fixed; right:0; bottom:0px; position:fixed;
	_position: absolute;
   _top: expression(eval(document.compatMode && document.compatMode=='CSS1Compat') 
	 ? documentElement.scrollTop +(documentElement.clientHeight-this.clientHeight) 
	 : document.body.scrollTop +(document.body.clientHeight-this.clientHeight));
		}
.support_icon a{background-position:-44px -122px;}
.request_icon a{background-position:-44px 0;}
.support_icon a:hover{background-position:-2px -122px;}
.request_icon a:hover{background-position:-2px 0;}
.chatlink_icon a{background-position:0 -198px;}
.request_icon, .support_icon{float:right;}

/*AgentStatement*/
.statement_icon{ position:fixed; left:0; margin-top:198px; cursor:pointer; *margin-top:77px;}
.statement_icon a{background:url(../images/statemnet_icon.jpg) no-repeat -43px 0; float:left; width:32px; height:106px;}
.statement_icon a:hover{background-position:0px 0;}

.down_state{ width:350px; border:4px solid #ccc; position:absolute; background:#fff;padding:3px; border-radius:10px; box-shadow:1px 2px 3px #888;  z-index:999; top:320px; left:40px;} 
.down_state_in{ width:91.3%; background:#FBFBFB;padding:15px; float:left; border-radius:5px; }
.down_state span{ padding:7px 0; border-bottom:1px solid #E3E3E3; }
.down_state span a{ color:#0473D0; font-weight:bold; text-decoration:underline;}
.down_state span a:hover{ color:#BF8800; font-weight:bold; text-decoration:underline;}
.down_state span a img{margin-right:10px;}