/* reset */
html,body {
	height: 100%;
	position: relative;
	margin: 0px;
	padding: 0px;
	behavior: url("/js/csshover3.htc");
}

body {
	font-size: 13px;
	font-family: Calibri, Verdana, sans-serif;
	color: #333;
}

a img {
	border: none;
}

form {
	padding: 0px;
	margin: 0px;
}

:focus {
	outline: none;
}

table td {
	vertical-align: top;
}

.clear {
	clear: both;
}

p {
	padding: 5px 0;
	margin: 0;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
	text-decoration: none !important;
}
/* reset */

/* HTML Tags */
h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* HTML Tags */

/* Classes */
.more-read {
	display: block;
	text-align: right;
	font-size: 11px;
}

.sub-info {
	display: block;
	padding-bottom: 5px;
}

/* Classes */

/* Layout */
body {
	background: #fff;
	background-position: 0 -24px;
	background-image: url('/images/v2/body_repeat_x.png');
	background-repeat: repeat-x;
}

body.static {
	background-image: url(/images/v2/body_static_repeat_x.png);
}

body.static2 {
	background: #fff;
	background-position: 0 -24px;
	background-image: url('/images/v2/body_repeat_x2.jpg');
	background-repeat: repeat-x, repeat-y;
}

#wrap {
	width: 978px;
	margin: 0 auto;
}

#header {
	background: #eee;
	height: 50px;
}

#header .menu {
	
}

#header .menu .selected {
	color: #999;
}

#content {
	width: 480px;
	padding: 10px;
}

#left-nav {
	width: 200px;
	padding: 10px 0;
}

#left-nav .menu {
	
}

#left-nav .menu a {
	display: block;
	padding: 2px 0;
}

#left-nav .menu a.selected {
	text-decoration: underline;
}

#left-nav .menu a.level2 {
	
}

#left-nav .menu a.level3 {
	padding-left: 15px;
}

#ctx {
	width: 200px;
	padding: 10px 0;
}

/* Layout */

/* Default */
body.Print {
	padding: 10px;
	background: #ffffff;
}

.error {
	color: #FF0000;
}

.spTitle {
	font-weight: bold;
	font-size: 15px;
}

.spTitle a {
	color: #FF0000;
	text-decoration: none;
}

.spSubTitle {
	font-weight: bold;
}

.spSubTitle a {
	font-weight: bold;
}

.ImgLeft {
	float: left;
	margin-right: 5px;
	margin-bottom: 0px;
	border: 1px solid #999;
}

.ImgRight {
	float: right;
	margin-left: 5px;
	margin-bottom: 0px;
	border: 1px solid #999;
}

.DownloadLink {
	background: url(/images/v2/download_ico.gif) no-repeat 0
		50%;
	padding-left: 20px;
	line-height: 18px;
}

.BackPrintTop {
	padding: 45px 5px 5px 5px;
	text-align: right;
	font-size: 11px;
	color: #f93;
}

.BackPrintTop a {
	text-decoration: none;
	font-family: Tahoma;
	color: #f93;
	font-size: 11px;
	padding: 0 3px;
}

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

.BackPrintTop .Back {
	
}

.BackPrintTop .Print {
	
}

.BackPrintTop .Top {
	
}

.PageBar {
	padding: 10px;
}

.PageBar b {
	border: 1px solid #f93;
	padding: 2px 5px;
	color: #f93;
	text-decoration: none;
	font-family: Tahoma;
}

.PageBar a {
	border: 1px solid #f93;
	padding: 2px 5px;
	background-color: #f93;
	text-decoration: none;
	font-family: Tahoma;
	color: #fff !important;
	font-weight: bold;
}

#FooterCont {
	
}

#ITTILogo {
	
}
/* Default */
/*=======================================================*/
#header_login_form {
	width: 100%;
	height: 94px;
	overflow: hidden;
	background-image: url('/images/v2/header_background.png');
	background-position: center top;
	background-repeat: no-repeat;
}

#header_login_form_wrap {
	width: 978px;
	margin: 0 auto;
	position: relative;
}

#header_logo {
	position: absolute;
	width: 328px;
	height: 74px;
	background-image: url('/images/v2/evocloud_logo_slogan.png');
	background-repeat: no-repeat;
/*	
	top: 21px;
*/
	top: 10px;
	left: 15px;
}

