/*
    anythingSlider v1.2
    
    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/
*/
.anythingSlider                         { width: 962px; height: 329px; position: relative; margin: 0; padding: 0; }
.anythingSlider .wrapper                { width: 962px; height: 329px; position: absolute; top: 0; left: 0; margin: 0; padding: 0;}

                                        /* Width below is max for Opera */
.anythingSlider .wrapper ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; background: none; margin: 0; padding: 0; }
.anythingSlider .wrapper ul li          { display: block; float: left; padding: 0; height: 329px; width: 962px; margin: 0; }
.anythingSlider .wrapper ul li a		{ text-decoration:none; }
.anythingSlider .arrow                  { display: block; height: 90px; width: 67px; /* background:url(../images/arrows.png) no-repeat 0 0; */ text-indent: -9999px; position: absolute; top: -15px; cursor: pointer; }
.anythingSlider .forward                { top:36px; right: 5px; background:url(../images/arrow_right.png) no-repeat right top; }
.anythingSlider .back                   { top:36px; left: -785px; background:url(../images/arrow_left.png) no-repeat left top;  }
/*.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; } */

.thumbNav                               { position: relative; top: 188px; *top: 200px; width:200px; left: 776px; text-align: center; z-index:99; }
.thumbNav li                            { display: inline; }
.thumbNav a                             { font-size:9px; text-decoration:none; padding:0; width:25px; height:25px; color: black;  display: inline-block; margin: 0 2px 0 0; background: url(../images/dot.png) no-repeat center center; line-height:25px; /* -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; */ }
.thumbNav a:hover                       { color:#fff; }
.thumbNav a.cur                         { padding:0; width:25px; height:25px; background: url(../images/dot_red.png) no-repeat left center; color:#fff; text-decoration:none; line-height:25px; }

.start-stop                             { z-index: 100; background: url(../images/play.png) no-repeat center center; padding: 0; width: 20px; text-align: center; position: absolute; right: 123px; top: 204px; height:17px; }
.start-stop.playing                     { background:url(../images/stop.png) no-repeat center center; }
.start-stop:hover                       {  }

/*
  Prevents
*/
.anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }

/** end clider.css **/

/** begin superfish.css **/

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {	
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	border-left:	1px solid #fff;
	border-top:		1px solid #CFDEFF;
	padding: 		.75em 1em;
	text-decoration:none;
	color:#000;
}
.sf-menu a, .sf-menu a:visited, .sf-menu a:focus  { /* visited pseudo selector so IE6 applies text colour */
/* -ben-background:url(/themes/global-2011/images/left_b.png) no-repeat left 100px, url(/themes/global-2011/images/right_b.png) no-repeat right 100px, url(/themes/global-2011/images/button_back.png) repeat-x center 100px;
	-ben-background-hover:url(/themes/global-2011/images/left_b.png) no-repeat left top, url(/themes/global-2011/images/right_b.png) no-repeat right top, url(/themes/global-2011/images/button_back.png) repeat-x center top;
	-ben-background-active:url(/themes/global-2011/images/left_b.png) no-repeat left top, url(/themes/global-2011/images/right_b.png) no-repeat right top, url(/themes/global-2011/images/button_back.png) repeat-x center top;   */
}
.sf-menu li {

}
.sf-menu li li {
/*	background:		#AABDE6; */
}
.sf-menu li li li {
	background:		#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover,
 .sf-menu a:hover {	
	color:#fff;
	-pie-background:url(/themes/global-2011/images/right_b.png) no-repeat right top, url(/themes/global-2011/images/left_b.png) no-repeat left top, url(/themes/global-2011/images/button_back.png) no-repeat center top;
	behavior:url(/themes/global-2011/css/PIE.php);
	background:url(../images/right_b.png) no-repeat right top, url(../images/left_b.png) no-repeat left top, url(../images/button_back.png) no-repeat center top;	
}

/*** arrows **/
.sf-menu a.sf-with-ul:hover {	
	min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
	behavior:url(/themes/global-2011/css/PIE.php);
	-pie-background:url(/themes/global-2011/images/left_b.png) no-repeat left top, url(/themes/global-2011/images/right_b.png) no-repeat right top, url(/themes/global-2011/images/button_back.png) repeat-x center top;
	background:url(../images/right_b.png) no-repeat right top, url(../images/left_b.png) no-repeat left top, url(../images/button_back.png) no-repeat center top;
	
	z-index:10000; 
}
.sf-sub-indicator {
/*	position:		absolute; */
	display:		block;
	right:			.75em;
	top:			20px; /* IE6 only */
	text-indent: 	-999em;
	overflow:		hidden;
/*	background:url(../images/nav_shadow.png) no-repeat center 62px; */ /* 8-bit indexed alpha png. IE6 gets solid image only */
	z-index:10000; 
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	/* background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/*
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* 
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers
} */

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/** end superfish.css **/

/** begin superfish-navbar.css **/
#hhome ul {	
	width:396px;	
}
#hhome ul li {	
	-ben-background: url(../images/submenu_hover.gif) no-repeat center 100px, url(../images/divizoru.gif) no-repeat right center;
	-ben-background-hover: url(../images/submenu_hover.gif) no-repeat center bottom, url(../images/divizoru.gif) no-repeat right center;
} 

.sfHover > a.sf-with-ul {
	color: white;	
}

li#hhome.sfHover > a.sf-with-ul {
	color:#fff;
}
#business ul {
	width:340px;
}
#business ul li {
	-ben-background: url(../images/submenu_hover.gif) no-repeat center 100px, url(../images/divizoru.gif) no-repeat right center;
	-ben-background-hover: url(../images/submenu_hover.gif) no-repeat center bottom, url(../images/divizoru.gif) no-repeat right center;
} 
#partners ul {
	width: 520px;
	left: 0px !important;
}
        
#partners ul li {
	-ben-background: url(../images/submenu_hover.gif) no-repeat center 100px, url(../images/divizoru.gif) no-repeat right center;
	-ben-background-hover: url(../images/submenu_hover.gif) no-repeat center bottom, url(../images/divizoru.gif) no-repeat right center;
} 
#downloads ul {
	width:208px;	
}
#downloads ul li {
	-ben-background: url(../images/submenu_hover.gif) no-repeat center 100px, url(../images/divizoru.gif) no-repeat right center;
	-ben-background-hover: url(../images/submenu_hover.gif) no-repeat center bottom, url(../images/divizoru.gif) no-repeat right center;
} 
#support ul {
	left:-226px;
	width:310px;
} 
#support ul li {
	-ben-background: url(../images/submenu_hover.gif) no-repeat center 100px, url(../images/divizoru.gif) no-repeat right center;
	-ben-background-hover: url(../images/submenu_hover.gif) no-repeat center bottom, url(../images/divizoru.gif) no-repeat right center;
} 
#store ul {
	left:-213px;
	width:279px;
} 
#store ul li {
	-ben-background: url(../images/submenu_hover.gif) no-repeat center 100px, url(../images/divizoru.gif) no-repeat right center;
	-ben-background-hover: url(../images/submenu_hover.gif) no-repeat center bottom, url(../images/divizoru.gif) no-repeat right center;
} 
#company {
	zoom:1;
}
#company ul {
	left:-626px;
	width:718px;
} 
#company ul li {
	-ben-background: url(../images/submenu_hover.gif) no-repeat center 100px, url(../images/divizoru.gif) no-repeat right center;
	-ben-background-hover: url(../images/submenu_hover.gif) no-repeat center bottom, url(../images/divizoru.gif) no-repeat right center;
} 
#company .last, #store .last, #support .last, #downloads .last, #partners .last, #business .last, #hhome .last, #auszeichnungen .last {
	background:none;
	-ben-background:none;
}
#company .last a:hover, #store .last a:hover, #support .last a:hover, #downloads .last a:hover, #partners .last a:hover, #business .last a:hover, #hhome .last a:hover, #auszeichnungen .last a:hover {
	background:url(../images/submenu_hover.gif) no-repeat center bottom;
}
/* #company li ul li {
	top:56px;
	left:156px;
} */
/* #company a:hover.sf-with-ul, a:focus.sf-with-ul, a:active.sf-with-ul {
	background:#000; color:#FFF;
	z-index:10001;
	text-decoration:underline;
} */



/*** adding the class sf-navbar in addition to sf-menu creates an all-horizontal nav-bar menu ***/
.sf-navbar {
/*	background:#cc0000; */
	height:			2.5em;
	padding-bottom:	2.5em;
	position:relative;
} 
.sf-navbar li {
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
/*	position:static;
	left:0px;  */
}
.sf-navbar a {
	height:47px;
	line-height:41px;
}
.sf-navbar li ul {
/*	width:			44em; */ /*IE6 soils itself without this*/
}
.sf-navbar li li {
/*	background:		#000;  */
	position:		relative;
	font-size:12px;
	letter-spacing:0px;
	font-weight:normal;
}
.sf-navbar li li a {
	color:#fff;
	height:30px; line-height:30px;
	padding:0px 11px;	
}
.sf-navbar li li ul {
	width:			13em;
}
.sf-navbar li li li {
	width:			100%;
}
.sf-navbar ul li {
	width:			auto;
	float:			left;
	height:30px; line-height:30px;
	background:url(../images/divizoru.gif) no-repeat right center;
}
.sf-navbar a, .sf-navbar a:visited {
	border:			none;	
}
.sf-navbar li.current {
	color:#ffffff;
}
.sf-navbar li:hover,
.sf-navbar li.sfHover,
.sf-navbar li li.current,
.sf-navbar a:focus, .sf-navbar a:hover, .sf-navbar a:active {
	color:#FFFFFF;
}
/*.sf-navbar a:hover {
	text-decoration:underline;
}*/
.sf-navbar ul li:hover,
.sf-navbar ul li.sfHover,
ul.sf-navbar ul li:hover li,
ul.sf-navbar ul li.sfHover li,
.sf-navbar ul a:focus, .sf-navbar ul a:hover, .sf-navbar ul a:active {	
	background: url(../images/submenu_hover.gif) no-repeat center bottom, url(../images/divizoru.gif) no-repeat right center;
}
ul.sf-navbar li li li:hover,
ul.sf-navbar li li li.sfHover,
.sf-navbar li li.current li.current,
.sf-navbar ul li li a:focus, .sf-navbar ul li li a:hover, .sf-navbar ul li li a:active {
	background:		#E6EEFF;
}
ul.sf-navbar .current ul,
ul.sf-navbar ul li:hover ul,
ul.sf-navbar ul li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
}
ul.sf-navbar .current ul ul {
	top: 			-999em;
}
.sf-navbar li li.current > a {
	font-weight:	bold;
}

