/* CSS Document */

html
{
	height: 100%;
}

body
{
	font-family: Tahoma;
	color: black;
	padding: 0px;
	background: white;
	font-size: 12px;
	height: 100%;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

p
{
	margin-top: 6px;
	margin-bottom: 6px;
	line-height: 18px;
}
form
{
	margin-top: 0px;
	margin-bottom: 0px;
}

img
{
	border: 0px;
}
hr
{
	height: 1px;
	color: #666666;
	background-color: #666666;
	border: none;
}

#main_container
{
	width: 100%;/*1000px;*/
	margin: 0 auto;
	border: 0px;
}

#top_block
{
	width: 900px;
	height: 70px;
	background-color: white;
	float: left;
}

#main_block
{
	width: 835px;
	background-color: white;
	float: left;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 28px;
}

#bottom_all_block
{
	width: 835px;
	margin-left: 30px;
}
#bottom_block
{
	width: 100%;
	height: 50px;
	background-color: white;
	text-align: center;
	display: block;
	clear: both;
	padding-top: 5px;
}

#left_band
{
	/*width: 50px;*/
	width: 50%;
	background-color: #EEEEEE;
	background-image: url(/images/vertical_band.png);
}

#right_band
{
	/*width: 50px;*/
	width: 50%;
	background-color: #EEEEEE;
	background-image: url(/images/vertical_band.png);
}

a:link
{
	color: #206AD2;
}
a:visited
{
	color: #203AA2;
}
a:hover 
{
	color: #206AD2;
}
a:active
{
	color: #206AD2;
}

h1
{
	font-size: 18px;
	margin-top: 3px;
	margin-bottom: 5px;
}
h2
{
	font-size: 15px;
}
h3
{
	font-size: 14px;
}
h4
{
	font-size: 13px;
}

span.radio
{
	width: 16px;
	height: 16px;
	padding: 0 0 0 0;
	background: url(/images/radio_button.png) no-repeat;
	display: block;
	clear: left;
	float: left;
}

/* Search Block */
#search_block
{
	padding: 0px 0px 12px 0px;
	margin: 0px;
	vertical-align: top;
}
#search_block input[type=text]
{
	width: 90px;
	background-color: #FEFCF4;
	border: 1px solid #E4D6C5;
	color: #888888;
	font-style: italic;
	height: 18px;
	padding-top: 1px;
}
#search_block input[type=submit]
{
	background-image: url(/images/search_arrow.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #FEFCF4;
	width: 20px;
	height: 22px;
	border: 1px solid #E4D6C5;
	border-left: 0px;
}

/* MENU LEV 1 */
.menu_lev_1
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.menu_lev_1_left
{
	background-repeat: no-repeat;
	width: 6px;
	height: 29px;
	display: block;
	float: left;
}
.menu_lev_1_middle
{
	padding-left: 6px;
	padding-right: 9px;
	height: 22px;	
	background-repeat: repeat-x;
	float: left;
	font-size: 13px;
	font-weight: bold;
	padding-top: 7px;
	line-height: 15px;
	background-color: gray;
}
.menu_lev_1_middle a
{
	text-decoration: none;
}
.menu_lev_1_right
{	
	background-repeat: no-repeat;
	width: 9px;
	height: 29px;
	display: block;
	float: left;
	margin-right: 3px;
}
.menu_lev_1_sel_left
{
	background-image: url(/images/menu/menu_1_1_left.png);
}
.menu_lev_1_sel_middle
{
	background-image: url(/images/menu/menu_1_1_middle.png);
}
.menu_lev_1_sel_middle a
{
	color: black;
}
.menu_lev_1_sel_right
{
	background-image: url(/images/menu/menu_1_1_right.png);
}
.menu_lev_1_unsel_left
{
	background-image: url(/images/menu/menu_1_0_left.png);
}
.menu_lev_1_unsel_middle
{
	background-image: url(/images/menu/menu_1_0_middle.png);
}
.menu_lev_1_unsel_middle a
{
	color: white;
}
.menu_lev_1_unsel_right
{
	background-image: url(/images/menu/menu_1_0_right.png);
}
/* / MENU LEV 1 */

/* MENU_LEV_2 */
.menu_lev_2
{
	width: 100%;
	padding: 0px 0px 0px 0px;
	clear: left;
}
.menu_lev_2 div
{
	background-image: url(/images/menu/menu_2_left.png);
	background-repeat: no-repeat;
	background-position: top left;
	height: 23px;
	display: block;
}
.menu_lev_2 div div div
{
	background-image: url(/images/menu/menu_2_middle.png);
	background-repeat: repeat-x;
	height: 23px;
	font-size: 13px;
	padding-top: 5px;
	padding-left: 10px;
	margin-right: 8px;
}
.menu_lev_2 div div
{
	background-image: url(/images/menu/menu_2_right.png);
	background-position: top right;
	background-repeat: no-repeat;
	height: 23px;
}
.menu_lev_2 div div div a
{
	margin-left: 12px;
	margin-right: 12px;
	text-decoration: underline;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial;
	color: black;
}
.menu_lev_2 div div div a:hover
{
	margin-left: 12px;
	margin-right: 12px;
	text-decoration: underline;
	color: #555555;
}
/* / MENU_LEV_2 */

.form_asterisk
{
	color: #CC0000;
}

.price_table th
{
	color: white;
	background-color: #888888;
	text-align: center;
}
.price_table td
{
	text-align: center;
	border-bottom: 1px solid #AAAAAA;
}

.small_font
{
	font-size: 11px;
}

.block_title
{
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}
.best_buy_note
{
	font-weight: bold;
	color: #0F903E;
}
.bullet
{
	background-image: url(/images/bullet.png);
	background-repeat: no-repeat;
	min-height: 12px;
	padding-left: 15px;
}
.warning_text
{
	color: #DD0000;
}

.threats_list a strong
{
	font-size: 14px;
	font-family: Arial;
}
.threats_list span
{
	color: #FF9933;
}

.list_1
{
	list-style-image: url(/images/bullet.png);
	line-height: 15px;
	margin-left: 25px;
	padding-left: 0px;
}
.list_1 li
{
	padding-top: 7px;
}

/* MENU LEV 3 */
.menu_lev_3
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.menu_lev_3_left
{
	background-repeat: no-repeat;
	width: 11px;
	height: 29px;
	display: block;
	float: left;
}
.menu_lev_3_middle
{
	padding-left: 6px;
	padding-right: 9px;
	height: 22px;	
	background-repeat: repeat-x;
	float: left;
	font-size: 13px;
	font-weight: bold;
	padding-top: 7px;
	line-height: 15px;
}
.menu_lev_3_middle a
{
	text-decoration: none;
}
.menu_lev_3_right
{	
	background-repeat: no-repeat;
	width: 7px;
	height: 29px;
	display: block;
	float: left;
	margin-right: 3px;
}
.menu_lev_3_sel_left
{
	background-image: url(/images/menu/menu_3_1_left.png);
}
.menu_lev_3_sel_middle
{
	background-image: url(/images/menu/menu_3_1_middle.png);
}
.menu_lev_3_sel_middle a
{
	color: black;
}
.menu_lev_3_sel_right
{
	background-image: url(/images/menu/menu_3_1_right.png);
}
.menu_lev_3_unsel_left
{
	background-image: url(/images/menu/menu_3_0_left.png);
}
.menu_lev_3_unsel_middle
{
	background-image: url(/images/menu/menu_3_0_middle.png);
}
.menu_lev_3_unsel_middle a
{
	color: #777777;
}
.menu_lev_3_unsel_right
{
	background-image: url(/images/menu/menu_3_0_right.png);
}
/* / MENU LEV 3 */

.tab_hidden
{
	display: none;
}
.tab_shown
{
	display: inherit;
}

.products_slogan
{
	font-size: 13px;
	font-weight: normal;
	padding-left: 20px;
	font-family: Arial;
	color: #333333;
}

.screenshot_thumb
{
	border: 0px;
	margin: 4px;
}
.screenshot_thumb_left
{
	margin-right: 10px;
}
.screenshot_thumb_right
{
	margin-left: 10px;
}

.attention_text_style_1
{
	color: #336699;
	border-left: 5px solid #DDDDDD;
	padding-left: 5px;
	font-weight: bold;
	margin-left: 30px;
}
.error
{
	color: #DD0000;
}

.u
{
	text-decoration: underline;
}


/* Language selection */
lngsel_block
{
	padding: 0px 0px 6px 0px;
	margin: 0px;
	vertical-align: top;
}
#lngsel_text1
{
	text-align: right;
	color: #AAAAAA;
	font-size: 11px;
	padding: 16px 10px 0px 0px;
}
ul#lng_select
{
	width: auto !important;
	height: 20px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul#lng_select li
{
	position: relative;
	display: inline;
	float: left;
	height: 18px;
	margin: 0 0 0 0px;
	padding: 0;
}
ul#lng_select ul
{
	position: absolute;
	top: 18px;
	right: 0;
	display: none;
	/*width: auto !important;*/
	width: 80px;
	margin: 0;
	padding: 0;
	color: #333333;
	background: #FEFCF4;
	border: 1px solid #E4D6C5;
	list-style-type: none;
}
ul#lng_select ul:after
{
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}
ul#lng_select ul li
{
	width: auto;
	float: left;
	display: block !important;
	display: inline;
	margin: 0;
	padding: 0 0 2px 0;
	clear: both;
}
ul#lng_select a
{
	/*display: block;
	float: left;*/
	height: auto !important;
	height: 1%;
	padding: 0px 3px 1px 0px;
	border: 0 none;
	color: #CC6600;/*#999999;*/
	font-size: 11px;
		
	text-decoration: none;
}
ul#lng_select li:hover li a,
ul#lng_select li.over li a
{
	float: none;
	background: transparent;
	color: #333333;
	text-decoration: none;
	padding: 5px 0px 0px 10px;
}
ul#lng_select li:hover li a:hover,
ul#lng_select li:hover li:hover a,
ul#lng_select li.over li a:hover,
ul#lng_select li.over li.over a
{
	background: transparent;
	text-decoration: underline;
	color: #F5700D;
}
ul#lng_select ul ul,
ul#lng_select ul ul ul {
	display: none;
	position: absolute;
	top: 0;
	left: 120px;
}
ul#lng_select li:hover ul,
ul#lng_select li.over ul
{
	display: block;
}
.solutions_question_block
{
	background-color: #EEEEEE !important;
	padding: 5px;
	border: 1px solid #666666;
	/*position: absolute;*/
	z-index: 99;
	width: 300px;
}
