body{
margin:0px;
padding:0px;
font-size:12px;
text-align:left;
font-family:Arial, Helvetica, sans-serif;
color:#333;
background-image:url(images/bg.png);
background-repeat:repeat-x;
}

img{
border:0px;
}

a{
color:#000;
text-decoration:underline;
}

a:hover{
text-decoration:none;
}

/***************** BOX **************/
.box{
width:980px;
}

.box-top{
background-image:url(images/box-top.png);
background-repeat:no-repeat;
height:4px;
}

.box-bottom{
background-image:url(images/box-bottom.png);
background-repeat:no-repeat;
height:4px;
}

.box-main{
border-left:1px solid #CCC;
border-right:1px solid #CCC;
background-color:#FFFFFF;
padding-left:10px;
padding-bottom:20px;
text-align:left;
overflow:auto;
}

#sidebar{
float:left;
width:150px;
color:#888888;
background-image:url(images/left1.jpg);
background-repeat:no-repeat;
background-position:right;
min-height:600px;
width:200px;
padding-right:10px;
padding-top:16px;

}

.sidebar_top{
font-size:12px;
font-weight:bold;
border-bottom:1px solid #CCC;
padding-bottom:5px;
padding-top:5px;
padding-left:5px;
color:/*#5C8714*/#47A312;
}

.sidebar_bottom{
color:#333;
margin-bottom:15px;
font-size:11px;
font-weight:bold;
}

#sidebar ul {
margin: 0px;
padding: 0;
list-style: none;
}

#sidebar li {
margin: 0px;
border-bottom:1px dotted #D8D8D8;
padding-bottom:5px;
padding-top:5px;
padding-left:15px;
background-image:url(images/arrow.gif);
background-repeat:no-repeat;
background-position:left;
}

#sidebar .child{
margin: 0px;
border-bottom:1px dotted #D8D8D8;
padding-bottom:5px;
padding-top:5px;
padding-left:32px;
background-image:url(images/arrow_child.gif);
background-repeat:no-repeat;
background-position:left;
}

#sidebar li a{
color:#666;
text-decoration:none;
}

#sidebar li a:hover{
text-decoration:underline;
}

/*************** login ************/
.sidebar_bottom .textfield{
color:#333;
margin-bottom:5px;
font-size:12px;
text-align:left;
font-family:Arial, Helvetica, sans-serif;
border:1px solid #CCC;
width:190px;
padding:3px;
-moz-border-radius: 4px;
border-radius: 4px;
}


.sidebar_bottom .button{
margin-bottom:15px;
margin-right:3px;
font-size:12px;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
color:#FFF;
border:0px;
height:21px;
padding-bottom:2px;
width:60px;
border-radius: 3px;
background-color:#5C8714;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

.sidebar_bottom .button:hover{
background:#4B7010;
}

.sidebar_bottom form a{
color:#333;
text-decoration:none;
font-weight:normal;
}

.sidebar_bottom form a:hover{
text-decoration:underline;
}
/*
.login_top{
font-size:13px;
border-top:2px solid #e1e1e1;
padding-bottom:8px;
padding-top:10px;
margin-top:20px;
font-size:12px;
font-weight:bold;
color:#555;
}*/

.login{
background-image:url(images/login.png);
background-position:bottom;
font-size:12px;
color:#FFF;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
font-family: 'Trebuchet MS', Tahoma, Sans-serif;
text-align:left;
padding:5px 10px;
-moz-border-radius: 2px;
border-radius: 2px;
margin-bottom:5px;
}

.login a{
color:#FFF;
text-decoration:none;
}

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


/******************* CONTENT ************/

#content{
float:right;
width:735px;
padding-top:10px;
}

#content h1{
margin:0px;
font-weight:normal;
font-size:20px;
border-bottom:1px solid #ccc;
padding-bottom:4px;
color:#444;
margin-top:2px;
font-family: 'Trebuchet MS', Tahoma, Sans-serif;
}

#content-main{
margin-top:20px;
margin-right:20px;
line-height:20px;
}

#content-main h2{
color:#4B7010;
font-weight:bold;
font-size:15px;
color:#666;
}