/*** point all arrows down ***/
/* point right for anchors in subs */
.sf-navbar ul .sf-sub-indicator { background-position: -10px -100px; }
.sf-navbar ul a > .sf-sub-indicator { background-position: 0 -100px; }
/* apply hovers to modern browsers */
.sf-navbar ul a:focus > .sf-sub-indicator,
.sf-navbar ul a:hover > .sf-sub-indicator,
.sf-navbar ul a:active > .sf-sub-indicator,
.sf-navbar ul li:hover > a > .sf-sub-indicator,
.sf-navbar ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/*** remove shadow on first submenu ***/
.sf-navbar > li > ul {
	background:url(../images/nav_right.png) no-repeat right top, url(../images/nav_left.png) no-repeat left top;
	background-color:#cc0000;
	padding: 0;
	margin-top:27px;
	height:30px;
	-ben-background:url(/themes/global-2011/images/nav_right.png) no-repeat right top, url(/themes/global-2011/images/nav_left.png) no-repeat left top #cc0000;
}

/** end superfish-navbar.css **/

/** begin bd.css **/

/* TOATE CELE */
* {
	outline: none;
}
html { margin:0; padding:0;}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	height:100%;
}
.red { color:#cc0000; }
/*HEADER */
#wrapper {
	margin:0 auto;
	padding:0;
	width:962px;
	height:100%;
	position:relative;
}
#wrapper_800 {
	margin:0 auto;
	padding:0;
	width:768px;
	height:100%;
	position:relative;
}
#header {
	margin:0;
	padding:0;
	width:962px;
}
#header_800 {
	margin:0;
	padding:0;
	width:768px;
}
#sigla {
	width:216px;
	height:67px;
	background: url(../images/logo.jpg) no-repeat top left;
	display:block;
	float:left;
}
#meniu_header {
	margin:0 auto;
	padding:35px 5px 0 0;
	float:left;
	height:33px;
	width:265px;
	text-align:right;
}
#meniu_header ul {
	margin:0;
	padding:0;
	position:relative;
	list-style:none;
	float:right;
}
#meniu_header ul li {
	float:left;
	background:url(../images/divizoru.gif) no-repeat right;
	margin:0 5px 0 0;
	padding:0;
}
#meniu_header ul a {
	text-decoration:none;
	color: #cc0000;
	margin:0 5px 0 0;
	padding:0;
}
#meniu_header ul a:hover {
	color:#494949;
}
#meniu_header_800 {
	margin:0 auto;
	padding:10px 0 0;
	float:right;
	width:265px;
	text-align:right;
}
#meniu_header_800 ul {
	margin:0;
	padding:0;
	position:relative;
	list-style:none;
	float:right;
}
#meniu_header_800 ul li {
	float:left;
	background:url(../images/divizoru.gif) no-repeat right;
	margin:0 5px 0 0;
	padding:0;
}
#meniu_header_800 ul a {
	text-decoration:none;
	color: #cc0000;
	margin:0 5px 0 0;
	padding:0;
}
#meniu_header_800 ul a:hover {
	color:#494949;
}
#dropdown {
	margin:0 20px 0 0;
	padding:34px 0 0 0;
	height:33px;
	width:210px;
	float:right;
	overflow:hidden;
}
select.droplist {
	font-size:11px;
	color:#494949;
	border:1px solid #d8d8d8;
	width:185px;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	padding:3px 5px 3px 2px;
}
select.droplist option {
	background-color:#666;
	color:#FFF;
}
#search {
	margin:24px 0 0 0;
	padding:0;
	width:246px;
	float:right;
	background:url(../images/search_bar.jpg) no-repeat 0px 9px;
}
#search .searchinput {
	font-family: "Arial";
	font-size: 11px;
	color: #000000;
	border: 0px solid #fff;
	margin:13px 14px 0 5px;
	margin:13px 0 0 5px\9;
	padding:0;
	float:left;
}
#search .button_submit {
	margin:0 0 0 23px;
	margin:0 0 0 40px\9;
	padding:9px 0 0 0;
	width:76px;
}

/* MENIU */
#menu {
	margin:10px 0 0 0;
	padding:0px 0 0 30px;
	*padding:0px 0 10px 30px;
	width:932px;
	float:left;
	background:url(../images/menu_back.png) no-repeat 0px 5px;
	position:relative;
}
#menu_800 {
	margin:20px 0 0 0;
	padding:0px 0 0 30px;
	*padding:0px 0 10px 30px;
	width:738px;
	float:left;
	background:url(../images/menu_back_800.png) no-repeat 0px 5px;
	position:relative;
}

/* BREADCRUMB */
#breadcrumb {
	margin:35px 0 0 30px; padding:0 0 0 27px;
	border:1px solid black;
	height:22px; line-height:22px; float:left;
	background:url(../images/breadcrumb_arrow.png) no-repeat left center;
}
#breadcrumb a {
	font-weight:bold; color:#000; text-decoration:none;
}
#breadcrumb a:hover {
	text-decoration:underline;
}

/* BIG BANNER */
#big_banner {
	margin:30px auto 0;
	padding:0;
	width:962px;
	height:329px;
	position:relative;
	float:left;
}
#tag_over {
	margin:0 auto; padding:0; position:absolute;
	background:url(../images/banner_tagline_over.png) no-repeat center bottom;
	width:890px; height:90px;
	top:239px; left:36px;
	z-index:1;
}
#text_banner {
	padding:250px 42px 0 59px;
	width:860px;
	left:1018px;
	z-index:999;
	color:#fff;
}
.big_title a {
	text-decoration:none;
}
.text_s {
	top:250px; left:55px;
	font-size:12px;
	font-weight:normal;
}
.big_title {
	font-size:30px;
	font-weight:bold;
}
/* MIDDLE */
#middle_wrapper {
	width:712px;
	float:left;
}
#middle_left {
	margin:15px 0 0 0;
	padding:0;
	width:712px;
	height:210px;
	background:url(../images/middle_left_background.gif) repeat-y top left;
}
#middle_m_wrapper {
	height:100%;
	background:url(../images/middle_top_01.png) no-repeat top left;
}
#middle_m_left {
	padding: 15px 10px 0 20px;
	width:218px;
	height:205px;
	background:url(../images/middle_background_left.png) no-repeat right 10px;
	float:left;
}
#middle_m_left p a {
	color:#494949;
	text-decoration:none;
}
#middle_m_left p a:hover {
	color:#cc0000;
}
#middle_m_left ul {
	margin:0; padding:0;
	list-style:none;
}
#middle_m_left ul li {
	padding:4px 0;
	background:url(../images/middle_line.gif) no-repeat left bottom;
}
#middle_m_left ul a {
	color:#494949;
	text-decoration:none;
}
#middle_m_left ul a:hover {
	color:#cc0000;
}
.lleft {
	margin:0; padding:15px 0 0;
	width:111px; float:left;
}
.lleft a {
	font-size:11px; font-weight:bold;
	color:#cc0000; text-decoration:none;
}
.lleft a:hover {
	text-decoration:underline;
}
.lright {
	margin:0; padding:15px 0 0;
	width:107px; text-align:center; float:left;
}
.lright a {
	font-size:11px; font-weight:bold;
	color:#cc0000; text-decoration:none;
}
.lright a:hover {
	text-decoration:underline;
}
.titlu {
	font-size:18px;
	font-weight:bold;
	line-height:18px;
	color:#cc0000;
	letter-spacing:-1px;
}
.titlu a {
	color:#494949;
	text-decoration:none;
}
.titlu a:hover {
	text-decoration:underline;
}
.red {
	color:#cc0000;
	font-weight:bold;
}
#middle_m_right {
	padding: 15px 10px 0 20px;
	width:434px;
	height:205px;
	float:right;
}
#middle_m_right img {
	padding:0 2px;
	margin-top:11px;
	float:left;
}
#middle_m_right .buy_now {
	width:49px;
	height:18px;
	margin-top:7px;
	letter-spacing:-0.5px;
	text-align:left;
	border:none;
	color:#FFF;
	font-size:9px;
	float:right;
}
#tooltip {
	display:none;
	width:262px; height:79px;
	padding:45px 10px 0;
	font-size:11px;
	background:url(../images/tooltip.png) no-repeat left bottom;
}
#bd_av, #bd_av_mac {
	color: #000;
	margin:20px 0 0; *margin:10px 0 10px; padding:0 0 0 11px;
	float:left; width:243px; height:31px;
	background:url(../images/bd_av_fp.png) no-repeat left center;
	font-weight:bold; line-height:31px; 
	text-shadow:1px 1px 1px #fff; overflow:hidden;
}
#bd_is, #bd_is_net {
	color: #000;
	margin:10px 0 0; padding:0 0 0 11px;
	float:left; width:283px; height:31px;
	background:url(../images/bd_is_fp.png) no-repeat left center;
	font-weight:bold; line-height:31px;
	text-shadow:1px 1px 1px #fff;
}
#bd_ts {
	color: #000;
	margin:10px 0; padding:0 0 0 11px;
	float:left; width:323px; height:31px;
	background:url(../images/bd_ts_fp.png) no-repeat left center;
	font-weight:bold; line-height:31px;;
	text-shadow:1px 1px 1px #fff;
}
#buy_now_av {
	margin:20px 0 0 75px; *margin:10px 0 0 75px; padding:0;
	width:99px; height:31px; float:left; display:block;
	background:url(../images/buy_now_fp.png) no-repeat left top;
	font-size:11px; line-height:31px; text-align:center;
}
#buy_now_av a {
	color:#fff; text-decoration:none;
}
#buy_now_av:hover {
	width:99px; height:31px; display:block;
	background:url(../images/buy_now_fp_hover.png) no-repeat left top;
}
#buy_now_is {
	margin:10px 0 0 35px; padding:0;
	width:99px; height:31px; float:left; display:block;
	background:url(../images/buy_now_fp.png) no-repeat left top;
	font-size:11px; line-height:31px; text-align:center;
}
#buy_now_is a {
	color:#fff; text-decoration:none;
}
#buy_now_is:hover {
	width:99px; height:31px; display:block;
	background:url(../images/buy_now_fp_hover.png) no-repeat left top;
}
#buy_now_ts {
	margin:10px 0 0 -5px; padding:0;
	width:99px; height:31px; float:left; display:block;
	background:url(../images/buy_now_fp.png) no-repeat left top;
	font-size:11px; line-height:31px; text-align:center;
}
#buy_now_ts a {
	color:#fff; text-decoration:none;
}
#buy_now_ts:hover {
	width:99px; height:31px; display:block;
	background:url(../images/buy_now_fp_hover.png) no-repeat left top;
}
#middle_bottom {
	width:712px;
	height:9px;
	background:url(../images/middle_bottom_01.gif) no-repeat bottom left;
}
#bottom {
	margin-top:15px;
	width:712px;
	height:100%;
