/* Basic Style */

html, body {
	height:100%;
	width:100%;
	margin:0;
	padding:0;
}

* {
	padding:0;
	margin:0;
	border:0;
}

body {
	font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size:9pt;
	color: #232223;
	background:#FFFFFF;
	line-height:22px;
}

a img {
	border:none;
	padding:none;
}

 img:-moz-broken {
 -moz-force-broken-image-icon :1;
 width :24px;
 height :24px;
}

.selectOptionDisabled > option:disabled
{
	background-color:lightgrey;
}

/* Styling for SELECT drop down lists */
select, textarea, 
input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input {
	margin-bottom:1px;
	font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	border-radius: 0px;
	border: 1px solid #d2232a;
}

select:focus, 
textarea:focus, 
input[type="text"]:focus, 
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus, 
.uneditable-input:focus,
select:invalid:focus, 
textarea:invalid:focus, 
input[type="text"]:invalid:focus, 
input[type="password"]:invalid:focus, 
input[type="datetime"]:invalid:focus, 
input[type="datetime-local"]:invalid:focus, 
input[type="date"]:invalid:focus, 
input[type="month"]:invalid:focus, 
input[type="time"]:invalid:focus, 
input[type="week"]:invalid:focus, 
input[type="number"]:invalid:focus, 
input[type="email"]:invalid:focus, 
input[type="url"]:invalid:focus, 
input[type="search"]:invalid:focus, 
input[type="tel"]:invalid:focus, 
input[type="color"]:invalid:focus, 
.uneditable-input:invalid:focus {
	outline: none;
	-webkit-box-shadow: 0; 
	box-shadow: none;
	border: 1px solid #d2232a;
}

/* Select Option Style - Beggining */

select.select-hidden {
	display: none;
	visibility: hidden;
}
  
.select {
	cursor: pointer;
	position: relative;
	font-size: 16px;
	color: #FFFFFF;
	height: 30px;
	margin-bottom: 5px;
}
  
.select-styled {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #FFFFFF;
	padding: 4px 15px;
	border: 1px solid #d2232a;
	font-size: 13px;
}
  
.select-styled:after {
	content: "";
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-color: #232223 transparent transparent transparent;
    position: absolute;
    top: 11px;
    right: 10px;
}

.select-styled.select-active:after {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);     
	-ms-transform: rotate(180deg);  
	transform: rotate(180deg);   
	top: 3px;          
}
 
.select-styled:hover {
	background-color: #FFFFFF;
}

.select-styled:active:after, 
.select-styled.active:after {
	top: 9px;
	border-color: transparent transparent #fff transparent;
}
  
.select-options {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	z-index: 999;
	margin: 0 !important;
	padding: 0;
	list-style: none;
	background-color: #ab3326;
}
  
.select-options li {
	margin: 0;
    padding: 4px 0;
    text-indent: 15px;
    font-size: 14px;
    border-top: 1px solid #d2232a;
	border-left: 1px solid #d2232a;
	border-right: 1px solid #d2232a;
    background-color: #FFFFFF;
}

.select-options li:nth-child(1) {
	border-top: 0px;
}
.select-options li:nth-last-child(1) {
	border-bottom: 1px solid #d2232a;
}
  
.select-options li:hover {
	color: #FFFFFF;
	background-color: #d2232a;
}

.select-options li[rel="hide"] {
	display: none;
}

/* Select Option Style - End */

option {
	padding: 0 10px;
}

.center {
	width:982px;
	margin:0px auto;
	text-align:center;
}

.act_hr {
	border-bottom:2px #d2d2d2 dotted;
	margin:10px 0;
}

/* Important secundair classes */
.dark1 {
	background-color:#ececec;
	width:744px;
	height:26px;
}
.dark2 {
	background-color:#fff;
	width:744px;
	height:26px;
}
.dark1:hover {
	background-color:#d2d2d2;
	width:744px;
	height:26px;
}
.dark2:hover {
	background-color:#d2d2d2;
	width:744px;
	height:26px;
}


/* Text styles */
p {
	padding:0;
	margin:0;
	color: #232223;
}
.chatOnline {
	color:#232223;
	text-shadow:#d3d3d3 1px 1px;
}
.controlText {
	color:#d2232a;
	text-shadow:#FFFFFF 1px 1px;
}
.nav_h3 {
	font-weight:bold;
	font-size:15px;
	color:#464646;
	padding:10px 0 0 0;
	line-height:20px;
	text-align:left;
}
.i3d_sub  {
	border-right: 1px solid #232223;
	float:left;
	width:auto;
	margin:0px;
	text-align:left;
	list-style:none;
}
.i3d_sub_link {
	display:block !important;
	color:#333 !important;
	clear:both !important;
	font-weight:normal !important;
	line-height:20px !important;
	white-space:nowrap !important;
	text-align:left !important;
	margin:0px 5px 0 5px;
	padding:0px 10px 0px 10px;
	line-height:25px !important;
	font-size:12px !important;
	cursor: pointer;
}
.i3d_sub_link:hover  {
	color:#fff !important;
	text-decoration:none;
}
.menu_subheader {
	font-size:14px !important;
	color:#333;
	text-align:left !important;
	margin-left:10px;
	text-align:left;
	font-weight:bold;
	letter-spacing:1px;
	padding:5px 5px 0px 5px;
	display:block;
	text-transform:uppercase !important;
}
.customLineHeight {
	line-height:15px !important;
}
.acc_h3 {
	font-weight:bold;
	font-size:13px;
	color:#FFFFFF;
	line-height:11px;
	text-shadow:#232223 1px 1px;
}
.act_h2 {
	font-size:18px;
	font-weight:bold;
	letter-spacing:1px;
}
.act_h3 {
	font-weight:bold;
	font-size:15px;
	color:#232223;
	padding:0 0 10px 0;
	line-height:13px;
}
.act_h4 {
	font-weight:bold;
	font-size:13px;
	color:#464646;
	padding:0 0 10px 0;
	line-height:13px;
}
.company_name {
	color:#f7941d;
	font-size:12px;
	font-weight:bold;
	line-height:25px;
}
.mainSliderPrice {
	color:#f7941d;
	float:left;
	font-size:17px;
	font-weight:bold;
	padding:5px 3px 0 0 !important;
	text-shadow:#FFFFFF 1px 1px;
}
.mainProductPrice {
	color:#f7941d;
	float:left;
	font-size:17px;
	font-weight:bold;
	padding:5px 3px 0 0;
	text-shadow:#232223 1px 1px;
}
.mainProductPerMonth {
	font-size:11px;
	line-height:26px;
	font-weight:normal;
}
.mainNewsLink {
	color:#f7941d;
	font-weight:bold;
	padding:0 0 0 3px;
}
.circle_date {
	display:block;
	padding:16px 0 0 0;
	color:#FFFFFF;
	font-size:12px;
	text-shadow:#aa783a 1px 1px;
	letter-spacing:1px;
}
.circle_day {
	padding:8px 0 0 0;
	display:block;
	font-size:23px;
	font-weight:bold;
	color:#FFFFFF;
	text-shadow:#aa783a 1px 1px;
}

/* Header styles */
.header {
	position:fixed;
	top: 0;
	width: 100%;
	background-image:url(/assets/images/header_spacer.png);
	background-repeat:repeat-x;
	background-position:left top;
	z-index: 1030;
}
.header_inner
{
	width: 982px;
	margin: 0px auto;
}
.header_top {
	font-size:11px;
}
.header_top_right
{
	float: right;
	height:34px;
}
.header_bottom {
	height:51px;
}
.page-header {
	margin-top:10px;
	margin-bottom:0px;
	border-bottom:0px;
}
.page-header h2 {
	margin:0px;
}
.header.header--dsmo {
	position: relative;
}
.active {
	padding:0;
	background:none !important;
}
.helpdesk {
	float:left;
	text-align:left;
	width:680px;
	height:34px;
	line-height:34px;
	color:#464646;
	text-shadow:#d7d7d7 1px 1px;
}
.helpdeskLine {
	height: 34px;
	line-height:34px !important;
}
.helpdeskItem
{
	margin-top: 10px;
	padding:0 10px 0 10px;
	float:left;
	border-left:1px #747474 solid;
	border-right:1px #cccccc solid;
	line-height:14px;
}
.helpdeskItem img {
	margin:-3px 5px 0 0;
}

.helpdeskBarBg
{
	margin: 4px 4px 4px 0px;
	padding: 0px 4px;
	height: 26px;
	background-color: #e0e0e0;
	border-radius: 4px;
	cursor: default;
}
#helpdeskHover
{
	position: absolute;
	padding: 5px;
	border: 1px solid #232223;
	background-color: #707070;
	color: #e0e0e0;
	z-index: 100;
	text-align: left;
	box-shadow: 0px 3px 6px #6a6a6a;
}
.helpdeskContactSubmit
{
	position: absolute;
	left: 345px;
	bottom: 15px;
}

.login, .logout {
	float:right;
	height:34px;
}
/* JQUERY SLIDER */
.slider_main {
	padding-top: 80px;
	height:200px;
	border-bottom:solid 1px #4c4c4c;
	position:relative;
}
.slidernav {
	width:170px;
	height:27px;
	float:left;
	position:relative;
	margin-left:50%;
	margin-top:-45px;
}
.slidebuttons {
	text-align:center;
}
.slidebuttons a {
	background: url(/assets/images/slider_bullet.png) no-repeat transparent;
	float: left;
	height: 17px;
	width: 17px;
	margin-right: 5px;
	display: inline-block;
}
.slidebuttons a.selected {
	background: url(/assets/images/slider_bullet_active.png) no-repeat transparent;
	float: left;
	height: 17px;
	width: 17px;
	margin-right: 5px;
	display: inline-block;
}
.slidernav a span {
	display: none;
}
.slidercontainer {
	margin:0 auto;
	height:200px;
	width:982px;
}
.slidercontent {
	margin-left:242px;
	margin-top:30px;
	float:left;
	height:150px;
	width:740px;
}
.slidertitle {
	font-size: 22pt;
	font-weight: bold;
	color: #FFFFFF;
	text-shadow:#525252 2px 2px;
	clear:both;
	margin-bottom:0px;
	margin-top:8px;
}
.slidertext {
	font-size:15px;
	color:#0b0b0b;
	font-weight:bold;
	line-height:19px;
	text-align:justify;
	width:380px;
	height:100px;
	padding:5px 5px 5px 0;
}
.slide1 {
	background-repeat: no-repeat !important;
	background-position: top center !important;
	height:200px;
	background-image: url(/assets/images/sliders/slider1.jpg) !important;
}
.slide2 {
	background-repeat: no-repeat !important;
	background-position: top center !important;
	height:200px;
	background-image: url(/assets/images/sliders/slider2.jpg) !important;
}
.slide3 {
	background-repeat: no-repeat !important;
	background-position: top center !important;
	height:200px;
	background-image: url(/assets/images/sliders/slider3.jpg) !important;
}
.slider_main ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.slider_main li {
	background-repeat: repeat-x;
	background-position: left top;
	height:200px;
	width:auto;
	display: block;
			}
/* LANGUAGE BUTTON */
.lang_btn {
	width:118px;
	height:34px;
	float:left;
	background:url('../images/btn_group.png') 0 0 no-repeat;
	line-height:34px;
	text-align:left;
	cursor:pointer;
	border-right:solid 1px #fafafa;
	color:#232223;
	font-weight:bold;
	text-transform:uppercase;
	font-size:11px;
}
.lang_btn .caret {
	border-top-color: #232223;
}
.lang_btn.open a.dropdown-toggle .caret {
	border-top-color: #d2232a;
}


.btn_green {
    background-image: linear-gradient(to bottom, lime, green);
    background-color: #039000 !important;
}

.btn_red {
    background-image: linear-gradient(to bottom, pink, red);
    background-color: lightcoral !important;
}

.i3d_dropdown_lang {
	position:absolute;
	top:32px;
	left: auto;
	z-index:10000;
	width:200px !important;
	padding:5px;
	background-color:#ffffff;
	border:1px solid #232223;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-webkit-box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip:padding-box;
	-moz-background-clip:padding;
	background-clip:padding-box;
}
#languageboxDiv {
	display: none;
}
.LBLanguageDiv,
.LBLanguageDiv2
{
	position: fixed;
	width:270px !important;
	padding:10px;
	z-index:10000;
	border:1px solid #232223;
	background-color:#ffffff;
}
.LBLanguageDiv2
{
	width: 218px !important;
}
.LBLanguageDiv a,
.LBLanguageDiv span {
	padding: 3px 0px;
	color:#232223;
}
.LBLanguageDiv a:hover,
.LBLanguageDiv span:hover {
	text-decoration:underline;
	color:#d2232a;
}

.languages
{
}

.languagebox
{
}
.languageboxLink
{
	display: block;
	padding: 0px 10px;
}
.languageboxLinkActive
{
	display: block;
	padding: 0px 10px;
	background-color: #d9d9d9;
}
#languageSelector
{
	padding-left: 25px;
}

/* END LANGUAGE BUTTON */

.control_btn {
	width:113px;
	cursor:pointer;
	height:35px;
	float:left;
	line-height:34px;
	background:url('../images/btn_group.png') 0 -225px no-repeat;
}
.control_btn:hover {
	background:url('../images/btn_group.png') 0 -260px no-repeat;
	height:35px;
}
.caret-red {
	border-top:4px solid #d2232a;
	margin-top:8px;
}
.caret-white {
	border-top: 4px solid #fff;
}
.dropdown .caret {
	margin-top:15px;
}
.dropdown-menu {
	width: auto;
	min-width: 50px;
}
.nav .dropdown-toggle:hover .caret, .nav .dropdown-toggle:focus .caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
}
.header_bottom .dropdown a:focus {
	background-color:#d2232a;
}
.i3d_menu {
	height:51px;
	background:url('../images/navigation.png') top right no-repeat;
	display:block;
	color:#FFFFFF;
}

.first {
	height:51px;
	background:url('../images/border_left.png') top right no-repeat;
	display:block;
}
.i3d_menu a {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
	text-shadow:#232223 1px 1px;
}

.i3d_menu_cp > a {
	padding: 21px 13px 20px 11px !important;
}

.navbarlogo img {
	position:relative;
}

.navbarlogo > a {
	position:relative;
	padding:5px 17px 7px 17px !important;
}

.nav-pills .last  {
	float: none;
}
.nav-pills > li > a {
 line-height:10px;
 margin:0px;
 padding: 21px 14px 20px 14px;
 border-radius:0;
}
.nav-pills > li.de > a,
.nav-pills > li.de > a:hover {
	padding: 21px 10px !important;
}
.nav-pills > .last > a {
	padding-right: 0px;
}

.nav-pills .open .dropdown-toggle {
	color:#ffffff;
	background-color:#d2232a;
}
.nav-pills > .active > a {
	background:url('../images/navigation.png') right -51px no-repeat;
}
.nav-pills > li > a:hover {
	color:#FFFFFF;
	background:url('../images/navigation.png') right -51px no-repeat;
	display:block;
	padding: 21px 14px 20px 14px;
}
.nav-pills > .last > a:hover {
	padding-right: 0px;
}
.nav-pills .dropdown-menu {
	border-radius:0;
	border:1px #232223 solid;
	background:#FFFFFF;
	left: 0;
}
@media all and (max-device-width: 1345px) {
	.nav-pills .dropdown-menu.l_179 {
		left: -179px;
	}
}
.nav .dropdown-toggle .caret {
	margin-top:4px;
	border-top-color:#fff;
	border-bottom-color:#fff;
}
.i3d_dropdown{
	margin:0;
	top:51px;
	width:auto;
}
.i3d_dropdown_buttongroup{
	margin:0;
	width:auto;
	background: none repeat scroll 0 0 #FFFFFF;
	border-radius: 0 0 0 0 !important;
	left: 0;
}
.i3d_dropdown_buttongroup li
{
	line-height: 20px;
}
.dropdown-submenu:hover > a:after
{
  content: " ";
}
.i3d_dropdown_menu_logged_out {
	position:absolute;
	top:32px;
	z-index:1000;
	display:none;
	float:left;
	width:220px;
	padding:5px 0;
	list-style:none;
	margin-left:-12px;
	background-color:#ffffff;
	border:1px solid #232223;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-webkit-box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip:padding-box;
	-moz-background-clip:padding;
	background-clip:padding-box;
}
.i3d_dropdown_menu_logged_in {
	position:absolute;
	top:34px;
	z-index:1000;
	display:none;
	float:left;
	width:113px;
	padding:5px 0;
	margin-left:146px;
	list-style:none;
	background-color:#ffffff;
	border:1px solid #232223;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-webkit-box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip:padding-box;
	-moz-background-clip:padding;
	background-clip:padding-box;
}
.i3d_dropdown_menu_main {
	width:163px;
	margin-left:96px;
}
.dropdown-menu li > a
{
	text-shadow: none;
	text-overflow: ellipsis;
	overflow: hidden;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-menu li > .active
{
	background-image:none;
	background-color:#d2232a!important;
	color: #fff !important;
	padding-left: 10px;
}

.dropdown-menu .active > a, .dropdown-menu .active > a:hover {
	background-image:none;
	background-color:#d2232a;
}
.dropdown-menu ul.submenu {
	position:relative;
	float:left !important;
	border-right:1px solid #232223;
	padding-right:20px;
	height:100%;
}
.dropdown-menu ul:last-child {
	border-right:0;
}

.dropdown-menu li > button
{
	display: block;
	width: 100%;
	background-color: transparent;
	padding: 0 15px;
	font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 12px;
	text-align: left;
}
.dropdown-menu li > button.selected
{
	background-color:#d2232a!important;
	color: #fff !important;
}
.dropdown-menu li > button:hover
{
	background-image:none;
	background-color:#d2232a!important;
	color: #fff !important;
}

.i3d_navigation {
	border-left:1px #2c2c2c solid;
	box-shadow:#818181 -1px 0px;
}
.i3d_navigation ul {
	height:51px;
	line-height:51px;
	margin:0 0 0 0;
}
.i3d_navigation ul li {
	height:51px;
	float:left;
	display:block;
	line-height:51px;
}
.i3d_navigation ul li a {
	background:url('../images/navigation.png') top right no-repeat;
	display:block;
	padding:0 20px 0 20px;
	color:#FFFFFF;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
	text-shadow:#232223 1px 1px;
}
.i3d_navigation ul li a:hover {
	background:url('../images/navigation.png') right -51px no-repeat;
	display:block;
	padding:0 20px 0 20px;
}
.subnav {
	border:1px #232223 solid;
	background:#FFFFFF;
	display:none;
	position:absolute;
	z-index:200;
	padding:10px;
}
.subnavBox {
	float:left;
	width:180px;
	padding:0 0 10px 0;
	border-right:2px #ffffff dotted;
	border-left:2px #d2d2d2 dotted;
	border-bottom:2px #d2d2d2 dotted;
}
.subnavBoxWider {
	float:left;
	width:220px;
	padding:0 0 10px 0;
	border-right:2px #ffffff dotted;
	border-left:2px #d2d2d2 dotted;
	border-bottom:2px #d2d2d2 dotted;
}
.subnavBoxSmaller {
	float:left;
	width:140px;
	padding:0 0 10px 0;
	border-right:2px #ffffff dotted;
	border-left:2px #d2d2d2 dotted;
	border-bottom:2px #d2d2d2 dotted;
}

.i3d_navigation li ul {
	padding:0;
	height:auto;
	width:210px;
	line-height:25px;
	list-style-type:none;
	margin:0;
}
.i3d_navigation li:hover .subnav {
	display:block;
}
.i3d_navigation li li {
	height:25px;
	padding:0;
	width:210px;
	display:block;
	float:none;
	line-height:25px;
}
.i3d_navigation li:hover li a {
	background:none;
	color:#d2232a;
	text-shadow:none;
	font-weight:normal;
	text-transform:none;
	padding:0 0 0 10px;
}
.i3d_navigation li ul a {
	padding:0 0 0 10px;
	text-align:left;
}
.i3d_navigation li ul a:hover, .i3d_navigation li ul li:hover a {
	border:0px;
	color:#232223;
	text-decoration:none;
}
.menuactive, .i3d_page_active {
	background:url('../images/navigation.png') right -51px no-repeat !important;
	display:block;
	padding:0 20px 0 20px;
}
.shadow {
	height:22px;
	background:url('../images/shadow.png') 0 0;
	display: none;
}
/* Sidebar styles */

.logo {
	width:171px;
	height:105px;
	margin-top:0px;
}
.sideBar {
	float:left;
	width:210px;
	text-align:left;
	line-height:25px;
	margin-right:17px;
	margin-bottom:0;
	position:relative;
}
.sideBarSlider {
	margin-top:-201px;
}
#i3dslider {
	height: 200px;
	overflow: hidden;
}

.sideBox {
	width:170px;
	margin:10px 0 0 0;
	padding:15px;
	border:1px #dcdcdc solid;
	background:#f6f6f6;
	-moz-box-shadow: 0px 3px 6px #6a6a6a;
	-webkit-box-shadow: 0px 3px 6px #6a6a6a;
	box-shadow: 0px 3px 6px #6a6a6a;
}
.sideBox > ul {
	margin-left: 0px;
	padding-left: 15px;
}
.accordionBox {
	width:218px;
	margin:30px 0 0 0;
	padding:0 10px 0 0;
	border:1px #dcdcdc solid;
	-moz-border-radius:5px; /* Firefox */
	-webkit-border-radius:5px; /* Safari, Chrome */
	border-radius:5px; /* CSS3 */
	-moz-box-shadow:-2px -2px #f4f4f4;
	-webkit-box-shadow:-2px -2px #f4f4f4;
	box-shadow:2px 2px #f4f4f4;
}
.accordionHeading {
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	background:url('../images/accordion_heading.png') top left repeat-x;
	height:11px;
	padding:10px;
	width:208px;
}
.accordionPanel {
	width:228px;
}
.accordionList {
	width:228px;
}
.dediAccToggle
{
	padding: 0px !important;
}
.acc_menu {
	height:28px;
	border-bottom:1px #464646 solid;
	background:#FFFFFF;
}
.acc_menu:hover {
	background:url('../images/acc_menu_hover.png') top left repeat-x;
	border-bottom:1px #d87900 solid;
}
.acc_menu:hover .acc_nr {
	background:url('../images/acc_nr.png') bottom left no-repeat;
	color:#464646;
}
.acc_menu p {
	cursor:pointer;
	position:relative;
	font-size:13px;
	color:#464646;
	padding:0 0 0 10px;
	line-height:28px;
	font-weight:bold;
	float:left;
	display:block;
}
.accActive {
	background:url('../images/acc_menu_hover.png') top left repeat-x;
	border-bottom:1px #d87900 solid;
}
.accActiveNr {
	background:url('../images/acc_nr.png') bottom left no-repeat;
	color:#464646;
}
.acc_nr {
	width:12px;
	height:18px;
	float:right;
	background:url('../images/acc_nr.png') top left no-repeat;
	color:#FFFFFF;
	font-weight:bold;
	margin:5px 10px 0 0;
	line-height:18px;
	padding:0 0 0 6px;
}
.acc_body {
	display:none;
	background:#e7e7e7;
}
.acc_body ul {
	list-style-type:none;
	margin:0 0 0 30px;
}
.acc_body ul li {
}
.acc_body a {
	display:block;
	color:#464646;
	font-weight:bold;
	text-decoration:none;
}
.acc_body a:hover {
	color:#d2232a;
	text-decoration:none;
}
.acc_active {
	color:#d2232a!important;
	text-decoration:none !important;
}
.social_twitter {
	margin:5px 5px 0 0;
	background:url('../images/social.png') 0 -16px no-repeat;
	width:16px;
	float:left;
	height:16px;
}
.social_facebook {
	margin:5px 5px 0 0;
	background:url('../images/social.png') 0 0 no-repeat;
	width:16px;
	float:left;
	height:16px;
}
.chat {
	margin:0px 0 0 0;
	width:144px;
	line-height:33px;
	padding:0 0 0 17px;
	cursor:pointer;
	height:31px;
	background:url('../images/btn_group_short.png') 0 -162px no-repeat;
}
.chat:hover {
	width:144px;
	background:url('../images/btn_group_short.png') 0 -193px no-repeat;
}
.chat p {
	font-weight:bold;
	color:#FFFFFF;
	text-shadow:#aa783a 1px 1px;
	font-size:11px;
	position: relative;
}
.banner {
	width:238px;
	margin:30px 0 0 0;
	height:261px;
	background:url('../images/banner.png') top left no-repeat;
	border:1px #dcdcdc solid;
	-moz-box-shadow:-2px -2px #f4f4f4;
	-webkit-box-shadow:-2px -2px #f4f4f4;
	box-shadow:2px 2px #f4f4f4;
}
.bannerBox {
	background:url('../images/banner_box.png') top left repeat-x;
	width:142px;
	height:103px;
	margin:125px 0 0 0;
	padding:15px;
}
.boxPadding {
	padding:15px 0 0 15px;
}
.bannerPrice {
	color:#69a02c;
}
.bannerBox p {
	color:#232223;
	text-shadow:#FFFFFF 1px 1px;
}
/* Content styles */

.content {
	width:100%;
	margin:0 0 30px 0;
}

.main {
	width:755px;
	float:left;
	margin:30px 0 0 0;
	text-align:left;
}

.main.new {
	margin: 0;
	width: 1200px;
}
.mainSlideholder {
	position:relative;
	min-height:205px;
	width:700px;
}
.mainSlidebox {
	height:205px;
	width:700px;
	position:relative;
}
.mainSlider {
	width:680px;
	text-align:left;
	padding:20px 0 20px 20px;
	height:21px;
	background:#f6f6f6 url('../slide.png') top left no-repeat;
	-moz-border-radius:5px; /* Firefox */
	-webkit-border-radius:5px; /* Safari, Chrome */
	border-radius:5px; /* CSS3 */
	border:1px #4c4c4c solid;
	position:absolute;
	z-index:10;
}
.mainSlider h2 {
	font-size:24px;
	font-weight:bold;
	letter-spacing:1px;
}
.mainSliderContent {
	width:260px;
}
.mainSliderBtn {
	cursor:pointer;
	margin:10px 0 0 0;
	float:left;
}
.mainSliderBtn:hover .btn_left {
	background:url('../images/btn_group.png') 0 -134px no-repeat;
}
.mainSliderBtn:hover .btn_right {
	background:url('../images/btn_group.png') right -134px;
}
.btn_left {
	width:10px;
	background:url('../images/btn_group.png') 0 -106px no-repeat;
	height:28px;
	float:left;
}
.btn_right {
	background:url('../images/btn_group.png') right -106px;
	height:28px;
	float:left;
	line-height:28px;
	padding:0 10px 0 0;
	color:#FFFFFF;
	text-shadow:#464646 1px 1px;
}
.mainSliderBtn:hover .btn_dark_left {
	background:url('../images/btn_group.png') 0 -362px no-repeat;
}
.mainSliderBtn:hover .btn_dark_right {
	background:url('../images/btn_group.png') right -362px;
}
.btn_dark_left {
	width:10px;
	background:url('../images/btn_group.png') 0 -334px no-repeat;
	height:28px;
	float:left;
}
.btn_dark_right {
	background:url('../images/btn_group.png') right -334px;
	height:28px;
	float:left;
	line-height:28px;
	padding:0 10px 0 0;
	color:#FFFFFF;
	text-shadow:#464646 1px 1px;
}



