/* CSS Document */
* {
	margin:0;
	padding:0;		
}

.packdescr {
	width:500px;
	height:400px;
	margin-left:10px;
}

.tabelul {
	width:500px;
	float:left;
}

.orizontal {
	width:500px;
	height:70px;
}

.orizontal ul {
	list-style-type:none;
	float:left;
	padding-top:40px;
	padding-left:30px;
}

.orizontal li {
	float:left;
	background: url(../images/menu_li_bg.jpg) no-repeat right center;
	padding-left: 15px;
	padding-right:15px;
	margin-left:25px;
}

.silver {
	background:#EFF6F8 url(images/box1.png) no-repeat left center;
}

.gold {
	background:#EFF6F8 url(images/box2.png) no-repeat left center;
}


.main	{
	background:#ffffff url(images/body_bg.jpg) repeat-x left top;
}

.testimonial {
	border-bottom:1px dashed #C8D9DF;
	padding:3px 0 3px 10px;
	margin-top:5px;
}

.testimonial_lat {
	border:1px dashed #B8C9CF;
	padding:3px 0 3px 10px;
	margin-top:40px;
	}

.testimonial_lat p {
	padding-right:5px;
	text-align:right;
	}

.testimonial_lat a {
	color:#016199;
}

.testimonial_lat a:hover {
	color:#76B200;
}

.linkurifooter {
	text-align:center;
	border-top: 1px solid #C8D9DF;
	padding:10px 0;
	margin:0 10px;
	color:#333;
}

.linkurifooter a {
	color:#016199;
}

.linkurifooter a:hover {
	color:#76B200;
}

.linkurifooter p {
	margin-bottom:10px;
	font: bold 8pt Arial;
}

/* MAIN LAYOUT
=====================================================================*/
body {
	text-align:center;
	background:#ffffff url(body_bg.jpg) no-repeat-x left top;
	font-family:Arial,Verdana,sans-serif;
	font-size:12px;
}


/* background:#E3E3E3; */

#page {
	width:780px;
	margin:10px auto 10px;
	text-align:left;	
	padding-left:2px;
	padding-right:2px;
	border:1px solid #83ADC3;
	voice-family:"\"}\"";
	voice-family:inherit;
}


#header {
	background:#FFF;
	height:62px;
	padding-top:2px;
}

#menu {
	background: #3486B0;
	margin:0 0px;
	height:5px;
}

#maincontent {
	float:right;
	width:570px;
}

#content {
	float:left;
	padding:10px;
	color:#333333;
	voice-family:"\"}\"";
	voice-family:inherit;
}

#left {
	float:left;
	width:210px;
	padding:10px;
	voice-family:"\"}\"";
	voice-family:inherit;
	width:190px;
}

#right {
	float:right;
	width:210px;
	padding:10px;
	voice-family:"\"}\"";
	voice-family:inherit;
	width:190px;
}

#footer {
	border-top: 1px solid #C8D9DF;
	padding:10px 0;
	margin:0 10px;
	text-align:center;
	background: #fff url(../images/logo_footer.gif) no-repeat left center;
	color:#333;
}
/* END OF BASIC LAYOUT */

/* HEADER STYLES
===========================================*/
#logo {
	float:left;
}

#logo img {
	border:none;
}

/*END OF HEADER STYLES*/

/* CLEARING FLOATS - DO NOT EDIT THIS
===========================================*/
.clear:after {
	content:".";
	display:block;
	height:0;
	visibility:hidden;
	clear:both;
}

* html .clear {
	height:1%;
}
/* END OF CLEARING FLOATS*/

/* TOP MENU
======================================================================*/
#menu ul {
	list-style-type:none;
	float:left;
}

#menu li {
	float:left;
	background: url(../images/menu_li_bg.jpg) no-repeat right center;
	padding-right:1px;
}

#menu li a {
	padding-left: 10px;
	padding-right:10px;
	line-height:30px;
	display:block;
	color:#fff;
	text-decoration:none;
}

