@charset "utf-8";
::selection{background-color:#2c82bd;color:rgb(255, 255, 255);}
body {
	scrollbar-face-color: #124F79;
    scrollbar-shadow-color: rgba(181, 192, 199, 1);
    scrollbar-highlight-color: rgba(30, 30, 30, 1);
    scrollbar-3dlight-color: rgba(236, 105, 31, 1);
    scrollbar-darkshadow-color: rgba(184, 50, 50, 1);
    scrollbar-track-color: rgb(255, 255, 255);
	scrollbar-arrow-color: rgba(44, 130, 189, 1);
	scrollbar-darkshadow-color: red;
}
body:hover {
    scrollbar-face-color: rgba(44, 129, 188, 1);
    scrollbar-arrow-color: #4d4d4d;
}

::-webkit-scrollbar {
  width: 15px;
  height: 15px;
  border: 1px solid rgb(218, 218, 218);
  
}
::-webkit-scrollbar-button:start:decrement  {
	background-image:url(images/icons/up.png);
	background-repeat:no-repeat;
	
}
::-webkit-scrollbar-button:end:increment  {
   background-image:url(images/icons/down.png);
   background-repeat:no-repeat;
}
::-webkit-scrollbar-track{
  background: rgba(0, 0, 0, 0.1);
}
::-webkit-scrollbar-button {  
	background-color: #B4B4B4;
}
::-webkit-scrollbar-button:hover {  
	background-color: #616161; 
}
::-webkit-scrollbar-button:active {  
	background-color: #383434; 
}
::-webkit-scrollbar-thumb{
  background: #2c82bd;
  border: 1px solid rgb(190, 190, 190);
}
::-webkit-scrollbar-thumb:hover {
	background:#2676AD;
}
::-webkit-scrollbar-thumb:active{
	background:#124F79;
}
@font-face {
	font-family: "SCRYPTII";
	src: url(fonts/SCRYPTII.TTF);
}
@font-face {
	font-family: "TLFont";
	src: url(fonts/TLFont.ttf);
}
.TL:before{
    font-family: 'TLFont';
	content:"t";
}
body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4d4d4d;
}
.bodybg {
	/*
	background-image:url("images/bg-site.jpg");
	background-repeat:no-repeat;
   */
}
a {
	/*color:#517DC2;*/
	color:#4d4d4d;
	text-decoration:none;
}
a:hover {
	color:#28B2D5;
	text-decoration:none;
}
input , textarea , select {
	color:#4d4d4d;
	font-family:Arial, Helvetica, sans-serif;
}
input:focus ,select:focus {
	outline:none;
}
button {
	cursor:pointer;
}
img {
	border:none;
}
.clear {
	clear:both;
}
.block {
	position:relative;
	height:auto;
}
.CenterBlock {
	position:relative;
	margin:0 auto;
	height:auto;
	width:980px;
}

.CenterBlockSingle {
	position:relative;
	margin:0 auto;
	height:auto;
	width:980px;
}


.sidebar {
width: 250px;
overflow: hidden;
}
.divider_line2 {
background: url("images/divider-line.png") no-repeat scroll center top transparent;
float: left;
height: 18px;
margin: 22px 0;
padding: 0;
width: 100%;
}
.home {
	background-image:url("images/home.png");
	background-repeat:no-repeat;
	display:block;
}
.absmiddle {
	vertical-align:middle;
}
#logo {
	width:260px;
	height:76px;
	background-position:0 0;
	position:absolute;
	top:17px;
	left:0;
}
#header_slider {
	width:590px;
	height:110px;
	position:absolute;
	left:260px;
}
#loginButtonContainer {
	position:relative;
	z-index:999;
	background-color:#2c82bd;
}
#loginPanel {
	height:50px;
	width:980px;
	overflow:hidden;
	font-weight:700;
	color:#FFF;
	display:none;
}
#loginButton {
	width:160px;
	cursor:pointer;
	background-color:#2c82bd;
	color:#FFF;
	font-weight:700;
	font-size:12px;
	text-align:center;
	padding:8px 0 6px 0;
	padding-left:9px;
	border-top:1px solid #fff;
}
#loginButton a{
	color:#FFF;

}

#loginButton:hover {
	background-color:#4d4d4d;
}
.login_button_icon {
	background-position:-549px -245px;
	width:21px;
	height:24px;
	display:inline-block;
	vertical-align:middle;
	margin:0 5px 3px 0;
}
.login_button_arrow {
	background-position:-756px -160px;
	width:11px;
	height:9px;
	display:inline-block;
	vertical-align:middle;
	margin:0 0 0 5px;
}
.loginPanelOpen .login_button_arrow {
	background-position:-744px -160px;
}
.loginform_a {
	color:#FFF;
	font-weight:700;
}
.loginform_a:hover {
	text-decoration:underline;
}
.loginform_a span{
	display:inline-block;
	vertical-align:middle;
	width:18px;
	height:21px;
	margin:0 2px 0 10px;
}
#new_user_register_a span{
	background-position:-743px -173px;
}
#forgot_password_a span{
	background-position:-779px -210px;
	width:18px;
	height:23px;
}

.mobilayar{
	width:700px;
}

.register_form_error {
	border-color:#F00 !important;
}
/*
.loginInputBg {
	border:1px solid #4d4d4d;
	background-color:#FFF;
	width:190px;
	height:24px;
	display:inline-block;
	vertical-align:middle;
	margin-left:10px;
}
*/
.loginInputBg {
	width:190px;
	height:24px;
	padding:1px;
	display:inline-block;
	vertical-align:middle;
	margin-left:10px;
	background-image:url("images/home.png");
	background-repeat:no-repeat;
	background-position:-542px -696px;
}
.loginInputBg input[type="text"] , .loginInputBg input[type="password"] {
	border:none;
	margin:0;
	padding:0;
	height:24px;
	/*line-height:24px;*/
	text-indent:10px;
	width:188px;
	background:none;
}
.loginInputBg input[type="password"] {
	font-size:18px;
	width:154px;
}
.Radius8 {
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomright: 8px;
	border-top-left-radius: 8px;
	border-bottom-right-radius: 8px;	
}
.loginInputBg button {
	background:none;
	border:none;
	margin:0;
	padding:0;
	outline:none;
	display:inline-block;
	vertical-align:top;
}
.loginInputBg button::-moz-focus-inner {
    padding: 0;
    border: 0
}
.loginInputBg button .home{
	display:inline-block;
	width:26px;
	height:20px;
	margin:2px 0;
	background-color:#4d4d4d;
	background-position:-729px -195px;
}
.loginInputBg button:hover .home{
	background-color:#2c82bc;
}
#loggedinButtons {
	background-color:#2c82bc;
	color:#FFF;
	/*padding:12px 20px 0 20px;*/
	padding:7px 0 0 0;
	font-size:11px;
	font-weight:700;
}
#loggedinButtons .home{
	display:inline-block;
	vertical-align:middle;
	margin:6px 4px 6px 0;
}
.loggedinUserIcon {
	background-position:-714px -154px;
	width:14px;
	height:18px;
	margin-left:20px !important;
}
.loggedinPanelIcon {
	background-position:-700px -158px;
	width:13px;
	height:14px;
	margin-left:20px !important;
}
.loggedinExitIcon {
	background-position:-729px -159px;
	width:14px;
	height:14px;
}
#loggedinButtons a{
	color:#FFF;
}
#loggedinButtons a:hover{
	text-decoration:underline;
}
.loggedin_a {
	display:block;
	line-height:30px;
	color:#FFF;
}
.loggedin_a:hover {
	background-color:#4d4d4d;
	text-decoration:none !important;
}
#loggedinExit_a {
	display:block;
	text-align:center;
	color:#FFF;
	border-top:1px solid #FFF;
}
#loggedinExit_a:hover {
	background-color:#ba2312;
	text-decoration:none !important;
}
#rememberme {
	display:none;
}
input[type="checkbox"]#rememberme + label{
	display:inline-block;
	width:20px;
	height:20px;
	background-position:-682px -173px;
	background-repeat:no-repeat;
	background-image:url("images/home.png");
	vertical-align:middle;
}
input[type="checkbox"]:checked#rememberme + label{
	background-position:-703px -173px;
}
.relative {
	position:relative !important;
}
.absolute {
	position:absolute !important;
}
.left {
	float:left !important;
}
.right {
	float:right !important;
}
.inlineBlock {
	display:inline-block;
}
.bold {
	font-weight:bold;
}
.sloganContainer {
	position:relative;
	margin:24px auto 0 auto;
	height:50px;
	width:auto;
}
.sloganLeft,.sloganCenter,.sloganRight {
	position:relative;
	float:left;
	height:100%;
	width:auto;
}
.sloganLeft,.sloganRight {
	width:20px !important;
}
.sloganCenter {
	min-width:197px;
	font-family:SCRYPTII,Arial, Helvetica, sans-serif;
}
.Hmenu {
	position:relative;
	float:left;
	line-height:46px;
	height:46px;
	color:#FFF;
	/*padding:4px 44px 0 44px;*/
	/*padding:4px 27px 0 27px;*/
	padding: 4px 23px 0 23px;
	font-size:15px;
	font-weight:bold;
	cursor:pointer;
}
.Hmenu:hover , .HmenuSelected {
	background-color:#4d4d4d;
}
.Hmenu span{
	position:absolute;
	display:none;
	width:100%;
	height:100%;
	background-color:#4d4d4d;
	z-index:-1;
	top:0;
	left:0;
}
.homeicon {
	width:30px;
	height:29px;
	background-position:-392px -46px;
	top:10px;
	position:absolute;
	left:0;
	cursor:pointer;
}
.basketicon {
	width:37px;
	height:28px;
	background-position:-467px -46px;
	top:12px;
	position:absolute;
	right:0;
	cursor:pointer;
}
.basketFullicon {
	background-position: -427px -47px;
}
#inBasket {
	display:block;
	color:#FFF;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	margin-left:5px;
}
.submenu {
	width:auto;
	height:auto;
	position:absolute;
	background-color:#4d4d4d;
	color:#FFF;
	border:4px solid #FFF;
	border-top:none;
	z-index:997;
	display:none;
	/*overflow:hidden;*/
	-webkit-box-shadow: 0px 0px 13px rgba(50, 50, 50, 0.7);
	-moz-box-shadow:    0px 0px 13px rgba(50, 50, 50, 0.7);
	box-shadow:         0px 0px 13px rgba(50, 50, 50, 0.7);	
}

.sub_menu_bg {
	width:100%;
	height:6px;
	border:30px solid #FFF;
	border-top:none;
	border-bottom:none;
	position:absolute;
	top:0;
	left:-30px;
	z-index:2;
	display:none;
}

#lightbox {
	position:fixed;
	width:100%;
	height:100%;
	z-index:995;
	display:none;
}
#popup {
	position:fixed;
	width:100%;
	height:100%;
	z-index:9999;
	display:none;
	background-image:url("images/popupbg.png");
	cursor:pointer;
}
#popupTable {
	position:relative;
	width:100%;
	height:100%;
	display:table;
	text-align:center;
}
#popupContainer {
	width:500px;
	height:450px;
	vertical-align:middle;
	display:table-cell;
}
#popupBorder {
	display:inline-block;
	position:relative;
	width:auto;
	height:auto;
	color:#FFF;
	margin:0 100px;
	cursor:default;
	border:8px solid #4d4d4d;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.59);
	-moz-box-shadow:    0px 0px 30px 0px rgba(50, 50, 50, 0.59);
	box-shadow:         0px 0px 30px 0px rgba(50, 50, 50, 0.59);
}
/*
#popupContent img{
	height:auto;
	max-height:100%;
}
*/
#popupContent {
	padding:10px;
	background-color:#FFF;
}
#popupContent iframe{
	background-color:#FFF;
	width:780px;
	height:500px;
	max-height:100%;
	text-align:center;
}
.popupHeader {
	background-color:#2c82bc;
	height:35px;
	line-height:35px;
	margin-bottom:10px;
	font-size:18px;
	position:relative;
}
#popupBorder .icon.ClosePopUp {
	cursor:pointer;
	position:absolute;
	right:-25px;
	top:-25px;
	z-index:2;
	background-position:-743px -480px; 
	width:52px; 
	height:52px;
}
#popupBorder .icon.ClosePopUp:hover {
	background-position:-743px -533px; 
}
#top_menu {
}
.top_menu_fixed {
	position:fixed;
	width:100%;
	top:0;
}
.top_sub_fixed {
	position:fixed;
	width:100%;
	top:50px;
	z-index:997;	
}
.submenu table {
	margin:16px 16px 16px 21px;
	padding:0;
}
.submenu table ul {
	margin:0;
	padding:0;
	list-style:none;
	font-size:12px;
	font-weight:bold;
}
.submenu table ul li{
	white-space:nowrap;
}
.menuArrow {
	width:8px;
	height:10px;
	background-position:-685px -136px;
	display:inline-block;
	margin:0 5px 0 0;
	vertical-align:middle;
}
.submenu ul a{
	color:#fff;
	display:block;
	line-height:20px;
	margin:4px 0;
	padding:0 5px;
}
.submenu ul a:hover{
	background-color:#2c82bd;
}
.submenu_line {
	width:1px;
	height:203px;
	background-color:#5d5d5d;
	border-left:1px solid #3a3a3a;
	position:absolute;
	top:-40px;
	left:15px;
}
.submenu h2 {
	margin:0 0 2px 0;
	padding:0;
	font-size:15px;
	color:#FFF;
}
.individualIcon {
	width:14px;
	height:17px;
	background-position:-685px -437px;
	display:inline-block;
	margin-right:6px;
}
.institutionalIcon {
	width:14px;
	height:17px;
	background-position:-670px -437px;
	display:inline-block;
	margin-right:6px;
}

/* ----------- domain search ------------ */
#searchInput {
	width:295px;
	background:transparent;
	font-size:19px;
	line-height:19px;
	border:none;
}
#selectExtensions {
	width:430px;
	margin-left:77px;
}
#selectExtensions div.extDiv {
	width:86px;
	float:left;
	margin-bottom:12px;
}
#selectExtensions input[type="checkbox"]{
	display:none;
}
#selectExtensions input[type="checkbox"] + label{
	display:inline-block;
	width:19px;
	height:17px;
	background-position:-634px -44px;
	background-image:url("images/home.png");
	background-repeat:no-repeat;
	vertical-align:middle;
}
#selectExtensions input[type="checkbox"]:checked + label{
	background-position:-634px -65px;
}
.Radius10 {
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;	
}
.Radius20 {
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomright: 20px;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;	
}
.domainResultTr{
	margin-bottom:14px;
}
.domainResultIcon {
	background-image:url("images/home.png");
	background-repeat:no-repeat;
	background-position:-700px -134px;
	width:16px;
	height:20px;
	float:left;
	margin-right:13px;
}
.domainResultname {
	color:#2c82bc;
	font-weight:bold;
	font-size:15px;
	line-height:20px;
	//width:169px;
	width:216px;
	float:left;
}
.domainResultSelect {
	float:left;
	margin-left:3px;
	/*background-image:url("images/home.png");
	background-repeat:no-repeat;
	background-position:-446px -336px;*/
	width:164px;
	height:18px;
	overflow:hidden;
	position:relative;
	border:1px solid #2c82bc;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomright: 8px;
	border-top-left-radius: 8px;
	border-bottom-right-radius: 8px;	
}
.domainResultSelect select{
	background:none;
	border:none;
   -webkit-appearance: none;
   -moz-appearance: none;
    appearance: none;
	text-align:center;
	width:164px;
	text-align:left;
	text-indent:3px;	
}
.domainResultSelect:after {
    content:'<>';
    font:11px "Consolas", monospace;
    color:#FFF;
	font-weight:bold;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
    right:9px; top:2px;
    padding:0 0 2px;
    position:absolute;
    pointer-events:none;
}
.domainResultSelect:before {
    content:'';
    right:0; top:0px;
    width:20px; height:20px;
    background:#2c82bc;
    position:absolute;
    pointer-events:none;
    display:block;
	padding-left:10px;
}
.domainResultSelect select::-ms-expand {
    display: none;
}
.domainResultTransfer {
	float:left;
	background-image:url("images/home.png");
	background-repeat:no-repeat;
	background-position:-775px -134px;
	width:138px;
	height:25px;
	line-height:25px;
	background-color:#2c82bc;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
/*	
	-webkit-border-top-left-radius: 7px;
	-moz-border-radius-topleft: 7px;
	border-top-left-radius: 7px;
*/
}
.domainResultTransfer:hover {
	background-color:#4d4d4d;
}
.domainResultWhois {
	float:left;
	margin-left:1px;
	width:31px;
	height:25px;
	background-color:#2c82bc;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	line-height:25px;
	cursor:pointer;
/*	
	-webkit-border-bottom-right-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	border-bottom-right-radius: 7px;
*/	
}
.WhoIsForm {
	text-align:center;
}
.WhoIsForm input[type="text"]{
	font-size:15px;
	color:#4d4d4d;
	border:none;
	text-indent:6px;
}
.WhoIsForm button{
	background:none;
	border:none;
	margin:0 2px 2px 0;
	padding:0;
}
.WhoIsForm button .home {
	width: 20px;
	height: 20px;
	background-position: -544px -289px;
}
.WhoIsFormDiv {
	border:1px solid #888;
	padding:4px;	
}
.domainResultWhois:hover {
	background-color:#4d4d4d;
}
.domainUnAvailable .domainResultIcon{
	background-position:-719px -134px !important;
}
.domainUnAvailable .domainResultname{
	color:#4d4d4d !important;
}
/* -----------#domain search ------------ */

.homeBox {
	position:relative;
	float:left;
	width:290px;
	margin-left:45px;	
}
.homeBox .Radius20 {
	background-color:#ed691f;
	height:140px;
	width:100%;
}
.homeBox p{
	margin:16px 0 5px 0;
	padding:0;
	text-align:justify;
}


.homeBox3 {
	position:relative;
	float:left;
	width:635px;
	margin-left:0px;	
}
.homeBox3 .Radius20 {
	background-color:#ed691f;
	height:140px;
	width:100%;
}
.homeBox3 p{
	margin:16px 0 5px 0;
	padding:0;
	text-align:justify;
}



.homeBox2 {
	position:relative;
	float:left;
	width:290px;
	margin-left:0;	
}
.homeBox2 .Radius20 {
	background-color:#ed691f;
	height:140px;
	width:100%;
}
.homeBox2 p{
	margin:16px 0 5px 0;
	padding:0;
	text-align:justify;
}
.Radius20 h2 {
	text-align:center;
	color:#FFF;
	font-size:22px;
	margin:20px 0 0 0;
}