.mainProducts {
	width:755px;
	float:left;
	border:1px #dcdcdc solid;
	background:#e0e0e0;
	-moz-box-shadow:-2px -2px 2px #f4f4f4;
	-webkit-box-shadow:-2px -2px 2px #f4f4f4;
	box-shadow:2px 2px #f4f4f4;
	margin:15px 0 30px 0;
}
.mainProductBox {
	float:left;
	text-align:left;
	width:188px;
	margin-right:1px;
	background:#f6f6f6;
}
.mainProduct_top {
	width:169px;
	border-right:1px #232223 solid;
	border-left:1px #666666 solid;
	border-bottom:1px #232223 solid;
	height:43px;
	background:#4c4c4c;
	padding:15px 0 0 18px;
}
.mainProduct_bottom {
	width:187px;
	border-right:1px #d2d2d2 solid;
	border-left:1px #fdfdfd solid;
	padding:10px 0px;
}
.mainProduct_bottom ul {
	list-style-type:none;
	margin:0px 10px;
}
.mainProduct_bottom ul li {
	padding: 5px !important;
	border-bottom:2px #d2d2d2 dotted;
	line-height:22px;
}
.mainLocations {
	width:282px;
	border:1px #dcdcdc solid;
	background:#f6f6f6;
	-moz-box-shadow:2px 2px 2px #f4f4f4;
	-webkit-box-shadow:2px 2px 2px #f4f4f4;
	box-shadow:2px 2px #f4f4f4;
	margin:0 30px 0 0;
	float:left;
	text-align:left;
}
.mainLocations_top {
	width:272px;
	border-right:1px #232223 solid;
	border-left:1px #666666 solid;
	border-bottom:1px #232223 solid;
	height:43px;
	background:#4c4c4c;
	padding:15px 0 0 10px;
}
.mainLocations_bottom {
	width:262px;
	padding:15px 10px;
}
.mainLocations_bottom p {
	padding:0 0 15px 0;
}
.mainNews {
	width:384px;
	border:1px #dcdcdc solid;
	background:#f6f6f6;
	-moz-box-shadow:2px 2px 2px #f4f4f4;
	-webkit-box-shadow:2px 2px 2px #f4f4f4;
	box-shadow:2px 2px #f4f4f4;
	margin:0;
	float:left;
	text-align:left;
}
.mainNews_top {
	width:374px;
	border-right:1px #232223 solid;
	border-left:1px #666666 solid;
	border-bottom:1px #232223 solid;
	height:43px;
	background:#4c4c4c;
	padding:15px 0 0 10px;
}
.mainNews_bottom {
	width:362px;
	padding:15px 10px;
}
.mainNews_circle {
	margin:0 15px 0 0;
	width:63px;
	height:63px;
	line-height:10px;
	text-align:center;
	background:url('../images/date_circle.png') top left no-repeat;
}
.mainNews_content {
	width:270px;
}
.mainNews_hr {
	border-bottom:2px #d2d2d2 dotted;
	margin:5px 0;
}
.adressBox {
	width:360px;
}
.path_bar {
	border-bottom:1px #d2d2d2 solid;
	padding:0 0 15px 0;
	width:100%;
	text-align:left;
}
.path_bar span {
	display:inline-block;
	font-weight:bold;
	float:left;
	margin:0 5px 0 0;
}
.path_bar ul {
	list-style-type:none;
	float:left;
}
.path_bar ul li {
	display:inline;
	margin:0 2px 0 0;
	line-height:22px;
}
.path_bar ul li a {
	font-weight:bold;
}
.box {
	margin:10px 0 0 0;
}
.productText {
	width:390px;
}
.ContentTextFull {
	width: 100%;
}
.newsImg {
	width:192px;
	height:192px;
	padding:5px;
	border:1px #d2d2d2 solid;
	margin:0 40px 0 0;
	float:left;
}
.box p {
	padding:0 0 20px 0;
}
.productText p {
	padding:0 0 20px 0;
}
.leftText p {
	padding: 0 0 10px 0;
}

.newsContact {
	padding:15px 0;
	border-top:2px #d2d2d2 dotted;
	border-bottom:2px #d2d2d2 dotted;
	width:100%;
}
.reservedField {
	float:right;
	width:496px;
	margin:25px 0 0 0;
	padding:20px 10px 20px 20px;
	border:1px #dcdcdc solid;
	background:#f6f6f6;
	-moz-box-shadow:-2px -2px #f4f4f4;
	-webkit-box-shadow:-2px -2px #f4f4f4;
	box-shadow:2px 2px #f4f4f4;
}
.productField {
	float:right;
	width:296px;
	padding:20px 10px 20px 20px;
	border:1px #dcdcdc solid;
	background:#f6f6f6;
	-moz-box-shadow:-2px -2px #f4f4f4;
	-webkit-box-shadow:-2px -2px #f4f4f4;
	box-shadow:2px 2px #f4f4f4;
	text-align: left;
}
.productField_g {
	float:right;
	width:296px;
	padding:5px 10px 5px 20px;
	border:1px #dcdcdc solid;
	background:#f6f6f6;
	-moz-box-shadow:-2px -2px #f4f4f4;
	-webkit-box-shadow:-2px -2px #f4f4f4;
	box-shadow:2px 2px #f4f4f4;
}
.productField_l {
	float:left;
	width:296px;
	margin:25px 0 0 0;
	padding:20px 10px 20px 20px;
	border:1px #dcdcdc solid;
	background:#f6f6f6;
	-moz-box-shadow:-2px -2px #f4f4f4;
	-webkit-box-shadow:-2px -2px #f4f4f4;
	box-shadow:2px 2px #f4f4f4;
}
.productField ul {
	margin:10px 0 0 20px;
}
.productField ul li {
	line-height:22px;
}
.product_bottom {
	width:172px;
	border-right:1px #d2d2d2 solid;
	border-left:1px #fdfdfd solid;
	padding:15px 0;
}
.product_bottom ul {
	list-style-type:none;
}
.product_bottom ul li {
	padding:5px 10px;
	border-top:1px #ffffff solid;
	border-bottom:1px #d2d2d2 solid;
	line-height:22px;
}
.productPadding {
	padding:0 0 0 5px;
}
.orderSequence {
	width:690px;
	height:29px;
	padding:0 0 0 10px;
	border:1px #d4d4d4 solid;
}
.orderSequence ul {
	list-style-type:none;
	height:29px;
	line-height:29px;
}
.orderSequence ul li {
	float:left;
	margin:0 5px 0 0;
	line-height:29px;
	height:29px;
}
.orderSequence ul li a {
	color:#464646;
	text-decoration:none;
}
.orderSequence ul li a:hover {
	color:#f7941d;
}
.orderSequence ul li a:hover span {
	color:#464646;
}
/* Footer styles */
.footer {
	width:auto;
	min-width:100%;
	position:absolute;
	bottom:0px;
	color: #dedede;
}

.footer.footer--dsmo{
	position: relative;
}

.footer a
{
	color: #f7941d !important;
	font-weight: normal !important;
}

.footer a:hover
{
	color: #f7941d;
}

.footer_bg
{
	/*  background:url('/assets/images/footer_bg.png') top left repeat-x #4c4c4c; */
	background-color: #4c4c4c;
}

.page-footer {
	width:inherit !important;
	background-color:#fff;
	border:1px solid #ccc;
	position:absolute;
	bottom:157px;
	min-height:50px;
}
#page-footer-container {
	background-color:#fff;
}
.footer_center {
	width:982px;
	height:180px;
	margin:0px auto;
	text-align:center;
	background:url('../images/footer_glow.png') top center no-repeat;
}
.footerBox {
	width:174px;
	border-left:1px #5e5e5e solid;
	border-right:1px #303030 solid;
	float:left;
	text-align:left;
	height:149px;
	padding-top:0;
	padding-right:10px;
	padding-bottom:30px;
	padding-left:10px;
}
.footerBox h3 {
	padding:30px 0 10px 0;
}
.footerBox ul {
	list-style-type:none;
	margin:10px 0 0 0;
}
.footerBox ul li a {
	color:#f7941d;
	font-weight:bold;
	line-height:22px;
}
.footerBox ul li a:hover {
	text-decoration:underline;
}
.footerPhone {
	color:#f7941d;
	font-size:18px;
	margin:10px 0 5px 0;
	display:block;
	font-weight:bold;
}
.footerPhone a {
	color:#f7941d;
	font-size:18px;
	margin:10px 0 5px 0;
	display:block;
	font-weight:bold;
}
.footerContact {
	color:#f7941d;
	font-weight:bold;
	font-size:18px;
	text-decoration:none;
}
.footerContact:hover {
	text-decoration:none;
	color:#d2232a;
}
.footer_top {
	border-bottom:1px #303030 solid;
	width:100%;
	height:178px;
}
.footer_bottom {
	border-top:1px #303030 solid;
	/*height:20px;*/
}
.footer_middle {
	border-top:1px #5e5e5e solid;
	border-bottom:1px #5e5e5e solid;
	height:85px;
	margin:0 0 0 0;
}

.footer_blog {
	width: 130px;
	float: right;
	text-align:left;
}
.copyrightBox {
	width:450px;
	height:50px;
	float:right;
	text-align:right;
	color:#919191;
	padding:10px 10px 0 0;
}
.copyrightBox p {
	color:#919191;
}
.newsLetterBox {
	width:478px;
	float:left;
	padding:20px 10px;
	line-height:65px;
	text-align:left;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
}
.newsLetterBox .left {
	line-height:65px;
	margin:23px 20px 0 0;
	cursor:pointer;
}
.brocade {
	background:url('../images/brocade.png') 0 0 no-repeat;
	height:22px;
	width:90px;
}
.brocade:hover {
	background:url('../images/brocade.png') left bottom no-repeat;
	height:22px;
}
.hp {
	background:url('../images/hp.png') 0 0 no-repeat;
	height:22px;
	width:34px;
}
.hp:hover {
	background:url('../images/hp.png') left bottom no-repeat;
	height:21px;
}
.dell {
	background:url('../images/dell.png') 0 0 no-repeat;
	height:22px;
	width:68px;
}
.dell:hover {
	background:url('../images/dell.png') left bottom no-repeat;
	height:21px;
}
.level3 {
	background:url('../images/level3.png') 0 0 no-repeat;
	height:22px;
	width:81px;
}
.level3:hover {
	background:url('../images/level3.png') left bottom no-repeat;
	height:21px;
}
.microsoft {
	background:url('../images/microsoft.png') 0 0 no-repeat;
	height:19px;
	width:105px;
}
.microsoft:hover {
	background:url('../images/microsoft.png') left bottom no-repeat;
	height:18px;
}
.newsLetter {
	-moz-border-radius:5px; /* Firefox */
	-webkit-border-radius:5px; /* Safari, Chrome */
	border-radius:5px; /* CSS3 */
	height:29px;
	width:275px;
	float:right;
	margin:17px 0 0 0;
}
.newsLetter input {
	border:1px #d2d2d2 solid;
	padding:5px;
	height:16px;
	float:right;
	width:220px;
	-moz-border-radius:5px; /* Firefox */
	-webkit-border-radius:5px; /* Safari, Chrome */
	border-radius:5px; /* CSS3 */
	background:url('../images/inputfield_bg.png') top left repeat-x;
	font-size:11px;
	color:#464646;
}
.footerBtn {
	cursor:pointer;
	position:relative;
	z-index:100;
	left:192px;
	float:left;
	top:-29px;
	font-size:11px;
}
.footerBtn:hover .btn_left {
	background:url('../images/btn_group.png') 0 -134px no-repeat;
}
.footerBtn:hover .btn_right {
	background:url('../images/btn_group.png') right -134px;
}

/* Form styles */

form[name="loginform"], 
form[name="forgotform"],
form[name="resetpassword"],
.reset-password {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.contactForm {
	width:750px;
}
.formLine {
	margin:7px 0 0 0;
	clear: both;
}
.btnLine {
	width:500px;
}
.countryField {
	width:374px;
}
.contactFormOption {
	border:1px #d2d2d2 solid;
	padding:5px;
	float:right;
	width:152px;
	-moz-border-radius:5px; /* Firefox */
	-webkit-border-radius:5px; /* Safari, Chrome */
	border-radius:5px; /* CSS3 */
	background:url('../images/inputfield_bg.png') top left repeat-x;
	color:#464646;
}

.contactForm label {
	float:left;
	line-height:26px;
	margin:0 40px 0 0;
	font-weight:bold;
	width:270px;
}
.textfield {
	width:360px;
	background:url('../images/inputfield_bg.png') top left repeat-x;
}
.textfield_narrow {
	width:300px;
}
.i3dForm {
	float:left;
	line-height:26px;
	margin:0 40px 0 0;
	width:auto;
}
.i3dForm label {
	float:left;
	text-align: left;
	font-weight:bold;
	font-size: 9pt;
}
.i3dForm .massaction{
	width:450px;
}
.i3dForm .massaction label{
	width:125px;
}

.i3dForm .massaction label.regular-checkbox{
	width:14px;
}

.i3dForm .massaction select,
.i3dForm .massaction input[type=text] {
	width:300px;
}
.i3dForm .massaction-deploy{
	width:450px;
}
.i3dForm .massaction-deploy label{
	width:160px;
}
.i3dForm .massaction-deploy input[type=text] {
	width:240px;
}
.i3dForm .massaction-deploy select {
	width:250px;
}
.i3dForm .signup label {
	width:140px;
}
.i3dForm .order label {
	width:130px;
}
.i3dForm .promotion label {
	width:150px;
}
.i3dForm .promotion input[type=text] {
	width:200px;
}
.i3dForm .eventRegister label {
	width:150px;
}
.i3dForm .eventRegister input[type=text],
.i3dForm .eventRegister input[type=submit] {
	width:200px;
}
.i3dForm .eventSurvey label
{
	float: none;
}
.i3dForm .eventSurvey input[type=radio]
{
	float: left;
}
.i3dForm.eventRegister {
	max-width: 440px;
	float: left;
}
.i3dForm .eventSurvey label[class=radio]
{
	font-weight:normal;
}
.i3dForm .profile label {
	width:130px;
}
.i3dForm .profile input,
.i3dForm .profile select {
	width:200px;
}
.i3dForm .profile input[type="radio"] {
	width:auto;
}
.i3dForm .dediInstallStep1 div#installInfoText {
	color: #d2232a;
}
.i3dForm .dediInstallStep1 label {
	width:150px;
}
.i3dForm .dediInstallStep1 label#bitRadio {
	width:14px;
}
.i3dForm .dediInstallStep1 input
{
	width:270px;
}
.i3dForm .dediInstallStep1 input[type="checkbox"]
{
	width:auto;
}
.i3dForm .dediInstallStep1 select {
	width:285px;
}
.i3dForm .massAction input[type=text],
.i3dForm .massAction select {
	width:400px;
}
.i3dForm .massAction label {
	width:150px;
}
.i3dForm .massAction label#installIdLabel {
	width:14px;
}
.i3dForm .bf4admin input,
.i3dForm .bf4admin select {
	width:275px;
}
.i3dForm .bf4admin label {
	width:150px;
}
.i3dForm .bf4admin label#reason1 {
	width:14px;
}
.i3dForm .bf4admin label#otherteam {
	width:14px;
}
.i3dForm .bf4admin label#squad {
	width:14px;
}
.i3dForm .bf4admin label#forcekill {
	width:14px;
}
.i3dForm .bf4admin label.checkboxLabel {
	width:14px;
}
.i3dForm .reinstall label{
	width:130px;
}
.i3dForm .subaccount{
	float:left;
	line-height:26px;
	margin:0 40px 0 0;
	width:320px;
}
.i3dForm .whitelist label {
	width:100px;
}
.i3dForm .whitelist input,
.i3dForm .whitelist select  {
	width:200px;
}
.i3dForm .systemCharts label {
	width: 150px;
	margin-top: 4px;
	margin-bottom: 0;
}
.i3dForm .dedicatedSettings label {
	width:175px;
}
.i3dForm .dedicatedSettings input,
.i3dForm .dedicatedSettings select {
	width:290px;
}
.i3dForm .ventriloformline input,
.i3dForm .ventriloformline select {
	width:200px;
}
.i3dForm .profile2 label {
	width:120px;
}
.i3dForm .profile2 input,
.i3dForm .profile2 select {
	width:200px;
}
.i3dForm .subaccount label {
	width:100px;
}
.i3dForm .new_password label {
	width:150px;
}
.i3dForm .reinstall label {
	width: 150px;
	margin-top: 3px;
}

.i3dForm .dnsRecords label
{
	float: left;
	display: block;
	width: 125px;
	margin-top: 6px;
	font-weight: bold;
}
.i3dForm .dnsRecords .err
{
	color: #d2232a;
}
.i3dForm .dnsRecords i
{
	font-size: 16px;
	margin: 0px 0px 0px 5px;
}

.i3dForm2 {
	float:left;
	line-height:20px;
	margin:0 40px 0 0;
	width:100%;
}
.i3dForm2 label {
	float:left;
	text-align: left;
	font-weight:bold;
	font-size: 9pt;
	width: 200px;
}
.eventRightLogo {
	margin-bottom: 3px;
	margin-left: 20px;
	float: right;
}
.eventRight {
	width: 400px;
}
input, textarea, .uneditable-input {
	width: auto;
}
.dedicatedSettings {
	width: 480px;
}
.ventriloformmain {
	width:550px;
}
.ventriloform {
	width:150px;
}
.select {
	-moz-appearance:none;
	-webkit-appearance:none;
	appearance:none;
	color:#464646;
}
.contactFormArea {
	border:1px #d2d2d2 solid;
	padding:5px;
	float:right;
	width:374px;
	-moz-border-radius:5px; /* Firefox */
	-webkit-border-radius:5px; /* Safari, Chrome */
	border-radius:5px; /* CSS3 */
	background:url('../images/inputfield_bg.png') top left repeat-x;
	font-size:11px;
	color:#464646;
	height:150px;
}
.contactFormAreaNarrow {
	border:1px #d2d2d2 solid;
	padding:5px;
	float:right;
	width:314px;
	-moz-border-radius:5px; /* Firefox */
	-webkit-border-radius:5px; /* Safari, Chrome */
	border-radius:5px; /* CSS3 */
	font-size:11px;
	color:#464646;
	height:75px;
}
.contactFormErrors {
	background:url('../images/contactFormErrors.png') top left no-repeat;
	color:#FFFFFF;
	float:left;
	padding:5px 15px;
	line-height:16px;
	font-weight:bold;
	text-shadow:#872929 1px 1px;
	-moz-border-radius:5px; /* Firefox */
	-webkit-border-radius:5px; /* Safari, Chrome */
	border-radius:5px; /* CSS3 */
}
.trans_submit {
	background:transparent !important;
	border:0 !important;
	height:26px !important;
}
.fieldError {
	border:1px #d2232asolid !important;
}
.fieldMargin {
	margin:0 7px 0 0;
}
.birthdayField {
	width:115px;
}
.fb-like {
	width:90px;
	height:25px;
	float:left;
	clear:both;
	overflow:hidden;
}
.fb-like-promotion > .fb-like {
	overflow: visible;
	float: none;
}
.fb-root {
	 width:90px;
	 height:40px;
	 float:left;
	 clear:both;
	 z-index:4;
}
.img_box {
	position:relative;
	float:left;
	text-align:center;
	margin-top:15px;
	width:375px;
	height:260px;
}

.rack_box
{
	float:left;
	cursor:pointer;
	text-align:center;
	margin-top:15px;
	height:215px;
	width:250px;
	font-weight:bold;
}

.leftimgbox
{
	float:left;
	height:auto;
	width:auto;
}

.gameInfoHeaderCnt
{
	line-height: normal;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding: 15px;
	padding-right: 0px;
}

.gameInfoHeaderCnt .pricingOrder
{
	position: relative;
	float: right;
	width: 45%;
}

.gameInfoHeaderCnt .pricing
{
	height: 150px;
	margin-left: 10px;
	background-color: white;
	font-size: 64pt;
	font-weight: bold;
	color: #232223;
	text-align: center;

}

.gameInfoHeaderCnt .pricing > span > span
{
	line-height: 150px;
}

.gameInfoHeaderCnt .pricing span > span > span
{
	font-size: 18px;
}

.gameInfoHeaderCnt .pricing .strike
{
	font-size: 24px;
	text-decoration: line-through;
	color: #767676;
	display: block;
	text-align: left;
	padding-left: 60px;
	padding-top: 20px;
	margin-bottom: -30px;
	font-weight: normal;
}

.gameInfoHeaderCnt .orderLink
{
	margin-top: 10px;
	margin-left: 10px;
	display: block;
	padding: 0px !important;
	line-height: 60px;
	color: white;
	font-size: 15pt;
	text-align: center;
}
.gameInfoHeaderCnt .orderLabel
{
	position: absolute;
	top: -10px;
	right: -10px;
	padding: 5px 8px;
	color: #fae5d7;
	font-size: 18px;
	background-color: #ECA040;
}
.gameInfoHeaderCnt .pubInfo
{
	overflow: hidden;
	height: 113px;
	padding: 17px 25px 20px 25px;
	font-size: 18pt;
	font-weight: bold;
	background: rgba(0,0,0,0.86);
}
.gameInfoHeaderCnt .pubInfo ul,
.gameInfoHeaderCnt .pubInfo li
{
	margin: 0px 10px;
	line-height: normal;
}

.gameInfoHeaderCnt .pubInfo li
{
	list-style-type: square;
	color: #ebebeb;
}

.demoServers > .game
{
	display: block;
	color: #232223;
	height: 30px;
	line-height: 30px;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 2px;
}

.demoServers > .game > .country,
.demoServers > .game > .dtitle,
.demoServers > .game > .slots
{
	float: left;
	background: #F7F7F7;
	box-sizing: border-box;
}

.demoServers > .game > .dtitle
{
	padding: 0px 20px;
	font-size: 15px;
	width: calc(90% - 33px);
}

.demoServers > .game > .country
{
	width: 30px;
	height: 30px;
	margin-right: 2px;
	text-align: center;
	position: relative;
	border-radius: 2px 0px 0px 2px;
}

