/* @override 
	http://sandbox.sikbox.com/css/style.css
	http://dev.sikbox.com/css/style.css
*/

@import url("reset.css");


/* @group CORE */
body {
	margin: 0;
	font-family: "Lucida Grande", Lucida, sans-serif, Verdana;
	color: #333;
	background:#E3F1FF;
	font-size: 16px;
}
a:link, a:visited, a:active {
	color: #0251B6;
}
a:hover {
	text-decoration: none;
}
h1 {
	text-align: center;
	font-size: 3.2em;
	font-weight: bold;
	position: relative;
	padding-top: 20px;
	height: 65px;
}
h2 {
	font-weight: bold;
	border: none !important;
}
p {
	font-size: .75em;
	line-height: 18px;
	margin-bottom: 12px;
}
	p.icons_blogs {
		text-align: center;
	}
strong {
	font-weight: bold;
}
.warning {
	background: url(../images/icon_warning.png) 20px center no-repeat #FFF;
	border: 1px solid #FFCC00;
	padding: 20px 30px 20px 80px;
	font-size: 13px;
	margin: 15px 0;
	line-height: 18px;
}
/* @end */

/* @group ID'S */
#wrapp {
	width: 900px;
	position: relative;
	margin: 0 auto;
}
#header {
	height: 140px;
	position: relative;
}
#box_top {
	width: 900px;
	background: url(../images/bg_yellow.jpg) left top repeat-y;
	margin-bottom: 15px;
	position: relative;
	min-height: 300px;
}
#box_bottom {
	background: url(../images/bg_white.jpg) left top repeat-y;
	width: 900px;
	height: 255px;
	position: relative;
}
#footer {
	position: relative;
	background: url(../images/logo_footer.jpg) no-repeat 10px 15px;
	padding-left: 50px;
	height: 70px;
	padding-top:20px;
}
#footer p {
	color: #7C858C;
	font-size: .7em;
	line-height: 16px;
	margin: 0;
}
#footer .f_menu{
	position: absolute;
	top: 20px;
	right: 30px;
	font-size: 12px;
	font-size: .7em;
	color: #7C858C;
}
#footer a:link, #footer a:active, #footer a:visited {
	color: #7C858C;
}
/* @end */

/* @group HEADER */

#header .logo {
	width: 202px;
	height: 64px;
	position: absolute;
	top: 40px;
}
#header .slogan {
	width: 600px;
	position: absolute;
	left: 280px;
	top: 60px;
	line-height: 28px;
	font-size: 16px;
	color: #333;

}
/* @end */

/* @group BOX TOP */

/*** SCREEN 1 ***/
#box_top .screen1 {
	height: 395px;
}
#box_top .bg_top{
	height: 8px;
	width: 900px;
	background: url(../images/bg_yellow_top.jpg) left top no-repeat;
}
/*#box_top .bg_bottom{
	height: 8px;
	width: 900px;
	background: url(../images/bg_yellow_bottom.jpg) left top no-repeat;
	position: absolute;
	bottom: 0;
	left: 0;
}*/
#screen{
	background: url(../images/bg_yellow_bottom.jpg) left bottom no-repeat;
}

	#box_top .screen1 .live_search .search_title{
		color: #999999;
	}

	#box_top .screen1 .live_search {
		position: absolute;
		height: 320px;
		top: 125px;
		left: 45px;
	}
		#box_top .live_search .field-item {
			border-bottom: 1px solid #E5E1CF;
			border-top: 1px solid #FFF;
			padding: 13px 0 15px 0;
		}
		#box_top .live_search .field-item1 {
			padding-top: 0;
			border-top: none;
		}
	#box_top .live_search .field-item2 {
			padding-bottom: 0;
			border-bottom: none;
		}
		#box_top .live_search label {
			display: block;
			margin-bottom: 5px;
			color: #0254BD;
			font: 1em Georgia, "Times New Roman", Times, serif;
			font-style: italic;
		}
		#box_top .live_search .textfield {
			width: 310px !important;
			font-size: 14px;
			height: 25px;
			line-height: 30px;
			border: 1px solid #CCC;
			padding: 5px 30px 0 0;	
			display: block;
			text-indent: 5px;
			
		}
		#box_top .screen1 .live_search label.error {
		font: 10px/20px "Lucida Grande", Lucida, Verdana, sans-serif;		
		background: #FFd4b3;
		color: #F00;
		padding-left: 10px;
		height: 20px;
		margin-top: 5px;
		}
	#box_top .text {
		position: absolute;
		width: 370px;
		height: 320px;
		top: 125px;
		right: 40px;
	}
		#box_top .text ul {
			margin: 15px;
		}
		#box_top .text ul li {
			line-height: 35px;
			font-size: .8em;
			font-weight: bold;
			padding-left: 30px;
			height: 35px;
			background: url(../images/bullet_green.jpg) left center no-repeat;
		}
		#box_top .text a.bt_get {
			display: block;
			width: 261px;
			height: 57px;
			text-indent: -900000px;
			background: url(../images/bt_getcode.jpg) left top no-repeat;
		}
		#box_top .text a.bt_get:hover{
				background: url(../images/bt_getcode.jpg) left bottom no-repeat;
		}

