html {
  width:100%;
  height:100%;
  background:#4d4d4d url(/images/body.gif) repeat-y 50% 0;
  min-width:1000px;
}
body {
  min-height:100%;
  margin:0;
  font:13px Arial, Helvetica, sans-serif;
  color:#010101;
  background:url(/images/header.gif) repeat-x;
  min-width:1000px;
}
img {border-style:none;}
a {
  text-decoration:none;
  color:#0095da;
}
a:hover {text-decoration:underline;}
input,
textarea,
select{
  font:100% arial,sans-serif;
  vertical-align:middle;
}
form,fieldset{
  margin:0;
  padding:0;
  border-style:none;
}
/*main container*/
#main {
  width: 100%;
  min-width:1000px;
  background:url(/images/header-bg.gif) no-repeat 50% 0;
  padding:209px 0 0;
}
.block {
  width:1000px;
  margin:0 auto;
  overflow:hidden;
}
/*header*/
#header {
  width:1000px;
  margin:0 auto;
  min-width:1000px;
}
.header {
  width:1000px;
  margin:0 auto;
  padding:7px 0 0 0;
  position:absolute;
  top:0;
}
/*header-box*/
.header-box {
  height:1%;
  overflow:hidden;
  padding-left: 16px;
  height: 117px;
}
/*logo*/
#header .logo {
  margin:2px;
  float:left;
}
#header .logo a{
  display:block;
  width:465px;
  height:119px;
  overflow:hidden;
  text-indent:-9999px;
  background:url(/images/logo.jpg) no-repeat;
}
/*menu*/
.menu {
  height:1%;
  overflow:hidden;
}
.menu ul {
  list-style:none;
  margin:0;
  padding:0;
  float:right;
  position:relative;
top: 1px;
}
.menu li {
  float:left;
  padding:0 0 0 3px;
}
.menu li a {
  display:block;
  text-indent:-9999px;
  overflow:hidden;
  background:url(/images/menu.png) no-repeat;
  height:49px;
}
.menu li.home a {
  background-position: 0 0;
  width:107px;
}
.menu li.pricing-plans a {
  background-position: -115px 0;
  width:181px;
}
.menu li.my-files a {
  background-position: -302px 0;
  width:128px;
}
.menu li.support a {
  background-position: -430px 0;
  width:128px;
}
.menu li.home a.active,
.menu li.home a:hover {background-position: 0 -50px;}
.menu li.pricing-plans a.active,
.menu li.pricing-plans a:hover {background-position: -115px -50px;}
.menu li.my-files a.active,
.menu li.my-files a:hover {background-position: -302px -50px;}
.menu li.support a.active,
.menu li.support a:hover {background-position: -430px -50px;}
/*header-holder*/
.header-holder {
  height:1%;
  overflow:hidden;
  padding:0 7px 0 14px;
}
.header-holder ul {
  list-style:none;
  margin:0;
  padding:0;
}
.header-holder ul li {float:left;}
.header-holder ul li a {
  display:block;
  overflow:hidden;
  text-indent:-9999px;
  cursor:pointer;
}


.header-holder .nav{
    margin: 0px;
    padding: 0px;
}
.header-holder .nav {
  float:left;
  padding:3px 0 0;
  height: 32px;
  overflow: hidden;
}
.header-holder .nav li {
    padding:0 5px 0 0;
    float:left;
    list-style-type:none;
    margin-left:0;
}
.header-holder .nav li a {
    float:left;
    height:33px;
    text-indent:-9999px;
    background:url(../images/NavSprite.png) no-repeat;
}

.nav li.store a {
    background-position:-1px -1px;
    width:142px;
}
.nav li.store a.active,
.nav li.store a:hover {background-position:-1px -33px;}

.nav li.backup a {
    background-position:-149px -1px;
    width:127px;
}
.nav li.backup a.active,
.nav li.backup a:hover {background-position:-149px -33px;}

.nav li.blog a {
    background-position:-282px -1px;
    width:127px;
}
.nav li.blog a.active,
.nav li.blog a:hover {background-position:-282px -33px;}

.nav li.collaborate a {
    background-position:-132px -1px;
    width:148px;
}
.nav li.collaborate a.active,
.nav li.collaborate a:hover {background-position:-132px -33px;}