#header_login_form_form {
	width: 274px;
	height: 94px;
	position: absolute;
	top: 0;
	right: 0;
	background-image:
		url('/images/v2/header_login_form_background.png');
	background-repeat: no-repeat;
	background-position: center -8px;
}

#header_form_email {
	position: absolute;
	width: 150px;
	height: 21px;
	top: 9px;
	left: 63px;
}

#welcome_user {
	position: absolute;
	width: 150px;
	height: 21px;
	top: 9px;
	left: 63px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #999;
}

#header_form_password {
	position: absolute;
	width: 150px;
	height: 21px;
	top: 34px;
	left: 63px;
}

#login_form_submit {
	position: absolute;
	width: 150px;
	top: 58px;
	left: 60px;
	background-color: transparent;
	background-image: url('/images/v2/header_login_button.png');
	background-repeat: no-repeat;
	background-position: right center;
	border: none;
	text-align: right;
	font-weight: bold;
	color: #333;
	padding-right: 14px;
	cursor: pointer;
}

#header_form_register_forgot_password {
	position: absolute;
	width: 167px;
	height: 17px;
	top: 75px;
	left: 54px;
	font-size: 10px;
	color: #757575;
	text-align: center;
}

.register_aditional_info td {
	height: auto;
	overflow: hidden;
	position: relative;
	display: none;
}

#register_form_table tr:hover td {
	background-color: #FFFFCC;
}

#header_langs {
	position: absolute;
	top: 0px;
	left: 654px;
	font-size: 12px;
	color: #666666;
}

#header_langs a {
	font-size: 12px;
	color: #666666;
}

#top_nav_wrap {
	position: absolute;
	top: 94px;
	left: 12%;
/*	left: 50%; */
	z-index: 10;
}

#top_nav {
	top: 0px;
	/* position: absolute; */
	/* left: -300px; */
	/* left: -600px; */
	/* height: 43px; */
	width: 100%;
	background: url('/images/v2/menu_top_background.png') no-repeat center top;
}

#header_image_wrap {
	position: relative;
	margin: 45px auto 0 auto;
	width: 980px;
	height: 325px;
}

#staticPageHeader_wrap {
	position: relative;
	margin: 45px auto 0 auto;
	width: 980px;
	height: 195px;
}

#header_image_holder {
	position: absolute;
	z-index: 1;
	width: 980px;
	height: 325px;
	top: 0;
	left: 0;
	overflow: hidden;
}

#staticPageHeader_image_holder {
	position: absolute;
	z-index: 1;
	width: 980px;
	height: 195px;
	top: 0;
	left: 0;
	overflow: hidden;
}

#staticPageHeader_image_overlay {
	position: absolute;
	z-index: 2;
	width: 980px;
	height: 195px;
	top: 0;
	left: 0;
	overflow: hidden;
	background-image: url('/images/v2/staticPageImageMask.png');
	background-repeat: no-repeat;
}

#header_image_holder_animation_mask {
	position: absolute;
	z-index: 2;
	width: 980px;
	height: 325px;
	top: 0;
	left: 0;
	overflow: hidden;
}

#header_image_overlay_nav {
	position: absolute;
	z-index: 2;
	width: 980px;
	height: 325px;
	top: 0;
	left: 0;
	background-image:
		url('/images/v2/home_page_header_image_over.png');
	background-repeat: no-repeat;
}

#header_image_controls {
	position: absolute;
	width: 320px;
	height: 14px;
	bottom: 7px;
	left: 10px;
}

.header_image_left,.header_image_right,.header_image_item {
	width: 16px;
	height: 14px;
	background-image:
		url('/images/v2/home_page_header_image_over_navigation.png');
	background-repeat: no-repeat;
	cursor: pointer;
}

.header_image_left {
	background-position: left bottom;
}

.header_image_right {
	background-position: right bottom;
}

.header_image_item {
	background-position: center bottom;
}

.header_image_left:hover {
	background-position: left top;
}

.header_image_right:hover {
	background-position: right top;
}

.header_image_item:hover {
	background-position: center top;
}

#header_image_text {
	position: absolute;
	z-index: 3;
	width: 800px;
	height: 250px;
	top: 40px;
	right: 25px;
	text-align: right;
	overflow: auto;
}
/*----------------------*/
#orange_button_big_holder {
	position: absolute;
	width: auto;
	height: 62px;
	z-index: 2;
	bottom: 5px;
	right: 30px;
}