.demoServers > .game > .country > img
{
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.demoServers > .game > .title
{
	width: 80%;
	padding-left: 10px;
}

.demoServers > .game > .slots
{
	background: #787878;
	color: #e0e0e0;
	width: 10%;
	text-align: center;
	border-radius: 0px 2px 2px 0px;
}

.location_box_new
{
	background: #F7F7F7;
	margin-bottom: 5px;
	padding: 5px;
}

.location_col_new
{
	width: 230px;
	float: left;
}

.loc_header_new
{
	margin: 10px 0px 10px 0px;
	font-size:20px;
	font-weight:bold;
	text-align: left;
}

.gameInfoTable
{
	width: 100%;
	border-collapse: collapse;
}
.gameInfoTable th
{
	padding-left: 10px;
	line-height: 30px;
	background-color:#4c4c4c;
	border-right:1px #232223 solid;
	border-left:1px #666666 solid;
	border-bottom:1px #232223 solid;
	color:#f7941d;
	font-size:13px;
	text-shadow:#232223 1px 1px 1px;
}
.gameInfoTable th.gameInfoIcon
{
	width: 30px;
}
.gameInfoTable th.gameInfoPrice
{
	width: 100px;
}
.gameInfoTable th.gameInfoOrder
{
	width: 120px;
}
.gameInfoTable td
{
	padding-left: 10px;
	border-right:1px #cccccc dotted;
	border-top:1px #cccccc dotted;
}

.gametable_top_icon {
	background-color:#4c4c4c;
	float:left;
	height:30px;
	width:30px;
	border-right:1px #232223 solid;
	border-left:1px #666666 solid;
	border-bottom:1px #232223 solid;
}
.gametable_top_name {
	background-color:#4c4c4c;
	float:left;
	height:26px;
	width:289px;
	border-right:1px #232223 solid;
	border-left:1px #666666 solid;
	border-bottom:1px #232223 solid;
	font-size:13px;
	font-weight:bold;
	color:#f7941d;
	padding-top:4px;
	padding-left:10px;
	text-shadow:#232223 1px 1px 1px;
}
.gametable_top_specials {
	background-color:#4c4c4c;
	float:left;
	height:26px;
	width:133px;
	border-right:1px #232223 solid;
	border-left:1px #666666 solid;
	border-bottom:1px #232223 solid;
	font-size:13px;
	font-weight:bold;
	color:#f7941d;
	padding-top:4px;
	padding-left:10px;
	text-shadow:#232223 1px 1px 1px;
}
.gametable_top_slots {
	background-color:#4c4c4c;
	color:#f7941d;
	float:left;
	height:26px;
	width:50px;
	border-right:1px #232223 solid;
	border-left:1px #666666 solid;
	border-bottom:1px #232223 solid;
	font-size:13px;
	font-weight:bold;
	color:#f7941d;
	padding-top:4px;
	padding-left:10px;
	text-shadow:#232223 1px 1px 1px;
}
.gametable_top_price {
	background-color:#4c4c4c;
	color:#f7941d;
	float:left;
	height:26px;
	width:80px;
	border-right:1px #232223 solid;
	border-left:1px #666666 solid;
	border-bottom:1px #232223 solid;
	font-size:13px;
	font-weight:bold;
	color:#f7941d;
	padding-top:4px;
	padding-left:10px;
	text-shadow:#232223 1px 1px 1px;
}
.gametable_top_order {
	background-color:#4c4c4c;
	color:#f7941d;
	float:left;
	height:26px;
	width:100px;
	border-right:1px #232223 solid;
	border-left:1px #666666 solid;
	border-bottom:1px #232223 solid;
	font-size:13px;
	font-weight:bold;
	color:#f7941d;
	padding-top:4px;
	padding-left:10px;
	text-shadow:#232223 1px 1px 1px;
}
.gametable_icon {
	padding-top:2px;
	float:left;
	padding-left:5px;
	height:22px;
	width:25px;
	border-right:1px #cccccc dotted;
	border-left:1px #cccccc dotted;
	border-top:1px #cccccc dotted;
}
.gametable_name {
	padding-top:1px;
	float:left;
	padding-left:10px;
	height:23px;
	width:290px;
	border-right:1px #cccccc dotted;
	border-top:1px #cccccc dotted;
	text-align:left;
}
.gametable_specials {
	padding-top:1px;
	float:left;
	padding-left:10px;
	height:23px;
	width:134px;
	border-right:1px #cccccc dotted;
	border-top:1px #cccccc dotted;
	text-align:left;
}
.gametable_slots {
	padding-top:1px;
	float:left;
	padding-left:10px;
	height:23px;
	width:51px;
	border-right:1px #cccccc dotted;
	border-top:1px #cccccc dotted;
	text-align:left;
}
.gametable_price {
	padding-top:1px;
	float:left;
	padding-left:10px;
	height:23px;
	width:81px;
	border-right:1px #cccccc dotted;
	border-top:1px #cccccc dotted;
	text-align:left;
}
.gametable_order {
	padding-top:2px;
	float:left;
	padding-left:5px;
	height:22px;
	width:106px;
	border-right:1px #cccccc dotted;
	border-top:1px #cccccc dotted;
	text-align:left;
}
.domaintable_top_icon {
	background-color:#4c4c4c;
	float:left;
	height:30px;
	width:30px;
	border-right:1px #232223 solid;
	border-left:1px #666666 solid;
	border-bottom:1px #232223 solid;
}
.domaintable_top_name {
	background-color:#4c4c4c;
	float:left;
	height:26px;
	width:289px;
	border-right:1px #232223 solid;
	border-left:1px #666666 solid;
	border-bottom:1px #232223 solid;
	font-size:13px;
	font-weight:bold;
	color:#f7941d;
	padding-top:4px;
	padding-left:10px;
	text-shadow:#232223 1px 1px 1px;
}
.domaintable_top_specials {
	background-color:#4c4c4c;
	float:left;
	height:26px;
	width:133px;
	border-right:1px #232223 solid;
	border-left:1px #666666 solid;
	border-bottom:1px #232223 solid;
	font-size:13px;
	font-weight:bold;
	color:#f7941d;
	padding-top:4px;
	padding-left:10px;
	text-shadow:#232223 1px 1px 1px;
}
.domaintable_top_slots {
	background-color:#4c4c4c;
	color:#f7941d;
	float:left;
	height:26px;
	width:50px;
	border-right:1px #232223 solid;
	border-left:1px #666666 solid;
	border-bottom:1px #232223 solid;
	font-size:13px;
	font-weight:bold;
	color:#f7941d;
	padding-top:4px;
	padding-left:10px;
	text-shadow:#232223 1px 1px 1px;
}
.domaintable_top_price {
	background-color:#4c4c4c;
	color:#f7941d;
	float:left;
	height:26px;
	width:80px;
	border-right:1px #232223 solid;
	border-left:1px #666666 solid;
	border-bottom:1px #232223 solid;
	font-size:13px;
	font-weight:bold;
	color:#f7941d;
	padding-top:4px;
	padding-left:10px;
	text-shadow:#232223 1px 1px 1px;
}
.domaintable_top_order {
	background-color:#4c4c4c;
	color:#f7941d;
	float:left;
	height:26px;
	width:100px;
	border-right:1px #232223 solid;
	border-left:1px #666666 solid;
	border-bottom:1px #232223 solid;
	font-size:13px;
	font-weight:bold;
	color:#f7941d;
	padding-top:4px;
	padding-left:10px;
	text-shadow:#232223 1px 1px 1px;
}
.domaintable_icon {
	padding-top:2px;
	float:left;
	padding-left:5px;
	height:22px;
	width:25px;
	border-right:1px #cccccc dotted;
	border-left:1px #cccccc dotted;
	border-top:1px #cccccc dotted;
}
.domaintable_name {
	padding-top:1px;
	float:left;
	padding-left:10px;
	height:23px;
	width:290px;
	border-right:1px #cccccc dotted;
	border-top:1px #cccccc dotted;
	text-align:left;
}
.domaintable_specials {
	padding-top:1px;
	float:left;
	padding-left:10px;
	height:23px;
	width:134px;
	border-right:1px #cccccc dotted;
	border-top:1px #cccccc dotted;
	text-align:left;
}
.domaintable_slots {
	padding-top:1px;
	float:left;
	padding-left:10px;
	height:23px;
	width:51px;
	border-right:1px #cccccc dotted;
	border-top:1px #cccccc dotted;
	text-align:left;
}
.domaintable_price {
	padding-top:1px;
	float:left;
	padding-left:10px;
	height:23px;
	width:81px;
	border-right:1px #cccccc dotted;
	border-top:1px #cccccc dotted;
	text-align:left;
}
.domaintable_order {
	padding-top:2px;
	float:left;
	padding-left:5px;
	height:22px;
	width:106px;
	border-right:1px #cccccc dotted;
	border-top:1px #cccccc dotted;
	text-align:left;
}
.domaintable_bot_icon {
	background-color:#4c4c4c;
	float:left;
	height:1px;
	width:30px;
	border-right:1px #232223 solid;
	border-left:1px #666666 solid;
	border-bottom:1px #232223 solid;
}
.domaintable_bot_name {
	background-color:#4c4c4c;
	float:left;
	height:1px;
	width:289px;
	border-right:1px #232223 solid;
	border-left:1px #666666 solid;
	border-bottom:1px #232223 solid;
	padding-left:10px;
}
.domaintable_bot_specials {
	background-color:#4c4c4c;
	float:left;
	height:1px;
	width:133px;
	border-right:1px #232223 solid;
	border-left:1px #666666 solid;
	border-bottom:1px #232223 solid;
	padding-left:10px;
}
.domaintable_bot_slots {
	background-color:#4c4c4c;
	color:#f7941d;
	float:left;
	height:1px;
	width:50px;
	border-right:1px #232223 solid;
	border-left:1px #666666 solid;
	border-bottom:1px #232223 solid;
	padding-left:10px;
}
.domaintable_bot_price {
	background-color:#4c4c4c;
	color:#f7941d;
	float:left;
	height:1px;
	width:80px;
	border-right:1px #232223 solid;
	border-left:1px #666666 solid;
	border-bottom:1px #232223 solid;
	padding-left:10px;
}
.domaintable_bot_order {
	background-color:#4c4c4c;
	color:#f7941d;
	float:left;
	height:1px;
	width:100px;
	border-right:1px #232223 solid;
	border-left:1px #666666 solid;
	border-bottom:1px #232223 solid;
	padding-left:10px;
}
.domaintable_top_name {
	width:476px !important;
}
.domaintable_name {
	width:476px !important;
}
.domaintable_bot_name {
	width:476px !important;
}
.voicetable_top_name {
	width:252px !important;
}
.voicetable_name {
	width:252px !important;
}
.voicetable_bot_name {
	width:252px !important;
}

.focus1 {
	font-weight:bold;
}
.focus0 {
}
.mainSlidergameBtn {
	cursor:pointer;
	margin:0px;
	float:left;
}

.gametable_bot_icon {
	background-color:#4c4c4c;
	float:left;
	height:1px;
	width:30px;
	border-right:1px #232223 solid;
	border-left:1px #666666 solid;
	border-bottom:1px #232223 solid;
}
.gametable_bot_name {
	background-color:#4c4c4c;
	float:left;
	height:1px;
	width:289px;
	border-right:1px #232223 solid;
	border-left:1px #666666 solid;
	border-bottom:1px #232223 solid;
	padding-left:10px;
}
.gametable_bot_specials {
	background-color:#4c4c4c;
	float:left;
	height:1px;
	width:133px;
	border-right:1px #232223 solid;
	border-left:1px #666666 solid;
	border-bottom:1px #232223 solid;
	padding-left:10px;
}
.gametable_bot_slots {
	background-color:#4c4c4c;
	color:#f7941d;
	float:left;
	height:1px;
	width:50px;
	border-right:1px #232223 solid;
	border-left:1px #666666 solid;
	border-bottom:1px #232223 solid;
	padding-left:10px;
}
.gametable_bot_price {
	background-color:#4c4c4c;
	color:#f7941d;
	float:left;
	height:1px;
	width:80px;
	border-right:1px #232223 solid;
	border-left:1px #666666 solid;
	border-bottom:1px #232223 solid;
	padding-left:10px;
}
.gametable_bot_order {
	background-color:#4c4c4c;
	color:#f7941d;
	float:left;
	height:1px;
	width:100px;
	border-right:1px #232223 solid;
	border-left:1px #666666 solid;
	border-bottom:1px #232223 solid;
	padding-left:10px;
}
.facts_left {
	font-weight:bold;
	float:left;
	width:120px;
}
.facts_right {
	width:175px;
}
.gamefeature {
	float:left;
	width:372px;
}
.gamefeatureNew
{
	float: left;
	width: 50%;
	padding-left: 20px;
	box-sizing: border-box;
	margin-bottom: 5px;
}

.gamefeatureNew:nth-child(2n)
{
	padding-right: 10px;
	padding-left: 0px;
	clear:both;
}

.staffbox {
	float:left;
	width:180px;
	height:300px;
	text-align:center;
}
.staffpic {
	width:160px;
	height:225px;
	margin:10px;
}
.staffname {
	font-size:12pt;
	font-weight:bold;
	color:#d2232a;
}
.stafffunction {
	font-size:10pt;
	font-weight:bold;
}
.screenshotbox {
	width:200px;
	height:200px;
	padding:5px;
	margin-left:10px;
	float:left;
	border:1px solid #232223;
}
.newsheader {
	margin-top:10px;
	font-size:14pt;
	clear:both;
	float:left;
	width:100%;
}
.press_intro {
	margin-top:5px;
	font-size:12pt;
	font-weight:bold;
	clear:both;
	float:left;
	width:100%;
}
.press_read {
	margin-top:5px;
	clear:both;
	float:left;
	width:100%;
}
.latest_pr {
	float:left;
	height:auto;
	width:733px;
	padding-top:5px;
	padding-right:10px;
	padding-bottom:5px;
	padding-left:10px;
	border:1px #dcdcdc solid;
	background:#f6f6f6;
	-moz-box-shadow:-2px -2px #f4f4f4;
	-webkit-box-shadow:-2px -2px #f4f4f4;
	box-shadow:2px 2px #f4f4f4;
}
.latest_pr_wide
{
	width: 960px;
}
.pr_row {
	margin-top:4px;
	margin-bottom:1px;
	clear:both;
	float:left;
	height:auto;
	width:745px;
	border-bottom-width:2px;
	border-bottom-style:dotted;
	border-bottom-color:#CCCCCC;
	font-size:10pt;
}
.pr_date {
	float:left;
	width:125px;
	height:30px;
	padding-top:2px;
}
.pr_pdf {

	float:left;
	width:38px;
	padding-right:2px;
	text-align:center;
	border-right-width:2px;
	border-right-style:dotted;
	border-right-color:#CCCCCC;
	border-left-width:2px;
	border-left-style:dotted;
	border-left-color:#CCCCCC;
}
.pr_name {
	padding-top:2px;
	padding-left:10px;
	float:left;
	width:auto;
	height:auto;
}
.hostofferbox_c {
	float:left;
	width:360px;
	margin-bottom:30px;
}
.hostofferbox_h {
	margin-right:auto;
	margin-left:auto;
	width:360px;
	height:41px;
}
.row {
	width:100%;
	clear:both;
	height:auto;
	margin-left:0;
}
.spacer_v {
	width:24px;
	height:200px;
	float:left;
}
.hosttitle {
	font-size:14pt;
	font-weight:bold;
	clear:right;
}
.hostofferbox_i {
	margin-right:auto;
	margin-left:auto;
	padding-left:3px;
	padding-right:3px;
	width:360px;
	height:135px;
	border-top-width:2px;
	border-bottom-width:2px;
	border-top-style:dotted;
	border-bottom-style:dotted;
	border-top-color:#ccc;
	border-bottom-color:#ccc;
}
.hostofferbox_b {
	margin-right:auto;
	margin-left:auto;
	padding-left:132px;
	width:230px;
}
.hostimage {
	float:left;
	margin-right:10px;
}
.staffbox_page {
	text-align:left;
	float:right;
	width:340px;
	height:155px;
	border-bottom:dotted #ccc 2px;
}
.staffpic_t{
	background-position:center top;
	float:right;
	height:155px;
	width:100px;
	background-repeat:no-repeat;
}
.staff_text{
	float:left;
	font-size:15px;
	text-align:justify;
	padding-top:20px;
	width:235px;
	background-repeat:no-repeat;
}
.staffbox_name {
	text-align:right;
	margin-top:5px;
	float:right;
	width:340px;
	height:20px;
	font-size:12pt;
	font-weight:bold;
	color:#d2232a;
}
.staffbox_title {
	text-align:right;
	font-size:10pt;
	width:340px;
	float:right;
}
.graybg {
	background-color:#EEE;
}
.wh_top {
	float:left;
	width:115px;
	margin-left:3px;
	margin-right:3px;
	margin-bottom:1px;
}
.h_c1 {
	height:45px;
}
.h_c2 {
	height:62px;
}
.h_c3 {
	height:79px;
}
.h_c4 {
	height:96px;
}
.wh_top_bg {
	background-image:url(../images/webhosting_top.png);
	background-repeat:no-repeat;
	height:68px;
	width:117px;
	margin-top:-57px;
	margin-left:-1px;
	background-position:center top;
}




.wh_first {
	margin-left:255px;
}
.wh_top_name {
	text-align:center;
	font-size:13px;
	height:21px;
	width:115px;
	float:left;
	font-weight:bold;
	margin-top:-3px;
	text-shadow:#232223 1px 1px;
}
.wh_top_price {
	height:25px;
	margin-top:3px;
	float:left;
	width:115px;
	font-size:26px;
	font-weight:bold;
	text-align:center;
	text-shadow:#232223 1px 1px;
}
.wh_top_month {
	height:22px;
	float:left;
	margin-top:-8px;
	width:95px;
	font-size:12px;
	font-weight:bold;
	text-align:right;
	text-shadow:#232223 1px 1px;
}
.wh_top_info {
	width:105px;
	padding:15px 5px 5px 5px;
	float:left;
	font-weight:bold;
	font-size:10px;
	line-height:14px;
	text-align: center;
}

.wh_table_row {
	width:744px;
	height:auto;
	float:left;
	z-index:1;
	border-bottom:solid 1px #ccc;
	overflow:hidden;
}
.wh_table_row {
	width:744px;
	height:auto;
	float:left;
	z-index:1;
	overflow:hidden;
}
.wh_c1 {
	height:auto;
	min-height:20px;
	width:237px;
	padding:3px 5px 3px 5px;
	font-weight:bold;
	line-height:20px;
	float:left;
	margin-right:3px;

}
.wh_c_empty {
	height:auto;
	width:237px;
	padding:3px 5px 3px 7px;
	float:left;
	margin-right:3px;

}
.wh_ibox {
	float:left;
	width:20px;
	height:20px;
	margin-right:5px;
}
.wh_c_product {
	height:auto;
	width:105px;
	text-align:center;
	padding:3px 5px 3px 5px;
	min-height:25px;
	font-size:12px;
	float:left;
	margin-left:3px;
	margin-right:3px;
}
.table_close_c1 {
	height:1px;
	float:left;
	width:247px;
	margin-right:3px;
}
.table_close_empty {
	height:1px;
	float:left;
	width:248px;
	margin-right:4px;
}
.table_close_p {
	height:1px;
	margin-left:3px;
	margin-right:3px;
	float:left;
	width:115px;
}
.b_m20 {
	margin-bottom:20px;
}
.whbox {
	margin-left:45px;
	margin-top:2px;
}
.box_y {
	background-image:url(/assets/images/yes.png);
	height:14px;
	width:14px;
	float:left;
}
.box_n {
	background-image:url(/assets/images/no.png);
	height:14px;
	width:14px;
	float:left;
}
.no_m_right {
	margin-right: 0px;
}
.pagenav_start {
	background-image:url(/assets/images/nav_start.png);
	float:left;
	height:35px;
	width:31px;
}
.pagenav_start:hover {
	color:#4d4d4d;
	background-image:url(/assets/images/nav_start_ol.png);
}
.pagenav_back {
	background-image:url(/assets/images/nav_back.png);
	float:left;
	padding-top:5px;
	padding-left:15px;
	height:30px;
	width:83px;
	font-size:13px;
	text-shadow:#ccc 1px 1px;
	color:#464646;
}
.pagenav_back:hover {
	color:#4d4d4d;
	background-image:url(/assets/images/nav_back_ol.png);
}
.pagenav_next {
	background-image:url(/assets/images/nav_next.png);
	float:left;
	padding-top:5px;
	padding-left:30px;
	height:30px;
	width:68px;
	margin-left:-15px;
	font-size:13px;
	text-shadow:#ccc 1px 1px;
	color:#464646;
}
.pagenav_next:hover {
	color:#4d4d4d;
	background-image:url(/assets/images/nav_next_ol.png);
}
.pagenav_dark {
	background-image:url(/assets/images/nav_gray.png);
	float:left;
	padding-top:5px;
	padding-left:27px;
	height:30px;
	width:129px;
	margin-left:-15px;
	font-size:13px;
	text-shadow:#232223 1px 1px;
	color:#fff;
}
.pagenav_dark:hover {
	background-image:url(/assets/images/nav_gray_ol.png);
	cursor: pointer;
}
.pagenav_empty_gray {
	background-image:url(/assets/images/nav_empty_gray.png);
	float:left;
	padding-top:5px;
	padding-left:27px;
	height:30px;
	width:129px;
	margin-left:-15px;
	font-size:13px;
	text-shadow:#232223 1px 1px;
	color:#fff;
}
.pagenav_red {
	background-image:url(/assets/images/nav_red.png);
	float:left;
	padding-top:5px;
	padding-left:27px;
	height:30px;
	width:129px;
	margin-left:-15px;
	font-size:13px;
	text-shadow:#232223 1px 1px;
	color:#fff;
}
.pagenav_red:hover {
	background-image:url(/assets/images/nav_red_ol.png);
	cursor: pointer;
}
.pagenav_white {
	background-image:url(/assets/images/nav_white.png);
	float:left;
	padding-top:5px;
	padding-left:27px;
	height:30px;
	width:129px;
	margin-left:-15px;
	font-size:13px;
	text-shadow:#ccc 1px 1px;
	color:#464646;
}
.pagenav_white:hover {
	background-image:url(/assets/images/nav_white_ol.png);
	cursor: pointer;
}

/* I3D RED BOOTSTRAP BUTTON */


/* TICKET STATUS INDICATOR */
.state-indicator {
	padding: 4px 10px;
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	white-space: pre;
	text-align: center;
	border-radius: 3px;
	background: #999;
}

.state-indicator.open {
	background:#6cc644;
}

.state-indicator.pending {
	background:#6cc644;
}

.state-indicator.closed {
	background:#bd2c00;
}

.state-indicator.manualStop {
	background:orange;
}

.state-indicator.closedInvoice {
	background:#6cc644;
}

.state-indicator.openInvoice {
	background:#bd2c00;
}

/* INVOICE DETAILS */
div.invoice
{
	width: 100%;
	font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
div.invoice div.creditLabel
{
	margin-top: 25px;
	padding: 0 2%;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}
div.invoice div.headerDetails div
{
	webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	float: left;
	padding: 0 2%;
	font-size: 14px;
	line-height: 16px;
}
div.invoice div.headerDetails div:nth-child(1)
{
	width: 36%;
}
div.invoice div.headerDetails div:nth-child(2)
{
	width: 36%;
}
div.invoice div.headerDetails div:nth-child(3)
{
	width: 28%;
}
div.invoice div.headerDetails div table tr td:first-child
{
	padding-right: 15px;
}

div.invoice div.itemList
{

}
div.invoice div.itemList div.itemsHeader
{
	margin-bottom: 12px;
	padding: 0 2% 7px;
	font-size: 14px;
	font-weight: bold;
	color: #d3232a;
	border-bottom: 1px solid #323232;
}
div.invoice div.itemList div.itemsHeader div
{
	float: right;
	display: block;
	text-align: right;
}
div.invoice div.itemList div.itemsHeader .description
{
	float: left;
	text-align: left;
}
div.invoice div.itemList div.itemsHeader .qty,
div.invoice div.itemList div.itemsHeader .vat,
div.invoice div.itemList div.itemsHeader .setup,
div.invoice div.itemList div.itemsHeader .period,
div.invoice div.itemList div.itemsHeader .price
{
	width: 100px;
}

div.invoice div.itemList div.itemDetails
{
	margin-bottom: 12px;
	padding: 0 2% 7px;
	font-size: 12px;
	line-height: 16px;
	border-bottom: 1px solid #d0d0d0;
}
div.invoice div.itemList div.itemDetails div
{
	float: right;
	display: block;
	text-align: right;
	line-height: 16px;
}
div.invoice div.itemList div.itemDetails .description
{
	float: none;
	display: block;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
	text-align: left;
    overflow: hidden;
}
div.invoice div.itemList div.itemDetails .periodDetails
{
	float: none;
	display: block;
	text-align: left;
}
div.invoice div.itemList div.itemDetails .descriptionDetails
{
	float: none;
	display: block;
	margin-top: 15px;
	color: #797979;
	text-align: left;
}
div.invoice div.itemList div.itemDetails .qty,
div.invoice div.itemList div.itemDetails .vat,
div.invoice div.itemList div.itemDetails .setup,
div.invoice div.itemList div.itemDetails .period,
div.invoice div.itemList div.itemDetails .price
{
	width: 100px;
}

div.invoice div.totals
{
	margin-top: 40px;
	padding: 0 2% 7px;
	font-size: 13px;
	line-height: 16px;
}
div.invoice div.totals div.paymentNote
{
	padding-right: 75px;
	font-size: 14px;
	overflow: hidden;
}
div.invoice div.totals div.paymentInfoNote p
{
	margin: 10px 0;
}
div.invoice div.totals div.totalsDetails
{
	float: right;
	width: 300px;
}
div.invoice div.totals div.totalsDetails div.subTotal
{
	padding-bottom: 4px;
	margin-bottom: 8px;
	border-bottom: 1px solid #d0d0d0;
}
div.invoice div.totals div.totalsDetails div.subTotal div.textLabel
{
	float: left;
	width: 100px;
	overflow: hidden;
	font-weight: bold;
	text-align: right;
}
div.invoice div.totals div.totalsDetails div.subTotal div.textLabel div.subNote
{
	color: #232223;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
}
div.invoice div.totals div.totalsDetails div.subTotal div.textValue
{
	text-align: right;
}
div.invoice div.totals div.totalsDetails div.vatTotal
{
	padding-bottom: 4px;
	margin-bottom: 8px;
	border-bottom: 1px solid #d0d0d0;
}
div.invoice div.totals div.totalsDetails div.vatTotal div.textLabel
{
	float: left;
	width: 100px;
	text-align: right;
}
div.invoice div.totals div.totalsDetails div.vatTotal div.textValue
{
	text-align: right;
}
div.invoice div.totals div.totalsDetails div.total
{
	margin-top: 8px;
}
div.invoice div.totals div.totalsDetails div.total div.textLabel
{
	float: left;
	width: 100px;
	color: #d3232a;
	font-size: 19px;
	font-weight: bold;
	text-align: right;
}
div.invoice div.totals div.totalsDetails div.total div.textLabel div.subNote
{
	color: #232223;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
}
div.invoice div.totals div.totalsDetails div.total div.textValue
{
	color: #d3232a;
	font-size: 19px;
	font-weight: bold;
	text-align: right;
}

#page_1 {
	position:relative;
	overflow:hidden;
	margin:55px 0px 21px 0px;
	padding:0px;
	border:none;
	width:734px;
}

#page_1 #dimg1 {
	position:absolute;
	top:2px;
	left:0px;
	z-index:-1;
	width:265px;
	height:98px;
}
.tooltip-inner {
	text-align:left;
	white-space:pre-wrap;
	max-width: 350px;
	text-transform: none;
}
/* Container, Wrapper and layout */
#wrapper {
	min-height:100%;
	position:relative;
}

.container {
	max-width:982px;
	width:982px;
	padding-top:105px;
	padding-bottom:330px !important;
}

.container--dsmo { min-height: 150vh; }
.container.cp {
	padding-top:95px;
	margin-top: 0px;
	padding-bottom:150px !important;
}
.container-with-slider {
	padding-top:0px;
}
.ui-resizable-n {
	background:transparent;
	top:6px;
}

#instance-details-body {
	min-height:100%;
	height:100%;
}
/* Modal */

.modal *
{
	box-sizing: border-box;
}

.modal input[type="text"]
{
	height: 30px;
}

.modal-cp *
{
  box-sizing: border-box;
}

.modal-cp-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #232223;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-cp-backdrop,
.modal-cp-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.modal-cp {
	position: fixed;
	left: 0;
	right: 0;
	margin: 0px auto;
	width: 560px;
	z-index: 1050;
	background-color: #ffffff;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, 0.3);
	*border: 1px solid #999;
}

.modal-cp.fade {
  top: -25%;
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
	 -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
	   -o-transition: opacity 0.3s linear, top 0.3s ease-out;
		  transition: opacity 0.3s linear, top 0.3s ease-out;
}

.modal-cp.fade.in {
  top: 10%;
}

.modal-cp-header {
  padding: 9px 15px;
}

.modal-cp-header .close {
  margin-top: 2px;
}

.modal-cp-header h3 {
  margin: 0;
  line-height: 30px;
}

.modal-cp-body {
  position: relative;
  max-height: 400px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  overflow-y: auto;
}

.modal-cp-form {
  margin-bottom: 0;
}

.modal-cp-footer {
  padding: 14px 15px 15px;
  position:relative;
  margin-bottom: 0;
  text-align: right;
  background-color: #F7F7F7;
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
	 -moz-box-shadow: inset 0 1px 0 #ffffff;
		  box-shadow: inset 0 1px 0 #ffffff;
}

.modal-cp-footer:before,
.modal-cp-footer:after {
  display: table;
  line-height: 0;
  content: "";
}

.modal-cp-footer:after {
  clear: both;
}

.modal-cp-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-cp-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-cp-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modalBulletPaging {
	float:right;
	margin-top:8px;
	margin-right:50px;
	display:inline-block;
}
.modalBulletPaging li {
	padding:0;
	float:left;
	margin:0px 0px 0px 18px;
	position:relative;
	list-style:none;
}
.modalBulletPaging li a {
	background-color:#FFE5E5;
	border:0 none;
	color:white;
	font-size:15px;
	font-weight:bold;
	height:24px;
	line-height:24px;
	overflow:visible;
	position:relative;
	text-decoration:none;
	text-indent:0;
	top:-3px;
	width:24px;
	box-shadow:0 0 2px 1px #FFC7C7 inset;
	border-radius:50px;
	-moz-border-radius:50px;
	-webkit-border-radius:50px;
	display:block;
	text-align:center;
}
.modalBulletPaging li.active a {
	width:24px;
	height:24px;
	position:relative;
	box-shadow:none;
	top:-3px;
	font-size:15px;
	font-weight:bold;
	text-indent:0px;
	overflow:visible;
	background-color:#DC4E4E;
	border:0px;
	line-height:24px;
	color:white;
	text-decoration:none;
}
.modalBulletPaging li.active::before {
	border-bottom:3px solid #DC4E4E;
	top:7px;
	cursor:default;
}
.modalBulletPaging li::before {
	content:"";
	width:20px;
	height:1px;
	position:absolute;
	top:8px;
	left:-18px;
	border-bottom:1px solid #FFC7C7;
	cursor:default;
}
.modalBulletPaging li.visited a {
	width:18px;
	height:18px;
	position:relative;
	top:0px;
	text-indent:-4000px;
	overflow:hidden;
	font-size:15px;
	font-weight:bold;
	background-color:#DC4E4E;
	border:0px;
	line-height:24px;
	color:white;
	text-decoration:none
}

.modal textarea.w_max {
	width:900px;
}

.modal .w_max_modal {
	width:900px;
}

.modal textarea {
	width:510px;
}

[class^="icon-"],
[class*=" icon-"]
{
	margin-right: 7px;
}

#launch-instanceBody {
	overflow-y:visible;
}
#launch-instance {
	width:966px;
	margin-left:-483px;
}
.containerLoadingbf4admin {
	width:458px;
	height:150px;
	background:#ffffff url(/assets/images/ajax-loading-image.gif) center center no-repeat;
}
.containerLoading {
	position: fixed;
	top:0px;
	left:0px;
	bottom:0px;
	right:0px;
	color:#232223;
	background:#ffffff url(/assets/images/ajax-loading-image.gif) center center no-repeat !important;
	z-index:100;
	opacity:0.5;
	border:1px solid #E5E5E5;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}
.containerUploading {
	position:absolute;
	height:100%;
	width:100%;
	top:0px;
	left:0px;
	bottom:0px;
	right:0px;
	z-index:100;
}
#containerUploading-text {
	height:100%;
	width:100%;
	padding-top:50px;
	font-size:26px;
	font-weight:bold;
	text-align:center;
}
.emptyContainer {
	position:absolute;
	height:200px;
	top:0px;
	left:0px;
	bottom:0px;
	right:0px;
	line-height:20px;
	color:#232223;
	background:#FCF8E3;
	border:1px solid #E5E5E5;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}


.newRadio > input[type=radio]{
	display:none;
}
.newRadio > input[type=radio] + label{

	width:50px;
	display:inline-block;
	margin:-2px;
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
	color: #333;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-color: #F7F7F7;
	-moz-box-shadow:    inset 0 0 15px #A0A0A0;
	-webkit-box-shadow: inset 0 0 15px #A0A0A0;
	box-shadow:         inset 0 0 15px #A0A0A0;
}
div.inputOther{
	display:none;
}
.showTextBox > input[type="radio"]:checked+label+div.inputOther{
	display:block;
}

.newRadio > input[type=radio]:checked + label {
	background-image: none;
	background-color:#51a300;
	color:white;
	-moz-box-shadow:    inset 0 0 0px;
	-webkit-box-shadow: inset 0 0 0px;
	box-shadow:         inset 0 0 0px;
}
.regular-radio {
	display:none;
}

.regular-checkbox {
	display: none;
}

.regular-checkbox + label {
	float:left;
	-webkit-appearance:none;
	background-color:#fafafa;
	border:1px solid #cacece;
	box-shadow:0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	width:14px;
	height:14px;
	display:inline-block;
	position:relative;
	text-align:right;
	margin-right:5px;
	margin-top:2px;
	margin-bottom:2px;
}
.regular-checkbox:checked + label:after {
	content:' ';
	width:10px;
	height:10px;
	position:absolute;
	top:2px;
	background:#99a1a7;
	box-shadow:inset 0px 0px 10px rgba(0,0,0,0.3);
	left:2px;
	font-size:32px;
	display:block;
}
.regular-checkbox:checked + label {
	background-color:#e9ecee;
	color:#99a1a7;
	border:1px solid #adb8c0;
	box-shadow:0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1), inset 0px 0px 10px rgba(0,0,0,0.1);
}

.regular-radio + label {
	float:left;
	-webkit-appearance:none;
	background-color:#fafafa;
	border:1px solid #cacece;
	box-shadow:0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	width:14px;
	height:14px;
	border-radius:50px;
	display:inline-block;
	position:relative;
	text-align:right;
	margin-right:5px;
	margin-top:3px;
	margin-bottom:2px;
}
.regular-radio:checked + label:after {
	content:' ';
	width:8px;
	height:8px;
	border-radius:50px;
	position:absolute;
	top:2px;
	background:#99a1a7;
	box-shadow:inset 0px 0px 10px rgba(0,0,0,0.3);
	left:2px;
	font-size:32px;
	display:block;
}
.regular-radio:checked + label {
	background-color:#e9ecee;
	color:#99a1a7;
	border:1px solid #adb8c0;
	box-shadow:0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1), inset 0px 0px 10px rgba(0,0,0,0.1);
}
span.regular-radio {
	display:block;
	margin-left:20px;
}

