html, body 
{
    height: 100%;
}

body
{
	font-size: 14px;
	font-family: Arial, sans-serif;
	background: #fff url(images/new_design/body_bg.jpg) repeat-x left top;
	padding: 0;
    margin: 0;
}

th, td
{
	padding: 5px;
}

a:link, a:visited 
{
	color: #7fbce1;
	text-decoration: underline;
	cursor: pointer;
}

a:hover
{
	text-decoration: none;
}

h2
{
	padding-top: 30px;
    font-size: 20px;
    margin-bottom: 10px;
}

input[type="text"], input[type="password"]
{
    height: 21px;
    padding: 1px;
}

input[type="text"], input[type="password"], select
{
    border-top: 1px solid #abadb3;
    border-bottom: 1px solid #e3e9ef;
    border-left: 1px solid #e2e3ea;
    border-right: 1px solid #dbdfe6;
}

input[type="image"]
{
    cursor: hand;
    cursor: pointer;    
}

.clear
{
    clear: both;
    height: 0px;
    overflow: hidden;
}

.spacer50px
{
	clear: both;
	height: 50px;
	overflow: hidden;
}

.spacer40px
{
	clear: both;
	height: 40px;
	overflow: hidden;
}

.spacer30px
{
	clear: both;
	height: 30px;
	overflow: hidden;
}

.spacer25px
{
	clear: both;
	height: 25px;
	overflow: hidden;
}

.spacer20px
{
	clear: both;
	height: 20px;
	overflow: hidden;
}

.spacer15px
{
	clear: both;
	height: 15px;
	overflow: hidden;
}

.spacer10px
{
	clear: both;
	height: 10px;
	overflow: hidden;
}

.spacer5px
{
	clear: both;
	height: 5px;
	overflow: hidden;
}

.base_header2
{
    clear: both; 
    padding: 20px 0;
}

.validator_block
{
    clear: both;
    display: none;
    background: url(images/validation_advice.gif) no-repeat left 10px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    color: #f00;
    font-size: 10px;
    vertical-align: top;
}

.validator_block_reg
{
    clear: both;
    display: none;
    background: url(images/validation_advice.gif) no-repeat 0px 10px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    color: #f00;
    font-size: 10px;
    vertical-align: top;
}

.validator_highlight
{
    border: 1px dashed #f00;
    background-color: #FAEBE7;
}

.validator_highlight_reg
{
    border: 1px dashed #f00;
}

.login_error_div
{
	text-align: left; 
	color: #f00; 
	padding-top: 10px;
}

/* ********************************************** LAYOUT ********************************* */

#wrapper
{
    width: 986px;
    padding: 0 0px;
    margin: 0 auto;
    min-height:100%;
    height:auto !important;
    height:100%;
}

#wrapper2
{
    padding-bottom: 85px;
}

.container
{
    width: 926px;
    padding: 0 30px;
}

#container_1
{
    
}
#container_2
{
	background: url(images/head_2.jpg) no-repeat 25px top;
	padding: 0px 0px 0px 0px;
	/*overflow: auto;*/
}
#container_3
{
	background: url(images/head_3.jpg) no-repeat left top;
	padding: 0px 0px 0px 0px;
	/*overflow: auto;*/
}
#container_4
{
	background: url(images/head_4.jpg) no-repeat left 300px;
	padding: 0px 0px 0px 0px;
	/*overflow: auto;*/
}

.horizontal_separator
{
    clear: both;
    height: 1px;
    background: url(images/new_design/separator_bg.jpg) repeat-x left top;
}

/* ************************************************************************************* */

/* **************************************** HEADER ************************************* */
#header
{
    clear: both;
    width: 100%;
	height: 92px;
}

.logo_block
{
	float: left;
	padding-top: 15px;
    padding-left: 30px;
    width: 204px;
    height: 59px;
}

#top_menu_container
{
	float: right;
	height: 92px;
	width: 700px;
	padding-right: 30px;
}

#top_user_panel_container
{
    height: 48px;
}

#top_user_greeting
{
    float: right;
    height: 37px;
    padding-right: 10px;
    text-align: right;
    padding-top: 5px;
}

#top_user_panel
{
    background-color: #f2e6f6;
    height: 42px;
    line-height: 42px;
    padding: 0 10px;
    float: right;
    color: #772c92;
}