.boxNextIcon {
	width:21px; 
	vertical-align:middle; 
	height:21px; 
	display:inline-block !important; 
	background-position:-751px 0;
}
.boxNextText {
	font-size:13px;
	font-weight:bold;
}
a:hover.boxNexta {
	color:#2c82bc;
}
a:hover.boxNexta .boxNextIcon{
	background-position:-775px 0;
}
/*-------------- Footer ---------------*/
.footerBox {
	float:left;
	position:relative;
	color:#FFF;
	padding-top:8px;
	line-height:18px;
}
.footerBox h3{
	font-size:22px;
	line-height:40px;
	margin:0;
}
.footerBox a{
	color:#FFF;
}
.footerBox a:hover{
	text-decoration:underline;
}
.footerBox p{
	margin:5px 0 0 0;
}
.footerIcon {
	display:inline-block;
	width:39px;
	height:33px;
	vertical-align:top;
}
.footerLine {
	width:1px;
	height:175px;
	background-color:#FFF;
	float:left;
	margin:25px 47px;
}
.footerPayLine {
	height:39px;
	width:1px;
	margin:0 13px;
}
.footerSocial {
	background-image:url("images/home.png");
	background-repeat:no-repeat;
	width:30px;
	height:30px;
	margin-left:32px;
	float:left;
	cursor:pointer;
}
.servicecontract a { color:#FFF; }
.servicecontract a:hover { text-decoration:underline; }
.servicecontract {
	text-align:center;
}
.Sfacebook { background-position:0 -184px; }
.Stwitter { background-position:-37px -184px; }
.Sgoogle { background-position:-73px -184px; }
.Sin { background-position:-110px -184px; }

.Sfacebook:hover { background-position:0 -219px; }
.Stwitter:hover { background-position:-37px -219px; }
.Sgoogle:hover { background-position:-73px -219px; }
.Sin:hover { background-position:-110px -219px; }
/*-------------- Footer ---------------*/

/*-------------- Technic ---------------*/
.technicBox {
	margin:0 0 0 0px;
	color:#FFF;
	float:left;
}
.technicIcon {
	background-image:url("images/arkadaslik_siteleri.png");
	background-repeat:no-repeat;
	width:292px;
	height:168px;
	display:inline-block;
border-top-left-radius:10px;
border-bottom-right-radius:10px;
border:#fff solid 5px ;	
}
.technicIcon1 {
	background-image:url("images/seslichat-paneli.png");
background-repeat:no-repeat;
	width:292px;
	height:168px;
	display:inline-block;
border-top-left-radius:10px;
border-bottom-right-radius:10px;
border:#fff solid 5px ;
}
.technicIcon2 {
	background-image:url("images/facebook.png");
background-repeat:no-repeat;
	width:292px;
	height:168px;
	display:inline-block;
border-top-left-radius:10px;
border-bottom-right-radius:10px;
border:#fff solid 5px ;
}
.technicText {
	margin:0 0 0 9px;
	padding-top:5px;
	display:inline-block;
	width:285px;
	height:50px;	
	height:auto;
	vertical-align:top;
	text-align:center;
}
.technicText h2{
	margin:0;
	font-size:16px;
	line-height:22px;
}
.technicText h2 a{
	margin:0;
	font-size:16px;
	line-height:22px;
}

.technicText a{
	margin:0;
	font-size:16px;
	line-height:22px;
	color:#ffffff;
}
/*--------------#Technic ---------------*/

/*--- SLIDER TPL --- */
#slider {
	width:100%;
	height:342px;
	position:relative;
	overflow:hidden;
}
#slider_container {
	width:100%;
	height:auto;
	position:absolute;
	white-space:nowrap;
}
.slider_page {
	width:100%;
}
.slider_page_content {
	width:980px;
	height:342px;
	position:relative;
	margin:0 auto;
}
#slider_left , #slider_right {
	background-image:url("images/home.png");
	background-repeat:no-repeat;
	width:15px;
	height:40px;
	position:absolute;
	top:143px;
	cursor:pointer;
	display:none;
	z-index:2;	
}
#slider_left {
	background-position:-613px -41px;
	left:0;
}
#slider_right {
	background-position:-594px -41px;
	right:0;
}
#slider_left:hover {
	background-position:-573px -41px;
}
#slider_right:hover {
	background-position:-554px -41px;
}
#slider_point_container {
	bottom:0;
	position:absolute;
	width:100%;
	height:30px;
	text-align:right;
}
#slider_point {
	position:absolute;
	right:0;
	margin-top: 5px;
}
.inside_point {
	width:14px;
	height:14px;
	display:block;
	background-color:#666666;
	margin:0 auto;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 15px;
	border: white solid 1px;
}

.slider_point {
	cursor:pointer;
	text-align:center;
	vertical-align:middle;
	width:16px;
	height:16px;
}
.point_selected ,.orange_point ,.inside_point:hover { background-color:#2f81bb; }

/*---#SLIDER TPL --- */


#domainSearchButton {
	width:140px; 
	background-color:#2c82bd; 
	cursor:pointer; 
	height:30px; 
	margin-right:30px; 
	float:right;
}
#domainSearchButton:hover {
	background-color:#4d4d4d; 
}
#domainSellButton {
	width:147px; 
	background-color:#77a101; 
	cursor:pointer; 
	height:30px; 
	float:right;
}
#domainSellButton:hover {
	background-color:#4d4d4d; 
}
.batchDomain {
	width:980px;
	margin:0 auto;
}
.batchDomain a span{
	display:inline-block;
	width:7px;
	height:15px;
	vertical-align:middle;
	background-image:url("images/home.png");
	background-repeat:no-repeat;
	background-position:-693px -136px;
	margin-right:3px;
}
.batchDomain a{
	font-weight:bold;
	margin-right:40px;
	color:#4d4d4d;
}
.batchDomain a:hover{
	color:#2c82bd;
}
.SearchDomainBottom {
	width:100%;
	height:13px;
	background-image:url("images/domain_bottom_shadow.png");
	background-repeat:repeat-x;
	background-position:bottom;
	display:none;
}
#SearchDomainClose {
	width:94px;
	height:27px;
	top:-41px;
	left:0;
	cursor:pointer;
	padding-top:20px;
	position:absolute;
	color:#FFF;
	text-align:center;
	font-size:10px;
	background-image:url("images/home.png");
	background-repeat:no-repeat;
	background-position:-338px -407px;	
}
#SearchDomainClose:hover {
	background-position:-434px -407px;
}

/*------ web Hosting -------*/
.package_header_column {
	width:161px;
	height:205px;
	background-color:#d68b00;
	float:left;
	margin-left:1px;
	position:relative;
	color:#FFF;
	font-weight:bold;
	cursor:pointer;
}
.package_header_column:hover {
	opacity:0.8;
}
.package_header_column #web_hosting_caption {
	position:relative;
	width:100%;
	text-align:center;
	font-size:17px;
	background-color:#1a6391;
	padding:22px 0 13px 0;
	-webkit-border-top-left-radius: 40px;
	-moz-border-radius-topleft: 40px;
	border-top-left-radius: 40px;	
}
.package_header_column .ph_circle {
	width:126px;
	height:126px;
	position:absolute;
	left:17.5px;
	top:37px;
	background-color:#ab6f00;
	-webkit-border-radius: 63px;
	-moz-border-radius: 63px;
	border-radius: 63px;	
}
.package_header_column h3 {
	font-size:30px;
	line-height:30px;
	margin:0;
	text-align:center;
	display:block;
	width:100%;
	position:absolute;
	top:9px;
}
.package_header_column .package_text {
	font-size:15px;
	position:absolute;
	display:block;
	left:78px;
	top:37px;
}
.package_header_column .package_annual {
	font-size:13px;
	position:absolute;
	display:block;
	left:40px;
	top:66px;
}
.package_header_column .package_currency {
	font-size:30px;
	font-weight:normal;
	position:absolute;
	display:block;
	left:108px;
	top:88px;
}
.package_header_column .package_price {
	font-size:37px;
	line-height:37px;
	position:absolute;
	height:37px;
	width:100px;
	left:56px;
	top:57px;
	/*
	-webkit-transform: rotate(-30deg); 
	-moz-transform: rotate(-30deg); 
	-o-transform: rotate(-30deg); 
	writing-mode: tb-rl;
	*/
transform:rotate(-30deg);
-ms-transform:rotate(-30deg); /* IE 9 */
-webkit-transform:rotate(-30deg); /* Safari and Chrome */	
}
.package_header_column .price_99 {
	font-size:16px;
}
.package_header_column .package_basket {
	background-image:url("images/home.png");
	background-repeat:no-repeat;
	background-position:-528px -407px;
	position:absolute;
	width:63px;
	height:51px;
	left:42px;
	top:88px;
}
.package_header_column .package_buy_button {
	font-size:15px;
	position:absolute;
	text-align:center;
	width:101px;
	height:26px;
	background-color:#FFF;
	font-size:20px;
	color:#d68b00;
	display:block;
	left:30px;
	top:155px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomright: 8px;
	border-top-left-radius: 8px;
	border-bottom-right-radius: 8px;	
}
#phc_first {
	width:170px;
	margin-left:0;
	cursor:default;
	background-color:#2c82bd;
	-webkit-border-top-left-radius: 40px;
	-moz-border-radius-topleft: 40px;
	border-top-left-radius: 40px;	
}
#phc_first:hover {
	opacity:1 !important;
}
#phc_mini {
	background-color:#d68b00;
}
#phc_eko {
	background-color:#579900;
}
#phc_standart {
	background-color:#1171b0;
}
#phc_plus {
	background-color:#d4570f;
}
#phc_ultimate {
	background-color:#009aab;
}



#phc_mini .ph_circle {
	background-color:#ab6f00;
}
#phc_eko .ph_circle {
	background-color:#457a00;
}
#phc_standart .ph_circle {
	background-color:#0d5a8d;
}
#phc_plus .ph_circle {
	background-color:#aa450c;
}
#phc_ultimate .ph_circle {
	background-color:#007b89;
}

#phc_mini .package_buy_button {
	color:#d68b00;
}
#phc_eko .package_buy_button {
	color:#579900;
}
#phc_standart .package_buy_button {
	color:#1171b0;
}
#phc_plus .package_buy_button {
	color:#d4570f;
}
#phc_ultimate .package_buy_button {
	color:#009aab;
}

.pac_header {
	background-color:#2c82bc;
	position:relative;
	margin-top:7px;
	height:38px;
	line-height:38px;
	color:#FFF;
	cursor:pointer;
	z-index:2;
}
.pac_header:hover {
	background-color:#4d4d4d;
}
.pac_header .pach_right {
	position:absolute;
	right:20px;
	top:12px;
	font-size:12px;
	line-height:16px;
}
.pac_header h3 {
	margin:0;
	padding:0;
	font-size:16px;
}
.pac_header .pach_leftArrow {
	width:22px;
	height:11px;
	left:74px;
	background-image:url("images/home.png");
	background-repeat:no-repeat;
	background-position:-670px -426px;
	position:absolute;
	bottom:-11px;
	display:none;
}
div:hover.pac_header .pach_leftArrow {
	background-position:-692px -426px;
}
.pac_header .pach_rightArrow {
	width:27px;
	height:16px;
	display:inline-block;
	vertical-align:middle;
	margin-left:14px;
	background-image:url("images/home.png");
	background-repeat:no-repeat;
	background-position:-630px -443px;
}
.pac_header .pach_icon {
	vertical-align:middle;
	display:inline-block;
	margin:0 8px 5px 10px;
	width:32px;
	height:32px;
}
.pac_content , .pac_content2 {
	font-size:16px;
	line-height:12px;
	font-weight:bold;
	position:relative;
	z-index:1;
}

.pac_content .pac_tr , .pac_content2 .pac_tr {
	margin-top:1px;
}
.pac_content .pac_td , .pac_content2 .pac_td {
	float:left;
	width:161px;
	height:44px;
	margin-left:1px;
	display:table;
}
.pac_content .pac_td p , .pac_content2 .pac_td p {
	vertical-align:middle;
	text-align:center;
	display:table-cell;
	margin:0;
	padding:0;
}
.pac_content .pac_td font , .pac_content2 .pac_td font {
	font-size:10px;
}
.tick , .nottick{
	width:25px;
	height:25px;
	display:inline-block;
	background-image:url("images/home.png");
	background-position:-662px -464px;
	background-repeat:no-repeat;	
}
.nottick{
	background-position:-687px -464px;
}
.SSLTd .nottick {
margin-top: 11px;
}

.allAplication {
	background-image:url("images/home.png");
	background-position:-594px -407px;
	background-repeat:no-repeat;
	width:116px; 
	height:19px;
	display:inline-block;
}
.ptd_first {
	width:170px !important;
	margin-left:0 !important;
	font-size:13px !important;
	line-height:16px;
	background: #f4f4f4; /* Old browsers */
	background: -moz-linear-gradient(top, #f4f4f4 0%, #e6e6e6 50%, #d7d7d7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(50%,#e6e6e6), color-stop(100%,#d7d7d7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f4f4f4 0%,#e6e6e6 50%,#d7d7d7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f4f4f4 0%,#e6e6e6 50%,#d7d7d7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f4f4f4 0%,#e6e6e6 50%,#d7d7d7 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f4f4f4 0%,#e6e6e6 50%,#d7d7d7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#d7d7d7',GradientType=0 ); /* IE6-9 */	
}
.ptd_mini {
	background: -moz-linear-gradient(top, rgba(248,236,215,0.91) 0%, rgba(247,235,214,0.99) 2%, rgba(247,235,214,0.97) 3%, rgba(222,211,189,0.97) 97%, rgba(222,211,189,0.99) 98%, rgba(221,210,188,0.91) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(248,236,215,0.91)), color-stop(2%,rgba(247,235,214,0.99)), color-stop(3%,rgba(247,235,214,0.97)), color-stop(97%,rgba(222,211,189,0.97)), color-stop(98%,rgba(222,211,189,0.99)), color-stop(100%,rgba(221,210,188,0.91))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(248,236,215,0.91) 0%,rgba(247,235,214,0.99) 2%,rgba(247,235,214,0.97) 3%,rgba(222,211,189,0.97) 97%,rgba(222,211,189,0.99) 98%,rgba(221,210,188,0.91) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(248,236,215,0.91) 0%,rgba(247,235,214,0.99) 2%,rgba(247,235,214,0.97) 3%,rgba(222,211,189,0.97) 97%,rgba(222,211,189,0.99) 98%,rgba(221,210,188,0.91) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(248,236,215,0.91) 0%,rgba(247,235,214,0.99) 2%,rgba(247,235,214,0.97) 3%,rgba(222,211,189,0.97) 97%,rgba(222,211,189,0.99) 98%,rgba(221,210,188,0.91) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(248,236,215,0.91) 0%,rgba(247,235,214,0.99) 2%,rgba(247,235,214,0.97) 3%,rgba(222,211,189,0.97) 97%,rgba(222,211,189,0.99) 98%,rgba(221,210,188,0.91) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8f8ecd7', endColorstr='#e8ddd2bc',GradientType=0 ); /* IE6-9 */	
}
.ptd_eko {
	background: -moz-linear-gradient(top, rgba(228,238,215,0.87) 0%, rgba(227,237,214,0.96) 2%, rgba(227,237,214,0.94) 3%, rgba(203,213,189,0.94) 97%, rgba(203,213,189,0.96) 98%, rgba(202,212,188,0.87) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(228,238,215,0.87)), color-stop(2%,rgba(227,237,214,0.96)), color-stop(3%,rgba(227,237,214,0.94)), color-stop(97%,rgba(203,213,189,0.94)), color-stop(98%,rgba(203,213,189,0.96)), color-stop(100%,rgba(202,212,188,0.87))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(228,238,215,0.87) 0%,rgba(227,237,214,0.96) 2%,rgba(227,237,214,0.94) 3%,rgba(203,213,189,0.94) 97%,rgba(203,213,189,0.96) 98%,rgba(202,212,188,0.87) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(228,238,215,0.87) 0%,rgba(227,237,214,0.96) 2%,rgba(227,237,214,0.94) 3%,rgba(203,213,189,0.94) 97%,rgba(203,213,189,0.96) 98%,rgba(202,212,188,0.87) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(228,238,215,0.87) 0%,rgba(227,237,214,0.96) 2%,rgba(227,237,214,0.94) 3%,rgba(203,213,189,0.94) 97%,rgba(203,213,189,0.96) 98%,rgba(202,212,188,0.87) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(228,238,215,0.87) 0%,rgba(227,237,214,0.96) 2%,rgba(227,237,214,0.94) 3%,rgba(203,213,189,0.94) 97%,rgba(203,213,189,0.96) 98%,rgba(202,212,188,0.87) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dee4eed7', endColorstr='#decad4bc',GradientType=0 ); /* IE6-9 */
}
.ptd_standard {
	background: -moz-linear-gradient(top,  rgba(217,232,242,0.89) 0%, rgba(216,231,241,0.98) 2%, rgba(216,231,241,0.95) 3%, rgba(192,207,216,0.95) 97%, rgba(192,207,216,0.98) 98%, rgba(191,206,215,0.89) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(217,232,242,0.89)), color-stop(2%,rgba(216,231,241,0.98)), color-stop(3%,rgba(216,231,241,0.95)), color-stop(97%,rgba(192,207,216,0.95)), color-stop(98%,rgba(192,207,216,0.98)), color-stop(100%,rgba(191,206,215,0.89))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(217,232,242,0.89) 0%,rgba(216,231,241,0.98) 2%,rgba(216,231,241,0.95) 3%,rgba(192,207,216,0.95) 97%,rgba(192,207,216,0.98) 98%,rgba(191,206,215,0.89) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(217,232,242,0.89) 0%,rgba(216,231,241,0.98) 2%,rgba(216,231,241,0.95) 3%,rgba(192,207,216,0.95) 97%,rgba(192,207,216,0.98) 98%,rgba(191,206,215,0.89) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(217,232,242,0.89) 0%,rgba(216,231,241,0.98) 2%,rgba(216,231,241,0.95) 3%,rgba(192,207,216,0.95) 97%,rgba(192,207,216,0.98) 98%,rgba(191,206,215,0.89) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(217,232,242,0.89) 0%,rgba(216,231,241,0.98) 2%,rgba(216,231,241,0.95) 3%,rgba(192,207,216,0.95) 97%,rgba(192,207,216,0.98) 98%,rgba(191,206,215,0.89) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3d9e8f2', endColorstr='#e3bfced7',GradientType=0 ); /* IE6-9 */
}
.ptd_plus {
	background: -moz-linear-gradient(top,  rgba(247,228,217,0.88) 0%, rgba(246,227,216,0.97) 2%, rgba(246,227,216,0.94) 3%, rgba(222,203,192,0.94) 97%, rgba(222,203,192,0.97) 98%, rgba(221,202,191,0.88) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,228,217,0.88)), color-stop(2%,rgba(246,227,216,0.97)), color-stop(3%,rgba(246,227,216,0.94)), color-stop(97%,rgba(222,203,192,0.94)), color-stop(98%,rgba(222,203,192,0.97)), color-stop(100%,rgba(221,202,191,0.88))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(247,228,217,0.88) 0%,rgba(246,227,216,0.97) 2%,rgba(246,227,216,0.94) 3%,rgba(222,203,192,0.94) 97%,rgba(222,203,192,0.97) 98%,rgba(221,202,191,0.88) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(247,228,217,0.88) 0%,rgba(246,227,216,0.97) 2%,rgba(246,227,216,0.94) 3%,rgba(222,203,192,0.94) 97%,rgba(222,203,192,0.97) 98%,rgba(221,202,191,0.88) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(247,228,217,0.88) 0%,rgba(246,227,216,0.97) 2%,rgba(246,227,216,0.94) 3%,rgba(222,203,192,0.94) 97%,rgba(222,203,192,0.97) 98%,rgba(221,202,191,0.88) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(247,228,217,0.88) 0%,rgba(246,227,216,0.97) 2%,rgba(246,227,216,0.94) 3%,rgba(222,203,192,0.94) 97%,rgba(222,203,192,0.97) 98%,rgba(221,202,191,0.88) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0f7e4d9', endColorstr='#e0ddcabf',GradientType=0 ); /* IE6-9 */
}
.ptd_ultimate {
	background: -moz-linear-gradient(top,  rgba(215,238,241,0.88) 0%, rgba(214,237,240,0.97) 2%, rgba(214,237,240,0.94) 3%, rgba(189,213,216,0.94) 97%, rgba(189,213,216,0.97) 98%, rgba(188,212,215,0.88) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(215,238,241,0.88)), color-stop(2%,rgba(214,237,240,0.97)), color-stop(3%,rgba(214,237,240,0.94)), color-stop(97%,rgba(189,213,216,0.94)), color-stop(98%,rgba(189,213,216,0.97)), color-stop(100%,rgba(188,212,215,0.88))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(215,238,241,0.88) 0%,rgba(214,237,240,0.97) 2%,rgba(214,237,240,0.94) 3%,rgba(189,213,216,0.94) 97%,rgba(189,213,216,0.97) 98%,rgba(188,212,215,0.88) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(215,238,241,0.88) 0%,rgba(214,237,240,0.97) 2%,rgba(214,237,240,0.94) 3%,rgba(189,213,216,0.94) 97%,rgba(189,213,216,0.97) 98%,rgba(188,212,215,0.88) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(215,238,241,0.88) 0%,rgba(214,237,240,0.97) 2%,rgba(214,237,240,0.94) 3%,rgba(189,213,216,0.94) 97%,rgba(189,213,216,0.97) 98%,rgba(188,212,215,0.88) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(215,238,241,0.88) 0%,rgba(214,237,240,0.97) 2%,rgba(214,237,240,0.94) 3%,rgba(189,213,216,0.94) 97%,rgba(189,213,216,0.97) 98%,rgba(188,212,215,0.88) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0d7eef1', endColorstr='#e0bcd4d7',GradientType=0 ); /* IE6-9 */
}
.selectedMini .pac_tr .pac_td:nth-child(2) {
	background:none;
	background-color:#d68b00;
	color:#FFF;
	font-size:20px;
}
.selectedEko .pac_tr .pac_td:nth-child(3) {
	background:none;
	background-color:#579900;
	color:#FFF;
}
.selectedStandard .pac_tr .pac_td:nth-child(4) {
	background:none;
	background-color:#1171b0;
	color:#FFF;	
	font-size:20px;
}
.selectedPlus .pac_tr .pac_td:nth-child(5) {
	background:none;
	background-color:#d4570f;
	color:#FFF;
	font-size:20px;
}
.selectedUltimate .pac_tr .pac_td:nth-child(6) {
	background:none;
	background-color:#009aab;
	color:#FFF;
	font-size:20px;
}
.pac_header + .pac_content {
	display:none;
}
.pac_header  .pach_right_Close {
	display:none;
}
.pach_open + .pac_content {
	/*display:block;*/
}
.pach_open  .pach_right_Close {
	display:inline;
}
.pach_open  .pach_right_Open {
	display:none;
}
.pach_open .pach_leftArrow {
	display:block;
}
.pach_open .pach_rightArrow {
	background-position:-630px -426px;
}