/*************** HEADER ************/
#header{
margin-top:0px;
width:980px;
height:100px;
//background: #5C8714;
//background: -webkit-gradient(linear, left top, left bottom, from(#86B524), to(#4F7311));
//background: -moz-linear-gradient(top,  #86B524,  #4F7311);
//filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#86B524', endColorstr='#4F7311'); /* ie7 */
//-ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#86B524', endColorstr='#4F7311'); /* ie8 */
border-bottom:1px solid #EEE;
background-image:url(images/header.png);
background-repeat:repeat-x;
}

#header-left{
float:left;
padding-top:15px;
text-align:left;
width:300px;
}

#header-left img{
margin-left:20px;
}

#header-right{
float:right;
text-align:right;
font-size:12px;
color:#FFF;
padding-top:30px;
width:500px;
}

#header-right form{
margin-right:20px;
}

#www{
float:left;
font-size:26px;
font-weight:bold;
//text-shadow:1px 1px #4F7311;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
width:155px;
margin-top:1px;
}

#search{
float:right;
margin-top:2px;
}

#search span{
margin-right:20px;
line-height:20px;
font-size:11px;
color:#FFFFFF;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/**************** domain search **************/
.domain_field{
color:#666;
-moz-border-radius: 2px;
border-radius: 2px;
width:200px;
padding:7px;
border:0px;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
}

.domain-button{
-moz-border-radius: 2px;
border-radius: 2px;
border:0px;
width:100px;
padding:7px;
background:/*#3A550D*/#333;
color:#FFF;
font-weight:bold;
margin-top:1px;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.domain-button:hover{
background:#000;
}

/****************** FOOTER ***************/
#footer{
font-size:11px;
color:#848484;
margin:30px 0px 00px 0px;
background-color:#111;
min-height:132px;
border-top:2px solid #999999;
}

#footer-box{
width:980px;
}

#footer-left{
float:left;
text-align:center;
border-right:1px dotted #333;
height:82px;
width:200px;
padding:50px 0 0 20px;
letter-spacing:1px;
}

#footer-left img{
margin-top:35px;
}

#footer-right{
float:right;
text-align:left;
width:740px;
}

#footer-menu-global{
margin-top:15px;
overflow:auto;
}

#footer-menu {
padding:0;
margin:0;
list-style-type:none;
float:left;
font-size:11px;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#footer-menu li {
float:left; 
position:relative;
text-align:center;
margin-left:8px;
text-transform:uppercase;
letter-spacing:1px;
}

#footer-menu li a, #footer-menu li a:visited {
display:block;
text-decoration:none; 
color:#848484;
background-color:#222;
/*padding:5px 12px 5px 12px;*/
padding:4px 10px 4px 10px;
-moz-border-radius: 4px;
border-radius: 3px;
}

#footer-menu li a span, #footer-menu li a:visited span {
display:none; /* needed to trigger IE */
}

#footer-menu li a:hover {
color:#FFFFFF;
}

#footer-about{
overflow:auto;
margin:10px 20px 0 10px;
}

#greeno{
overflow:auto;
margin:10px 20px 0 10px;
}

/************* msg ***************/
.msg{
background-color:#EEE;
margin-top:20px;
margin-right:20px;
padding:10px;
border-top:#CCC;
font-size:12px;
color:#555;
border-bottom:1px solid #DDD;
line-height:18px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.msg a{
color:#5C8714;
text-decoration:none;
font-weight:bold;
}

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

.msgd{
background-color:#EEE;
margin-right:20px;
padding:10px;
border-top:#CCC;
font-size:12px;
color:#555;
border-bottom:1px solid #DDD;
line-height:18px;
-moz-border-radius: 5px;
border-radius: 0 0 5px 5px;
}

#msg_contact{
background-color:#EEE;
margin-top:20px;
margin-right:20px;
padding:10px;
border-top:#CCC;
font-size:12px;
color:#666666;
color:#555;
border-bottom:1px solid #DDD;
line-height:18px;
font-weight:bold;
-moz-border-radius: 5px;
border-radius: 5px;
}

.msg_cut{
background-color:#EEE;
margin-right:20px;
padding:10px;
border-top:#CCC;
font-size:12px;
color:#555;
border-bottom:1px solid #DDD;
line-height:18px;
-moz-border-radius: 0 0 5px 5px;
border-radius: 0 0 5px 5px;
width:690px;
}