.orange_big_button {
	width: auto;
	height: 62px;
	float: right;
}

.orange_big_button_left {
	background-image:
		url(/images/v2/orange_button_type_big.png);
	background-position: left top;
	width: 17px;
	height: 60px;
	float: left;
}

.orange_big_button_right {
	background-image:
		url(/images/v2/orange_button_type_big.png);
	background-position: left -120px;
	width: 44px;
	height: 60px;
	float: left;
}

.orange_big_button_text {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	float: left;
	padding-top: 19px;
	height: 39px;
	width: auto;
	background-image:
		url(/images/v2/orange_button_type_big.png);
	background-position: right -60px;
	background-repeat: no-repeat;
}

#header_image_link {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
/*==================================================*/
#content_table_holder {
	position: relative;
	margin: 10px auto 0 auto;
	width: 948px;
	height: auto;
}

#content_table_holder2 {
	width: 948px;
	/* width: 1024px; */
	position: relative;
	margin: 50px auto 0 auto;
	height: auto;
/* 1z0: quick hack 
	background: none repeat scroll 0 0 #F1F1F1;
	border: 1px solid #0F7FBC;
	padding: 2px;
	color: #005496;
*/	

}

#content_main_cols {
	width: 948px;
	position: relative;
}

#content_wrap {
	width: 948px;
	position: relative;
}

/*
#right_col {
	width: 128px;
}
*/

/*=====================*/
.home_page_info_block_wrap {
	width: 345px;
	height: auto;
	position: relative;
	margin: 50px 0 0 0;
}

.home_page_info_block_title {
	position: absolute;
	left: 0;
	top: 0;
	width: 344px;
	height: 45px;
	background-image:
		url(/images/v2/homepage_textblock_title.png);
	background-position: left top;
	background-repeat: no-repeat;
	z-index: 2;
}

.home_page_info_block_title_icon {
	position: absolute;
	z-index: 2;
	top: -40px;
	left: 4px;
	width: 100px;
	height: 100px;
	overflow: hidden;
}

.home_page_info_block_title_text {
	position: absolute;
	left: 118px;
	top: 11px;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
}

.home_page_info_block_content {
	padding-top: 50px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

.home_page_info_block_content_read_more_button {
	position: absolute;
	right: 10px;
	bottom: 2px;
	z-index: 2;
	height: auto;
	width: 320px;
	text-align: right;
	background-image:
		url(/images/v2/homepage_textblock_readmore_icon.png);
	background-position: right center;
	background-repeat: no-repeat;
}

.home_page_info_block_content_read_more_button a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
	padding-right: 22px;
}

.news_block {
	background-image:
		url(/images/v2/news_page_item_background.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	width: 710px;
	height: auto;
	position: relative;
}

.news_block_read_more_button {
	background-image:
		url(/images/v2/homepage_textblock_readmore_icon.png);
	background-position: right center;
	background-repeat: no-repeat;
	text-align: right;
	position: absolute;
	bottom: 10px;
	right: 15px;
}

.news_block_read_more_button a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
	padding-right: 22px;
}

.news_title {
	color: #01487D;
	font-size: 16px;
	font-weight: bold;
}

.news_date {
	color: #FF9900;
	font-size: 16px;
	font-weight: bold;
}

.news_annotation {
	color: #333333;
	font-size: 14px;
	font-weight: normal;
}

.news_image_background {
	background-image: url(/images/v2/news_image_background.png);
	background-position: left top;
	background-repeat: no-repeat;
	width: 220px;
	height: 170px;
	position: relative;
}

.news_image_image_holder {
	width: 200px;
	height: 150px;
	overflow: hidden;
	position: absolute;
	top: 10px;
	left: 10px;
}

.news_cols {
	width: 100%;
	border: 0;
}

.news_image_holder {
	width: 230px;
}

.news_text_content {
	width: 480px;
}
/*=========================*/
.promo_box {
	background-image: url(/images/v2/promo_pack_background.png);
	background-position: right center;
	background-repeat: no-repeat;
	width: 250px;
	height: 195px;
	position: relative;
	margin: 5px 0 0 0;
}