.pbb_bottom {
	text-align:center;
	width:101px;
	height:26px;
	background-color:#000;
	font-size:20px;
	color:#FFF;
	cursor:pointer;
	display:block;
	position:relative;
	margin:0 auto;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomright: 8px;
	border-top-left-radius: 8px;
	border-bottom-right-radius: 8px;	
}
.pbb_bottom:hover {
	opacity:0.8;	
}
.pbb_mini {
	background-color:#d68b00;
}
.pbb_eko {
	background-color:#579900;
}
.pbb_standart {
	background-color:#1171b0;
}
.pbb_plus {
	background-color:#d4570f;
}
.pbb_ultimate {
	background-color:#009aab;
}
.pac_tr_last .pac_td {
	background:none !important;
	line-height:25px;
}
/*------ web Hosting -------*/

/*------ Domain Checker -------*/

.dCheckerTab {
	line-height:40px;
	height:40px;
	width:326px;
	background-color:#808080;
	color:#FFF;
	font-size:16px;
	float:left;
	text-align:center;
	margin-right:1px;
	cursor:pointer;
	position:relative;
}
.dCheckerTab:hover{
	background-color:#4d4d4d;
}
.dCheckerSelectedTab {
	background-color:#4d4d4d;
	cursor:default;
}
.dCheckerTabTextArrow {
	background-position:-685px -149px; 
	width:14px; 
	height:22px; 
	display:inline-block;
	vertical-align:middle;
}
.dCheckerTabBottomArrow {
	background-position:-700px -151px; 
	width:12px; 
	height:6px; 
	position:absolute;
	bottom:0;
	left:157px;
	display:none;
}
.dCheckerSelectedTab .dCheckerTabBottomArrow {
	display:inline-block;
}

