/* project: internet center template
   author: luka cvrk (www.solucija.com) */

   
/* default styles
   -------------- */
   
body { 
	padding: 0; 
	margin: 0; 
	font: 0.7em Arial, sans-serif; 
	line-height: 1.5em;
	background: #fff; 
	color: #454545; 
}

a {
	color: #185DA0;
	background: inherit;
}

a:hover {
	color: #9EC068;
	background: inherit;	
}

a.title {
	color: #FE6700;
	background: #FFF;
}

h1 {
	font: bold 2em Arial, Sans-Serif;
	letter-spacing: -1px; 
	padding: 7px 0 0 8px;
	margin: 0;
}

h1 a, h2 a {
	text-decoration: none;
}

h1 a:hover, h2 a:hover {
	color: #FF6600;
	background: #FFF;
}


h2 { 
	margin: 0; 
	padding: 0; 
	font: bold 1.7em Arial, Sans-Serif; 
	letter-spacing: -1px;
}

h2 { 
	font-size: 16px;
	margin-bottom: 5px; 
	color: #000; 
	background: inherit;
}

p {	
	margin: 0 0 5px 0;
	
}

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

form { 
	margin: 0; 
}

input.search { 
	width: 199px; 
	border: none;
	background: url(input.gif); 
	padding: 4px; 
}

input.login { 
	width: 150px;
        height: 14px;
        font-size: x-small;
	border: none; 
        border: thin solid #9999CC;
	padding: 1px; 
}
input.loginbutton {
        width: 50px;
        height: 18px;
        font-size: x-small;
        border: thin solid #9999CC;
        padding: 0px;
}


/* layout
   ------ */

.content { 
	margin: 10px auto;
	width: 760px; 
}

.header{
height:80px;
width:758px;
margin:0 1px 1px 1px;
background:#467aa7;
color:#ffffff;
}
.top_info {
	float: right;
	width: 570px;
	padding: 0 0 4px 0;
	border-bottom: 1px solid #eee;
}

	.top_info_left {
		width: 240px;
		float: left;
	}

	.top_info_right {
		float: right;
		width: 290px;
		padding: 0 0 0 35px;
		border-left: 1px solid #eee;
	}

.slogan {
	font-size: 0.9em;
	width: 160px;
}


.bar { 
	clear: both;
	font-size: 1.1em;
	height: 30px; 
	margin: 0 0 0 0px; 
}

	.bar li { 
		margin: 0; 
		padding: 4px 10px 8px 10px;
		color: #808080;
		background: #FFF;
		float: left; 
	}
	
	.bar li.active { 
		background: #FFF url(bar.gif) no-repeat center bottom; 
		color: #9EC068;
		font-weight: bold; 
		padding-bottom: 8px; 
	}

	.bar a { 
		font-weight: bold;
		color: #4A8EBC; 
		background: inherit;	
	} 

.search_field { 
	background: #DCF2B8 url(barbg.gif) no-repeat; 
	color: #000;
	border-top: 1px solid #9EC068;
	border-bottom: 1px solid #9EC068;
	clear: both;
	text-align: center; 
	padding: 10px 0 5px 0;
}

.subheader {
	margin: 3px 0 5px 0;
	padding: 2px;
	background: #f4f4f4 url(subheaderbg.gif) no-repeat;
	color: #808080;
	border-bottom: 1px solid #ccc;
}

/* left side
   --------- */

.left {
	float: left;
	width: 435px;
        margin: 0 0 0px 0;
}
	.left_articles {
		margin: 0px 0 0px 0;
	}

	.left_links {
/*		border: 1px solid #;*/
		padding: 1px 1px 1px 1px;	
		margin: 0 0 3px 0;
                height: 163px;
	}
	
/*	.left_links:hover {
/*		border: 1px solid #eee;*/
/*                height: 163px;
	}*/
	
	.left_message {
		border: 1px solid #eee;
		padding: 0px 0px 0px 0x;	
		margin: 3px 0 3px 0;
	/*background: #fff url(questionmark.gif) no-repeat center left;*/
		color: #787878; 
                height: 100%;
	}
	
	