.promo_box_title {
	position: absolute;
	width: 230px;
	top: 9px;
	left: 10px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.promo_box_content {
	position: absolute;
	top: 45px;
	left: 10px;
	width: 230px;
	height: 100px;
}

.promo_box_cpu,.promo_box_ram,.promo_box_storage {
	position: relative;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #FFF;
	margin: 5px 0 0 40px;
}

.orange {
	color: #FFCC00;
}

.promo_box_order_now {
	width: 130px;
	margin: 5px auto 0 auto;
}

.promo_box_readmore_button {
	position: absolute;
	text-align: center;
	width: 240px;
	top: 168px;
	left: 10px;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}

.promo_box_readmore_button img {
	margin-bottom: -5px;
}

.orange_small_button {
	width: auto;
	height: 37px;
	margin: -5px 0 5px 12px;
}

.orange_small_button_left {
	background-image:
		url('/images/v2/orange_button_type_small.png');
	background-repeat: no-repeat;
	background-position: left top;
	width: 12px;
	height: 37px;
	float: left;
}

.orange_small_button_center {
	background-image:
		url('/images/v2/orange_button_type_small.png');
	background-repeat: repeat-x;
	background-position: left -73px;
	width: auto;
	padding-top: 11px;
	height: 26px;
	float: left;
	font-size: 12px;
	font-weight: bold;
	color: #333;
}

.orange_small_button_center a {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}

.orange_small_button_right {
	background-image:
		url('/images/v2/orange_button_type_small.png');
	background-repeat: no-repeat;
	background-position: left -36px;
	width: 12px;
	height: 37px;
	float: left;
}
/*=======================================*/
#footer_shadow_separator {
	position: relative;
	clear: both;
	float: none;
	width: 100%;
	padding: 0;
	margin: 10px 0 0 0;
	overflow: hidden;
	height: 9px;
	background-image: url(/images/v2/footer_shadow.png);
	background-position: center top;
	background-repeat: repeat-x;
}

#footer_holder {
	position: relative;
	height: auto;
	min-height: 267px;
	width: 100%;
	clear: both;
	background-image: url(/images/v2/footer_repeat.png);
	background-position: center top;
	background-repeat: repeat;
	margin-bottom: -5px;
}

#bottom_nav {
	width: 980px;
	margin: 0 auto 0 auto;
	padding-top: 20px;
	min-height: 230px;
	position: relative;
}

#bottom_nav td {
	border-left: 1px solid #46494E;
	width: 25%;
}

td.bottom_nav2 {
	border: 1px solid #46494E;
	width: 25%;
	color: #FFCC00;
	font-size: 12px;
	font-weight: bold;
}

.bottom_nav_master_page {
	padding: 10px 10px 5px 10px;
}

.underline_bottom_nav {
	border-bottom: 1px solid #46494E;
	font-size: 1px;
	height: 1px !important;
	width: 90%;
	margin: 0 auto;
}

.bottom_nav_master_page a,.bottom_nav_master_page a:link {
	color: #FFCC00;
	font-size: 12px;
	font-weight: bold;
}

.bottom_nav_master_page a:visited {
	color: #FFCC00;
}

.bottom_nav_list {
	list-style-image: url(/images/v2/footer_menu_bullet.png);
	padding: 10px 5px 5px 20px;
}

.bottom_nav_list li a {
	padding-bottom: 2px;
	color: #999;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

.bottom_nav_list li.current a {
	text-decoration: underline;
	font-weight: bold;
}
/*===========================*/
#footer_last {
	width: 980px;
	margin: 5px auto;
	clear: both;
}

#copy_text {
	width: auto;
	float: left;
	color: #CCCCCC;
	font-size: 12px;
	font-weight: normal;
}

#vision_of_itti {
	width: auto;
	float: right;
}
/*=============*/
div.input_white_round {
	width: auto;
	height: 21px;
}

input.input_white_round {
	font-size: 12px;
	font-weight: lighter;
	background-color: transparent !important;
	border: 0 !important;
	padding-top: 2px;
	width: 137px;
}

div.input_white_round_left {
	width: 5px;
	height: 21px;
	background-image: url('/images/v2/login_textfield.png');
	background-repeat: no-repeat;
	background-position: left 0;
	float: left;
}

div.input_white_round_right {
	width: 5px;
	height: 21px;
	background-image: url('/images/v2/login_textfield.png');
	background-repeat: no-repeat;
	background-position: left -21px;
	float: left;
}