.dc_header {
	background-color:#4d4d4d;
	position:relative;
	margin:7px 0 18px 0;
	height:50px;
	line-height:50px;
	color:#FFF;
	cursor:pointer;
}
.dc_header:hover {
	background-color:#2c82bc;
}
.dc_header .dch_right {
	position:absolute;
	right:20px;
	top:18px;
	font-size:12px;
	line-height:16px;
}
.dc_header h3 {
	margin:0;
	padding:0;
	font-size:18px;
}
.dc_header .dch_leftArrow {
	width:22px;
	height:11px;
	left:479px;
	background-image:url("images/home.png");
	background-repeat:no-repeat;
	background-position:-692px -426px;
	position:absolute;
	bottom:-11px;
	display:none;
}
div:hover.dc_header .dch_leftArrow {
	background-position:-670px -426px;	
}
.dc_header .dch_rightArrow {
	width:27px;
	height:16px;
	display:inline-block;
	vertical-align:middle;
	margin-left:14px;
	background-image:url("images/home.png");
	background-repeat:no-repeat;
	background-position:-630px -443px;
}
.dc_header .dch_icon {
	vertical-align:middle;
	display:inline-block;
	margin:0 8px 0 10px;
	width:27px;
	height:28px;
}
.dc_header  .dch_right_Close {
	display:none;
}
.dc_content {
	/*margin:18px 0 0 0;*/
	display:none;
}
.dch_open + .dc_content {
	/*display:block;*/
}
.dch_open  .dch_right_Close {
	display:inline;
}
.dch_open  .dch_right_Open {
	display:none;
}
.dch_open .dch_leftArrow {
	display:block;
}
.dch_open .dch_rightArrow {
	background-position:-630px -426px;
}
.dc_content table {
	width:100%;
	margin:0;
	padding:0;
	background-color:#FFF;
}
.dc_content table tr td:nth-child(odd) {
	background: rgb(247,247,247); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(247,247,247,1) 0%, rgba(215,215,215,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,247,247,1)), color-stop(100%,rgba(215,215,215,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(215,215,215,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(215,215,215,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(215,215,215,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(247,247,247,1) 0%,rgba(215,215,215,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#d7d7d7',GradientType=0 ); /* IE6-9 */
}
.dc_content table tr td:nth-child(even) {
	background: rgb(237,237,237); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(237,237,237,1) 1%, rgba(198,198,198,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(237,237,237,1)), color-stop(100%,rgba(198,198,198,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(237,237,237,1) 1%,rgba(198,198,198,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(237,237,237,1) 1%,rgba(198,198,198,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(237,237,237,1) 1%,rgba(198,198,198,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(237,237,237,1) 1%,rgba(198,198,198,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#c6c6c6',GradientType=0 ); /* IE6-9 */
}
.dc_content table tr td:nth-child(1) {
	border-left:none;
	font-weight:bold;
}
.dc_content table tr:last-child td:last-child {
	-webkit-border-bottom-right-radius: 18px;
	-moz-border-radius-bottomright: 18px;
	border-bottom-right-radius: 18px;
}
.dc_content table tr td{
	width:20%;
	min-width:20%;
	max-width:20%;	
	height:40px;
	text-align:center;
	font-size:15px;
	border-left:1px solid #FFF;
	border-bottom:1px solid #FFF;

}
.dc_content table tr th{
	width:20%;
	min-width:20%;
	max-width:20%;	
	height:50px;
	text-align:center;
	background-color:#2c82bc;
	color:#FFF;
	font-size:20px;
	font-weight:normal;
	border-left:1px solid #FFF;
	border-bottom:1px solid #FFF;	
}
.dc_content table tr th:nth-child(1) {
	border-left:none;
	-webkit-border-top-left-radius: 18px;
	-moz-border-radius-topleft: 18px;
	border-top-left-radius: 18px;	
}

.dcBox {
	float:left;
	height:160px;
	width:490px;
}
.dcIcon {
	background-image:url("images/domainchecker.png");
	background-repeat:no-repeat;
	width:187px;
	height:126px;
	display:inline-block;

	-webkit-border-top-left-radius: 17px;
	-webkit-border-bottom-right-radius: 17px;
	-moz-border-radius-topleft: 17px;
	-moz-border-radius-bottomright: 17px;
	border-top-left-radius: 17px;
	border-bottom-right-radius: 17px;	
}
.dcText {
	margin:0 0 0 9px;
	display:inline-block;
	width:270px;
	height:79px;	
	height:auto;
	vertical-align:top;
	font-size:12px;
}
.dcText h2{
	margin:0 0 6px 0;
	font-size:17px;
	line-height:17px;
	color:#2c82bc;
}
.dcBox:nth-child(1) .dcIcon {
	background-color:#ec691f;
	background-position:-1309px 0;
}
.dcBox:nth-child(2) .dcIcon {
	background-color:#76a100;
	background-position:-561px 0;
}
.dcBox:nth-child(3) .dcIcon {
	background-color:#ec691f;
	background-position:-1309px 0;
}
.dcBox:nth-child(4) .dcIcon {
	background-color:#76a100;
	background-position:-561px 0;
}
.dcBox:nth-child(5) .dcIcon {
	background-color:#ec691f;
	background-position:-1309px 0;
}
.dcBox:nth-child(6) .dcIcon {
	background-color:#76a100;
	background-position:-561px 0;
}
.dcBox:nth-child(7) .dcIcon {
	background-color:#ec691f;
	background-position:-1309px 0;
}
.dcBox:nth-child(8) .dcIcon {
	background-color:#76a100;
	background-position:-561px 0;
}
/*------#Domain Checker -------*/


/*------ SUPPORT CENTER -------*/
#supportCenterH1 {
	font-size:30px;
	margin:0 0 0 0;
	color:#2c82bd;
	text-align:center;
}
.h1Bottomshadow {
	width:980px;
	height:8px;
}
.categoryHeader {
	background-color:#4d4d4d;
	height:50px;
	position:relative;
	-webkit-border-top-left-radius: 19px;
	-moz-border-radius-topleft: 19px;
	border-top-left-radius: 19px;	
}
.categoryHeader:after {
	background-color:#4d4d4d;
	display:inline-block;
	height:50px;
	width:1px;
	content:"";
	position:absolute;
	right:0;
}
.categoryHeader h2 {
	color:#FFF;
	position:absolute;
	left:55px;
	top:15px;
	font-size:20px;
	margin:0;
}
.categoryHeader input{
	position:absolute;
	background:none;
	border:none;
	left:673px;
	top:14px;
	width:260px;
	font-size:15px;
	color:#bbb;
}
.categoryContent {
	
	background-color:#fff;
	position:relative;
	
	border-top:none;
	padding-bottom:24px;
	-webkit-border-bottom-right-radius: 19px;
	-moz-border-radius-bottomright: 19px;
	border-bottom-right-radius: 19px;
}

.urlstyle a {
	
	
 color:#000000;
 font-weight: bold;
}
.urlstyle a:hover {
 color:#00ADFF;
 text-decoration:underline;
 font-weight: bold;
}
.knowledgeBox {
	width:290px;
	margin:25px 0 0 27px;
	float:left;
}
.knowledgeHeader {
	height:40px;
	width:100%;
	position:relative;
	background-color:#2c82bc;
	font-size:15px;
	font-weight:bold;
	color:#FFF;
	display:table;
	-webkit-border-top-left-radius: 19px;
	-moz-border-radius-topleft: 19px;
	border-top-left-radius: 19px;		
}
.knowledgeHeader:hover {
	background-color:#4d4d4d;
}
.knowledgeHeader div{
	display:table-cell;
	vertical-align:middle;	
}
.knowledgeHeader font {
	position:absolute;
	display:inline-block;
	right:10px;
	top:5px;
	font-size:10px;
}
.knowledgeContent {
	height:46px;
	width:100%;
	display:table;
	font-size:12px;
	font-weight:bold;
	-webkit-border-bottom-right-radius: 19px;
	-moz-border-radius-bottomright: 19px;
	border-bottom-right-radius: 19px;
	
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 1%, rgba(230,230,230,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(255,255,255,1)), color-stop(100%,rgba(230,230,230,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(230,230,230,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(230,230,230,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(230,230,230,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 1%,rgba(230,230,230,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */		
}
.knowledgeContent div{
	display:table-cell;
	vertical-align:middle;	
}
.popularDocument .knowledgeBox{
	width:924px;
	margin:20px 0 0 27px;	
}
.popularDocument  .knowledgeHeader{
	font-size:15px;
}
.navigator {
	margin-bottom:15px;
}
.navigator a{
	font-weight:bold;
}
.navigator a:hover{
	color:#000;
}
.knowledgebasealsoread a{
	display:inline-block;
	width:810px;
}
.knowledgebasealsoread a:hover{
	text-decoration:underline;
}

/*------#SUPPORT CENTER -------*/

/*------ CONTACT -------*/
#contactFormTable {
	margin:9px 0 0 114px;
}
#contactFormTable tr td:nth-child(1) {
	min-width:125px;
	text-align:right;
	font-size:16px;
	font-weight:bold;
}
#contactFormTable tr td:nth-child(1) label {
	margin-right:16px;
}
.contact_text_bg {
	background-image:url("images/contact.png");
	background-repeat:no-repeat;
	background-position:-474px -132px;
	width:472px;
	height:42px;
	margin:9px 0;
}
.contact_first {
	background-position:-474px -88px !important;
}
.contact_textarea {
	background-position:0 -194px !important;
	width:472px !important;
	height:191px !important;
}
.contact_code {
	width:115px !important;
	background-position:-474px -177px;
}
.contact_text_bg input {
	font-size:16px;
	margin:12px 0 0 18px;
	padding:0;
	z-index:2;
	position:relative;
}
.contact_text_bg input[type="text"] {
	width:445px;
	border:none;
	background:none;
}
.contact_text_bg textarea {
	width:440px;
	height:174px;
	resize:none;
	outline:none;
	border:none;
	background:none;
	margin:10px 0 0 16px;
	font-size:16px;
	z-index:2;
}
.contactSubmitButton:hover {
	background-color:#4d4d4d; 
}
.contactSubmitButton {
	width:168px; 
	background-color:#2c82bd; 
	cursor:pointer; 
	height:40px;
	text-align:left;
	line-height:39px;
}
.contactSubmitButton span{
	background-image:url("images/contact.png");
	background-repeat:no-repeat;
	background-position:-474px -267px;
	width:34px;
	height:25px;
	display:inline-block;
	vertical-align:middle;
	margin:0 12px 0 8px; 
}
.contactSubmitButton font{
	vertical-align:middle;
	color:#FFF;
	font-size:22px;
}
#contact_icon {
	background-image:url("images/contact.png");
	background-repeat:no-repeat;
	background-position:-636px -177px;
	width:291px;
	height:311px;
	position:absolute;
	top:39px;
	left:683px;
}
.cf_error {
	position:relative;
}
.cf_error .contact_text_bg {
	background-position:-474px -44px;
}
.cf_error .contact_first {
	background-position:-474px 0 !important;
}
.cf_error .contact_textarea {
	background-position:0 0 !important;
}
.cf_error .contact_code {
	background-position:-474px -222px !important;
}
.cf_def {
	position:absolute;
	display:none;
	left:18px;
	top:12px;
	color:#a43023;
	font-size:16px;
	z-index:0;
}
/*------#CONTACT -------*/


/*------ SKETCH -------*/
.sketchIcon {
	width:125px;
	height:115px;
	position:relative;
	margin:0 auto 13px auto;
	background-image:url("images/contact.png");
	background-repeat:no-repeat;
	background-position:-254px -386px;
}
.sketchBox {
	float:left;
	width:299px;
	font-size:15px;
	margin-right:45px;
}
.sketchBox p{
	margin:0;
}
#googleMap {
	border:8px solid #2c82bc;
	height:560px;
	overflow:hidden;
	position:relative;
	z-index:2;
	-webkit-border-top-left-radius: 75px;
	-webkit-border-bottom-right-radius: 75px;
	-moz-border-radius-topleft: 75px;
	-moz-border-radius-bottomright: 75px;
	border-top-left-radius: 75px;
	border-bottom-right-radius: 75px;	
}
#googleCaption {
	position:relative;
	width:166px;
	height:34px;
	padding-top:6px;
	background-color:#4d4d4d;
	color:#FFF;
	margin:0 auto;
	text-align:center;
	font-size:24px;
	line-height:34px;
	-webkit-border-top-left-radius: 13px;
	-webkit-border-top-right-radius: 13px;
	-moz-border-radius-topleft: 13px;
	-moz-border-radius-topright: 13px;
	border-top-left-radius: 13px;
	border-top-right-radius: 13px;	
}
#ViewLargerMap {
	font-size:20px;
	text-align:right;
	font-weight:bold;
	width:635px;
	cursor:pointer;
	position:relative;
}
#ViewLargerMap:hover {
	color:#2c82bc;
}
#ViewLargerMap span{
	width:42px;
	height:42px;
	background-image:url("images/contact.png");
	background-repeat:no-repeat;
	background-position:-592px -177px;
	display:inline-block;
	vertical-align:middle;
}

#ViewLargerMap div{
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomright: 15px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	width:380px;
	height:460px;
	border:2px solid #b0b0b0;
	border-left:none;
	position:absolute;
	top:-444px;
	right:-386px;
	z-index:0;
}

/*------#SKETCH -------*/


/*------- CUSTOM 35 -------*/
.webExplanationBox {
	width:313px;
	float:left;
	position:relative;
	margin:0 20px 0 0;
}
.webExpHeader {
	background-color:#2c82bc;
	height:37px;
	padding-top:3px;
	font-size:30px;
	font-weight:bold;	
	color:#FFF;
	text-align:center;
	-webkit-border-top-left-radius: 18px;
	-webkit-border-bottom-right-radius: 18px;
	-moz-border-radius-topleft: 18px;
	-moz-border-radius-bottomright: 18px;
	border-top-left-radius: 18px;
	border-bottom-right-radius: 18px;
}
.WHindividual .webExpHeader { background-color:#01abaa; }
.WHindividual h1 { color:#01abaa !important; }

.WHinstitutional .webExpHeader { background-color:#b91d47; }
.WHinstitutional h1 { color:#b91d47 !important; }

.RHindividual .webExpHeader { background-color:#2c82bd; }
.RHindividual h1 { color:#2c82bd !important; }

.RHinstitutional .webExpHeader { background-color:#b91d47; }
.RHinstitutional h1 { color:#b91d47 !important; }



.webExpHeader span{
	font-size:15px;
}
.webExpContent {
	margin:13px  auto 0  auto;
	text-align:center;
	height:97px;
	position:relative;
}
.webExpFooter {
	/* */
	text-align:center;
}
.webExpButton {
	width:96px;
	height:28px;
	line-height:28px;
	cursor:pointer;
	text-align:left;
	background-color:#4d4d4d;
	color:#FFF;
	font-weight:bold;	
	font-size:15px;
	display:inline-block;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomright: 8px;
	border-top-left-radius: 8px;
	border-bottom-right-radius: 8px;	
}
.webExpButton span{
	background-image:url("images/home.png");
	background-repeat:no-repeat;
	background-position:-700px -437px;
	width:19px;
	height:19px;
	vertical-align:middle;
	display:inline-block;
	margin:0 7px 0 10px;
}
.webExpButton:hover {
	opacity:0.8;
}
.webExpLast {
	font-size:25px;
}
.webExpLast:hover {
	background-color:#4d4d4d;
	cursor:pointer;
}
.webExpLast span{
	font-size:12px;
}
.webExpLast font {
	background-image:url("images/home.png");
	background-repeat:no-repeat;
	background-position:-630px -464px;
	width:31px;
	height:31px;
	display:inline-block;
	position:absolute;
	right:10px;
	bottom:20px;	
}
/*------ #CUSTOM 35 -------*/


/*------- CUSTOM 3 -------*/
.radius25 {
	background-color:#2c82bc;
	-webkit-border-top-left-radius: 25px;
	-webkit-border-bottom-right-radius: 25px;
	-moz-border-radius-topleft: 25px;
	-moz-border-radius-bottomright: 25px;
	border-top-left-radius: 25px;
	border-bottom-right-radius: 25px;	
}
.radius15 {
	-webkit-border-top-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-bottomright: 15px;
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;	
}
.SSLblock .radius25 {
	background-color:#77a101;
}
.SSLblock p , .SpecialIpblock p {
	margin:0;
	text-indent:15px;
	text-align:justify;
}
.SSLblock .tick {
	background-position:-662px -489px;
}
.SSLblock h1 {
	color:#77a101 !important;
}
.SSLblock h3 {
	margin:0;
	color:#77a101;
	font-size:15px;
}
.SSLblock a {
	color:#FFF;
	text-decoration:underline;
}
.SSLTable {
	background:none;
	overflow:hidden;
	font-size:16px;
	font-weight:bold;
	background-color:#FFF !important;
}
.SSLThead {
	background-color:#FFF;
}
.SSLTh:nth-child(1) {
	background-color:#77a101;
	width:350px;
}
.SSLTh:nth-child(2) {
	background-color:#5E8000;
	width:155px;
	margin-left:1px;
}
.SSLTh:nth-child(3) {
	background-color:#5E8000;
	width:155px;
	margin-left:1px;
}

.SSLTh:nth-child(4) {
	background-color:#5E8000;
	width:155px;
	margin-left:1px;
}
.SSLTh:nth-child(5) {
	background-color:#5E8000;
	width:155px;
	margin-left:1px;
}
.SSLTr {
	margin-bottom:1px;
}
.SSLTd , .SSLTh{
	float:left;
	height:46px;
	line-height:46px;
}
.SSLTd{
	font-size:14px;
	text-align:left;	
}
.SSLTh{
	font-size:15px;
	color:#FFF;
    text-align:center;	
	
}
.SSLTd .tick{
	margin-top:11px;
}
.SSLTd:nth-child(1) {
	width:320px;
	padding-left:30px;
	background: #f4f4f4; /* Old browsers */
	background: -moz-linear-gradient(top, #f4f4f4 0%, #e6e6e6 50%, #d7d7d7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(50%,#e6e6e6), color-stop(100%,#d7d7d7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f4f4f4 0%,#e6e6e6 50%,#d7d7d7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f4f4f4 0%,#e6e6e6 50%,#d7d7d7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f4f4f4 0%,#e6e6e6 50%,#d7d7d7 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f4f4f4 0%,#e6e6e6 50%,#d7d7d7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#d7d7d7',GradientType=0 ); /* IE6-9 */	
}
.SSLTd:nth-child(2) {
	width:155px;
	text-align:center;
	margin-left:1px;
	background: rgb(230,228,229); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(230,228,229,1) 0%, rgba(217,217,217,1) 47%, rgba(203,203,203,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(230,228,229,1)), color-stop(47%,rgba(217,217,217,1)), color-stop(100%,rgba(203,203,203,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(230,228,229,1) 0%,rgba(217,217,217,1) 47%,rgba(203,203,203,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(230,228,229,1) 0%,rgba(217,217,217,1) 47%,rgba(203,203,203,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(230,228,229,1) 0%,rgba(217,217,217,1) 47%,rgba(203,203,203,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(230,228,229,1) 0%,rgba(217,217,217,1) 47%,rgba(203,203,203,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e4e5', endColorstr='#cbcbcb',GradientType=0 ); /* IE6-9 */
}

.SSLTd:nth-child(3) {
	width:155px;
	text-align:center;
	margin-left:1px;
	background: rgb(230,228,229); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(230,228,229,1) 0%, rgba(217,217,217,1) 47%, rgba(203,203,203,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(230,228,229,1)), color-stop(47%,rgba(217,217,217,1)), color-stop(100%,rgba(203,203,203,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(230,228,229,1) 0%,rgba(217,217,217,1) 47%,rgba(203,203,203,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(230,228,229,1) 0%,rgba(217,217,217,1) 47%,rgba(203,203,203,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(230,228,229,1) 0%,rgba(217,217,217,1) 47%,rgba(203,203,203,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(230,228,229,1) 0%,rgba(217,217,217,1) 47%,rgba(203,203,203,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e4e5', endColorstr='#cbcbcb',GradientType=0 ); /* IE6-9 */
}
.SSLTd:nth-child(4) {
	width:155px;
	text-align:center;
	margin-left:1px;
	background: rgb(230,228,229); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(230,228,229,1) 0%, rgba(217,217,217,1) 47%, rgba(203,203,203,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(230,228,229,1)), color-stop(47%,rgba(217,217,217,1)), color-stop(100%,rgba(203,203,203,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(230,228,229,1) 0%,rgba(217,217,217,1) 47%,rgba(203,203,203,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(230,228,229,1) 0%,rgba(217,217,217,1) 47%,rgba(203,203,203,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(230,228,229,1) 0%,rgba(217,217,217,1) 47%,rgba(203,203,203,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(230,228,229,1) 0%,rgba(217,217,217,1) 47%,rgba(203,203,203,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e4e5', endColorstr='#cbcbcb',GradientType=0 ); /* IE6-9 */
}
.SSLTd:nth-child(5) {
	width:155px;
	text-align:center;
	margin-left:1px;
	background: rgb(230,228,229); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(230,228,229,1) 0%, rgba(217,217,217,1) 47%, rgba(203,203,203,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(230,228,229,1)), color-stop(47%,rgba(217,217,217,1)), color-stop(100%,rgba(203,203,203,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(230,228,229,1) 0%,rgba(217,217,217,1) 47%,rgba(203,203,203,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(230,228,229,1) 0%,rgba(217,217,217,1) 47%,rgba(203,203,203,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(230,228,229,1) 0%,rgba(217,217,217,1) 47%,rgba(203,203,203,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(230,228,229,1) 0%,rgba(217,217,217,1) 47%,rgba(203,203,203,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e4e5', endColorstr='#cbcbcb',GradientType=0 ); /* IE6-9 */
}
/*------ #CUSTOM 3 -------*/

/*------ CUSTOM 24 -------*/
.special_backup_link {
	color:#4d4d4d;
	font-size:25px;
	display:inline-block;
	margin-left:235px;
	font-weight:bold;
}
.special_backup_link span{
	background-image:url("images/home.png");
	background-repeat:no-repeat;
	background-position:-519px -210px;
	width:45px;
	height:34px;
	display:inline-block;
	vertical-align:middle;
}
div:hover.special_backup_link span{
	background-position:-567px -210px;
}
div:hover.special_backup_link {
	color:#2c82bc !important;
}
.special_ip_ul {
	list-style:none;
	margin:0;
	padding:0;
}
.special_ip_ul a{
	color:#4d4d4d;
	text-decoration:none;
}
.special_ip_ul span{
	background-image:url("images/home.png");
	background-repeat:no-repeat;
	background-position:-711px -407px;
	width:9px;
	height:13px;
	margin:0 10px 0 0;
	display:inline-block;
	vertical-align:middle;	
}
/*------ #CUSTOM 24 -------*/

/*------- CUSTOM 37 -------*/
.BankBox {
	width:481px;
	float:left;
	margin-bottom:35px;
}
/*
.BankBox:nth-child(even) {
	margin-left:20px;
}
/*
.BankBox:nth-last-child(-n+3) {
	margin-bottom:0;
}
*/
.BankBoxLeft {
	border:8px solid #2c82bc;
	width:164px;
	height:102px;
	background-color:#FFF;
	display:inline-table;
}
.BankBoxLeft p {
	margin:0;
	padding:0;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
.BankBoxRight {
	vertical-align:top;
	margin-left:10px;
	width:287px;
}
.BankBoxRight h2 {
	font-size:14px;
	color:#2c82bc;
	margin:0;
}
.BankBoxRight p {
	margin:0;
}
.BankH2Shadow {
	width:287px;
	height:6px;
}
.BankInfo a {
	color:#FFF;
}
.BankInfo a:hover {
	text-decoration:underline;
}
.BankInfo .left {
	width:489px;
}
.BankInfo .left:nth-child(2){
	border-left:1px solid #FFF;
}
.BankInfo .home {
	width:57px;
	height:51px;
	display:inline-block;
	vertical-align:middle;
	margin-left:45px;
}
.BankInfo .left p {
	display:inline-block;
	vertical-align:middle;
	width:350px;
	padding-left:5px;
	line-height:15px;
}
/*------ #CUSTOM 37 -------*/

/*------- CUSTOM 23 -------*/
.radiusF10 {
	background-color:#4d4d4d;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.emailHeader {
	color:#FFF; 
	font-size:22px;
	font-weight:bold;
	line-height:40px;
	text-align:center;
	margin-bottom:14px;
}
.EmailBlock {

}
.EmailBlock .radius25 {
	color:#FFF; 
	background-color:#2c82bc; 
	font-size:19px;
	line-height:33px;
	font-weight:bold; 
	margin:13px 0; 
	text-align:center;
}
.EmailBlock p{
	margin:0;
	text-indent:15px;
	text-align:justify;
}
.EmailBlock .special_ip_ul li {
	margin-bottom:13px;
}
#emailSlogan {
	margin-top:13px;
}
#emailSlogan span{
	display:block;
	font-weight:bold;
	text-align:center;

}
#emailSlogan span:nth-child(1) {
	font-size:36px;
	line-height:48px;
}
#emailSlogan span:nth-child(2) {
	font-size:35px;
	line-height:30px;
	color:#2c82bc;
}
#emailSlogan span:nth-child(3) {
	font-size:36px;
	line-height:43px;
	/*margin-left:-2px;*/
}
#emailSlogan span:nth-child(4) {
	font-size:56px;
	line-height:46px;
	color:#2c82bc;
	margin-left:3px;
}
#emailSlogan span:nth-child(5) {
	font-size:41px;
	line-height:43px;
}
/*------- #CUSTOM 23 -------*/


/*------- TOOLTIP -------*/
  .ui-tooltip, .arrow:after {
    background: #FFF;
    /*border: 1px solid #4d4d4d;*/
  }
  .ui-tooltip {
    padding: 3px 5px;
    /*border-radius: 8px;*/
	font-size:10px;
	color:#4d4d4d;
    box-shadow: 0 0 7px black;
	text-align:center;
  }
  .arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -33px;
    bottom: -16px;
  }
  .arrow.top {
    top: -16px;
    bottom: auto;
  }
  .arrow.left {
    left: 20%;
  }
  .arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    tranform: rotate(45deg);
  }
  .arrow.top:after {
    bottom: -20px;
    top: auto;
  }
/*------- #TOOLTIP -------*/

.categoryHeader {
	background-color:#4d4d4d;
}

/*------- DOWNLOAD TPL -------*/
.fileHeader {
	background-color:#4d4d4d;
	height:50px;
}
.fileHeader:after {
	display:none;
}
.fileCatBox {
	margin:13px 5px 0 5px;
	width:235px;
	float:left;
	position:relative;
	text-align:center;
}
.fileCatBox:hover {
	opacity:0.7;
}
.fileCatBox_Client {
	opacity:0.4;
}
.fileCatBox div span {
	display:inline-block;
	background-image:url("images/home.png");
	background-repeat:no-repeat;
	background-position:-722px -399px;
	width:73px;
	height:80px;
}
.popularFile div span {
	width:75px;
	height:51px;
	background-position:-400px -499px;
}

.fileTipePdf {
	background-position:-552px -499px !important;
}
.fileTipeZip {
	background-position:-476px -499px !important;
}
.fileTipeExe {
	background-position:-400px -499px !important;
}
.fileTipePdf_Client {
	background-position:-552px -551px !important;
}
.fileTipeZip_Client {
	background-position:-476px -551px !important;
}
.fileTipeExe_Client {
	background-position:-400px -551px !important;
}

.fileCatBox h3 {
	font-size:23px;
	line-height:25px;
	margin:0;
	white-space:nowrap;
}
.fileCatBox p {
	font-size:11px;
	margin:0;
}
.fileCatBoxH3Shadow {
	width:205px;
	height:8px;
}

/*------- #DOWNLOAD TPL -------*/


/*------- supportticketsubmit-stepone.tpl -------- */
.ticketBlock1 {
	border:8px solid #2c82bc;
	background-color:#FFF;
}
.ticketBlock1 .left{
	height:110px;
}
.ticketBlock1 img{
	margin-top:14px;
}
.ticketBlock1 p{
	margin:20px;
	color:#2c82bc;
	font-size:19px;
	font-weight:bold;
	text-align:center;
}
.ticketBox {
	width:475px;
	background-color:#4d4d4d;
	margin:30px 30px 0 0;
	overflow:hidden;
}
.ticketBox:hover {
	opacity:0.85;
}
.ticketHeader {
	background-color:#2c82bc;
	border-bottom:3px solid #FFF;
}
.ticketHeader h3{
	display:inline-block;
	margin:0;
	vertical-align:middle;
	font-size:24px;
	color:#FFF;
	text-align:center;
	width:365px;
}
.ticketContent {
	color:#FFF;
	text-align:center;
	height:60px;
	font-weight:bold;
	display:table;
	width:100%;
}
.ticketContent p {
	margin:0 15px;
	display:table-cell;
	vertical-align:middle;
}
/*------- #supportticketsubmit-stepone.tpl -------- */


/*------- supportticketsubmit-steptwo.tpl -------- */
#searchresults {
	border:8px solid #2c82bc;
	padding:0;
	overflow:hidden;
	margin-left:138px;
	margin-bottom:10px;
	width:746px;
	position:relative;
}
#searchresults:before {
	position:absolute;
	display:block;
	width:50px;
	height:50px;
	content:"";
	left:15px;
	top:10px;
	background-image:url("images/home.png");
	background-repeat:no-repeat;
	background-position:-195px -300px;
}
#searchresults h3 {
	padding:15px 0 5px 0;
	margin:0;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	color:#2c82bc;
	background-color:#FFF;
}
#searchresults img {
	vertical-align:middle;
}
#searchresults a {
	color:#FFF;
	font-weight:bold;
	font-style:normal;
	font-size:12px;
}
#searchresults a:hover {
	opacity:0.7;
	text-decoration:underline;
}
#searchresults p {
	margin:0;
}
#searchresults p:nth-child(even) {
	background-color:#FFF;
	text-align:center;
	padding-bottom:10px;
}
#searchresults p:nth-child(odd) {
	padding:10px 0 2px 0;
	text-align:center;
	color:#FFF;
	line-height:21px;
	font-style:italic;
	font-size:10px;
}

.alert {
	border:2px solid #ba2312;
	background-color:#fcdedc;
	margin:0 0 10px 0;
	color:#ba2312;
	font-size:11px;
	position:relative;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-bottomright: 15px;
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;	
}
.alert_close {
	position:absolute;
	width:14px;
	height:14px;
	background-image:url("images/home.png");
	background-repeat:no-repeat;
	background-position:-47px -786px;
	right:5px;
	top:5px;
	cursor:pointer;
}
.alert_close:hover {
	opacity:0.7;
}
.alert h3{
	margin:0;
	font-size:16px;
}
.alert hr{
	border-top:1px solid #dd8078;
	border-bottom:1px solid #FFF;
	margin:5px 0;
}
.alert p{
	margin:0;
}
.alert ul{
	margin:0;
	padding:0;
	display:block;
	list-style-image:url("images/support_request_in_alert_icon_2.png");
}
.alert ul li{
	float:left;
	margin:0 30px 0 14px;
}

.alert-error {
	border:2px solid #ba2312;
	background-color:#fcdedc;
	color:#ba2312;
	font-size:11px;
}
.alert-error .home{
	background-position:-183px -725px;
	width:42px;
	height:38px;
	margin:15px 22px;
}

.alert-success {
	border:2px solid #579900;
	background-color:#eaffdd;
	color:#579900;
	font-size:11px;
}
.alert-success .home{
	background-position:-230px -741px;
	width:36px;
	height:36px;
	margin:15px 22px;
}

.alert-warning {
	border:2px solid #b87800;
	background-color:#fff8de;
	color:#b87800;
	font-size:11px;
}
.alert-warning .home{
	background-position:-136px -767px;
	width:44px;
	height:33px;
	margin:15px 22px;
}

.alert-info {
	border:2px solid #b87800;
	background-color:#fff8de;
	color:#b87800;
	font-size:11px;
}
.alert-info .home{
	background-position:-136px -767px;
	width:44px;
	height:33px;
	margin:15px 22px;
}




/*
.alert-error {
	border:3px solid #ba2312;
	background-color:#fcdedc;
	margin:10px 0;
	color:#ba2312;
	font-size:11px;
}
.alert-error .home{
	background-position:-195px -351px;
	width:46px;
	height:42px;
	margin:15px 22px;
}
.alert-error h3{
	margin:0;
	font-size:16px;
}
.alert-error hr{
	border-top:1px solid #dd8078;
	border-bottom:1px solid #FFF;
	margin:5px 0;
}
.alert-error p{
	margin:0;
}
.alert-error ul{
	margin:0;
	padding:0;
	display:block;
	list-style-image:url("images/support_request_in_alert_icon_2.png");
}
.alert-error ul li{
	float:left;
	margin:0 30px 0 14px;
}

*/



/*------- #supportticketsubmit-steptwo.tpl -------- */

/*------- FORM ELEMENTS -------- */
.FormStyled input[type="text"] , .FormStyled input[type="password"] , .FormStyled select , .FormStyled textarea {
	border:1px solid #888;
	margin:8px 0;
	padding:6px;
	font-size:15px;
}
.FormStyled select {
	padding-left:2px;
}
.FormStyled textarea {
	line-height:17px;
	text-indent:0;
	padding:6px;
}
.FormStyled button {
	border:none;
	background:none;
}
/*
.input-xlarge {
	width:740px;
}
select.input-xlarge , select#country , select#customfield8 {
	width:762px;
}
textarea.input-xlarge {
	width:740px;
}
*/
.controls {
	display:inline-block;
}
.control-label {
	display:inline-block;
	width:120px;
	text-align:right;
	font-size:15px;
	margin-right:15px;
}
fieldset.control-group {
	border:none;
}
#relatedservice {
	width:350px;
}
#priority {
	width:271px;
}
.FormStyled_980 input[type="text"] , .FormStyled_980 input[type="password"] , .FormStyled_980 textarea { width:600px; }
.FormStyled_980 select { width:612px; }
.FormStyled_980 .control-label { width:250px; }

.FormStyled_980_2 input[type="text"] , .FormStyled_980_2 input[type="password"] , .FormStyled_980_2 textarea { width:448px; }
.FormStyled_980_2 select { width:460px; }
.FormStyled_980_2 .control-label { width:120px; }

.FormStyled_980_3 input[type="text"] , .FormStyled_980_3 input[type="password"] , .FormStyled_980_3 textarea { width:398px; }
.FormStyled_980_3 select { width:410px; }
.FormStyled_980_3 .control-label { width:200px; }

.FormStyled_740 input[type="text"] , .FormStyled_740 input[type="password"] , .FormStyled_740 textarea { width:400px; }
.FormStyled_740 select { width:456px; }
.FormStyled_740 .control-label { width:200px; }

.FormStyled_740_2 input[type="text"] , .FormStyled_740_2 input[type="password"] , .FormStyled_740_2 textarea { width:250px; }
.FormStyled_740_2 select { width:236px; }
.FormStyled_740_2 .control-label { width:200px; }

.FormStyled_740_3 input[type="text"] , .FormStyled_740_3 input[type="password"] , .FormStyled_740_3 textarea { width:250px; }
.FormStyled_740_3 select { width:236px; }
.FormStyled_740_3 .control-label { width:250px; font-size:13px; }

.FormStyled_740_4 input[type="text"] , .FormStyled_740_4 input[type="password"] , .FormStyled_740_4 textarea { width:250px; }
.FormStyled_740_4 select { width:262px; }

.FormStyled_740_5 input[type="text"] , .FormStyled_740_5 input[type="password"] , .FormStyled_740_5 textarea { width:150px; }
.FormStyled_740_5 select { width:162px; }


.form-actions { margin-top:15px; }

.ticketFormCaption {
	background-color:#4d4d4d;
	height:40px;
	line-height:40px;
	color:#FFF;
	font-size:21px;
	font-weight:bold;
}
.ticketFormCaption .ticketFormCaptionIcon{
	background-position:-435px -241px;
	width:25px;
	height:28px;
	display:inline-block;
	vertical-align:middle;
	margin-left:20px;
}
.ticketFormCaption .ticketFormCaptionArrow{
	background-position:-461px -261px;
	width:24px;
	height:17px;
	display:inline-block;
	vertical-align:middle;
	margin:0 10px;
}
.SelectFile {
	margin:3px 0;
	display:inline-block;
}
.SelectFile .SelectFileStyle , .addMoreFileInput , .FormStyled button .InputButtonStyle  {
	display:inline-block;
	background-color:#2c82bc;
	font-size:15px;
	font-weight:700;
	color:#FFF;
	padding:5px 15px 4px 0;
	margin-right:14px;
	cursor:pointer;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;	
}
.SelectFile .SelectFileStyle:hover ,.addMoreFileInput:hover , .FormStyled button .InputButtonStyle:hover {
	background-color:#4d4d4d;
}
.SelectFile .SelectFileStyle span , .addMoreFileInput span , .FormStyled button .InputButtonStyle span {
	background-image:url("images/home.png");
	background-position:-479px -236px;
	background-repeat:no-repeat;
	width:17px;
	height:19px;
	display:inline-block;
	vertical-align:middle;
	margin:0 13px 3px 11px;
}
.SelectFile .SelectFileText {
	display:inline-block;
	width:160px;
	height:14px;
	position:relative;
	overflow:hidden;
}
.SelectFile .SelectFileText span{
	display:inline-block;
	white-space:nowrap;
	position:absolute;
	right:0;
	min-width:160px;
}
.SelectFile + input[type="file"] {
	display:none;
}
.addMoreFileInput span {
	background-position:-497px -236px;
}
.FormStyled button .InputButtonStyle span {
	background-position:-461px -241px;
}
/*------- #FORM ELEMENTS -------- */


/*------- ANNOUNCEMENTS TPL -------- */
.announcementsBox {
	height:50px;
	color:#FFF;
	position:relative;
	margin-bottom:16px;
	height:82px;
	background-color:#e6e6e6;
}
.announcementsBox a{
	color:#FFF;
}
.announcementsBox .inlineBlock{
	vertical-align:middle;
}
.announcementsBox .inlineBlock .home{
	width:27px;
	height:28px;
	background-position:-274px -288px;
	margin:27px 10px 27px 15px;
}
.announcementsBox .inlineBlock h2{
	font-size:16px;
	margin:0;
}
.announcementsBox .inlineBlock p{
	margin:0;
}
.announcementsShare {
	right:0;
	bottom:10px;
	width:180px;
	text-align:center;

}
.announcementsDate {
	right:0;
	top:15px;
	width:180px;
	text-align:center;
	color:#4d4d4d;
	font-weight:bold;
	line-height:20px;
}
.announcementsDate .home {
	width:20px;
	height:20px;
	display:inline-block;
	vertical-align:middle;
	background-position:-211px -276px;
	margin:0 5px 5px 0;
}
.announcementsBoxLeft {
	background-color:#2c82bc;
	width:798px;
	height:82px;
	cursor:pointer;
	border-right:2px solid #FFF;
	-webkit-border-top-left-radius: 25px;
	-moz-border-radius-topleft: 25px;
	border-top-left-radius: 25px;	
}
.announcementsBoxLeft:hover {
	background-color:#4d4d4d;
}
.announcementsNavigator {
	background-color:#4d4d4d;
	color:#FFF;
	font-weight:bold;
	font-size:15px;
	height:48px;
}
.announcementsNavigator a {
	color:#FFF;
}
.announcementsNavigator a:hover {
	text-decoration:none;
}
.announcementsNavigator font {
	font-size:21px;
}
.announcementsRSS {
	right:30px;
	bottom:5px;
	font-size:12px;
}
.announcementsRSS a{
	color:#4d4d4d;
}
.announcementsRSS .home{
	display:inline-block;
	width:19px;
	height:19px;
	background-position:-142px -235px;
	margin-right:5px;
}
.announcementsRSSCont {
	background-color:#FFF;
	width:680px;
	height:33px;
	right:0;
	bottom:0;
}
.tR15 {
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;	
}
.announcementsRSSCont .annRssBg{
	display:inline-block;
	width:30px;
	height:33px;
	background-position:-304px -271px;
	vertical-align:top;
}
/*------- #ANNOUNCEMENTS TPL -------- */


/*------- panel_news.tpl -------- */
#NewsContainer {
	width:auto;
	height:auto;
	background-color:#2c82bc;
	position:fixed;
	right:0;
	top:100px;
	z-index:800;
	border:2px solid #FFF;
	border-right:none;
	cursor:pointer;
	-webkit-box-shadow: 0px 0px 22px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 22px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 22px rgba(50, 50, 50, 0.75);	
}
/*
#NewsContainer:hover {
	background-color:#4d4d4d;
}
*/
.lR20 {
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;	
}
#NewsRight {
	background-color:#FFF;
	position:relative;
	display:inline-block;
	height:390px;
	width:1px;
	right:-1px;
	overflow:hidden;
	cursor:default;
	vertical-align:top;
	margin:5px 0;
}
#NewsLeft {
	position:relative;
	left:0;
	top:5px;
	height:390px;
	width:35px;
	display:inline-table;
}
#NewsLeft p{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	font-size:14px;
	font-weight:700;
	color:#FFF;
}
[class^="NewsArrow-"] {
	position:absolute;
	display:inline-block;
	width:6px;
	height:13px;
	top:188px;
	left:0;
}
.NewsArrow-left {
	background-position:-260px -317px;
	left:-17px;
	top:178px;
	width:17px;
	height:33px;
}
.NewsArrow-right {
	background-position:-253px -317px;
	display:none;
}
#NewsContainer:hover .NewsArrow-left {
	background-position:-278px -317px;
}
.NewsContainerOpen {
	right:0 !important;
}
.NewsContainerOpen .NewsArrow-left {
	display:none;
}
.NewsContainerOpen .NewsArrow-right {
	display:block;
}
#NewsRight table {
	width:100%;
	margin:0;
	padding:0;
}
#NewsRight h3{
	margin:15px 0 0 0;
	text-align:center;
	font-size:13px;
	line-height:11px;
}
#NewsRight h3 + img {
	width:263px;
	height:8px;
}
#NewsRight .NewsSpace {
	display:block;
	height:5px;
}
#NewsRight .home {
	background-position:-246px -288px;
	width:27px;
	height:28px;
	margin:0 5px 0 0;
}
#NewsRight font {
	display:block;
	font-size:13px;
	color:#2c82bc;
	font-weight:700;
	text-decoration:none !important;
}
#NewsRight a {
	font-weight:bold;
}
#NewsRight a:hover {
	text-decoration:none;
}
#NewsRight a:hover font{
	text-decoration:underline !important;
}
#NewsRight a.AllNews {
	display:block;
	background-color:#2c82bc;
	color:#FFF;
	text-align:center;
	padding:3px;
	margin-top:15px;
}
#NewsRight a:hover.AllNews {
	background-color:#4d4d4d;
	text-decoration:none;
}
[class^="NewsSocial-"] {
	display:inline-block;
	width:30px;
	height:30px;
	background-image:url("images/home.png");
	background-repeat:no-repeat;
	margin-left:40px;
}
.NewsSocial-facebook {
	background-position:-548px -665px;
	margin-left:0;	
}
.NewsSocial-twitter {
	background-position:-517px -665px;
}
.NewsSocial-google {
	background-position:-610px -665px;
}
.NewsSocial-in {
	background-position:-579px -665px;
}
.NewsSocial-facebook:hover {
	background-position:-548px -634px;
}
.NewsSocial-twitter:hover {
	background-position:-517px -634px;
}
.NewsSocial-google:hover {
	background-position:-610px -634px;
}
.NewsSocial-in:hover {
	background-position:-579px -634px;
}
/*------- #panel_news.tpl -------- */


/*------- CUSTOM 38 -------*/
.AboutUsHeader {
	background-color:#4d4d4d;
	color:#FFF;
}
.AboutUsHeader .icon{
	margin:6px 8px 6px 15px;
}
.AboutUsHeader h3{
	display:inline-block;
	margin:0;
	vertical-align:middle;
	font-size:21px;
}
.AboutUsRadius25 {
	display:table;
	cursor:pointer;
}
.AboutUsRadius25:hover {
	border-color:#4d4d4d !important;
}
.AboutUsBlock p {
	margin:0;
	text-align:justify;
}
.AboutUsRadius25 p.tblcell {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	margin:0;
}
.AboutUsFileName {
	font-weight:700;
	margin:5px 0;
	text-align:center;
	width:182px;
	font-size:15px;
}
.RadiusAboutUsServer {
	border:2px solid #2c82bc;
	overflow:hidden;
	position:relative;
	padding-left:2px;
}
.RadiusAboutUsServer:before {
	border:2px solid #FFF;
	position:absolute;
	content:"";
	top:0;
	left:0;
	width:972px;
	height:130px;
	overflow:hidden;
	-webkit-border-top-left-radius: 23px;
	-webkit-border-bottom-right-radius: 23px;
	-moz-border-radius-topleft: 23px;
	-moz-border-radius-bottomright: 23px;
	border-top-left-radius: 23px;
	border-bottom-right-radius: 23px;	
}
/*------- #CUSTOM 38 -------*/

/*------- CLIENTAREAHOME TPL -------*/
.clientBanner {
	color:#FFF;
	height:130px;
	position:relative;
}
.clientBanner h1 {
	font-size:29px;
	text-align:center;

}
#ClientLeft {
	width:220px;
	float:left;
}
#ClientRight {
	width:740px;
	margin-left:20px;
	float:left;
}
#ClientRight .home {
	display:inline-block;
	vertical-align:middle;
}
.ClientPersonelInfoTable .home{
	margin:5px 0;
}
.ClientPersonelInfoTable tr td:nth-child(1){
	text-align:center;
	width:22px;
}
.ClientPersonelInfoTable tr td:nth-child(2){
	padding-left:10px;
}
.ClientPersonelInfoButton {
	background-color:#2c82bc;
	color:#FFF;
	padding:6px 12px;
	font-weight:bold;
	cursor:pointer;
}
.ClientPersonelInfoButton:hover {
	background-color:#4d4d4d;
}
.ClientHeader {
	background-color:#2c82bc;
	margin-top:18px;
	height:35px;
	line-height:35px;
	color:#FFF;
	font-weight:700;
	font-size:15px;
	-webkit-border-top-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
	border-top-left-radius: 15px;
	position:relative;
}
.ClientHeader span.home , .ClientHeader span.icon{
	width:24px;
	height:22px;
	background-position:-64px -777px;
	display:inline-block;
	vertical-align:middle;
	margin:0 8px 0 15px;
}
.ClientHeaderLeft:hover {
	cursor:pointer;
	background-color:#4d4d4d;
}
.ClientHeaderLeft font.home{
	width:14px;
	height:12px;
	background-position:-64px -725px;
	display:inline-block;
	position:absolute;
	right:11px;
	top:11px;
}
.ClientHeaderLeftOpen font.home{
	background-position:-89px -785px !important;
}
.ClientContent {
	border:2px solid #2c82bc;
	border-top:none;
	padding:10px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	border-bottom-right-radius: 15px;	
}
.ClientHeaderLeft + .ClientContent a {
	display:block;
	font-weight:bold;
}
.ClientHeaderLeft + .ClientContent a:hover {
	color:#2c82bc;
}
.ClientHeaderLeft + .ClientContent a .home {
    width:11px;
	height:11px;
	background-position:-128px -743px;
	display:inline-block;
	margin:5px 8px 5px 0;
	vertical-align:middle;
}
.ClientHeaderLeft + .ClientContent a:hover  .home{
	background-position:-171px -742px;
}
#ClientStatisticsUL {
	margin:0;
	padding:0;
	list-style:none;
}
#ClientStatisticsUL a{
	font-weight:normal;
	line-height:25px;
}
#ClientStatisticsUL a:hover{
	text-decoration:none;
	color:#2c82bc;
}
#ClientStatisticsUL .icon{
	display:inline-block;
	vertical-align:middle;
	background-image:url("images/home.png");
	background-repeat:no-repeat;
	background-position:-63px -760px;
	width:16px;
	height:16px;
	margin-right:5px;
}
.ClientTable {
	margin:0;
	padding:0;
	width:100%;
	background-color:#FFF;
}
.ClientTableCursor tr{
	cursor:pointer;
}
.ClientTable th{
	background-color:#4d4d4d;
	height:25px;
	color:#FFF;
	text-align:center;
	font-size:10px;
	border-bottom:1px solid #FFF;
	cursor:default;
	white-space:nowrap;
}
.ClientTable th a{
	color:#FFF;
}
.ClientTable td{
	height:25px;
	text-align:center;
}
.newticket_a {
	color:#FFF;
	font-size:12px;
}
.newticket_a .home{
	margin-right:0 !important;
}
.newticket_a:hover {
	text-decoration:underline;
}
.thome {
	display:inline-block;
	vertical-align:middle;
	background-image:url("images/home.png");
	background-repeat:no-repeat;
	margin-right:5px;	
}
.thome_date {
	width:12px;
	height:12px;
	background-position:-145px -725px;
}
.thome_department {
	width:13px;
	height:13px;
	background-position:-79px -725px;
}
.thome_addon {
	width:13px;
	height:13px;
	background-position:-79px -725px;
}
.thome_product {
	width:13px;
	height:13px;
	background-position:-79px -725px;
}
.thome_caption {
	width:18px;
	height:13px;
	background-position:-31px -725px;
}
.thome_icon {
	width:18px;
	height:13px;
	background-position:-31px -725px;
}
.thome_status {
	width:13px;
	height:13px;
	background-position:0 -725px;
}
.thome_info {
	width:13px;
	height:12px;
	background-position:-687px -489px;
}
.thome_addons {
	width:13px;
	height:13px;
	background-position:-715px -480px;
}
.thome_update {
	width:16px;
	height:13px;
	background-position:-14px -725px;
}
.thome_transfer {
	width:13px;
	height:14px;
	background-position:-180px -778px;
}
.thome_management {
	width:14px;
	height:14px;
	background-position:-230px -778px;
}
.thome_domain {
	width:13px;
	height:13px;
	background-position:-207px -787px;
}
.thome_billNo {
	width:12px;
	height:13px;
	background-position:-80px -760px;
}
.thome_urgency {
	width:12px;
	height:13px;
	background-position:-80px -760px;
}
.thome_value {
	width:12px;
	height:13px;
	background-position:-80px -760px;
}
.thome_bill {
	width:12px;
	height:13px;
	background-position:-194px -779px;
}
.thome_balance {
	width:16px;
	height:13px;
	background-position:-99px -741px;
}
.thome_selectAll {
	width:14px;
	height:14px;
	background-position:-104px -785px;
	margin:0;
}
.thome_filename {
	width:14px;
	height:16px;
	background-position:-84px -741px;
}
.thome_dnsManage {
	width:13px;
	height:11px;
	background-position:-486px -777px;	
}
.thome_domainManage {
	width:13px;
	height:13px;
	background-position:-485px -749px;	
}
.thome_domainAutoUpdate {
	width:16px;
	height:13px;
	background-position:-485px -763px;	
}
.thome_domainLock {
	width:10px;
	height:13px;
	background-position:-280px -784px;	
}
.thome_domainEdit {
	width:12px;
	height:15px;
	background-position:-473px -775px;	
}
.thome_domainUpdate {
	width:16px;
	height:13px;
	background-position:-291px -784px;	
}
.thome_hostingPassword {
	width:10px;
	height:13px;
	background-position:-357px -786px;
}
td.active .thome_addons {
	background-position:-729px -480px;
}
td.active .thome_info {
	background-position:-701px -489px;
}
td.active .thome_update {
	background-position:-21px -739px;
}
td.active .thome_domain {
	background-position:-328px -779px;
}
td.active .thome_management {
	background-position:-342px -786px;
}
td.active .thome_hostingPassword {
	background-position:-280px -784px;
}
.ClientTable input[type="checkbox"] {
	border:1px solid #2c82bc;
}
.ClientTable tr {
	/*cursor:pointer;*/
}
.ClientTable tr:hover {
	/*background-color:#FCFCFC;*/
}
.ClientTable tr:hover.NotHover {
	background-color:#FFF;
}
.ClientTable td , .ClientTable th  {
	border-right:1px solid #ccc;
}
.ClientTable tr td:nth-last-child(1) , .ClientTable tr th:nth-last-child(1)  {
	border-right:none;
}
.CTFileName {
	white-space:nowrap;
	overflow:hidden;
	width:550px;
}
.CTFileName .home {
	width:11px;
	height:14px;
	margin:0 8px 2px 15px;
	background-position:-116px -743px;
}
.TicketOrder , .TicketOrderasc, .TicketOrderdesc {
	display:inline-block;
	vertical-align:middle;
	background-image:url("images/home.png");
	background-repeat:no-repeat;
	margin-left:5px;
	width:7px;
	height:13px;
	background-position:-191px -764px;
}
.TicketOrderasc {
	background-position:-199px -764px;
}
.TicketOrderdesc {
	background-position:-183px -764px;
}
.ClientTable a:hover {
	text-decoration:underline;
}
.ClientTableFoter a{
	color:#4d4d4d;
}
.ClientTableFoter td{
	border:none;
}
.ClientTableFoter:hover{
	background:none !important;
	cursor:default !important;
}
.paySelected_a:hover , .payAll_a:hover {
	color:#2c82bc;
	text-decoration:none !important;
}
.paySelected_a:hover .home {
	background-position:-242px -725px !important;
}
.payAll_a:hover .home , .payAll_a:hover .icon {
	background-position:-226px -725px !important;
}
.PayNow_a {
	background-color:#579903;
	border:2px solid #FFF;
	padding:4px 8px;
	color:#FFF;
	font-size:10px;
	font-weight:700;
}
.PayNow_a:hover {
	/*background-color:#4d4d4d;*/
	opacity:0.7;
}
.PayNow_a .home {
	background-position:-50px -725px;
	width:13px;
	height:13px;
	margin:0 4px 0 0;
}
/*------- #CLIENTAREAHOME TPL -------*/