/*	background:url(../images/middle_left_background.gif) repeat-y top left; */
}
#bottom_b_top {
	width:712px;
	height:9px;
	background:url(../images/bottom_top_01.gif) top left;
}
#bottom_b_wrapper {
	height:132px;
	background:url(../images/bottom_bottom_01.gif) no-repeat bottom left;
}
#bottom_b_left {
	padding:3px 10px 0 20px;
	width:190px;
	height:135px;
	background:url(../images/bottom_b_left.png) no-repeat right top;
	float:left;
}
#bottom_b_left img {
	padding-right:15px;
}
#bottom_b_middle {
	padding:3px 10px 0 20px;
	width:220px;
	height:135px;
	background:url(../images/bottom_b_left.png) no-repeat right top;
	float:left;
}
#bottom_b_middle img {
	padding-right:15px;
}
#bottom_b_right {
	padding:3px 15px 0 20px;
	width:205px;
	height:135px;
	background:url(../images/bottom_b_left.png) no-repeat right top;
	float:left;
}
#bottom_b_right img {
	padding-right:15px;
}
.visit_now {
	margin:0; padding:10px 0 0 81px;
}
.visit_now a {
	color:#cc0000; text-decoration:none; font-weight:bold;
}
.visit_now a:hover {
	text-decoration:underline;
}

/* RIGHT */
#right_wrapper {
	margin-top:15px;
	width:238px;
	height:100%;
	float:right;
	background:url(../images/right_background.gif) repeat-y top left;
}
#right_1 {
	padding:0;
	background:url(../images/right_top_01.png) no-repeat top left;
}
#right_1 img {
	padding-right:15px;
}
#award {
	width:213px;
	height:200px;
	padding:20px 10px 20px 17px;
	background:url(../images/award_back.png) no-repeat bottom left;
}
.tribbon {
	color:#fc92a7;
}
.tribbon a {
	color:#fc92a7;
	text-decoration:none;
}
.tribbon a:hover {
	text-decoration:underline;
}
#right_bottom {
	width:238px;
	height:9px;

}
#press_radar {
	width:238px;
	height:92px;
	padding:0;
	
}
#tabs {
	margin:0;
	padding:0;
	width:18px;
	position:relative;
}
#news_wrapper {
	margin:0;
	padding:30px 10px 20px 17px;
	height:85px;
	background:url(../images/right_bottom.gif) no-repeat left bottom ;
}

#news_item {
	float:left;
}
#news_data {
	width:100%;
}
#pc_data_left {
	background:url(../images/pc_data_left.gif) no-repeat top left;
	width:3px;
	height:17px;
	float:left;
	margin-top:13px;
}
#pc_data {
	background:url(../images/pc_data_right.gif) no-repeat top right #f0f0f0;
	line-height:17px;
	padding-right:3px;
	font-size:9px;
	color:#494949;
	height:17px;
	float:left;
	margin-top:13px;
}
#pc_text {
	margin:5px 0 15px;
	line-height:12px;
	float:left;
}

/* PRODUCT PAGE */
#big_product {
	margin:13px 0 0; padding:0;
	width:962px; height:340px; float:left;
	background:url(../images/big_product_background.png) no-repeat left top;
}
#big_product_is {
	margin:13px 0 0; padding:0;
	width:962px; height:340px; float:left;
	background:url(../images/big_product_background_is.png) no-repeat left top;
}
#big_product_av {
	margin:13px 0 0; padding:0;
	width:962px; height:340px; float:left;
	background:url(../images/big_product_background_av.png) no-repeat left top;
}

div.money_back_ts#big_product {
	background:url(../images/big_product_background_ts_money.png) no-repeat left top;
}
div.money_back_is#big_product_is {
	background:url(../images/big_product_background_is_money.png) no-repeat left top;
}
div.money_back_av#big_product_av {
	background:url(../images/big_product_background_av_money.png) no-repeat left top;
}

#prod_text {
	margin:55px 0 0 200px; padding:0;
	width:470px; float:left;
	font-size:16px;
	color:#000;
}
#prod_text700 {
	margin:55px 0 0 200px; padding:0;
	width:700px; float:left;
	font-size:16px;
	color:#000;
}

#prod_text .ptitle {
	font-size:32px; font-weight:bold; text-transform:uppercase;
	color:#0088b8; letter-spacing:-1px;
}
#prod_text .ptitle_is {
	font-size:32px; font-weight:bold; text-transform:uppercase;
	color:#89bc00; letter-spacing:-1px;
}
#prod_text .ptitle_av {
	font-size:32px; font-weight:bold; text-transform:uppercase;
	color:#ffa800; letter-spacing:-1px;
}
#prod_text h1.ptitle {
	font-size:32px !important; font-weight:bold; text-transform:uppercase;
	color:#0088b8; letter-spacing:-1px; border: none;
}
#prod_text h1.ptitle_av {
	font-size:32px !important; font-weight:bold; text-transform:uppercase;
	color:#ffa800; letter-spacing:-1px; border: none;
}
#prod_text h1.ptitle_is {
	font-size:32px !important; font-weight:bold; text-transform:uppercase;
	color:#89bc00; letter-spacing:-1px; border: none;
}
#prod_text700 .ptitle {
	font-size:32px; font-weight:bold; text-transform:uppercase;
	color:#0088b8; letter-spacing:-1px;
}
#prod_text700 .ptitle_is {
	font-size:32px; font-weight:bold; text-transform:uppercase;
	color:#89bc00; letter-spacing:-1px;
}
#prod_text700 .ptitle_av {
	font-size:32px; font-weight:bold; text-transform:uppercase;
	color:#ffa800; letter-spacing:-1px;
}
#awards {
	margin:55px 0 0; padding:36px 7px 0 0;
	float:right;
}
#awards img {
	border:0; padding:0 2px;
}
#bitdefender #product #buy_now {
	float:right; margin:0; padding:0;
}
#bn_button {
	margin:25px 0 0; padding:20px 0 0 74px; float:right;
	width:125px; height:60px;
	background:url(../images/big_buy_now.png) no-repeat left top;
	font-size:18px; letter-spacing:-1px;
}
#bitdefender #product #buy_now a {
	text-decoration:none; color:#FFF;
}
#bn_button:hover {
	width:125px; height:60px; display:block;
	background:url(../images/big_buy_now_hover.png) no-repeat left top;
}
#bitdefender #product #product_price {
	margin:30px 0 0;
	float:right; text-align:right; color:#000;
}
#bitdefender #product #product_price a {
	color:#000; font-weight:bold;
}
#bitdefender #product #product_price a:hover {
	text-decoration:underline;
}

#def_price
{
	height:17px;
	display:block;
}
#price_selector{
	height:17px;
}

