@charset "windows-1256";
body {
	font: 100% tahoma, Verdana, Arial, Helvetica, sans-serif;
	background: #c0c0c0 url(../images/body_shdw.gif) center top no-repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding:15px 0 10px 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	line-height:20px;
}
.sawaTemplate #container {
	width: 926px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:15px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.container_left_top {
	width: 952px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(../images/container_top_left.gif) no-repeat left top;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.container_right_top {
	width: 952px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(../images/container_top_right.gif) no-repeat right top;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.container_left_bottom {
	width: 952px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(../images/container_bottom_left.gif) no-repeat left bottom;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.container_right_bottom {
	width: 952px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(../images/container_bottom_right.gif) no-repeat right bottom;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.sawaTemplate #right {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 0px 0px 0px;
	direction:rtl;
	font-size:12px;
	text-align:right;
}
.ext_right_content{
    height:10px;
}
.trace_links {
	margin:10px;
	border:1px solid #d1d1d1;
	height:30px;
	margin-bottom:10px;
	width:680px;
	text-align:right;
	background:#f1f1f1;
	float:left;
}
.trace_links ul {
	display:inline-block;
	height:30px;
	width:640px;
	background:url(../images/trace_bg.gif) left repeat-x;
	margin:0;
}
.trace_links ul li {
	float:right;
	background:url(../images/trace_arraw.gif) left no-repeat;
	width: auto;
	height:25px;
	padding-left:20px;
	padding-right:5px;
	padding-top:5px;
	list-style-type:none;
	font-size:10px;
	color: #666666;
}
.trace_links ul li a {
	text-decoration:none;
	font-size:10px;
	color:#333333;
}
.trace_links ul li a:hover {
	text-decoration:underline;
	color:#003366;
}
.right_container {
	height:500px;
	width:206px;
	background:#2a364c;
}
.right_container_index {
	height: auto;
	width:206px;
	background:#2a364c;
}
.right_content {
	background:#2a364c;
	width:206px;
	text-align:right;
	display:inline-block;
}
.right_content DIV {
	background: url(../images/arraw.gif) no-repeat right;
	line-height:30px;
	height:30px;
	padding-right:25px;
	margin:0px 5px 0px 5px;
	border-bottom:1px solid #7d663c;
	color:#FFFFFF;
	text-decoration:none;
	cursor:pointer;
	font-weight:bold;
	font-size:11px;
}
.right_content DIV:hover {
	color: #FFCC33;
	text-decoration:none;
	border-right:1px solid #7d663c;
	border-left:1px solid #7d663c;
	background: #34425d url(../images/right_tabs_line.gif) left no-repeat;
}

.sawaTemplate #mainContent {
	margin: 0 0px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#header {
	width:725px;
	float:left;
}
#header ul li IMG {
	border:0;
}
#header ul {
	display:inline-block;
	list-style-type:none;
		margin:0px 15px 0px 0px;
	padding:0;
	direction:rtl;

}
#header ul li {
	float:right;
	margin-left:9px;
}
/********************************************/

#header ul li a{
	width:68px;
	height:73px;
	cursor:pointer;
	display:block;
	background:url(../images/services_btn/menu.png) no-repeat right top;
}

#header ul li a span.hover{
	width:68px;
	height:73px;
	cursor:pointer;
	display:block;
	background:url(../images/services_btn/menu.png) no-repeat right top;
}