#top_user_panel a
{
    color: #772c92;
    font-weight: bold;
}

#top_user_panel_left
{
    float: right;
    width: 7px;
    height: 42px;
    background: url(images/new_design/top_user_panel_left.jpg) no-repeat left bottom;
}

#top_user_panel_right
{
    float: right;
    width: 7px;
    height: 42px;
    background: url(images/new_design/top_user_panel_right.jpg) no-repeat left bottom;
}

/* ************************************************************************************* */

/* ************************************ TOP MENU *************************************** */
#top_menu
{
	padding: 0;
	float: right;
	height: 44px;
}

.inact_menu
{
	height: 44px;
	padding: 0;
	text-align: center;
	float: left;
}

a.inact_menu_link:link, a.inact_menu_link:visited
{
	font-size: 16px;
	font-weight: bold;
	color: #772c92;
	text-decoration: none;
	display: block;
	line-height: 39px;
    height: 39px;
}

a.inact_menu_link:hover
{
	text-decoration: underline;
}

.top_menu_spacer
{
	width: 14px;
	height: 44px;
	float: left;
}

.act_menu 
{
	height: 44px;
	padding: 0;
	float: left;
}

a.act_menu_link:link, a.act_menu_link:visited
{
	background-color: #9b64af;
    font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	display: block;
    height: 39px;
    line-height: 39px;
    padding: 0 7px;
}

.act_menu_left
{
	background: url(images/new_design/topmenu_active_left.jpg) no-repeat left top;	
}
.act_menu_middle
{
	background: url(images/new_design/topmenu_active_center.jpg) no-repeat center bottom;
	text-align: center;
    height: 44px;
}
.act_menu_right
{
	background: url(images/new_design/topmenu_active_right.jpg) no-repeat right top;
    padding: 0 5px;	
}

/* ************************************************************************************* */

/* ********************************************** BREADCRUMBS ********************************* */
#breadcrumbs
{
	height: 16px;
    padding-top: 5px;
}

.breadcrumb_home_icon
{
    float: left; 
    background: #fff url(images/home.jpg) no-repeat left top; 
    height: 16px; 
    width: 16px;
}

.breadcrumb_arrow
{
   float: left;
   height: 16px;
   background: #fff url(images/breadcrumbs_arrow.jpg) no-repeat left center;
   width: 11px;
   margin-left: 10px;
   margin-right: 10px;
}

#breadcrumbs a
{
   display: block;
   float: left;
   padding: 0;
   height: 16px;
   text-decoration: underline; 
   background-color: #fff;
   font-weight: bold;
   font-size: 12px;
}

#breadcrumbs a:hover
{
   text-decoration: none; 
}

.breadcrumb
{
   float: left;
   padding: 0;
   height: 16px;
   text-decoration: none; 
   background-color: #fff;
   font-weight: bold;
   font-size: 12px;
}

/* ************************************************************************************* */

/* **************************************** FOOTER ************************************* */

#footer_wrapper
{
    height: 65px;
    text-align: center;
    margin-top: -65px;
    overflow: hidden;
}

#footer_wrapper2
{
    width: 986px;
    height: 65px;
    margin: 0 auto;
}

#footer
{
	clear: both;
	width: 926px;
	height: 50px;
    padding:  15px 0px 0px 0px;
    margin: 0px 30px 0 30px;
}

#copyright
{
	color: #919191;
	font-size: 12px;
	padding-top: 0px;
	float: left;
}

#footer_menu
{
	padding-top: 0px;
	float: right;
}

#footer_menu a
{
	color: #848484;
	font-weight: normal;
	font-size: 13px;
	text-decoration: underline;
    float: left;
}

#footer_menu a:hover
{
	text-decoration: none;
}

.footer_menu_separator
{
    float: left;
    color: #848484;
	font-weight: normal;
	font-size: 13px;
    margin: 0 12px;
}

/* ************************************************************************************* */

/* ******************************************** INDEX PAGE ************************************* */

.dont_have_toolbar
{
	font-size: 26px;
	font-weight: normal;
	padding: 80px 0px 0px 0px;
	clear: both;
}
.slogan_1
{
	clear: both;
	color: #3f3f3f;
	font-size: 16px;
	font-weight: bold;
	padding: 25px 0px 0px 0px;
	height: 175px;
	line-height: 24px;
    width: 470px;
    text-align: left;
}