/*** SCREEN 2 ***/
#box_top .screen2 {
	margin-top: 20px;
}
#box_top .screen2 .field-item {
	width: 445px;
	position: relative;
	margin: 0 auto;
	border-bottom: 1px solid #E5E1CF;
	border-top: 1px solid #FFF;
	padding: 13px 0 15px 0;
}
	#box_top .screen2 .field-item label,
	#box_top .screen1 .field-item label,
	#box_top .screen3 .field-item1 label,
	#box_top .screen3 h2,
	#box_top .screen3 .field-code label{
		display: block;
		font: 1.2em Georgia, "Times New Roman", Times, serif;
		height: 28px;
		line-height: 28px;
		margin-bottom: 10px;
		padding-left: 38px;
		font-style: italic;
	}
	
	#box_top .screen2 .field-item label.error {
		/*position: absolute;
		font: 10px/24px "Lucida Grande", Lucida, Verdana, sans-serif;		
		right: -170px;
		top: 53px;
		width: 130px;
		height: 24px;
		background: url(../images/img_div_error.jpg) 0px 0px no-repeat #FFd4b3;
		color: #F00;
		padding-left: 20px;*/
		font: 10px/20px "Lucida Grande", Lucida, Verdana, sans-serif;		
		background: #FFd4b3;
		color: #F00;
		padding-left: 10px;
		height: 20px;
		margin-top: 5px;
}
	#box_top .screen2 .item4 label.error {
		top: 5px;
	}
	#box_top .screen2 .item1 {
		border-top: none;
	}
	#box_top .screen2 .item4 {
		border-bottom: none;
	}
	#box_top .screen2 .button {
		border: none;
		padding: 15px 0 40px 0;
	}
		#box_top .screen2 .button a.active {
			background: url(../images/bt_step2_active.jpg) left top no-repeat;
		}
		#box_top .screen2 .button a.inactive {
			background: url(../images/bt_step2_inactive.jpg) left top no-repeat;
		}
		#box_top .screen2 .button a.generate {
			width: 377px;
			height: 42px;
			display: block;
			text-indent: -900000px;
			position: relative;
			margin: 0 auto;
		}
		#box_top .screen2 .button a.active:hover {
			background: url(../images/bt_step2_active.jpg) left bottom no-repeat;
		}
		#box_top .screen2 .button a.inactive:hover {
			background: url(../images/bt_step2_inactive.jpg) left top no-repeat;
		}
	#box_top .screen2 .item1 label.inactive{
		background: url(../images/label_n1_inactive.jpg) left center no-repeat;
		color: #666;
	}
	#box_top .screen2 .item1 label.active,
	#box_top .screen1 .field-item1 label,
	#box_top .screen3 h2{
		background: url(../images/label_n1.jpg) left center no-repeat;
		color: #0254BD;
	}
	#box_top .screen2 .item2 label.inactive{
		background: url(../images/label_n2_inactive.jpg) left center no-repeat;
		color: #666;
	}
	#box_top .screen2 .item2 label.active,
	#box_top .screen1 .field-item2 label,
	#box_top .screen3 .field-item1 label {
		background: url(../images/label_n2_active.jpg) left center no-repeat;
		color: #0254BD;
	}
	#box_top .screen2 .item3 label.inactive{
		background: url(../images/label_n3_inactive.jpg) left center no-repeat;
		color: #999;
	}
	#box_top .screen2 .item3 label.active,
	#box_top .screen3 .field-code label{
		background: url(../images/label_n3_active.jpg) left center no-repeat;
		color: #0254BD;
	}
		#box_top .screen2 .item3 label {
			position: relative;
		}
		#box_top .screen2 .item3 img {
			position: absolute;
			top: 5px;
			left: 180px;
		}
	#box_top .screen2 .item4 {
		padding: 0;
		text-align: left;
	}
	#box_top .screen2 .item4 label {
		padding: 0;
		font-size: .75em;
		margin-top: 5px;
		color: #666;
	}
	#box_top .screen2 .item4 label input {
		margin-right: 5px;
	}
	#box_top .screen2 .field-item .textfield {
		width: 445px;			
		border: 1px solid #CCC;
		/*
		padding:0;	
		line-height: 30px;
		height: 30px;	
		font-size: 0.9em;
		color: #666;
		text-indent: 5px;
		*/

		font-size: 0.9em;
		 height: 24px;
		 border: 1px solid #CCC;
		 padding:5px 0 0;
 		text-indent: 5px;
	 	 line-height:24px;	
		
	}
	.field-item .description {
		font-size: .7em;
		margin-top: 5px;
		color: #999;
	}