#serverRescueModal {
	width: 620px;
}

#serverInstallModal {
	margin-left:-483px;
	width:966px;
}

#overviewPartitioning table
{
	width: 100%;
}
#overviewPartitioning table th
{
	text-align: left;
	font-weight: bold;
}


.massModal {
	margin-left:-483px;
	width:966px;
}
.border_red {
	border-color:#d2232a;
	box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #FFC7C7;
}
.accordion-group {
	transition:border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	border-radius:4px 4px 4px 4px;
	background-color:#FFFFFF;
}
.accordion {
	margin-bottom:0px;
	margin-top:5px;
}
.well {
	width: 95%;
}
.i3dbox {
	padding:8px 14px;
	border:0px solid #ddd;
	border-radius:1px;
	background-color:#f7f7f7;
	-webkit-box-shadow:inset 0 0 0 1px rgba(255,255,255,.33);
	box-shadow:inset 0 0 0 1px rgba(255,255,255,.33);
	margin-bottom:10px;
	width:952px;
	float:left;
	cursor:auto;
}
.i3dbox.abuse
{
	background-color: #ffd0d0;
}
.i3dbox.abuseNotice
{
	background-color: #232223;
	color: white;
}
.i3dbox.abuseNotice h2
{
	color: white;
}

.i3dbox i[class^="icon-"],
.i3dbox i[class*=" icon-"]
{
	vertical-align: text-top !important;
}
.i3dbox-scroll {
	overflow-y: scroll;
	padding:8px 14px;
	border:1px solid #ddd;
	min-height: 100px;
	max-height: 500px;
	border-radius:1px;
	background-color:#efefef;
	-webkit-box-shadow:inset 0 0 0 1px rgba(255,255,255,.33);
	box-shadow:inset 0 0 0 1px rgba(255,255,255,.33);
	margin-bottom:10px;
	width:952px;
	float:left;
}
.i3dbox-inner {
	overflow-y: scroll;
	padding:8px 8px;
	border:1px solid #ddd;
	min-height: 100px;
	max-height: 500px;
	border-radius:1px;
	background-color:#FFFFFF;
	-webkit-box-shadow:inset 0 0 0 1px rgba(255,255,255,.33);
	box-shadow:inset 0 0 0 1px rgba(255,255,255,.33);
	margin-bottom:10px;
	width:935px;
	float:left;
}
.i3d_reply {
	background-color:#edeeab;
	word-break: break-all;
    word-wrap: break-word;
}

/* bootstrap-progressbar global styles */
.progress .bar {
	position:absolute;
	overflow:hidden;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}

.progress_red {
	background-color:#d2232a!important;
	background-image:none !important;
}

.progress_orange {
	background-color:#eca040 !important;
	background-image:none !important;
}

.progress_green {
	background-color:#409940 !important;
	background-image:none !important;
}