#header ul li a.home_btn{background-position:right top;}
#header ul li a.home_btn span.hover{background-position:right bottom;}
#header ul li a.home_actv span.hover{display:none}
#header ul li a.home_actv{background-position:right bottom;}
/********************************************/
#header ul li a.email_btn{background-position:-486px 0;}
#header ul li a.email_btn span.hover{background-position:-486px -73px;}
#header ul li a.email_actv span.hover{display:none}
#header ul li a.email_actv {background-position:-486px -73px;}
/********************************************/
#header ul li a.sms_btn{background-position:-418px 0;}
#header ul li a.sms_btn span.hover{background-position:-418px -73px;}
#header ul li a.sms_actv span.hover{display:none}
#header ul li a.sms_actv{background-position:-418px -73px;}
/********************************************/
#header ul li a.cards_btn{background-position:-350px 0;}
#header ul li a.cards_btn span.hover{background-position:-350px -73px;}
#header ul li a.cards_actv span.hover{display:none}
#header ul li a.cards_actv{background-position:-350px -73px;}
/********************************************/
#header ul li a.points_btn{background-position:-282px 0;}
#header ul li a.points_btn span.hover{background-position:-282px -73px;}
#header ul li a.points_actv span.hover{display:none}
#header ul li a.points_actv{background-position:-282px -73px;}
/********************************************/
#header ul li a.register_btn{background-position:-214px 0;}
#header ul li a.register_btn span.hover{background-position:-214px -73px;}
#header ul li a.register_actv span.hover{display:none}
#header ul li a.register_actv{background-position:-214px -73px;}
/********************************************/
#header ul li a.myaccount_btn{background-position:-146px 0;}
#header ul li a.myaccount_btn span.hover{background-position:-146px -73px;}
#header ul li a.myaccount_actv span.hover{display:none}
#header ul li a.myaccount_actv{background-position:-146px -73px;}
/********************************************/
#header ul li a.live_btn{background-position:-63px 0; width:83px;}
#header ul li a.live_btn span.hover{background-position:-63px -73px;width:83px;}
/********************************************/
#header ul li a.lang_btn{background-position:0 0; width:63px;}
#header ul li a.lang_btn span.hover{background-position:0 -73px;width:63px;}
/********************************************/

/*
.home_btn {
	width:68px;
	height:73px;
	background:url(../images/services_btn/home_actv.gif) no-repeat center;
	background:url(../images/services_btn/home.gif) no-repeat center;
	cursor:pointer;
}
.home_actv, .home_btn:hover {
	width:68px;
	height:73px;
	background: url(../images/services_btn/home_actv.gif) no-repeat center;
	cursor:pointer;
}
.myaccount_btn {
	width:68px;
	height:73px;
	background: url(../images/services_btn/myaccount_actv.gif) no-repeat center;
	background:url(../images/services_btn/myaccount.gif) no-repeat center;
	cursor:pointer;
}
.myaccount_actv, .myaccount_btn:hover {
	width:68px;
	height:73px;
	background: url(../images/services_btn/myaccount_actv.gif) no-repeat center;
	cursor:pointer;
}
.email_btn {
	width:68px;
	height:73px;
	background: url(../images/services_btn/email_actv.gif) no-repeat center;
	background:url(../images/services_btn/email.gif) no-repeat center;
	cursor:pointer;
}
.email_actv, .email_btn:hover {
	width:68px;
	height:73px;
	background: url(../images/services_btn/email_actv.gif) no-repeat center;
	cursor:pointer;
}
.sms_btn {
	width:68px;
	height:73px;
	background: url(../images/services_btn/sms_actv.gif) no-repeat center;
	background:url(../images/services_btn/sms.gif) no-repeat center;
	cursor:pointer;
}
.sms_actv, .sms_btn:hover {
	width:68px;
	height:73px;
	background: url(../images/services_btn/sms_actv.gif) no-repeat center;
	cursor:pointer;
}
.cards_btn {
	width:68px;
	height:73px;
	background: url(../images/services_btn/cards_actv.gif) no-repeat center;
	background:url(../images/services_btn/cards.gif) no-repeat center;
	cursor:pointer;
}
.cards_actv, .cards_btn:hover {
	width:68px;
	height:73px;
	background: url(../images/services_btn/cards_actv.gif) no-repeat center;
	cursor:pointer;
}
.points_btn {
	width:68px;
	height:73px;
	background: url(../images/services_btn/points_actv.gif) no-repeat center;
	background:url(../images/services_btn/points.gif) no-repeat center;
	cursor:pointer;
}
.points_actv, .points_btn:hover {
	width:68px;
	height:73px;
	background: url(../images/services_btn/points_actv.gif) no-repeat center;
	cursor:pointer;
}

*/