.msgs{
margin-top:1px;
background-color:#EEE;
margin-right:20px;
padding:10px;
border-top:#CCC;
font-size:12px;
color:#333;
text-shadow:0 1px #FFF;
border-bottom:1px solid #DDD;
line-height:18px;
-moz-border-radius: 0 0 3px 3px;
border-radius: 0 0 3px 3px;
}
/************* special offer *********/

.special_offer{
background: #333;
background: -webkit-gradient(linear, left top, left bottom, from(#709D1C), to(#5C8714));
background: -moz-linear-gradient(top,  #444,  #111);
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#709D1C', endColorstr='#5C8714'); /* ie7 */
-ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#709D1C', endColorstr='#5C8714'); /* ie8 */
margin-top:20px;
margin-right:20px;
padding:10px 10px 10px 10px;;
border-top:#CCC;
font-size:13px;
color:#555;
border-bottom:2px solid #000;
line-height:18px;
-moz-border-radius: 5px;
border-radius: 5px;
overflow:auto;
text-align:center;
}

.special_offer_rest{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:23px;
line-height:1em;
color:#FFF;
margin-bottom:16px;
text-shadow: 1px 1px #333;
}

.special_offer span{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:24px;
color:#FFF;
background-color:#555;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
padding:3px 10px 3px 10px;
}

.special_offer a{
color:#FFF;
font-size:11px;
}

#offer2{
margin:10px 0 0 0;
}

/**************** tables *****************/
#packets{
margin-top:10px;
margin-right:20px;
font-size:11px;
}

#content .table_top{
background-color:#47A312;
color:#FFF;
letter-spacing:1px;
border-bottom:1px solid #52B814;
border-right:1px solid #52B814;
border-top:1px solid #52B814;
text-align:center;
padding:3px;
width:110px;
}

#content .table_top_begin{
border-bottom:1px solid #52B814;
border-right:1px solid #52B814;
border-top:1px solid #52B814;
text-align:left;
padding:3px 0 3px 6px;
background-color:/*#5C8714*/#47A312;
color:#FFF;
letter-spacing:1px;
width:260px;
}

#content .table_top_end{
border-bottom:1px solid #52B814;
border-top:1px solid #52B814;
text-align:center;
padding:3px;
width:110px;
background-color:#47A312;
color:#FFF;
letter-spacing:1px;
}

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

#content .table_top_vps{
background-color:#47A312;
color:#FFF;
letter-spacing:1px;
border-bottom:1px solid #B1C653;
border-right:1px solid #B1C653;
border-top:1px solid #B1C653;
text-align:center;
padding:3px;
width:150px;
}

#content .table_top_begin_vps{
border-bottom:1px solid #B1C653;
border-right:1px solid #B1C653;
border-top:1px solid #B1C653;
text-align:left;
padding:3px 0 3px 6px;
background-color:#47A312;
color:#FFF;
letter-spacing:1px;

}

#content .table_top_end_vps{
border-bottom:1px solid #B1C653;
border-top:1px solid #B1C653;
text-align:center;
padding:3px;
width:150px;
background-color:#47A312;
color:#FFF;
letter-spacing:1px;
}

/*************************
************************/
#content .spec{
/*border-bottom:1px dotted #B1C653;
border-right:1px dotted #B1C653;*/
border-bottom:1px solid #e1e1e1;
border-right:1px solid #e1e1e1;
text-align:center;
padding:3px;
color:#333;
}

#content .spec_1{
/*border-bottom:1px dotted #B1C653;
border-right:1px dotted #B1C653;*/
border-bottom:1px solid #e1e1e1;
border-right:1px solid #e1e1e1;
text-align:center;
padding:3px;
color:#333;
background:#EEE;
}

#content .spec_end a{
text-decoration:underline;
}

#content .spec_end a:hover{
text-decoration:none;
}


#content .spec_last{
/*border-right:1px dotted #B1C653;*/
border-right:1px solid #e1e1e1;
text-align:center;
padding:3px;
color:#333;
}

#content .spec_last_L{
border-bottom:1px solid #e1e1e1;
border-right:1px solid #e1e1e1;
text-align:center;
padding-top:12px;
padding-bottom:12px;
color:#333;
}

#content .spec_last_L_1{
border-bottom:1px solid #e1e1e1;
border-right:1px solid #e1e1e1;
text-align:center;
padding-top:12px;
padding-bottom:12px;
color:#333;
background:#EEE;
}

