body {
	font-family: "Lucida Grande", Tahoma,Arial, Helvetica, sans-serif;
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	font-size: 12px;
	color:#333;
	background-color:#FFF;
	letter-spacing: 0px;
}

a:hover {
	text-decoration:none;
	color:#BE2681;
}

a:active {
	text-decoration:none;
	color:#BE2681;
}

a {
	color:#333;
}

#header {
	width:100%;
	height:85px;
	float:left;
	background-color:#FFF;
	padding-top:15px;
}

#middle {
	width:100%;
	float:left;
	padding-bottom:15px;
	/*background-color: #F9F9F9;*/
	background-color: #E6E6E6;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EAEAEA;
}

#menu {
	width:100%;
	float:left;
	padding-top:15px;
	padding-bottom:15px;
	background-color:#FFFFFF;
}

#main_container {
	width:100%;
	float:left;
}

#footer {
	background-color:#222;
	color:#FFFFFF;
	float:left;
	width:100%;
	height: 200px;
}

#footer a:hover {
	color: #E98FC5;
	text-decoration: underline;
}

#footer a {
	text-decoration: none;
	color:#FFFFFF;
}

.content {
	width:880px;
	margin:auto;
}

.left_side {
	width:560px;
	float:left;
}

.right_side {
	width:300px;
	float:right;
}

.box_right {
	width:300px;
	float:left;
	margin-bottom:30px;
}

.items_menu {
	width:auto;
	float:left;
	margin-right:5px;
}

.fl {
	width:auto;
	float:left;
	/*background-color:red;*/
}

.fr {
	width:auto;
	float:right;
}

.container_flags {
	width:20px;
	height:20px;
	float:right;
	margin-left:5px;
}

.container_items_menu {
	clear:both;
	float:right;
	padding-top:10px;
}

.items_menu_tail {
	color:#000;
	list-style: none ; 
	padding : 0px ;
	margin: 0px ;	
}
 
.items_menu_tail li {
	paddding : 8px ;
	float : left ;
	height : 35px ;
}

.items_menu_tail li:hover { 
	background: url(../img/item_menu.png)  no-repeat top left transparent ;
	color: #FFF; 
	cursor: pointer;
}

.items_menu_tail li a {
	color:#000;
	display: block ; 
	padding : 8px 9px ;
	font-size: 12px ;
	font-weight: bold ; 
	text-align : center ;
	text-decoration:none;
}

.items_menu_tail li a:hover {
	color:#fff;
	background-color: #000 ; 
}