#price_selector select
{
	padding:1px;
	border:1px solid #D6D6D6;;
}
#product_price .bigp {
	font-size:30px; letter-spacing:-1px;
}
#product_price sup {
	font-size:18px;
}
#bitdefender #product #product_list {
	margin:0 0 0 200px; padding:0;
	float:left;
}
#bitdefender #product #product_list a {
	background:none repeat scroll 0 0 transparent;
	color:#424242;
	font-size:12px;
	padding:0;
}
#bitdefender #product #product_list a:hover {
	text-decoration:none;
}
#bitdefender #product #product_list ul {
	margin:0; padding:0;
	list-style:none;
}
#bitdefender #product #product_list ul li {
	padding:0 0 0 20px; margin-right:10px;
	float:left;
}
#bitdefender #product #product_list .pli1 {
	background:url(../images/pl_icon_01.png) no-repeat left center;
}
#bitdefender #product #product_list .pli2 {
	background:url(../images/pl_icon_02.png) no-repeat left center;
}
#bitdefender #product #product_list .pli3 {
	background:url(../images/pl_icon_03.png) no-repeat left center;
}
#bitdefender #product #free_trial {
	margin:0; padding:0;
	float:right;
}
#bitdefender #product #free_trial a {
	color:#424242;
	background:none repeat scroll 0 0 transparent;
	padding:0;
}
#bitdefender #product #free_trial a:hover {
	text-decoration:none;
}
#bitdefender #product #free_trial ul {
	margin:0; padding:0;
	list-style:none;
}
#bitdefender #product #free_trial ul li {
	padding:0 2px;
	float:left;
}

/* PRODUCT DESCRIPTION */
#product_description {
	margin:0; padding:0;
	width:962px;
	float:left;
}
#pd_table {
	color:#000;
	margin:0; padding:10px 25px; float:left;
	width:912px;
	background:url(../images/pd_content_table.png) repeat-y left top;
}
#pd_table_top {
	margin:0; padding:0; float:left;
	width:962px; height:13px;
	background:url(../images/pd_top_table.png) no-repeat left top;
}
#pd_table_bottom {
	margin:0; padding:0; float:left;
	width:962px; height:13px;
	background:url(../images/pd_bottom_table.png) no-repeat left top;
}
#pd_title {
	font-size:20px; font-weight:bold; letter-spacing:-1px;
	text-transform:uppercase; float:left;
	clear:both;
}
#bitdefender #product #related_links {
	padding:0 0 0 5px;
	width:310px; height:21px; line-height:21px;
	float:right; background:url(../images/rlinks_arrow.png) no-repeat right center;
}
#bitdefender #product #related_links a {
	background:none repeat scroll 0 0 transparent;color:#000000;font-size:12px;font-weight:bold;padding:0;text-decoration:none;
}
#bitdefender #product #related_links a:hover {
	text-decoration:underline;
}
#bitdefender #product #related_links ul {
	margin:0; padding:0;
}
#bitdefender #product #related_links ul li {
	margin:0 20px 0 0; padding:0 0 0 20px; list-style:none;
	float:left; background:url(../images/adobe_icon.gif) no-repeat left center;
}
#pd_content {
	margin:15px 0 0;
	clear:both;
}
.overview_title {
	text-transform:uppercase; font-size:14px; font-weight:bold; letter-spacing:-1px;
}
#overview_box1 {
	margin:25px 0 10px 0; padding:0 0 0 90px; float:left;
	width:365px;
	background:url(../images/overview_icon_1.png) no-repeat 20px center;
	min-height:65px;
}
#overview_box2 {
	margin:25px 0 10px 0; padding:0 0 0 90px; float:left;
	width:365px;
	background:url(../images/overview_icon_2.png) no-repeat 20px center;
	min-height:65px;
}
#overview_box3 {
	margin:25px 0 10px 0; padding:0 0 0 90px; float:left;
	width:365px;
	background:url(../images/overview_icon_3.png) no-repeat 20px center;
	min-height:65px;
}
#overview_box4 {
	margin:25px 0 10px 0; padding:0 0 0 90px; float:left;
	width:365px;
	background:url(../images/overview_icon_4.png) no-repeat 20px center;
	min-height:65px;
}
#overview_box5 {
	margin:25px 0 10px 0; padding:0 0 0 90px; float:left;
	width:365px;
	background:url(../images/overview_icon_5.png) no-repeat 20px center;
	min-height:65px;
}
#overview_box6 {
	margin:25px 0 10px 0; padding:0 0 0 90px; float:left;
	width:365px;
	background:url(../images/overview_icon_6.png) no-repeat 20px center;
	min-height:65px;
}
#overview_box7 {
	margin:25px 0 10px 0; padding:0 0 0 90px; float:left;
	width:365px;
	background:url(../images/overview_icon_7.png) no-repeat 20px center;
	min-height:65px;
}
#overview_box8 {
	margin:25px 0 10px 0; padding:0 0 0 90px; float:left;
	width:365px;
	background:url(../images/overview_icon_8.png) no-repeat 20px center;
	min-height:65px;
}
#overview_box9 {
	margin:25px 0 10px 0; padding:0 0 0 90px; float:left;
	width:365px;
	background:url(../images/overview_icon_9.png) no-repeat 20px center;
	min-height:65px;
}
#overview_box10 {
	margin:25px 0 10px 0; padding:0 0 0 90px; float:left;
	width:365px;
	background:url(../images/overview_icon_10.png) no-repeat 20px center;
	min-height:65px;
}
#overview_box11 {
	margin:25px 0 10px 0; padding:0 0 0 90px; float:left;
	width:365px;
	background:url(../images/overview_icon_11.png) no-repeat 20px center;
	min-height:65px;
}
#overview_box12 {
	margin:25px 0 10px 0; padding:0 0 0 90px; float:left;
	width:365px;
	background:url(../images/overview_icon_12.png) no-repeat 20px center;
	min-height:65px;
}
#overview_box13 {
	margin:25px 0 10px 0; padding:0 0 0 90px; float:left;
	width:365px;
	background:url(../images/overview_icon_13.png) no-repeat 20px center;
	min-height:65px;
}
#overview_box14 {
	margin:25px 0 10px 0; padding:0 0 0 90px; float:left;
	width:365px;
	background:url(../images/overview_icon_14.png) no-repeat 20px center;
	min-height:65px;
}
#overview_box16 {
	margin:25px 0 10px 0; padding:0 0 0 90px; float:left;
	width:365px;
	background:url(../images/pl_icon_16.png) no-repeat 20px center;
	min-height:65px;
}

#whatsnew_box {
	margin:25px 0 10px 0; padding:0 10px 0 0; float:left;
	width:445px;
	min-height:65px;
}


/* COMPARISON */
#comparison {
	color:#000;
	margin:0; padding:0; float:left;
	width:962px;
}
#comparison_header {
	margin:0; padding:0;
	width:962px; height:111px;
	border-bottom:1px solid #ddd; float:left;
}
#quick_compare {
	margin:0; padding:60px 0 0 33px; float:left;
	width:361px; height:51px;
	background:url(../images/comparison_table_header.png) no-repeat left bottom;
}
#quick_compare strong {
	font-size:18px; letter-spacing:-1px;
}
#c_title {
	font-size:18px; letter-spacing:-1px; font-weight:bold; color:#fff; text-align:center;
	line-height:44px; height:44px;	
}
#c_h_left {
	margin:0; padding:15px 0 0 24px; float:left;
	width:71px; height:52px; color:#fff; line-height:19px;
}
#c_h_left sup {
	font-size:14px;
}
#c_h_left strong {
	font-size:24px;
}
#c_h_right {
	margin:0; padding:20px 0 0 13px; float:left;
	width:75px; height:50px; color:#fff; line-height:19px;
}
#c_h_right a {
	color:#fff; font-size:11px; text-decoration:none;
}
#c_buy_now {
	width:76px; height:36px; display:block; line-height:36px; text-align:center;
	background:url(../images/comparison_buy_now.png) no-repeat center center;
}
#c_buy_now:hover {
	background:url(../images/comparison_buy_now_hover.png) no-repeat center center;
}
#c_av {
	margin:0; padding:0; float:left;
	width:190px; height:111px;
	background:url(../images/comparison_av_header.png) no-repeat left top;
}
#c_av_p {
	margin:30px 0 0; padding:20px 0 0; float:left;
	width:190px; height:61px;
	background:url(../images/comparison_av_header_pp.png) no-repeat left bottom;
}
#c_is {
	margin:0; padding:0; float:left;
	width:188px; height:111px;
	background:url(../images/comparison_is_header.png) no-repeat left top;
}
#c_is_p {
	margin:30px 0 0; padding:20px 0 0; float:left;
	width:188px; height:61px;
	background:url(../images/comparison_is_header_pp.png) no-repeat left top;
}
#c_ts {
	margin:0; padding:0; float:left;
	width:190px; height:111px;
	background:url(../images/comparison_ts_header.png) no-repeat left top;
}
#c_ts_p {
	margin:30px 0 0; padding:20px 0 0; float:left;
	width:190px; height:61px;
	background:url(../images/comparison_ts_header_pp.png) no-repeat left top;
}
#comparison_specs {
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	float:left;
}
#spec_row_1 {
	background:#f9f9f9 url(../images/comparison_row_col.png) no-repeat left bottom; padding-left:33px;
	height:33px; line-height:33px; width:927px;
	border-bottom:1px solid #ddd; float:left;

}
#spec_row_2 {
	background:#fdfdfd url(../images/comparison_row_col.png) no-repeat left bottom; padding-left:33px;
	height:33px; line-height:33px; width:927px;
	border-bottom:1px solid #ddd; float:left;

}
#spec {
	width:361px; float:left;
}
#av_col {
	margin:0; padding:0; float:left;
	width:187px; height:33px;
	background:url(../images/comparison_av_dot.png) no-repeat center center;
	border-left:1px solid #ddd;
}
#is_col {
	margin:0; padding:0; float:left;
	width:188px; height:33px;
	background:url(../images/comparison_is_dot.png) no-repeat center center;
	border-left:1px solid #ddd;
}
#ts_col {
	margin:0; padding:0; float:left;
	width:187px; height:33px;
	background:url(../images/comparison_ts_dot.png) no-repeat center center;
	border-left:1px solid #ddd;
}
#none_col {
	margin:0; padding:0; float:left;
	width:187px; height:33px;
	background:url(../images/comparison_none_dot.png) no-repeat center center;
	border-left:1px solid #ddd;
}
#none_col_is {
	margin:0; padding:0; float:left;
	width:188px; height:33px;
	background:url(../images/comparison_none_dot.png) no-repeat center center;
	border-left:1px solid #ddd;
}
#comparison_bottom {
	margin:0; padding:27px 0 40px 399px; float:left;
	width:573px;
	background:url(../images/comparison_table_bottom.png) no-repeat left bottom;
}
#more_info_but {
	margin:0; padding:0 28px; float:left;
	width:133px; height:35px; line-height:35px; text-align:center;
	background:url(../images/more_info.png) no-repeat center center;
}
#more_info_but a {
	font-weight:bold; font-size:14px; color:#f01112;
	text-decoration:none; letter-spacing:-1px;
}
#more_info_but:hover {
	background:url(../images/more_info_hover.png) no-repeat center center;
}