.points table td{
height:50px;
padding:5px;
}
.register_btn {
	width:68px;
	height:73px;
	background:  url(../images/services_btn/regiser_actv.gif) no-repeat center;
	background:url(../images/services_btn/register.gif) no-repeat center;
	cursor:pointer;
}
.register_actv, .register_btn:hover {
	width:68px;
	height:73px;
	background:  url(../images/services_btn/regiser_actv.gif) no-repeat center;
	cursor:pointer;
}
.livesupport a {
	color:#FFFFFF;
	text-decoration:none;
}
#internal_content {
	width:700px;
	display:inline-block;
}
.main_offer {
	text-align:center;
	width:698px;
	margin-bottom:5px;
}
.main_offer_index {
	text-align:center;
	width:698px;
	height:236px;
	margin-bottom:5px;
}
#ext_offers {
	width:710px;
	height:218px;
	margin:15px 0 0 0;
	padding:0 0 0 0;
}
.ext_offer_left {
	background:#efefef url(../images/ext_offer_left_line.jpg) no-repeat right;
	height:218px;
	width:350px;
	float:left;
	margin-right:10px;
	margin:0px 0px 0px 0px;
	padding:0 0 0 0;
}
.ext_offer_right {
	background:#ebebec;
	height:218px;
	width:344px;
	float:left;
	display:inline-block;
}
.ext_offer_right_top {
	background:url(../images/ext_offer_top_right.gif) no-repeat top right;
	height:218px;
	width:344px;
}
.ext_offer_right_bottom {
	background: url(../images/ext_offer_bottom_right.gif) no-repeat bottom right;
	height:218px;
	width:344px;
	direction:rtl;
	display:inline-block;
}
.offer_right_txt {
	background:  url(../images/blog_logo.jpg) no-repeat left top;
	width:339px;
	padding:10px 5px 0 0;
	font-size:12px;
	text-align:right;
}
.offer_right_txt h3{
    color: #c8541a;
	font-size:13px;
	font-weight: bold;
	text-align:right;
	padding:0;
	margin:0;
    padding-right:5px;
}
.offer_right_txt p{
    font-size:11px;
	padding:0;
	margin:0;
	color: #c8541a;
	text-align:right;
	padding-right:5px;
}
.offer_right_txt a{
    color: #CC3300;
}
.offer_right_txt DIV {
	text-align:right;
	color:#003300;
	font-size:11px;
	direction:rtl;
	/*height:22px;*/
	width:310px;
	padding:0px;
	padding:3px 10px 3px 0;
	margin-right:10px;
	background:url(../images/arraw_index_red.gif) no-repeat right;
}
.offer_left_txt {
	background:  url(../images/bronze-logo.jpg) no-repeat left top;
	width:340px;
	padding-top:10px;
/*	direction:rtl;*/
}
.offer_left_txt h3{
    color: #006600;
	font-size:13px;
	font-weight: bold;
	text-align:right;
	padding:0;
	margin:0;
    padding-right:30px;
}
.offer_left_txt p{
    font-size:11px;
	padding:0;
	margin:0;
	color: #CC0000;
	text-align:right;
	padding-right:30px;
	direction:rtl;
}
.offer_left_txt DIV {
	text-align:right;
	color: #333333;
	font-size:11px;
	direction:rtl;
	width:300px;
	padding:3px 10px 3px 0;
	background:url(../images/arraw_index_red.gif) no-repeat right;
}
.left_shdw_offer{
background:url(../images/offer_shdw_left.jpg) no-repeat ;
width:8px;
float:left;
height:218px;
}
.right_shdw_offer{
background:url(../images/offer_shdw_right.jpg) no-repeat ;
width:8px;
float:left;
height:218px;
}
.more {
	float:left;
	margin:20px;
	margin-top:10px;
	border:0px;	
}
.ext_offer_left_top {

	height:218px;
	width:321px;
	margin: 0 0 0 0;
	padding:0 0 0 0;
}
.ext_offer_left_bottom {
	background:  url(../images/ext_offer_bottom_left.gif) no-repeat bottom left;
	height:218px;
	width:321px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/*footer Index */
#footer_index {
	width:926px;
	height:29px;
	margin-left:0px;
	margin-top:10px;
	background:url(../images/footer_left.jpg) no-repeat left #254974;
}
.footer_txt_index {
	height:29px;
	color:#FFFFFF;
	font-size:10px;
	text-align:center;
	line-height:25px;
	background:url(../images/footer_right.jpg) no-repeat right;
}
.footer_txt_index a {
	color:#FFCC00;
}
/*end of footer index*/
#footer {
	width:880px;
	height:30px;
	margin-left:5px;
	margin-top:10px;
}
.footer_txt {
	width:880px;
	height:29px;
	width:880px;
	color:#FFFFFF;
	font-size:10px;
	text-align:center;
	padding-top:12px;	
	border-top:1px solid #CCCCCC;
}
.footer_txt a {
	color:#FFCC00;
	margin-top:5px;
}
/* services block */
.main_services {
	margin: 10px 0px 0px 0px;
	height:94px;
	width:925px;
	display:inline-block;
	text-align:center;
}
.services_left {
	width:8px;
	float:left;
	height:94px;
	background: url(../images/services_left.jpg) no-repeat;
}
.services_right {
	width:8px;
	float:left;
	height:94px;
	background: url(../images/services_right.jpg) no-repeat;
}
.services_cntnt {
	text-align:center;
	float:left;
	background: #254974;
	padding-top:4px;
	padding-left:0px;
	width:905px;
	height:90px;
	margin:0 0 0 0;
}
.services_cntnt li {
	float:left;
	list-style-type:none;
	margin-left:20px;
}
.services_cntnt IMG {
	border:1px solid #666666;
}
.services_cntnt IMG:hover {
	Filter: Alpha(Opacity=70, FinishOpacity=0, Style=1, StartX=0, StartY=0, FinishX=0, FinishY=0);
	border:1px solid #CC0000;
}
/*services right and main content */
.main_services_content {
	width:100%;
	margin:10px;
}
.main_services_right_lft {
	float:left;
	background:url(../images/main_right_shdw.jpg) no-repeat left top;
	width:7px;
	height: 500px;
	display: inline-block;
}
.main_services_right_rgt {
	float:left;
	background: #f3b52e;
	width:163px;
}
.spacer {
	height:200px;
}