/*login-list*/
.header-holder .login-list {float:right;}
.header-holder .login-list li {padding:0 0 0 10px;}
.header-holder .login-list li a {height:35px;}
.header-holder .login-list li.login a {
  background:url(/images/login.gif) no-repeat;
  width:72px;
}
.header-holder .login-list li.join a {
  background:url(/images/join.gif) no-repeat;
  width:164px;
}
.header-holder .login-list li.logout {padding:0 8px 0 0;}
.header-holder .login-list li.logout a {
  background:url(/images/logout.gif) no-repeat;
  width:72px;
}
.header-holder .login-list li.profil {
  text-indent:0;
  background:url(/images/profil-left.gif) no-repeat;
  padding:0 0 0 11px;
  height:35px;
  line-height:34px;
  color:#fff;
}
.header-holder .login-list li.profil strong {
  display:block;
  background: url(/images/profil-right.gif) no-repeat 100% 0;
  padding:0 20px 0 9px;
  font-weight:normal;
  height:35px;
}
.header-holder .login-list li.profil a {
  display:inline;
  color:#fff;
  text-decoration:underline;
  font-weight:normal;
}
.header-holder .login-list li.profil a:hover {text-decoration:none;}
/*content*/
.container {
  overflow:hidden;
  width:980px;
  padding:0 0 0 11px;
}
#content {
  height:1%;
  background:#fff url(/images/content.gif) repeat-y 50% 0;
  padding:27px 0 0 10px;
  min-width:990px;
  overflow:hidden;
}
/*form*/
.form {
  width:632px;
  overflow:hidden;
  padding:0 0 20px;
}
.form h1 {
  font-size:24px;
  line-height:24px;
  color:#191919;
  margin:0 0 12px;
}
.form h1 strong {
  display:block;
  font-size:14px;
  line-height:16px;
}
.form h2 {
  font-size:14px;
  line-height:16px;
  color:#333;
  margin:0 0 4px;
}
.form-holder {
  border-bottom:1px solid #dcdcdc;
  height:1%;
  overflow:hidden;
  margin:0 0 14px;
  padding:0 0 4px;
}
.form-holder-alt {
  height:1%;
  overflow:hidden;
  margin:0 0 14px;
}
.form .form-box {
  float:left;
  width:340px;
}
.form .checkbox {
  width:100%;
  overflow:hidden;
  padding:0 0 12px;
}
.form .checkbox input {
  width:16px;
  height:16px;
  padding:0;
  margin:3px 0 0;
  display:inline;
  float:left;
}
.form .checkbox div {
  float:left;
  width:305px;
  padding:0 0 0 15px;
  line-height:20px;
}
.form .checkbox div label {
  display:block;
  font-size:14px;
  color:#191919;
  padding:0 0 2px;
}
.form .checkbox div label strong {font-size:18px;}
.form .checkbox div ul {
  height:1%;
  overflow:hidden;
  list-style:none;
  margin:0;
  padding:0;
  font-size:10px;
  line-height:12px;
}
.form .checkbox div ul li {
  float:left;
  padding:0 3px 0 6px;
  background:url(/images/checkbox-divider.gif) no-repeat 0 4px;
  margin:0 6px 0 -6px;
}
.form .form-text {
  float:right;
  width:288px;
  padding:18px 0 0;
}
.form .form-text h3 {
  font-weight:normal;
  margin:0 0 2px;
  font-size:18px;
  line-height:20px;
  color:#333;
	font-weight:bold;
}
.form .form-text p {
  margin:0 0 14px;
  font-size:14px;
  line-height:20px;
  color:#333;
}
.form  .checkbox-2,
.form .select,
.form .input-text-3,
.form .input-text {
  height:1%;
  overflow:hidden;
  padding:0 0 7px;
}
.form .select label,
.form .required {
/*	background-color:#ffe184;
*/}
.form .fieldWithErrors {
	height:25px;
	border-left:solid 6\px red;
}
.form .fieldWithErrors input {
	background-color:#ffe184;

}
.radio strong,
.form .input-text-3 label,
.form .input-text-2 label,
.form .input-text label {
  color:#333;
  font-size:14px;
  line-height:16px;
  display:block;
  padding:0 0 4px;
  font-weight:normal;
}
.radio strong {padding:0 0 20px;}
.radio strong span ,
.form .input-text-3 label span,
.form .input-text-2 label span,
.form .input-text-3 label span a,
.form .input-text-2 label span a,
.form .input-text label span a,
.form .input-text label span {
  color:#808080;
  font-size:10px;
}
.form .input-text-3 label span a,
.form .input-text-2 label span a,
.form .input-text label span a {text-decoration:underline;}
.form .input-text-3 label span a:hover,
.form .input-text-2 label span a:hover,
.form .input-text label span a:hover {text-decoration:none;}
.form .input-text-3 input,
.form .input-text-2 input,
.form .input-text input {
  color:#333;
  width:304px;
  padding:2px 5px;
  font-size:14px;
  margin:0;
}
.form .input-text-2 {
  height:1%;
  overflow:hidden;
  padding:0 0 7px;
}
.form .input-text-2 input {
  width:138px;
  margin:0 2px;
}
.form .input-text-3 input {
  width:78px;
  margin:0 2px;
}
.form .inputs {
  width:319px;
  overflow:hidden;
}
.form .inputs .input-text-3 {float:right;}
.form .inputs .select {float:left;}
.radio {
  height:1%;
  overflow:hidden;
  padding:0 0 10px;
}
.radio ul {
  list-style:none;
  margin:0;
  padding:0;
  height:1%;
  overflow:hidden;
}
.radio ul li {
  float:left;
  padding:0 10px 2px 0;
  font-size: 14px;
  line-height:16px;
  color:#333;
}
.radio ul li input {
  width:16px;
  height:16px;
  float:left;
  padding:0;
  margin:0;
}
.radio ul li input label {
  float:left;
  padding:0 0 0 6px;
}
.form  .checkbox-2 input {
  width:16px;
  height:16px;
  margin:0;
  float:left;
  padding:0;
}
.form  .checkbox-2 label, 
.form .checkbox-2 .label-text{
  float:left;
  padding:0 0 0 11px;
  font-size:12px;
  line-height:16px;
  width:286px;
  color:#666;
}
.form .checkbox-2 label a {
  color:#0095da;
  text-decoration:underline;
}
.form .checkbox-2 label a:hover {text-decoration:none;}
.form  .checkboxs {padding:20px 0 0;}
/*storage*/
.storage {
  list-style:none;
  margin:0;
  padding:0 4px 0 0;
  float:right;
  font-size:12px;
  color:#4d4d4d;
  width:317px;
}
.storage li {
  height:1%;
  overflow:hidden;
  vertical-align:top;
  background:url(/images/storage.gif) repeat-y 1px 0;
  margin:0 0 3px;
}
.storage li div {
  background:url(/images/storage-bg.gif) no-repeat;
  border:1px solid #c9c9c9;
  height:1%;
  padding:9px 7px 9px 15px;
  overflow:hidden;
}
.storage li.alt div {
  border:5px solid #00aeee;
  padding:10px 0 14px 11px;
  background-position: -4px -4px;
}
.storage li div a {
  float:right;
  width:61px;
  padding:2px;
  text-align:center;
  text-transform:uppercase;
  font-size:10px;
  font-weight:bold;
  display:inline;
  margin:0 2px 0 0;
  color:#fff;
  text-decoration:underline;
  line-height:16px;
}
.storage li em {
  float:left;
  font-style:normal;
  width:212px;
}
.storage li div a:hover {text-decoration:none;}
.storage li strong {
  display:block;
  font-size:13px;
  line-height:20px;
  color:#4d4d4d;
}
.storage li strong span {
  font-size:16px;
  color:#1a1a1a;
}
/*text-box*/
.text-box {
  width:649px;
  overflow:hidden;
  float:left;
}
/*three*/
.three {
  list-style:none;
  margin:0 0 5px;
  padding:0;
  width:649px;
  overflow:hidden;
}
.three li {
  float:left;
  padding:0 5px 0 0;
}
.three li a {
  display:block;
  width:213px;
  height:163px;
  text-indent:-9999px;
  overflow:hidden;
}
.three li.backup {padding:0;}
.three li.sign-up a{background:url(/images/1-sign-up.png) no-repeat;}
.three li.sign-up a:hover{background:url(/images/1-sign-up.png) no-repeat scroll 0 -163px;}
.three li.download a{background:url(/images/2-download.png) no-repeat;}
.three li.download a:hover{background:url(/images/2-download.png) no-repeat scroll 0 -163px;}
.three li.backup a{background:url(/images/3-backup.png) no-repeat;}
.three li.backup a:hover{background:url(/images/3-backup.png) no-repeat scroll 0 -163px;}