#box_top a.bt_back {
	position: absolute;
	display: block;
	background: #FFF;
	bottom: 20px;
	left: 40px;
	font-size: .8em;
	padding: 4px 8px 4px 8px;
	color: #666;
	text-decoration: none;
}
#box_top a.bt_back:hover {
	color: #FFF;
	background: #999;
	
}

/*** SCREEN 3 ***/
#box_top .screen3 {
	padding:0 40px 40px;
}
#box_top .screen3 .field-item1{
	
}
#box_top .screen3 div.item2{
	border-top: none !important;
	
}
	#box_top .screen3 .field-item1 .textfield {
		width: 330px;
		
	}
#box_top .custom_box {
	float: left;
	width: 360px;
	padding-right: 40px;
	margin: 20px 0 20px 0;
	border-right: 1px solid #E5E1CF !important;
	
}
.screen3 div.live_search{
	position: relative!important; 
	float: right;
	border-bottom: none !important;
	margin-right: 0;
	margin-top: 20px;
	width: 370px;
	
}
#box_top .custom_box label {
	display: block;
	font-size: .8em;
	font-weight: bold;
	margin-bottom: 8px;
}

#box_top .custom_box .field-item {
	border-bottom: 1px solid #E5E1CF;
	border-top: 1px solid #FFF;
	padding: 13px 0 15px 0;
}
.screen3 .field-item1{
		border-bottom: none !important;

	}
	#box_top .custom_box .item3 {
		border-bottom: none;
		padding: 8px 0 0;
	}
#box_top .custom_box .field-item select,
#box_top .custom_box .field-item .radiobuttons label{
	font-weight: normal;
	margin-left: 15px;
}
#box_top .custom_box .field-item .radiobuttons label input {
	margin-right: 8px;	
}
#box_top .field-code {
	clear: both;
	position:relative;
	padding-bottom: 15px;

	width: 770px;
	margin-bottom: 20px;
}
#box_top .field-code label {
	display: block;
	font: 1.2em Georgia, "Times New Roman", Times, serif;
	position: relative;

}
	#box_top .field-code label img {
		position: absolute;
		left: 140px;		
	}