#menu li a:hover {
	background: #396086 url(../images/menu_bg_hover.jpg) repeat-x left 
top;
}

/* END OF MENU */

/* SIDEBAR STYLES
=============================================================================*/

.box {
	background:#D1E5EE;
	margin-bottom:10px;
	color:#0d384d;
	padding-bottom:5px;
	border: 1px solid #3486B0;
}

.box * {
	display:inline;
}

.box p, .box a {
	display:block;
}

.box script { 
	display:none;
}

.box h2 {
	background:#185ECA url(heading2.gif) no-repeat left top;
	color:#fff;
	text-transform:uppercase;
	height:30px;
	line-height:30px;
	padding-left:10px;
	display:block;
	font-size:12px;
}

.box ul {
	list-style-type:none;
	margin:10px;
	display:block;
}

.box li {
	border-bottom:1px solid #B5D5E4;
	display:block;
}

.box ul a {
	display:block;
	line-height:20px;
	color:#3E474B;
	text-decoration:none;
	padding-left:5px;
}

.box ul.categ a {
	padding-left:15px;
	background: url(../images/sort3.gif) no-repeat 2px center;
}

.box li.centered {
	text-align:center;
}

.box ul.categ a.currcat {
	font-weight:bold;
	padding-left:15px;
	background: url(../images/sort2.gif) no-repeat 2px center;
}

.box ul.categ a:hover, .box ul a:hover, .box ul.categ a.currcat:hover {
	background-color:#B5D5E4;
}

.box ul ul {
	display:block;
	margin:5px 0 2px 10px;
}

.box ul ul li {
	border-bottom:none;
}

.box ul a.currsub {
	font-weight:bold;
}

.box ul.categ ul a {
	font-size:11px;
	line-height:17px;
	padding-left:13px;
	background: url(../images/bullet.gif) no-repeat left center;
}

.box li.subcat {
	border-bottom:none;
}

* html .box ul.categ li ul li {
	display:inline;
}

* html .box ul.categ li.subcat {
	display:inline;
}

.box img {
	border:none;
	margin:8px 10px 2px;
	padding:5px;
	background:#EFF6F8;
}

.centered span {
	display:block;
}
/*END OF SIDEBAR STYLES*/

/* MAIN CONTENT STYLES
===================================================================*/
#content h2 {
	font-size:14px;
	line-height:32px;
	color:#3176AF;
	letter-spacing:-1px;
}


#content h1 {
	font-size:16px;
	line-height:32px;
	color:#3176AF;
	letter-spacing:-1px;
}

#content a {
	color:#016199;
}

#content a:hover {
	color:#76B200;
}

#content h3, #content h3 a {
	color:#006DA5;
	line-height:20px;
	font-size:100%;
}


/* LISTA PROGRAME - NEWEST TITLES, CATEGORY TITLES, SUBCATEGORY TITLES, 
SUBMITTED PROGRAMS */

/*generic*/

.alt {
	background:#F9FCFD;
}


/*FORMS STYLING
=====================================*/
/* generic box - multipurpose */
.generic {
	padding:10px;
	background:#EFF6F8 url(../images/featbox.jpg) no-repeat right bottom;

	border-bottom: 1px solid #C8D9DF;
	border-top:1px solid #c8d9df;
	border-left: 1px solid #C8D9DF;
	border-right:1px solid #c8d9df;

	margin-bottom:10px;
}

.generic ul {
	margin:10px 20px;
	list-style-type:none;
}

.generic li {
	padding:2px;
	padding-left:15px;
	background:url(../images/star.gif) no-repeat left 3px;
}
/*end of generic box */

.form{
	background:#fff;
	border:1px dashed #c8d9df;
	padding:15px;
	padding-bottom:10px;
}

.form label {
	float:left;
	text-align:right;
	margin-right:10px;
	margin-bottom:5px;
}

.form label.mandatory {
	font-weight:bold;
}

.form input, .form textarea {
	border:1px solid #999;
}