/*content-holder*/
.content-holder {
  height:1%;
  overflow:hidden;
  padding:0 0 18px;
  background:url(/images/content-divider.gif) no-repeat 0 100%;
  margin:0 0 15px;
}
/*holder-news*/
.holder-news {
  height:1%;
  overflow:hidden;
  padding:0 3px 19px 3px;
  margin:0 0 14px;
  background:url(/images/content-divider.gif) no-repeat 0 100%;
}
.box-news {
  width:640px;
  height:80px;
  background:url(/images/news-holder.gif) no-repeat;
  padding:5px;
  font-size:18px;
  line-height:22px;
  float:left;
  position:relative;
}
.box-news div {
  width:470px;
  float:left;
  padding:8px 0 0 25px;
  font-size:15px;
}
.box-news div p {margin:0;}
span.follow_us { 
	padding: 0;
	margin: 0;
	position:absolute;
	right: 10px;
	bottom: 10px;
}
span.follow_us a img{ 
	position:relative;
	top: 5px;
	
}
.box-news strong.title-news {
  float:left;
  width:131px;
  color:#1a1a1a;
  text-align:center;
  padding:16px 0 0;
}
.box-news strong a {color:#1a1a1a;}
/*bitvibe-backup-application */
.bitvibe-backup-application {
  width:301px;
  height:79px;
  overflow:hidden;
  float:right;
  padding:5px 7px;
  background:url(/images/bitvibe-backup-application-box.gif) no-repeat;
}
.bitvibe-backup-application img {float:left;}
.bitvibe-backup-application span {
  float:right;
  width:203px;
  padding:6px 8px 0 0;
  line-height:20px;
  font-size:11px;
  color:#0095da;
  line-height:14px;
}
.bitvibe-backup-application .download {
  display:block;
  width:202px;
  height:29px;
  background:url(/images/dovnload.gif) no-repeat;
  text-indent:-9999px;
  overflow:hidden;
  margin:3px 0 0 ;
}
.bitvibe-backup-application span strong {
  font-size:14px;
  color:#1a1a1a;
  display:block;
  line-height:16px;
}
.boxes {
  width:990px;
  overflow:hidden;
  padding:0 0 22px;
}
.boxes .box {
  width:445px;
  height:198px;
  float:left;
  background:url(/images/buy.gif) no-repeat;
  padding:24px 27px 10px 22px;
}
.boxes .box div {
  float:left;
  width:246px;
}
.boxes .box div h3 {
  color:#1a1a1a;
  font-size:21px;
  line-height:22px;
  margin:0 0 16px;
}
.boxes .box div h3 a {color:#1a1a1a;}
.boxes .box div p {
  font-size:12px;
  line-height:18px;
  color:#4d4d4d;
  margin:0 0 16px;
}
.boxes .box div ul {
  list-style:none;
  margin:0;
  padding:0;
  height:1%;
  overflow:hidden;
}
.boxes .box div ul li {
  float:left;
  display:inline;
}
.boxes .box div ul li a {
  display:block;
  height:33px;
  text-indent:-9999px;
  overflow:hidden;
}
.boxes .box div ul li.sell-now {float:right;}
.collaborate-now {
  width:242px;
  height:29px;
  background:url(/images/callaborate-now.gif) no-repeat;
  text-indent:-9999px;
  overflow:hidden;
  display:block;
}
.boxes .box div ul li.buy-now a {
  width:120px;
  background:url(/images/buy-now.gif) no-repeat 0 1px;
}
.boxes .box div ul li.sell-now a {
  width:124px;
  background:url(/images/sell-now.gif) no-repeat;
}
.img {
  float:left;
  width:199px;
}
.img img {display:block;}
/*how*/
.how {
  width:597px;
  height:176px;
  background:url(/images/how.gif) no-repeat;
  overflow:hidden;
  padding:20px 22px 0 30px;
  color:#fff;
  position:relative;
}
.how h2 {
  font-size:24px;
  line-height:26px;
  margin:0 0 12px;
}
.how ul {
  list-style:none;
  margin:0;
  padding:0 0 4px;
  font-size:16px;
  line-height:28px;
}
.how ul li {
  height:1%;
  vertical-align:top;
  overflow:hidden;
}
.how ul li a {text-decoration:underline;}
.how ul li a:hover {text-decoration:none;}
.how em {
  font-size:14px;
  line-height:18px;
  display:block;
}
.how a {color:#fff;}
.watch-a-video-tour {
  position:absolute;
  top:134px;
  right:22px;
  width:281px;
  height:43px;
  background:url(/images/watch-avideo-tour.gif) no-repeat;
  text-indent:-9999px;
  overflow:hidden;
}
.securely-box {
  width:979px;
  background:url(/images/securely-box.gif) repeat-y;
  margin:0 0 22px;
  position:relative;
}
.securely-box .top {
  background:url(/images/securely-box-top.gif) no-repeat;
  width:979px;
  padding:10px 0 0;
}
.securely-box .bottom {
  background:url(/images/securely-box-bottom.gif) no-repeat 0 100%;
  width:949px;
  overflow:hidden;
  padding:0 20px 10px 10px;
}
.securely-box .txt {
  float:right;
  width:690px;
}
.securely-box h1 {
  font-size:36px;
  line-height:38px;
  margin:0 0 6px;
  padding:16px 0 0;
}
.securely-box h2 {
  font-size:21px;
  line-height:24px;
  margin:0 0 18px;
  color:#333;
  font-style:italic;
  font-weight:normal;
}
.image {float:left;}
.image img{display:block;}
.securely-box ul {
  list-style:none;
  margin:0;
  padding:0;
  font-size:16px;
  color:#666;
  line-height:23px;
  width:360px;
}
.securely-box ul li {
  padding:0 0 0 12px;
  background:url(/images/marker.gif) no-repeat 0 9px;
}
.securely-box ul li em {font-weight:bold;}
.securely-box span.sign-up {
  position:absolute;
  width:274px;
  height:47px;
  background: no-repeat;
  text-indent:-9999px;
  overflow:hidden;
  padding:29px 13px 21px 44px;
  background:url(/images/sign-up.gif) no-repeat;
  right:22px;
  bottom:10px;
}
.securely-box span.sign-up a {
  display:block;
  height:100%;
  width:100%;
  overflow:hidden;
  text-indent:-9999px;
}
#container {
  height:1%;
  overflow:hidden;
  padding:0 0 20px;
  position:relative;
}
/*content*/
.content{
  width:732px;
  float:left;
}
.content-box {
  width:732px;
  background:url(/images/content-box.gif) repeat-y;
}
.content-box-top {
  width:732px;
  background:url(/images/content-box-top.gif) no-repeat;
}
.content-box-bottom {
  width:682px;
  background:url(/images/content-box-bottom.gif) no-repeat 0 100%;
  padding:23px 25px 15px;
  overflow:hidden;
}
.content-box h1 {
  background:url(/images/content-divider.gif) repeat-x 0 100%;
  font-size:24px;
  color:#191919;
  line-height:28px;
  margin:0 0 10px;
  padding:0 0 9px 2px;
}
.list-text {
  list-style:none;
  margin:0;
  padding:0;
  font-size:16px;
  line-height:20px;
  color:#666;
}
.list-text li {
  height:1%;
  overflow:hidden;
  vertical-align:top;
  padding:0 0 7px;
}
.list-text li a {
  padding:0 0 0 10px;
  background:url(/images/marker-2.gif) no-repeat 0 7px;
  color:#666;
  font-weight:bold;
}
.list-text li.active a,
.list-text li a:hover {
  padding:0 0 0 10px;
  background:url(/images/marker-2-hover.gif) no-repeat 0 7px;
  text-decoration:underline;
  color:#0095da;
}
.list-text li.active .expandable {display:block;}
.list-text li .expandable {
  background:#f1f1f2 url(/images/expandable.gif) repeat-x;
  padding:9px 12px 8px;
  display:none;
  margin:6px 0;
}
.list-text li .expandable p {
  margin:0;
  color:#333;
  line-height:18px;
  padding-bottom:5px;
}
.list-text li .expandable p a{
  background:none;
  padding:0px;
}
.oc {
  list-style:none;
  margin:0;
  padding:0;
}
.oc li {
  height:1%;
  overflow:hidden;
  vertical-align:top;
  padding:0 0 7px;
}
.oc li a {
  display:block;
  width:200px;
  height:34px;
  text-indent:-9999px;
  overflow:hidden;
  margin:0 auto;
}
.oc li.mac a {background:url(/images/mac.gif) no-repeat;}
.oc li.win a {background:url(/images/win.gif) no-repeat;}
.oc li.win64 a {background:url(/images/win-64.gif) no-repeat;}
/*news-update*/
.news-update {
  width:972px;
  height:52px;
  background:url(/images/news-update.gif) no-repeat;
  overflow:hidden;
  line-height:20px;
  color:#333;
}
.news-update strong.title-news {
  color:#1a1a1a;
  float:left;
  font-size:18px;
  padding:16px 0 0;
  text-align:center;
  width:203px;
}
.news-update div {
  float:left;
  font-size:15px;
  padding:16px 0 0 25px;
}
.news-update div p {margin:0;}
.news-update div p a {color:#333;}
/*news*/
.news {
  list-style:none;
  margin:0 0 -10px;
  padding:0;
  width:202px;
  padding:0 0 0 15px;
  overflow:hidden;
  font:12px/18px Arial, Helvetica, sans-serif;
  color:#666;
}
.news li {
  height:1%;
  overflow:hidden;
  padding:10px 0 12px 1px;
  background:url(/images/news-divider.gif) no-repeat;
  margin:-3px 0 3px;
}
.news li em {
  display:block;
  font-style:normal;
}
.news li p {margin:0 0 10px;}
.news li strong {
  display:block;
  color:#191919;
  text-transform:uppercase;
}
/*hello*/
.hello {
  width:720px;
  background:url(/images/hello.gif) repeat-y;
  margin:0 0 19px;
}
.hello .top {
  background:url(/images/hello-top.gif) no-repeat;
  width:720px;
}
.hello .bottom {
  background:url(/images/hello-bottom.gif) no-repeat 0 100%;
  width:719px;
  overflow:hidden;
  padding:0 0 1px 1px;
}
.hello .hello-body {
  float:right;
  width:450px;
  padding:15px 10px 10px 0;
}
.hello h1 {
  font-size:36px;
  line-height:38px;
  margin:0 0 18px;
  color:#191919;
}
.hello p {
  margin:0 0 16px;
  line-height:22px;
  font-size:17px;
  color:#808080;
}
.hello p strong {font-style:italic;}
.hello p a {
  color:#0095da;
  text-decoration:underline;
}
.hello p a:hover {text-decoration:none;}
.hello ul {
  list-style:none;
  margin:0;
  padding:0;
  font-size:12px;
  line-height:20px;
  color:#666666;
}
.hello ul li a {
  color:#666666;
  text-decoration:underline;
}
.hello ul li a:hover {text-decoration:none;}
.hello ul li {
  height:1%;
  overflow:hidden;
  vertical-align:top;
}
.hello ul li strong {
  font-size:16px;
  color:#808080;
}
.hello ul li span {
  font-size:16px;
  font-weight:bold;
}
span.blue {color:#2ac4f3;}
span.red {color:#cf232a;}
span.green {color:#009a4e;}
.picture {
  width:240px;
  float:left;
}
.picture img {display:block;}
.tabmenu {
  width:720px;
}
/*tab_controls*/
.tab_controls {
  list-style:none;
  margin:0 0 -2px;
  padding:0;
  font-size:11px;
  line-height:42px;
  font-weight:bold;
  height:1%;
  overflow:hidden;
  text-transform:uppercase;
  position:relative;
}
.tab_controls li {
  float:left;
  padding:0 1px 0 0;
}
.tab_controls li a {
  float:left;
  background:url(/images/tabset-left.gif) no-repeat 0 -42px;
  padding:0 0 0 11px;
  outline:none;
  color:#333;
  cursor:pointer;
}
.tab_controls li a span {
  float:left;
  height:42px;
  background:url(/images/tabset-right.gif) no-repeat 100% -42px;
  padding:0 20px 0 9px;
}
.tab_controls li.active a {
	cursor:text;
}
.tab_controls li.active a,
.tab_controls li a:hover {
  background-position:0 0;
  text-decoration:none;
}
.tab_controls li.active a span ,
.tab_controls li a:hover span {	
	background-position:100% 0;
}
.tabcontent {
  background:#fff url(/images/tab-area.gif) repeat-x 0 100%;
  padding:21px 0 0 21px;
  border:2px solid #a8a7a7;
}
.title {
  padding:20px 0 12px;
  height:1%;
  overflow:hidden;
}
.title h2 {
  font-size:19px;
  line-height:22px;
  color:#333;
  margin:0;
}
.title h2 strong {color:#00a550;}
/*table*/
.table {
  width:650px;
  overflow:hidden;
  border:2px solid #9f9f9f;
  border-top-style:none;
  padding:0 10px;
  background:#fff url(/images/table.gif) repeat-x;
  margin:0 0 20px;
}
.table table {
  width:100%;
  border-collapse:collapse;
  padding:0;
  margin:0;
}
.table table th {
  line-height:28px;
  font-size:12px;
  text-align:left;
  text-transform:uppercase;
  color:#fff;
}
.table .column-1 {
  width:292px;
  padding:0 0 0 8px;
}
.table .column-1 a {
  font-weight:bold;
  font-size:14px;
}
.table .column-2 {width:94px;}
.table .column-3 {width:194px;}
.table .column-4 {width:56px;}
.table table td {
  color:#4c4c4c;
  font-size:12px;
  line-height:18px;
  padding:8px 0;
  border-top:1px solid #b2b2b2;
}
.table table td a {
  color:#4c4c4c;
  text-decoration:underline;
}
.table table .active .column-1 a {
  background:url(/images/marker-3.gif) no-repeat 100% 6px;
  padding:0 22px 0 0;
}
.table table td a:hover {text-decoration:none;}
.table table .alt td {
  border-style:none;
  padding:0;
}
.table table .alt td td {
  border-style:none;
  background:url(/images/dotted.gif) repeat-x;
  padding:8px 0;
}
.table table .alt .column-1 {
  padding:8px 0 8px 28px;
  width:272px;
}
/*tab-form*/
.tab-form {
  height:1%;
  overflow:hidden;
  padding:0 0 20px;
}
.tab-form label {
  font-size:14px;
  line-height:20px;
  font-weight:bold;
  color:#000;
  display:block;
}
.tab-form div {padding:0 0 14px;}
.tab-form div input {
  color:#333;
  padding:2px 5px;
  font-size:14px;
  margin:0;
}
.tab-form .input-text input {width:382px;}
/*my-account*/
.my-account {
  width:658px;
  overflow:hidden;
  padding:20px 0 20px 4px;
}
/*checkblock-box*/
.checkblock-box {
  height:1%;
  overflow: hidden;
  padding:0 0 15px;
}
.my-account  .checkblock-holder {
  width:670px;
  overflow:hidden;
}
.my-account .checkblock {
  float:left;
  width:120px;
  text-align:center;
  padding:4px 6px 4px 6px;
}
.my-account .checkblock em {
  display:block;
  background:url(/images/checkblock-divider.gif) no-repeat 50% 100%;
  padding:2px 0 4px;
  font-style:normal;
  font-size:9px;
  color:#0095da;
  line-height:13px;
}
.my-account .checkblock-text {
  height:1%;
  overflow:hidden;
  padding:18px 0 0;
}
.my-account .checkblock-text input {
  float:left;
  display:inline;
  margin:0 14px 0 0;
}
.my-account .checkblock-text div {
  font-size:10px;
  line-height:12px;
  color:#808080;
  float:left;
  width:450px;
  padding:6px 0 0;
}
.my-account .checkblock-text div p {margin:0;}
.my-account .checkblock label {
  font-size:10px;
  line-height:22px;
  color:#191919;
  background:url(/images/checkblock-divider.gif) no-repeat 50% 100%;
  padding:8px 0 6px;
  display:block;
}
.my-account .checkblock label strong {
  font-size:22px;
  display:block;
  line-height:20px;
}
.my-account .checkblock label span {
  font-size:12px;
  font-weight:bold;
}
.my-account .checkblock input {
  width:15px;
  height:15px;
  display:block;
  margin: 0 auto;
  padding:0;
}
.my-account .checkblock ul {
  list-style:none;
  margin:0;
  padding:6px 0 0;
  font-size:11px;
  line-height:16px;
  color:#4c4c4c;
}
.my-account h2 {
  border-top:1px solid #e3e3e3;
  border-bottom:1px solid #cacaca;
  font-size: 14px;
  line-height:16px;
  color:#191919;
  margin:0 0 10px;
  padding:14px 0;
}
.my-account h3 {
  font-size: 14px;
  line-height:16px;
  color:#191919;
  margin:0 0 14px;
}
.my-account h2 a {color:#191919;}
.my-account h2 span {
  font-size:11px;
  color:#0095da;
}
.my-account h2 span a,
.my-account h2 a span {color:#0095da;}
.my-account-holder {
  width:700px;
  overflow:hidden;
  padding:0 0 14px;
}
.cancel {
  font-size:13px;
  line-height:14px;
  color:#4c4c4c;
  text-transform:uppercase;
  text-decoration:underline;
}
.cancel:hover {text-decoration:none;}
.my-account-box {
  width:309px;
  float:left;
  padding:0 40px 4px 0;
}
.my-account-box ul {
  list-style:none;
  margin:0;
  padding:0;
  font-size:12px;
  line-height:18px;
  color:#333;
}
.my-account-box ul li {
  height:1%;
  overflow:hidden;
  vertical-align:top;
}
.my-account-box ul li a {color:#333;}
.my-account-box label {
  font-size:14px;
  line-height:20px;
  display:block;
  color:#4c4c4c;
  font-weight:bold;
  padding:0 0 2px;
}
.my-account .file {
  display:block;
  padding:8px 0;
}
.my-account .input-text {
  height:1%;
  overflow:hidden;
  padding:0 0 10px;
}
.my-account .input-text input {
  color:#333;
  padding:2px 5px;
  font-size:14px;
  margin:0;
  width:270px
}
.my-account .submit {
  display:block;
  margin:7px 0 0;
  padding:0;
}
/*gray-box*/
.gray-box {
  width:935px;
  overflow:hidden;
  border:1px solid #d6d6d6;
  background:#d1d3d4 url(/images/gray-box.gif) repeat-x;
  padding:15px 20px 2px;
}
.gray-box ul {
  list-style:none;
  margin:0;
  padding:0;
  float:left;
  width:454px;
  font-size:14px;
  line-height:22px;
  color:#666;
}
.gray-box ul.right {
  float:right;
  padding:0 0 20px 0;
}
.gray-box ul li {
  height:1%;
  overflow:hidden;
  vertical-align:top;
  padding:0 0 20px;
}
.gray-box ul li h3 {
  font-size:16px;
  line-height:20px;
  margin:0;
}
.gray-box ul li p {margin:0;}
.gray-box ul li a,
.gray-box ul li em {
  font-weight:bold;
  color:#999;
}
.gray-box ul li p a {
  text-decoration:underline;
  color:#4c4c4c;
}
.gray-box ul li p a:hover {text-decoration:none;}
.links {
  height:1%;
  overflow:hidden;
  position:relative;
  padding:0 11px 0 0;
  margin:-26px 0 0;
}
.links ul {
  list-style:none;
  margin:0;
  padding:0;
  float:right;
}
.links ul li {
  float:left;
  padding:0 4px 0 0;
}
.links ul li a {
  display:block;
  height:37px;
  text-indent:-9999px;
  overflow:hidden;
}
.links ul .take a{
  width:150px;
  background:url(/images/take-a-tour.gif) no-repeat;
}
.links ul .privacy a{
  width:160px;
  background:url(/images/privacy-policy.gif) no-repeat;
}
.links ul .terms a{
  width:152px;
  background:url(/images/terms-of-use.gif) no-repeat;
}
.links ul li a.active,
.links ul li a:hover {background-position:0 -37px;}
/*box-title*/
.box-title {
  height:1%;
  overflow:hidden;
  padding:1px 0 0 0;
}
.box-title h1 {
  font-size:36px;
  color:#4c4c4c;
  line-height:38px;
  text-align:center;
  margin:0;
}
.box-title h2 {
  font-size:18px;
  color:#4c4c4c;
  line-height:20px;
  text-align:center;
  margin:0 0 18px;
  font-weight:normal;
  letter-spacing:1px;
}
/*total-box*/
.total-box {
  width:980px;
  background:url(/images/sign-up-box.gif) no-repeat;
  height:301px;
  overflow:hidden;
  margin:0 0 24px;
}
.total-box .box {
  float:left;
  background:url(/images/total-box-divider.gif) no-repeat 0 20px;
  overflow:hidden;
  padding:0 0 0 8px;
  margin:0 2px 0 -6px;
}
.total-box .box-card {
  float:left;
  text-align:center;
}
.total-box  .box-card-text {
  width:180px;
  padding:27px 0 0;
  height:288px;
}
.total-box .active .box-card-text {
  background:url(/images/card-box.gif) no-repeat;
  padding:27px 34px 0;
  position:relative;
  margin: 0 1px 0 -6px;
}
.total-box #first.active .box-card-text {
  background:url(/images/card-box.gif) no-repeat -1px 0;
  padding:27px 34px 0 32px;
  position:relative;
  margin: 0 1px 0 0px;
}
.total-box #last {
  margin-right:-20px;
  padding:0 0 0 6px;
}
.total-box #last.active .box-card-text {
  background:url(/images/card-box.gif) no-repeat;
  padding:27px 33px 0 34px;
  position:relative;
  margin: 0 0 0 -5px;
}
.total-box .active .box-card-text .title-box {color:#191919;}
.total-box .active .box-card-text em {
  color:#0095da;
  background:url(/images/card-box-divider-hover.gif) no-repeat 50% 0;
}
.total-box .active .box-card-text ul {
  color:#4c4c4c;
  background:url(/images/card-box-divider-hover.gif) no-repeat 50% 0;
}
.total-box .active .sign-up {
  background-position:0 -42px;
  margin:-56px 0 0 40px;
}
.total-box .sign-up {
  width:151px;
  height:42px;
  background:url(/images/sign-up-2.gif) no-repeat;
  text-indent:-9999px;
  overflow:hidden;
  margin: -58px 0 0 14px;
  position:relative;
  float:left;
  display:inline;
}
.total-box .title-box {
  line-height:18px;
  color:#fff;
  font-size:14px;
  padding:2px 0 10px;
}
.total-box .title-box strong {
  font-size:32px;
  line-height:34px;
  display:block;
}
.total-box .title-box span  {font-size:18px;}
.total-box .box-card-text em {
  background:url(/images/card-box-divider.gif) no-repeat 50% 0;
  padding:10px 25px 4px;
  display:block;
  font-size:12px;
  text-transform:uppercase;
  line-height:16px;
  color:#2ac4f3;
  font-style:normal;
}
.total-box .box-card-text ul {
  list-style:none;
  margin:0;
  padding:17px 0 0;
  background:url(/images/card-box-divider.gif) no-repeat 50% 0;
  font-size:15px;
  color:#f2f2f2;
  line-height:20px;
}
.total-box .box-card-text ul a {
  color:#f2f2f2;
  cursor:pointer;
}
.total-box .active .box-card-text ul a {color:#4c4c4c;}
.total-box .box-card-text ul li {
  vertical-align:top;
  width:100%;
  overflow:hidden;
}

/*sidebar*/
.sidebar{
  overflow:hidden;
  width:236px;
/*  position:absolute;*/
  top: 0;
  right: 0;
  padding:0 3px 0 0;
}
.sidebare-box {
  height:1%;
  overflow:hidden;
  background:#fbfbfb url(/images/sidebare-box.gif) repeat-x 0 100%;
  margin:0 0 10px;
  padding:0 0 12px;
}
.sidebare-box h2 {
  background:url(/images/sidebar-box-title.gif) no-repeat;
  margin:0;
  line-height:30px;
  font-size:12px;
  color:#333;
  padding:1px 16px 9px;
}
.sidebare-box-body {padding:6px 17px 18px;}
.sidebare-box-body p {
  margin:0 0 14px;
  line-height:20px;
  font-size:15px;
}
.sidebare-box-body {
  font-size:16px;
  line-height:18px;
  color:#000;
}
.sidebare-box-body a {
  color:#0095da;
  text-decoration:underline;
}
.sidebare-box-body a:hover {text-decoration:none;}
.download-box {
  height:1%;
  padding:0 24px 8px 14px;
  overflow:hidden;
}
.download-box img {float:left;}
.download-box div {
  float:right;
  width:117px;
  padding:8px 0 0;
} 
.download-box div h3 {
  margin:0;
  color:#191919;
  font-size:14px;
  line-height:18px;
}
.download-box div strong {
  margin:0;
  color:#0095da;
  font-size:11px;
  line-height:18px;
  font-weight:normal;
}
.user-box {
  height:1%;
  padding:0 24px 8px 14px;
  overflow:hidden;
}
.user-box img {}
.user-box div {
  padding:8px 0 0;
} 
.user-box h3 {
  margin:0;
  color:#191919;
  font-size:16px;
  line-height:18px;
  padding-top: 10px;
  text-align:center;
}
.user-box div strong {
  margin:0;
  color:#0095da;
  font-size:11px;
  line-height:16px;
  font-weight:normal;
}
.sidebare-box-user {
  padding:0 18px;
  font-size:12px;
  color:#666;
  line-height:18px;
}
.sidebare-box-user span.blue{
	font-size: 16px;
	display:block;
	clear:both;	
	text-align:right;
}
.sidebare-box-user span.red,
.sidebare-box-user span.green{
	font-size: 16px;
	position: absolute;
	top: -2px;
	right: 0;
}
.sidebare-box-user a{
	font-size:9px;
	text-align:right;
	display:block;
}
.sidebare-box-user p {
  	margin-top:0;
	position: relative;
} 

.sidebare-box-download {
  padding:0 18px;
  font-size:12px;
  color:#666;
  line-height:18px;
}
.sidebare-box-download p {margin:0 0 6px;}


/*footer*/
#footer {
  width:100%;
  background:url(/images/footer-bg.gif) repeat-x;
}
.footer {
  height:1%;
  background:url(/images/footer.gif) no-repeat 50% 0;
  padding:45px 0 20px;
}
.left-box {
  width:208px;
  float:left;
  padding:0 0 0 12px;
}
.right-box {
  width:744px;
  float:right;
  padding:0 6px 0 0;
  overflow:hidden;
}
.footer h3 {
  color:#0095da;
  font-size:12px;
  line-height:22px;
  border-bottom:1px solid #8c8c8c;
  margin:0 0 10px;
  text-transform: uppercase;
}
.footer h3 a {color:#0095da;}
.footer p {
  font-size:12px;
  line-height:18px;
  color:#fff;
  margin:0 0 8px;
}
.footer .left-box textarea {
  width:195px;
  height:30px;
  border:1px solid #000;
  padding:2px 5px;
  margin:0 0 10px;
  font-size:10px;
  line-height:12px;
  overflow:auto;
}
.footer .left-box .sabscribe {
  padding:0 0 14px;
  border-bottom:1px solid #5f5f5f;
  margin:0 0 15px;
}
.footer .left-box .sabscribe input {
  display:block;
  margin:0;
  padding:0;
}
.footer .footer-box h3 {
  border-style:none;
  margin:0 0 2px;
}
.footer .footer-box ul {
  list-style:none;
  margin:0;
  padding:0;
  font-size:11px;
  line-height:12px;
}
.footer .footer-box ul li {
  height:1%;
  vertical-align:top;
  overflow:hidden;
  padding:0 0 6px;
}
.footer .footer-box ul li a {color:#fff;}
.list-links {
  list-style:none;
  margin:0;
  padding:0 0 16px;
  height:1%;
  overflow:hidden;
  font-size:11px;
  line-height:12px;
  background:url(/images/list-text.gif) repeat-x 0 20px; 
}
.list-links li {
  float:left;
  font-weight:bold;
  padding:0 30px 4px 0 ;
  width:94px;
  color:#fff;
}
.list-links li ul {
  list-style:none;
  margin:0;
  padding:16px 0 0;
}
.list-links li ul li {
  float:none;
  font-weight:normal;
  padding:0 0 6px;
}
.list-links li a {color:#fff;}
.footer-boxes {
  width:770px;
  overflow:hidden;
}
.footer-boxes div {
  float:left;
  padding:0 25px 0 0;
}
.footer-boxes div ul {
  list-style:none;
  margin:0;
  padding:0;
  float:left;
  width:100px;
  padding:0 11px 0 0;
  font-size:11px;
  line-height:12px;
}
.footer-boxes div ul li {
  height:1%;
  overflow:hidden;
  vertical-align:top;
  padding:0 0 6px;
  color:#fff;
}
.footer-boxes div ul li a {color:#fff;}
.navigation {
  list-style:none;
  margin:0;
  padding:0 0 8px;
  text-align:center;
  font-size:11px;
  line-height:14px;
  color:#4d4d4d;
  letter-spacing:1px;
}
.navigation li {
  display:inline;
  padding: 0 4px 0 9px;
  background:url(/images/navigation-divider.gif) no-repeat 0 50%;
}
.navigation li:first-child {background-image:none;}
/*link-holder*/
.footer-holder {
	background:transparent url(/images/footer-holder.gif) no-repeat scroll 0 0;
	height:1%;
	margin:0 auto;
	overflow:hidden;
	padding:20px 0 50px;
	width:980px;
	clear: both;
}
.link-holder {
  height:1%;
  overflow:hidden;
  margin: 0 auto;
  width: 125px;
}
.share {float:left;}
.share  img {display:block;}
.rss {
  float:left;
  width:16px;
  height:16px;
  background:url(/images/rss.gif) no-repeat;
  text-indent:-9999px;
  overflow:hidden;
  margin:0 0 0 8px;
  display:inline;
}
.download-copy{
  float: left;
  width: 50%
}
.download-icon{
  width: 75%
}
.download-links{
  float: left;
  width: 49%
}



#ft{  
	color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:18px;
	margin:0 auto;
	text-decoration:none;
	width:980px;
}
.footerleft{
    width: 208px;
    float: left;
}
.footerright{
    width: 754px;
    float: left;
    padding-left:12px;
}
#ft  h1{
    color: #00A4EF;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin: 0px;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
}
.search{
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #5F5F5F;
    border-bottom-color: #5F5F5F;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 10px;
}
.search input{
    border: 2px solid #000000;
    padding: 5px;
    background-color: #FFFFFF;
    margin-top: 5px;
}
.search input:hover{
    border: 2px solid #00A4EF;
    padding: 5px;
    background-color: #FFFFFF;
    margin-top: 5px;
}
#ft  a{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFFFFF;
    text-decoration: none;
    letter-spacing: 1px;
}
#ft  a:hover{
    color: #00A4EF;

}
.w1{
    width: 114px;
    float: left;
}
.w1 h2{
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #5F5F5F;
    border-bottom-color: #5F5F5F;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    letter-spacing: 1px;
}
.lastraw{
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #5F5F5F;
    padding-top: 10px;
}
.clear{ clear:both;}
div.clear{margin:0;padding:0;}
.w2{
    width:209px;
    margin-right:15px;
    float: left;
}
.w3{
    float: left;
    width: 49%;
}

.tabular{
	width:100%;
}
.tabular thead{
	background:#ccc;	
}
.tabular th{
	font-weight:bold;
	text-align:left;
	color:#333333;
	font-size:12px;
	line-height:30px;
	width: 150px;
}
.tabular td{
	text-align:left;
	color:#333333;
	font-size:12px;
	line-height:30px;
	margin:0;
	padding:1px 16px 9px;
}

table.pitch {
	font-size:12px;
	margin:20px auto 2px;
	width:360px;
}
table.pitch thead{
	padding:2px 1px;
	color:#00944d;
	text-align:center;
}
table.pitch td.make{
	text-align:right;
}
table.pitch .shade td{
	background-color:#e1e1e1;
}

.edit_edit_payment_profile_presenter .form-text{
	display:none;
}

.tabcontent h2 {
	position:relative;
	border-bottom: solid 1px #696969;
	padding: 3px;
	background-color: #CCC;
}
.tabcontent h2 a{
	float:right;
	position:absolute;
	right:10px;
	font-size: .7em;
}