#box_top .field-code textarea#code {
	width: 750px;
	height: 80px;
	border: 1px solid #CCC;
	color: #222;
	margin: 6px 0 0 0;
	line-height: 18px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 14px;
	padding: 10px;
	overflow: hidden;

}
/**** TERMS ****/
.screen_terms p{
	position: relative;
	width: 600px;
	margin: 0 auto;
	margin-top: 15px;
}
/**** SKIN HELP ****/
.screen_skin{
	padding-bottom: 60px;
}
.screen_skin p, .screen_skin ul{
	position: relative;
	width: 600px;
	margin: 10px auto;
}
.screen_skin ul li{
	line-height: 35px;
	font-size: .8em;
	font-weight: bold;
	padding-left: 22px;
	height: 35px;
	background: url(../images/icon_link.jpg) left center no-repeat;
}
.screen_skin .nogutter {
	border: 1px solid #CCC;
	margin: 20px auto;
	width: 600px;
}
/**** HELP ****/
.screen_help {
	padding-bottom: 40px;
}
.screen_help p, .screen_help ul{
	position: relative;
	width: 600px;
	margin: 10px auto;
}
.screen_help ul li{
	line-height: 35px;
	font-size: .8em;
	font-weight: bold;
	padding-left: 22px;
	height: 35px;
	background: url(../images/icon_link.jpg) left center no-repeat;
}
#screen div.content.screen_help div.dp-highlighter {	
	overflow: hidden;
	background-color: white;
	width: 560px;
	font-size: 12px;
	font-family: "Lucida Grande", Lucida, sans-serif, Verdana;
	margin: 0 auto;
	border: 1px solid #CCC;
	padding: 20px;
	font-weight: bold;
}
#screen div.content.screen_help div.dp-highlighter span {
	color: #333;
	line-height: 22px;
}

#screen div.content.screen_help div.dp-highlighter span.string {
	color: #0f60c7;
}
/**** STATISTICS ****/
.screen_statistics {
	padding-bottom: 50px;
}
.screen_statistics h2 {
	width: 600px;
	margin: 10px auto;
}
.screen_statistics p{
	position: relative;
	text-align: center;
	/*background: url(../images/img_stat.jpg) right top no-repeat;
	padding-right: 300px;
	height: 150px;*/
}
.screen_statistics #top_sites {
	background: #FFF;
	width: 600px;
	margin: 30px auto 20px;
	position: relative;
	text-align: center;
	border: 1px solid #ccc;

}
.screen_statistics #top_sites img {
	margin-bottom: 40px;
}
.screen_statistics #top_sites h3 {
	color: #666;
	margin: 20px 0;
	font-size: 20px;
}
/**** BUZZ ****/
.buzz {
	width: 600px;
	position: relative;
	margin: 0 auto;
	padding: 30px 0 70px;
}
.buzz .buzz-item {
	padding: 20px 0;
	border-bottom: 1px solid #E5E1CF;
	border-top: 1px solid #FFF;
}
.buzz .buzz-item p{
	font-weight: bold;
	font-size: .9em;
	background: url(../images/aspas.jpg) left top no-repeat;
	padding-left: 50px;
	line-height: 20px;
}
.buzz .first-item {
	border-top: none;
}
.buzz .last-item {
	border-bottom: none;
}
.buzz .buzz-item .link_buzz {
	background: white url(../images/twitter.gif) no-repeat 2px center;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	margin-top: 10px;
	font-size: .8em;
	margin-left: 50px;
	width: 100px;
}
/**** COUNTER ****/
.n_count {
	position: absolute;
	right: 0;
	top: 15px;
	height: 22px;
	line-height: 22px;
	font-size: 11px;
	color: #FFF;
	padding: 0 0 0 9px;
	background: url(../images/bg_counter_left.png) left center no-repeat;
}
.n_count .txt_count {
	background: #333;
	display: block;
	height: 22px;
	padding: 0 10px 0 6px;
	line-height: 22px;
	font-weight:bold;
}
/* @end */