div.input_white_round_center {
	width: auto;
	height: 21px;
	background-image: url('/images/v2/login_textfield.png');
	background-repeat: repeat-x;
	background-position: left -42px;
	float: left;
}
/*=======================================================*/
#contentHolder {
	position: relative;
	width: 100%;
}

#content {
	padding: 5px;
}
/*=======================================================*/
#float_info {
	position: absolute;
	z-index: 10;
	width: 250px;
	height: auto;
	min-height: 20px;
	color: #FFF;
	right: 10px;
	bottom: 10px;
	padding: 0;
}

/*=======================================================*/
.clearAll {
	clear: both;
	float: none;
	font-size: 1px !important;
	position: relative;
	display: block;
}

.new_line_text {
	white-space: pre;
	white-space: pre-wrap;
	white-space: pre-line;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -hp-pre-wrap;
	word-wrap: break-word;
}
/*=======================================================*/
#main_controls_holder {
	position: relative;
}

.control_group {
	height: auto;
	position: relative;
	margin: 30px 10px 10px 10px;
	background-color: #FF9900;
	color: #333;
}

.control_group_title {
	margin: -25px 0 0 0;
	height: 30px;
	width: auto;
	float: left;
	color: #000;
	font-size: 16px;
	font-weight: bold;
}

.control_group_title_left {
	height: 30px;
	width: 6px;
	float: left;
	overflow: hidden;
	background-image:
		url(/images/v2/control_group_title_background.png);
	background-position: left top;
	background-repeat: no-repeat;
}

.control_group_title_center {
	padding-top: 5px;
	height: 25px;
	width: auto;
	float: left;
	background-image:
		url(/images/v2/control_group_title_background.png);
	background-position: left center;
	background-repeat: repeat-x;
}

.control_group_title_right {
	height: 30px;
	width: 62px;
	float: left;
	overflow: hidden;
	background-image:
		url(/images/v2/control_group_title_background.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}

.control_group_top_text,.control_group_bottom_text {
	padding: 5px;
	margin: 5px;
	background-color: #F90;
	color: #000000;
	clear: both;
	float: none;
}

.control_group_content {
	padding: 2px;
	margin: 0
}

.control_slider_holder {
	width: 100%;
	padding: 5px;
	display: block;
}

.slider_text_value {
	width: 15%;
	text-align: center;
	vertical-align: middle;
}

.slider_content {
	width: 85%;
	padding-top: 6px;
}

.slider_control_title {
	padding-bottom: 3px;
	text-align: left;
	vertical-align: top;
}
/*===============*/
.control_hdd_holder {
	width: 100%;
	padding: 5px;
	display: block;
}

.control_hdd_text_value {
	width: 15%;
	text-align: center;
	vertical-align: middle;
}

.hdd_speed {
	padding: 3px;
	padding-bottom: 10px;
	text-align: center;
	color: #333;
}

.control_hdd_content {
	width: 75%;
	text-align: center;
	vertical-align: middle;
	padding: 3px 0 3px 0;
}

.control_hdd_vertical_slider_content {
	text-align: center;
	padding: 5px 5px 10px 5px;
	width: 10%;
	text-align: center;
	background-image: url('/images/v2/disk_speed_vals.png');
	background-position: 25px 35px;
	background-repeat: no-repeat;
}

.control_hdd_title {
	padding-bottom: 3px;
	text-align: left;
	vertical-align: top;
}
/*==============================*/
.control_holder_inline {
	background-color: #FFF;
	background-image:
		url(/images/v2/control_group_background.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #013E70;
}

.control_inline_loader {
	display: none;
}
/*==================================*/
.slider_minus {
	width: 16px;
	height: 16px;
	float: left;
	margin-top: -2px;
	cursor: pointer;
	background-image:
		url('/images/v2/icon_plus_minus_hover.png');
	background-position: bottom right;
	background-repeat: no-repeat;
}

.slider_minus:hover {
	background-position: bottom left;
}

.slider_plus {
	width: 16px;
	height: 16px;
	float: right;
	margin-top: -2px;
	cursor: pointer;
	background-image:
		url('/images/v2/icon_plus_minus_hover.png');
	background-position: top right;
	background-repeat: no-repeat;
}

.slider_plus:hover {
	background-position: top left;
}

.slider_wrap {
	position: relative;
	float: left;
	width: 100%;
}

.slider_plus_holder,.slider_minus_holder {
	width: 28px;
}

.slider_text_input {
	position: relative;
	border: 1px solid #3B5998;
	background-color: #E8F0F4;
	padding: 5px;
	margin-top: -3px;
}

.slider_text_input:focus {
	background-color: #FAFAFA;
}
/*=====================================*/
.conf_input {
	background: none !important;
	border: 0;
	font-size: 14px;
	font-weight: bold;
	color: #023E70;
}

.conf_input_holder {
	width: 112px;
	height: 28px;
}

.conf_input_text_before {
	width: 6px;
	height: 28px;
	float: left;
	background-image: url('/images/v2/text_field_config.png');
	background-position: left top;
	background-repeat: no-repeat;
}

.conf_input_text_holder {
	width: 100px;
	padding-top: 4px;
	height: 24px;
	float: left;
	background-image: url('/images/v2/text_field_config.png');
	background-position: left -28px;
	background-repeat: repeat-x;
}

.conf_input_text_after {
	width: 6px;
	height: 28px;
	float: left;
	background-image: url('/images/v2/text_field_config.png');
	background-position: left -56px;
	background-repeat: no-repeat;
}

.conf_input_holder_activ .conf_input_text_before {
	background-position: left -84px;
}

.conf_input_holder_activ .conf_input_text_holder {
	background-position: left -112px;
}

.conf_input_holder_activ .conf_input_text_after {
	background-position: left -140px;
}

#config_big_month_price,#config_big_one_time_price {
	width: 100%;
	padding: 10px;
	margin: 0px;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	background-color: #015F96;
	background-image:
		url('/images/v2/cart_title_top_background.png');
	background-position: left bottom;
	background-repeat: repeat-x;
}

#config_big_month_price .month_price_span,#config_big_one_time_price .one_time_price_span
	{
	color: #FC0;
}

#config_big_month_price {
	margin-top: 10px;
}
/*==================*/
.price_modifier_title {
	padding: 10px;
	font-size: 22px;
	font-weight: bold;
	color: #FFF;
	background-color: #FC0;
}