/*------- CLIENTAREADETAILS TPL -------*/
.FormStyled input[type="submit"] + label , .FormStyled input[type="reset"] + label , .FormStyled input[type="button"] + label , .FormStyled .buttons {
	display:inline-block;
	background-color:#2c82bc;
	font-size:15px;
	color:#FFF;
	padding:5px 15px 4px 15px;
	margin-right:14px;
	cursor:pointer;
	white-space:nowrap;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.FormStyled input[type="submit"]:disabled + label , .FormStyled input[type="reset"]:disabled + label , .FormStyled input[type="button"]:disabled + label {
	background-color:#ccc !important;
	cursor:help;
}
.FormStyled input[type="submit"] , .FormStyled input[type="reset"] , .FormStyled input[type="button"] {
	display:none;
}
.FormStyled input[type="submit"] + label:hover , .FormStyled input[type="reset"] + label:hover , .FormStyled input[type="button"] + label:hover , .FormStyled .buttons:hover {
	background-color:#4d4d4d;
	
}
.FormStyled input[type="submit"] + label span , .FormStyled input[type="reset"] + label span , .FormStyled input[type="button"] + label span , .FormStyled .buttons span{
	background-image:url("images/home.png");
	background-position:-486px -256px;
	background-repeat:no-repeat;
	width:19px;
	height:18px;
	display:inline-block;
	vertical-align:middle;
	margin:0 8px 2px 0;
}
.FormStyled input[type="reset"] + label span{
	background-position:-506px -256px;
}
.FormStyled input[type="button"] + label span{
	background-position:-415px -262px;
}
.returnbuttons span {
	background-position:-554px -270px !important;
	width:18px !important;
	height:18px !important;
}
/*------- #CLIENTAREADETAILS TPL -------*/


/*------- CLIENTAREADOMAINS TPL -------*/
.ClientDiv {
	background-color:#2c82bc;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-bottomright: 15px;
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;	
}
.ClientDivHeader {
	height:36px;
}
.ClientDivHeader h3{
	display:inline-block;
	color:#FFF;
	font-size:16px;
	vertical-align:middle;
	line-height:36px;
	margin:0;
}
.ClientDivHeader h3 .icon{
	margin:0 8px 0 13px;
}
.ClientDivContent {
	margin:0 2px;
	padding:5px;
	background-color:#FFF;
}
.ClientDivFooter {
	color:#FFF;
	background-color:#FFF;
}
.ClientDivFooterDown {
	position:relative;
	background-color:#2c82bc;
	z-index:1;	
}
.ClientDivFooterUp {
	position:relative;
	z-index:2;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	border-bottom-right-radius: 15px;
	background-color:#2c82bc;	
}
.ClientDivFooterStatus {
	background-color:#FFF;
	height:40px;
	width:auto;
	padding-left:10px;
	position:relative;
}
.ClientDiv .searchbox {
	width:218px;
	height:22px;
	background-position:-353px -725px;
	background-image:url("images/home.png");
	background-repeat:no-repeat;
	margin:7px;
}
.ClientDiv .searchbox button {
	border:none;
	background:none;
	width:15px;
	padding-left:0;
	padding-right:0;
}
.ClientDiv .searchbox input[type="text"] {
	border:none;
	background:none;
	margin:0;
	vertical-align:top;
	padding-top:3px;
	text-indent:10px;
	width:195px;
	color:#747474;
}
.ClientDiv .searchbox button .home{
	width:15px;
	height:15px;
	background-position:-245px -778px;
}
.dropdown-menu { display:none; }
.Dstatus {
	display:inline-block;
	background-color:#d2d2d2;
	width:23px;
	height:23px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.Sstatus {
	display:inline-block;
	background-color:#d2d2d2;
	width:18px;
	height:18px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	vertical-align:middle;
	margin:0 3px 0 27px;
}
.Sstatus + font {
	color:#4d4d4d;
	font-size:10px;
}

.Status_pending {
	background-color:#B14000;
}
.Status_cancelled {
	background-color:#d10000;
}
.Status_terminated {
	background-color:#BB8700;
}
.Status_expired {
	background-color:#700070;
}
.Status_active {
	background-color:#006d08;
}
.Status_pendingtransfer {
	background-color:#0010C7;
}
.Status_fraud {
	background-color:#0087F1;
}
.Status_suspended {
	background-color:#00D19F;
}
.ClientDivButtonMask {
	display:block;
	width:70px;
	height:40px;
	margin:5px 0;
	position:relative;
}
.ClientDivButtonBorder {
	display:table;
	width:68px;
	height:40px;
	cursor:pointer;
	border:1px solid #FFF;
}
.ClientTable tr:hover .ClientDivButtonBorder{
	border-color:#EEE;
}
.ClientDivButtonSub {
	width:180px;
	height:auto;
	text-align:left;
	position:absolute;
	top:41px;
	left:-112px;
	background-color:#FFF;
	border:1px solid #a5a5a5;
	z-index:10;
	-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.75);		
}
.ShadowCover {
	width:68px;
	height:12px;
	position:absolute;
	top:-12px;
	right:0;
	background-color:#FFF;
}
.ClientDivButtonBorder:hover {
	border-color:#196eba !important;
	background-color:#d1edff;
	/*
	-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.75);	
	*/
}
.ClientDivButtonBorder:active {
	border:2px solid #196eba;
	width:66px;
	height:38px;
	-webkit-box-shadow: inset 0 0 10px #196eba;
	-moz-box-shadow:    inset 0 0 10px #196eba;
	box-shadow:         inset 0 0 10px #196eba;
}
.ClientDivButtonBorder .home{
	display:inline-block;
}
.ClientDivButtonBorder p {
	display:table-cell;
	text-align:center;
	width:auto;
	vertical-align:middle;
	margin:0;
	padding-top:3px;
}
.ClientBTransfer {
	width:26px;
	height:28px;
	background-position:-267px -725px;
}
.ClientBBill {
	width:26px;
	height:29px;
	background-position:-294px -754px;
}
.ClientBManagement {
	width:43px;
	height:33px;
	background-position:-590px -749px;
}
.ClientBManagementNA {
	background-position:-502px -749px;
}
.ClientDivButtonBorder:hover .ClientBTransfer {
	background-position:-294px -725px;
}
.ClientDivButtonBorder:hover .ClientBBill {
	background-position:-267px -754px;
}
.ClientDivButtonBorder:hover .ClientBManagement {
	background-position:-634px -749px;
}
.ClientDivButtonBorder:hover .ClientBManagementNA {
	background-position:-546px -749px;
}
.resultsbox {
	font-size:10px;
	font-weight:700;
}
.ClientDivNavigator {
	color:#FFF;
	font-size:10px;
	font-weight:700;
}
.ClientDivNavigator:hover {
	text-decoration:underline;
}
.ClientTableDomains tr{
	cursor:default;
}
.ClientDivNavigatorP {
	color:#EEE;
}
.cdaa {
	font-size:17px;
	vertical-align:middle;
}
.cdaah {
	font-size:21px;
	vertical-align:middle;
}
.cdfsbg {
	display:inline-block;
	position:absolute;
	left:0;
	top:0;
	background-position:-321px -725px;
	width:31px;
	height:40px;
}
.DropMenuContainer {
	background-color:#FFF;
	color:#4d4d4d;
	width:200px;
	margin:8px 0 0 20px;
	-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.75);
}
.DropMenuHeader {
	height:28px;
	font-size:11px;
	font-weight:bold;
	cursor:pointer;
}
.DropMenuHeader.toggleOpen , .DropMenuHeader:hover {
	background: rgb(230,230,230); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(230,230,230,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(230,230,230,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(230,230,230,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(230,230,230,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(230,230,230,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(230,230,230,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */		
}
.DropMenuHeader .home{
	display:inline-block;
	vertical-align:middle;
}
.DropMenuHeader .DropMenuIcon {
	margin:8px 5px 7px 15px;
	width:10px;
	height:12px;
	background-position:-332px -766px;
}
.DropMenuHeader .DropMenuArrow{
	margin:0 0 0 3px;
	width:12px; 
	height:6px; 
	background-position:-267px -784px;
}
.DropMenuHeader:hover {
	color:#2c82bc;
}
.DropMenuHeader:hover .DropMenuIcon{
	background-position:-321px -766px;
}
.DropMenuHeader:hover .DropMenuArrow{
	background-position:-267px -791px;
}
.DropMenuContent ul , .ClientDivButtonSub ul{
	margin:7px;
	padding:0 0 10px 0;
	list-style:none;
	font-size:11px;
}
.DropMenuContent ul li , .ClientDivButtonSub ul li{
	line-height:20px;
}
.DropMenuContent ul li a , .ClientDivButtonSub ul li a{
	display:block;
	text-decoration:none !important;
}
.DropMenuContent ul li:hover , .ClientDivButtonSub ul li:hover{
	background-color:#cceafe;
}
.DropMenuContent font , .ClientDivButtonSub font{
	display:inline-block;
	width:20px;
	margin-left:7px;
	text-align:center;
}
.DropMenuContent font .home , .ClientDivButtonSub font .home{
	display:inline-block;
}
.toggleContent {
	display:none;
}
.ClientDivButtonBorder.toggleOpen {   /*.ClientDivBBClicked { */
	border:1px solid #a5a5a5;
	width:68px;
	background-color:#FFF;
	-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.75);		
	background: rgb(230,230,230); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(230,230,230,1) 0%, rgba(255,255,255,1) 92%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(230,230,230,1)), color-stop(92%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(230,230,230,1) 0%,rgba(255,255,255,1) 92%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(230,230,230,1) 0%,rgba(255,255,255,1) 92%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(230,230,230,1) 0%,rgba(255,255,255,1) 92%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(230,230,230,1) 0%,rgba(255,255,255,1) 92%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.ClientDivButtonBorder.toggleOpen .ClientBManagement { 
	background-position:-546px -749px;
}

/*------- #CLIENTAREADOMAINS TPL -------*/

.select-wrapper select{
		margin: 0;
		position: absolute;
		z-index: 2;            
		cursor: pointer;
		outline: none;
		opacity: 0;
		/* CSS hacks for older browsers */
		_noFocusLine: expression(this.hideFocus=true); 
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		-khtml-opacity: 0;
		-moz-opacity: 0;
}
.select-wrapper {
		float: left;
		display: inline-block;
		border: 1px solid #2c82bc;            
		background: url("images/selectbox/dropdown.png") no-repeat right center;
		cursor: pointer;	
}
.select-wrapper, .select-wrapper select {
	width: 168px;
	height: 22px;
	line-height: 22px;
	color: #4d4d4d;
	font-weight: bold;
}
.select-wrapper:hover{
	background: url("images/selectbox/dropdown-hover.png") no-repeat right center;
	border-color: #4d4d4d;
}
.select-wrapper .holder{
	display: block;
	margin: 0 35px 0 5px;
	white-space: nowrap;            
	overflow: hidden;
	cursor: pointer;
	position: relative;
	z-index: -1;
}

/*------- panel_clientTopMenu.tpl -------*/
#clientTopMenuMask {
	height:67px;
	margin:0 0 16px 0;
	z-index:10;
}
#clientTopMenu {
	height:auto;
	overflow:hidden;
	background-color:#FFF;
	z-index:3;
}
#clientTopMenu .home{
	vertical-align:middle;
	display:inline-block;
}
#clientTopMenu .inlineBlock{
	vertical-align:top;
	text-align:left;
	width:215px;
	margin-right:15px;
}
#clientTopMenu ul{
	margin:0;
	padding:0;
	list-style:none;
}
#clientTopMenu ul a {
	display:block;
	font-weight:700;
	line-height:21px;
}
#clientTopMenu ul a:hover {
	color:#2c82bc;
}
#clientTopMenu ul a .home {
	background-position:-128px -743px;
	width:11px;
	height:11px;
	margin:0 8px 0 0;
}
#clientTopMenu ul a:hover .home {
	background-position:-171px -742px;
}
#clientTopMenu h3 {
	margin:0 0 5px 0;
}
#clientTopMenu h3 .home{
	margin-right:5px;
}
.clientTopMenuBottom {
	width:100%;
	height:32px;
	cursor:pointer;
	font-size:10px;
	color:#ccc;
	background-image:url("images/domain_bottom_shadow.png");
	background-repeat:repeat-x;
	background-position:bottom;
}
.clientTopMenuBottom:hover {
	color:#2c82bc;
}
.clientTopMenuBottom .home {
	width:32px;
	height:18px;
	margin-top:3px;
	background-position:-353px -748px;
}
.clientTopMenuBottom:hover .home{
	background-position:-353px -767px;
}
.clientTopMenuBottom #clientTopMenuOpen {
	display:block;
}
.clientTopMenuBottom #clientTopMenuClose {
	display:none;
}
.clientTopMenuBottomOpen .home {
	width:44px;
	height:19px;
	margin-top:2px;
	background-position:-386px -768px;
}
.clientTopMenuBottomOpen:hover .home{
	background-position:-386px -748px;
}
.clientTopMenuBottomOpen #clientTopMenuOpen {
	display:none;
}
.clientTopMenuBottomOpen #clientTopMenuClose {
	display:block;
}
.clientTopMenuContent {
	display:none;
}
/*------- #panel_clientTopMenu.tpl -------*/