.progress .progressbar-back-text {
	position:absolute;
	width:100%;
	height:100%;
	font-size:12px;
	text-align:center;
}
.progress .progressbar-front-text {
	display:block;
	width:100%;
	font-size:12px;
	text-align:center;
	line-height: 20px;
}
.progress.right .bar {
	right:0;
}
.progress.right .progressbar-front-text {
	position:absolute;
	right:0;
}
.progress.vertical {
	width:20px;
	height:100%;
	float:left;
	margin-right:20px;
	background-color:#f9f9f9;
	background-image:-moz-linear-gradient(left, #F7F7F7, #f9f9f9);
	background-image:-webkit-gradient(linear, 0 0, 100% 0, from(#F7F7F7), to(#f9f9f9));
	background-image:-webkit-linear-gradient(left, #F7F7F7, #f9f9f9);
	background-image:-o-linear-gradient(left, #F7F7F7, #f9f9f9);
	background-image:linear-gradient(to right, #F7F7F7, #f9f9f9);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=1);
}

.progress.vertical.bottom {
	position:relative;
}

.progress.vertical.bottom .progressbar-front-text {
	position:absolute;
	bottom:0;
}

.progress.vertical .bar {
	width:100%;
	height:0;
	background-color:#0480be;
	background-image:-moz-linear-gradient(left, #149bdf, #0480be);
	background-image:-webkit-gradient(linear, 0 0, 100% 0, from(#149bdf), to(#0480be));
	background-image:-webkit-linear-gradient(left, #149bdf, #0480be);
	background-image:-o-linear-gradient(left, #149bdf, #0480be);
	background-image:linear-gradient(to right, #149bdf, #0480be);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=1);
	-webkit-transition:height 0.6s ease;
	-moz-transition:height 0.6s ease;
	-o-transition:height 0.6s ease;
	transition:height 0.6s ease;
}
.progress.vertical.bottom .bar {
	position:absolute;
	bottom:0;
}
.progress-danger.vertical .bar, .progress.vertical .bar-danger {
	background-color:#c43c35;
	background-image:-moz-linear-gradient(left, #ee5f5b, #c43c35);
	background-image:-webkit-gradient(linear, 0 0, 100% 0, from(#ee5f5b), to(#c43c35));
	background-image:-webkit-linear-gradient(left, #ee5f5b, #c43c35);
	background-image:-o-linear-gradient(left, #ee5f5b, #c43c35);
	background-image:linear-gradient(to right, #ee5f5b, #c43c35);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=1);
}
.progress-success.vertical .bar, .progress.vertical .bar-success {
	background-color:#57a957;
	background-image:-moz-linear-gradient(left, #62c462, #57a957);
	background-image:-webkit-gradient(linear, 0 0, 100% 0, from(#62c462), to(#57a957));
	background-image:-webkit-linear-gradient(left, #62c462, #57a957);
	background-image:-o-linear-gradient(left, #62c462, #57a957);
	background-image:linear-gradient(to right, #62c462, #57a957);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=1);
}
.progress-info.vertical .bar, .progress.vertical .bar-info {
	background-color:#339bb9;
	background-image:-moz-linear-gradient(left, #5bc0de, #339bb9);
	background-image:-webkit-gradient(linear, 0 0, 100% 0, from(#5bc0de), to(#339bb9));
	background-image:-webkit-linear-gradient(left, #5bc0de, #339bb9);
	background-image:-o-linear-gradient(left, #5bc0de, #339bb9);
	background-image:linear-gradient(to right, #5bc0de, #339bb9);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=1);
}
.progress-warning.vertical .bar, .progress.vertical .bar-warning {
	background-color:#f89406;
	background-image:-moz-linear-gradient(left, #fbb450, #f89406);
	background-image:-webkit-gradient(linear, 0 0, 100% 0, from(#fbb450), to(#f89406));
	background-image:-webkit-linear-gradient(left, #fbb450, #f89406);
	background-image:-o-linear-gradient(left, #fbb450, #f89406);
	background-image:linear-gradient(to right, #fbb450, #f89406);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=1);
}
.datatable-progressbar {
	width:150px;
}

.normalTable
{
	border-width: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}

table.i3dtable2,
table.i3dtable3,
table.i3dtable3b
{
	clear: both;
	margin-bottom: 6px !important;
}

table.i3dtable2 thead .sorting,
table.i3dtable3 thead .sorting,
table.i3dtable3b thead .sorting,
table.i3dtable2 thead .sorting_asc,
table.i3dtable3 thead .sorting_asc,
table.i3dtable3b thead .sorting_asc,
table.i3dtable2 thead .sorting_desc,
table.i3dtable3 thead .sorting_desc,
table.i3dtable3b thead .sorting_desc,
table.i3dtable2 thead .sorting_asc_disabled,
table.i3dtable3 thead .sorting_asc_disabled,
table.i3dtable3b thead .sorting_asc_disabled,
table.i3dtable2 thead .sorting_desc_disabled,
table.i3dtable3 thead .sorting_desc_disabled,
table.i3dtable3b thead .sorting_desc_disabled
{
	cursor: pointer;
}

table.i3dtable2 thead .sorting { background: url('../images/sort_both.png') no-repeat center left; padding-left: 25px;}
table.i3dtable3 thead .sorting { background: url('../images/sort_both.png') no-repeat center left; padding-left: 25px;}
table.i3dtable3b thead .sorting { background: url('../images/sort_both.png') no-repeat center left; padding-left: 25px;}
table.i3dtable2 thead .sorting_asc { background: url('../images/sort_asc.png') no-repeat center left; padding-left: 25px;}
table.i3dtable3 thead .sorting_asc { background: url('../images/sort_asc.png') no-repeat center left; padding-left: 25px;}
table.i3dtable3b thead .sorting_asc { background: url('../images/sort_asc.png') no-repeat center left; padding-left: 25px;}
table.i3dtable2 thead .sorting_desc { background: url('../images/sort_desc.png') no-repeat center left; padding-left: 25px;}
table.i3dtable3 thead .sorting_desc { background: url('../images/sort_desc.png') no-repeat center left; padding-left: 25px;}
table.i3dtable3b thead .sorting_desc { background: url('../images/sort_desc.png') no-repeat center left; padding-left: 25px;}

table.i3dtable2 thead .sorting_asc_disabled { background: url('../images/sort_asc_disabled.png') no-repeat center left; padding-left: 25px;}
table.i3dtable3 thead .sorting_asc_disabled { background: url('../images/sort_asc_disabled.png') no-repeat center left; padding-left: 25px;}
table.i3dtable3b thead .sorting_asc_disabled { background: url('../images/sort_asc_disabled.png') no-repeat center left; padding-left: 25px;}
table.i3dtable2 thead .sorting_desc_disabled { background: url('../images/sort_desc_disabled.png') no-repeat center left; padding-left: 25px;}
table.i3dtable3 thead .sorting_desc_disabled { background: url('../images/sort_desc_disabled.png') no-repeat center left; padding-left: 25px;}
table.i3dtable3b thead .sorting_desc_disabled { background: url('../images/sort_desc_disabled.png') no-repeat center left; padding-left: 25px;}

table.i3dtable2.vtop td
{
	vertical-align: top;
}

.i3dtable2 td,
.i3dtable3 td,
.i3dtable4 td
{
	border-bottom: 5px solid #fff;
	padding: 4px 5px 5px 5px;
	font-size: 14px;
	color:#232223;
	background-color: #F7F7F7;
	line-height: 40px;
	text-align: left;
	box-sizing: border-box;
}
.i3dtable3b td
{
	border-bottom: 5px solid #F7F7F7;
	padding: 4px 5px 5px 5px;
	font-size: 14px;
	color:#232223;
	background-color: #F7F7F7;
	line-height: 40px;
	text-align: left;
	box-sizing: border-box;
}
.i3dtable3 td
{
	font-size: 12px;
	line-height: 24px;
}
.i3dtable3b td
{
	font-size: 12px;
	line-height: 24px;
	background-color: #e6e6e6;
}

.i3dtable2 td:first-child:not([colspan="10"]),
.i3dtable3 td:first-child:not([colspan="6"])
{
	width: 51px;
	background-color: #d2232a;
	border-right:5px solid #fff;
	box-sizing: border-box !important;
	text-align: center;
	padding: 0px 5px;
	color: white;
}
.i3dtable3b td:first-child:not([colspan="6"])
{
	width: 51px;
	background-color: #d2232a;
	border-right:5px solid #F7F7F7;
	box-sizing: border-box !important;
	text-align: center;
	padding: 0px 5px;
	color: white;
}

.i3dtable4 td:first-child:not([colspan="6"])
{
	background-color: #d2232a;
	border-right:5px solid #fff !important;
	box-sizing: border-box !important;
	text-align: center;
	padding: 0px 5px;
	color: white;
}

.i3dtable2 td:first-child > i
{
	color: #FFFFFF;
	margin-right: 0px;
	font-size: 20px;
	display: block;
}

.i3dtable2 td:first-child > span > i
{
	color: #FFFFFF;
	margin-right: 0px;
	font-size: 20px;
	display: block;
}

.i3dtable2 td:first-child > a
{
	display: block;
	width: 100%;
	height: 100%;
	color: white;
	text-decoration: none;
}

.i3dtable2 td:first-child > a:hover,
.i3dtable2 td:first-child > a:active,
.i3dtable2 td:first-child > a:visited
{
	text-decoration: none;
}

.i3dtable2 th:first-child
{
	width:30px;
	border-right:5px solid #fff;
}

.i3dtable2 th,
.i3dtable3 th
{
	border-top:1px solid #fff !important;
	border-left:1px solid #fff;
	padding:4px 5px;
	line-height:20px;
	font-weight:normal !important;
	background-color:#fff !important;
	color:#232223;
	text-align:left;
	vertical-align: bottom;
	cursor:pointer;
	text-transform:  uppercase;
}
.i3dtable3b th
{
	border-top:1px solid #F7F7F7 !important;
	border-left:1px solid #F7F7F7;
	padding:4px 5px;
	line-height:20px;
	font-weight:normal !important;
	background-color:#F7F7F7 !important;
	color:#232223;
	text-align:left;
	vertical-align: bottom;
	cursor:pointer;
	text-transform:  uppercase;
}

.i3dtable3 input[type="checkbox"]
{
	margin-right:0px;
}

table.i3dtable3.alignHorizontal
{
	position    : relative;
	left        : 50%;
	width       : 1400px;
	margin-left : -700px;
}

table.i3dtable {
	clear: both;
	margin-bottom: 6px !important;
}

table.i3dtable thead .sorting,
table.i3dtable thead .sorting_asc,
table.i3dtable thead .sorting_desc,
table.i3dtable thead .sorting_asc_disabled,
table.i3dtable thead .sorting_desc_disabled {
	cursor: pointer;
}

table.i3dtable thead .sorting { background: url('../images/sort_both.png') no-repeat center right; }
table.i3dtable thead .sorting_asc { background: url('../images/sort_asc.png') no-repeat center right; }
table.i3dtable thead .sorting_desc { background: url('../images/sort_desc.png') no-repeat center right; }

table.i3dtable thead .sorting_asc_disabled { background: url('../images/sort_asc_disabled.png') no-repeat center right; }
table.i3dtable thead .sorting_desc_disabled { background: url('../images/sort_desc_disabled.png') no-repeat center right; }

.i3dtable
{
	box-sizing: border-box;
	border-collapse: collapse;
	width: 100% !important;
}

.i3dtable td
{
	border-left:1px solid #ddd !important;
	border-bottom:1px solid #ddd !important;
	line-height:30px;
	text-align:left;
	vertical-align:top;
	overflow: hidden !important;
	padding-left: 3px;
	padding-right: 3px;
}

.i3dtable td .cellEllipsis
{
	max-width: 150px !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
}

.i3dtable th {
	border-top:1px solid #ddd !important;
	border-left:1px solid #ddd;
	padding-left: 5px;
	padding-right: 5px;
	line-height:30px;
	background-color:#d2232a!important;
	color:#FFF;
	font-weight:bold;
	text-align:left;
	vertical-align: bottom;
	cursor:pointer;
}

/* start of i3d table built with divs */
.i3dtable_d1
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.i3dtable_d1 .tr
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.i3dtable_d1 .tr:after
{
	clear: both;
}
.i3dtable_d1 .th
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	width: auto;
	padding:4px 5px;
	line-height:20px;
	font-weight:normal !important;
	color:#232223;
	text-align:left;
	vertical-align: bottom;
	text-transform: uppercase;
	border-top:1px solid #fff !important;
	background-color:#fff !important;
}
.i3dtable_d1 .td
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding: 4px 5px;
	font-size: 13px;
	color:#232223;
	line-height: 30px;
	text-align: left;
	background-color: #F7F7F7;
	border-bottom: 5px solid #fff;
}
.i3dtable_d1 .th:first-child,
.i3dtable_d1 .td:first-child
{
	border-right: 5px solid #fff;
}
.i3dtable_d1 .th:last-child,
.i3dtable_d1 .td:last-child
{
	float: none;
	width: auto;
	overflow: hidden;
	border-right: none;
}

/* max 24 colums */
.i3dtable_d1 .w24 {
	width: 100%;
}
.i3dtable_d1 .w12 {
	width: calc(98% / 2);
}
.i3dtable_d1 .w8 {
	width: calc(98% / 3);
}
.i3dtable_d1 .w6 {
	width: calc(98% / 4);
}
.i3dtable_d1 .w4 {
	width: calc(98% / 6);
}
.i3dtable_d1 .w3 {
	width: calc(98% / 8);
}
.i3dtable_d1 .w2 {
	width: calc(98% / 12);
}
.i3dtable_d1 .w1 {
	width: calc(98% / 24);
}
/* end of i3d table built with divs*/


table.form
{

}
table.form
{
	border-collapse: separate;
	border-spacing: 5px;
}
table.form td
{
	padding: 0px;
	font-size: 14px;
	line-height: 32px;
}
table.form td:first-child
{
	padding-right: 15px;
	font-weight: bold;
}
table.form label
{
	margin-top: 4px;
}

table.std
{
    border-collapse: collapse;
    border-spacing: 0px;
}
table.std td:first-child
{
    padding-right: 15px;
    font-weight: bold;
}

table.stdHori
{
    border-collapse: collapse;
    border-spacing: 0px;
}
table.stdHori th
{
    padding-right: 15px;
    text-align: left;
}
table.stdHori td
{
    padding-right: 15px;
}

table.i3dBlack
{
	clear: both;
	margin-bottom: 6px !important;
}

.i3dBlack > thead > tr > th:first-child
{
	border-left: 0px;
}

.i3dBlack > thead > tr > th:last-child
{
	border-right: 0px;
}

.i3dBlack > thead > tr > th
{
	border-left:1px solid #ddd;
	padding-top: 8px;
	padding-bottom: 8px;
	line-height:20px;
	background-color:#4c4c4c !important;
	color:#FFF;
	font-weight: normal;
	text-align: center;
	vertical-align: bottom;
	cursor:pointer;
}

.i3dBlack > tbody > tr > td
{
	border-left:1px solid #ddd !important;
	border-bottom:1px solid #ddd !important;
	padding:4px 5px;
	line-height:20px;
	text-align:left;
	vertical-align:top;
	box-sizing: border-box;
}

.i3dBlack > tbody > tr > td:last-child,
.i3dBlack > thead > tr > th:last-child
{
	border-right: 1px solid #ddd !important;
}

.i3dBlack tbody > tr:nth-child(odd) > td,
.i3dBlack tbody > tr:nth-child(odd) > th
{
	background-color:#f6f6f6;
}
.i3dBlack tbody > tr:nth-child(even) > td,
.i3dBlack tbody > tr:nth-child(even) > th
{
	background-color:#FFFFFF;
}

.instanceTable th:first-child
{
	-webkit-border-top-left-radius:4px;
	border-top-left-radius:4px;
	-moz-border-radius-topleft:4px;
}

.instanceTable th:last-child {
	border-right:1px solid #ddd !important;
	-webkit-border-top-right-radius:4px;
	border-top-right-radius:4px;
	-moz-border-radius-topright:4px;
}

.instanceTable
{
	position:relative;
	top:-7px;
}
.instanceTable th {
	border-top:1px solid #ddd !important;
	border-left:1px solid #ddd;
	border-bottom: 1px solid #ddd !important;
	padding:4px 5px;
	line-height:20px;
	position:relative;
	background-color:#fbfbfb !important;
	color:#232223;
	font-weight:bold;
	text-align:left;
	vertical-align: bottom;
	cursor:pointer;
}

.i3dtable th:first-child {
	-webkit-border-top-left-radius:4px;
	border-top-left-radius:4px;
	-moz-border-radius-topleft:4px;
}
.i3dtable th:last-child {
	border-right:1px solid #ddd !important;
	-webkit-border-top-right-radius:4px;
	border-top-right-radius:4px;
	-moz-border-radius-topright:4px;
}
.i3dtable td:last-child {
	border-right:1px solid #ddd !important;
}
.i3dtable thead tr.nohover:hover th {
  cursor:default;
}
.i3dtable tbody tr.nohover:hover td,
.i3dtable tbody tr.nohover:hover th {
  background-color:#fff !important;
  cursor:default;
}
.i3dtable tbody tr.nohover_head:hover td,
.i3dtable tbody tr.nohover_head:hover th {
  background-color:#d2232a!important;
  cursor:default;
}
.i3dtable tbody tr:hover td,
.i3dtable tbody tr:hover th {
  background-color:#eee !important;
  cursor:pointer;
}
.i3dtable tbody > tr:nth-child(odd) > td,
.i3dtable tbody > tr:nth-child(odd) > th {
	background-color:#f6f6f6;
}
.i3dtable tbody > tr:nth-child(even) > td,
.i3dtable tbody > tr:nth-child(even) > th {
	background-color:#FFFFFF;
}
.i3dtable tbody:last-child tr:last-child > td:first-child {
  -webkit-border-bottom-left-radius:4px;
		  border-bottom-left-radius:4px;
  -moz-border-radius-bottomleft:4px;
}
.i3dtable tbody:last-child tr:last-child > td:last-child {
	  -webkit-border-bottom-right-radius:4px;
		  border-bottom-right-radius:4px;
  -moz-border-radius-bottomright:4px;
  border-right:1px solid #ddd;
}
.i3dtable td.transparant {
	background-color: #FFFFFF !important;
	padding:4px 5px;
	line-height:20px;
	text-align:left;
	vertical-align:top;
}
.i3dtable_c {
	border-collapse:separate;
	*border-collapse:collapse;
	width:100%;
}
/*clean table*/
.i3dtable_c td {
	border-top:0px solid #ddd !important;
	border-left:0px solid #ddd !important;
	padding:1px 3px;
	line-height:20px;
	text-align:left;
	vertical-align:top;
}
.i3dtable_c th {
	border:0px !important;
	line-height:20px;
	padding:0px 3px;
	background-color:transparent !important;
	font-weight:bold;
	text-align:left;
	vertical-align: bottom;
	cursor:pointer;
}
.i3dtable_c th:first-child {
	border-left:0px solid #ddd !important;
}
.i3dtable_c th:last-child {
	border-right:0px solid #ddd !important;
}
.i3dtable_c td:last-child {
	border-right:0px solid #ddd !important;
}
.i3dtable_c tbody:last-child tr:last-child > td {
	border-bottom:0px solid #ddd !important;
}
.i3dtable_c tbody tr:hover td,
.i3dtable_c tbody tr:hover th {
  background-color:#e0e0e0 !important;
  cursor:pointer;
}
.i3dtable_c tbody > tr:nth-child(odd) > td,
.i3dtable_c tbody > tr:nth-child(odd) > th {
	background-color: transparent;
}
.i3dtable_c tbody > tr:nth-child(even) > td,
.i3dtable_c tbody > tr:nth-child(even) > th {
	background-color: transparent;
}
.i3dtable_c tbody:last-child tr:last-child > td:last-child {
  border-right:0px solid #ddd;
}
.i3dtable_c {
	border-collapse:separate;
	*border-collapse:collapse;
	width:100%;
}
/*end clean table*/
.page-content {
	width:100%;
}
.progress {
	 position:relative;
	 margin-bottom:0px;
}

.qq-progress-bar {
	background:-moz-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(41,137,216,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%); /* FF3.6+ */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(50%,rgba(41,137,216,1)), color-stop(51%,rgba(32,124,202,1)), color-stop(100%,rgba(125,185,232,1))); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Opera 11.10+ */
	background:-ms-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* IE10+ */
	background:linear-gradient(to bottom, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* W3C */
	width:0%;
	height:15px;
	border-radius:6px;
	margin-bottom:3px;
	display:none;
}
#addReply {
	position:relative;
}
.dropzone-border {
	height:30px;
	margin:0;
	padding:7px 10px;
	color:#aaa;
	height:16px;
	line-height:16px;
	background-color:#fafafa;
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
}
.dropzone-dashed {
	height:30px;
	margin:0;
	padding:7px 10px;
	color:#aaa;
	height:16px;
	line-height:16px;
	background-color:lightgray;
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
}

.droparea-border {
	border:1px solid #ccc;
	border-radius:4px;
}
.solid-textarea {
	border:1px solid #ccc;
	border-radius:0px;
}
.droparea-border textarea {
	border-bottom:1px dashed #ccc;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
}
.droparea-dashed {
	border:1px dashed green;
	border-radius:4px;
}
.droparea-dashed textarea {
	border-bottom:1px dashed green;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
}
.droparea-dashed textarea, .droparea-dashed {
	background-color:lightgray;
}
.droparea-hover, .dropzone-hover, .droparea-hover textarea, .dropzone-hover textarea {
	background:lawngreen;
}
textarea {
	border:4px;
	border-color: red;
	width:100%;
	min-height:134px;
	padding:7px 8px;
	margin-bottom:0;
	outline:none;
	color:#333;
	background-color:#fff;
	background-repeat:no-repeat;
	background-position:right center;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	vertical-align:middle;
}
.billing-container
{
	width:70%;
	padding:5px;
	padding-top:30px;
	margin:5px;
}

#billing-item-table > tbody > tr > td:last-child,
.billing-item-table-footer td:last-child
{
	text-align: right;
}

.billing-total-box
{
	text-align: right;
	margin-right: 12px;
}

.billing-item-table-footer td
{
	border-top:2px solid #DDDDDD !important;
	font-weight:bold;
}

.ticketAttachment {
	color:#fff;
	margin:2px;
	padding:4px;
	width:100%;
	background-color:#4b4b4b;
	-moz-border-radius:1px; /* Firefox */
	-webkit-border-radius:1px; /* Safari, Chrome */
	border-radius:1px; /* CSS3 */
}
.ticketAttachment:hover {
	color:#464646;
	margin:2px;
	padding:4px;
	width:100%;
	background-color:#ed8029;
	-moz-border-radius:1px; /* Firefox */
	-webkit-border-radius:1px; /* Safari, Chrome */
	border-radius:1px; /* CSS3 */
}
::-webkit-file-upload-button { cursor:pointer; } /* FIX FOR CURSOR POINTER IN CHROME ON INPUT FIELDS*/

.attachment_container {
	margin-top: 2px;
}

.dasbhoard-datatable {
	width:100%px;
	min-height:100px;
	margin-top:10px;
}

.dashboard-item {
	width:318px;
	min-height:200px;
	margin-top:10px;
	margin-right:10px;
	border:1px solid #ccc;
	-moz-border-radius:5px; /* Firefox */
	-webkit-border-radius:5px; /* Safari, Chrome */
	border-radius:5px; /* CSS3 */
	background-color:#F7F7F7;
	-moz-box-shadow:-2px -2px #f4f4f4;
	-webkit-box-shadow:-2px -2px #f4f4f4;
	box-shadow:2px 2px #f4f4f4;
}
.dashboard-item-header {
	background-color:#d2232a;
	-moz-border-radius:5px; /* Firefox */
	-webkit-border-radius:5px; /* Safari, Chrome */
	border-radius:5px; /* CSS3 */
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
	color:#FFFFFF;
	font-weight:bold;
	line-height:20px;
	padding:4px 10px;
	text-align:left;
}
.dashboard-item-header a {
	color: #FFFFFF;
	cursor: pointer;
}
.dashboard-item-header a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.last {
	margin-right:0;
}
.doublerow {
	width:660px;
	height:420px;
	float:left;
}
.dashboard-item-long {
	width:auto;
}
.dashboard-item-high {
	height:442px;
}
.dashboard-readmore {
	width:99%;
	text-align:right;
}
.dashboard-item-content {
	padding-left:10px;
	padding-top:2px;
	height:100%;
}
.dashboard-item-content_tabled {
	padding:0 0 0 7px;
	height:100%;
}
.menuarrow_red {
	float:right;
	margin-right:10px;
	width:0px;
	height:0px;
	border-style:solid;
	border-width:12.1px 7px 0 7px;
	border-color:#d2232a transparent transparent transparent;
	line-height:0px;
	_border-color:#d2232a#232223 #232223 #232223;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#232223');
	-webkit-transform:rotate(360deg);
	/*background-image: url(/assets/images/menuarrow.png);
	background-position: right top;
	background-repeat: no-repeat;*/
}
.menuarrow_gray {
	float:right;
	margin-right:10px;
	width:0px;
	height:0px;
	border-style:solid;
	border-width:12.1px 7px 0 7px;
	border-color:#4c4c4c transparent transparent transparent;
	line-height:0px;
	_border-color:#4c4c4c #232223 #232223 #232223;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#232223');
	-webkit-transform:rotate(360deg);
}

.dasboard-ticket-td-lastreply {
	width:125px;
}
.dasboard-ticket-td-subject {
	overflow: hidden;
}
.dasboard-ticket-td-view {
	text-align: right !important;
}
.dash_invoicedue {
	width: 75px;
}
.dash_invoiceid {
	width: 70px;
}
.dash_invoicedesc {
	width: 300px;
}
.dash_invoiceamount {
	width: 70px;
}
.dash_invoiceaction{
	width: 160px;
}

form {
	margin:0;
}

.layout_top {
	margin-top:-5px !important;
	width:100%;
	height:auto;
	padding-bottom:5px;
	border-bottom:1px solid #ccc;
}
.breadcrumbs
{
	margin-top:-5px !important;
	float: right;
	font-weight: bold;
}
.news-box {
	height:135px;
}
.partnerlogo {
	width:250px;
	height:100px;
	text-align:center;
}
.partnertext {
	width:460px;
	min-height:130px;
	padding:15px;
	border:1px #dcdcdc solid;
	background:#f6f6f6;
	-moz-box-shadow:-2px -2px #f4f4f4;
	-webkit-box-shadow:-2px -2px #f4f4f4;
	box-shadow:2px 2px #f4f4f4;
}
.certtext {
	width:460px;
	height:auto;
	padding:15px;
	border:1px #dcdcdc solid;
	background:#f6f6f6;
	-moz-box-shadow:-2px -2px #f4f4f4;
	-webkit-box-shadow:-2px -2px #f4f4f4;
	box-shadow:2px 2px #f4f4f4;
}
.loading {
	padding-top:5px;
	height:25px;
	width:100%;
	background: url(/assets/images/ajax-loading-image.gif) center center no-repeat !important;
}
.overlayLoading {
	background: rgba(255,255,255,0.9) url(/assets/images/ajax-loading-image.gif) center center no-repeat !important;
	position: absolute;
	z-index: 500;
}
.rdns_content_div {
	margin-left: 5px;
	width:175px;
}
.rdns_edit_tr input {
	width:170px !important;
	margin:0 !important;
	font-size:9pt !important;
	padding:2px !important;
}
.rdns_edit_tr:hover > .rdns_edit_td_content
{
}
#dnsRecordsTable
{
	table-layout: fixed;
}
#dnsRecordsTable th.type
{
	width: 80px;
}
#dnsRecordsTable th.value
{
	width: 300px;
}
#dnsRecordsTable th.ttl
{
	width: 90px;
}
#dnsRecordsTable th.note
{
	width: 20px;
}
#dnsRecordsTable th.actions
{
	width: 60px;
}
#dnsRecordsTable td
{
	white-space: normal !important;
	word-wrap: break-word;
}
.dnsZoneFileButton,
.dnsZoneFileButtonActive
{
	float: left;
	display: block;
	margin-right: 10px;
	padding: 5px 30px 5px 10px !important;
	background-color: #f6f6f6;
	border-radius: 4px;
}
.dnsZoneFileButtonActive
{
	background-color: #d2232a;
	color: white;
}
.dnsZoneFileButtonActive:hover
{
	color: #a0a0a0;
}
.dnsZoneAddButton
{
	float: right;
	display: block;
	padding: 5px 0px 5px 10px !important;
	background-color: #f6f6f6;
	border-radius: 4px;
}
.dnsZoneFileCheckIcon
{
	float: left;
	display: block;
	position: relative;
	left: -33px;
	width: 17px;
	line-height: 17px;
	margin-top: 8px;
	font-weight: bold;
	text-align: center;
	font-size: 15px;
	color: #1BB300;
}
.dnsZoneFileCreateIcon
{
	float: left;
	display: block;
	position: relative;
	left: -22px;
	width: 17px;
	line-height: 17px;
	margin-top: 8px;
	font-weight: bold;
	text-align: center;
	font-size: 11px;
	color: #a0a0a0;
}
.dnsZoneFileDeleteButton
{
	float: left;
	display: block;
	position: relative;
	left: -34px;
	width: 17px;
	line-height: 17px;
	margin-top: 8px;
	font-weight: bold;
	text-align: center;
	color: white;
	background-color: #a0a0a0;
	border-radius: 8px;
}
.dnsZoneFileDeleteButton:hover
{
	color: #101010;
	text-decoration: none;
}
.patchCustomerName
{
	padding: 2px 5px 2px 5px;
	width: 275px;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	background-color: #fefefe;
}
#patchCustomerNameInput
{
	width: 275px;
}
.apikey_edit_tr input {
	width:159px !important;
	margin: 0 7px 0 0 !important;
	font-size:9pt !important;
	padding:2px !important;
}
.mediabox {
	width:240px;
	height:320px;
	float:left;
}
.mediabox_pic {
	width:220px;
	height:200px;
	text-align:center;
	background:#f6f6f6;
	border:1px #dcdcdc solid;
	-moz-box-shadow:-2px -2px #f4f4f4;
	-webkit-box-shadow:-2px -2px #f4f4f4;
	box-shadow:2px 2px #f4f4f4;
	margin-bottom:5px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.pagepic {
/*	width:280px;
	height:200px;*/
	padding:10px;
	text-align:center;
	background:#f6f6f6;
	border:1px #dcdcdc solid;
	-moz-box-shadow:-2px -2px #f4f4f4;
	-webkit-box-shadow:-2px -2px #f4f4f4;
	box-shadow:2px 2px #f4f4f4;
	margin-bottom:5px;
}
.alert,
.alert-noanim {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
	 -moz-border-radius: 4px;
		  border-radius: 4px;
}


.alert,
.alert h4 {
  color: #c09853;
}

.alert h4 {
  margin: 0;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success h4 {
  color: #468847;
}

.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info h4 {
  color: #3a87ad;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

.alert-block p + p {
  margin-top: 5px;
}

.paymentMethodsFooter {
	margin-top:10px;
}
.ticketAnchor {
	position:relative;
	top:-106px;
	display:block;
	height:0;
	width:0;
}

.accordion-toggle:hover {
	text-decoration:none;
}

.accordion-toggle:focus {
	text-decoration:none;
}

.socialbox {
	float:left;
	width:85px;
	clear: both;
}
.twitter_box {
	width: 58px;
	height: 34px;
	position:relative;
	float:left;
	background: #fff;
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 6px;
	}
.twitter_box:after,
.twitter_box:before {
	width: 0; height: 0;
	position: absolute;
	top: 100%;
	border: solid transparent;
	pointer-events: none;
	content: " ";
	}
.twitter_box:after {
	left: 50%;
	border-top-color: #fff;
	border-width: 3px;
	margin-left: -3px;
	}
.twitter_box:before {
	left: 50%;
	border-top-color: #aaa;
	border-width: 4px;
	margin-left: -4px;
}
.twitter_box #followers {
	width: 100%; height: auto;
	position: absolute;
	top: 0px; left: 0px;
	font-family: "Helvetica Neue", helvetica, arial, sans-serif;
	font-size: 16px; line-height: 34px;
	letter-spacing: 0;
	white-space: nowrap;
	color: #333;
	text-align: center;
	-webkit-font-smoothing: subpixel-antialiased;
}
.h5-comment {
	margin: 8px 5px 8px 5px;
}

/* testimonials: */
#testimonials1, #testimonials2 {
width:330px;
background:#E7E9E6;
border:1px solid #D8D9D6;
margin:10px 0;

}
#testimonials1 blockquote, #testimonials2 blockquote{
padding:10px;
width:300px !important;
font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
font-style:italic;
color:#808080;
display:block;
}

#testimonials1 blockquote p, #testimonials2 blockquote p{
margin: 0 !important;padding: 5px!important;

}
#testimonials1 blockquote cite, #testimonials2 blockquote cite {
font-style: normal;
display: block;
text-transform: uppercase;
font-weight: bold;
font-style:italic;
color: #555;
padding-left:5px;
margin-top:10px;
}

/*.nav { margin: 5px 0 }*/ /*PRODUCES WHITE LINE BELOW HEADER MENU?*/

#nav a, #s7 strong { margin: 0 5px; padding: 3px 5px; border: 1px solid #ccc; background: #fc0; text-decoration: none }

#nav a.activeSlide { background: #ea0 }

#nav a:focus { outline: none; }



.mainproduct {
	width:755px;
	margin-top:-35px;
}
.mainproduct_box {
	width:368px;
	height:175px;
	float:left;
	margin-right:15px;
	margin-bottom: 15px;
	-moz-box-shadow: 0px 3px 6px #6a6a6a;
	-webkit-box-shadow: 0px 3px 6px #6a6a6a;
	box-shadow: 0px 3px 6px #6a6a6a;
}
.redborder {
	border: solid 1px #d2232a;
}
.grayborder {
	border: solid 1px #4c4c4c;
}
.orangeborder {
	border: solid 1px #f7941d;
}
.blueborder {
	border: solid 1px #5dc3f0;
}
.greenborder {
	border: solid 1px #38a531;
}
.pinkborder {
	border: solid 1px #3B68A3;
}
.yellowborder {
	border: solid 1px #c0c000;
}
.bar {
	height:175px;
	width:10px;
}
.mainproduct_box_top {
	height:20px;
	width:338px;
	padding:10px 0px 5px 5px;
}
.mainproduct_icon {
	float:left;
	height: 23px;
	width:34px;
	margin-right:10px;
}
.mainproduct_content {
	width:340px;
	height:85px;
	float:left;
	margin-left:10px;
	line-height:22px;
}
.mainproduct_footer {
	width:340px;
	height:45px;
	float:left;
	margin-left:10px;
}
.mainproduct_price {
	float:right;
	height:35px;
	width: auto;
	padding:15px 10px 0px 10px;
	margin-right:15px;
	background-color:#ccc;
	font-size:34px;
}
.mainproduct_button {
	float:left;
	margin: 10px 0 0 15px;
	width: 130px;
	height:25px;
	color:#fff;
	text-align:center;
	padding:0px 5px;
	line-height:25px;
	font-weight:bold;
	-moz-box-shadow: 1px 1px 3px #a6a6a6;
	-webkit-box-shadow: 1px 3px 3px #a6a6a6;
	box-shadow: 1px 1px 3px #a6a6a6;
}

.mainproduct_box_large {
	width:500px;
	overflow: hidden;
	margin: 0px 15px 15px 0px;
	-moz-box-shadow: 0px 3px 6px #6a6a6a;
	-webkit-box-shadow: 0px 3px 6px #6a6a6a;
	box-shadow: 0px 3px 6px #6a6a6a;
}
.redborder_box_large {
	border: solid 1px #d2232a;
	border-width: 1px 10px 1px 1px;
}
.mainproduct_box_large_top {
	padding: 10px 0px 5px 15px;
}
.mainproduct_content_large {
	margin: 0px 10px;
	line-height:22px;
}
.mainproduct_content_bit_large {
	padding: 10px 10px 0px 10px;
	font-size: 12pt;
	font-weight: bold;
}
.mainproduct_footer_large {
	margin: 15px 0px 0px 5px;
}
.mainproduct_button_large_div {
	float: left;
	margin-top: 15px;
}
.mainproduct_button_large {
	display: block;
	margin: 10px 0 0 15px;
	width: 160px;
	font-size: 15px;
	color: white !important;
	text-align:center;
	padding:0px 5px;
	line-height:28px;
	font-weight:bold;
	-moz-box-shadow: 1px 1px 3px #a6a6a6;
	-webkit-box-shadow: 1px 3px 3px #a6a6a6;
	box-shadow: 1px 1px 3px #a6a6a6;
}
.mainproduct_button_link:hover
{
	color: white !important;
}
.mainproduct_price_large {
	width: auto;
	padding: 10px 15px;
	margin: 0px 10px 0px 15px;
	background-color:#ccc;
	text-align: center;
}
.mainproduct_oldprice_large {
	padding-bottom: 10px;
	font-size: 20px;
}

.signUpField {
	width:160px;
}
.signUpFieldSmall {
	width:40px !important;
}
.signUpFieldSmaller {
	width:45px !important;
}
.order select {
	width:175px;
}
.NetworkLocations {
	float:left;
	width:328px;
	margin-right:15px;
}
.LatestNews {
	float:left;
	width:410px;
}
.news_sidebox {
	float:left;
	width:80px;
	min-height:1px;
	margin-right:5px;
}
.news_content {
	float:left;
	width:355px;
	height:310px;
	clear:right;
	overflow:hidden;
}
.line {
	border-top:1px #dcdcdc solid;
}
.lineclear {
	height:1px;
	clear:both;
	width:100%;
	border-bottom:solid 1px #ccc;
}
.dotclear {
	float:left;
	clear:both;
	width:100%;
	height:1px;
	margin:5px 0px;
	border-bottom:dotted 1px #ccc;
}
.newspic {
	margin-top:5px;
	width:65px;
	height:65px;
	padding:4px;
	border:solid 1px #ccc;
}
.loginbox_width {
	width:205px;
}
.pbss_preview {
	height:148px;
	width:200px;
}
.pb_ss_thumb {
	height:148px;
	width:200px;
}
.lightbox {
	background-color:transparent;
	text-align:center;
	line-height:0;
	z-index:1050;
	position:relative;
	top:70px;
	outline: none;
}
.lightbox .hide {
	display:none;
}
.lightbox .in {
	display:block;
}
.lightbox-content {
	display:inline-block;
	padding:10px;
	background-color:#ffffff;
	border:1px solid #999;
	border:1px solid rgba(0,0,0,0.3);
	*border:1px solid #999;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
}
.lightbox-content .lightbox-caption {
	padding:2%;
	position:absolute;
	left:11px;
	right:12px;
	bottom:11px;
	background:#232223;
	background:rgba(0,0,0,0.6);
	color:white;
	text-align:center;
	text-shadow:0 -1px 0 #232223;
	text-shadow:0 -1px 0 rgba(0,0,0,0.3);
	font-size:14px;
	line-height:18px;
}
.lightbox-header .close {
	color:white;
	margin-right:-16px;
	margin-top:-16px;
	font-size:2em;
	opacity:.8;
	filter:alpha(opacity=80);
}
.lightbox-header .close :hover {
	opacity:.4;
	filter:alpha(opacity=40);
}
#noscript-warning {
position: fixed;
top: 86px;
left: 0px;
width: 100%;
z-index: 9999;
text-align: center;
font-weight: bold;
font-size: 120%;
color: #fff;
background-color: #AE0000;
padding: 5px 0px 5px 0px;
}
.clientbox {
	float:left;
	height:auto;
	width:85px;
	text-align:center;
}
.clientholder {
	height:280px;
}
.slide_b {
	margin:-22px 0px 0px 0px;
}
.lh_20 {
	line-height:20px !important;
}
.location_box {
	width:750px;
	height:145px;
	background:#f6f6f6;
	border:1px #dcdcdc solid;
	-moz-box-shadow:-2px -2px #f4f4f4;
	-webkit-box-shadow:-2px -2px #f4f4f4;
	box-shadow:2px 2px #f4f4f4;
	margin-bottom:5px;

}
.location_col {
	width:180px;
	float:left;
}
.loc_header {
	width:100%;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	margin:10px 0px;
}
.deditable_top_icon {
	background-color:#4c4c4c;
	float:left;
	height:30px;
	width:35px;
	border-right:1px #232223 solid;
	border-left:1px #666666 solid;
	border-bottom:1px #232223 solid;
}
.deditable_top_server {
	background-color:#4c4c4c;
	float:left;
	height:26px;
	width:83px;
	border-right:1px #232223 solid;
	border-left:1px #666666 solid;
	border-bottom:1px #232223 solid;
	font-size:13px;
	font-weight:bold;
	color:#f7941d;
	padding-top:4px;
	padding-left:10px;
	text-shadow:#232223 1px 1px 1px;
}
.deditable_top_cpu {
	background-color:#4c4c4c;
	float:left;
	height:26px;
	width:92px;
	border-right:1px #232223 solid;
	border-left:1px #666666 solid;
	border-bottom:1px #232223 solid;
	font-size:13px;
	font-weight:bold;
	color:#f7941d;
	padding-top:4px;
	padding-left:10px;
	text-shadow:#232223 1px 1px 1px;
}
.deditable_top_cpuspeed {
	background-color:#4c4c4c;
	float:left;
	height:26px;
	width:80px;
	border-right:1px #232223 solid;
	border-left:1px #666666 solid;
	border-bottom:1px #232223 solid;
	font-size:13px;
	font-weight:bold;
	color:#f7941d;
	padding-top:4px;
	padding-left:10px;
	text-shadow:#232223 1px 1px 1px;
}
.deditable_top_ram {
	background-color:#4c4c4c;
	color:#f7941d;
	float:left;
	height:26px;
	width:82px;
	border-right:1px #232223 solid;
	border-left:1px #666666 solid;
	border-bottom:1px #232223 solid;
	font-size:13px;
	font-weight:bold;
	color:#f7941d;
	padding-top:4px;
	padding-left:10px;
	text-shadow:#232223 1px 1px 1px;
}
.deditable_top_hdd {
	background-color:#4c4c4c;
	color:#f7941d;
	float:left;
	height:26px;
	width:105px;
	border-right:1px #232223 solid;
	border-left:1px #666666 solid;
	border-bottom:1px #232223 solid;
	font-size:13px;
	font-weight:bold;
	color:#f7941d;
	padding-top:4px;
	padding-left:10px;
	text-shadow:#232223 1px 1px 1px;
}
.deditable_top_bw {
	background-color:#4c4c4c;
	color:#f7941d;
	float:left;
	height:26px;
	width:55px;
	border-right:1px #232223 solid;
	border-left:1px #666666 solid;
	border-bottom:1px #232223 solid;
	font-size:13px;
	font-weight:bold;
	color:#f7941d;
	padding-top:4px;
	padding-left:10px;
	text-shadow:#232223 1px 1px 1px;
}
.deditable_top_price {
	background-color:#4c4c4c;
	color:#f7941d;
	float:left;
	height:26px;
	width:51px;
	border-right:1px #232223 solid;
	border-left:1px #666666 solid;
	border-bottom:1px #232223 solid;
	font-size:13px;
	font-weight:bold;
	color:#f7941d;
	padding-top:4px;
	padding-left:10px;
	text-shadow:#232223 1px 1px 1px;
}
.deditable_top_order {
	background-color:#4c4c4c;
	color:#f7941d;
	float:left;
	height:26px;
	width:111px;
	border-right:1px #232223 solid;
	border-left:1px #666666 solid;
	border-bottom:1px #232223 solid;
	font-size:13px;
	font-weight:bold;
	color:#f7941d;
	padding-top:4px;
	padding-left:10px;
	text-shadow:#232223 1px 1px 1px;
}
.deditable_icon {
	padding-top:4px;
	float:left;
	padding-left:5px;
	height:28px;
	width:30px;
	border-right:1px #cccccc dotted;
	border-left:1px #cccccc dotted;
	border-top:1px #cccccc dotted;
	line-height:30px;
}
.deditable_server {
	padding-top:1px;
	float:left;
	padding-left:10px;
	height:30px;
	width:84px;
	border-right:1px #cccccc dotted;
	border-top:1px #cccccc dotted;
	text-align:left;
	line-height:30px;
}
.deditable_cpu {
	padding-top:1px;
	float:left;
	padding-left:10px;
	height:30px;
	width:93px;
	border-right:1px #cccccc dotted;
	border-top:1px #cccccc dotted;
	text-align:left;
	line-height:30px;
}
.deditable_cpuspeed {
	padding-top:1px;
	float:left;
	padding-left:10px;
	height:30px;
	width:81px;
	border-right:1px #cccccc dotted;
	border-top:1px #cccccc dotted;
	text-align:left;
	line-height:30px;
}
.deditable_ram {
	padding-top:1px;
	float:left;
	padding-left:10px;
	height:30px;
	width:83px;
	border-right:1px #cccccc dotted;
	border-top:1px #cccccc dotted;
	text-align:left;
	line-height:30px;
}
.deditable_hdd {
	padding-top:1px;
	float:left;
	padding-left:10px;
	height:30px;
	width:106px;
	border-right:1px #cccccc dotted;
	border-top:1px #cccccc dotted;
	text-align:left;
	line-height:30px;
}
.deditable_bw {
	padding-top:1px;
	float:left;
	padding-left:10px;
	height:30px;
	width:56px;
	border-right:1px #cccccc dotted;
	border-top:1px #cccccc dotted;
	text-align:left;
	line-height:30px;
}
.deditable_price {
	padding-top:1px;
	float:left;
	padding-left:10px;
	height:30px;
	width:52px;
	border-right:1px #cccccc dotted;
	border-top:1px #cccccc dotted;
	text-align:left;
	line-height:30px;
}
.deditable_order {
	float:left;
	padding-left:0px;
	height:27px;
	width:122px;
	border-right:1px #cccccc dotted;
	border-top:1px #cccccc dotted;
	text-align:left;
	line-height:30px;
}
.deditable_close {
	width:755px;
	height:5px;
	border-top:1px #cccccc dotted;
	float:left;
}
.dedidark1 {
	background-color:#ececec;
	width: 100%;
	height:33px;
}
.dedidark2 {
	background-color:#fff;
	width: 100%;
	height:33px;
}
.dedidark1:hover {
	background-color:#d2d2d2;
	width:755px;
	height:33px;
}
.dedidark2:hover {
	background-color:#d2d2d2;
	width:755px;
	height:33px;
}
.raidGroupId
{
	margin-left: 4px;
	padding: 0px 3px;
	border-radius: 5px;
	background-color: #464646;
	color: white;
}
.coloOfferBox, .coloOfferBox2 {
	width:240px;
	height:190px;
	padding:5px 0px;
	-moz-box-shadow: 0px 3px 6px #6a6a6a;
	-webkit-box-shadow: 0px 3px 6px #6a6a6a;
	box-shadow: 0px 3px 6px #6a6a6a;
	margin-bottom:15px;
	text-align: left;
}
.coloOfferBox2 {
	height: 230px;
}
.coloOfferBox ul, .coloOfferBox2 ul {
	list-style: none;
	margin:0px;
	padding-left:5px;
	float:left;
}
.coloOfferBox li, .coloOfferBox2 li {
	border-bottom:1px solid #ccc;
	line-height:20px;
	width:125px;
}
.coloOfferBox_content {
	width:150px;
	height:100%;
	border-left:dotted 1px #ccc;
}
.coloOfferBox_Price {
	float:left;
	height:35px;
	width: 75px;
	text-align:center;
	margin-top:15px;
	padding:15px 5px 0px 5px;
	background-color:#d2232a;
	font-size:30px;
	color:#fff;
	font-weight:bold;
	clear:right;
}
.coloRefurbishedOfferBox {
	width:240px;
	height:auto;
	padding:5px 0px;
	-moz-box-shadow: 0px 3px 6px #6a6a6a;
	-webkit-box-shadow: 0px 3px 6px #6a6a6a;
	box-shadow: 0px 3px 6px #6a6a6a;
	margin-bottom:15px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f7f7f7 51%, #f7f7f7 52%, #F7F7F7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(51%,#f7f7f7), color-stop(52%,#f7f7f7), color-stop(100%,#F7F7F7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f7f7f7 51%,#f7f7f7 52%,#F7F7F7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f7f7f7 51%,#f7f7f7 52%,#F7F7F7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f7f7f7 51%,#f7f7f7 52%,#F7F7F7 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f7f7f7 51%,#f7f7f7 52%,#F7F7F7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#F7F7F7',GradientType=0 ); /* IE6-9 */

}

/*
.refurbishedBox > .left > .indicator > .bar
{
	height: 6px;
	width: 100%;
	display: block;
	background: #b4b4b4;
	margin-bottom: 2px;
	border-radius: 5px;
}

.refurbishedBox > .left > .indicator > .bar > .full
{
	background: #d2232a;
	height: 6px;
	width: 100%;
	display: block;
	margin-bottom: 2px;
	border-radius: 5px;
}
*/

.refbox
{
	margin-left:10px;
	margin-top:3px;
}
.refempty
{
	height: 6px;
	width: 50px;
	display: block;
	background: #b4b4b4 !important;
	margin-bottom: 2px;
	border-radius: 5px;
}
.reffull
{
	background: #d2232a;
	height: 6px;
	width: 50px;
	display: block;
	margin-bottom: 2px;
	border-radius: 5px;
}
.coloRefurbished20U
{
	background:url(/assets/images/colo-refurbished-20u.png) no-repeat 0 0;
	background-position: 5px 7px;
}

.coloRefurbished46U
{
	background:url(/assets/images/colo-refurbished-full.png) no-repeat 0 0;
	background-position: 5px 7px;
}

.coloRefurbishedOfferBox ul {
	list-style: none;
	margin:0px;
	padding-left:5px;
	float:left;
}
.coloRefurbishedOfferBox li {
	background:url(/assets/images/yes.png) no-repeat 0 50%;
	background-position: 15px;
	line-height:20px;
	width:230px;
}
.coloRefurbishedText
{
	padding-left:40px;
}

.coloRefurbishedOfferBox_content {
	width:240px;
	height:100%;
	border-left:dotted 1px #ccc;
}

/*
.coloRefurbishedOfferBox_Price {
	float:left;
	height:35px;
	width: 75px;
	text-align:center;
	margin-top:15px;
	padding:15px 5px 0px 5px;
	background-color:#d2232a;
	font-size:30px;
	color:#fff;
	font-weight:bold;
	clear:right;
}
*/

.coloRefurbishedOfferBox_Price {
	height:35px;
	padding:15px 10px 0px 10px;
	background-color:#ccc;
	font-size:34px;
	position:relative;
	top:-4px;
}

.coloRefurbishedOfferBox_OrderBtn
{
	position:relative;
	top:-6px;
}

.coloRefurbishedOfferTitle
{
	padding:15px 10px 0px 10px;
	height:35px;
}

.coloitem {
	width:80px;
	height:105px;
	float:left;
	margin-top:15px;
	margin-left:4px;
}
.colo_leftbar {
	width:85px;
	height:100%;
	float:left;
}
.dedi_top {
	float:left;
	width:142px;
	margin-left:3px;
	margin-right:4px;
}
.dedi_top_bg {
	background-image:url(../images/webhosting_top.png);
	background-repeat:no-repeat;
	height:68px;
	width:150px;
	margin-top:-57px;
	margin-left:-1px;
	background-position:center top;
}
.dedi_first {
	margin-left:138px;
}
.dedi_top_name {
	text-align:center;
	font-size:13px;
	height:21px;
	width:150px;
	float:left;
	font-weight:bold;
	margin-top:-3px;
	text-shadow:#232223 1px 1px;
}
.dedi_top_price {
	height:25px;
	margin-top:3px;
	float:left;
	width:150px;
	font-size:26px;
	font-weight:bold;
	text-align:center;
	text-shadow:#232223 1px 1px;
}
.dedi_top_month {
	height:22px;
	float:left;
	margin-top:-7px;
	width:112px;
	font-size:12px;
	font-weight:bold;
	text-align:right;
	text-shadow:#232223 1px 1px;
}
.dedi_top_info {
	margin-top:7px;
	padding:5px;
	width: 139px;
	float:left;
	font-weight:bold;
	font-size:10px;
	line-height:14px;
	text-align: center;
}

.dedi_table_row {
	width:770px;
	height:auto;
	float:left;
	margin-top:1px;
	margin-bottom:0px;
	z-index:1;
	border-bottom:solid 1px #ccc;
	overflow:hidden;
}
.dedi_table_bottom_row
{
	width:770px;
	height:auto;
	float:left;
	margin-top:10px;
	margin-bottom:0px;
	z-index:1;
	overflow:hidden;
}
.dedi_c1 {
	height:auto;
	min-height:20px;
	width:120px;
	padding:3px 5px 3px 5px;
	font-weight:bold;
	line-height:20px;
	float:left;
	margin-right:3px;
}
.dedi_c_empty {
	height:auto;
	width:120px;
	padding:3px 5px 3px 7px;
	float:left;
	margin-right:3px;
}
.dedi_ibox {
	float:left;
	width:20px;
	height:20px;
	margin-right:5px;
}
.dedi_c_product {
	height:auto;
	width:134px;
	text-align:center;
	padding:2px 5px 2px 5px;
	min-height:25px;
	font-size:12px;
	float:left;
	margin-left:3px;
	margin-right:3px;
}
.dedi_table_close_p {
	height:1px;
	margin-left:3px;
	margin-right:3px;
	float:left;
	width:144px;
}
.dedi_table_close_c1 {
	height:1px;
	float:left;
	width:130px;
	margin-right:3px;
}
.dedi_table_close_empty {
	height:1px;
	float:left;
	width:131px;
	margin-right:4px;
}
.autosize {
	height:550px;
}
.gameorder {
	width:300px;
	height:98px;
	float:left;
	text-align:center;
	margin-top:-35px;
}
.colobar {
	width: 730px;
	height: 127px;
	float:left;
	clear:both;
	font-weight:bold;
}
.colo_rackspace {
	float:left;
	height: 127px;
	width:127px;
	background-image:url(../images/colo_rackspace.png);
	background-repeat:no-repeat;
	background-position:center top;
	text-align:center;
	padding-top:90px;
}
.colo_bandwidth {
	float:left;
	height: 127px;
	width:127px;
	background-image:url(../images/colo_bandwidth.png);
	background-repeat:no-repeat;
	background-position:center top;
	text-align:center;
	padding-top:90px;
	white-space: nowrap;
}
.colo_uplinks {
	float:left;
	height: 127px;
	width:127px;
	background-image:url(../images/colo_uplinks.png);
	background-repeat:no-repeat;
	background-position:center top;
	text-align:center;
	padding-top:90px;
}
.colo_ips {
	float:left;
	height: 127px;
	width:127px;
	background-image:url(../images/colo_ip.png);
	background-repeat:no-repeat;
	background-position:center top;
	text-align:center;
	padding-top:90px;
}
.colo_power {
	float:left;
	height: 127px;
	width:127px;
	background-image:url(../images/colo_amp.png);
	background-repeat:no-repeat;
	background-position:center top;
	text-align:center;
	padding-top:90px;
}
.backupline {
	float:left;
	height:30px;
	clear:both;
	width:100%;
	border-bottom:solid 1px #ccc;
}
.backupline_top {
	float:left;
	height:120px;
	clear:both;
	width:100%;
}
.backup_top_bg {
	background-image:url(../images/webhosting_top.png);
	background-repeat:no-repeat;
	height:68px;
	width:170px;
	background-position:center top;
}
.backup_top_c1 {
	margin-top:18px;
}
.backup_top_c2 {
	margin-top:4px;
}
.backup_top_c3 {
	margin-top:-10px;
}
.backup_top_name {
	font-size:13px;
	height:21px;
	width:170px;
	float:left;
	font-weight:bold;
	margin-top:-6px;
	text-shadow:#232223 1px 1px;
}

.backup_top_price {
	height:25px;
	margin-top:3px;
	float:left;
	width:170px;
	font-size:26px;
	font-weight:bold;
	text-align:center;
	text-shadow:#232223 1px 1px;
}
.backup_top_month {
	height:22px;
	float:left;
	margin-top:-8px;
	width:115px;
	font-size:12px;
	font-weight:bold;
	text-align:right;
	text-shadow:#232223 1px 1px;
}
.backup_top_info {
	width:160px;
	margin-top:7px;
	padding:5px;
	float:left;
	font-weight:bold;
	font-size:10px;
	line-height:14px;
}
.backupline_name {
	float:left;
	width:219px;
	height:100%;
	line-height:30px;
	margin-right: 180px;
}
.backupline_contentbox {
	float:left;
	width:170px;
	height:100%;
	text-align:center;
	line-height:30px;
}
.backupline_image {
	height:14px;
	width:14px;
	margin:-1px 5px;
	float:left;
}
.backupline_priceline {
	float:left;
	height:50px;
	clear:both;
	width:100%;
	border-bottom:solid 1px #ccc;
}
.backupline_price {
	float:left;
	width:170px;
	padding-top:3px;
	margin-bottom:10px;
	height:100%;
	text-align:center;
	line-height:20px;
}
.officehourbox {
	float:left;
	width:375px;
	text-align:center;
}
.dir_index {
	width:95%;
	height:auto;
	padding:5px;
	border: 1px solid rgb(220, 220, 220);
	box-shadow: 2px 2px rgb(244, 244, 244);
	background: none repeat scroll 0% 0% rgb(246, 246, 246);
	float:left;
	margin-bottom:10px;
}
.mirror_col {
	width:33%;
	float:left;
}
.mirror_line {
	width:100%;
	border-bottom:1px dotted #ccc;
	float:left;
}
.mirrorbox {
	float:left;
	width:250px;
	height:50px;
	margin-bottom:10px;
	text-align:center;
}
.dash_openinghours {
	width:48%;
	float:left;
	text-align:center;
}
input[type="radio"],
input[type="checkbox"] {
	margin-right:5px;
	margin-top:-2px;
}
.ma_cb_cell
{
	font-size: 10px !important;
	color: white !important;
	text-align: center !important;
}
.mass_gameserver_row_status {
	float:right;
	min-width:50px;
	text-align:right;
	padding-right:0px;
}
.massaction_row_ok_even{
	background-color:#DFF0D8 !important;
}
.massaction_row_fail_even{
	background-color:#F2DEDE !important;
}
.massaction_row_ok_odd{
	background-color:#CEE8C4 !important;
}
.massaction_row_fail_odd{
	background-color:#EED3D3 !important;
}
.massaction_row_checkbox_fail{
	border: 1px solid #F2DEDE !important;
}
li.disabled > a {
	color: #888888 !important;
}
.dropdown-menu li.disabled > a:hover, .dropdown-menu li.disabled > a:focus, .dropdown-menu li.disabled > .active {
	background-color:#fff !important;
	cursor:default;
	color: #888888 !important;
}

.bf4admin_players_container{
   min-height: 200px;
   padding:8px 14px;
   border:1px solid #ddd;
   border-radius:1px;
   background-color:#efefef;
   padding:8px 8px;
   border:1px solid #ddd;
   border-radius:1px;
   background-color:#FFFFFF;
   -webkit-box-shadow:inset 0 0 0 1px rgba(255,255,255,.33);
   box-shadow:inset 0 0 0 1px rgba(255,255,255,.33);
   margin-bottom:10px;
   width:935px;
   cursor:auto;
   -moz-border-radius: 15px;
   border-radius: 15px;
   overflow: hidden;
}

.bf4admin_players_left{
	float: left;
	min-width: 49%;
	min-height: 200px;
}

.bf4admin_players_right{
	float: left;
	border-left: 1px solid #232223;
	min-width: 49%;
	margin-left: 5px;
	min-height: 200px;
}

.bf4admin_player_capital{
	color: #ffffff;
	background-color: #d2232a;
	min-width: 100%;
	overflow: hidden;
	padding: 3px;
	font-weight: bold;
}

.bf4admin_player_capital2{
	background-color: #4c4c4c;
}

.bf4admin_player{
	color: #333333 !important;
	cursor: pointer;
	display: block !important;
	font-size: 12px !important;
	font-weight: normal !important;
	line-height: 25px !important;
	clear: both;
	min-width: 100%;
	padding: 3px;
}
.bf4admin_player:hover{
	background-color: #F7F7F7;
}


.bf4admin_player_odd{
	background-color: #f6f6f6;
	overflow: hidden;
}

.bf4admin_player_even{
	background-color: #ffffff;
	overflow: hidden;
}

.bf4admin_player_ping{
	float: left;
	min-width: 20px;
}

.bf4admin_player_name{
	float: left;
	min-width: 165px;
	max-width: 165px;
}

.bf4admin_player_kills{
	float: left;
	min-width: 30px;
	max-width: 30px;
}

.bf4admin_player_deaths{
	float: left;
	min-width: 30px;
	max-width: 30px;
}

.bf4admin_player_kdr{
	float: left;
	min-width: 50px;
	max-width: 50px;
}

.bf4admin_player_squad{
	float: left;
	min-width: 60px;
	max-width: 60px;
}

.bf4admin_player_score{
	float: left;
	min-width: 60px;
	max-width: 60px;
}

.bf4admin_player_menu {
	z-index:1000;
	position: absolute;
	background-color:#FFFFFF;
	min-width: 150px;
	-webkit-box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);
}

.bf4admin_player_menu_header{
	background-color: #d2232a;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px;
}

.bf4admin_player_menu_item{
	padding: 5px;
	cursor: pointer;
}

.bf4admin_player_menu_item:hover{
	background-color: #F7F7F7;
}

.bf4admin_map_menu {
	z-index:1000;
	position: absolute;
	background-color:#FFFFFF;
	min-width: 150px;
	-webkit-box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);
}

.bf4admin_map_menu_header{
	background-color: #d2232a;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px;
}

.bf4admin_map_menu_item{
	padding: 5px;
	cursor: pointer;
}

.bf4admin_map_menu_item:hover{
	background-color: #F7F7F7;
}

.bf4admin_player_capital_text2{
	color: #4c4c4c;
}

.bf4admin_modal {
}

.bf4admin_input_loading {
	background-image:url("/assets/images/loading-bf4admin.gif");
	background-repeat:no-repeat;
	background-position:center right;
}

.bf4admin_currentmap {
	font-weight: bold;
}

.gameconfig_active {
	padding: 0px 3px;
	font-weight: bold;
  color: #232223;
  background-color: #d9edf7;
  border: 1px solid #bce8f1;
  border-radius: 3px;
}
.upgrades_table {
	border-left: 1px #cccccc dotted;
	border-bottom: 2px solid #232223;
}
.upgrades_header {
	background-color:#4c4c4c;
	border-right:1px #232223 solid;
	border-left:1px #666666 solid;
	border-bottom:1px #232223 solid;
	font-size:13px;
	font-weight:bold;
	color:#f7941d;
	padding-top:4px;
	padding-left:10px;
	text-shadow:#232223 1px 1px 1px;
}

.upgrades_row td {
	padding: 0 10px;
	border-right: 1px #cccccc dotted;
	border-top: 1px #cccccc dotted;
}

.upgrades_row:hover {
	background-color:#d2d2d2;
}

.upgrades_item {
	width:400px;
	max-width:550px;
}

.upgrades_odd, .row_odd {
	background-color:#ececec;
}

.upgrades_even, .row_even
{
	background-color: transparent;
}

.guestheader
{
	width:auto;
	min-width:100%;
	position:fixed;
	top:92px;
	left:0px;
	height:40px;
	margin:0px;
	color:white;
	border-bottom:2px solid #232223;
	background-color:red;
	z-index:100;
}

.guestheader .logout {
	bottom:0px;
	margin-left: 10px;
}

.guestheader_calc
{
	width:auto;
	min-width:100%;
	position:fixed;
	top:169px;
	left:0px;
	height:40px;
	margin:0px;
	color:white;
	border-bottom:2px solid #232223;
	background-color:red;
	z-index:1001;
}

.guestheader_calc .logout {
	position:absolute;
	bottom:0px;
	margin:10px;
}

/* game status widget example */
.widgetContainer
{
	float: left;
	margin: 10px;
	padding: 5px;
	min-width: 250px;
	font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 12px;
	color: #505050;
	border: 1px #a0a0a0 solid;
	background-color: #f9f9f9;
}
.wTitle {padding: 2px; background-color: #eca040; font-weight: bold;}
.wTitleAnchor {text-decoration: none;color: white;}
.wFieldLeft {float: left; width: 100px; padding: 2px; font-weight: bold;}
.wFieldRight {overflow: hidden; padding: 2px;}

.blockFont
{
	font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	white-space: nowrap;
	background-color: #fafafa;
}

.credit_confirmation_left{
	position:absolute;
	left:15px;
}

.h_700p {
	height:700px;
}

span.question {
  cursor: pointer;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #d2232a;
  line-height: 16px;
  color: White;
  font-size: 13px;
  font-weight: bold;
  border-radius: 8px;
  text-align: center;
  position: relative;
  z-index:1000;
}
span.question:hover { 
	background-color: #951114; 
}

.infobar
{
	width: 730px;
	height: 33px;
	clear:both;
}
.wide_infobox {
	float:middle;
	height: 33px;
	width:700px;
	background-image:url(/assets/images/wide_infobox.png);
	background-repeat:no-repeat;
	background-position:center top;
	text-align:left;
	padding-top:8px;
}

.infobox_message {
	position:relative;
	top:-2px;
}

.v_tree
{
	background: url(/assets/images/vline.png) repeat-y;
	margin-left: 10px;

}
.n_tree
{
	margin: 0;
	padding: 0 12px;
	line-height: 20px;
	background: url(/assets/images/node.png) repeat-y;
}
.l_tree
{
	margin: 0;
	margin-left: 5px;
	padding: 0 6px;
	line-height: 20px;
	background: url(/assets/images/lastnode.png) repeat-y;
}

/*ul.tree, ul.tree ul {
	list-style-type: none;
	background: url(/assets/images/vline.png) repeat-y;
	margin: 0;
	padding: 0;
	color: #369;
	font-weight: bold;
}

ul.tree ul {
	margin-left: 10px;
}

ul.tree li {
	margin: 0;
	padding: 0 12px;
	line-height: 20px;
	background: url(/assets/images/node.png) no-repeat;
	color: #369;
	font-weight: bold;
}

ul.tree li.last {
	background: #fff url(/assets/images/lastnode.png) no-repeat;
}
*/

.trafficToggle {
	cursor: pointer;
}

.traffic_carrot:hover
{
	text-decoration: none;
}

.traffic_carrot:before
{
	content:"\f0da";
	margin-left:5px;
	margin-right:5px;
	font-size: 14px;
	font-family:FontAwesome;
}
.traffic_carrot_collapsed:before
{
	content:"\f0d7";
	margin-left:0px;
	margin-right:5px;
	width:5px;
	font-size: 14px;
	font-family:FontAwesome;
}

.gameOrderButton
{
	background: url('/assets/images/game_order.png');
	background-repeat:no-repeat;
	background-position:50% 90%;
}

.gameOrderBox
{
	height:55px !important;
	width:250px !important;
	min-height:55px !important;
	min-width:250px !important;
	cursor: pointer !important; cursor: hand !important;
}

.gameOrderBoxLink
{

}

.normalLabel
{
	float: none !important;
	display: inline;
	width: auto !important;
	font-weight: normal !important;
}

.vertical_align_center
{
	vertical-align:middle !important;
}

.formContainerPhone
{
	display: none;
}

.fragmentpadding
{
	padding-top: 100px !important;
	margin-top: -100px !important;
	display: inline-block !important;
	vertical-align: top !important;
}

.fragmentoffset
{
	text-indent:-99999px;
	visibility: hidden;
	position:relative;
	top:-100px;
}

.productBoxWhite
{
	box-shadow: 0 3px 6px #6A6A6A;
	height: 200px;
	margin-bottom: 15px;
	padding: 5px 0;
	width: 235px;
	border: 1px solid transparent;
}

.productBoxWhite > .left
{
	float: left;
	height: 100%;
	width: 70px;
}

.productBoxWhite > .left > .price
{
	background-color: #d2232a;
	clear: right;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	height: 35px;
	margin-top: 15px;
	padding: 15px 5px 0;
	text-align: center;
	width: 70px;
	margin-left: -1px;
}

.productBoxWhite > .left > .image > img
{
	width: 70px;
	margin-top: 20px;
	margin-left: 10px;
}


.productBoxWhite > .left > .indicator
{
	margin: 25px;
	margin-top: 30px;






}

.productBoxWhite > .right
{
	border-left: 1px dotted #CCCCCC;
	height: 100%;
	width: 140px;
	float: right;
	padding-left: 10px;
}

.productBoxWhite > .left > .indicator > .bar
{
	height: 6px;
	width: 100%;
	display: block;
	background: #b4b4b4;
	margin-bottom: 2px;
	border-radius: 5px;
}

.productBoxWhite > .left > .indicator > .bar > .full
{
	background: #4c4c4c;
	height: 6px;
	width: 100%;
	display: block;
	margin-bottom: 2px;
	border-radius: 5px;
}

.productBoxWhite > .left > .indicator > .hdd
{
	border: 1px solid #4c4c4c;
	height: 12px;
	display: block;
	width: 100%;
	margin-bottom: 2px;
	font-size: 8px;
}

.productBoxWhite > .left > .indicator .hdd > span {
	float: left;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	width: calc(100% - 5px);
}


.productBoxWhite > .left > .indicator > .hdd > .circle
{
	background:#4c4c4c;
	height:4px;
	width:4px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	float: right;
	position: relative;
	right: 3px;
	top: 3px;
}


.productBoxWhite > .right > ul
{
	list-style: none;
	margin:0;
	margin-top: 10px;
	margin-bottom: 19px;
}

.productBoxWhite > .right > ul > li
{
	border-bottom: 1px solid #CCCCCC;
	line-height: 20px;
	width: 130px;
}

.productBoxWhite > .right > .btn-i3d
{
	width: 100px;
	margin:0;
}

.featurelist
{
	background: #F6F6F6;
	border: 1px solid #DCDCDC;
	box-shadow: 2px 2px #F4F4F4;
	padding: 10px 20px 10px 20px;
}

.feature-list ul
{
	list-style: none;
	margin:0px;
}

.feature-list li span {
	display: inline-block;
	float: left;
	width: 20%;
	text-align: right;
}
.feature-list li span:first-child {
	width: 80%;
	text-align: left;
}

.productBoxWhite > .right > .btn-i3d
{
	width: 100px;
	margin:0;
}


/* ------------------------------------- */
.coloRefurbishedOfferBox
{
	width:240px;
	height:auto;
	padding:5px 0px;
	-moz-box-shadow: 0px 3px 6px #6a6a6a;
	-webkit-box-shadow: 0px 3px 6px #6a6a6a;
	box-shadow: 0px 3px 6px #6a6a6a;
	margin-bottom:15px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f7f7f7 51%, #f7f7f7 52%, #F7F7F7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(51%,#f7f7f7), color-stop(52%,#f7f7f7), color-stop(100%,#F7F7F7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f7f7f7 51%,#f7f7f7 52%,#F7F7F7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f7f7f7 51%,#f7f7f7 52%,#F7F7F7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f7f7f7 51%,#f7f7f7 52%,#F7F7F7 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f7f7f7 51%,#f7f7f7 52%,#F7F7F7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#F7F7F7',GradientType=0 ); /* IE6-9 */
}

.refurbishedBox > .left > .indicator > .bar
{
	height: 6px;
	width: 100%;
	display: block;
	background: #b4b4b4;
	margin-bottom: 2px;
	border-radius: 5px;
}

.refurbishedBox > .left > .indicator > .bar > .full
{
	background: #d2232a;
	height: 6px;
	width: 100%;
	display: block;
	margin-bottom: 2px;
	border-radius: 5px;
}
.coloRefurbished20U
{
	background:url(/assets/images/colo-refurbished-20u.png) no-repeat 0 0;
	background-position: 5px 7px;
}

.coloRefurbished46U
{
	background:url(/assets/images/colo-refurbished-full.png) no-repeat 0 0;
	background-position: 5px 7px;
}

.coloRefurbishedOfferBox ul
{
	list-style: none;
	margin:0px;
	padding-left:5px;
	float:left;
}

.coloRefurbishedOfferBox li
{
	background:url(/assets/images/yes.png) no-repeat 0 50%;
	background-position: 15px;
	line-height:20px;
	width:230px;
}

.coloRefurbishedText
{
	padding-left:40px;
}

.coloRefurbishedOfferBox_content
{
	width:240px;
	height:100%;
	border-left:dotted 1px #ccc;
}

/*
.coloRefurbishedOfferBox_Price {
 float:left;
 height:35px;
 width: 75px;
 text-align:center;
 margin-top:15px;
 padding:15px 5px 0px 5px;
 background-color:#d2232a;
 font-size:30px;
 color:#fff;
 font-weight:bold;
 clear:right;
}
*/

.coloRefurbishedOfferBox_Price
{
	height:35px;
	padding:15px 10px 0px 10px;
	background-color:#ccc;
	font-size:34px;
	position:relative;
	top:-4px;
}

.coloRefurbishedOfferBox_OrderBtn
{
	position:relative;
	top:-6px;
}

.coloRefurbishedOfferTitle
{
	padding:15px 10px 0px 10px;
	height:35px;
}

#coloSlides {
	margin-top: 8px;
}

.imageSliderPrev {
	opacity: 0.5;
	background: transparent url("/assets/images/prev1_100.png") no-repeat center center;
	background-size: 50% auto;
}


.imageSliderPrev:hover {
	opacity: 1;
}
.imageSliderNext {
	opacity: 0.5;
	background: transparent url("/assets/images/next1_100.png") no-repeat center center;
	background-size: 50% auto;
}
.imageSliderNext:hover {
	opacity: 1;
}

.price-Table-Container
{
	margin:40px auto;
}

.pricing-table li
{
	text-align: center;
	position:relative;
	display:inline-block;
	width:30.2%;
	margin-right:1%;
	background-color:#ecf0f1;
	border-collapse:separate;
	top:-36px;
	-webkit-transition:left .5s ease,-webkit-transform .5s ease;-moz-transition:left .5s ease,-moz-transform .5s ease;-o-transition:left .5s ease,-o-transform .5s ease;transition:left .5s ease,transform .5s ease
}
.pricing-table li:last-child{margin-right:0}


.pricing-table li div{cursor:default}
.pricing-table li .price-plan{margin-top:30px;margin-bottom:42px;font-size:18px;line-height:30px;color:#34495e;letter-spacing:-1px}
.pricing-table li .price{margin-bottom:48px;font-size:48px;line-height:48px;letter-spacing:-3px;font-weight:bold;color:#506071}
.pricing-table li .plan-desc{padding:0 24px;margin-bottom:48px}
.pricing-table li > a
{
	display: block;
	bottom: 0;
	width: 55%;
	height: 48px;
	background-color: #e3e8e9;
	/* padding-top: 24px; */
	font-size: 14px;
	line-height: 48px;
	color: #657281;
	float: left;
}

.pricing-table li > a:last-child
{
	width: 45%;
}

.pricing-table li.special-plan
{
	width: 35%;
	height: 410px;
	background-color: #d2232a;
	top: 0;
}

.pricing-table li.special-plan a{background-color:#B33434;color:#fff}
.pricing-table li.special-plan .price-plan,.pricing-table li.special-plan .price{color:#fff}
.pricing-table li.special-plan .price-plan{margin-top:78px; font-size:24px; line-height:48px; letter-spacing:0; font-weight:bold}
.pricing-table li .line{margin:0 auto 6px auto;width:35px;height:1px;background-color:#7b8895}
.pricing-table li.special-plan .line{background-color:#fff}
.pricing-table li.special-plan .price{margin-top:36px;font-size:72px;line-height:72px}
.pricing-table li.special-plan .plan-desc{font-size:17px;line-height:24px;word-spacing:1px;color:#fff;padding:0 24px}

.termsTable td
{
	vertical-align: top;
}

#login-anchor
{
	display: block;
	float: left;
}
.login_btn,
.login_btn:hover,
.logout_btn,
.cp_btn
{
	float:left;
	width:119px;
	height:34px;
	background-color:#eca040;
	line-height:34px;
	text-align:left;
	cursor:pointer;
	border-left:solid 1px #232223;
	border-right:solid 1px #232223;
	color:#FFFFFF;
	font-weight:bold;
	text-transform:uppercase;
	font-size:11px;
}
.cp_btn span {
	padding:0 0 0 12px;
}

.logintxt {
	color:white !important;
	font-weight:bold !important;
	float:left;
	margin-right:5px;
	padding-left:15px;
}
.logout_btn i {
	padding:0 0 0 22px;
}
.LBLoginDiv
{
	position: fixed;
	z-index: 10000;
	width: 292px;
	padding: 10px;
	background-color: #ffffff;
	border: 1px solid #232223;
	box-sizing: border-box;
}

.LBLoginDiv input[type="checkbox"]
{
	margin-top: 4px;
}

.LBLoginDiv input[type="text"],
.LBLoginDiv input[type="password"]
{
	width: calc(100% - 20px);
}

.btn-i3d-evenPadding
{
	position: relative;
	display: block;
	padding: 8px 8px;
	font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 14px;
	line-height: 30px;
	text-transform: uppercase;
	text-align: center;
	overflow: hidden;
	opacity: 1;
	cursor: pointer;
	color: #FFFFFF;
}

.btn-i3d-2
{
	position: relative;
	display: block;
	padding: 8px 0px;
	font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 14px;
	line-height: 30px;
	text-transform: uppercase;
	text-align: center;
	overflow: hidden;
	opacity: 1;
	cursor: pointer;
	color: #FFFFFF;
	text-decoration: none;
}

.btn-i3d-2_event
{
	position: relative;
	display: block;
	padding: 8px;
	font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 14px;
	line-height: 30px;
	text-transform: uppercase;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	opacity: 1;
	cursor: pointer;
	color: #FFFFFF;
}

.btn-i3d-2-small
{
	font-size: 12px;
}

.btn-i3d-2:before
{
	position: absolute;
	top: 8px;
	width: 100%;
	height: 100%;
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	line-height: 30px;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-i3d-2 span
{
	display: inline-block;
	width: 100%;
	height: 100%;
	white-space: nowrap;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	color: #FFFFFF;
}

.btn-i3d-2:active:before
{
	color: #232223;
	text-decoration: none;
}

.btn-i3d-2:active
{
	opacity: 0.7;
	color: white !important;
	text-decoration: none;
}

.btn-i3d-2:hover
{
	opacity: 0.9;
	color: white;
	text-decoration: none;
}

.btn-i3d-2:visited
{
	opacity: 0.9;
	color: white;
	text-decoration: none;
}

[class*="-animated"]:before
{
	left: -100%;
}

[class*="-animated"]:after
{
	content: "";
	position: absolute;
	z-index: -1;
}

[class*="-animated"]:hover span
{
	color: #FFFFFF;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}

[class*="-animated"]:hover
{
	opacity: 0.7;
}

[class*="-animated"]:hover:before
{
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}

.btn-i3d-cp
{
	position: relative;
	display: inline;
	padding: 8px 0px;
	padding-left: 8px;
	padding-right: 8px;
	font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 13px;
	line-height: 14px;
	text-transform: uppercase;
	text-align: center;
	overflow: hidden;
	opacity: 1;
	cursor: pointer;
	color: #FFFFFF;
}

.btn-i3d-cp:before
{
	position: absolute;
	top: 8px;
	height: 100%;
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	line-height: 30px;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-i3d-cp span
{
	display: inline-block;
	width: auto;
	height: 100%;
	white-space: nowrap;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-i3d-cp:active:before
{
	color: #232223;
}

.btn-i3d-cp:active
{
	opacity: 0.7;
}

.btn-i3d-cp:hover
{
	opacity: 0.9;
	text-decoration:none;
	color: #FFFFFF;
}

.btn-i3d-cp:visited
{
	opacity: 0.9;
	color: #FFFFFF;
}

.cart-animated:before
{
	content: "\f07a";
}
.user-animated:before
{
	content: "\f007";
}
.prev-animated:before
{
	content: "\f100";
}
.next-animated:before
{
	content: "\f101";
}

.search-animated:before
{
	content: "\f002";
}

.greenBkg
{
	background-color: #51a300;
}

.redBkg
{
	background-color: #d2232a !important;
}

.greyBkg
{
	background-color: #4C4C4C !important;
}
.redBkgSemi
{
	background-color: #d2a0a0 !important;
}
.disabledGreyBkg
{
	background-color: #F7F7F7 !important;
}

.redCloudGreyBkg{
	background-color:#232223 !important;
}
.redCloudGreyBkg a{
	color:#C8C1C1 !important;
}

.darkGreyBkg
{
	background-color: #d2232a;
}

.grayBkg
{
	background-color: #565656;
}

.greyBkg
{
	background-color: #232223;

}

.lightGrayBkg
{
	background-color: #dcdcdc;
}

.lightGrayCpBkg {
	background-color:#F7F7F7;
}
.checkoutBtn {
display: block;
padding: 8px 0px;
background-color: #1BB300;
font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
font-size: 14px;
color: #ffffff;
text-align: center;
text-transform: uppercase;
width: 100% !important;
}

/* NEW DEDI PAGE */

.configList
{
	width: 75%;
}

.configFilter {
	box-sizing: border-box;
	width: 22%;
	min-height: 300px;
}

.configFilter > .filterTitle {
	height: 36px;
}

.filter-row label {
	display: inline-block;
}

.filterBox {
	padding: 10px 0px;
	box-sizing: border-box;
	border-bottom: 6px #F6F6F6 solid;
	box-shadow: 0px 0px 20px #eee;
	margin-bottom: 7px;
	position: relative;
}

.filterBox.single .legend-box{
	pointer-events: none;
	border-bottom: 1px solid #F6F6F6;
}

.filterBox.single span{
	padding: 10px 20px 0px 20px;
    display: inline-block;
}

.filterContent {
	padding: 0 20px;
}

.filterBox.filterPrice .filterContent,
.filterBox.filterMemory .filterContent,
.filterBox.filterBandwidth .filterContent {
	padding-bottom: 50px;
}

.filterBox.filterPrice .filterContent .filter-row,
.filterBox.filterBandwidth .filterContent .filter-row {
	margin-top: -16px;
}

.legend-box {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	border-bottom: none;
	padding-left: 20px;
	padding-bottom: 10px;
	margin-bottom: 0;
 }

.legend-box.active {
	color: #333333;
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: bold;
	cursor: pointer;
	border-bottom: 1px solid #F6F6F6;
	padding-left: 20px;
	padding-bottom: 10px;
	margin-bottom: 20px;
 }

.arrow {
    border: solid #232223;
    border-width: 0 3px 3px 0;
    display: inline-block;
	padding: 3px;
	position: absolute;
	right: 15px;
	top: 15px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.legend-box.active > .arrow {
	transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
 }

/* Custom Check box begining */

/* The container */
label.custom-checkbox {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
label.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.custom-checkmark {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 20px;
    width: 20px;
	border: 2px solid #656465;
	border-radius: 4px;
	box-sizing: border-box;
}

/* On mouse-over, add a grey background color */
.custom-checkbox:hover input ~ .custom-checkmark {
    background-color: #E7E7E7;
}

/* When the checkbox is checked, add a blue background */
label.custom-checkbox input:checked ~ .custom-checkmark {
    background-color: #FFFFFF;
    border: 1px solid #232223;
}

/* Create the checkmark/indicator (hidden when not checked) */
.custom-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
label.custom-checkbox input:checked ~ .custom-checkmark:after {
	display: block;
    left: 50%;
    top: 50%;
    width: 16px;
    height: 16px;
    transform: translate(-50%, -50%);
    position: absolute;
    background: #232223;
	border-radius: 3px;
	box-sizing: border-box;
}

/* Custom Checkbox finish */

.pageslider
{
	background: no-repeat;
	padding-top: 120px;
	height: 150px;
	border-bottom: solid 1px #4c4c4c;
	position: relative;
	background-position: center bottom;
	background-color: #FFFFFF;
	line-height: 50px;
}
.pagesliderText
{
	background: no-repeat;
	padding-top: 120px;
	position: relative;
	background-position: center bottom;
}
.pagesliderText .logoText
{
	float: right;
	margin-top: 40px;
	font-size: 42px;
	font-weight: normal;
	font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
.pageRedBar
{
	margin: -5px 0 0 0;
	padding: 8px 0px;
	background-color: #d2232a;
	font-size: 16px;
	font-weight: normal;
	font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	color: white;
	line-height: 20px;
}

.configInfo h1
{
	font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 36px;
	font-weight: normal;
}

.configInfo > .logoPage
{
	margin-bottom: 30px;
	margin-left: 19px;
}

.siteBreadcrumbs
{
	margin-bottom: 10px;
}

#configTable_wrapper > .row-fluid:first-child
{
	display: none;
}

table.configTable {
	width: 100%;
}

table.configTable thead .sorting,
table.configTable thead .sorting_asc,
table.configTable thead .sorting_desc,
table.configTable thead .sorting_asc_disabled,
table.configTable thead .sorting_desc_disabled {
	cursor: pointer;
	*cursor: hand;
}

table.configTable thead .sorting { background: url('../images/sort_both.png') no-repeat center right; }
table.configTable thead .sorting_asc { background: url('../images/sort_asc.png') no-repeat center right; }
table.configTable thead .sorting_desc { background: url('../images/sort_desc.png') no-repeat center right; }

table.configTable thead .sorting_asc_disabled { background: url('../images/sort_asc_disabled.png') no-repeat center right; }
table.configTable thead .sorting_desc_disabled { background: url('../images/sort_desc_disabled.png') no-repeat center right; }

.configTable td {
	font-family: Helvetica Neue LT W01_51488890;
	border-bottom:1px solid #E6E6E6 !important;
	padding:4px 5px;
	line-height:20px;
	text-align:left;
	vertical-align: middle;
}

.configTable td:first-child,
.configTable td:nth-last-child(2) {
	text-align: center;
}

.configTable td:first-child img {
	height: 25px;
}

.configTable th {
	font-family: Helvetica Neue LT W01_51488890;
	padding: 4px 5px;
	background-color: #ffffff !important;
	color: #232223;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	vertical-align: bottom ;
	cursor: pointer;
	text-transform: uppercase;
	min-width: 60px;
}

.configTable th:last-child,
.configTable tr td:last-child {
	display: none;
}

.configTable th:nth-last-child(2) {
	font-weight: 100;
	text-align: center;
	pointer-events: none;
	cursor: default;
}

.configTable thead tr.nohover:hover th {
  cursor: default;
}

.configTable tbody tr.nohover:hover td,
.configTable tbody tr.nohover:hover th {
  background-color:#fff !important;
  cursor: default;
}

.configTable tbody tr.nohover_head:hover td,
.configTable tbody tr.nohover_head:hover th {
  background-color:#d2232a!important;
  cursor:default;
}

.configTable tbody tr:hover td,
.configTable tbody tr:hover th {
  background-color:#eee !important; 
  cursor:pointer;
}

 .configTable tbody tr {
	background: #F6F6F6;
	border-width: 5px 0 0 0;
    border-style: solid;
	border-color: #FFFFFF;
	height: 52px;
}

.configTable tbody tr td:nth-child(n + 3) {
	font-weight: bold;
}

.configTable td.transparant {
	background-color: #FFFFFF !important;
	padding:4px 5px;
	line-height:20px;
	text-align:left;
	vertical-align:top;
}

.configTable a.orderConfig:hover {
	text-decoration: none;
}

.configTable a i[class^="icon-"], 
.configTable a i[class*=" icon-"] {
	font-size: 24px;
	font-family: 'icomoon';
}

.configTable a i.icon-shopping-cart::before {
	content: "\e911"
}

/* Bulk Changes */
#bulkContainer
{
}
#btnDiv
{
	width: 100%;
	padding-top: 30px;
	background-color: white;
}

/* mass config */
.configDiv
{
	padding: 20px;
	background-color: #F7F7F7;
}
.configDiv td
{
	font-size: 14px;
	line-height: 30px;
	padding-right: 25px;
}
.configDiv td:first-child
{
	text-align: right;
}
.configDiv label
{
	font-size: 14px;
	display: inline;
}
.configDiv textarea
{
	height: 250px;
}

/* mass software upload */
#modalArchiveContents #archiveContents
{
	font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	white-space: pre;
}
.mpaArchiveFile
{
	color: #d2232a;
	text-decoration: none;
	cursor: pointer;
}
#mpaFileSelect input.password
{
	height: 12px;
	font-size: 12px;
	width: 125px;
}
#mpaFileSelect td.size
{
	cursor: help;
}
.dediServTable
{
	width: 100%;
}

.dediServTable > thead > tr > th:first-child
{
	background: transparent;
	width: 100px;
}

.dediServTable > thead > tr > th
{
	height: 50px;
	background: #414042;
	color: #FFFFFF;
	text-align: center;
}

.dediServTable > tbody > tr > td
{
	height: 25px;
	background: #f7f7f7;
	line-height: 25px;
	text-align: center;
	border-bottom: 1px solid #cccccc;
}

.dediServTable > tbody > tr > td:first-child
{
	background: #F7F7F7;
}

.dediServTable > tfoot > tr > td
{
	padding-top: 10px;
	padding-right: 10px;
}

.dediServTable > tfoot > tr > td:last-child
{
	padding-right: 0px;
}

.domain_table{
  width: 100%;
}

.domain_table tr th{
	padding: 5px 0px;
	background: #787878;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	text-align: center;
}
.domain_table tr td{
	padding: 5px 0px;
	border-bottom: 1px solid #F7F7F7;
	font-size: 15px;
	color: #676767;
	text-align: center;
	white-space: nowrap;
}
.domain_table tr:nth-child(even){
  background: #fbfbfb;
}

.domainInfoTextBox
{
	margin-bottom:20px;
}

.domainInfoTextBox:last-child
{
	margin: 0px;
}

#domainInputDiv input[type="text"]
{
	width: calc(100% - 165px);
	height: 40px;
	background-color: #fff;
	border: none;
	text-indent: 15px;
	box-sizing: border-box;
	float: left;
}

#domainInputDiv input[type="submit"]
{
	width: 160px;
}

#domainInputDiv
{
	padding:20px;
	box-sizing: border-box;
	width: 100%;
	display: block;
	background: #D2D2D2;
	margin-bottom: 20px;
	margin-top: 50px;
}

#domainInputDiv > div
{
	float: left;
}

#cardInputDiv input[type="text"]
{
	width: calc(100% - 165px);
	height: 40px;
	background-color: #fff;
	border: 1px solid #DCDCDC;
	text-indent: 15px;
	box-sizing: border-box;
	float: left;
}

#cardInputDiv input[type="submit"]
{
	width: 160px;
}

#cardInputDiv
{
	padding:20px;
	box-sizing: border-box;
	width: 100%;
	display: block;
	background: #D2D2D2;
	margin-bottom: 20px;
	margin-top: 50px;
}

#cardInputDiv > form > button
{
	float: left;
}

#promotionInputDiv input[type="text"]
{
	width: calc(100% - 165px);
	height: 40px;
	background-color: #fff;
	border: none;
	text-indent: 15px;
	box-sizing: border-box;
	float: left;
}


.cpCloudDetailsBig,
.cpCloudDetailsBig2
{
	background:#F7F7F7;
	float:left;
	text-align:left;
	margin-bottom:10px;
	font-size: 14px;
	position: relative;
}

.cpCloudDetailsBig > div
{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 175px;
	height: 120px;
	margin-left: -73px;
	margin-top: -60px;
}

.cpCloudDetailsBig > div > div:first-child,
.cpCloudDetailsBig2 > div > div:first-child
{
	font-size: 72px;
	line-height: normal;
	text-align: center;
}

.cpCloudDetailsBig > div > div:first-child > span:nth-child(2),
.cpCloudDetailsBig2 > div > div:first-child > span:nth-child(2)
{
	font-size: 16px;
}

.cpCloudDetailsBig > div > div:nth-child(2),
.cpCloudDetailsBig2 > div > div:nth-child(2)
{
	font-size: 16px;
	line-height: normal;
	text-align: center;
	text-transform: uppercase;
}


.cpCloudDetailsSmall
{
	position: relative;
	text-align:left;
	background:#F7F7F7;
	line-height: normal;
	vertical-align:middle;
	float:left;
	margin-left:5px;
	margin-bottom:5px;
	padding: 20px;
	box-sizing: border-box;
}
.cpCloudDetailsSmall > div
{
	position: absolute;
	top: 50%;
	height: 56px;
	margin-top: -28px;
	font-size: 16px;
}
.cpCloudDetailsSmall > div > div > span:nth-child(2)
{
	font-size: 16px;
}
.cpCloudDetailsSmall > div > div:nth-child(2)
{
	font-size: 32px;
	margin-top: 5px;
}


.cpCloudDetailsSmall2
{
	float: left;
	margin-bottom:10px;
	background:#F7F7F7;
	line-height: normal;
	vertical-align:middle;
	box-sizing: border-box;
}
.cpCloudDetailsSmall2 > div div
{
	font-size: 16px;
	line-height: 36px;
}

.cpCloudDetailsBgLight
{
	background-color:#EEE;

}

div.vmUsageCont
{
	float: left;
	width: 50%;
}
#modalUsagePrev
{
	float: left;
	width: 25px;
	height: 390px;
	margin-right: 10px;
	text-align: center;
	line-height: 390px;
	color: white;
	font-size: 20px;
	background-color: #b0b0b0;
	cursor: pointer;
}
#modalUsageContent
{
	overflow: hidden;
}
#modalUsageNext
{
	float: right;
	width: 25px;
	height: 390px;
	margin-left: 10px;
	text-align: center;
	line-height: 390px;
	color: white;
	font-size: 20px;
	background-color: #b0b0b0;
	cursor: pointer;
}

#cardCloudThankYouDiv
{
	margin-top: 40px;
}

#cardCloudThankYouDiv > .left
{
	float: left;
	width: 450px;
	background: white;
	padding: 20px;
	font-size: 16pt;
}

#cardCloudThankYouDiv > .likebuttoncloud
{
	width: 450px;
	height: 88px;
	font-size: 16pt;
	background-color: #ffffff;
	text-align: center;
	z-index: 4;
	box-sizing: border-box;
	margin-left: 240px;
	margin-top: 37px;
}

#cardCloudThankYouDiv > .right
{
	float: right;
	width: 450px;
}

#cardCloudDiv
{

}

#cardCloudDiv > .cardLeft
{
	float: right;
	font-size: 50pt;
	font-weight: bold;
	text-transform: uppercase;
	color: white;
	max-width: 500px;
	line-height: normal;
	margin-right: 15px;
}

#cardCloudDiv > .cardRight
{
	float: right;
	width: 400px;
}

#cardCloudDiv > .cardRight > form > .top
{
	padding: 32px;
	background-color: white;
	height: auto;
}

#cardCloudDiv > .cardRight > form > .bottom
{
	margin-top: 10px;
}

#cardCloudDiv > .cardRight > form > .bottom > .cardLogin
{
	width: 49%;
	float: left;
	overflow: hidden;
}

#cardCloudDiv > .cardRight > form > .bottom > .cardRegister
{
	margin-left: 2%;
	width: 49%;
	float: right;
	overflow: hidden;
}

#cardCloudDiv label
{
	font-size: 16pt;
	margin-bottom: 8px;
}

#cardCloudDiv input
{
	background: none repeat scroll 0 0 #F3F3F3;
	border: 0 none;
	box-shadow: none;
	box-sizing: border-box;
	height: 45px;
	width: 100%;
}

#cardFooterDiv
{
	height: 20px;
}

.title
{
	color: #d2232a;
	font-size: 28px;
	margin: 20px;
	line-height: 50px;
	text-align: center;
}

.pageHeader
{
	height: 100px;
	background: #FFF;
	width: 982px;
	margin: 0 auto;
	margin-top: 120px;
}

.pageImageDiv
{
	position: relative;
	background-color: #232223;
	overflow: hidden;
	height: 550px;
	width:100%;
	left:50%;
	margin-left: -50%;
}
.pageImageImg
{
	display: block;
	position: absolute;
	min-width: 1917px;
	max-width: none;
	width: 100%;
	top: 0px; right: -50%; bottom: 0; left: -50%;
	margin: auto;
}

.pageHeader > div,
.pagesliderText > div {
	margin-top: -5px;
}

.pageHeader > div > img,
.pagesliderText > div > img
{
	float: left;
	height: 80px;
}

.pageHeader > div > .new,
.pagesliderText > div > .headerTitle {
	font-family: Helvetica Neue LT W01_75 Bold;
	font-size: 3.75rem;
    line-height: 4.75rem;
	font-weight: bold;
	margin: 0px;
	color: #232223;
	width: 50%;
}

.pageHeaderLinkDiv
{
	width: 982px;
	margin: 0 auto;
	color: white;
	font-size: 14px;
	line-height: 40px;
}
.webHostingButton
{
	float: right;
	margin-right: 1px;
	width: 230px !important;
	text-align: center;
	cursor: pointer;
	text-transform: none;
}
.webHostingButton span
{
	width: 230px !important;
}
.webHostingButtonLin-animated:before
{
	font-size: 24px;
	content: "\f0ac";
	color: white;
}
.webHostingButtonWin-animated:before
{
	margin-top: -8px;
	background: transparent url('/assets/images/windows-logo-25.png') no-repeat center center !important;
	content: '    ';
}
.winLogoAbc
{
	width: 25px;
	height: 25px;
	margin-top: -3px;
}

.nextPageButton
{
	float: right;
	display: block;
	margin-right: 1px;
	width: 295px !important;
	text-align: center;
	cursor: pointer;
	text-transform: none;
}
.nextPageButton span
{
	width: 295px !important;
}
.nextPageButton-animated:before
{
	font-size: 24px;
	content: "\f101";
	color: white;
}

.allColoButton
{
	float: right;
	display: block;
	margin-right: 1px;
	width: 223px !important;
	text-align: center;
	cursor: pointer;
	text-transform: none;
}
.allColoButton span
{
	width: 223px !important;
}
.allColoButton-animated:before
{
	font-size: 24px;
	content: "\f101";
	color: white;
}

.newContent
{
	margin-top: 20px;
	font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
}

.newContent h1, h2
{
	margin: 0;
	font-size: 24px;
}

.newStyle h2
{
	letter-spacing:0px !important;
	font-weight:normal !important;
	margin-bottom:10px;
	font-size:28px;
	color:#232223;
}
.newStyle h4
{
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 0 0 !important;
	color:#232223;
}

.newStyle hr
{
	border-color:#D2232A !important;
}

.headerBlock
{
	background-color: #F7F7F7;
	padding: 25px;
	float:left;
	font-size: 16px;
	text-align: jusStify;
	min-height:100px;
	line-height: 140%;
}
.headerBlock_trans
{


	float:left;
	font-size: 16px;
	text-align: jusStify;
	min-height:100px;
	line-height: 140%;
}

.headerBlockTitle
{
	font-size: 48px;
	line-height: 100%;
	color:white;
}
.headerBlockTitleEvent
{
	font-size: 20px;
	line-height: 150%;
	color:white;
	float:left;

}

.contentLinks
{
	padding-right: 40px;
	padding-bottom: 10px;
	padding-top:10px;
}

.contenText
{
	padding-bottom: 20px;
}
.blockContainer
{
	position: relative;
	height: 550px;
	width: 982px;
	display: table-cell;
	vertical-align: middle;
}

.blockContainer a,
.blockContainer a:hover
{
	color: #232223;
	text-decoration: none;
}

.blockContainer .block
{
	min-height: 350px;
	display: inline-block;
	position: relative;
	font-size: 16px;
	font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

.blockContainer a.btn-i3d-2
{
color: #FFFFFF !important;
}

.blockContainer .block:last-child
{
	margin-right: 0px;
}

.blockContainer .block .section
{
	background: #F7F7F7;
	margin-bottom: 5px;
	padding: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.title
{
	font-size: 24px;
	font-weight: 600;
	margin:0px;
	text-align: left;
	color: #232223;
	display: block;
	height: 43px;
	text-overflow: ellipsis;
	overflow: hidden;
	/*width: 370px;*/
	white-space: nowrap;
}

.section .title-headerSmall
{
	float: left;
	height: 60px;
	line-height: 60px;
	width: 100%;
	max-width: 210px;
}

.section .price-small
{
	float: right;
	display: inline-block;
	height: 60px;
	line-height: 60px;
	font-size: 35px;
}

.blockContainer .block .section small
{
	font-size: 12px;
}

.blockContainer .block .section ul li
{
	line-height: 25px;
}

.blockContainer .block .section .title-small
{
	font-size: 18px;
	font-weight: bold;
}

.blockContainer .block .section .price
{
	font-size: 51px;
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	text-align: center;
}

.blockContainer .block .section .price small
{
	font-size: 10px;
	font-weight: normal;
}

.blockContainer .block .section:last-child
{
	border-bottom: 0px;
}

.blockContainer .block .footerBlock
{
	position: absolute;
	bottom: 0;
	width: 100%;
}

.blockContainer .block .populair
{
	width: 100px;
	height: 35px;
	line-height: 35px;
	background: #ff9000;
	position: absolute;
	right: -10px;
	top: -15px;
	color: #FFFFFF;
	text-align: center;
	font-size: 13px;
}

#overlay{
	visibility: hidden;
	position: absolute;
	left: 40%;
	top: 150px;
	text-align:center;
	z-index: 1000;
}
#overlay div {
	width:300px;
	height:100px;
	margin: 100px auto;
	background-color: #F7F7F7;
	border:1px solid #232223;
	padding:15px;
	text-align:center;
}

/* overlay messages */
.ovlDiv
{
	position: fixed;
	top: 150px;
	left: 50%;
	z-index: 1000;
}
.ovlDiv .ovlMsg
{
	position: relative;
	left: -50%;
	padding: 20px;
	background-color: white;
	box-shadow: 4px 4px 8px #444;
	border-radius: 2px;
	text-align: center;
}
.ovlDiv .ovlMsg .ovlClose
{
	position: absolute;
	top: 0px;
	right: 4px;
	font-weight: bold;
	cursor: pointer;
}

/* spec tables */
.specTable3
{
	width: 100%;
}
.specTable3 tr td
{
	padding: 0px 40px 0px 0px;
	width: 34%;
	vertical-align: top;
}
.specTable3 tr td:last-child
{
	padding: 0px;
	width: 32%;
}

.specTable4
{
	width: 100%;
}
.specTable4 tr td
{
	padding: 0px 40px 0px 0px;
	width: 25%;
	vertical-align: top;
}
.specTable4 tr td:last-child
{
	padding: 0px;
	width: 25%;
}

.gameArea > div > .gameblock > .row
{
	margin-bottom: 20px;
}

.gameArea > div > .gameblock > .row > .game
{
	display: inline-block;
	width: 100px;
	height: 170px;
	margin-right: 15px;
}

.gameArea > div > .gameblock > .row > .game > .name
{
	text-align: center;
	height: 30px;
	line-height: 30px;
	color: #FFFFFF;
	text-overflow: ellipsis;
	max-width: 100px;
	white-space: nowrap;
	overflow: hidden;
}

.gameArea > div > .gameblock > .row > .game > .cover
{
	width: 100px;
	height: 140px;
	background: url('/assets/images/nocover.png') no-repeat center center;
	box-sizing: border-box;
}

.gameArea > div > .gameblock > .row > .game > .overlay
{
	width: 100px;
	height: 140px;
	position: absolute;
	z-index: 2;
	box-sizing: border-box;
}

.gameArea > div > .gameblock > .row > .game > .active,
.gameArea > div > .gameblock > .row > .game > .overlay:hover
{
	border:2px solid #d2232a;
	cursor: pointer;
}

/*
.gameArea > div > .gameblock > .row > .game > .active > div,
.gameArea > div > .gameblock > .row > .game > .overlay:hover > div
{
	width: 100px;
	height: 140px;
	background: #d2232a !important;
	opacity: 0.4;
	filter: alpha(opacity=40);
	position: absolute;
	z-index: 2;
	cursor: pointer;
	box-sizing: border-box;
	margin-left:-2px;
	margin-top:-2px;
}
*/

.gameArea > div > .rightblock
{
	background: #d2232a;
	width: 292px;
	height: 292px;
	padding: 10px;
	box-sizing: border-box;
}

.gameArea > div > .rightblock a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}

.gameArea > div > .moregames
{
	margin-bottom: 5px;

}

.gameArea > div > .moregames:hover
{
	color: #FFFFFF;
	text-decoration: none;
}

.gameArea > div > .rightblock > .form
{
	margin-bottom: 7px;
}

.gameArea > div > .rightblock > .form > label
{
	color: #FFFFFF;
}

.gameArea > div > .rightblock > .form > select
{
	margin-bottom: 20px;
	color: #FFFFFF;
	background: #4c4c4c;
	width: 272px;
}

.gameArea > div > .rightblock > .ordernowbtn,
.gameArea > div > .rightblock > .ordernowbtn:hover
{
	float: left;
	display: block;
	width: 100px;
	color: #FFFFFF;
}

.gameArea > div > .rightblock > .gameSrvPrice
{
	float: right;
	display: block;
	font-size: 46px;
	color: #FFFFFF;
	text-align: right;
}

.gameArea > div > .rightblock > div > small
{
	font-size: 14px;
	float: right;
	display: block;
	color: #FFFFFF;
	margin-top: -15px;
}

table.new > tbody > tr > td.gameTitle
{
	text-align: left !important;
	padding-left: 20px !important;
}

table.new > tbody > tr > td.gameTitle > a
{
	color: inherit;
	text-decoration: none;
}

table.new
{
	width: 100%;
	border-collapse:separate;
	border-spacing:0px 2px;
}

table.new > thead > tr > th
{
	color: #d2232a;
	font-size: 200%;
	font-weight: normal;
	text-align: center;
	padding-bottom: 20px;
}

table.new > tbody > tr
{
	box-sizing: border-box;
}

table.new > tbody > tr > td
{
	font-size: 12px;
	color: #232223;
	text-align: left;
	line-height: 14px;
	background-color: #F7F7F7;
	height: 40px;
	box-sizing: border-box;
	border:1px solid #FFFFFF;
	border-left: 0px;
	border-right: 0px;
	text-align: center;
}

table.new > tbody > tr > td:first-child
{
	border-left: 1px solid #FFFFFF;
}

table.new > tbody > tr > td:last-child
{
	border-right: 1px solid #FFFFFF;
}

table.new > tbody > tr:hover > td:first-child
{
	border-left: 1px solid #d2232a;
}

table.new > tbody > tr:hover > td:last-child
{
	border-right: 1px solid #d2232a;
}

table.new > tbody > tr:hover > td
{
	border-top: 1px solid #d2232a;
	border-bottom: 1px solid #d2232a;
	border-left: 0px;
	border-right: 0px;
	cursor: pointer;
}


.cartAnchor
{
	display: block;
	float: left;
	width: 52px;
	height: 34px;
	color: #464646;
	text-decoration: none;
	font-weight: bold;
	background: transparent url(/assets/images/navbar_shopping_cart.png) no-repeat center center;
}
.t_cart
{
	padding: 6px 0px 0px 28px;
	font-weight: 700;
	font-size: 10pt;
}
.t_cart:hover > #shopcartPanel,
.t_cart:hover > .LBCartDiv
{
	display: block;
}
.t_cart > div
{
	text-align: center;
}

#shopcartPanel,
.LBCartDiv
{
	position: fixed;
	z-index: 10000;
	height: 130px;
	top: 34px;
	background-color: #ffffff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	*border-right-width: 2px;
	*border-bottom-width: 2px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;

	box-sizing: border-box;
	text-align: left;
	padding: 10px;
}

.LBCartDiv
{
	height: auto !important;
}

#shopcartPanel > p,
.LBCartDiv > p
{
	font-weight: normal !important;
	text-align: left;
	font-size: 14px;
	padding-top: 10px;
}

.team
{
	display: table;
}

.team > .user
{
	display: table-row;
}

.team > .seperator
{
	display: table-cell;
	height: 60px;
}

.team > .user > .image,
.team > .user > .seperator,
.team > .user > .message
{
	display: table-cell;
}

.team > .user > .image
{
	padding-right: 10px;
	vertical-align: middle;
}

.team > .user > .image > img
{
	height: 200px;
	max-width: none;
}

.team > .user > .seperator
{
	width: 3px;
	height: 100%;
	background: #d2232a;
}

.team > .user > .message
{
	padding-left: 40px;
	vertical-align: middle;
}


.team > .user > .message  > .name
{
	font-size: 32px;
	padding-bottom: 15px;
	padding-top: 30px;
}

.team > .user > .message > .purpose
{
	font-size: 21px;
	padding-bottom: 5px;
}

.team > .user > .message > .socialmedia > a > i
{
	padding: 2px 5px 2px 5px;
	background: #232223;
	color: #FFFFFF;
}

.team > .user > .message > .socialmedia
{
	padding-top: 15px;
	padding-bottom: 30px;
}

.block
{
	display: inline-block;
	vertical-align: top;
	width: 50%;
}

.block > .left:first-child
{
	width: 98px;
	height: 98px;
}


.block > .left:nth-child(2n+0)
{
	margin-bottom: 20px;
	margin-left: 20px;
}

.block > .left
{
	width: calc(100% - 118px);
	box-sizing: border-box;
	display: inline-block;
}

.block > .left > .blockTitle
{
	padding-left: 20px;
	padding-right: 20px;
	font-weight: bold;
}

.block > .left > p
{
	padding: 20px;
	padding-top: 0px;
	font-size: 12px;
}

.webHostingSoftwareContainer
{
	margin-top: 20px;
}

.webHostingSoftwareContainer > .viewall
{
	width: 250px !important;
	margin:0 auto;
	margin-top: 50px;
	text-decoration: none;
}

.webHostingSoftwareContainer > .block > .name
{
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
}

.webHostingSoftwareContainer > .block > .image,
.webHostingSoftwareContainer > .block > .name
{
	text-align: center;
}

.webHostingSoftwareContainer > .block
{
	display: inline-block;
	width: calc(25% - 30px);
	box-sizing: border-box;
	margin-right: 30px;
}

.webHostingSoftwareContainer > .block:last-child
{
	width: 25%;
	margin-right: 0px;
}

.specialOffer > .left
{
	width: 40%;
	text-align: right;
}

.specialOffer > .left > span
{
	color: #FFFFFF;
	font-size: 68px;
	line-height: 1.2em;
	font-weight: 700;
}

.specialOffer > .left > small
{
	color: #FFFFFF;
	font-size: 36px;
}

.specialOffer > .right
{
	width: 55%;
	margin-left: 5%;
	box-sizing:border-box;
}

.specialOffer > .right > .block
{
	width: 100%;
	min-height: 100px;
	margin-bottom: 10px;
}

.specialOffer > .right > .block > .section
{
	height: 200px;
}

.specialOffer > .right > .priceBox,
.specialOffer > .right > .priceBoxSmall
{
	height: 80px;
	position: absolute;
	z-index: 2;
	right: -10px;
	background: #ff9000;
	color: #FFFFFF;
	margin-top: -40px;
	text-align: right;
	box-sizing: border-box;
	padding: 5px;
	padding-left: 20px;
	padding-right: 20px;
}
.specialOffer > .right > .priceBoxSmall
{
	height: 60px;
}

.specialOffer > .right > .priceBox > span,
.specialOffer > .right > .priceBoxSmall > span
{
	display: block;
	line-height: normal;
}

.specialOffer > .right > .priceBox > span:first-child,
.specialOffer > .right > .priceBoxSmall > span:first-child
{
	font-size: 18px;
	opacity: 0.8;
	text-decoration: line-through;
	text-align: left;
}

.specialOffer > .right > .priceBox > span:last-child,
.specialOffer > .right > .priceBoxSmall > span:last-child
{
	font-size: 48px;
	font-weight: 700;
	margin-top: -10px;
}
.specialOffer > .right > .priceBoxSmall > span:last-child
{
	font-size: 30px;
	line-height: 45px;
}

.specialOffer > .right > .block > .section > ul
{
	list-style-type: square;
	overflow:hidden;
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
}

.specialOffer > .right > .block > .section > .chassis
{
	font-size: 42px;
	display: block;
	line-height: normal;
}

.specialOffer > .right > .block > .section > .featuresSmall
{
	font-size: 16px;
}

.specialOffer > .right > .block > .section > ul > li:nth-child(2n+0)
{
	padding-left: 50px;
}

.specialOffer > .right > .block > .section > ul > li
{
	font-size: 26px;
	line-height: 43px;
	float:left;
	display:inline;
	width: 50%;
	box-sizing:border-box;
}

.specialOffer > .right a.btn-i3d-2
{
	width: calc(50% - 5px);
	height: 50px;
	line-height: 34px;
	display: inline-block;
	box-sizing: border-box;
	margin-right: 10px;
	font-size: 150%;
	color: #FFFFFF;
}

.specialOffer > .right a.btn-i3d-2:last-child
{
	margin-right: 0px;
	color: #FFFFFF;
}

.mailOffer
{
	background: #F7F7F7;
	padding: 20px;
}

.mailOffer input[type="text"]
{
	width: 100%;
	box-sizing: border-box;
	line-height: 30px;
	height: 30px;
}

.mailOffer input[type="submit"]
{
	padding: 10px;
	width: 100%;
}

.fb-like-promotion
{
	position: absolute;
	top: 438px;
	margin-left: 252px;
}

.boxDesign
{

	background-color: #F7F7F7;
	vertical-align: top;
	margin-left: auto;
	margin-right: auto;
}

.BoxDesignTitle
{
	color:white;
	font-size: 50px;
	padding-bottom: 30px;
	line-height: 50px;
}

.eventInput
{
	padding-top:5px;
}

.likeButtonBg
{
	background: #F7F7F7;
	padding: 20px;
	margin: 0 auto;
}

.eventSpeaker
{

	padding-top: 50px;
	text-align: justify;
}

.eventTable
{

	padding:2px;
	vertical-align: top;
	font-weight: bold;
	text-align: justify;
	padding-right: 20px;
}

.eventTitle
{
	font-size: 18px;
	font-weight: bold;
}

.eventSignupDesign
{
	margin-left: 50px;
}

.eventFrame {
	height: 220px;      /* equals max image height */
	width: 200px;
	border: 0px solid red;
	white-space: nowrap;

	text-align: center; margin: 1em 0;
}

.eventHelper {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.eventImg {

	vertical-align: middle;
	max-height: 200px;
	max-width: 200px;
}

.likebuttoncloudEvent
{
	width: 45%;
	margin: 50px;
	padding: 20px;
	font-size: 16pt;
	background-color: #ffffff;
	text-align: center;
	z-index: 4;
}

.cloudCreditAmount
{
	letter-spacing: 0px !important;
	font-weight: normal !important;
	margin-bottom: 10px;
	font-size: 24px;
	text-align: right;
	color: #232223;
	margin-bottom: 10px;
	display: block;
	margin-top: 9px;
}

.cloudOrderCPBtn
{
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	display: block;
	width: 130px;
	float: right;
}

.toggleEventSpeakers
{
	margin-top: 30px;
	margin-bottom: 30px;
	background-color: #F7F7F7;
	width:100%;
	text-align: left;
	padding-left: 20px;
	color:#373737;
}

.marginLeft_10
{
	margin-left:10px;
}

.svgContainer > svg {
	width: 100%;
	height: 100%;
}

.svgContainer.svgBaseColor > svg {
	fill:#ababab;
}
.svgContainer.svgRedColor > svg {
	fill:#d2232a;
}
.svgContainer.svgGrayColor > svg {
	fill:#707071;
}
.svgContainer.svgDarkGrayColor > svg {
	fill:#232223
}
.svgContainer.svgWhiteColor > svg {
	fill:#FFFFFF;
}
.svg_hover_red:hover > .svgContainer > svg {
	fill:#d2232a;
}
.svg_hover_red:hover.svgContainer:hover > svg {
	fill:#d2232a;
}

.svg_hover_red:hover > a >.svgContainer > svg {
	fill:#d2232a;
}
.svg_hover_red:hover.svgContainer:hover > svg {
	fill:#d2232a;
}

.hover_greenBkg:hover {
	background-color:#4A9400;
}

.newCPTable > tbody > tr > td > a{
	color:#232223;
	text-decoration: none;
}
.newCPTable > tbody > tr > td{
	max-width: 320px;
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
}


.newCPTable > tbody > tr > td{
	padding-right: 15px;
}

.newCPTable > tbody > tr:hover > td,
.newCPTable > tbody > tr:hover > td > a {
	color:#d2232a;
}
.svgRow > *:last-child > * {
	max-width:317px;
	min-width:317px;
	margin-right: 0px;
	margin-left: 0px;
}
.svgRow > * > *{
	margin-right: 15.5px;
	max-width:317px;
	min-width:317px;
}

.slaInfo{
	background-color: #F7F7F7;
	width:175px;
	height:120px;
	margin: 2px;

}

.slaInfoGreen{
	background-color: #6ebf0b;
	width:20%;
	height:60px;
	text-align: center;
	vertical-align: middle;
	padding-top: 20px;
	padding-bottom:20px;
	color:white;
	font-size: 15px;
	margin-bottom: 5px;
}

.slaInfoContent{
	display:block;
	background-color: #F7F7F7;
	width:78%;
	height:60px;
	padding-top: 30px;
	padding-bottom:30px;
	text-align: left;
	vertical-align: middle;
	padding-left: 2%;
	padding-top: 10px;
	color:#232223;
}


.slaText{
	color:#232223;
	font-size: 16px;
	text-align: left;
}

.slaExample{
	color:#232223;
	text-align: left;
}

#seoRedCloud{
	z-index:10;
	display:inline-block;
}

#seoRedCloud > img{
	width: 200px;
	height: 200px;
}

.menuBlockParent > .menuBlockChild {
	width:49%;
}

.menuBlockParent > a > .menuBlockChild {
	width:49%;
}

.headerBlockParent {
	width:100% !important;
	height:100%;
}

.headerBlockParent > .headerBlockChild {
	background-color:white !important;
	width: 49% !important;
	height: 43%;
}

.headerBlockChild > p {
	margin-left:10px;
	margin-top:10px;
	font-size:14px;
	font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif !important;
}

span[expired="true"]
{
	color: #bdbdbd;
}

/*new notification*/

.alertBoxesArea
{
	margin-top: 20px;
	height: 40px;
	overflow:hidden;
}

.greyBoxBkg
{
	background-color: #f7f7f7;
}

.grayBtn
{
	background-color: #dcdcdc;
	color: #4c4c4c;
}

.smallBtn {
	position: relative;
	display: inline;
	padding: 6px 4px;
	font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	/* text-transform: uppercase; */
	text-align: center;
	/* overflow: hidden; */
	/* opacity: 1; */
	cursor: pointer;
	color: #FFFFFF !important;
	background-color: #969696;
}

.notification
{
	position: fixed;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	left: 0;
	z-index: 1500;
	border-top: 3px solid #4C4C4C;
	background: #4C4C4C;
	color: #FFFFFF;
	text-align: center;
	font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-style: normal;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 30px;
	padding-top: 3px;
}

.notification.error
{
	border-color: rgba(213, 56, 41, 0.95) !important;
	background: rgba(213, 56, 41, 0.95);
}

.notification.success
{
	border-top: 3px solid #31a143;
	background: #31a143;
}

.notification.warning
{
	border-top: 3px solid #eca040;
	background: #eca040;
}

.notification.information
{
	border-top: 3px solid rgba(47, 132, 177, 1);
	background: rgba(47, 132, 177, 1);
}

table.crossConnect
{
	width: 100%;
	border-collapse: separate;
	background-color: #fafafa;
}
table.crossConnect tr
{

}
table.crossConnect th
{
	text-align: left;
	padding-left: 9px;
	font-size: 11pt;
	background-color: white;
}
table.crossConnect td
{
	height: 26px;
	padding: 5px;
	border: 5px solid white;
	vertical-align: top;
}
table.crossConnect td:first-child,
table.crossConnect td:nth-child(2)
{
	width: 100px;
	font-weight: bold;
}

table.crossConnect label
{
	float: none !important;
	display: inline;
	width: auto !important;
	font-weight: normal !important;
	font-size:9pt !important;
}

input.crossConnectFile
{
	padding-top: 4px;
	line-height: 20px;
	font-size: 9pt;
}

.crCnxPrev
{
	width: 256px;
	height: 256px;
	position: absolute;
	-webkit-box-shadow: 3px 3px 17px -7px rgba(0,0,0,0.75);
	-moz-box-shadow: 3px 3px 17px -7px rgba(0,0,0,0.75);
	box-shadow: 3px 3px 17px -7px rgba(0,0,0,0.75);
}

.whitelistCheckboxes
{
	display:inline-block;
	max-width:800px;
}

.whitelistCheckboxes label + input[type='checkbox']
{
	float:left;
}

.whitelistCheckboxes label
{
	text-align:justify !important;
	min-width:200px;
	max-width:200px;
}

.whitelistCheckboxes input[type='checkbox']
{
	margin-top:3px;
	margin-left:-20px;
	margin-right:30px;
}

/*.tooltip
{
  width: 100%;
}*/

.tooltip-inner
{
  max-width: @tooltip-max-width;
  display:inline-block;
}

.graphArea250
{
	width: 100%;
	height: 250px;
	background-color: #F7F7F7;
}
#graphHeader .graphTitle
{
	display: block;
	float: left;
	padding: 0px 15px 5px 0;
	font-size: 16px;
	background-color: #F7F7F7;
}
#graphHeader .buttonInactive
{
	display: block;
	float: left;
	padding: 5px 15px;
	font-size: 12px;
	color: #909090;
	background-color: #e0e0e0;
	cursor: pointer;
}
#graphHeader .buttonActive
{
	display: block;
	float: left;
	padding: 5px 15px;
	font-size: 12px;
	background-color: #F7F7F7;
	cursor: pointer;
}
#graphHeader .buttonInactive:hover,
#graphHeader .buttonActive:hover
{
	text-decoration: underline;
}

#graphHeader .prev,
#graphHeader .next
{
	padding: 0px 5px;
	background-color: transparent;
	color: #d2232a;
	font-size: 20px;
	line-height: 30px;
}

#graphHeader .prev:hover,
#graphHeader .next:hover
{
	background-color: #F7F7F7;
}

.jobChart
{
	margin-bottom:10px;
}

.jobChartTypes
{
	margin-right: -4.7px;
}

#jobTypeStatContainer
{
	width:100%;
}

#jobTypeStatContainer *{
	float:left;
}

.donutChartOverlay {
	font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	color:#232223;
	font-size:14pt;
	width:10px;
	height:10px;
	position:relative;
	text-align:justify;
	vertical-align:middle;
	right:115px;
	top:90px;
}
.stats_chart{
	position:relative;
}

.dashboardDesign
{
	box-sizing: border-box;
	position: relative;
	float:left;
	margin-left:5px;
	margin-bottom:5px;
	padding: 0px;
	text-align:left;
	line-height: normal;
	vertical-align:left;
	background:#F7F7F7;
}
.dashboardDesign .statsGraph
{
	background-color: #e6e6e6;
}
.lineChartIcon20
{
	width: 20px;
	height: 20px;
	background: transparent url(/assets/images/icons/LineChartIcon.png) no-repeat center center;
}
.lineChartIconRed20
{
	width: 20px;
	height: 20px;
	background: transparent url(/assets/images/icons/LineChartIconRed.png) no-repeat center center;
}

.dashboardArea
{
	box-sizing: border-box;
	position: relative;
	margin-bottom:10px;
	padding: 0px;
	text-align:left;
	line-height: normal;
	vertical-align:left;
	background:#F7F7F7;
}

.dashboardArea .graphArea
{
	background:#e6e6e6;
}

.textDash span
{
	font-size:30pt;
}

.donutChartOverlayGlobal {
	font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	color:#232223;
	text-align:center;
	width:10px;
	height:10px;
	font-size:16pt;
	vertical-align: middle;
	position:inherit;
	right:118px !important;
	top:125px !important;
}


.jobDashboardDesignGlobal
{
	box-sizing: border-box;
	position: relative;
	float:left;
	margin-left:5px;
	margin-bottom:5px;
	padding: 0px;
	text-align:left;
	line-height: normal;
	vertical-align:left;
	background:#F7F7F7;
}
.jobDashboardDesign
{
	box-sizing: border-box;
	position: relative;
	float:left;
	margin-left:5px;
	margin-bottom:5px;
	padding: 0px;
	text-align:left;
	line-height: normal;
	vertical-align:left;
	background:#F7F7F7;
}

.jobDashboardDesign:first-of-type{
	margin-left:-5px !important;
}

.textDash
{
	margin-left:40px;
	margin-top:25px;
	font-size:12pt;
}
.textDash span
{
	font-size:30pt;
}

.jobDetailsOverlay
{
	font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	text-align:center;
	font-size:14pt;
	position:relative;
	vertical-align: middle;
	bottom:140px;
	left:130px;
	width:10px;
	height:10px;
}

.redCheckbox:checked  + .colorDiv
{
	float:left;
	background:#d2232a;
}

#replyContent
{
	font-size:12pt;
	width:100%;
	height:auto;
}

#replyContent > p
{
	padding:10px;
}

#replyContent > p:first-child
{
	font-size:8pt;
}


#replyInput > textarea
{
	width:100%;
	height:auto;
	border:1px solid #F7F7F7;
}


.apiLogLimitSelector label, .apiLogLimitSelector select
{
	line-height: 30px;
	height: 30px;
}

.apiLogLimitSelector label
{
	margin-right: 10px;
}

.apiLogLimitSelector select
{
	width: auto;
}


.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #232223;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  0
  background-color: #ffffff;
  /* border: 1px solid #999; */
  /* border: 1px solid rgba(0, 0, 0, 0.3); */*
  border: 1px solid #999;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 0px;
  outline: none;
  /* -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); */
  -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.3);
  /* box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}

.modal.fade {
  top: -25%;
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
  -o-transition: opacity 0.3s linear, top 0.3s ease-out;
  transition: opacity 0.3s linear, top 0.3s ease-out;
}

.modal.fade.in {
  top: 10%;
}

.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}

.modal-header .close {
  margin-top: 2px;
}

.modal-header h3 {
  margin: 0;
  line-height: 30px;
}

.modal-body {
  position: relative;
  max-height: 400px;
  padding: 15px;
  overflow-y: auto;
}

.modal-form {
  margin-bottom: 0;
}

.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #F7F7F7;
  border-top: 0px solid #ddd;
  -webkit-border-radius: 0 0 0px 0px;
	 -moz-border-radius: 0 0 0px 0px;
		  border-radius: 0 0 0px 0px;
  *zoom: 0;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
	 -moz-box-shadow: inset 0 1px 0 #ffffff;
		  box-shadow: inset 0 1px 0 #ffffff;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  line-height: 0;
  content: "";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}


.callBackUrlDescriptions > a:last-child
{
	margin-right:0px !important;
}

.meter {
	height: 10px;  /* Can be anything */
	position: relative;
	background: #444444;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 1px;
	padding: 0px;
	box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
}

.meter > span {
  display: block;
  height: 100%;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  background-color: #52ac01;
}

.gameserverHashInformation span
{
	display: inline-block;
}

.gameserverHashInformation > div.row > span:first-child
{
	width: 150px;
	font-weight: bold;
}

/*===== Vertical Timeline =====*/
#conference-timeline {
  position: relative;
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
}
#conference-timeline .timeline-start,
#conference-timeline .timeline-end {
  display: table;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  background: #d2232a;
  padding: 15px 23px;
  color: #fff;
  max-width: 5%;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
#conference-timeline .conference-center-line {
  position: absolute;
  width: 3px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -2px;
  background: #d2232a;
  z-index: -1;
}
#conference-timeline .conference-timeline-content {
  padding-top: 67px;
  padding-bottom: 67px;
}
.timeline-article {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin: 20px 0;
}
.timeline-article .content-left-container,
.timeline-article .content-right-container {
  max-width: 44%;
  width: 100%;
}
.timeline-article .timeline-author {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #242424;
  text-align: right;
}
.timeline-article .content-left,
.timeline-article .content-right {
  position: relative;
  width: auto;
  border: 1px solid #ddd;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,.03);
  padding: 27px 25px;
}
.timeline-article p {
  margin: 0 0 0 px;
  padding: 0;
  font-weight: 400;
  color: #242424;
  font-size: 14px;
  line-height: 24px;
  position: relative;
}
.timeline-article p span.article-number {
  position: absolute;
  font-weight: 300;
  font-size: 44px;
  top: 10px;
  left: -60px;
  color: #d2232a;
}
.timeline-article .content-left-container {
  float: left;
}
.timeline-article .content-right-container {
  float: right;
}
.timeline-article .content-left:before,
.timeline-article .content-right:before{
  position: absolute;
  top: 20px;
  font-size: 23px;
  font-family: "FontAwesome";
  color: #fff;
}
.timeline-article .content-left:before {
  content: "\f0da";
  right: -8px;
}
.timeline-article .content-right:before {
  content: "\f0d9";
  left: -8px;
}
.timeline-article .meta-date {
  position: absolute;
  top: 0;
  left: 50%;
  width: 62px;
  height: 62px;
  margin-left: -31px;
  color: #fff;
  border-radius: 100%;
  background: #d2232a;
}
.timeline-article .meta-date .date,
.timeline-article .meta-date .month {
  display: block;
  text-align: center;
  font-weight: 900;
}
.timeline-article .meta-date .date {
  font-size: 15px;
  line-height: 65px;
}
.timeline-article .meta-date .month {
  font-size: 18px;
  line-height: 10px;
}
/*===== // Vertical Timeline =====*/

/*===== Resonsive Vertical Timeline =====*/
@media only screen and (max-width: 830px) {
  #conference-timeline .timeline-start,
  #conference-timeline .timeline-end {
	margin: 0;
  }
  #conference-timeline .conference-center-line {
	margin-left: 0;
	left: 50px;
  }
  .timeline-article .meta-date {
	margin-left: 0;
	left: 20px;
  }
  .timeline-article .content-left-container,
  .timeline-article .content-right-container {
	max-width: 100%;
	width: auto;
	float: none;
	margin-left: 110px;
	min-height: 53px;
  }
  .timeline-article .content-left-container {
	margin-bottom: 20px;
  }
  .timeline-article .content-left,
  .timeline-article .content-right {
	padding: 10px 25px;
	min-height: 65px;
  }
  .timeline-article .content-left:before {
	content: "\f0d9";
	right: auto;
	left: -8px;
  }
  .timeline-article .content-right:before {
	display: none;
  }
}
@media only screen and (max-width: 400px) {
  .timeline-article p {
	margin: 0;
  }
  .timeline-article p span.article-number {
	display: none;
  }

}
/*===== // Resonsive Vertical Timeline =====*/


body > .blackOverlay
{
	position:fixed;
	top:0;
	left:0;
	background:rgba(0,0,0,0.85);
	z-index: 1100;
	width:100%;
	height:100%;
}

body > .blackOverlay > div
{
	color: #FFFFFF;
	font-size: 24px;
	width: 720px;
	height: 100px;
	margin: 0 auto;
	position: absolute;
	top: calc(50% - 50px);
	left: calc(50% - 360px);
	text-align: center;
	line-height: 100px;
}

body > .blackOverlay > a
{
	color: #FFFFFF;
	margin: 0 auto;
	position: absolute;
	top: calc(50% + 30px);
	left: calc(50% - 100px);
	text-align: center;
	width: 200px;
	text-decoration: none;
}

.livechatbox
{
	margin-top: 10px;
	margin-bottom: 10px;
}

.livechatbox a,
.livechatbox i
{
	font-weight: bold;
	text-decoration: none;
}

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

.dashboard-livechatbox
{
	margin-top: 10px;
	margin-bottom: 10px;
}

input[type="number"] {
   width:50px;
}
.search_options {
}

.search_options label {
	font-size:1em;
	padding-right: 5px;
	display:inline;
}

.search_options em {
	display:block;
	float:left;
	width:55px;
}


form#eventPageForm input[type="text"],
form#eventPageForm input[type="number"]
{
    box-sizing: border-box;
    height: auto;
}

.disabled-group label {
	color: #777;
	font-weight: normal;
	cursor: default;
}

.disabled-group input[type=text],
.disabled-group select {
	cursor: default;
	border: 1;
	background-color: #f7f7f7;
	background-image: none;
	box-shadow: none;
	color: #777;
}

.group-photo-cover {
	 height: 250px;
	 background-size: cover;
	 background-repeat: no-repeat;
	 background-position: center;
}

.one-platform-table th.continent-header {
	font-variant: small-caps;
	width: 160px;
}

.one-platform-table td.country-header {
	color: #D2232A;
	font-weight: bold;
	text-align: left;
}

.one-platform-table a {
	color: #666;
}

.one-platform-table a:hover {
	/* color: #d2232a; */
	color: #232223;
}

.list-nostyle {
	list-style-type: none;
	margin-left: 0;
}

.list-header {
	color: #d2232a;
}

.oneLandingHeader {
	background-size: cover;
	background-repeat: no-repeat;
	height: 300px;
	font-size: 46px;
	color: white;
	text-align: right;
	text-shadow: 3px 4px 20px #333;
	padding: 40px 20px 0 0;
}

.flex-columns {
	display: inline-flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
}

.one {
	font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 14px;
}

.one.onefourthTable.left {
	width: 400px;
    height: 400px;
    padding: 30px;
    margin: 8px;
    margin-bottom: 30px;
    background-color: #F7F7F7;
	border-bottom: 5px solid #d2232a;
	position: relative;
}

.one.onethirdTable.left {
	width: 280px;
    height: 450px;
    padding: 15px;
    margin: 8px;
    background-color: #F7F7F7;
	border-bottom: 5px solid #d2232a;
	position: relative;
}

.onecenter {
	width: inherit;
}

.onebutton {
	position: absolute;
    color: white;
    background-color: #d2232a;
    padding: 10px 20px;
	bottom: 10px;
	font-size: 20px;
	left: calc(50% - 62.5px);
	line-height: 20px;
}

.onebutton:hover {
	text-decoration: none;
	color: white;
	line-height: 20px;
}

.no-left {
	margin-right: 0!important;
}

.no-right {
	margin-left: 46px!important;
}

.no_justify {
	text-align: left;
}

ul.list-nostyle.smallfont {
	line-height: 8px;
}

/* DSMO */
.world > img {
	max-width: inherit;
}

ul.step-buttons > .step-button.active {
	background-color: #232223 !important;
	color: white;
	text-decoration: underline;
}

.os-tab > img {
	height: 35px;
}

.option-button > .box {
	margin: 0;
}

.container--dsmo h1,h3,h4,h5,h6 {
	margin: 10px 0;
}
.container--dsmo h2.table--title > img {
	margin-top: -10px;
}
.container--dsmo a {
	text-decoration: none !important;
}

.cart-location-items p {
	margin: 10px 0;
}
.configuration-title {
	margin: 20px 0;
}
.container--dsmo .cart--location--header {
	padding: 0 10px;
	display: flex;
	align-items: center;
}
.container--dsmo .cart-total p {
	margin: 10px 0;
}
.container--dsmo .service--container h2 {
	margin-bottom: 20px;
}
.container--dsmo .service--container h3 {
	margin: 10px 0;
}
.container--dsmo .quote-location > h3 {
	display: flex;
	align-items: center;
}
.container--dsmo .quote-location .location-SLA {
	color: #232223;
}
.container--dsmo > div {
	min-width: 1100px;
}
body {
	overflow: auto !important;
}
/* ui */
form[name=loginform],     
form[name=forgotform],   
form[name=resetpassword],
.reset-password {   
	border: 1px solid black;
	width: 600px;
	padding: 20px;
	box-shadow: 2px 2px 5px #eee;
}    

form[name=loginform] .alert {    
	margin: 0 4%;	
}    

form[name=loginform] > .row > .left > img {
	display: block;
    padding: 4%;
}

form[name=loginform] > .row > .left > .formLine {
	display: inline-block;
	width: 45%;
	padding-left: 4%;
}

form[name=loginform] > .row > .left > .formLine > input {
    width: 90%;
}

form[name=loginform] > .w_300 {
	width: 100% !important;
}

form[name=loginform] > div.w_300 > div.m_t25.m_l130 {
	margin-left: 4%;
	margin-top: 25px;
}

form[name=loginform] > div.w_300 > .right > button {
	margin-left: 0;
	margin-right: 20px;
}

form[name=loginform] > div.w_300 > .right {
	float: none !important;
	margin-left: 4%;
}

.validate-email {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: 1px solid black;
	box-shadow: 2px 2px 5px #eee;
	padding: 10px;
}
.labelTable tr th:first-child,
.labelTable tr td:first-child
{
    width:250px;
	word-break: break-all;
}

.dt-buttons
{
	float: right;
}

.dt-dropdown
{
	display: block;
	opacity: 1;
	position: absolute;
	width: 50px;
	padding: 2px 2px 2px 4px;
	margin: 0;
	border: 1px solid rgba( 0, 0, 0, 0.4 );
	background-color: rgba( 255, 255, 255, 0.3 );
	overflow: hidden;
	z-index: 2002;
}

.dt-dropdown > .dt-button
{
	width: 50px;
	height: auto;
	left: 0;
	right: 0;
	padding: 5px;
	display: block;
	float: none;
	margin-bottom: 1px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #d0d0d0;
	cursor: pointer;
	color: #232223 !important;
	white-space: nowrap;
	line-height: 20px;
}

.dt-dropdown > .dt-button:hover {
	border: 1px solid #999;
	background-color: #F7F7F7;
}

.tool_tip:hover {
	cursor: help;
	position: relative
}
.tool_tip span {
	display: none
}
.tool_tip:hover span {
	display: block;
	z-index: 100;
	background-color: #5e5e5e !important;
	margin: 20px;
	width: 500px;
	position: fixed;
	padding: 10px;
	text-decoration: none;
	border-radius: 5px 5px 5px;
	top: 40%;
	left: 40%;
    color: #FFFFFF;
    text-align: center;
}