/* slid menu */
ul.menu, ul.menu ul {
  list-style-type:none;
  margin: 0 ;
  padding: 0;
  width: 206px;
  border-bottom:1px solid #999999;
}

ul.menu a {
  display: block;
  text-decoration: none;	
  font-weight:bold;
  font-size:11px;
}

ul.menu li {
  margin-top: 0px;
}

ul.menu li a {
  background: #2a364c url(../images/arraw.gif) right no-repeat;
  color: #fff;	
  padding: 0.5em;
  padding-right:25px;
}

ul.menu li a:hover {
  background: #0B0F20;
}

ul.menu li ul li a {
  background: #3d4d6b url(../images/arraw_index.gif) right no-repeat;
  color: #CCCCCC;
  padding-right: 35px;
}

ul.menu li ul li a:hover {
  background: #0B0F20 url(../images/arraw_index.gif) right no-repeat;
  border-left: 5px #000 solid;
  padding-right: 35px;
}

.code { border: 1px solid #ccc; list-style-type: decimal-leading-zero; padding: 5px; margin: 0; }
.code code { display: block; padding: 3px; margin-bottom: 0; }
.code li { background: #ddd; border: 1px solid #ccc; margin: 0 0 2px 2.2em; }
.indent1 { padding-left: 1em; }
.indent2 { padding-left: 2em; }
.indent3 { padding-left: 3em; }
.indent4 { padding-left: 4em; }
.indent5 { padding-left: 5em; }

/**/	
/* slid menu */
ul.menu1, ul.menu1 ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width:400px;
}

ul.menu1 a {
  display: block;
  text-decoration: none;	
  font-size:13px;
}

ul.menu1 li {
  margin-top: 0px;
  padding:5px;	
  width:100%;
}
ul.menu1 li img{
margin:0 5px 0 5px;
}
ul.menu1 li a {
  color: #0099FF;
  padding:10px;
  border-bottom:1px dotted #CCCCCC;
 
}

ul.menu1 li a:hover {
color:#FF6600

}
ul.menu1 li ul li{
  margin-top: 0px;
  padding:5px 30px 0 0;	
}
ul.menu1 li ul li a {
color: #006600;
border:0;
font-size:10px;
font-weight:normal;
text-align:right;
text-decoration:underline;
}

ul.menu1 li ul li a:hover {
color:#990000;
}

.code { border: 1px solid #ccc; list-style-type: decimal-leading-zero; padding: 5px; margin: 0; }
.code code { display: block; padding: 3px; margin-bottom: 0; }
.code li { background: #ddd; border: 1px solid #ccc; margin: 0 0 2px 2.2em; }
.indent1 { padding-left: 1em; }
.indent2 { padding-left: 2em; }
.indent3 { padding-left: 3em; }
.indent4 { padding-left: 4em; }
.indent5 { padding-left: 5em; }

/**/	
/*questionaire*/
.questionaire{
text-align:center;
margin-top:0px;
}
.voting_title{
background:url(../images/poll.gif) no-repeat right;
width:100%;
height:30px;
border:1px solid #009900;
border-left:0px;
border-right:0px;
}
.question{
font-size:13px;
color:#003366;
text-align:right;
direction:rtl;
padding-right:50px;
font-weight:bold;
}
.vote{
color:#003333;
font-size:11px;
font-family:tahoma;
}
.vote li{
list-style-type:none;
text-align:right;
width:300px;
direction:rtl;
}
.view_result {
color:#FF3300;
font-size:11px;
text-decoration: underline;
}
.vote_message{
color:#003366;
font-size:11px;
text-align:right;
padding-right:30px;
height:50px;
}
.btm_div
{
height:auto;
margin:7px 0 0 0;
text-align:center;
width:100%;
}
/*index_adv_fade*/
#photoholder {
  width:450px;
  height:338px;
  background:#fff url('/images/loading.gif') 50% 50% no-repeat;
}
#thephoto {
filter:alpha(opacity=1);
width: 712px;
height: 245px;

}
/*End index_adv_fade*/
span.span_offer
{
color:#990033;
}
li.img{
z-index:1000;
position:relative;
}
ul.faq{
padding:0px;
margin:0 30px;
}
ul.faq li{
height:auto;
width:60%;
padding:5px;
border-bottom:1px dotted #CCCCCC;
list-style-image:url(../images/check.jpg);
}
ul.faq li a{
text-decoration:none;
}


/*---------------silver_bitdefender.php--------------*/
label
{
	float: right;
	margin-right:40px;
	width: 105px;
	font-weight:bold;
}
.send_btn
{
	margin: 10px auto;
	text-align: right;
	padding-right:145px;
	width: 100%;
	clear: both;
	display: block;
	direction: rtl;
}
span.error_bit {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	FONT-SIZE: 110%;
	PADDING-BOTTOM: 0px;
	COLOR: #ff0000;
	PADDING-TOP: 0px;
	FONT-STYLE: normal;
	margin-right:40px;
}
.form_box_bit
{
	border:#CCC 1px solid;
	padding-top:20px;
	margin:0 auto;
	width:400px;
}
a.join_now{
	background:	url(../images/join_now.png) no-repeat bottom;
	width:183px;
	height:59px;
	display:block;
	border:0;
	text-decoration:none;
	cursor:pointer;
}
a.join_now span.hover{
	background:	url(../images/join_now.png) no-repeat top;
	width:183px;
	height:59px;
	cursor:pointer;
	display:block;
}
/*---------------end silver_bitdefender.php--------------*/