/*------- login.tpl -------*/
.GHeader {
	background-color:#2c82bc;
	-webkit-border-top-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
	border-top-left-radius: 15px;	
}
.GHeader h3 {
	margin:0 0 0 0;
	line-height:35px;	
	color:#FFF;
	font-size:16px;
}
.GContent {
	border:2px solid #2c82bc;
	border-top:none;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	border-bottom-right-radius: 15px;	
}
.icon {
	vertical-align:middle;
	display:inline-block;
	background-image:url("images/home.png");
	background-repeat:no-repeat;
	width:10px;
	height:10px;
}
/*------- #login.tpl -------*/

.ClientRecordLimit a {
	color:#FFF;
}
.ClientRecordLimit a:hover {
	text-decoration:underline;
}

/*------- clientareachangepw.tpl -------*/
.ClientTabHeader {
	position:relative;
}
.ClientTabContent {
	border:2px solid #4d4d4d;
	padding:25px 15px;
}
#tabs , #tabs table {
	width:100%;
}
.SelectedTabBold #tabs td.active {
	font-weight:700;
	font-size:15px;
}
.tabsmask {
	width:100%;
	height:38px;
	display:block;
	position:relative;
}
.ClientTabHeader td , .ClientTabHeader td.active {
	height:38px;
	position:relative;
}
.ClientTabHeader td.active a:before {
	position:absolute;
	content:"";
	height:2px;
	width:100%;
	background-color:#FFF;
	bottom:-2px;
	right:0px;
}
.ClientTabHeader td.active.toggleBT a.toggleButton:before {
	background-color:#FFF;
	border:2px solid #4d4d4d;
	border-bottom:none;
	border-top:none;
	max-width:250px;
	z-index:6;
	right:-2px;
	bottom:-12px;
	height:13px	
}
.ClientTabHeader td a {
	background-color:#4d4d4d;
	color:#FFF;
	line-height:38px;
	height:38px;
	text-align:center;
	display:block;
	margin-right:3px;
	border:2px solid #4d4d4d;
	border-bottom:none;
	cursor:pointer;
	position:relative;
}
.ClientTabHeader td:nth-last-child(1) a {
	margin-right:0;
}
.ClientTabHeader td a:hover {
	background-color:#666;
	border-color:#666;
}
.ClientTabHeader td.active a {
	background-color:#666;
	border-color:#4d4d4d;
	color:#4d4d4d;
	background: rgb(230,230,230); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(230,230,230,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(230,230,230,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(230,230,230,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(230,230,230,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(230,230,230,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(230,230,230,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.ClientTabHeader .TabIcon {
	margin-right:5px;
}
.ClientTabHeader .TabIcon_details {
	width:17px;
	height:22px;
	background-position:-335px -290px;
}
.ClientTabHeader td.active .TabIcon_details {
	background-position:-353px -290px;
}
.ClientTabHeader .TabIcon_creditcard {
	width:17px;
	height:22px;
	background-position:-335px -290px;
}
.ClientTabHeader td.active .TabIcon_creditcard {
	background-position:-353px -290px;
}
.ClientTabHeader .TabIcon_contacts {
	width:17px;
	height:18px;
	background-position:-353px -271px;
}
.ClientTabHeader td.active .TabIcon_contacts {
	background-position:-335px -271px;
}
.ClientTabHeader .TabIcon_changepw {
	width:18px;
	height:24px;
	background-position:-396px -262px;
}
.ClientTabHeader td.active .TabIcon_changepw {
	background-position:-396px -287px;
}
.ClientTabHeader .TabIcon_security {
	width:18px;
	height:22px;
	background-position:-377px -264px;
}
.ClientTabHeader td.active .TabIcon_security {
	background-position:-377px -287px;
}

/*------- #clientareachangepw.tpl -------*/

/*------- clientareaaddcontact.tpl -------*/
ul.inputs-list {
	list-style:none;
	margin:0;
	padding:0;
}
/*------- #clientareaaddcontact.tpl -------*/

/*------- serverstatus.tpl -------*/
.StatusHeader , .subheader {
	background-color:#666;
	color:#FFF;
	padding:0 15px;
	line-height:35px;
}
.StatusHeader h3 , .subheader h3 {
	margin:0;
	line-height:35px;
}
/*------- #serverstatus.tpl -------*/

/*------- viewticket.tpl -------*/
.Bubbled {
	/*background-image:url("images/ticket_pattern.png");*/
	/*color:#FFF;*/
	background-color:#ccc;
}
.Bubbled .bubbleMsg {
	border:6px solid #4d4d4d;
	color:#4d4d4d;
	background-color:#FFF;
	padding:10px;
	margin:15px 0;
	position:relative;
	max-width:600px;
	min-width:100px;
	min-height:50px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.Bubbled .bubbleMsg:before {
	position:absolute;
	width:20px;
	height:20px;
	border:6px solid #4d4d4d;
	/*
	border-right-color:#FFF;
	border-bottom-color:#FFF;
	*/
	border-right:none;
	border-bottom:none;
	background-color:#fff;
	content:"";
	top:25px;
	z-index:0;
	transform:rotate(135deg);
	-ms-transform:rotate(135deg); /* IE 9 */
	-webkit-transform:rotate(135deg); /* Safari and Chrome */	
}
.Bubbled .bubbleHeader {
	font-weight:700;
	text-align:center;
}
.Bubbled .bubbleYouHeader {
	float:right;
}
.Bubbled .bubbleMeHeader {
	float:left;
}
.Bubbled .bubbleYouMsg {
	float:right;
	margin-right:20px;
	background-color:#FFF;
	border-color:#2c82bc;
}
.Bubbled .bubbleYouMsg:before {
	right:-17px;
	background-color:#FFF;
	border-color:#2c82bc;
}
.Bubbled .bubbleMeMsg {
	float:left;
	margin-left:20px;
	text-align:left;
	background-color:#FFF;
}
.Bubbled .bubbleMeMsg:before {
	left:-17px;
	background-color:#FFF;
	transform:rotate(-45deg);
	-ms-transform:rotate(-45deg); /* IE 9 */
	-webkit-transform:rotate(-45deg); /* Safari and Chrome */		
}
.Bubbled .bubbleMsg hr{
	border:none;
	border-top:1px solid #e6e6e6;
	height:0;
}
.Bubbled .bubbleMsg a{
	text-decoration:underline;
	color:#4d4d4d;
}
.Bubbled .bubbleMsg a:hover{
	color:#333;
}
.Bubbled .star {
	width:16px;
	height:16px;
	padding:0;
	background-image:url("images/rating_neg.png");
}
.Bubbled .ticketrating tr td {
	width:16px;
	height:16px;
	padding:0;
}

.Bubbled .ticketrating tr td:nth-child(1) ,  .Bubbled .ticketrating tr td.point {
	width:auto;
	background:none;
}
/*------- #viewticket.tpl -------*/

/*------- clientdomaindetails.tpl -------*/
/*
.DomainDetailsTabHeader li {
	width:20%;
}
.WHDetailsTabHeader li {
	width:25%;
}
*/
.DomainDetailsTabContent .control-label{
	font-size:13px;
}
.domainaddonsTable a  {
	font-weight:700;
	background-color:#4d4d4d;
	color:#FFF;
	display:inline-block;
	padding:3px;
}
.domainaddonsTable a:hover {
	background-color:#ccc;
	color:#4d4d4d;
	text-decoration:none;
}
.management_tools {
	width:250px;
	position:absolute;
	right:0;
	top:50px;
	z-index:5;
	border:2px solid #4d4d4d;
	background-color:#FFF;
	padding:15px 0;
	-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.75);	
}
.management_tools a{
	border:none !important;
	background:none !important;
	line-height:25px !important;
	height:25px !important;
	text-align:left !important;
	padding:0 25px !important;
	position:relative !important;
}
.management_tools a:hover{
	background-color:#EEE !important;
}


/*------- #clientdomaindetails.tpl -------*/

/*--- SLIDER PAGE INSIDE NEW--- */
.slider_text{
	padding-top:41px;
}
.slider_text .buttons{
	padding-left:10px;
	padding-right:13px;
}
.slider_text h3{
	font-size:50px;
	margin:0;
	color:#2c82bc;
}
.slider_text p{
	font-size:17px;
	margin:9px 0;
	width:480px;
}
.slider_text table td{
	line-height:20px;
	font-weight:700;
}
.slider_text table span{
	display:inline-block;
	vertical-align:middle;
	background-image:url("images/home.png");
	width:12px;
	height:12px;
	background-position:-756px -195px;
	margin-right:5px;
	margin-bottom:3px;
}
.bannerSellButs {
	background-color:#77a101 !important;
}
.bannerSellButs:hover {
	background-color:#4d4d4d !important;
}
.bannerButtonShadow {
	width:144px;
	text-align:center;
}
.signboard {
	background-color:#2c82bc;
	padding:7px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;	
}
.signboard > div {
	border:3px solid #FFF;
	padding:7px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;		
}
#slider .ticket {
	background-color:#76a100;
	width:94px;
	height:94px;
	padding:4px;
	z-index:2;
	-webkit-border-radius:49px;
	-moz-border-radius:49px;
	border-radius:49px;	
}
#slider .ticket > div {
	border:3px solid #FFF;
	width:88px;
	height:88px;
	-webkit-border-radius:47px;
	-moz-border-radius:47px;
	border-radius:47px;	
}
/*--- #SLIDER PAGE INSIDE NEW--- */

/*--- SLIDER PAGE INSIDE EXX--- */
#bannerSellButton , #bannerExamineButton {
	width:147px; 
	background-color:#77a101; 
	cursor:pointer; 
	height:40px;
	position:absolute;
	left:331px;
	top:235px;
}
.bannerSellButton {
	width:147px; 
	background-color:#77a101; 
	cursor:pointer; 
	height:40px;
	display:inline-block;
}
#bannerExamineButton {
	background-color:#2c82bd;
	left:503px;
}
#bannerSellButton:hover , #bannerExamineButton:hover ,.bannerSellButton:hover {
	background-color:#4d4d4d; 
}
#top_menu_shadow {
	height:13px;
	z-index:4;
	display:none;
	position:fixed !important; 
	top:50px !important; 
	width:100% !important;
	border-top:6px solid #FFF;
	background-image:url("images/domain_bottom_shadow.png");
	background-repeat:repeat-x;		
}

/*---#SLIDER PAGE INSIDE  EXX --- */

/*---panel_cartProduct.tpl --- */
#CPContainer {
	background-image:url("images/cart_background.jpg");
	background-repeat:no-repeat;
	height:549px;
	background-color:#172933;
}
.CPBox {
	position:relative;
	display:table;
	height:109px;
	width:100%;
	border-top:1px solid #FFF;
	cursor:pointer;
}
.CPBox p{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
}
.CPLeftBgDiv {
	background-color:#000;
	position:absolute;
	width:100%;
	height:100%;
	opacity:0.6;
}
.CPBox .CPBg {
	background-image:url("images/cartLeftBg.png");
	background-repeat:no-repeat;
	background-position:0 -110px;
	width:245px;
	height:109px;
	position:absolute;
	left:0;
	top:0;
}
.CPBox:hover .CPBg {
	background-position:0 -220px;	
}
.CPBoxSelected .CPBg {
	background-position:0 0 !important;
}
.CPPBox {
	width:224px;
	height:224px;
	position:absolute;
	left:150px;
	top:100px;
	font-weight:700;
}
.CPPBox1 {
	width:224px;
	height:224px;
	background-color:#FFF;
	opacity:0.2;
	position:absolute;
	left:0;
	top:0;
	-webkit-border-radius: 112px;
	-moz-border-radius: 112px;
	border-radius: 112px;
}
.CPPBox2 , .CPPBox3 {
	width:198px;
	height:198px;
	left:13px;
	top:13px;
	position:absolute;
	text-align:center;
	overflow:hidden;
	background-color:#FFF;
	-webkit-border-radius: 99px;
	-moz-border-radius: 99px;
	border-radius: 99px;
}
.CPContent {
	position:relative;
	width:100%;
	height:100%;
	display:none;
}
.CPContent:nth-child(1) {
	display:block;
}
.CPPBox3 {
	background-color:#d78b01;
	top:-163px;
}
.CPPMask {
	overflow:hidden;
	height:176px;
	position:relative;
}
.CPPBox h1 , .CPPBox h2 , .CPPBox h3 , .CPPBox p {
	margin:0;
}
.CPPBox h1{
	font-size:29px;
	line-height:29px;
	margin-top:22px;
}
.CPPBox h2{
	font-size:32px;
	line-height:36px;
}
.CPPBox h3{
	font-size:15px;
	line-height:15px;
}
.CPPBox p{
	font-size:10px;
	font-weight:700;
}
.CPPBox3Space {
	height:163px;
}
.CPPBox3Footer {
	height:35px;
	text-align:center;
}
.CPPBox3FooterLine {
	display:inline-block;
	vertical-align:middle;
	width:1px;
	height:100%;
	border-left:1px solid #000;
	background-color:#FFF;
	opacity:0.3;
	float:left;
}
.CPPBox .CPPBoxViewIcon , .CPPBox .CPPBoxBuyIcon {
	width:98px;
	height:35px;
	float:left;
	background-position:-603px -262px;
	background-image:url("images/home.png");
	background-repeat:no-repeat;
}
.CPPBox .CPPBoxBuyIcon {
	background-position:-702px -262px;
}
.CPPBox .CPPBoxViewIcon:hover {
	background-position:-603px -298px;
}
.CPPBox .CPPBoxBuyIcon:hover {
	background-position:-702px -298px;
}
.CPPStyle1 { left:33px; top:25px; }
.CPPStyle1 .CPPBox3 { background-color:#d78b01; }
.CPPStyle1 h1 , .CPPStyle1 h3 { color:#d78b01; }

.CPPStyle2 { left:462px; top:25px; }
.CPPStyle2 .CPPBox3 { background-color:#579901; }
.CPPStyle2 h1 , .CPPStyle2 h3 { color:#579901; }

.CPPStyle3 { left:247px; top:162px; }
.CPPStyle3 .CPPBox3 { background-color:#1170b0; }
.CPPStyle3 h1 , .CPPStyle3 h3 { color:#1170b0; }

.CPPStyle4 { left:33px; top:300px; }
.CPPStyle4 .CPPBox3 { background-color:#d3570f; }
.CPPStyle4 h1 , .CPPStyle4 h3 { color:#d3570f; }

.CPPStyle5 { left:462px; top:300px; }
.CPPStyle5 .CPPBox3 { background-color:#019aaa; }
.CPPStyle5 h1 , .CPPStyle5 h3 { color:#019aaa; }

.kbviews {
	margin-left: -30px;
}

/*---#panel_cartProduct.tpl --- */

.whoisPre {
	font-family:Arial, Helvetica, sans-serif;
}
.domainstransfereppcodes {
    margin:0 0 10px;
    padding:10px;
    font-weight: bold;
    background-color:#2c82bd;
    color:#fff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}
.domainstransfereppcodes ul {
    margin: 5px 20px;
}
.domainstransfereppcodes ul li {
    font-weight: normal;
    text-align: left;
    color:#7F0000;
}

/* Invoice Status  Start */
.paid {
	color: green;
	font-weight: bold;
}

.unpaid {
	color: red;
	font-weight: bold;
}

.refunded {
	color: #224488;
	font-weight: bold;
}

.cancelled {
	color: #888888;
	font-weight: bold;
}

.collections {
	color: #ffbb55;
	font-weight: bold;
}
/* Invoice Status  End */


/* VDS VPS Custompae CSS */
/* Virtual Server Start */

.ptd_mini {
	background: -moz-linear-gradient(top, rgba(248,236,215,0.91) 0%, rgba(247,235,214,0.99) 2%, rgba(247,235,214,0.97) 3%, rgba(222,211,189,0.97) 97%, rgba(222,211,189,0.99) 98%, rgba(221,210,188,0.91) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(248,236,215,0.91)), color-stop(2%,rgba(247,235,214,0.99)), color-stop(3%,rgba(247,235,214,0.97)), color-stop(97%,rgba(222,211,189,0.97)), color-stop(98%,rgba(222,211,189,0.99)), color-stop(100%,rgba(221,210,188,0.91))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(248,236,215,0.91) 0%,rgba(247,235,214,0.99) 2%,rgba(247,235,214,0.97) 3%,rgba(222,211,189,0.97) 97%,rgba(222,211,189,0.99) 98%,rgba(221,210,188,0.91) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(248,236,215,0.91) 0%,rgba(247,235,214,0.99) 2%,rgba(247,235,214,0.97) 3%,rgba(222,211,189,0.97) 97%,rgba(222,211,189,0.99) 98%,rgba(221,210,188,0.91) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(248,236,215,0.91) 0%,rgba(247,235,214,0.99) 2%,rgba(247,235,214,0.97) 3%,rgba(222,211,189,0.97) 97%,rgba(222,211,189,0.99) 98%,rgba(221,210,188,0.91) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(248,236,215,0.91) 0%,rgba(247,235,214,0.99) 2%,rgba(247,235,214,0.97) 3%,rgba(222,211,189,0.97) 97%,rgba(222,211,189,0.99) 98%,rgba(221,210,188,0.91) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8f8ecd7', endColorstr='#e8ddd2bc',GradientType=0 ); /* IE6-9 */	
}
.ptd_eko {
	background: -moz-linear-gradient(top, rgba(228,238,215,0.87) 0%, rgba(227,237,214,0.96) 2%, rgba(227,237,214,0.94) 3%, rgba(203,213,189,0.94) 97%, rgba(203,213,189,0.96) 98%, rgba(202,212,188,0.87) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(228,238,215,0.87)), color-stop(2%,rgba(227,237,214,0.96)), color-stop(3%,rgba(227,237,214,0.94)), color-stop(97%,rgba(203,213,189,0.94)), color-stop(98%,rgba(203,213,189,0.96)), color-stop(100%,rgba(202,212,188,0.87))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(228,238,215,0.87) 0%,rgba(227,237,214,0.96) 2%,rgba(227,237,214,0.94) 3%,rgba(203,213,189,0.94) 97%,rgba(203,213,189,0.96) 98%,rgba(202,212,188,0.87) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(228,238,215,0.87) 0%,rgba(227,237,214,0.96) 2%,rgba(227,237,214,0.94) 3%,rgba(203,213,189,0.94) 97%,rgba(203,213,189,0.96) 98%,rgba(202,212,188,0.87) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(228,238,215,0.87) 0%,rgba(227,237,214,0.96) 2%,rgba(227,237,214,0.94) 3%,rgba(203,213,189,0.94) 97%,rgba(203,213,189,0.96) 98%,rgba(202,212,188,0.87) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(228,238,215,0.87) 0%,rgba(227,237,214,0.96) 2%,rgba(227,237,214,0.94) 3%,rgba(203,213,189,0.94) 97%,rgba(203,213,189,0.96) 98%,rgba(202,212,188,0.87) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dee4eed7', endColorstr='#decad4bc',GradientType=0 ); /* IE6-9 */
}
.ptd_standard {
	background: -moz-linear-gradient(top,  rgba(217,232,242,0.89) 0%, rgba(216,231,241,0.98) 2%, rgba(216,231,241,0.95) 3%, rgba(192,207,216,0.95) 97%, rgba(192,207,216,0.98) 98%, rgba(191,206,215,0.89) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(217,232,242,0.89)), color-stop(2%,rgba(216,231,241,0.98)), color-stop(3%,rgba(216,231,241,0.95)), color-stop(97%,rgba(192,207,216,0.95)), color-stop(98%,rgba(192,207,216,0.98)), color-stop(100%,rgba(191,206,215,0.89))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(217,232,242,0.89) 0%,rgba(216,231,241,0.98) 2%,rgba(216,231,241,0.95) 3%,rgba(192,207,216,0.95) 97%,rgba(192,207,216,0.98) 98%,rgba(191,206,215,0.89) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(217,232,242,0.89) 0%,rgba(216,231,241,0.98) 2%,rgba(216,231,241,0.95) 3%,rgba(192,207,216,0.95) 97%,rgba(192,207,216,0.98) 98%,rgba(191,206,215,0.89) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(217,232,242,0.89) 0%,rgba(216,231,241,0.98) 2%,rgba(216,231,241,0.95) 3%,rgba(192,207,216,0.95) 97%,rgba(192,207,216,0.98) 98%,rgba(191,206,215,0.89) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(217,232,242,0.89) 0%,rgba(216,231,241,0.98) 2%,rgba(216,231,241,0.95) 3%,rgba(192,207,216,0.95) 97%,rgba(192,207,216,0.98) 98%,rgba(191,206,215,0.89) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3d9e8f2', endColorstr='#e3bfced7',GradientType=0 ); /* IE6-9 */
}
.ptd_plus {
	background: -moz-linear-gradient(top,  rgba(247,228,217,0.88) 0%, rgba(246,227,216,0.97) 2%, rgba(246,227,216,0.94) 3%, rgba(222,203,192,0.94) 97%, rgba(222,203,192,0.97) 98%, rgba(221,202,191,0.88) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,228,217,0.88)), color-stop(2%,rgba(246,227,216,0.97)), color-stop(3%,rgba(246,227,216,0.94)), color-stop(97%,rgba(222,203,192,0.94)), color-stop(98%,rgba(222,203,192,0.97)), color-stop(100%,rgba(221,202,191,0.88))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(247,228,217,0.88) 0%,rgba(246,227,216,0.97) 2%,rgba(246,227,216,0.94) 3%,rgba(222,203,192,0.94) 97%,rgba(222,203,192,0.97) 98%,rgba(221,202,191,0.88) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(247,228,217,0.88) 0%,rgba(246,227,216,0.97) 2%,rgba(246,227,216,0.94) 3%,rgba(222,203,192,0.94) 97%,rgba(222,203,192,0.97) 98%,rgba(221,202,191,0.88) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(247,228,217,0.88) 0%,rgba(246,227,216,0.97) 2%,rgba(246,227,216,0.94) 3%,rgba(222,203,192,0.94) 97%,rgba(222,203,192,0.97) 98%,rgba(221,202,191,0.88) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(247,228,217,0.88) 0%,rgba(246,227,216,0.97) 2%,rgba(246,227,216,0.94) 3%,rgba(222,203,192,0.94) 97%,rgba(222,203,192,0.97) 98%,rgba(221,202,191,0.88) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0f7e4d9', endColorstr='#e0ddcabf',GradientType=0 ); /* IE6-9 */
}
.ptd_ultimate {
	background: -moz-linear-gradient(top,  rgba(215,238,241,0.88) 0%, rgba(214,237,240,0.97) 2%, rgba(214,237,240,0.94) 3%, rgba(189,213,216,0.94) 97%, rgba(189,213,216,0.97) 98%, rgba(188,212,215,0.88) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(215,238,241,0.88)), color-stop(2%,rgba(214,237,240,0.97)), color-stop(3%,rgba(214,237,240,0.94)), color-stop(97%,rgba(189,213,216,0.94)), color-stop(98%,rgba(189,213,216,0.97)), color-stop(100%,rgba(188,212,215,0.88))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(215,238,241,0.88) 0%,rgba(214,237,240,0.97) 2%,rgba(214,237,240,0.94) 3%,rgba(189,213,216,0.94) 97%,rgba(189,213,216,0.97) 98%,rgba(188,212,215,0.88) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(215,238,241,0.88) 0%,rgba(214,237,240,0.97) 2%,rgba(214,237,240,0.94) 3%,rgba(189,213,216,0.94) 97%,rgba(189,213,216,0.97) 98%,rgba(188,212,215,0.88) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(215,238,241,0.88) 0%,rgba(214,237,240,0.97) 2%,rgba(214,237,240,0.94) 3%,rgba(189,213,216,0.94) 97%,rgba(189,213,216,0.97) 98%,rgba(188,212,215,0.88) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(215,238,241,0.88) 0%,rgba(214,237,240,0.97) 2%,rgba(214,237,240,0.94) 3%,rgba(189,213,216,0.94) 97%,rgba(189,213,216,0.97) 98%,rgba(188,212,215,0.88) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0d7eef1', endColorstr='#e0bcd4d7',GradientType=0 ); /* IE6-9 */
}
.selectedplan1 .pac_tr .pac_td:nth-child(2) {
	background:none;
	background-color:#d68b00;
	color:#FFF;
	font-size:20px;
}
.selectedplan2 .pac_tr .pac_td:nth-child(3) {
	background:none;
	background-color:#579900;
	color:#FFF;
}
.selectedplan3 .pac_tr .pac_td:nth-child(4) {
	background:none;
	background-color:#1171b0;
	color:#FFF;	
	font-size:20px;
}
.selectedplan4 .pac_tr .pac_td:nth-child(5) {
	background:none;
	background-color:#d4570f;
	color:#FFF;
	font-size:20px;
}
.selectedplan5 .pac_tr .pac_td:nth-child(6) {
	background:none;
	background-color:#009aab;
	color:#FFF;
	font-size:20px;
}

.pbb_plan1 {
	background-color:#d68b00;
}
.pbb_plan2 {
	background-color:#579900;
}
.pbb_plan3 {
	background-color:#1171b0;
}
.pbb_plan4 {
	background-color:#d4570f;
}
.pbb_plan5 {
	background-color:#009aab;
}
#phc_plan1 {
	background-color:#d68b00;
}
#phc_plan2 {
	background-color:#579900;
}
#phc_plan3 {
	background-color:#1171b0;
}
#phc_plan4 {
	background-color:#d4570f;
}
#phc_plan5 {
	background-color:#009aab;
}



#phc_plan1 .ph_circle {
	background-color:#ab6f00;
}
#phc_plan2 .ph_circle {
	background-color:#457a00;
}
#phc_plan3 .ph_circle {
	background-color:#0d5a8d;
}
#phc_plan4 .ph_circle {
	background-color:#aa450c;
}
#phc_plan5 .ph_circle {
	background-color:#007b89;
}

