@charset "utf-8";
/* CSS Document */
* {
	font-family:Tahoma;
}
html { margin:0; padding:0; }
body {
	margin:0;
	margin-left:25px;
	padding:0px;
}
/*------------------------- TEXT & LINK -------------------------------*/
.txtBlack11 {
	font-size:11px;
	color:#333333;	
}

.txtBlack12 {
	font-size:12px;
	color:#333333;	
}

.txtGray11 {
	font-size:11px;
	color:#666666;
}

.txtBrown11 {
	font-size:11px;
	color:#CC6633;
}

.txtSky11 {
	font-size:11px;
	color:#3399CC;
}
.txtSky12 {
	font-size:12px;
	color:#3399CC;
}

.txtGray11 a {
	color:#666666;
}
.txtGray11 a:hover {
	color:#333333;
}

.txtGreen11 {
	font-size:11px;
	color:#336666;
}

.txtBlue1 {
	color:#698CA5;
	font-size:11px;	
}

.txtBlue1 a {
	color:#698ca5;
}
.txtBlue1 a:hover {
	color:#666666;
}

.txtBlue1-Right {
	color:#698CA5;
	font-size:11px;	
	text-align:right;
	padding-right:5px;
}

.txtBlue1-Left {
	color:#698CA5;
	font-size:11px;
	text-align:left;
	padding-left:10px;
}

.txtBlue1-Center {
	color:#698CA5;
	font-size:11px;
	text-align:center;
}

.txtRed11 {
	font-size:11px;
	color:red;
}


.linkBottom {
	font-size:11px;
	color:#3399CC;
	text-decoration:none;
}

A.linkBottom:hover {
	text-decoration:underline;
}

.borderTableGray {
	border:1px solid #bbbbbb;
	margin-bottom:10px;
}

.howList {
	color:#336666;
	font-weight:bold;
	text-align:left;
}


/*----------FORM--------------*/
form {
	margin:0;
	padding:0;
}
.inputLogin {
	font-size:11px;
	color:white;
	height:14px;
	background-color:#aaa;
	border:none;
}


/* Fix Objects ---------------------*/
.domainCheck {
	color:#666666;
	font-weight:bold;
	font-size:11px;
	text-align:right;
	padding-right:5px;
}

.domainCheck input, select {
	font-weight:normal;
	font-size:11px;
}

.switchLang {
	font-size:11px;
	color:#333333;
	text-align:right;
}

.switchLang a {
	text-decoration:underline;
	color:#333333;
}

.currentTime {
	color:#ff9900;
	font-size:11px;
	font-weight:bold;
}	

.priceArea {
	font-size:13px;
	font-weight:bold;
	color:#666666;

}

.priceArea span {
	color:#C24F4F;
	font-size:17px;
}
.priceArea a { 
	color:#C24F4F;
	font-size:17px;
	text-decoration:none;
}



/*OTHER -------------------*/
#borderDashedBottom {
	color:#336666;
	font-weight:bold;
	border-bottom:1px dashed #aaaaaa;
	text-align:left;
}

#contentRight {
	padding-left:11px;
}

#bgHeadTable {
	background-image:url(../images/bg_head_table.jpg);
	background-repeat:repeat-x;
}

#bgHeadTable2 {
	background-image:url(../images/head_order_online.gif);
	background-repeat:no-repeat;
	font-weight:bold;
	font-size:12px;
	color:#ffffff;
	text-align:left;
	padding-left:45px;
}

#bgDarkOrange {
	background-image:url(../images/bg_dark_orange.gif);
	background-repeat:repeat-x;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	text-align:center;
}

#bgDarkOrange2 {
	background-image:url(../images/bg_dark_orange.gif);
	background-repeat:repeat-x;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	text-align:left;
	padding-left:10px;
}


#bgLightOrange {
	background-image:url(../images/bg_light_orange.gif);
	background-repeat:repeat-x;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	text-align:center;
}

#bgLinuxOrange {
	background-image:url(../images/linuxbg_orange.gif);
	background-repeat:no-repeat;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	text-align:left;
	padding-left:55px;	
}

#bgPrice {
	background-image:url(../images/price_eco.jpg);
	background-repeat:no-repeat;
}
#lineDashBottomGray { 
	border-bottom:1px dashed #999;
}
.lineBottom {
	border-bottom:1px solid silver;
}

.softwareSupport1 {
	background-image:url(../images/software-support.jpg);
	background-repeat:no-repeat;
	height:59px;
}