/* @group BOX BOTTOM */
#box_bottom .bg_top {
	height: 6px;
	background: url(../images/bg_white_top.jpg) left top no-repeat;
	padding-top: 6px;
}

#box_bottom .bg_bottom {
	height: 6px;
	width: 900px;
	background: url(../images/bg_white_bottom.jpg) left bottom no-repeat;
	position: absolute;
	bottom: 0;
	left: 0;
}
body.csb #boxOuter {
	border:1px solid #999999;	
}
#box_bottom .block{
	position: absolute;
	width: 300px;
	height: 250px;
}
#box_bottom .block .content {
	margin: 20px;
}
#box_bottom .block h2 {
	color: #000;
	font-weight: bold;
	font-size: 1.3em;
	margin-bottom: 12px;
}
#box_bottom .block1{
	left: 600px;
	top: 0;
}
#box_bottom .block1 a.buy_cofee {
	width: 235px;
	height: 90px;
	display: block;
	background: url(../images/bt_buycofee.jpg) left top no-repeat;
	text-indent: -900000px;
}
#box_bottom .block1 a.buy_cofee:hover {
	background: url(../images/bt_buycofee.jpg) left bottom no-repeat;
}
#box_bottom .block2{
	left: 0;
	top: 0;
}
#box_bottom .block2 a.tell_friend {
	background: url(../images/icon_friend.jpg) left center no-repeat;
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: .8em;
	padding-left: 32px;
	margin-top: 5px;
	border-bottom: 1px solid #F0F0F0;
	font-weight: bold;
}
#box_bottom .block2 a.feedback {
	background: url(../images/icon_feedback.jpg) left center no-repeat;
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: .8em;
	padding-left: 32px;
	font-weight: bold;
}
#box_bottom .block2 a.stbutton {
	display: block;
	font-size: .8em;
	padding:0 0 0 24px;
	font-weight: bold;
	margin-top: 15px;
}
#box_bottom .block3{
	left: 300px;
	top: 0;
}
#box_bottom .block3 ul {
	font-size: .7em;
}
#box_bottom .block3 ul li {
	display: block;	
	border-bottom: 1px solid #DBDBDB;
	background: url(../images/mark_searched.gif) left 8px no-repeat;
	padding: 5px 0;
}
#box_bottom .block3 ul li:hover {
	background: url(../images/mark_searched.gif) left 8px no-repeat #F7F7F7;
}
#box_bottom .block3 ul li strong {
	color: #000
}
#box_bottom .block3 ul li a {
	display: block;
	line-height: 15px;
	margin: 0 0 0 12px;
	text-decoration: none;
}
#box_bottom .block3 ul li a.words {
	color: #333;
}
#box_bottom .block3 ul li a:hover {
	text-decoration: none;
	color: #000;
}

#box_top #loading_screen {
	width: 32px;
	height: 32px;
	position: absolute;
	background: url(../images/ajax-loader.gif) no-repeat !important;
	color: #999;
	padding-left: 20px;
	font-size: 12px;
	display: none;
	left: 400px;
	top: 120px;
}

/* @end */
.screen1.about{
	height: 540px !important;
}
.screen1.about ul.aboutus{
	padding: 30px 0;
}
.screen1.about ul.aboutus li{
	font-size: 16px;
	padding: 0 30px !important;
	line-height: 25px;
	margin-left: 40px;
	display: block;
	background: url(../images/star_mark.gif) left center no-repeat;
}
.aboutus{
	display: block
}
.about .staff{
	padding: 0 40px;
}
.about .staff ul li{
	padding: 20px 40px 0 0;
	float: left;
	width: 200px;
	height: 240px;
}
.about .staff ul li h4{
	font-size: 16px;
	font-weight: bold;
}
.about .staff ul li span{
	font-size: 12px;
}

div .portlet {
  background-color: white;
  padding: 20px;
  width: 700px ;
  margin-left: auto ;
  margin-right: auto ;
  text-align: center;
  border: 1px solid #ccc;
  margin: 30px auto 20px;
  min-height: 300px;
}