#phc_plan1 .package_buy_button {
	color:#d68b00;
}
#phc_plan2 .package_buy_button {
	color:#579900;
}
#phc_plan3 .package_buy_button {
	color:#1171b0;
}
#phc_plan4 .package_buy_button {
	color:#d4570f;
}
#phc_plan5 .package_buy_button {
	color:#009aab;
}


/* Dedicated Server Start */

.ptd_vds1 {
	background: -moz-linear-gradient(top, rgba(248,236,215,0.91) 0%, rgba(247,235,214,0.99) 2%, rgba(247,235,214,0.97) 3%, rgba(222,211,189,0.97) 97%, rgba(222,211,189,0.99) 98%, rgba(221,210,188,0.91) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(248,236,215,0.91)), color-stop(2%,rgba(247,235,214,0.99)), color-stop(3%,rgba(247,235,214,0.97)), color-stop(97%,rgba(222,211,189,0.97)), color-stop(98%,rgba(222,211,189,0.99)), color-stop(100%,rgba(221,210,188,0.91))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(248,236,215,0.91) 0%,rgba(247,235,214,0.99) 2%,rgba(247,235,214,0.97) 3%,rgba(222,211,189,0.97) 97%,rgba(222,211,189,0.99) 98%,rgba(221,210,188,0.91) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(248,236,215,0.91) 0%,rgba(247,235,214,0.99) 2%,rgba(247,235,214,0.97) 3%,rgba(222,211,189,0.97) 97%,rgba(222,211,189,0.99) 98%,rgba(221,210,188,0.91) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(248,236,215,0.91) 0%,rgba(247,235,214,0.99) 2%,rgba(247,235,214,0.97) 3%,rgba(222,211,189,0.97) 97%,rgba(222,211,189,0.99) 98%,rgba(221,210,188,0.91) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(248,236,215,0.91) 0%,rgba(247,235,214,0.99) 2%,rgba(247,235,214,0.97) 3%,rgba(222,211,189,0.97) 97%,rgba(222,211,189,0.99) 98%,rgba(221,210,188,0.91) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8f8ecd7', endColorstr='#e8ddd2bc',GradientType=0 ); /* IE6-9 */	
}
.ptd_vds2 {
	background: -moz-linear-gradient(top, rgba(228,238,215,0.87) 0%, rgba(227,237,214,0.96) 2%, rgba(227,237,214,0.94) 3%, rgba(203,213,189,0.94) 97%, rgba(203,213,189,0.96) 98%, rgba(202,212,188,0.87) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(228,238,215,0.87)), color-stop(2%,rgba(227,237,214,0.96)), color-stop(3%,rgba(227,237,214,0.94)), color-stop(97%,rgba(203,213,189,0.94)), color-stop(98%,rgba(203,213,189,0.96)), color-stop(100%,rgba(202,212,188,0.87))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(228,238,215,0.87) 0%,rgba(227,237,214,0.96) 2%,rgba(227,237,214,0.94) 3%,rgba(203,213,189,0.94) 97%,rgba(203,213,189,0.96) 98%,rgba(202,212,188,0.87) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(228,238,215,0.87) 0%,rgba(227,237,214,0.96) 2%,rgba(227,237,214,0.94) 3%,rgba(203,213,189,0.94) 97%,rgba(203,213,189,0.96) 98%,rgba(202,212,188,0.87) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(228,238,215,0.87) 0%,rgba(227,237,214,0.96) 2%,rgba(227,237,214,0.94) 3%,rgba(203,213,189,0.94) 97%,rgba(203,213,189,0.96) 98%,rgba(202,212,188,0.87) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(228,238,215,0.87) 0%,rgba(227,237,214,0.96) 2%,rgba(227,237,214,0.94) 3%,rgba(203,213,189,0.94) 97%,rgba(203,213,189,0.96) 98%,rgba(202,212,188,0.87) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dee4eed7', endColorstr='#decad4bc',GradientType=0 ); /* IE6-9 */
}
.ptd_vds3 {
	background: -moz-linear-gradient(top,  rgba(217,232,242,0.89) 0%, rgba(216,231,241,0.98) 2%, rgba(216,231,241,0.95) 3%, rgba(192,207,216,0.95) 97%, rgba(192,207,216,0.98) 98%, rgba(191,206,215,0.89) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(217,232,242,0.89)), color-stop(2%,rgba(216,231,241,0.98)), color-stop(3%,rgba(216,231,241,0.95)), color-stop(97%,rgba(192,207,216,0.95)), color-stop(98%,rgba(192,207,216,0.98)), color-stop(100%,rgba(191,206,215,0.89))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(217,232,242,0.89) 0%,rgba(216,231,241,0.98) 2%,rgba(216,231,241,0.95) 3%,rgba(192,207,216,0.95) 97%,rgba(192,207,216,0.98) 98%,rgba(191,206,215,0.89) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(217,232,242,0.89) 0%,rgba(216,231,241,0.98) 2%,rgba(216,231,241,0.95) 3%,rgba(192,207,216,0.95) 97%,rgba(192,207,216,0.98) 98%,rgba(191,206,215,0.89) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(217,232,242,0.89) 0%,rgba(216,231,241,0.98) 2%,rgba(216,231,241,0.95) 3%,rgba(192,207,216,0.95) 97%,rgba(192,207,216,0.98) 98%,rgba(191,206,215,0.89) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(217,232,242,0.89) 0%,rgba(216,231,241,0.98) 2%,rgba(216,231,241,0.95) 3%,rgba(192,207,216,0.95) 97%,rgba(192,207,216,0.98) 98%,rgba(191,206,215,0.89) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3d9e8f2', endColorstr='#e3bfced7',GradientType=0 ); /* IE6-9 */
}
.ptd_vds4 {
	background: -moz-linear-gradient(top,  rgba(247,228,217,0.88) 0%, rgba(246,227,216,0.97) 2%, rgba(246,227,216,0.94) 3%, rgba(222,203,192,0.94) 97%, rgba(222,203,192,0.97) 98%, rgba(221,202,191,0.88) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,228,217,0.88)), color-stop(2%,rgba(246,227,216,0.97)), color-stop(3%,rgba(246,227,216,0.94)), color-stop(97%,rgba(222,203,192,0.94)), color-stop(98%,rgba(222,203,192,0.97)), color-stop(100%,rgba(221,202,191,0.88))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(247,228,217,0.88) 0%,rgba(246,227,216,0.97) 2%,rgba(246,227,216,0.94) 3%,rgba(222,203,192,0.94) 97%,rgba(222,203,192,0.97) 98%,rgba(221,202,191,0.88) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(247,228,217,0.88) 0%,rgba(246,227,216,0.97) 2%,rgba(246,227,216,0.94) 3%,rgba(222,203,192,0.94) 97%,rgba(222,203,192,0.97) 98%,rgba(221,202,191,0.88) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(247,228,217,0.88) 0%,rgba(246,227,216,0.97) 2%,rgba(246,227,216,0.94) 3%,rgba(222,203,192,0.94) 97%,rgba(222,203,192,0.97) 98%,rgba(221,202,191,0.88) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(247,228,217,0.88) 0%,rgba(246,227,216,0.97) 2%,rgba(246,227,216,0.94) 3%,rgba(222,203,192,0.94) 97%,rgba(222,203,192,0.97) 98%,rgba(221,202,191,0.88) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0f7e4d9', endColorstr='#e0ddcabf',GradientType=0 ); /* IE6-9 */
}
.ptd_vds5 {
	background: -moz-linear-gradient(top,  rgba(215,238,241,0.88) 0%, rgba(214,237,240,0.97) 2%, rgba(214,237,240,0.94) 3%, rgba(189,213,216,0.94) 97%, rgba(189,213,216,0.97) 98%, rgba(188,212,215,0.88) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(215,238,241,0.88)), color-stop(2%,rgba(214,237,240,0.97)), color-stop(3%,rgba(214,237,240,0.94)), color-stop(97%,rgba(189,213,216,0.94)), color-stop(98%,rgba(189,213,216,0.97)), color-stop(100%,rgba(188,212,215,0.88))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(215,238,241,0.88) 0%,rgba(214,237,240,0.97) 2%,rgba(214,237,240,0.94) 3%,rgba(189,213,216,0.94) 97%,rgba(189,213,216,0.97) 98%,rgba(188,212,215,0.88) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(215,238,241,0.88) 0%,rgba(214,237,240,0.97) 2%,rgba(214,237,240,0.94) 3%,rgba(189,213,216,0.94) 97%,rgba(189,213,216,0.97) 98%,rgba(188,212,215,0.88) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(215,238,241,0.88) 0%,rgba(214,237,240,0.97) 2%,rgba(214,237,240,0.94) 3%,rgba(189,213,216,0.94) 97%,rgba(189,213,216,0.97) 98%,rgba(188,212,215,0.88) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(215,238,241,0.88) 0%,rgba(214,237,240,0.97) 2%,rgba(214,237,240,0.94) 3%,rgba(189,213,216,0.94) 97%,rgba(189,213,216,0.97) 98%,rgba(188,212,215,0.88) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0d7eef1', endColorstr='#e0bcd4d7',GradientType=0 ); /* IE6-9 */
}
.selectedvds1 .pac_tr .pac_td:nth-child(2) {
	background:none;
	background-color:#d68b00;
	color:#FFF;
	font-size:20px;
}
.selectedvds2 .pac_tr .pac_td:nth-child(3) {
	background:none;
	background-color:#579900;
	color:#FFF;
}
.selectedvds3 .pac_tr .pac_td:nth-child(4) {
	background:none;
	background-color:#1171b0;
	color:#FFF;	
	font-size:20px;
}
.selectedvds4 .pac_tr .pac_td:nth-child(5) {
	background:none;
	background-color:#d4570f;
	color:#FFF;
	font-size:20px;
}
.selectedvds5 .pac_tr .pac_td:nth-child(6) {
	background:none;
	background-color:#009aab;
	color:#FFF;
	font-size:20px;
}