.price_modifier,.prepayment_discounts {
	background-color: #FFCD64;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	margin: 5px 0;
}
/*========================================*/
.tabular_data_holder_title_holder {
	width: 100%;
	height: 45px;
	background-image: url('/images/v2/cart_title_top_background.png');
	background-position: left top;
	background-repeat: repeat-x;
	margin: -1px 0 0 -1px;
}

.tabular_data_holder_title {
	width: auto;
	height: 35px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 25px;
	background-image:
		url('/images/v2/cart_title_top_background_max.png');
	background-position: right top;
	background-repeat: no-repeat;
	float: left;
}

.tabular_data_holder_title h1 {
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	width: auto;
}

.tabular_data_holder {
	margin: 10px;
	background-color: #FcFcFc;
	border: 1px solid #004488;
}

.tabular_data_total {
	background-color: #D3D3D3;
	color: #FFFFFF;
	background-color: #0073E6;
	background-image:
		url(/images/v2/config_current_price_background.png);
	background-position: center bottom;
	background-repeat: repeat-x;
	font-size: 14px;
	padding: 5px;
	text-align: center;
}

.tabular_data_total .ShortPriceTable {
	margin: 0 auto;
	text-align: left;
}

.tabular_data_total_onetime,.tabular_data_total_per_month,.tabular_data_total_price
	{
	color: #004488;
	font-size: 16px;
	font-weight: bold;
	width: auto;
	float: right;
	padding: 10px;
	margin: 5px;
}

.title_blue {
	background-image: url('/images/v2/disk_speed_vals.png');
	background-position: left top;
	background-repeat: repeat-x;
	text-align: center;
	color: #FFF;
	font-size: 20px;
	padding: 10px 10px 15px 10px;
	margin: 10px;
	background-color: #0B3973;
}

.cart_item_detail {
	background-color: #0073E6;
	border: 1px solid #2F97FE;
	float: right;
	color: #FFF;
	padding: 2px;
	margin: 2px;
	font-size: 10px;
	font-weight: bold;
	width: auto;
	cursor: pointer;
	background-image: url('/images/v2/cart_item_detail.png');
	background-position: left bottom;
	background-repeat: repeat-x;
}