.acc_summary {
		border: 1px solid #eee;
		padding: 10px 10px 10px 10px;	
		margin: 0px 0 10px 0;
                float: left;
		font: .9em;
		height: 150px;
		background: #fff url(background1.jpg) no-repeat center left;
  	    color: #454545; 
	 }

.acc_management {
                border: 1px solid #eee;
                padding: 10px 10px 10px 75px;
                margin: 0px 0 10px 0;
                font: .9em;
                height: 150px;
               background: #fff url(questionmark.gif) no-repeat center left;
            color: #454545;
         }

.domains_management {
                border: 1px solid #eee;
                padding: 10px 10px 10px 10px;
                margin: 0px 0px 0px 200px;
                font: .9em;
                height: 150px;
/*                background: #fff url(questionmark.gif) no-repeat center left;*/
            color: #454545;
         }

#idraplist{
  list-style-image: url(topdot.gif);
  padding: 0px 0px 0px 15px;	
  font-size: medium;
		
}

#idraplist li {
   padding-top: 8px;
 }	 


		.left_side {
			float: left;
			/*width: 180px;*/
		}
		.left_side_main {
			float: left;
			width: 138px;
			line-height: 10pt;
                        height: 160px;
                        border: 1px solid #eee;
		}
               	
		.right_side {
			float: right;
			width: 200px;
			border: 1px solid #eee;
			padding: 0 0 0 20px;
                        color: #787878;
		}
		.right_side_main {
			float: right;
			width: 286px;
                        height: 160px;
                        border: 1px solid #eee;
			padding: 0 0 0 0px;
			line-height: 10pt;			
		}
		
	.left_box {
		background: #f4f4f4;
		color: #787878;
		border: 1px solid #ccc;
		padding: 10px;
	}
        .left_box_idprotect {
                background: #fff url(id_protect_med.gif) no-repeat center left;
                color: #787878;
                margin: 3px 0 3px 0;
                margin: 0 0 3px 0;
                padding: 10px 10px 10px 100px;
                border: 1px solid #eee;
              
        }
/* right side
   ---------- */
		
.right {
	float: right;
	width: 322px;
	margin: 0 0 10px 0;
}

	.right_login {
		padding: 10px;
		margin: 0 0 10px 0;
		background: #A9D4F2;
		color: #246088;
		border-top: 1px solid #4A8EBC;
		border-bottom: 1px solid #4A8EBC;
	}

	.right_articles {
		border: 1px dashed #ccc;
		padding: 5px;	
		margin: 0 0 3px 0;
                color: #787878;
                line-height: 10pt;
	}
	
/*	.right_articles:hover {
		border: 1px solid #ccc;
	}*/
		
.image {
	float: left;
	margin: 0 9px 3px 0;
}

/* footer
   ------ */

.footer { 
	clear: both; 
	text-align: center;
	line-height: 1.8em;
	color: #808080;
	background: #FFF;
	padding: 10px 0 10px 0;
	border-top: 1px solid #eee;
}

.footer a {
	color: #9EC068;
	background: #fff;
}

#navigation{
height:1.5em;
line-height:1.5em;
width:758px;
margin:0 1px;
background:#578bb8;
color:#ffffff;
}

#navigationleft{
float: left;
height:auto;
line-height:1.5em;
width:136px;
margin:0 1px;
background:#578bb8;
color:#ffffff;
padding: 2px;
}

#tabs {
height:auto;
line-height:1.5em;
width: auto;
margin:0 1px;
color:#ffffff;

}

#tabs li {
  float: left;
  margin: 2px 0px 0px;
}

#tabs  a{
display: block;
padding: 2px 2px 2px 10px;
width: 50px;
Padding: 2px 2px 2px 10px;
border: 1px solid #FFFFFF;
font-size:0.8em;
font-weight:normal;
text-decoration:none;
background-color: #578bb8;
color: #ffffff;
}