.pbb_vds1 {
	background-color:#d68b00;
}
.pbb_vds2 {
	background-color:#579900;
}
.pbb_vds3 {
	background-color:#1171b0;
}
.pbb_vds4 {
	background-color:#d4570f;
}
.pbb_vds5 {
	background-color:#009aab;
}
#phc_vds1 {
	background-color:#d68b00;
}
#phc_vds2 {
	background-color:#579900;
}
#phc_vds3 {
	background-color:#1171b0;
}
#phc_vds4 {
	background-color:#d4570f;
}
#phc_vds5 {
	background-color:#009aab;
}



#phc_vds1 .ph_circle {
	background-color:#ab6f00;
}
#phc_vds2 .ph_circle {
	background-color:#457a00;
}
#phc_vds3 .ph_circle {
	background-color:#0d5a8d;
}
#phc_vds4 .ph_circle {
	background-color:#aa450c;
}
#phc_vds5 .ph_circle {
	background-color:#007b89;
}

#phc_vds1 .package_buy_button {
	color:#d68b00;
}
#phc_vds2 .package_buy_button {
	color:#579900;
}
#phc_vds3 .package_buy_button {
	color:#1171b0;
}
#phc_vds4 .package_buy_button {
	color:#d4570f;
}
#phc_vds5 .package_buy_button {
	color:#009aab;
}

.vpswidth {
		
		width:200px !important;	
	}

a:link {
	text-decoration: none;
}


.progress {
	height: 18px;
	margin-bottom: 18px;
	overflow: hidden;
	background-color: #f7f7f7;
	background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
	background-image: -ms-linear-gradient(top, #f5f5f5, #f9f9f9);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
	background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
	background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
	background-image: linear-gradient(top, #f5f5f5, #f9f9f9);
	background-repeat: repeat-x;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f9f9f9', GradientType=0);
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress .bar {
	width: 0;
	height: 18px;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #0e90d2;
	background-image: -moz-linear-gradient(top, #149bdf, #0480be);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
	background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
	background-image: -o-linear-gradient(top, #149bdf, #0480be);
	background-image: linear-gradient(top, #149bdf, #0480be);
	background-image: -ms-linear-gradient(top, #149bdf, #0480be);
	background-repeat: repeat-x;
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#149bdf', endColorstr='#0480be', GradientType=0);
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: width 0.6s ease;
	-moz-transition: width 0.6s ease;
	-ms-transition: width 0.6s ease;
	-o-transition: width 0.6s ease;
	transition: width 0.6s ease;
}

code {
	direction: ltr;
	background: rgb(219, 238, 255);
	padding: 5px 10px;
	display: block;
	overflow-x: visible;
	overflow-y: hidden;
	margin: 0 0 20px 0;
	color: #0E0E0E;
	border-top: 0px solid #E1E1E1;
	border-left: 5px solid #2c82bd;
	border-right: 1px solid #F0F0F0;
	}
	
#sagust {
position: fixed;
_position: absolute;
top: 0;
right: 0;
_top: expression(eval(document.body.scrollTop));
margin: 0;
display: block;
}

.Comments{margin:10px 0px 0px 0px;padding:5px;}.Comments .List h3{font-size:11px;font-weight:bold;margin:0px 0px 5px 0px;padding:5px 0px;color:#000;font-family:Tahoma,Geneva,sans-serif;}.Comments .List ol{padding:0px;margin:0px;}
.Comments .List li{position:relative;padding:15px 5px 5px 5px;margin:0px 0px 5px 0px;list-style-type:none;}.Comments .List .ComListLi{background:#f1f1f1;-moz-border-radius:4px;-webkit-border-radius:4px;-border-radius:4px;border:1px solid #c5c3c3;}* html .Comments .List .ComListLiTop{left:-5px;}.Comments .List .ComListLiTop{position:absolute;background:url(images/ComListLiTop.gif) no-repeat left top;height:15px;width:420px;left:0px;top:0px;}* html .Comments .List .ListNr{left:-55px;}.Comments .List .ListNr{color:#bec9d1;position:absolute;top:15px;font-size:24px;line-height:24px;font-family:'Arial';font-weight:normal;letter-spacing:-1px;padding:0px;left:-55px;}* html .Comments .List .ListGrav{left:10px;}.Comments .List .ListGrav{position:absolute;top:15px;left:15px;}.Comments .List .ListGrav img{border:solid 1px #fff;}.Comments .List big{margin:0px;padding:0px 0px 0px 42px;font-size:11px;line-height:11px;letter-spacing:-1px;color:#333;font-weight:bold;display:block;}.Comments .List small{color:#a19a80;padding:0px 0px 0px 42px;margin:0px;font-size:10px;}.Comments .List small a{color:#a19a80;text-decoration:none;}.Comments .List small a:visited{text-decoration:none;}.Comments .List .ListContent{margin:10px 0px 0px 0px;padding:5px 10px;font-size:11px;line-height:15px;background:#fff;-moz-border-radius:4px;-webkit-border-radius:4px;-border-radius:4px;display:block;}.Comments .Form h3{font-size:11px;font-weight:bold;margin:0px;padding:5px 0px 10px 0px;color:#333;font-family:Tahoma,Geneva,sans-serif;}.Comments .Form{background:#ffffff;position:relative;float:left;padding:5px;}*html .Comments .FormTop{left:-15px;}.Comments .FormTop{position:absolute;top:0px;left:0px;width:504px;height:7px;}.Comments .Form form{margin:0px;padding:0px;}.Comments .Form a{text-decoration:underline;}.Comments .Form p{padding:0px;margin:0px;font-size:11px;color:#369;}.Comments .Form p small strong{font-size:10px;font-weight:bold;color:#f30;}.Comments .Form p small{font-size:11px;display:block;padding:5px 0px;}.Comments .Form .TextField{background:#fff;border:solid 1px #c5c3c3;padding:5px 4px;font-size:11px;display:block;}.Comments .Form .TextArea{background:#fff;border:solid 1px #c5c3c3;padding:4px;font-size:11px;}.Comments .Form input.SubmitComment{width:257px;height:26px;margin-top:8px;}.Comments .Form input.SubmitComment:hover{margin-top:8px;}.Comments .Form input.SubmitCommentIE{width:257px;height:26px;background:;margin-top:10px;margin-top:8px;}


@media (min-width: 0px) and (max-width: 768px) {
 
.mobilkaybol {
	display:none;
}
.mobilgel {
	display:block;
} 
.CenterBlock {
    position: relative;
    margin: 0 auto;
    height: auto;
    width: 100%;
}
.CenterBlockSingle {
	position:relative;
	margin:0 auto;
	height:auto;
	 width: 100%;
	 padding-top:24px;
}


.Hmenu {
	position:relative;
	float:left;
	line-height:46px;
	height:46px;
	color:#FFF;
	padding: 4px 4px 0 4px;
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
	}


.Hmenu:hover , .HmenuSelected {
	background-color:#4d4d4d;
}
.Hmenu span{
	position:absolute;
	display:none;
	width:100%;
	height:100%;
	background-color:#4d4d4d;
	z-index:-1;
	top:0;
	left:0;
}
.homeicon {
	margin-left:10px;
	width:30px;
	height:29px;
	background-position:-392px -46px;
	top:10px;
	position:absolute;
	left:0;
	cursor:poi
}


/*--- SLIDER PAGE INSIDE NEW--- */
.slider_text{
	padding-top:41px;
	text-align:center;
}
.slider_text .buttons{
	padding-left:10px;
	padding-right:13px;
}
.slider_text h3{
	font-size:50px;
	margin:0;
	color:#2c82bc;
}
.slider_text p{
	font-size:17px;
	margin:9px 0;
	width:100%;
	text-align:center;
}
.slider_text table td{
	line-height:20px;
	font-weight:700;
   text-align:left;
}
.slider_text table span{
	display:inline-block;
	vertical-align:middle;
	background-image:url("images/home.png");
	width:12px;
	height:12px;
	background-position:-756px -195px;
	margin-right:5px;
	margin-bottom:3px;
}
.bannerSellButs {
	background-color:#77a101 !important;
}
.bannerSellButs:hover {
	background-color:#4d4d4d !important;
}
.bannerButtonShadow {
	width:144px;
	text-align:center;
}
.signboard {
	background-color:#2c82bc;
	padding:7px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;	
}
.signboard > div {
	border:3px solid #FFF;
	padding:7px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;		
}
#slider .ticket {
	background-color:#76a100;
	width:94px;
	height:94px;
	padding:4px;
	z-index:2;
	-webkit-border-radius:49px;
	-moz-border-radius:49px;
	border-radius:49px;	
}
#slider .ticket > div {
	border:3px solid #FFF;
	width:88px;
	height:88px;
	-webkit-border-radius:47px;
	-moz-border-radius:47px;
	border-radius:47px;	
}
/*--- #SLIDER PAGE INSIDE NEW--- */
.slider_page {
	width:100%;
}
.slider_page_content {
	width:100%;
	height:342px;
	position:relative;
	margin:0 auto;
}



.homeBox {
	position:relative;
	float:left;
	width:90%;
	margin-left:20px;	
}
.homeBox .Radius20 {
	background-color:#ed691f;
	height:140px;
	width:100%;
}
.homeBox p{
	margin:16px 0 5px 0;
	padding:0;
	text-align:justify;
}

.homeBox2 {
	position:relative;
	float:left;
	width:90%;
   margin-left:20px;	
}
.homeBox2 .Radius20 {
	background-color:#ed691f;
	height:140px;
	width:100%;
}
.homeBox2 p{
	margin:16px 0 5px 0;
	padding:0;
	text-align:justify;
}
.Radius20 h2 {
	text-align:center;
	color:#FFF;
	font-size:22px;
	margin:20px 0 0 0;
}
.homeBox3 {
	position:relative;
	float:left;
	width:90%;
   margin-left:20px;
}
.homeBox3 .Radius20 {
	background-color:#ed691f;
	height:140px;
	width:100%;
}
.homeBox3 p{
	margin:16px 0 5px 0;
	padding:0;
	text-align:justify;
}

#top_menu_shadow{
display:none;	
	
}
.homeBox8 {
	position:relative;
	float:left;
	width:100%;
   background-color: #fff;
}
.homeBox8 h2{
background-color: #f2f2f2;
height:30px;
line-height:30px
}
.sesli_chattt{
background-image: url(images/seslichat-paneli.png);
    background-repeat: no-repeat;
    width: 292px;
    height: 168px;
    display: inline-block;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: #fff solid 5px;	
}
.facebokks{
background-image: url(images/facebook.png);
    background-repeat: no-repeat;
    width: 292px;
    height: 168px;
    display: inline-block;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: #fff solid 5px;
}
.arkadas{

	background-image: url(images/arkadaslik_siteleri.png);
    background-repeat: no-repeat;
    width: 292px;
    height: 168px;
    display: inline-block;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: #fff solid 5px;
	margin-top:0px;
	
}

#logo {
    width: 360px;
    height: 76px;
    background-position: 0 0;
    position: releative;
    top: 17px;
    left: 50px;
}

.home {
    margin-right:50px;
	background-image: url(images/home.png);
    background-repeat: no-repeat;
    display: block;
}

.mobilfootermenu{
height:30px;border-bottom:1px solid #fff;background-color:#fff; z-index:998;
text-align:center;
}
.mobilfootermenu a{
font-weight:bold;	
color:#000;	
font-size:15px;
line-height:30px;

}
.mobilfootermenu span{
font-weight:bold;	
color:#0a82c5;	
font-size:15px;
line-height:30px;

}
.iletmenu{
height:30px;border-bottom:1px solid #fff;background-color:#fff; z-index:998;
text-align:center;
}
.iletmenu a{
font-weight:bold;	
color:#000;	
font-size:15px;
line-height:30px;

}
.iletmenu span{
font-weight:bold;	
color:#0a82c5;	
font-size:15px;
line-height:30px;

}

.sidebar {
    display:none;
}


.categoryHeader {
	background-color:#4d4d4d;
	height:50px;
	position:relative;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	border-top-left-radius: 0px;
margin-top:10px;	
}
.categoryHeader:after {
	background-color:#4d4d4d;
	display:inline-block;
	height:50px;
	width:1px;
	content:"";
	position:absolute;
	right:0;
}
.categoryHeader h2 {
	color:#FFF;
	position:absolute;
	left:55px;
	top:15px;
	font-size:15px;
	margin:0;
}
.categoryHeader input{
	position:absolute;
	background:none;
	border:none;
	left:673px;
	top:14px;
	width:260px;
	font-size:15px;
	color:#bbb;
}
.categoryContent {
	
	background-color:#fff;
	position:relative;
	
	border-top:none;
	padding-bottom:24px;
	-webkit-border-bottom-right-radius: 19px;
	-moz-border-radius-bottomright: 19px;
	border-bottom-right-radius: 19px;
}


.mobilayar{
	width:100%;
}

}
@media (min-width: 768px){

.mobilgel {
	display:none;
} 


}