.remove_from_cart {
	background-color: #CC0000;
	border: 1px solid #FE0000;
	float: right;
	color: #FFF;
	padding: 2px;
	margin: 2px;
	font-size: 10px;
	font-weight: bold;
	width: auto;
	cursor: pointer;
	background-image: url('/images/v2/cart_item_cancel.png');
	background-position: left bottom;
	background-repeat: repeat-x;
}

.update_cart_item {
	background-color: #EB8F00;
	border: 1px solid #FFE45C;
	float: right;
	color: #FFF;
	padding: 2px;
	margin: 2px;
	font-size: 10px;
	font-weight: bold;
	width: auto;
	cursor: pointer;
	background-image: url('/images/v2/cart_item_update.png');
	background-position: left bottom;
	background-repeat: repeat-x;
}

.cart_item_title,.cart_price_text {
	font-size: 14px;
	font-weight: bold;
	color: #FFCC00;
}

#cart_bottom_wrap {
	background-color: #333;
	background-image:
		url('/images/v2/cart_total_price_background.png');
	background-position: left bottom;
	background-repeat: repeat-x;
	padding: 1px;
}

#cart_total_price {
	font-size: 14px;
	padding: 5px;
	margin: 5px;
}

#cart_bottom_strange_border {
	border: 1px solid #7A7A7A;
}

.vm_tabular_data {
	width: 100%;
	border: 0;
}

.vm_tabular_data_group_path {
	
}

.vm_tabular_data_labels_holder {
	background-color: #033E70;
}

.vm_tabular_data_labels_holder td {
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
}

.vm_tabular_data_group_label,.vm_tabular_data_group_label_parent {
	display: none;
}

.vm_tabular_data_item_label,.vm_tabular_data_item_quantity {
	color: #333;
	font-size: 13px;
	font-weight: bold;
}

.vm_tabular_data_item_quantity_label {
	
}

.vm_tabular_data_item_price_one_time {
	color: #000;
	font-size: 14px;
	font-weight: bold;
}

.vm_tabular_data_item_price_one_time_label {
	
}

.vm_tabular_data_item_price_per_month {
	color: #000;
	font-size: 14px;
	font-weight: bold;
}

.vm_tabular_data_item_price_per_month_label {
	
}

.vm_tabular_data_item_price_per_year {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	display: none;
}

.vm_tabular_data_item_price_per_year_label {
	display: none;
}

.money_up {
	padding: 5px;
	color: #003366;
}

.money_down {
	padding: 5px;
	color: #F4C20B;
}
/*====================================================================*/
#current_config_holder {
	background-color: #0073E6;
	background-image:
		url(/images/v2/config_current_price_background.png);
	background-position: center bottom;
	background-repeat: repeat-x;
	padding: 1px;
}

#current_config_strange_border {
	border: 1px solid #2F97FF;
}

#current_conf_title {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding: 10px;
	background-image:
		url(/images/v2/config_current_price_title_separator_y.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}

#current_conf_price {
	font-size: 14px;
	padding: 10px;
}

.month_price_total,.one_time_price_total {
	font-size: 14px;
	color: #FFF;
	padding: 5px 5px 0 5px;
}

#cart_wrap {
	
}

#cart_items_wrap {
	background-color: #787878;
	background-image: url(/images/v2/cart_items_background.png);
	background-position: center bottom;
	background-repeat: repeat-x;
	padding: 1px;
}

#cart_strange_border {
	border: 1px solid #9B9B9B;
}