#tabs .selected a{
background:#FFFFFF;
color:#000000;
border: 2px 2px 0px 0px solid #000000;
text-decoration:none;
}



#cart{
float: right;
border: 1px solid #eee;
padding: 10px 10px 10px 10px;	
margin: 0px 0 10px 0;
font: .9em;
height: auto;
width: 595px;
background: #fff;
color: #454545; 
}

#cart tr{
/* background: #E6EEF7;
 font-size: 1.1em;*/
        border:1px solid #467aa7;	
	background-color:#FFFFFF;	
	color:#000000;	
	font-size: 9pt;
        margin: 5px;
        padding: 3px;
}
#cart th{
 	margin:5px; 
	padding: 3px;
	border:1px solid #467aa7;
	background-color:#467aa7;		
	color:#FFFFFF;	
	font-size: 8pt;	
	font-weight:bold;
}
#cart td{
        border-style: solid;
        border-color: #467aa7;
        border-width: 0px 0px 0px 0px;
/*        background-color:#FFFFFF;*/
        color:#000000;
        font-size: 9pt;
line-height:1.5em;
}

#cart tr.highlight{
        margin:5px;
        padding: 3px;
        border:1px solid #467aa7;
        background-color:#D9E6F2;
        color:#FFFFFF;
        font-size: 9pt;
}

#navigation li{
float:left;
list-style-type:none;
border-right:1px solid #ffffff;
white-space:nowrap;
}

#navigationleft li{
padding: 0;
margin: 2px 0 0;
}


#navigation li a{
padding:0 10px;
font-size:0.8em;
font-weight:normal;
text-transform:uppercase;
text-decoration:none;
background-color:inherit;
color: #ffffff;
}

#navigationleft  ul{
margin: 0;
padding: 0;
list-style-type: none;
}

#navigationleft  a{
display: block;
padding: 2px 2px 2px 10px;
width: 120px;
Padding: 2px 2px 2px 10px;
border: 1px solid #FFFFFF;
font-size:0.8em;
font-weight:normal;
text-transform:uppercase;
text-decoration:none;
background-color: #578bb8;
color: #ffffff;
}

* html #navigation a {width:1%;}

#navigation .selected,#navigation a:hover{
background:#80b0da;
color:#ffffff;
text-decoration:none;
}

#navigationleft .selected,#navigationleft a:hover{
background:#80b0da;
color:#ffffff;
text-decoration:none;
}


#header h1{
padding:35px 0 0 20px;
font-size:2.4em;
background-color:inherit;
color:#ffffff;
letter-spacing:-2px;
font-weight:normal;
}

#header h2{
margin:10px 0 0 40px;
font-size:1.4em;
background-color:inherit;
color:#f0f2f4;
letter-spacing:-1px;
font-weight:normal;
}



#navigationtop{
height:1.5em;
float:right
line-height:1.5em;
width:758px;
margin:0 1px;
background:#578bb8;
color:#ffffff;
}

#navigationtop li{
float:right;
list-style-type:none;
border-right:1px solid #ffffff;
white-space:nowrap;
}

#navigationtop li a{
display:block;
padding:0 10px;
font-size:0.8em;
font-weight:normal;
text-transform:uppercase;
text-decoration:none;
background-color:inherit;
color: #ffffff;
}

* html #navigationtop a {width:1%;}

#navigationtop .selected,#navigation a:hover{
background:#80b0da;
color:#ffffff;
text-decoration:none;
}

.domainlookup {
	clear: both; 
	margin: 10px auto;
	width: 760px; 
	text-align: center;
	line-height: 1.8em;
	color: #808080;
      padding: 10px 0 10px 0;
	border-top: 1px solid #eee;
}


.refillwarning { 
	margin: 0px auto;
	width: 760px; 
	color: #336699;
}