.form .formbut {
	background:#cde;
	margin-top:5px;
	padding:1px 5px;
}

/*flopi*/

.form2{
	background:#fff;
	border:1px dashed #c8d9df;
	padding:15px;
	padding-bottom:10px;
/*	margin-left:130px;*/	
}

.form2 label {
	float:left;
	text-align:right;
	margin-right:10px;
	margin-bottom:5px;
}
.form2 label2 {
	float:right;
	text-align:right;
	margin-right:10px;
	margin-bottom:5px;
}
.form2 label.mandatory {
	font-weight:bold;
}

.form2 input, .form2 textarea {
	border:1px solid #999;
}

.form2 .formbut {
	margin-top:5px;
	padding:1px 5px;
}
.form2 hint {
	margin-left:120px;	
	padding:15px;
	padding-bottom:10px;
	font-weight:bold;
}

.generic hint {
	margin-left:120px;	
	padding:15px;
	padding-bottom:10px;
}

/*flopi end*/

br {
	clear:both;
	height:0;
	visibility:hidden;
	display:block;
}

#login {
	text-align:center;
	float:left;
	margin-bottom:8px;
}

#login label {
	width:60px;
	margin-bottom:8px;
	font-weight:bold;
}

#register {
	margin:10px 50px 0;
}

#register label {
	width:160px;
}

#register .formbut {
	margin-left:140px;
	margin-top:8px;
}

#contactform {
	margin:10px 10px 0;
}

#contactform label {
	width:120px;
}

#contactform .formbut {
	margin-left:130px;
	margin-top:10px;
}

#subscribe {
	margin:10px 90px 20px;
}

#subscribe label, #unsuscribe label {
	width:100px;
}

#subscribe .formbut, #unsuscribe .formbut {
	margin-left:110px;
}

#unsuscribe {
	margin:10px 90px 5px;
	background:none;
}

#xml {
	margin-top:10px;
}

#xml label {
	font-weight:bold;
	margin-right:6px;
}

#xml input {
	display:inline;
}
/*END OF FORM STYLING*/

/* FOOTER STYLES
============================*/
#footer p {
	padding: 2px 0;
	padding-left:60px;
}

#footer a {
	margin-right:10px;
	color:#357;
}

#footer a:hover {
	color:#000;
}
/*END OF FOOTER STYLES*/

.addfreestats {
	float:right;
}


/*=============================*/
 hr {
  color: #c9d9dd;
  background-color: #c9d9dd;
  height: 1px;
  width: 100%;
}

.generic p { 
	margin-bottom:10px; 
}


#content h4 { 
	font-weight:normal; 
	margin-bottom:10px;
}

.headerlogo{	
	height:60px;
	background:#E3E3E3;
	}

.headerlogo img{
	border:none;
	}


#packagescomp {
	width:450px;
	margin-left:23px;	
	text-align:center;
	border:1px solid #9ab;
	border-bottom:none;
	border-right:none;
}

#packagescomp td, #packagescomp th {
	padding:5px;
	border:1px solid #9ab;
	border-top:none;
	border-left:none;
}

#packagescomp th {
	background:#9ab;
	color:#fff;
}


#listcomp {
	width:450px;
	margin:20px auto;
	border:1px solid #9ab;
	border-bottom:none;
	border-right:none;
}

#listcomp th {
	padding:5px;
	border:1px solid #9ab;
	text-align:center;
	border-top:none;
	border-left:none;
}
#listcomp td {
	padding:5px;
	border:1px solid #9ab;
	text-align:left;
	border-top:none;
	border-left:none;
}

#listcomp th {
	background:#9ab;
	color:#fff;
}
.bundleimg {
	float:left;
	margin-right:5px;
	margin-bottom:5px;
	margin-left:160px;
	border:1px solid #cde;
}

.bundleimgcenter {
	float:none;
	margin-right:5px;
	margin-bottom:5px;
	padding:3px;
	border:1px solid #cde;
}

.centered {
	text-align:center;
}