.index_big_buttons
{
	padding: 20px 0px 10px 0px;
}

.wanna_install
{
	/*color: #4f0749;*/
	color: #000;
	float: left;
	width: 460px;
	font-size: 16px;
}

.list
{
	width: 480px;
	float: left;
	padding: 50px 20px 0px 0px;
	margin: 0px 0px 40px 0px;
}
.index_list_header
{
	font-size: 18px;
	font-weight: bold;
	padding-left: 0px;
	clear: both;
	height: 50px;
}

.idx_list
{
	clear: both;
}

.idx_list div
{
	padding-bottom: 10px;
	font-size: 16px;
	text-align: left;
	display: block;
	clear: both;
}

.index_list1
{
	background: url(images/list_style_1.jpg) no-repeat 0px top;
	padding-left: 45px;
	line-height: 30px;
}

.index_list2
{
	background: url(images/list_style_2.jpg) no-repeat 0px top;
	padding-left: 45px;
	line-height: 30px;
}

.index_list3
{
	background: url(images/list_style_3.jpg) no-repeat 0px top;
	padding-left: 45px;
	line-height: 30px;
}

.index_list_multiline
{
	line-height: 19px;
	padding-top: 0px; 
	background-position: 0px 5px;
}

.news_block
{
    padding-left: 20px;
    background: url(images/new_design/news_icon.jpg) no-repeat left top;
}

.news_date
{
    color: #909090;
    font-size: 11px;
}

.news_txt
{
    color: #303030;
    font-size: 13px;
}

/* ************************************************************************************* */

/* ********************************************* FAQ *********************************** */

.faq_left_column
{
	width: 310px;
	float: left;	
}

.faq_right_column
{
	width: 565px;
	float: right;
}
.faq_vertical_separator
{
    margin-left: 25px;
    margin-right: 25px;
	width: 1px;
    height: 670px;
	float: left;
    background: url(images/new_design/vertical_separator_bg.jpg) repeat-y left top;
}

.faq_section_active
{
	height: 32px;
	line-height: 32px;
    padding: 0px 0px 0px 30px;
	text-align: left;	
	float: left;
	width: 215px;
    margin-top: 5px;
	margin-bottom: 5px;
    background: url(images/new_design/faq_section_active.jpg) no-repeat left top;
}