/*
#content .spec_last_L a{
font-size:12px;
font-weight:bold;
text-align:center;
color:#CCC;
border:0px;
padding:4px 10px 4px 10px;
text-decoration:none;
border-radius: 3px;
background-image:url(images/button.png);
background-repeat:repeat-x;
}

#content .spec_last_L a:hover{
color:#FFF;
}*/

#content .spec_last_L a, .spec_end_last_L a, .spec_last_L_1 a{
background-image:url(images/button_green.gif);
border:1px solid #85BD43;
background-repeat:repeat-x;
background-position:center;
padding:5px 10px;
color:#000;
text-decoration:none;
-moz-border-radius: 3px;
border-radius: 3px;
font-size:11px;
font-weight:bold;
text-shadow:0 1px #FFF;
}

#content .spec_last_L a:hover, .spec_end_last_L a:hover, .spec_last_L_1 a:hover{
background-image:url(images/button_yellow.gif);
border:1px solid #BD9E43;
}


#content .spec_end{
border-bottom:1px solid #e1e1e1;
text-align:center;
padding:3px;
color:#333;
max-width:400px;
}


#content .spec_end_last{
text-align:center;
padding:3px;
color:#333;
}

#content .spec_end_last_L{
text-align:center;
padding-top:12px;
padding-bottom:12px;
color:#333;
border-bottom:1px solid #e1e1e1;
}

/*#content .spec_end_last_L a{
font-size:12px;
font-weight:bold;
text-align:center;
color:#CCC;
border:0px;
padding:4px 10px 4px 10px;
text-decoration:none;
-moz-border-radius: 3px;
border-radius: 3px;
background-image:url(images/button.png);
background-repeat:repeat-x;
}

#content .spec_end_last_L a:hover{
color:#FFF;
}*/



#content .spec_begin{
border-bottom:1px solid /*#B1C653*/#E1E1E1;
background-color:/*#E3EBC2*//*#DBE7AB*/#EEE;
text-align:left;
padding:3px 0 3px 6px;
color:#333;
font-size:11px;
}

#content .spec_quest{
border-bottom:1px solid /*#B1C653*/#E1E1E1;
background-color:/*#E3EBC2*//*#DBE7AB*/#EEE;
text-align:center;
width:25px;
}

#content .spec_quest img{
border:0px;
}

#content .spec_begin_last{
background-color:/*#E3EBC2*//*#DBE7AB*/#EEE;
text-align:left;
padding:3px 0 3px 6px;
color:#333;
font-size:11px;
}

/**************** tooltip **************/
div#qTip {
 padding: 10px;
 display: none;
 background: #333;
 color: #FFF;
 text-align: left;
 position: absolute;
 z-index: 1000;
font-size:11px;
}

/************ link 1 **********/
#link1{
margin-top:10px;
}

#link1 a{
background-color:#222;
background: -webkit-gradient(linear, left top, left bottom, from(#555), to(#333));
background: -moz-linear-gradient(top, #555,#333);
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#555', endColorstr='#333'); /* ie7 */
-ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#555', endColorstr='#333'); /* ie8 */
color:#CCC;
padding:6px 12px;
font-size:13px;
-moz-border-radius: 3px;
border-radius: 3px;
text-decoration:none;
}

#link1 a:hover{
color:#FFFFFF;
}

/************* contact ************/
.contact .textfield{
width:300px;
border:1px solid #CCC;
padding:5px;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
-moz-border-radius: 4px;
border-radius: 4px;
}

.contact .textfield_num{
width:100px;
border:1px solid #CCC;
padding:5px;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
-moz-border-radius: 4px;
border-radius: 4px;
}

.contact .textarea{
width:500px;
border:1px solid #CCC;
padding:5px;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
-moz-border-radius: 4px;
border-radius: 4px;
}

.contact .button{
margin-bottom:15px;
font-size:13px;
font-weight:bold;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
color:#CCC;
border:0px;
background:#333;
-moz-border-radius: 3px;
border-radius: 3px;
height:31px;
padding-bottom:2px;
width:127px;
}

.contact .button:hover{
color:#FFF;
background:#222;
}

/*******************************/
#offer{
background-color:#CCC;
padding:10px;
overflow:auto;
-moz-border-radius: 8px;
border-radius: 8px;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#offer h2{
color:/*#0081D7*/#333;
text-shadow:0 1px #FFF;
font-weight:normal;
font-size:18px;
margin:0px;
border-bottom:1px solid #CCC;
padding-bottom:3px;
font-family:Georgia, "Times New Roman", Times, serif;
}