/* COMPARISON MIC */
#comparison_mic {
	margin:0; padding:0; float:left;
	width:670px; font-size:11px;
}
#comparison_header_mic {
	margin:0; padding:0;
	width:670px; height:111px;
	border-bottom:1px solid #ddd; float:left;
}
#quick_compare_mic {
	margin:0; padding:60px 0 0 10px; float:left;
	width:165px; height:51px; line-height:66px;
	background:url(../images/comparison_table_header.png) no-repeat left 75px;
}
#quick_compare_mic strong {
	font-size:14px; letter-spacing:-1px;
}
#c_title_mic {
	font-size:16px; letter-spacing:-1px; font-weight:bold; color:#fff; text-align:center;
	line-height:20px; height:44px;	
}
#c_h_left_mic {
	margin:0; padding:15px 0 0 24px; float:left;
	width:71px; height:52px; color:#fff; line-height:19px;
}
#c_h_left_mic sup {
	font-size:14px;
}
#c_h_left_mic strong {
	font-size:24px;
}
#c_h_right_mic {
	margin:0; padding:20px 0 0 13px; float:left;
	width:75px; height:50px; color:#fff; line-height:19px;
}
#c_h_righ_mict a {
	color:#fff; font-size:11px; text-decoration:none;
}
#c_av_mic {
	margin:0; padding:0; float:left;
	width:167px; height:111px;
	background:url(../images/comparison_av_header.png) no-repeat left top;
}
#c_av_p_mic {
	margin:60px 0 0; padding:20px 0 0; float:left;
	width:167px; height:61px;
	background:url(../images/comparison_av_header_mic.png) no-repeat center bottom;
}
#c_is_mic {
	margin:0; padding:0; float:left;
	width:167px; height:111px;
	background:url(../images/comparison_is_header.png) no-repeat left top;
}
#c_is_p_mic {
	margin:60px 0 0; padding:20px 0 0; float:left;
	width:167px; height:61px;
	background:url(../images/comparison_is_header_mic.png) no-repeat left top;
}
#c_ts_mic {
	margin:0; padding:0; float:left;
	width:167px; height:111px;
	background:url(../images/comparison_ts_header.png) no-repeat left top;
}
#c_ts_p_mic {
	margin:60px 0 0; padding:20px 0 0; float:left;
	width:161px; height:61px;
	background:url(../images/comparison_ts_header_mic.png) no-repeat left top;
}
#comparison_specs_mic {
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	float:left;
}
#spec_row_1_mic {
	background:#f9f9f9 url(../images/comparison_row_col.png) no-repeat left bottom; padding-left:10px;
	height:23px; line-height:23px; width:658px;
	border-bottom:1px solid #ddd; float:left;

}
#spec_row_2_mic {
	background:#fdfdfd url(../images/comparison_row_col.png) no-repeat left bottom; padding-left:10px;
	height:23px; line-height:23px; width:658px;
	border-bottom:1px solid #ddd; float:left;

}
#spec_mic {
	width:164px; float:left;
}
#av_col_mic {
	margin:0; padding:0; float:left;
	width:165px; height:25px;
	background:url(../images/comparison_av_dot.png) no-repeat center -7px;
	border-left:1px solid #ddd;
}
#is_col_mic {
	margin:0; padding:0; float:left;
	width:167px; height:25px;
	background:url(../images/comparison_is_dot.png) no-repeat center -7px;
	border-left:1px solid #ddd;
}
#ts_col_mic {
	margin:0; padding:0; float:left;
	width:159px; height:25px;
	background:url(../images/comparison_ts_dot.png) no-repeat center -7px;
	border-left:1px solid #ddd;
}
#none_col_mic {
	margin:0; padding:0; float:left;
	width:165px; height:25px;
	background:url(../images/comparison_none_dot.png) no-repeat center -7px;
	border-left:1px solid #ddd;
}
#none_col_is_mic {
	margin:0; padding:0; float:left;
	width:167px; height:25px;
	background:url(../images/comparison_none_dot.png) no-repeat -9px -7px;
	border-left:1px solid #ddd;
}
#comparison_bottom_mic {
	margin:0; padding:27px 0 40px 399px; float:left;
	width:573px;
	background:url(../images/comparison_table_bottom.png) no-repeat left bottom;
}

/* SECONDARY PAGE MISCS */
#top_c {
	margin:20px 0 0 0; padding:0; float:left;
	width:962px; height:11px;
	background:url(../images/div_top.png) no-repeat left top;
}
#content {
	margin:0; padding:0 20px 20px 30px;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	width:910px; float:left;
}
#content h2 {
	font-size:20px !important; font-weight:bold; letter-spacing:-1px;
	text-transform:uppercase; color:#000;
}
.h1_es {
    color: #000000 !important;
    border-bottom: none !important;
    font-size: 20px !important;
    font-weight: bold;
    letter-spacing: -1px;
    text-transform: uppercase;
    padding: 5px 0px;
}
#bottom_c {
	margin:0; padding:0; float:left;
	width:962px; height:11px;
	background:url(../images/div_bottom.png) no-repeat left top;
}

/* DOWNLOADS */

#box {
	margin:30px 31px 0 0; padding:0 15px 0 0; float:left;
	width:257px; text-align:right;
	background:url(../images/box_background.png) no-repeat right center;
	font-size:11px;
}
#box_text {
	text-transform:uppercase; line-height:14px; padding-top:60px;
}
#box_text .box_av_name {
	font-size:14px; font-weight:bold; letter-spacing:-1px;	
}
#box_text strong {
	font-size:18px; font-weight:bold; letter-spacing:-1px;	
}

/* ------------------- */
#content_downloads {
	margin:0; padding:0 10px 20px 20px;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	width:930px; float:left;
}
#content_downloads h1 {
	font-size:32px !important; font-weight:bold; letter-spacing:-2px;
	text-transform:uppercase; color:#000;
}
#content_downloads h1 strong { color:#e91520; }
#content h2 strong { color:#e91520; }

#downloads_b {
	margin:10px 11px 0 0; padding:0 20px 0 0; float:left;
	width:279px; position:relative;
}
#downloads_buttons {
	position:absolute;
	bottom:-13px; left:0;
	margin:0 auto; width:268px;
}
#downloads_button {
	position:absolute;
	bottom:-13px; left:0;
	margin:0 auto; width:299px;
}
#dnow_button {
	margin:0 auto; padding:0;
	width:244px; height:52px;
	background:url(../images/downloads_dnow.png) no-repeat left top;
}
#dnow_button:hover {
	background:url(../images/downloads_dnow_hover.png) no-repeat left top;
}
#d_pic { margin:0; padding:0; float:left; }
#d_pic img { border:0; }
#box1 {
	margin:0 11px 0 0; padding:0 0 0 13px; float:left;
	width:289px; min-height:290px;
	background:url(../images/downloads_box_background.gif) repeat-y left center;
}
#box1_text {
	line-height:14px; font-size:16px; font-weight:bold; padding:5px 0 16px;
}
#box1_text a { color:#000; text-decoration:none; }
#box1_text a:hover { text-decoration:underline; }
#box1_text strong {
	font-size:18px; font-weight:bold; letter-spacing:-1px;	
}
#box1_top {
	margin:0; padding:0;
	background:url(../images/downloads_box_top.gif) no-repeat left top;
	width:299px; height:9px;
	float:left;
}
#box1_bottom {
	margin:0; padding:0;
	background:url(../images/downloads_box_bottom.gif) no-repeat left top;
	width:299px; height:9px;
	float:left;
}
#p_description {
	margin:0; padding:20px 15px 0;
	float:left;	width:144px;
	line-height:14px; min-height:145px;
}
#p_description h3 { font-size:16px; font-weight:bold; margin:0 0 10px; padding:0; }
#price_description { width:144px; float:left; padding:0 15px 0; }
#buynow_but {
	margin:15px 10px 0 0; padding:0; float:right;
	text-transform:uppercase; font-size:11px; text-align:center;
	width:99px; height:31px; line-height:31px;
	background:url(../images/buy_now_fp.png) no-repeat center center;
}
#buynow_but a {
	 color:#fff; text-decoration:none;
}
#buynow_but:hover {
	background:url(../images/buy_now_fp_hover.png) no-repeat center center;
}