.container_featured_home {
	background-image: url(../img/featured_home.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color:#FFF;
	width: 100%;
	height:300px;
	clear: both;
}
.container_features {
	background-color: #fff;
	width: 880px;
	height:378px;
	float:left;
}
.featured_home {
	height:300px;
	margin-left:auto;
	margin-right:auto;
 	width : 880px ;
}
.featured_line1 {
	width:100%;
	float:right;
	clear:both;
	text-align:right;
	font-size:22px;
	font-weight: bold;
	color:#BE2681;
	margin-top: 0px;
	/*padding-bottom:15px;*/
	margin-right: -7px;
}

.featured_line2 {
	width: 100% ;
	height: 50px ; 
	float:right;
	clear:both;
	text-align:right;
	font-weight:bold;
	font-size:50px;
	letter-spacing: -4px;
	margin-right: -7px;
}

.button_big_features {
	font-size:20px;
	font-weight:bold;
	text-transform: uppercase;
	text-align: center;
	width:auto;
	float: left;
	clear:both;
	background-color:#F4EC00;
	padding:10px;
	cursor:hand;
	cursor:pointer;
	border: 1px solid #BEBD08;
	letter-spacing: -1px;
	background-image: url(../img/gradient_buttons.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

.button_big_features a {
	background-color:#F6FA60;
}

.button_big_features:hover {
	background-color:#F6FA60;
}

.button_big {
	font-size:20px;
	font-weight:bold;
	text-transform: uppercase;
	text-align: center;
	width:auto;
	float: right;
	clear:both;
	background-color:#F4EC00;
	padding:10px;
	cursor:hand;
	cursor:pointer;
	border: 1px solid #BEBD08;
	letter-spacing: -1px;
	background-image: url(../img/gradient_buttons.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

.button_big a {
	background-color:#F6FA60;
}

.button_big:hover {
	background-color:#F6FA60;
}

.button_medium {
	font-size:16px;
	font-weight:bold;
	text-transform: uppercase;
	width:auto;
	float:right;
	background-color:#BE2681;
	color:#FFF;
	height:20px;
	padding:10px;
	cursor:hand;
	cursor:pointer;
	border: 1px solid #8C1C5C;
	letter-spacing: -1px;
	background-image: url(../img/gradient_buttons.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

.button_medium a {
	background-color:#DC4E9F;
}

.button_medium.disabled{
    font-size: 16px;
    text-transform: uppercase;
    width: auto;
    float: right;
    background-color: #DDD;
    color: #FFF;
    height: 20px;
    padding: 10px;
    cursor: default;
    border: 1px solid #BBB;
    letter-spacing: -1px;
    background-image: none;
    font-weight: normal;
}

.button_medium.disabled a {
    background-color: none;
}

a#submit_button {
	text-decoration:none;
}

.button_small {
	background-color:#BE2681;
	background-image:url(../img/gradient_buttons.png);
	background-position:center bottom;
	background-repeat:repeat-x;
	border:1px solid #8C1C5C;
	color:#FFFFFF;
	cursor:pointer;
	float:right;
	font-family:"Lucida Grande", Tahoma,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	height:15px;
	padding:8px;
	text-transform:uppercase;
	width:auto;
}

.button_small a {
	background-color:#DC4E9F;
}

.button_small:hover {
	background-color:#DC4E9F;
}

.sub_featured_container {
	width:880px;
	float:left;
	padding-top: 20px;
	margin-bottom: 20px;
}

.col1 {
	width:280px;
	float:left;
	margin-right:20px;
}

.col2 {
	width:280px;
	float:left;
	margin-right:0px;
	/*background-color:green;*/
}
.col_585px {
	width:543px;
	float:left;
	margin-right:15px;
	padding:20px;
	background-color:#FFFFFF;
	border: solid 1px #E2E2E2;
}
.colFull {
	width:880px;
	float:left;
	margin:0px;
	padding:0px;
}
.sub_featured_line1 {
	width:265px;
	height:25px;
	display:inline;
	float:left;
	font-size:22px;
	font-weight:bold;
	letter-spacing: -1px;
	text-align: center;
}

.sub_featured_line2 {
	width:265px;
	height:15px;
	display:inline;
	float:left;
	font-size:15px;
	color:#666;
	font-weight:bold;
	letter-spacing: -1px;
	margin-top: 0px;
	text-align: center;
}

.sub_featured_txt {
	width:270px;
	float:left;
	font-size:13px;
	color:#666;
	padding-top:10px;
	line-height: 12px;
	text-align: center;
}

.box_info {
	width:840px;
	float:left;
	font-size:15px;
	font-weight:bold;
	padding:20px;
	background-color: #FFF;
	border: 1px solid #E2E2E2;
}

.box_questions {
	width:840px;
	float:left;
	font-size:22px;
	font-weight:bold;
	text-align:center;
	padding:20px;
	background-color: #FFF;
	border: 1px solid #E2E2E2;
	margin-top : 0px ; 
	margin-top:15px;	
}

.color_magenta {
	color:#BE2681;
}

.color_grey {
	text-align:left;
	color:#666666;
}

.box_white {
	width:240px;
	float:left;
	padding:20px;
	padding-bottom:30px;
	background-color: #FFF;
	border: 1px solid #E2E2E2;
	margin-bottom:15px; 
	clear : both  ;
}
.box_white_full {
	width:840px;
	float:left;
	padding:20px;
	background-color: #FFF;
	border: 1px solid #E2E2E2;
	margin-bottom:20px; 
	clear : both  ;
	-moz-border-radius:10px;
}
.box_white_full.top {
	margin-top:20px; 
}
.box_pink {
	width:240px;
	float:left;
	padding:20px;
	padding-bottom:30px;
	background-color: #F9ECF4;
	border: 1px solid #F3D8E9;
	margin-bottom:15px;
	-moz-border-radius:10px;
}
.box_pink ul{
	width:auto;
	float:left;
	padding:0px;
	margin:0px;
}
.box_pink li{
	list-style: none;
	padding-left: 23px;
	margin-bottom:15px;
	background-image: url(../img/ico_dot.png);
	background-repeat: no-repeat;
	background-position: 0px;
}
.box_title {
	width:100%;
	float:left;
	font-size:22px;
	font-weight:bold;
	margin-bottom:10px;
	letter-spacing: -1px;
}
.box_title2 {
	float:left;
	font-size:22px;
	font-weight:bold;
	margin-bottom:10px;
	letter-spacing: -1px;
}
.box_subtitle {
	width:100%;
	float:left;
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
	letter-spacing: -1px;
}
.box_title_pink {
	color:#BE2681;
	width:100%;
	float:left;
	font-size:22px;
	font-weight:bold;
	margin-bottom:10px;
	letter-spacing: -1px;
}
.box_subtitle_pink {
	color:#BE2681;
	width:100%;
	float:left;
	font-size:18px;
	margin-bottom:10px;
	letter-spacing: -1px;
}
.txt1 {
	color:#666;
	width:100%;
	float:left;
	font-size:11px;
}

.thumb_50px {
	width:48px;
	height:48px;
	float:left;
	margin-right:10px;
	border: 1px solid #ccc;
}

.thumb_featured {
	width:240px;
	height:100px;
	float:left;
	border: 1px solid #ccc;
	margin-bottom:10px;
}

.thumb_txt_container {
	width:100%;
	float:left;
	margin-bottom:10px;
}

.link_bottom {
	width:100%;
	float:right;
	text-align:right;
	padding-top:10px;
}

.input_container {
	width:100%;
	float:left;
	margin-bottom:10px;
}
.input_container_teaser {
	width:100%;
	float:left;
	padding-bottom:10px;
	padding-top:10px;
}
.input_240px {
	font-size: 11px;
	color:#666;
	width:220px;
	height:13px;
	padding:10px;
	float:left;
	background-color:#FFF;
	border: 1px solid #F3D8E9;	
}
.input_240px_black {
	font-size: 11px;
	color:#666;
	width:220px;
	height:13px;
	padding:10px;
	float:left;
	background-color:#FFF;
	border: 1px solid #E2E2E2;	
}
.input_teaser {
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	/*color:#CCCCCC;*/
	float:left;
	font-size:16px;
	height:20px;
	padding:10px;
	width:300px;
}
.input_teaser[type=checkbox] {
	width:auto;
	height:auto;
}
.input_title {
	font-weight:bold;
	color:#DD55A7;
	width:100%;
	float:left;
	padding-bottom:5px;
}
.input_title_black {
	font-weight:bold;
	color:#333333;
	width:100%;
	float:left;
	padding-bottom:5px;
}
.footer_column1 {
	width:160px;
	float:left;
	margin-right:20px;
	margin-top:15px;
	font-size:14px;
}

.footer_column1 li {
	list-style-type:none;
	margin-left: -40px;
	line-height: 18px;
	font-size:12px;
	color:#FFF;
	cursor:pointer;
	cursor:hand;
}

.footer_column2 {
	width:160px;
	float:left;
	margin-top:15px;
	font-size:14px;
}

.footer_column2 li {
	list-style-type:none;
	margin-left: -40px;
	line-height: 18px;
	font-size:12px;
	color:#999999;
	cursor:pointer;
	cursor:hand;
}


.footer_column1 li:hover {
	text-decoration:underline;
	color:#E98FC5;
}

.footer_column1 li:active {
	text-decoration:none;
	color:#E98FC5;
}

.footer_column li a {
	color:#E98FC5;
}

.footer_column2 li:hover {
	text-decoration:underline;
}

.footer_column2 li:active {
	text-decoration:none;
	color:#999;
}

.footer_column2 li a {
	color:#999;
}
.threecol_teaser {
	border-right:1px solid #EAEAEA;
	float:left;
	margin-right:10px;
	padding-right:21px;
	width:258px;
}
.threecol_teaser.last {
	margin:0px;
	padding:0px;
	border: 0px;
}
.legends {
	width:auto;
	clear:both;
	font-size:10px;
	color:#999;
	padding-top:10px;
	text-align:right;
}
.legends2 {
	width:200px;
	float:right;
	font-size:10px;
	color:#999;
	padding-top:5px;
	text-align:right;
}
.logo_press {
	width:auto;
	clear:both;
	margin-bottom:10px;
}

#tabs_features {
	z-index:100;
	position:relative;
	top : -31px;
}

#tabs {
	position:relative;
	top : 0px;
}
.tabs_featured_container {
	float:left;
	margin:0;
	padding-left:20px;
}
.tabs_featured {
	background-image: url(../img/gradient_buttons.png);
	background-repeat: repeat-x;
	background-position: bottom;
	color:#333;
	width:auto;
	font-weight: bold;
	height:auto;
	float:left;
	background-color:#f2f2f2;
	margin-right:2px;
	padding:8px 12px 7px;
	margin-bottom: 3px;
	cursor:hand;
	cursor:pointer;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #ddd;
	border-right-color: #ddd;
	border-left-color: #ddd;
}
.tabs_featured a {
	color:#FFF;
}
.tabs_featured:hover , .tabs_featured.active {
	background-image: url(../img/gradient_buttons.png);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #FFF;
	background-color: #BE2681;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #8C1C5C;
	border-right-color: #8C1C5C;
	border-left-color: #8C1C5C;
}

.featured_img {
	width:842px;
	height:358px;
	float:left;
	padding-right:20px;
	padding-left:20px;
	padding-top:20px;
	padding-bottom:0px;
	background-repeat: no-repeat;
	background-position: center top;
}

.storage {
	background-image: url(../img/featured_storage.jpg);
}

.mobile {
	background-image: url(../img/featured_mobile.jpg);
}

.share {
	background-image: url(../img/featured_share.jpg);
}

.streaming {
	background-image: url(../img/featured_streaming.jpg);
}

.featured_title {
	width: 840px ;
	height: 50px ; 
	float:right;
	clear:both;
	text-align:right;
	font-weight:bold;
	font-size:50px;
	letter-spacing: -4px;
}
.featured_txt {
	color:#fff;
	width:400px;
	float:right;
	text-align:right;
	margin-top:15px;
	margin-bottom:15px;
}
.featured_footer {
	background-color:#f2f2f2;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	float:left;
	height:auto;
	padding:20px;
	width:840px;
}
.featured_footer_leyend {
	color:#333;
	float:right;
	font-size: 14px;
	text-align:right;
	width:450px;
}
.container_icon_left {
	width:auto;
	float:left;
	margin-right:10px;
}
.container_icon_right {
	width:auto;
	float:right;
	margin-left:10px;
}
.payment_box {
	width:143px;
	float:left;
	background:#F8F8F8;
	border: solid 1px #E2E2E2;
	padding-left:15px;
	padding-right:15px;
	padding-top:20px;
	padding-bottom:20px;
}
.payment_box:hover{
	cursor:pointer;
	cursor:hand;
	background:#F9ECF4;
	border: solid 1px #F3D8E9;
}
.payment_box:active{
	cursor:pointer;
	cursor:hand;
	background:#F9ECF4;
	border: solid 1px #F3D8E9;
}
.payment_box ul{
	width:auto;
	float:left;
	padding:0px;
	margin:0px;
}
.payment_box li{
	list-style: none;
	padding-left: 23px;
	margin-bottom:15px;
	background-image: url(../img/ico_dot.png);
	background-repeat: no-repeat;
	background-position: 0px;
}
.icon_notices {
	width:100%;
	float:left;
	clear:both;
	font-size:10px;
	color: #999999;
}
.box_errors {
	width:520px;
	float:left;
	clear:both;
	font-size:10px;
	color: #EC0000;
	padding:10px;
	margin-top:20px;
	margin-bottom:10px;
	background-color:#F8F8F8;
	border: solid 1px #E2E2E2;
}
.input_error {
	width:100%;
	float:left;
	margin-bottom:10px;
	font-size:10px;
	color: #EC0000;
}
.input_error img{
	width:auto;
	float:left;
	margin-right:5px;
}
.input_error_active{
	background-color:#F3F3F3;
	border: solid 1px #EC0000;
}
.subtitles {
	display:inline;
	float:left;
	font-size:15px;
	color:#666;
	font-weight:bold;
	letter-spacing: -1px;
	margin-top: 0px;
	text-align: left;
}
.subtitles span{
	color:#DA439E;
}

label {
	float:left;
	width: 80px;
	height:24px;
	padding:9px 0;
}
.feedback { 
	color:red;
	width:160px;
}
.feedback_big { 
	color:#BE2681;
	font-size:18px;
	padding-bottom:20px;
	text-decoration:bold;
	
}
label.subtitles { 
	width:110px;
}