#offer_left{
float:left;
width:320px;
background-color:#EEE;
color:#333;
padding:10px;
min-height:215px;
-moz-border-radius: 8px;
border-radius: 8px;
font-size:12px;
border:1px solid #C7C7C7;
}

#offer_right{
float:right;
width:320px;
background-color:#EEE;
color:#333;
padding:10px;
min-height:215px;
-moz-border-radius: 8px;
border-radius: 8px;
font-size:12px;
border:1px solid #C7C7C7;
}

#offer a{
color:#CCC;
background-color:#333;
background-image:url(images/button.png);
background-repeat:repeat-x;
//background: -webkit-gradient(linear, left top, left bottom, from(#555), to(#333));
//background: -moz-linear-gradient(top, #555,#333);
//filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#555', endColorstr='#333'); /* ie7 */
//-ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#555', endColorstr='#333'); /* ie8 */
padding:5px 10px 5px 10px;
font-size:12px;
font-weight:normal;
-moz-border-radius: 5px;
border-radius: 5px;
text-decoration:none;
//border:1px solid #86B524;
}

#offer a:hover{
color:#FFF;
}

.offer_space_ded1{
height:10px;
}

.offer_space_ded{
height:10px;
}

/*******************************/
#offer_vps{
background-color:#CCC;
padding:10px;
overflow:auto;
-moz-border-radius: 8px;
border-radius: 8px;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#offer_vps h2{
color:/*#0081D7*/#333;
text-shadow:0 1px #FFF;
font-weight:normal;
font-size:18px;
margin:0px;
border-bottom:1px solid #CCC;
padding-bottom:3px;
font-family:Georgia, "Times New Roman", Times, serif;
}

#offer_vps_left{
float:left;
width:320px;
background-color:#EEE;
color:#333;
padding:10px;
min-height:215px;
-moz-border-radius: 8px;
border-radius: 8px;
font-size:12px;
border:1px solid #C7C7C7;

}

#offer_vps_right{
float:right;
width:320px;
background-color:#EEE;
color:#333;
padding:10px;
min-height:215px;
-moz-border-radius: 8px;
border-radius: 8px;
font-size:12px;
border:1px solid #C7C7C7;
}

#offer_vps a{
color:#CCC;
background-color:#333;
background-image:url(images/button.png);
background-repeat:repeat-x;
//background: -webkit-gradient(linear, left top, left bottom, from(#555), to(#333));
//background: -moz-linear-gradient(top, #555,#333);
//filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#555', endColorstr='#333'); /* ie7 */
//-ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#555', endColorstr='#333'); /* ie8 */
padding:5px 10px 5px 10px;
font-size:12px;
font-weight:normal;
-moz-border-radius: 5px;
border-radius: 5px;
text-decoration:none;
//border:1px solid #86B524;
}

#offer_vps a:hover{
color:#FFF;
}

.offer_vps_space1{
height:15px;
}

.offer_vps_space{
height:15px;
}

/*********** index image *********/
#index_img{
//background-image:url(images/index.png);
//background-repeat:no-repeat;
width:710px;
text-align:right;
overflow:auto;
margin-bottom:10px;
}

#index_img span{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:28px;
color:#5C8714;
letter-spacing:-2px;
margin-right:10px;
}


#cat_img{
background-image:url(images/index.png);
background-repeat:no-repeat;
width:715px;
height:80px;
text-align:left;
overflow:auto;
margin-top:10px;
-moz-border-radius: 3px 3px 0 0;
border-radius: 3px 3px 0 0;
}

#cat_text{
height:35px;
line-height:35px;
-moz-border-radius: 0 3px 3px 0;
border-radius:  0 3px 3px 0;
margin-top:23px;
font-size:16px;
background-image:url(images/img_bg.png);
background-position:bottom;
display: inline-block;
padding:0px 25px;
color:#FFF;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
//border-bottom:2px solid #FFcc00;
background:#000;
font-family: 'Trebuchet MS', Tahoma, Sans-serif;
}

/************** box **************/
#box{
padding:15px;
background-image:url(images/box_bg.png);
background-repeat:repeat-x;
width:680px;
overflow:auto;
margin-top:2px;
}

#box img{
border:1px solid #E1E1E1;
margin-bottom:10px;
}