/* LATEST */
#latest {
	margin:40px 0 30px 3px;
	float:left; line-height:14px;
}
#a_quote {
	float:left; font-size:11px;
	width:240px;
}
#a_quote strong {
	font-size:14px; font-style:italic;
}
#a_quote img {
	float:left; padding-right:10px;
}
#a_quote2 {
	float:left; font-size:11px;
	width:270px;
}
#a_quote2 strong {
	font-size:14px; font-style:italic;
}
#a_quote2 img {
	float:left; padding:0 10px;
}

/* COMPARISON Downloads */
#comparison_downloads {
	margin:0; padding:0; float:left;
	width:892px; 
}
#comparison_header_downloads {
	margin:0; padding:0;
	width:894px; height:164px;
	border-bottom:1px solid #ddd; float:left;
}
#quick_compare_downloads {
	margin:0; padding:60px 0 0 10px; float:left;
	width:165px; height:51px; line-height:66px;
	background:url(../images/comparison_table_header.png) no-repeat left 75px;
}
#quick_compare_downloads strong {
	font-size:14px; letter-spacing:-1px;
}
#c_title_downloads {
	font-size:16px; letter-spacing:-1px; font-weight:bold; color:#fff; text-align:center;
	line-height:20px; height:44px;	
}
#c_h_left_downloads {
	margin:0; padding:15px 0 0 24px; float:left;
	width:71px; height:52px; color:#fff; line-height:19px;
}
#c_h_left_downloads sup {
	font-size:14px;
}
#c_h_left_downloads strong {
	font-size:24px;
}
#c_h_right_downloads {
	margin:0; padding:20px 0 0 13px; float:left;
	width:75px; height:50px; color:#fff; line-height:19px;
}
#c_h_righ_downloadst a {
	color:#fff; font-size:11px; text-decoration:none;
}
#c_av_downloads {
	margin:0; padding:0; float:left;
	width:167px; height:111px;
	background:url(../images/comparison_av_header.png) no-repeat left top;
}
#c_av_p_downloads {
	margin:60px 0 0; padding:20px 0 0; float:left;
	width:167px; height:61px;
	background:url(../images/comparison_av_header_mic.png) no-repeat center bottom;
}
#c_is_downloads {
	margin:0; padding:0; float:left;
	width:167px; height:111px;
	background:url(../images/comparison_is_header.png) no-repeat left top;
}
#c_is_p_downloads {
	margin:60px 0 0; padding:20px 0 0; float:left;
	width:167px; height:61px;
	background:url(../images/comparison_is_header_mic.png) no-repeat left top;
}
#c_ts_downloads {
	margin:0; padding:0; float:left;
	width:167px; height:111px;
	background:url(../images/comparison_ts_header.png) no-repeat left top;
}
#c_ts_p_downloads {
	margin:60px 0 0; padding:20px 0 0; float:left;
	width:161px; height:61px;
	background:url(../images/comparison_ts_header_mic.png) no-repeat left top;
}
#comparison_specs_downloads {
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	float:left;
}
#spec_row_1_downloads {
	background:#f9f9f9 url(../images/comparison_row_col.png) no-repeat left bottom; padding-left:10px;
	height:23px; line-height:23px; width:882px;
	border-bottom:1px solid #ddd; float:left;

}
#spec_row_2_downloads {
	background:#fdfdfd url(../images/comparison_row_col.png) no-repeat left bottom; padding-left:10px;
	height:23px; line-height:23px; width:882px;
	border-bottom:1px solid #ddd; float:left;

}
#spec_downloads {
	width:314px; float:left;
}
#av_col_downloads {
	margin:0; padding:0; float:left;
	width:188px; height:25px;
	background:url(../images/comparison_av_dot.png) no-repeat center -7px;
	border-left:1px solid #ddd;
}
#is_col_downloads {
	margin:0; padding:0; float:left;
	width:188px; height:25px;
	background:url(../images/comparison_is_dot.png) no-repeat center -7px;
	border-left:1px solid #ddd;
}
#ts_col_downloads {
	margin:0; padding:0; float:left;
	width:188px; height:25px;
	background:url(../images/comparison_ts_dot.png) no-repeat center -7px;
	border-left:1px solid #ddd;
}
#none_col_downloads {
	margin:0; padding:0; float:left;
	width:188px; height:25px;
	background:url(../images/comparison_none_dot.png) no-repeat center -7px;
	border-left:1px solid #ddd;
}
#none_col_is_downloads {
	margin:0; padding:0; float:left;
	width:188px; height:25px;
	background:url(../images/comparison_none_dot.png) no-repeat 1px -7px;
	border-left:1px solid #ddd;
}
#comparison_bottom_downloads {
	margin:0; padding:27px 0 40px 399px; float:left;
	width:573px;
	background:url(../images/comparison_table_bottom.png) no-repeat left bottom;
}
#price_downloads { float:left; padding:10px 0 10px 10px; font-size:14px; font-weight:bold; width:314px; }
#price_downloads_1 {
	margin:0; padding:10px 0 0 10px; float:left;
	width:179px; height:25px;
	text-align:center; font-size:14px; font-weight:bold;
}
#downloads_c_bottom {
	margin:0; padding:0;
	background:url(../images/downloads_comparison.jpg) no-repeat left top;
	width:894px; height:56px;
	float:left;
}
#buynow2_but {
	margin:0 auto; padding:0;
	text-transform:uppercase; font-size:11px; text-align:center;
	width:99px; height:31px; line-height:31px;
	background:url(../images/buy_now_fp.png) no-repeat center center;
}
#buynow2_but a {
	 color:#fff; text-decoration:none;
}
#buynow2_but:hover {
	background:url(../images/buy_now_fp_hover.png) no-repeat center center;
}
#downloads_ts {
	margin:34px 0 0; padding:29px 0 0 20px; float:left;
	width:169px; height:101px;
	font-size:16px; font-weight:bold; line-height:14px;
	background:url(../images/downloads_ts.jpg) no-repeat right top;
}
#downloads_ts a {
	text-decoration:none; color:#000;
}
#downloads_ts a:hover {
	text-decoration:underline;
}
#download2_but {
	margin:15px 0 0 23px; padding:0;
	text-transform:uppercase; font-size:11px; text-align:center;
	width:99px; height:31px; line-height:31px;
	background:url(../images/download_but.png) no-repeat center center;
}
#download2_but a {
	 color:#fff; text-decoration:none;
}
#download2_but a:hover {
	 text-decoration:none;
}
#download2_but:hover {
	background:url(../images/download_but_hover.png) no-repeat center center;
}


/* ------------------- */

#download_but {
	margin:15px 10px 0 0; padding:0; float:right;
	text-transform:uppercase; font-size:11px; text-align:center;
	width:99px; height:31px; line-height:31px;
	background:url(../images/download_but.png) no-repeat center center;
}
#download_but a {
	 color:#fff; text-decoration:none;
}
#download_but:hover {
	background:url(../images/download_but_hover.png) no-repeat center center;
}
#download_category {
	margin:30px 20px 0 0; padding:0; float:left;
	width:282px;
	background:url(../images/download_category.png) no-repeat left top;
}
#download_category h2 {
	text-transform:uppercase; color:#fff; font-size:14px !important; font-weight:bold; letter-spacing:-1px;
	padding-left:15px;
}
#download_category ul {
	margin:0; padding:5px 0 0 15px;
	list-style:none; line-height:18px;
}
#download_category ul a {
	color:#f01f2a; 
}
#download_category ul a:hover {
	text-decoration:none;
}


/* PRODUCTS OVERVIEW */

#box_p {
	margin:30px 31px 0 0; padding:0 15px 0 0; float:left;
	width:257px; text-align:right;
}
#box_p img {
	padding-right:10px;
	border: 0;
}
#box_text_p {
	line-height:14px; padding-top:30px;
    min-height:225px;
}
#box_text_p .box_av_name {
	font-size:14px; font-weight:bold; letter-spacing:-1px; text-transform:uppercase;	
}
#box_text_p strong {
	font-size:18px; font-weight:bold; letter-spacing:-1px;	
}

#box_p_price {
	margin:0; padding:0; float:left;
	width:272px; text-align:right;
	background:url(../images/box_background.png) no-repeat right center;
}
#p_price {
	font-size:30px; letter-spacing:-1px; font-weight:bold;
	padding-right:20px;
}
#p_price sup {
	font-size:16px;
}
#p_price b {
	font-weight:normal; font-size:12px; letter-spacing:0;
}
#more_info {
	margin:25px 10px 0 0; padding:0; float:right;
	text-transform:uppercase; text-align:center;
	width:99px; height:31px; line-height:31px;
	background:url(../images/more_info_p.png) no-repeat center center;
}
#more_info a {
	 color:#cc0000; text-decoration:none; font-size:11px; letter-spacing:0;
	 font-weight:normal;
}
#more_info:hover {
	background:url(../images/more_info_p_hover.png) no-repeat center center;
}
#buy_now_but {
	margin:25px 15px 0 0; padding:0;
	width:99px; height:31px; float:right;
	background:url(../images/buy_now_fp.png) no-repeat left top;
	font-size:11px; line-height:31px; text-align:center;
}
#buy_now_but a {
	color:#fff; text-decoration:none;
}
#buy_now_but:hover {
	background:url(../images/buy_now_fp_hover.png) no-repeat left top;
}