.faq_section_active a:link, .faq_section_active a:visited
{
	font-size: 17px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

.faq_section_inactive
{
	height: 32px;
	line-height: 32px;
    padding: 0px 0px 0px 30px;
	text-align: left;	
	float: left;
	width: 215px;
    margin-top: 5px;
	margin-bottom: 5px;
    background: url(images/new_design/faq_section_inactive.jpg) no-repeat left top;
}

.faq_section_inactive a:link, .faq_section_inactive a:visited
{
	font-size: 17px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.faq_section_inactive a:hover
{
	text-decoration: underline;
}

.faq_menu
{
	float: left;
	padding-left: 0px;
	width: 100%;
}

.faq_submenu
{
	clear: both;
    display: none;
}

a.submenu_link_inactive:link,a.submenu_link_inactive:visited
{
	color: #7fbce1;
    text-decoration: underline;
    line-height: 20px;	
	font-size: 13px;
	font-weight: bold;
	padding-left: 8px;
	display: block;
	clear: both;
}

a.submenu_link_inactive:hover
{
	text-decoration: none;
}

a.submenu_link_active:link,a.submenu_link_active:visited
{
	color: #777777;
	text-decoration: none;
    line-height: 20px;	
	font-size: 13px;
	font-weight: bold;
	padding-left: 8px;
	display: block;
	clear: both;
}

.faq_menu_left
{
	background: url(images/left_piece_small_button.jpg) no-repeat;
	width: 9px;
	height: 23px;
	float: left;
}
.faq_menu_middle
{
	background: url(images/middle_piece_small_button.jpg) repeat-x;
	height: 23px;
	float: left;
}
.faq_menu_right
{
	background: url(images/right_piece_small_button.jpg) no-repeat;
	width: 9px;
	height: 23px;
	float: left;
}

.faq_expand
{
	float: left;
	width: 26px;
	height: 36px;
	background: url(images/arrow_right.gif) no-repeat left 5px;
	cursor: pointer;
}

.faq_collapse
{
	float: left;
	width: 26px;
	height: 36px;
	background: url(images/arrow_down.gif) no-repeat left 5px;
	cursor: pointer;
}

.help_txt
{
	display: none;
	line-height: 20px;
}

.help_txt ul
{
	padding-left: 20px;
}

#chapter_header
{
	clear: both;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
    margin-top: 40px;
    display: none;
}
/* ************************************************************************************* */

/* *********************************** REGISTER FORM ****************************** */

.reg_name
{
	clear: both;
	padding: 10px 0px 0px 30px;
	/*overflow: auto;*/
}
.reg_name a:hover
{
	text-decoration: underline;
}
.reg_name a
{
	text-decoration: none;
}
.reg_name img
{
	margin: 0px 0px 0px 0px;
}
.green
{
	color: #a3d530;
}
.red
{
	color: #ff0000;
}
.blue
{
	color: #0079c4;
	font-weight: bold;
	padding: 20px 0px 0px 30px;
	clear: both;
}

.reg_label
{
	
}

.reg_input
{
	width: 215px; 
	display: block;
	float: left;
}
/* ************************************************************************************************** */

/* ************************************** STATS TABLE *********************************************** */
.stats_table 
{
    width: 100%;
}

.stats_table th 
{ 
    background: #ebf7d3; 
    font-weight: bold; 
    text-align: left; 
    padding: 0 20px; 
    height: 34px;
    line-height: 34px;
    border-bottom: 2px solid #fff; 
    vertical-align: middle;
    color: #949494;
}

.stats_table th.first
{
    background: #ebf7d3 url(images/new_design/stats_corner_tl.jpg) no-repeat left top;
}

.stats_table th.last
{
    background: #ebf7d3 url(images/new_design/stats_corner_tr.jpg) no-repeat right top;
}

.stats_table td
{ 
    background: #d6ecaa; 
    padding: 0 20px; 
    height: 34px;
    line-height: 34px;
    border-right: 2px solid #ebf7d3; 
    border-bottom: 2px solid #ebf7d3; 
    vertical-align: middle;
}

.stats_table td.last
{
    border-right: 0;
}

.stats_table tr.last_row td, .stats_table tr.total_row td
{
    border-bottom: 0;
}

.stats_table tr.last_row td.first
{
    background: #d6ecaa url(images/new_design/stats_corner_bl.jpg) no-repeat left bottom;
}

.stats_table tr.last_row td.last
{
    background: #d6ecaa url(images/new_design/stats_corner_br.jpg) no-repeat right bottom;
}


.stats_table tr.total_row td
{
    background: #eee1f2;
    border-right: 2px solid #ffffff; 
}

.stats_table tr.total_row td.first
{
    background: #eee1f2 url(images/new_design/stats_total_corner_bl.jpg) no-repeat left bottom;
}

.stats_table tr.total_row td.last
{
    background: #eee1f2 url(images/new_design/stats_total_corner_br.jpg) no-repeat right bottom;
}

.stats_table a
{
    color: #2775a6;
    font-weight: bold;
}

#legend
{
	
}

#legend td
{
	font-size: 11px;
	padding: 0 20px 0 0;
}

.legend_col_title
{
    font-weight: bold;
    font-style: italic;
}

a.stats_mode_link_active:link, a.stats_mode_link_active:visited
{
    text-decoration: none;
}

a.stats_mode_link_active:hover
{
    text-decoration: underline;
}

a.stats_mode_link_inactive:link, a.stats_mode_link_inactive:visited
{
    text-decoration: underline;
}

a.stats_mode_link_inactive:hover
{
    text-decoration: none;
}

/* ************************************************************************************* */

/* ************************************** TOOLBARS TABLE *********************************************** */
.toolbars_table 
{
    width: 100%;
}

.toolbars_table th 
{ 
    background: #d6ecaa; 
    font-weight: bold; 
    text-align: left; 
    padding: 0 20px; 
    height: 34px;
    line-height: 34px;
    border-bottom: 2px solid #fff; 
    vertical-align: middle;
    color: #949494;
}

.toolbars_table th.first
{
    background: #d6ecaa url(images/new_design/toolbars_corner_tl.jpg) no-repeat left top;
}

.toolbars_table th.last
{
    background: #d6ecaa url(images/new_design/toolbars_corner_tr.jpg) no-repeat right top;
}

.toolbars_table td
{ 
    background: #ebf7d3; 
    padding: 0 20px; 
    height: 34px;
    line-height: 34px;
    border-right: 2px solid #fff; 
    border-bottom: 2px solid #fff; 
    vertical-align: middle;
}

.toolbars_table td.last
{
    border-right: 0;
}

.toolbars_table tr.last_row td
{
    border-bottom: 0;
}

.toolbars_table tr.last_row td.first
{
    background: #ebf7d3 url(images/new_design/toolbars_corner_bl.jpg) no-repeat left bottom;
}

.toolbars_table tr.last_row td.last
{
    background: #ebf7d3 url(images/new_design/toolbars_corner_br.jpg) no-repeat right bottom;
}


.toolbars_table a
{
    color: #2775a6;
    font-weight: bold;
}
/* ************************************************************************************* */

/* ************************************************** CONSTRUCTOR ************************************** */

a.constructor_button:link, a.constructor_button:visited
{
	border: 1px solid #000; 
	vertical-align: middle; 
	float: left; 
	display: block;
	padding: 5px 10px;
	text-decoration: none;
	font-weight: bold;
	color: #000;
    background-color: #fff;
}

a.constructor_button:hover
{
	border: 1px solid #000; 
	vertical-align: middle; 
	float: left; 
	display: block;
	padding: 5px 10px;
	text-decoration: none;
	font-weight: bold;
	color: #000;
    background-color: #d7d3d3;
}

#hidden_button
{
	border: 1px solid #000;
	vertical-align: middle;
	float: left;
	display: block;
	padding: 5px 10px;
	text-decoration: none;
	font-weight: bold;
	color: #000;
    background-color: #d7d3d3;
}

#toolbar_wrapper1
{
    background: #c094d0 url(images/new_design/tb_wrapper_tl.jpg) no-repeat left top;    
}
#toolbar_wrapper2
{
    background: url(images/new_design/tb_wrapper_tr.jpg) no-repeat right top; 
}
#toolbar_wrapper3
{
    background: url(images/new_design/tb_wrapper_br.jpg) no-repeat right bottom; 
}
#toolbar_wrapper4
{
    background: url(images/new_design/tb_wrapper_bl.jpg) no-repeat left bottom; 
    padding: 6px;
    height: 74px;    
}

#toolbar_wrapper5
{
    float: left;
    height: 74px;
    background: url(images/toolbar_bg.gif) repeat-x;
    width: 100%;
    overflow-y: hidden;
    overflow-x: scroll;
}

#toolbar_container
{
	background: url(images/toolbar_bg.gif) repeat-x; 
	height: 32px;
    margin-top: 0px;
    padding-top: 0px;
}

#ruler
{
	float: left;
	width: 100%;
	background: url(images/new_design/ruler.gif) no-repeat; 
	height: 25px;
}

#toolbar_container a
{
	text-decoration: none;
	color: #000;
}

.tb_drager
{
	float: left;
	background: url(images/toolbar_drager.gif) no-repeat left; 
	height: 32px;
	width: 6px;
        display: inline;
        white-space: nowrap;
       
}

.tb_left
{
	float: left; 
	background: url(images/toolbar_left.gif) no-repeat; 
	height: 32px;
    width: 6px;
    display: inline;
    white-space: nowrap;
}

#tb_name_label
{
    float: left;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    font-weight: bold;
    color: #3b8abc;
}

.tb_rss_arrow
{
	float: left;
	background: url(images/rss_arrow.jpg) no-repeat 4px -2px; 
	height: 32px; 
	width: 14px;
}

#context_menu
{
	display: none;
	width: 150px;
	border: 1px solid black;
	background-color: #fff;
	position: absolute;
}

.context_menu_item
{
	height: 21px;
	clear: both;
	line-height: 21px;
}

#context_menu_title
{
	height: 21px;
	clear: both;
	border-bottom: 1px solid black;
	line-height: 21px;
	font-weight: bold;
	text-align: center;
}

#cnt_menu_edit
{
	background: url(images/new_design/edit.jpg) no-repeat 5px 4px;
	padding-left: 30px;
}

#cnt_menu_drop
{
	background: url(images/new_design/drop.jpg) no-repeat 5px 4px;
	padding-left: 30px;
}

#cnt_menu_left
{
	background: url(images/move_left.jpg) no-repeat 5px 3px;
	padding-left: 30px;
}

#cnt_menu_right
{
	background: url(images/move_right.jpg) no-repeat 5px 3px;
	padding-left: 30px;
}

.corner_tl
{
	clear: both; 
	height: 5px; 
	background: #fff url(images/corner_tl.jpg) no-repeat left top; 
	margin: 0 auto; 
	width: 960px;
}

.corner_tr
{
	clear: both; 
	height: 5px; 
	background: url(images/corner_tr.jpg) no-repeat right top;
}

.corner_bl
{
	clear: both; 
	height: 5px; 
	background: #fff url(images/corner_bl.jpg) no-repeat left top; 
	margin: 0 auto; 
	width: 960px;
}

.corner_br
{
	clear: both; 
	height: 5px; 
	background: url(images/corner_br.jpg) no-repeat right top;
}

.components_row_header
{
    float: left; 
    height: 60px; 
    width: 80px;
}

.component
{
	width: 86px;
    float: left; 
    margin-right: 10px; 
    padding-top: 41px;
}

.component_actions
{
    text-align: center;
}

.components_logo
{
	background: url(images/comp_logo.jpg) no-repeat;	
}

.components_search_yandex
{
	background: url(images/comp_search_yandex.jpg) no-repeat;	
}

.components_search_google
{
	background: url(images/comp_search_google.jpg) no-repeat;	
}

.components_rss
{
	background: url(images/comp_rss.jpg) no-repeat;
}

.components_button
{
	background: url(images/comp_button.jpg) no-repeat;
}

.components_menu
{
	background: url(images/comp_menu.jpg) no-repeat;
}

.components_html
{
        background: url(images/comp_html.jpg) no-repeat;
}


.components_radio
{
        background: url(images/comp_radio.jpg) no-repeat;
}


.components_separator
{
	background: url(images/comp_separator.jpg) no-repeat;
}

.components_spacer
{
	background: url(images/comp_spacer.jpg) no-repeat;
}

.components_label
{
	background: url(images/comp_label.jpg) no-repeat;
}

.components_sms
{
	background: url(images/comp_sms.jpg) no-repeat;
}

.components_weather
{
	background: url(images/comp_weather.jpg) no-repeat;
}

.components_currency
{
	background: url(images/comp_currency.jpg) no-repeat;
}

.sb_control
{
	cursor: pointer;
	float: left;
	height: 23px;
	padding: 9px 6px 0 6px;
}

.sb_search
{
	cursor: pointer;
	float: left;
	height: 26px;
	padding: 6px 2px 0 2px;
}

.sb_html{
    float: left;
    height: 23px;
	padding: 9px 6px 0 6px;
    overflow: hidden;
}

.control_icon
{

	float: left;
	/*height: 16px;*/
	overflow: hidden;
}

.control_caption
{

	float: left;
	height: 16px;
	line-height: 15px;
	font-size: 11px;
}

.control_spacer
{
	float: left;
	width: 5px;
	height: 16px;
	overflow: hidden;
}

.control_separator
{
	float: left;
	width: 5px;
	height: 16px;
	overflow: hidden;
	background: url(images/tb_separator.jpg) no-repeat;
}

.control_weather
{
	float: left;
	width: 61px;
	height: 16px;
	overflow: hidden;
	background: url(images/tb_weather.jpg) no-repeat;
}

.control_currency
{
    float: left;
	width: 63px;
	height: 16px;
	overflow: hidden;
	background: url(images/tb_currency.jpg) no-repeat;
}

.control_sms
{
    float: left;
	width: 43px;
	height: 16px;
	overflow: hidden;
	background: url(images/tb_sms.jpg) no-repeat;
}

h2.dialog_title
{
    padding-top: 0;
    text-align: left;
    float: left;
}

.dialog_close_button
{
    display: block;
    float: right;
    background: url(images/new_design/dialog_close.jpg) no-repeat left top;
    width: 25px;
    height: 25px;
}

.popup_corner_tl
{
    background: url(images/new_design/popup_corner_tl.gif) no-repeat left top;
}

.popup_corner_tr
{
    background: url(images/new_design/popup_corner_tr.gif) no-repeat right top;
}

.popup_corner_bl
{
    background: url(images/new_design/popup_corner_bl.gif) no-repeat left bottom;
}

.popup_corner_br
{
    background: #fff url(images/new_design/popup_corner_br.gif) no-repeat right bottom;
}

#popup_div_logo
{
	width: 560px; 
	text-align: center;
	display: none;
	margin: 0 auto;
	overflow: auto;
    padding: 20px;
    background: #fff;    
    -moz-border-radius: 5px;
    border-radius: 5px;       
    -webkit-border-radius: 5px; 
}

#popup_div_rss
{
	width: 560px; 
	text-align: center;
	display: none;
	margin: 0 auto;
	padding: 20px;
	overflow: auto;
    background: #fff;    
    -moz-border-radius: 5px;
    border-radius: 5px;       
    -webkit-border-radius: 5px; 
}

#popup_div_button
{
	width: 560px; 
	text-align: center;
	display: none;
	margin: 0 auto;
	padding: 20px;
	overflow: auto;
    background: #fff;    
    -moz-border-radius: 5px;
    border-radius: 5px;       
    -webkit-border-radius: 5px; 
}

#popup_div_menu
{
    width: 870px;
    text-align: center;
    display: none;
    margin: 0 auto;
    padding: 20px;
    overflow: auto;
    background: #fff;    
    -moz-border-radius: 5px;
    border-radius: 5px;       
    -webkit-border-radius: 5px; 
}

#popup_div_html
{
    width: 560px;
    text-align: center;
    display: none;
    margin: 0 auto;
    padding: 20px;
    overflow: auto;
    background: #fff;    
    -moz-border-radius: 5px;
    border-radius: 5px;       
    -webkit-border-radius: 5px; 
}


#popup_div_radio
{
    width: 560px;
    text-align: center;
    display: none;
    margin: 0 auto;
    padding: 20px;
    overflow: auto;
    background: #fff;    
    -moz-border-radius: 5px;
    border-radius: 5px;       
    -webkit-border-radius: 5px; 
}


#popup_div_label
{
	width: 560px; 
	text-align: center;
	display: none;
	margin: 0 auto;
	overflow: auto;
    background: #fff;    
    -moz-border-radius: 5px;
    border-radius: 5px;       
    -webkit-border-radius: 5px; 
}

#popup_div_preview
{
	width: 905px; 
	text-align: center;
	display: none;
	margin: 0 auto;
	padding: 20px;
	overflow: auto;
    background: #fff;    
    -moz-border-radius: 5px;
    border-radius: 5px;       
    -webkit-border-radius: 5px; 
}

.popup_instruction
{
	clear: both;
	margin: 0 auto;
	width: 533px;
	padding-left: 20px;
	padding-top: 0px;
}
.popup_instruction_menu
{
	clear: both;
	margin: 0 auto;
	width: 840px;
	padding-left: 20px;
	padding-top: 0px;
        vertical-align: middle;
}
.popup_row_separator
{
	height:10px;
	overflow: hidden;
}

.popup_instruction p
{
	padding-right: 250px;
	font-size: 12px;
        
}
.popup_instruction_menu p
{
	padding-right: 280px;
	font-size: 12px;
        text-align: justify;
        vertical-align: middle;
        text-justify: newspaper;
        
}
.popup_instruction h3
{
	font-size: 14px;
}

.popup_instruction_menu h3
{
	font-size: 14px;
}

.popup_instruction_close
{
	height: 8px;
	clear: both;
	text-align: right;
	padding-right: 5px;
	padding-top: 2px;
	visibility: hidden;
}

.popup_header_one
{
	background: url(images/new_design/1.jpg) no-repeat 20px top;
	padding-left: 70px;
	font-weight: bold;
	font-size: 14px;
	height: 50px;
}
.popup_header_two
{
	background: url(images/new_design/2.jpg) no-repeat 20px top;
	padding-left: 70px;
	font-weight: bold;
	font-size: 14px;
	height: 50px;
}

.popup_cell
{
	padding-left: 70px;
}

.select_from_gal
{
	clear: both; 
	padding-bottom: 5px; 
	overflow: auto;
}

.popup_cell_gallery
{
	padding-left: 70px;
}

.gallery_icon_div
{
	float: left;
	padding-right: 10px;
	height: 16px;
	padding-bottom: 5px;
}

.error_message
{
	color: red;
    font-size: 12px;
}

.success_message
{
	color: green; 
    font-size: 12px;
}

#popup_first_time
{
	width: 900px;
    background: #fff;	
	text-align: center;
	display: none;
	margin: 0 auto;
	overflow: auto;
    padding: 20px;
    -moz-border-radius: 5px;
    border-radius: 5px;       
    -webkit-border-radius: 5px; 
}

#tutorial_preloader
{
    text-align: center;
    padding-top: 50px;
}

#popup_profile_password
{
	width: 350px;
    height: 180px; 
	text-align: center;
	display: none;
	margin: 0 auto;
	padding: 20px;
    background-color: #fff;
}

.field_hint_block
{
    clear: both;
    padding-top: 5px;
    padding-left: 0px;
    padding-right: 0px;
    width: 200px;
    color: #000;
    font-size: 10px;
    vertical-align: top;
}

.constructor_popup_edit
{
    width: 200px;
}

#profile_table td
{
    padding-left: 0;
}

#constructor_error_block
{
	float: left; 
	background: url(images/error_block_bg.jpg) no-repeat left center; 
	font-weight: bold; 
    padding: 5px 0 0 25px;
    margin-top: 10px;
}

.tb_default_logo
{
	float: left;
	cursor: pointer;
	float: left;
	height: 23px;
	padding: 9px 6px 0 6px;
	width: 200px;
	background: url(images/add_your_logo.jpg) no-repeat left top;
}

.tb_default_search
{
	float: left;
	cursor: pointer;
	float: left;
	height: 23px;
	padding: 9px 6px 0 6px;
	width: 185px;
	background: url(images/add_your_search.jpg) no-repeat left top;
}

.tb_default_rss
{
	float: left;
	cursor: pointer;
	float: left;
	height: 23px;
	padding: 9px 6px 0 6px;
	width: 190px;
	background: url(images/add_your_rss.jpg) no-repeat left top;
}
/* ************************************************************************************* */

/* ************************** MENU CONTROL ******************************* */

.submenu
{
	font-weight: bold;
	font-size: 14px; 
}
.submenu input
{
font-weight: normal;
}
.menuitem
{
	font-weight: bold;
	font-size: 12px;
	padding-left: 20px;
	font-style: normal;
	color: rgb(20,20,100);
}
.menuitem input
{
	color: #000000;
	font-style: normal;
}

.menulink{
        color: rgb(50,110,50);
	font-style: italic;
}

#html_preview {
	display: none;
}

.header_line
{
    height: 2px;
    width: 100%;
    background-color: #c2c2c3;
    clear: both;
}
/* ************************************************************************************* */

/* ********************************* TOOLBARS PAGE *********************************** */
.stage1
{
    background: url(images/new_design/pic_1.png) no-repeat;
	width: 254px;
	height: 272px;
	margin: 0px 15px 0px 0px;
	float: left;
	padding: 17px 20px 17px 20px;
}

.stage2
{
    background: url(images/new_design/pic_2.png) no-repeat;
	width: 257px;
	height: 272px;
	margin: 0px 15px 0px 0px;
	float: left;
	padding: 17px 20px 17px 20px;
}

.stage3
{
    background: url(images/new_design/pic_3.png) no-repeat;
	width: 257px;
	height: 272px;
	margin: 0;
	float: left;
	padding: 17px 20px 17px 20px;
}

.stage .header
{
	font-size: 17px;
	font-weight: bold;
	color: #0079c4;
    height: 40px;	
}
.stage p
{
	font-size: 12px;
    padding-top: 160px;
}
h2.about_stages
{
	font-size: 20px;
	padding-top: 30px;
	margin-bottom: 10px;
}

/* ************************************************************************************* */

/* ********************************* PROMOS PAGE *********************************** */
#promoTooltip
{
	border: 2px solid #000;
}

#promo_preview_container
{
	float: left;
	padding-left: 20px;
	height: 200px;
}

.promo_preview_image
{
	border: 2px solid #000;
}
/* ************************************************************************************* */