#box img:hover{
border:1px solid #CCC;
}

#box h1{
margin:0px;
padding:0px;
font-weight:normal;
font-size: 18px; 
border-bottom: 1px solid #CCC; 
font-variant: small-caps;
margin-bottom:10px;
padding-bottom:4px;
font-family:Georgia, "Times New Roman", Times, serif;
}

#box h2{
margin:0px;
padding:0px;
font-weight:normal;
font-size: 16px; 
font-variant: small-caps;
margin-bottom:10px;
font-family:Georgia, "Times New Roman", Times, serif;
}

#box2{
padding:15px;
width:680px;
margin-top:0px;
overflow:auto;
}

#box2 img{
border:1px solid #E1E1E1;
margin-bottom:10px;
}

#box2 img:hover{
border:1px solid #CCC;
}

#box2 h2{
margin:0px;
padding:0px;
font-weight:normal;
font-size: 16px; 
font-variant: small-caps;
margin-bottom:10px;
font-family:Georgia, "Times New Roman", Times, serif;
}

.box1{
width:220px;
float:left;
}

.box2{
width:220px;
float:left;
margin-left:10px;
}

.box3{
width:220px;
float:right;
}

/************** prosfora ****/
#prosfora{
width:710px;
height:120px;
margin-top:10px;
}

#prosfora img{
-moz-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
}

/********* search ***********/
#domain_results table{
font-size:11px;
text-align:center;
}

th{
margin:0px;
background:#5C8714;
padding:2px;
color:#FFF;
letter-spacing:1px;
font-weight:normal;
font-size:11px;
border-bottom:1px solid #B1C653;
border-right:1px solid #B1C653;
border-top:1px solid #B1C653;
}

.end{
border-right:0px solid #B1C653;
}

.domain1 td{
background:#EEE;
border-bottom:1px solid #E1E1E1;
border-right:1px solid #E1E1E1;
padding:10px;
font-weight:bold;
}

#domain_results .domain_end{
border-right:0px solid #E1E1E1;
}

.domain2 td{
background:#FFF;
border-bottom:1px solid #E1E1E1;
border-right:1px solid #E1E1E1;
padding:10px;
font-weight:bold;
}

h1 span{
color:#666;
}

#domain_results .domain_end a{
background-image:url(images/button_yellow.gif);
background-repeat:repeat-x;
background-position:center;
padding:5px 10px;
border:1px solid #BD9E43;
color:#000;
text-decoration:none;
-moz-border-radius: 3px;
border-radius: 3px;
font-size:11px;
font-weight:bold;
}

#domain_results .domain_end a:hover{
background-image:url(images/button_green.gif);
border:1px solid #85BD43;
}


#domain_results .na{
color:#CC0000;
}

#domain_results .av{
color:#5C8714;
}

#domain_msg{
background:#EEE;
border-bottom:1px solid #E1E1E1;
border-top:1px solid #E1E1E1;
padding:10px;
margin:20px 0;
text-align:center;
font-size:11px;
}

#domain_msg a{
color:#333;
padding:5px 10px;
font-weight:bold;
text-decoration:underline;
-moz-border-radius: 3px;
border-radius: 3px;
}

#domain_msg a:hover{
color:#5C8714;
}

/****** Offer *******/
.offer{
background-image:url(images/login.png);
background-position:bottom;
font-size:12px;
color:#FFF;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
font-family: 'Trebuchet MS', Tahoma, Sans-serif;
text-align:center;
padding:5px 10px;
}

.offer{
border-right:1px solid #FFF;
}

/************* clients ***********/
#clients{
margin-left:20px;
}

.client_box{
margin-bottom:20px;
padding-bottom:20px;
border-bottom:1px dashed #CCC;
}

.client_box .client_type{
background:#E1E1E1;
text-shadow:1px 1px #FFF;
font-size:11px;
color:#000;
line-height:30px;
padding:5px 10px;
-moz-border-radius: 2px;
border-radius: 2px;
}


.client_box .client_name{
font-size:14px;
line-height:30px;
font-weight:bold;
/*padding:5px 10px;*/
color:#333;
/*
background-image:url(images/login.png);
background-position:bottom;
font-size:12px;
color:#FFF;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
font-family: 'Trebuchet MS', Tahoma, Sans-serif;
-moz-border-radius: 2px;
border-radius: 2px;*/
}