#download_but {
	margin:15px 10px 0 0; padding:0; float:right;
	text-transform:uppercase; font-size:11px; text-align:center;
	width:99px; height:31px; line-height:31px;
	background:url(../images/download_but.png) no-repeat center center;
}
#download_but a {
	 color:#fff; text-decoration:none;
}
#download_but:hover {
	background:url(../images/download_but_hover.png) no-repeat center center;
}
#download_category {
	margin:30px 20px 0 0; padding:0; float:left;
	width:282px;
	background:url(../images/download_category.png) no-repeat left top;
}
#download_category h2 {
	text-transform:uppercase; color:#fff; font-size:14px !important; font-weight:bold; letter-spacing:-1px;
	padding-left:15px;
}
#download_category ul {
	margin:0; padding:5px 0 0 15px;
	list-style:none; line-height:18px;
}
#download_category ul a {
	color:#f01f2a; 
}
#download_category ul a:hover {
	text-decoration:none;
}

/* added 20.10.2010 */

/* end added 20.10.2010 */


/* PRODUCTS OVERVIEW */

#box_p {
	margin:30px 31px 0 0; padding:0 15px 0 0; float:left;
	width:257px; text-align:right;
}
#box_p img {
	padding-right:10px;
	border: 0;
}
#box_text_p {
	line-height:14px; padding-top:27px;
}
#box_text_p .box_av_name {
	font-size:14px; font-weight:bold; letter-spacing:-1px; text-transform:uppercase;	
}
#box_text_p strong {
	font-size:18px; font-weight:bold; letter-spacing:-1px;	
}

#box_p_price {
	margin:0; padding:0; float:left;
	width:272px; text-align:right;
	background:url(../images/box_background.png) no-repeat right center;
}
#p_price {
	font-size:30px; letter-spacing:-1px; font-weight:bold;
	padding-right:20px;
}
#p_price sup {
	font-size:16px;
}
#p_price b {
	font-weight:normal; font-size:12px; letter-spacing:0;
}
#more_info {
	margin:25px 10px 0 0; padding:0; float:right;
	text-transform:uppercase; text-align:center;
	width:99px; height:31px; line-height:31px;
	background:url(../images/more_info_p.png) no-repeat center center;
}
#more_info a {
	 color:#cc0000; text-decoration:none; font-size:11px; letter-spacing:0;
	 font-weight:normal;
}
#more_info:hover {
	background:url(../images/more_info_p_hover.png) no-repeat center center;
}
#buy_now_but {
	margin:25px 15px 0 0; padding:0;
	width:99px; height:31px; float:right;
	background:url(../images/buy_now_fp.png) no-repeat left top;
	font-size:11px; line-height:31px; text-align:center;
}
#buy_now_but a {
	color:#fff; text-decoration:none;
}
#buy_now_but:hover {
	background:url(../images/buy_now_fp_hover.png) no-repeat left top;
}

/* ACCORDION */
#accordion {
	margin:11px 0 0 0; padding:0;
	width:302px; float:left;
}
.acc_bottom {
	margin:0; padding:0;
	width:302px; height:11px;
	background:url(../images/acc_bottom_1.png) no-repeat left bottom;
}
.ui-accordion-content ul {
	margin:0; padding:0;
	list-style:none;
	line-height:18px;
}
.ui-accordion-content ul ul {
	margin:0; padding:0 0 0 15px;
	list-style:none;
}
.ui-accordion-content ul a {
	color:#f01f2a;
}
.ui-accordion-content ul a:hover {
	text-decoration:none;
}
.ui-accordion-content ul a.current {
	font-weight:bold;
}
.ui-accordion-content ul .subtitle {
	padding:15px 0 0 10px;
	font-weight:bold;
}

/* KB TABS */
#kb_tabs_search {
	margin:11px 0 0 0; padding:0; float:right;
	width:642px; height:55px;
	background:url(../images/kb_r_top.png) no-repeat left top;
}
#kb_back {
	background:url(../images/kb_back.png) no-repeat left top;
}
#kb_tabs_search .searchinput {
	font-family: "Arial";
	font-size: 12px;
	color: #5a5b5c;
	border: 0px solid #fff;
	margin:10px 14px 0 8px;
	margin:10px 0 0 8px\9;
	padding:0 0 0 5px;
	float:left;
	width:509px; 
	height:36px;
	line-height:36px;
	background:url(../images/kb_search.png) no-repeat left top;
}
#kb_tabs_search .button_submit {
	margin:0 0 0 -9px;
	margin:0 0 0 5px\9;
	padding:10px 0 0;
	width:106px; height:36px;
}
#kb_tabs {
	margin:0; padding:0; float:right;
	width:642px;
}
#kb_table {
	margin:0; padding:10px 25px; float:left;
	width:592px;
	background:url(../images/kb_back_2.png) no-repeat center top, url(../images/kb_content_table.png) repeat-y left top;
	background:url(../images/kb_content_table.png) repeat-y left top\9;
}
#kb_table ul {
	margin:0; padding:10px 0 0 10px;
	list-style:none;
	line-height:18px;
}
#kb_table a {
	color:#f01f2a;
}
#kb_table a:hover {
	text-decoration:none;
}
#kb_table_bottom {
	margin:0; padding:0; float:left;
	width:642px; height:13px;
	background:url(../images/kb_bottom_table.png) no-repeat left top;
}
#kb_list {float:left; width:295px;}
#kb_title {
	margin:0; padding:20px 0 10px 33px; float:left;
	width:642px; font-size:14px; letter-spacing:-1px; font-weight:bold;
	background:url(../images/kb_content_table.png) repeat-y left top;
}
#kb_table_bp {
	margin:0; padding:0 20px; float:left;
	width:602px;
	background:url(../images/kb_content_table.png) repeat-y left top;
}
#kb_article {
	margin:0; padding:0;
}
#kb_article h2 {
	font-size:18px; font-weight:normal;
}
#kb_select {
	margin:0; padding:0 0 0 20px;
	width:622px; height:40px;
	background:url(../images/kb_bp_top.png) no-repeat left top;
	font-size:11px;
}
.kb_select_1 {
	margin:0 0 0 10px; padding:0;
	width:444px; height:25px; line-height:25px; font-size:11px;
	border:1px #efefef solid;
}
.kb_select_2 {
	margin:0 0 0 7px; padding:0;
	width:106px; height:25px; line-height:25px; font-size:11px;
	border:1px #efefef solid;
}
#kb_consumers {
	margin:11px 0 0; padding:170px 0 0 25px; float:left;
	width:447px; height:40px;
	background:url(../images/kb_consumers.jpg) no-repeat left top;
	font-size:24px; letter-spacing:-1px; text-transform:uppercase; 
}
#kb_consumers a {
	color:#fff; text-decoration:none;
}
#kb_consumers a:hover {
	text-decoration:underline;
}
#kb_business {
	margin:11px 0 0; padding:170px 0 0 25px; float:right;
	width:447px; height:40px;
	background:url(../images/kb_business.jpg) no-repeat left top;
	font-size:24px; letter-spacing:-1px; text-transform:uppercase; color:#fff;
}
#kb_business a {
	color:#fff; text-decoration:none;
}
#kb_business a:hover {
	text-decoration:underline;
}
#kb_table_sc {
	margin:0; padding:10px 0 0; float:left;
	width:962px;
}
#kb_table_sc ul {
	margin:0; padding:10px 0 0;
	list-style:none;
	line-height:18px;
}
#kb_table_sc a {
	color:#f01f2a;
}
#kb_table_sc a:hover {
	text-decoration:none;
}
#kb_list_l {
	padding-left:25px;
	width:447px; float:left;
}
#kb_list_r {
	width:447px; float:right;
}
#kb_article_content {
	padding:20px 35px 40px 35px; float:left;
	width:892px;
	background:url(../images/SupportCenter/full_content.png) repeat-y left top;
}
#kb_article_content h1 {
	font-size:18px; letter-spacing:-1px;
}
#kb_article_content h2 {
	font-weight:normal;
}
#kb_article_content ul {
	margin:0; padding:0;
	list-style:none;
}
#kb_article_content a {
	color:#cc0000;
}
#kb_article_content a:hover {
	text-decoration:none;
}
#kb_article_top_bar {
	float:right;
}
#kb_article_top_bar ul {
	margin:10px 0 0; padding:0;
	list-style:none;
}
#kb_article_top_bar ul li {
	float:left;
	padding-left:25px;
}
#kb_article_top_bar ul li a {
	color:#000; font-weight:bold; text-decoration:none;
}
#kb_article_top_bar ul li a:hover {
	text-decoration:underline;
}
#kb_article_top_bar ul li.print {
	margin-right:10px;
	background:url(../images/SupportCenter/print.png) no-repeat left center;
}
#kb_article_top_bar ul li.email {
	margin-left:10px;
	background:url(../images/SupportCenter/email.png) no-repeat left center;
}