.cart_item {
	padding: 5px;
	background-image: url(/images/v2/cart_items_separator.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}

table.ShortPriceTable th {
	text-align: right;
	font-weight: normal;
}

table.ShortPriceTable td {
	font-weight: bold;
	color: #F9B804;
}

.cart_list {
	padding: 5px;
}

.cart_title {
	padding: 10px 5px 15px 5px;
	text-align: center;
	background-image: url(/images/v2/cart_items_separator.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bold;
	color: #F9B804;
	text-decoration: none;
}

.logout {
	padding: 10px;
	margin: 10px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

.price_modifier_label_tabular {
	font-size: 10px;
	font-weight: bold;
	color: #FDE34C;
}
/*================================*/
.cart_month_price_total,.cart_one_time_price_total {
	background-image:
		url(/images/v2/news_page_item_background.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	margin: 5px;
	padding: 5px;
	font-size: 22px;
	color: #003366;
	font-weight: bold;
}
/*================================*/
#static_page_title_holder {
	width: 714px;
	height: 45px;
	background-image:
		url('/images/v2/static_page_title_top_background.png');
	background-position: left top;
	background-repeat: no-repeat;
	margin-top: 6px;
}

#static_page_title {
	width: auto;
	height: 35px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 25px;
	background-image:
		url('/images/v2/static_page_title_top_background_max.png');
	background-position: right top;
	background-repeat: no-repeat;
	float: left;
}

#static_page_title h1 {
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	width: auto;
}

#static_page_content_body_wrap {
	padding-right: 20px;
}
/*=====================================================*/
.TermsAndConditionsHolder {
	position: relative;
	margin: 0;
	height: 240px;
	width: 100%;
	clear: both;
	float: none;
}

.TermsAndConditions {
	position: absolute;
	height: 200px;
	top: 0;
	left: 0;
	margin: 10px;
	padding: 10px;
	background-color: #FFFFDD;
	border: 2px solid #A2ABC0;
	overflow: auto;
}

.dialog_content_holder {
	margin: 10px;
	padding: 10px;
	clear: both;
	height: auto;
}

.IAccept {
	color: #550000;
	font-weight: bold;
	font-size: 14px;
}

#IAcceptGeneralTermsAndConditionsSubmit {
	color: #FFF;
	margin: 15px 0 0 0;
}

.dialog_login_form {
	width: 240px;
	padding: 10px;
	margin: 5px auto;
}

.center_register_forgot_password {
	text-align: center;
}

.text_input {
	border: 2px solid #FFE0B3;
	background-color: #FFFFDD;
	color: #212121;
	font-weight: bold;
	padding: 2px;
	width: 100%;
}

.text_input:focus {
	border: 2px solid #FFFF7F;
	background-color: #FFFFE0;
}

#dialog_login_form {
	width: 230px;
}

#dialog_login_form tr td {
	text-align: center;
}
/*=====================================================*/
#OrdersDataHolder {
	padding: 0 10px 0 0;
	position: relative;
}

.order_info_holder {
	height: auto;
}

.order_info_item {
	width: 100%;
}

.order_info_item_status_icon {
	width: 24px;
}

.valign_middle {
	vertical-align: middle;
}

.order_status_icon {
	width: 24px;
	height: auto;
	float: left;
}

.ListOrder {
	border-collapse: collapse;
	border: 1px solid #CCCCCC;
	width: 100%;
}

.ListOrder td,.ListOrder th {
	padding: 3px;
	border: 1px solid #CCCCCC;
}

.ListOrder tbody td {
	
}

tr.OIDescription {
	display: none;
}

.ListOrder tbody tr.OIDescription td {
	text-align: left;
}

.ListOrder table,.ListOrder table td {
	border: none;
}

/* v2 stuff */

/*
div.data .tbl_stats *,div.data .tbl_mb * {
	color: #005496;
}
*/

h1.header2 {
    background: none repeat scroll 0 0 #0F7FBC;
    border: 1px solid #0F7FBC;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #FFFFFF;
    padding-left: 12px;
    padding-right: 12px;	
}

div.data2 {
	background: none repeat scroll 0 0 #F1F1F1;
	border: 1px solid #0F7FBC;
	padding: 2px;
	color: #005496;
}

div.data3 {
	position: relative;
	width:480px;
	height:240px;
	border: 1px solid #0F7FBC;
	padding: 2px;
	margin: 10px 0px;
}

div#p_control_box {
	width:360px;
	height:240px;
	border: 1px solid #00ff00;
	float: left;
}

div#p_data_box {
	width:660px;
	height:240px;
	border: 1px solid #ff0000;
	float:right;
}

div#p_live_box {
	display: none;
	width:1022px;
	height: auto;
	border: 1px solid #0000ff;
	padding: 10px;
	float: left;
	clear: both;
}

table#info-list {
	border-left: 1px solid #DDDDDD;
	border-top: 1px solid #DDDDDD;
}

table#info-list th {
	background: none repeat scroll 0 0 #E9E9E9;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 3px;
	text-align: left;
}

table#info-list td {
	border-bottom: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	padding: 3px;
}
