*{
	margin:0;
	padding:0;
}

html{
	font-size:80%;
	height: 100%;
}


body{
	background:#ffffff url(/images2/backBody.png) repeat-x;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	color:#333333;
	text-align:center;
}

#container{
	width:940px;
	padding:0 0 0 0;
	margin:auto;
	text-align:left;
	background:none;
}

#top_menu{
	width:940px;
	font-size:11px;
	text-align:right;
	padding:5px 0 0 0;
	margin:auto;
	height:25px
}

#top_menu a{
	color:#3981BB;
}

#header{
	height:75px;
}

.logo_home{
	float:left;
	margin:13px 0 0 0;
}

a{
	color:#333;
}

a img{
	border:none;
}

.center a{
	color:#3981BB;
}

#right a:hover{
	text-decoration:underline;
}

ul{
	list-style-type:none;
}

.clear_both{
	clear:both;
}

/*-- END LEFT MENU --*/

/* MAIN MENU */

#main_menu ul{
	padding: 0;
	margin: 20px 0;
	list-style: none;
	float: right;
}

#main_menu ul li{
	float:left;
}

#main_menu ul li a{
	float: left;
	text-decoration: none;
	color: #333333;
	padding: 4px 15px 0 0;
	margin-left: 8px;
	font: 900 12px "Arial", Helvetica, sans-serif;
}

#main_menu ul li a span{
	float: left;
	padding-right: 15px;
	display: block;
	margin-top: -4px;
	height: 24px;
}

#main_menu ul li a:hover, #main_menu ul li a.active {
	color: #fff;
	background: url(/images/gray.png) no-repeat top right;
}

#main_menu ul li a:hover span, #main_menu ul li a.active span {
	background: url(/images/gray.png) no-repeat top left;
}

.subnav{
	clear:both;
	height:25px;
	line-height:2em;
}

.subnav ul li{
	float:left;
	margin:0 0 0 5px;
	font-size:0.9em;
}

.subnav ul li.active{
	font-weight:bold;
}

/*-- END MAIN MENU --*/

/*-- GENERAL CONFIG --*/

.float_right{
	float:right;
}

.float_left{
	float:left;
}

.green{
	/*color:#81b81f;*/
	color:#3d960f;
}

.red{
	font-weight:bold;
	color:red;
}

hr{
	border:none;
	background:#ccc;	
	height:1px;
	clear:both;
	margin:10px 0 10px 0;
}

#license{
	background:#eaf8f9;
	border:1px solid #333;
	text-align:center;
	padding:5px;
	font-weight:bold;
	margin:0 0 20px 0;
}

a.aright{
	text-decoration:underline;
	color:#0b8d94;
	background:url(/images/bg_aright.jpg) 0 3px no-repeat;
	padding: 0 0 0 15px;
	float:right;
	width:113px;
	font-size:0.85em;
}

.list_licenses{
	font-size:0.9em; 
	margin: 0 0 10px 0;
}

.list_licenses tr td{
	border-bottom:1px dashed #CCCCCC;
	padding:3px;
}

.link_videos{
	color:#fff; font-size:14px;font-weight:bold;display:block;top:60px; position:relative;margin:0 0 0 40px;
}
*+html .link_videos{
	color:#fff; font-size:14px;font-weight:bold;display:block;top:65px; position:relative;margin:0 0 0 40px;
}
*html .link_videos{
	color:#fff; font-size:14px;font-weight:bold;display:block;top:-45px; position:relative;margin:0 0 0 40px;
}

/*-- AJAX --*/

#loginPanel, #passPanel,#registerPanel, #sendPanel{
		display:none;
		padding: 0 0 30px 0;
}
#loginForm label, #passForm label{
	float:left;
	display:block;
	width:40px;
	margin:0 0 0 60px;
	text-align:left;
}

#registerForm label{
	float:left;
	display:block;
	width:80px;
	margin:0 0 0 20px;
	text-align:left;
}

#loginPanel h2, #passPanel h2, #registerPanel h2, #sendPanel h2{
	border-bottom:1px solid #333;
	margin: 20px;
	font-size:14px;
}

#registerPanel h3, #sendPanel h3{
	margin: 20px;
	text-align:left;
}

#loginPanel a, #passPanel a, #registerPanel a, #sendPanel a{
	color:#035c8f;
	font-size:11px;
}

.output{
	margin:10px 0 10px 0
}

/*-- END AJAX --*/

/*-- ERROR MESSAGES --*/

.error{
	font-weight:bold;
	color:#CC0000;
}

.error{
	background:#ffcccc;
	border-top: 2px solid red;
	border-bottom: 2px solid red;
	padding: 5px 0 5px 0;
	color:red;
	font-weight:bold;
	text-align:center;
	clear:both;
	margin:5px 0 0 0;
}

.no_error, .noError, #no_error{
	padding: 10px;
	color:#669806;
	font-weight:bold;
	text-align:left;
	clear:both;
	margin:5px 0 5px 0;
	background:#f3f9e6 url(/images/check.png) 5px 5px no-repeat;
	font-size:14px;
	text-indent:25px;
	border-top:1px solid #aee756;
	border-bottom:1px solid #aee756;
}

#error{
	background:#ffcccc;
	border-top: 2px solid red;
	border-bottom: 2px solid red;
	padding: 5px 0 5px 0;
	color:red;
	font-weight:bold;
	text-align:center;
	clear:both;
	margin:5px 0 0 0;
}
/*-- END ERROR MESSAGES --*/

/*TABLES STYLES*/
table{
	width:100%;
}

table th{
	border-bottom: 2px solid #28a8c3;
	background:#eaf8fb;
	padding:5px;
	color:#333;
	text-align:left;
}

#compliant{
	text-align:center;
}

#compliant p, #skype p{
	font-size:14px; margin:25px 0 5px 0; padding:5px;color:#0e5490;
}

.pdf24{
	background:url(/images/pdf24.png) no-repeat;
	text-indent:55px;
	font-size:14px;
	height:48px;
	display:block;
	width:350px;
	padding:15px 0 0 0;
}
.center .apply,.center .storebutton{
	background:url(/images/button_store.jpg) no-repeat;
	height:22px;
	width:106px;
	color:#fff;
	display:block;
	float:right;
	text-align:center;
	text-decoration:none;
	line-height:1.5em;
	border:0;
}

.storebutton{
	margin:0 0 10px 0;
	font-size:11px;
	line-height:1em;
}

.apply:hover{
	background:url(/images/button_store_hover.jpg) no-repeat;
	text-decoration:underline;
}

.cart_link{
	clear:both;
	background: #e5e5e5 url(/images/cart.png) 3px 1px no-repeat;
	text-indent:20px;
	float:right;
	display:block;
	margin:5px 0 3px 0;
	padding:3px
}

#footer{
	font-size:0.85em;
}

#footer a, #footer {
	text-decoration:none;
	color:#a0a09f;
}

#footer a:hover{
	text-decoration:underline;
}

#footer h6{
	margin:15px 0 10px 0;
	border-bottom:1px dashed #a0a09f;
	padding:0 0 5px 0;
	font-size:1.2em;
}

#footer .zone{
	width:220px;
	float:left;
	margin:0 15px 0 0;
}

.footer_content{
	width:940px;
	margin:auto;
}

#footer{
	height:132px;
	background:url(/images2/backFooter.png) repeat-x;
	width : 100%;
	margin:40px 0 0 0;
	text-align:left;
}

.links{
	text-align:right;
	margin:auto;
	width:940px;
	padding:5px 0 5px 0;
}