/* CONTACT */
#c_block {
	margin:0 10px 0 0; padding:20px 18px 0 18px; float:left;
	width:175px; height:147px; font-size:11px;
	background:url(../images/SupportCenter/contact_back.png) no-repeat left top;
}
#c_block:hover {
	font-size:11px;
	background:url(../images/SupportCenter/contact_back_hover.png) no-repeat left top;
}
a > div#c_block {
	color:#000;
}
#c_block strong {
	font-size:18px;
}
#c_block_selected {
	margin:0 10px 0 0; padding:20px 18px 0 18px; float:left;
	width:175px; height:147px; font-size:11px;
	background:url(../images/SupportCenter/contact_back_selected.png) no-repeat left top;
}
#c_block_selected strong {
	font-size:18px;
}
#selected_block_back {
	margin:0; padding:0; float:left;
	width:211px; height:14px;
	background:url(../images/SupportCenter/contact_selected.png) no-repeat left top;
	position:relative;
	z-index:9999999;
}
#form {
	margin:-1px 0 0; padding:20px 18px 0; float:left;
	width:836px; height:100%;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	font-weight:bold;
}
#salutation {
	margin:0 5px;
	height:23px;
	border:1px solid #efefef;
}
#contact_footer {
	margin:0; padding:0; float:left;
	width:874px; height:11px;
	background:url(../images/SupportCenter/contact_footer.jpg) no-repeat left bottom;
}
#captcha {
	margin:10px 0 0 75px; padding:0; float:left;
	width:400px; font-weight:normal; font-size:11px;
}
#submit_contact {
	margin:20px 40px; padding:0; float:right;
	width:199px; height:61px;
	font-weight:normal; font-size:20px; letter-spacing:-1px; color:#fff;
	text-align:center; line-height:61px;
	background:url(../images/SupportCenter/button_s.png) no-repeat left top;
}
#submit_contact a {
	color:#fff; text-decoration:none;
}
#submit_contact:hover {
	background:url(../images/SupportCenter/button_s_hover.png) no-repeat left top;
}
#captcha_f {
	margin:5px 0;
	width:254px; height:23px;
	border:1px solid #efefef;
}


/* FULL WIDTH */

#full_top {
	margin:11px 0 0; padding:0; float:left;
	width:962px; height:13px;
	background:url(../images/SupportCenter/full_top.png) no-repeat left top;
}
#full_bottom {
	margin:0; padding:0; float:left;
	width:962px; height:13px;
	background:url(../images/SupportCenter/full_bottom.png) no-repeat left bottom;
}



/* FOOTER */
#footer {
	background:url("../images/footer_1.png") no-repeat scroll left top transparent;
	float:left;
	height:67px;
	margin:10px 0 0;
	position:relative;
	width:962px;
}
#footer_2011 {
	background:url("../images/footer_1.png") no-repeat scroll left top transparent;
	float:left;
	height:67px;
	margin:10px 0 0;
	position:relative;
	width:962px;
}
#footer_2011_800 {
	margin:15px 0 0 0;
	width:768px;
	height:67px;
	background:url(../images/footer_1_800.png) no-repeat top left;
	position:relative;
	float:left;
}
#footer_1 {
	width:768px;
	height:34px;
}
#meniu_footer {
	margin:0;
	padding:0 0 0 10px;
	height:34px;
	line-height:34px;
}
#meniu_footer .text {
	font-family: "Arial";
	font-size: 11px;
	color: #494949;
}
#meniu_footer ul {
	margin:0;
	padding:0;
	position:relative;
	left:3px;
	list-style:none;
}
#meniu_footer ul li {
	float:left;
	margin:0 5px 0 0;
}
#meniu_footer ul a {
	overflow:hidden;
	text-decoration:none;
	color: #494949;
}
#meniu_footer ul a:hover {
	margin:0;
	padding:0;
	overflow:hidden;
	text-decoration:underline;
}
#footer_2 {
	width:962px;
	height:33px;
	background:url(../images/footer_2.png) no-repeat bottom left;
}
#footer_2_800 {
	width:768px;
	height:32px;
	background:url(../images/footer_2_800.png) no-repeat bottom left;
}
#meniu_footer2 {
	margin:0;
	padding:0 0 0 10px;
	width:590px;
	height:33px;
	line-height:33px;
	float:left;
}
#meniu_footer2 .text {
	font-family: "Arial";
	font-size: 11px;
	color: #FFF;
}
#meniu_footer2 ul {
	margin:0;
	padding:0;
	position:relative;
	left:3px;
	list-style:none;
}
#meniu_footer2 ul li {
	float:left;
	margin:0 5px 0 0;
}
#meniu_footer2 ul a {
	overflow:hidden;
	text-decoration:none;
	color: #FFF;
}
#meniu_footer2 ul a:hover {
	margin:0;
	padding:0;
	overflow:hidden;
	text-decoration:underline;
}
#copyright {
	margin:0;
	padding:0 15px 0 0;
	float:right;
	font-family: "Arial";
	font-size: 11px;
	color: #FFF;
	text-align:left;
	height:33px;
	line-height:33px;
}
#copyright a {
	font-weight:bold;
	text-decoration:none;
	color: #FFF;
}
#copyright a:hover {
	text-decoration:underline;
}
#copyright_800 {
	margin:0;
	padding:0 15px 0 0;
	float:right;
	font-family: "Arial";
	font-size: 11px;
	color: #FFF;
	text-align:left;
	height:33px;
	line-height:33px;
}
#copyright_800 a {
	font-weight:bold;
	text-decoration:none;
	color: #FFF;
}
#copyright_800 a:hover {
	text-decoration:underline;
}
#social_m {
	position:absolute;
	top:11px; right:16px;
	font-weight:bold;
}
#social_m img {
	border:0;
	padding:1px 0px 0 10px;
}
#social_m_800 {
	position:absolute;
	top:11px; right:16px;
	font-weight:bold;
}
#social_m_800 img {
	border:0;
	padding:1px 0px 0 10px;
}


/* ADDONS */

#press_radar_up {
	width:238px;
	height:252px;
	padding:0;
}

#news_wrapper_up {
	margin:0;
	padding:15px 10px 20px 17px;	
}

#award_down {
	width:213px;
	padding:20px 10px 20px 17px;
	/*background:url(../images/award_back.png) no-repeat bottom left;*/
	background:url(../images/right_bottom.gif) no-repeat left bottom ;
}

#news_link {
	color:#000000;
	text-decoration:none;
}

.ie #bitdefender ul#breadcrumbs
{
    padding-top:30px;
    padding-left:0px;
    margin-left:0px;
}

#top_c {
	margin:0;
}

#c_title a {
	color:white;
	text-decoration:none;
}
#c_title a:hover{ text-decoration:underline; }
#box_text_p { color: #000;}
#box_text_p p { text-align: right;}
#box_p_price { color: #000; }

#bitdefender #page #subpage.solutions #maincontent .h1_de {	
	font-size:20px; font-weight:bold; letter-spacing:-1px;	
	text-transform:uppercase; float:left;
	border-bottom: none;
	color: #000000;
	bottom: 0px;	
}
#box_text p{ text-align: right; }



/* contact form ro */

.c_block_ro {
    margin:0 10px 0 0; padding:20px 18px 0 18px; float:left;
    width:175px; height:177px; font-size:11px;
    background:url(../images/contact_back_ro.png) no-repeat left top;
    cursor:pointer;
}

.c_block_ro:hover {
    font-size:11px;
    background:url(../images/contact_back_ro_hover.png) no-repeat left top;
}

a > div.c_block_ro {
    color:#000;
}

.c_block_ro strong {
    font-size:18px;
    text-transform:uppercase;
}

.c_block_ro_selected {
    margin:0 10px 0 0; padding:20px 18px 0 18px; float:left;
    width:175px; height:177px; font-size:11px;
    background:url(../images/contact_back_selected_ro.png) no-repeat left top;
}

.c_block_ro_selected strong {
    font-size:18px;
}

#overview_box_schedule {
    background: url("../images/schedule.png") no-repeat scroll 20px center transparent;
    float: left;
    margin: 25px 0 10px;
    min-height: 65px;
    padding: 0 0 0 90px;
    width: 365px;
}
#overview_box_quickscan {
    background: url("../images/quickscan.png") no-repeat scroll 20px center transparent;
    float: left;
    margin: 25px 0 10px;
    min-height: 65px;
    padding: 0 0 0 90px;
    width: 365px;
}
#overview_box_searchadvisor {
    background: url("../images/searchadvisor.png") no-repeat scroll 20px center transparent;
    float: left;
    margin: 25px 0 10px;
    min-height: 65px;
    padding: 0 0 0 90px;
    width: 365px;
}
#overview_box_safeguardconversation {
    background: url("../images/safeguardconversation.png") no-repeat scroll 20px center transparent;
    float: left;
    margin: 25px 0 10px;
    min-height: 65px;
    padding: 0 0 0 90px;
    width: 365px;
}
#overview_box_quarantine {
    background: url("../images/quarantine.png") no-repeat scroll 20px center transparent;
    float: left;
    margin: 25px 0 10px;
    min-height: 65px;
    padding: 0 0 0 90px;
    width: 365px;
}
#overview_box_uptodate {
    background: url("../images/uptodate.png") no-repeat scroll 20px center transparent;
    float: left;
    margin: 25px 0 10px;
    min-height: 65px;
    padding: 0 0 0 90px;
    width: 365px;
}
#overview_box_findsupport {
    background: url("../images/findsupport.png") no-repeat scroll 20px center transparent;
    float: left;
    margin: 25px 0 10px;
    min-height: 65px;
    padding: 0 0 0 90px;
    width: 365px;
}
#overview_box_playwork {
    background: url("../images/playwork.png") no-repeat scroll 20px center transparent;
    float: left;
    margin: 25px 0 10px;
    min-height: 65px;
    padding: 0 0 0 90px;
    width: 365px;
}
#overview_box_surf {
    background: url("../images/surf.png") no-repeat scroll 20px center transparent;
    float: left;
    margin: 25px 0 10px;
    min-height: 65px;
    padding: 0 0 0 90px;
    width: 365px;
}