body
{
	background-color: #ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0;
	padding:0;
	height:100%;
}

html
{
   margin:0;
   padding:0;
   height:100%;
}

a
{
	text-decoration:none;
}

img
{
	box-shadow: #000 0 0 0;
	border:0;
}

#container
{
   min-height:100%;
   position:relative;
}

.m-wrapper
{
	width:100%;
	max-width:1400px;
	margin:0 auto;
	padding:0 20px 0 20px;
	box-sizing:border-box;
}

.m-wrapper2
{
	width:100%;
	max-width:1200px;
	margin:0 auto;
	padding:0 20px 0 20px;
	box-sizing:border-box;
}

#header
{
	width:100%;
	display:table;
	margin:0 auto;
	height:90px;
	vertical-align:middle;
}

.spacer-left
{
	display:table-cell;
}
 
.spacer-right
{
	display:table-cell;
}

#header .hdr-left
{
	width:180px;
	display:table-cell;
	vertical-align:middle;
}

#header .hdr-center
{
	display:table-cell;
	vertical-align:middle;
}

#header .hdr-right
{
	display:table-cell;
	vertical-align:middle;
	text-align:right;
	width:auto;
}

.hdr-center a
{
	color:#403f3f;
	font-weight:bold;
	font-size:11px;
	margin-right:25px;
}

.hdr-center a:hover
{
	color:#018ecf;
}

.hdr-btn
{
	display:inline-block;
	width:125px;
	padding:13px 0 13px 0;
	-moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    border-radius: 25px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
}

#hdr-btn-login
{
	border:1px solid #e3e3e3;
	background-color:#fff;
	color:#403f3f;
	width:100px;
	margin-right:3px;
}

#hdr-btn-login:hover
{
	background-color:#0179c5;
	border:1px solid #0179c5;
	color:#fff;
}

#hdr-btn-register
{
	border:1px solid #0179c5;
	background-color:#0179c5;
	color:#fff;
}

#hdr-btn-register:hover
{
	border:1px solid #0064ad;
	background-color:#0064ad;
	color:#fff;
}

.userbar
{
	border:1px solid #e3e3e3;
	padding:8px 15px 8px 15px;
	display:inline-block;
	-moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    border-radius: 25px;
	font-weight:bold;
}

.userbar img
{
	vertical-align:middle;
	margin-right:5px;
}

.userbar  .aff-earns
{
	margin-right:20px;
}

.userbar a
{
	font-weight:bold;
	color:#0067a8;
}

.userbar a:hover
{
	color:#3f3f3f;
}

.top-div
{
	position:relative;
	width:100%;
	background-color:#0179c5;
	background-image:url('/imgs/illustration-tl.png'), url('/imgs/illustration-tr.png'), url('/imgs/illustration-br.png'), url('/imgs/separator-opts.png'), url('/imgs/light1.png');
	background-position:top left, top right, bottom right,0 96px, top right;
	background-repeat:no-repeat, no-repeat, no-repeat, repeat-x, no-repeat;
	height:560px;
	padding:0 145px 0 145px;
	box-sizing:border-box;
}

.top-div.nosep
{
	background-color:#0179c5;
	position:relative;
	width:100%;
	background-image:url('/imgs/illustration-tl.png'), url('/imgs/illustration-tr.png'), url('/imgs/illustration-br.png'), url('/imgs/light1.png');
	background-position:top left, top right, bottom right, top right;
	background-repeat:no-repeat, no-repeat, no-repeat, no-repeat;
	box-sizing:border-box;
}

.top-div .top-left
{
	display:table-cell;
	width:151px;
}

.top-div .top-right
{
	display:table-cell;
	width:175px;
}

.top-opts
{
	width:100%;
	margin:0 auto;
	text-align:center;
	box-sizing:border-box;
	padding:40px 56px 36px 0;
}

.top-opts a.btn-opts
{
	margin-left:5px;
	font-weight:bold;
	background-color:transparent;
	color:#fff;
	font-size:12px;
	-moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    border-radius: 25px;
	padding:12px 14px 12px 14px;
	border-top:1px solid transparent;
	border-bottom:1px solid transparent;
}

.top-opts a.btn-opts:hover
{
	background-color:#247dc5;
	border-top:1px solid #006bb2;
	border-bottom:1px solid #0179c5;
}

.top-opts a.selected
{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
	background-color:#0171b8;
	border-top:1px solid #005da2;
	border-bottom:1px solid #0179c5;
}

.opt-content.ns
{
	display:none;
}

.top-content
{
	box-sizing:border-box;
	margin:35px auto 0 auto;
	height:400px;
	width:840px;
	border:1px solid transparent;
}

.top-content-login
{
	text-align:left;
	width:615px;
}

.top-content img
{
	display:block;
	width:269px;
	float:left;
	margin-right:45px;
}

.top-div .top-content h2
{
	margin:120px 0 0 0;
	font-size:27px;
	color:#fff;
}

.top-div.nosep .top-content h2
{
	margin-top:6px;
}

.top-content p
{
	margin:15px 0 0 0;
	line-height:30px;
	color:#fff;
}

.promo-div
{
	text-align:center;
	padding:40px 0 40px 0;
}

.promo-div ul
{
	font-weight:bold;
	font-size:10px;
	text-transform:uppercase;
	color:#3f3f3f;
	display:table;
	table-layout:fixed;
	width:100%;
	max-width:1200px;
	margin:0 auto 25px auto;
	padding:0 20px 0 20px;
	box-sizing:border-box;
}

.promo-div li
{
	list-style:none;
	display:table-cell;
}

.promo-div li.mar
{
	margin:0;
	padding:0 20px 0 20px;
	border-left:1px solid #e8e8e8;
	border-right:1px solid #e8e8e8;
}

.btn1
{
	display:inline-block;
	padding:12px 35px 12px 35px;
	background-color:#0179c5;
	color:#fff;
	-moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    border-radius: 25px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
}

.btn1:hover
{
	background-color:#0064ad;
}

.btn1.alt
{
	border:1px solid #e3e3e3;
	background-color:#fff;
	color:#403f3f;
}

.btn1.alt:hover
{
	background-color:#0179c5;
	border:1px solid #0179c5;
	color:#fff;
}

.btn1.col2
{
	background-color:#fcd919;
	color:#000;
}

.btn1.col2:hover
{
	color:#fff;
}

#signup-btn
{
	padding:10px 45px 10px 45px;
	margin:15px 0 0 70px;
	font-size:11px;
}

.gray-div
{
	background-color:#e8e8e8;
	padding:30px 0 30px 0;
}

.features-table
{
	display:table;
	width:100%;
	margin:0 auto;
}

.col
{
	vertical-align:top;
	display:table-cell;
}

.col-l
{
	text-align:left;
}

.col-r
{
	text-align:right;
}

.features-table .col-c
{
	width:307px;
	text-align:center;
}

.feature-block
{
	display:inline-block;
	width:280px;
	text-align:left;
}

.feature-block .feature-header img
{
	width:280px;
}

.feature-block .feature-content
{
	background-color:#fff;
	padding:20px;
}

.feature-block h3
{
	color:#403f3f;
	font-size:17px;
	margin:5px 0 20px 0;
}

.feature-block ul
{
	margin:0;
	padding:0;
	list-style:none;
	color:#6f6e6e;
	line-height:20px;
}

.feature-block ul li
{
	margin-bottom:20px;
	padding-left:25px;
	background-image:url('/imgs/bullet.png');
	background-repeat:no-repeat;
	background-position: 0 8px;
}

.block-spacer
{
	height:14px;
}

.blue-div
{
	padding:65px 0 65px 0;
	background-color:#0179c5;
}

.package-l
{
	width:205px;
}

.package-r
{
	width:205px;
}

.package-table
{
	table-layout:fixed;
}

.package-col
{
	width:205px;
}

.package-block
{
	display:inline-block;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
	background-color:#fff;
	padding:60px 0 60px 0;
	text-align:center;
	width:205px;
}

.package-block h3
{
	color:#3f3f3f;
	font-size:30px;
	margin:0;
}

.package-block.col2 h3
{
	color:#fff;
}

.package-block p
{
	color:#3f3f3f;
	font-weight:normal;
	font-size:20px;
	margin:30px 0 2px 0;
}

.package-block.col2 p
{
	color:#fff;
}

.package-block span
{
	display:block;
	color:#6f6e6e;
	font-size:9px;
	margin-bottom:35px;
}

.package-block span
{
	color:#cbcbcb;
}

.package-block.bestseller
{
	background-image:url('/imgs/bestseller.png');
	background-repeat:no-repeat;
	background-position:top right;
}

.package-block.col2
{
	background-color: #0179c5;
}

.white-div
{
	padding:65px 0 65px 0;
	background-color:#fff;
}

.inp
{
	font-weight:bold;
	display:block;
	-moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    border-radius: 25px;
	border:0;
	height:40px;
	margin-bottom:15px;
	width:290px;
	padding:0 30px 0 30px;
	color:#403f3f;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;  
}

.top-content input[type="checkbox"]
{
	vertical-align:-2px;
}

.aterms
{
	color:#fff;
	font-size:10px;
	position:relative;
	padding-left:30px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;  
}

.aterms span
{
	position:absolute;
	top:2px;
}

.forgotlink
{
	font-size:12px;
	padding:0 0 15px 0;
}

.forgotlink a
{
	color:#fff;
	margin-right:40px;
}

.forgotlink a:hover
{
	color:#3f3f3f;
}

.top-div2
{
	background-image:url('/imgs/top-bg1.png');
	background-repeat:repeat-x;
	height:66px;
}

.top-div3
{
	padding:45px 20px 45px 20px;
	font-size:11px;
	color:#c6c6c6;
}

.top-div3 h2
{
	color:#403f3f;
	font-size:18px;
}

.top-div h2
{
	font-size:18px;
	color:#403f3f;
	margin:0 0 5px 0;
}

.top-div3 p
{
	font-weight:bold;
	color:#6f6e6e;
	font-size:13px;
	margin:0 0 25px 0;
}

.top-div3 p span
{
	color:#0179c5;
}

.top-div3 a
{
	font-style:italic;
	color:#0179c5;
}

.top-div3 a:hover
{
	color:#3f3f3f;
}

.terms-div .feature-content
{
	padding:30px 20px 50px 20px;
	color:#403f3f;
}

.three-cols
{
	display:table;
}

.three-cols h2
{
	font-size:19px;
	color:#403f3f;
}

.three-cols-col1
{
	padding-right:50px;
	display:table-cell;
	vertical-align:top;
	color:#c6c6c6;
}

.three-cols-col2
{
	width:300px;
	padding-right:30px;
	display:table-cell;
	vertical-align:top;
}

.three-cols-col3
{
	width:300px;
	text-align:right;
	display:table-cell;
	vertical-align:top;
}

.three-cols .inp
{
	width:100%;
	border:1px solid #e3e3e3;
}

.three-cols-col3 textarea
{
	width:100%;
	height:150px;
	margin:0 0 20px 0;
	-moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
	padding:15px 20px 15px 20px;
	resize:vertical;
}

.three-cols-col3 .btn1
{
	float:left;
}

.gray-div2
{
	padding:65px 0 65px 0;
	background-color:#e8e8e8;
}

.block-t1
{
	display:inline-block;
	width:205px;
	text-align:center;
}

.block-t1 .block-t1-header img
{
	width:205px;
}

.block-t1 .block-t1-content
{
	background-color:#fff;
	padding:80px 20px 80px 20px;
	color:#929292;
}

.block-t1 h3
{
	color:#403f3f;
	font-size:15px;
	margin:0 0 5px 0;
}

.five-cols-table
{
	width:100%;
	display:table;
	position:relative;
}

.five-cols-table .col
{
	text-align:left;
}

.five-cols-table .col-l
{
	width:260px;
	text-align:left;
	background-color:#fff;
}

.user-header
{
	background-color:#fcd919;
	background-image:url("/imgs/icon-profile1.png");
	background-repeat:no-repeat;
	background-position:15px bottom;
	padding:30px 0 0 110px;
	color:#e2c316;
	height:55px;
}

.user-header h2
{
	color:#403f3f;
	font-size:16px;
	margin:0;
}

.user-header a
{
	color:#403f3f;
	font-size:10px;
	font-weight:bold;
}

.user-header a:hover
{
	color:#fff;
}

.menu-box
{
	padding:30px;
}

.menu-box ul
{
	list-style:none;
	margin:0;
	padding:0;
}

.menu-box ul li
{
	padding:17px 30px 17px 10px;
	font-weight:bold;
	color:#403f3f;
	font-size:14px;
	background-image:url('/imgs/icon-right1.png');
	background-repeat:no-repeat;
	background-position:180px center;
}

.managerp .menu-box ul li
{
	border-bottom:1px solid #e8e8e8;
}

.managerp .menu-box ul li.nb
{
	border:0;
}

.menu-box ul li a
{
	color:#403f3f;
}

.menu-box ul li a:hover
{
	color:#018ecf;
}


.menu-box ul li.selected
{
	-moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    border-radius: 25px;
	border:1px solid #e8e8e8;
}

.spacer-menu
{
	width:15px;
}

.five-cols-table .col-r
{
	background-color:#fff;
	padding-bottom:150px;
}

.profile-col h2
{
	margin:40px 0 25px 45px;
	font-size:16px;
	color:#403f3f;
	text-align:left;
}

.account-status a#cancel-recurring
{
	font-size:10px;
	color:#0179c5;
}

.account-status  a#cancel-recurring:hover
{
	color:#0064ad;
}

.separator2
{
	height:1px;
	background-color:#e3e3e3;
}

.ann-aff
{
	border:1px dotted #bb0900;
	background-color:#fed482;
	padding:5px 5px 5px 27px;
	color:#fff;
	background-image:url("/imgs/icon-warn2.png");
	background-repeat:no-repeat;
	background-position:7px 7px;
	margin-bottom:30px;
}
							
.profile-wrapper
{
	padding:15px 40px 0 40px;
	text-align:left;
}

.profile-right-t
{
	margin-top:30px;
}

.table-row
{
	display:table-row;
}

.profile-right-t .one-col
{
	width:100%;
}

.profile-right-t .col-l
{
	padding:0 10px 0 0;
	width:50%;
}

.profile-right-t .col-r
{
	padding:0 0 0 10px;
	width:50%;
}

.profile-right-t input[type="text"]
{
	width:100%;
	border:1px solid #e3e3e3;
}

.profile-right-t input[type="password"]
{
	width:100%;
	border:1px solid #e3e3e3;
}

.profile-right-t .col-r input[type="text"]
{
	float:right;
}

.profile-right-t .col-r input[type="password"]
{
	float:right;
}

.profile-right-t .col-r input[type="checkbox"]
{
	vertical-align:-2px;
	margin-right:10px;
}

.profile-right-t select
{
	height:40px;
	padding:0 30px 0 30px;
	color:#403f3f;
	font-weight:bold;
	margin-bottom:15px;
}

.col-r label
{
	font-weight:bold;
	font-size:12px;
}

.profile-wrapper .bar-out
{
	margin-top:5px;
	border:1px solid #e3e3e3;
	-moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    border-radius: 25px;
	padding:10px;
}

.profile-wrapper .bar-in
{
	background-color:#fcd919;
	-moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    border-radius: 25px;
	height:20px;
}

.account-status
{
	table-layout:fixed;
	margin-top:25px;
	width:100%;
	font-size:12px;
}

.account-status .table-header .col
{
	color:#403f3f;
	font-weight:bold;
	padding-bottom:5px;
}

.account-status .col
{
	color:#6f6e6e;
	padding:0;
	text-align:left;
}

#do_upgrade_voucher
{
	width:100%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
}

.profile-right-t .do_updgeneral
{
	margin-top:25px;
}

.payhist-table
{
	width:100%;
	table-layout:fixed;
}

.payhist-table .col
{
	padding-top:20px;
}

.payhist-table span
{
	margin-left:25px;
	color:#6f6e6e;
}

.aff_pager
{
	float:right;
	margin:0 0 5px 5px;
}

#buy_aff,#request_payout
{
	font-size:10px;
	margin-top:25px;
	padding:7px 20px 7px 20px;
	text-transform:uppercase;
}

h4.p_method
{
	font-style:italic;
	text-transform:uppercase;
	text-align:left;
	margin:35px 0 3px 0;
}

.p_method span
{
	font-size:10px;
	color:#5a98ec;
	text-transform:none;
	font-weight:normal;
}

.opt_table
{
	border:1px solid #e3e3e3;
	padding:8px 15px 8px 15px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-khtml-border-radius: 25px;
	border-radius: 25px;
	display:table;
	margin-bottom:5px;
	width:100%;
	color:#404040;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.opt_table .opt_col1,.opt_col2,.opt_col3
{
	display:table-cell;
	vertical-align:middle;
}

.opt_table .opt_col1
{
	width:80px;
	text-align:center;
}

.opt_table .opt_col3
{
	width:30px;
	text-align:center;
}

.opt_table p
{
	font-weight:bold;
	font-size:14px;
	margin:0;
}

.opt_table a
{
	color:#0179c5;
	font-style:italic;
}

.opt_table a:hover
{
	text-decoration:underline;
}

.aff_interval,.aff_interval2
{
	border:1px solid #e3e3e3;
	padding:4px 12px 4px 12px;
	display:inline-block;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-khtml-border-radius: 25px;
	border-radius: 25px;
	color:#404040;
	margin-left:5px;
	float:right;
	cursor:pointer;
	margin-bottom:5px;
}

.aff_interval:hover,.aff_interval2:hover
{
	background-color:#0179c5;
	border:1px solid #0179c5;
	color:#fff;
}

.aff_interval.selected,.aff_interval2.selected
{
	background-color:#0179c5;
	border:1px solid #0179c5;
	color:#fff;
}

.upgrade-div
{
	text-align:center;
}

.premium-options
{
	width:100%;
	display:table;
}

.premium-options .col
{
	background-color:#fff;
	text-align:left;
}

.premium-options .table-row.alt .col
{
	background-color:#f9f9f9;
	border-top:1px solid #e8e8e8;
	border-bottom:1px solid #e8e8e8;
}

.premium-options .table-row.selected .col
{
	background-color:#fcd919;
}

.premium-options .sel-col
{
	width:100px;
	text-align:center;
}

.premium-options .table-row
{
	display:table-row;
	height:65px;
	font-weight:bold;
	font-size:10px;
}

.table-row.premium-header
{
	height:100px;
	font-size:14px;
}

.premium-options .col
{
	vertical-align:middle;
}

#buypackage
{
	margin:40px auto 20px auto;
}

.slider-bg
{
	padding: 50px 0 65px 0;
	border:1px solid #e3e3e3;
	margin-bottom:40px;
}

#slider
{
	width:500px;
	position:relative;
	margin:0 auto 0 auto;
}

#slider label
{

  position: absolute;
  width: 70px;
  margin-top: 20px;
  margin-left: -30px;
  text-align: center;
  font-weight:bold;
  color:#404040;
}

#slider .checkp
{
	border:1px solid #e3e3e3;
	background-color:#fff;
	width:32px;
	height:32px;
	-moz-border-radius: 32px;
    -webkit-border-radius: 32px;
    -khtml-border-radius: 32px;
    border-radius: 32px;
	margin-top: -13.3px;
	margin-left: -11.6px;
	position: absolute;
}

.choosepay-div 
{
	padding:15px 0 65px 0;
}

.choosepay-div .three-cols
{
	width:100%;
	text-align:center;
}

.choosepay-div  table
{
	font-weight:bold;
	color:#403f3f;
	font-size:16px;
	margin:0 auto 35px auto;
	text-align:left;
}

.choosepay-div table .c2
{
	color:#0179c5;
	padding-left:40px;
}

.pay-option
{
	display:inline-block;
	width:135px;
	height:135px;
	border:1px solid #e3e3e3;
	background-repeat:no-repeat;
	background-position:center center;
	margin-right:5px;
	cursor:pointer;
}

.pay-option:hover
{
	border:1px solid #c6c6c6;
}

.pay-option.l
{
	margin:0;
}

.pay-option.notselected
{
	width:135px;
	height:135px;
	border:1px solid #e3e3e3;
}

.pay-option.selected
{
	width:125px;
	height:125px;
	border:6px solid #0179c5;
}

.pay-option#vs
{
	background-image:url('/imgs/icon-vs2.png');
}

.pay-option#vs2
{
	background-image:url('/imgs/icon-vs.png');
}

.pay-option#mc
{
	background-image:url('/imgs/icon-mc.png');
}

.pay-option#amx
{
	background-image:url('/imgs/icon-amx.png');
}

.pay-option#pp
{
	background-image:url('/imgs/icon-pp.png');
}

.pay-option#bml
{
	background-image:url('/imgs/icon-bml.png');
}

.pay-option#pw
{
	background-image:url('/imgs/icon-pw.png');
}

.pay-option#mobile
{
	background-image:url('/imgs/icon-mobile.png');
}

.pay-option#earnings
{
	background-image:url('/imgs/icon-ae.png');
}

.choosepay-div .btns-wrapper
{
	margin-top:60px;
}

.items-col
{
	position:relative;
	padding-bottom:85px;
}

.manager-header
{
	width:100%;
	display:table;
	height:85px;
	border-bottom:1px solid #e3e3e3;
}

.manager-header .hdr-l
{
	padding-left:25px;
}

.manager-header .hdr-p
{
	width:190px;
	padding-right:15px;
	vertical-align:middle;
	position:relative;
}

.manager-header .hdr-p #q
{
	display:block;
	-moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    border-radius: 25px;
	border:0;
	margin-top:3px;
	height:38px;
	padding:0 37px 0 20px;
	color:#403f3f;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	width:100%;
	border:1px solid #e3e3e3;
	font-size:12px;
}

.manager-header .hdr-p #doq
{
	position:absolute;
	right:30px;
	top:36px;
	opacity:0.2;
	filter:alpha(opacity=20);
	cursor:pointer;
}

.manager-header .hdr-p #doq:hover
{
	opacity:1.0;
	filter:alpha(opacity=100);
}

.manager-header .hdr-c
{
	width:90px;
	text-align:right;
	color:#878686;
	padding-right:15px;
}

.manager-header .hdr-r
{
	width:165px;
	padding-right:25px;
}

.manager-header .col
{
	vertical-align:middle;
}

.folder_tree
{
	vertical-align:middle;
	cursor:pointer;
}

.manager-header .hdr-l span
{
	color:#6f6e6e;
}

.manager-header .hdr-l  a
{
	color:#403f3f;
	font-weight:bold;
	margin-left:5px;
}

.manager-header .hdr-l a:hover
{
	color:#018ecf;
}

.manager-header .hdr-r .sort-div .orderd
{
	position:absolute;
	right:30px;
	top:29px;
	width:30px;
	height:30px;
	background-color:#e8e8e8;
	-moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -khtml-border-radius: 30px;
    border-radius: 30px;
	background-position:center center;
	background-repeat:no-repeat;
}

.manager-header .hdr-r .sort-div .orderd:hover
{
	background-color:#fff;
}

.items-table
{
	display:table;
	width:100%;
}

.items-table .item
{
	display:table-row;
	height:95px;
}

.items-table .item .col
{
	vertical-align:middle;
	border-bottom:1px solid #e3e3e3;
}

.items-table .item.nb .col
{
	border:0;
}

.items-table .item.nofiles .col
{
	text-align:center;
	font-weight:bold;
}

.items-table .item.nofiles .col a
{
	color:#0179c5;
}

.items-table .items-side-spacers
{
	width:20px;
}

.items-table .tick-col
{
	width:33px;
}

.items-table .icon-col
{
	width:70px;
}

.items-table .item-title
{
	white-space:nowrap;
	height:15px;
	overflow:hidden;
	margin-bottom:2px;
}

.items-table .details-col a
{
	font-size:12px;
	font-weight:bold;
	color:#403f3f;
}

.items-table .details-col a:hover
{
	color:#018ecf;
}

.details-col
{
	color:#878686;
	white-space:nowrap;
	height:15px;
	overflow:hidden;
	max-width:0;
	padding-right:10px;
}

.details-col .details-div
{
	font-size:10px;
}

.details-col span
{
	color:#e8e8e8;
	margin:0 3px 0 3px;
}

.details-col label
{
	font-size:10px;
	margin-right:3px;
	font-weight:normal;
	font-style:italic;
	color:#bbbbbb;
}

.extra_attributes
{
	padding-top:2px;
}

.extra_attributes img
{
	margin-right:5px;
}

.status-div
{
	padding:2px 0 0 17px;
	background-image:url('/imgs/icon-warn1.png');
	background-repeat:no-repeat;
	background-position:left 4px;
}

.btns-col
{
	width:185px;
	text-align:right;
}

.btns-col .btns-wrapper
{
	display:inline-block;
	border:1px solid #e3e3e3;
	padding:12px 20px 10px 20px;
	text-align:center;
	-moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    border-radius: 25px;
}


.btns-wrapper .item-btn
{
	display:inline-block;
	width:13px;
	height:13px;
	background-repeat:no-repeat;
	cursor:pointer;
	margin-right:20px;
}

.item-btn.file_del, .item-btn.folder_del
{
	background-image:url('/imgs/item-del0.png');
}

.item-btn.file_del:hover, .item-btn.folder_del:hover
{
	background-image:url('/imgs/item-del1.png');
}

.item-btn.item_edit,.item-btn.folder_edit
{
	background-image:url('/imgs/item-edit0.png');
}

.item-btn.item_edit:hover,.item-btn.folder_edit:hover
{
	background-image:url('/imgs/item-edit1.png');
}

.item-btn.item_link,.item-btn.folder_link,.item-btn.notshared_link
{
	background-image:url('/imgs/item-link0.png');
}

.item-btn.item_link:hover,.item-btn.folder_link:hover,.item-btn.notshared_link:hover
{
	background-image:url('/imgs/item-link1.png');
}
.item-btn.item_download
{
	margin:0;
	background-image:url('/imgs/item-down0.png');
}

.item-btn.item_download:hover
{
	background-image:url('/imgs/item-down1.png');
}

.manager-footer 
{
	width:100%;
	border-top:1px solid #e3e3e3;
	display:table;
	height:85px;
	position:absolute;
	bottom:0;
	left:0;
}

.manager-footer .col
{
	vertical-align:middle;
}

.mn-footer-l
{
	color:#e3e3e3;
	padding-left:25px;
}

.mn-footer-r
{
	padding-right:25px;
	text-align:right;
}

.manager-footer  a
{
	font-size:10px;
	color:#403f3f;
	font-weight:bold;
}

.manager-footer a:hover
{
	color:#018ecf;
}

.mn-footer-r .multiple_action
{
	width:35px;
	height:35px;
	-moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    -khtml-border-radius: 35px;
    border-radius: 35px;
	background-position:center center;
	background-repeat:no-repeat;
	border:1px solid #e8e8e8;
	display:inline-block;
	margin-left:15px;
	cursor:pointer;
}

.mn-footer-r .multiple_action:hover
{
	background-color:#0179c5;
	border:1px solid #0179c5;
}

.mn-footer-r .multiple_action#link_multiple
{
	background-image:url('/imgs/item-link0.png');
}

.mn-footer-r .multiple_action#move_multiple
{
	background-image:url('/imgs/item-mv1.png');
}

.mn-footer-r .multiple_action#delete_multiple
{
	background-image:url('/imgs/item-del0.png');
}

.mn-footer-r .multiple_action#backup_multiple
{
	background-image:url('/imgs/item-backup0.png');
}

.mn-footer-r .multiple_action#unbackup_multiple
{
	background-image:url('/imgs/item-unbackup0.png');
}

.mn-footer-r .multiple_action#link_multiple:hover
{
	background-image:url('/imgs/item-link2.png');
}

.mn-footer-r .multiple_action#move_multiple:hover
{
	background-image:url('/imgs/item-mv2.png');
}

.mn-footer-r .multiple_action#delete_multiple:hover
{
	background-image:url('/imgs/item-del2.png');
}

.mn-footer-r .multiple_action#backup_multiple:hover
{
	background-image:url('/imgs/item-backup2.png');
}

.mn-footer-r .multiple_action#unbackup_multiple:hover
{
	background-image:url('/imgs/item-unbackup2.png');
}

.pager-btn
{
	border:1px solid #e3e3e3;
	width:25px;
	height:25px;
	display:inline-block;
	-moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    border-radius: 25px;
	background-position:center center;
	background-repeat:no-repeat;
}

.pager-btn.prev
{
	background-image:url("/imgs/prev1.png");
	margin-right:5px;
}

.pager-btn.prev:hover
{
	background-image:url("/imgs/prev2.png");
	margin-right:5px;
}

.pager-btn.prev0
{
	background-color:#e8e8e8;
	background-image:url("/imgs/prev0.png");
	margin-right:5px;
}

.pager-btn.next
{
	background-image:url("/imgs/next1.png");
	margin-left:5px;
}

.pager-btn.next:hover
{
	background-image:url("/imgs/next2.png");
	margin-left:5px;
}

.pager-btn.next0
{
	background-color:#e8e8e8;
	background-image:url("/imgs/next0.png");
	margin-left:5px;
}

.aff_pager a.n
{
	display:inline-block;
	padding:0 5px 0 5px;
	color:#404040;
}

.aff_pager a.n:hover
{
	color:#0179c5;
}

.aff_pager span
{
	display:inline-block;
	padding:0 5px 0 5px;
	color:#919191;
}

.aff_pager
{
	padding-left:10px;
	margin-top:-2px;
}

.pager a.n
{
	vertical-align:middle;
	padding:8px 5px 0 5px;
	color:#404040;
}

.pager a.n:hover
{
	color:#0179c5;
}

.pager span
{
	vertical-align:middle;
	padding:8px 5px 0 5px;
	color:#919191;
}

.pager
{
	padding-left:10px;
	margin-top:-2px;
}

.download-div
{
	padding:20px 20px 20px 20px;
}

.download_hdr
{
	font-weight:bold;
	font-size:14px;
	padding-bottom:20px;
}

.download_hdr div
{
	display:block;
}

.download_hdr label
{
	color:#404040;
	display:inline-block;
	width:120px;
}

.download_hdr span
{
	color:#0179c5;
}

#music_container, #player_container
{
	padding-bottom:10px;
}

#music_container
{
	height:80px;
}

#player_container
{
	height:600px;
}

.download-div .embed_code
{
	text-align:center;
	color:#0179c5;
	font-weight:bold;
	padding-bottom:20px;
}

.download-div .embed_code input
{
	border:1px solid #e8e8e8;
	padding:10px;
	color:#cccccc;
	display:block;
	margin-top:2px;
	width:100%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
	text-align:center;
}

#thumb_table
{
	height:100px;
	vertical-align:middle;
	text-align:center;
	margin-bottom:35px;
}

#thumb_table tr td
{
	vertical-align:middle;
}

#thumb_table tr td span
{
	display:block;
	color:#e8e8e8;
}

#pwd_protected
{
	padding:50px 0 90px 0;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#404040;
}

#pwd_protected img
{
	display:block;
	margin:0 auto 10px auto;
}

#pwd_protected input
{
	font-weight:bold;
	display:inline-block;
	border:1px solid #e3e3e3;
	-moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    border-radius: 25px;
	height:40px;
	width:290px;
	padding:0 30px 0 30px;
	color:#403f3f;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	margin-top:10px;
}

#download_err_div
{
	padding:80px 0 120px 0;
	text-align:center;
	font-size:25px;
	font-style:italic;
	color:#404040;
}

.folder-wrapper
{
	padding: 0 0 40px 0;
}

.folder-wrapper .pager
{
	text-align:center;
	padding-top:20px;
}

#folder_table
{
	border-collapse: collapse; 
}

#folder_table tr
{
	height:70px;
	vertical-align:middle;
	border-bottom:1px solid #e8e8e8;
}

#folder_table tr.nb
{
	border:0;
}

#folder_table tr td
{
	padding-left:5px;
}

#folder_table td.icon
{
	padding:0;
	width:55px;
}

#folder_table td.icon img
{
	width:45px;
	height:45px;
}

#folder_table .title
{
	width:280px;
	font-size:14px;
	font-weight:bold;
	overflow:hidden;
	white-space:nowrap;
	cursor:pointer;
	margin-top:-5px;
}

#folder_table .item_href
{
	color:#ababab;
}

#folder_table .item_href:hover
{
	color:#3f3f3f;
}

#folder_table .details
{
	height:14px;
	display:block;
	color:#ababab;
}

#folder_table .nofiles
{
	color:#ababab;
	font-size:15px;
	font-style:italic;
}

.a_728
{
	text-align:center;
	padding-bottom:25px;
}

#account_features
{
	border-collapse: collapse;
	border:1px solid #e8e8e8;
	text-align:left;
	width:100%;
}

#account_features tr td
{
	border:1px solid #e8e8e8;
}

#account_features a,#premium_dnl a
{
	color:#2caa54;
}

#account_features a:hover,#premium_dnl a:hover
{
	color:#007524;
}

#free-col
{
	position:relative;
}

#cap-2
{
	position:absolute;
	top:3px;
	left:3px;
	width:303px;
	height:77px;
	z-index:2;
	background-color:#fff;
	background-image:url("/imgs/loadingcap.png");
	background-repeat:no-repeat;
	background-position:center center;
	display:none;
}

span#loadCap
{
	color:#6f6f6f;
	display:block;
	margin-top:37px;
}

#free_download
{
	width:140px;
	border:1px solid #e3e3e3;
	background-color:#fff;
	color:#403f3f;
	z-index:1;
}

#free_download:hover
{
	background-color:#0179c5;
	border:1px solid #0179c5;
	color:#fff;
}

#free_download.ready
{
	background-color:#2caa54;
	color:#fff;
	border:1px solid #2caa54;
}

#free_download.ready:hover
{
	background-color:#00903c;
	color:#fff;
	border:1px solid #00903c;
}

#account_features tr
{
	height:50px;
}

#account_features tr.hdr
{
	height:86px;
}

#account_features tr.line2
{
	background-color:#fcfcfc;
}

.features-col1
{
	padding-left:35px;
}

.features-2col
{
	padding:0 20px 0 20px;
	text-align:center;
}

#premium_dnl
{
	width:100%;
	text-align:center;
}

#premium_dnl tr td
{
	padding:40px 0 40px 0;
}

.cop-table
{
	border:1px dashed #404040;
	margin-bottom:40px;
}

.cop-table tr td.cop-content
{
	padding:10px 30px 10px 30px;
}

.cop-table h1
{
	font-size:14px;
	color:#0179c5;
	text-align:center;
	margin:0;
	padding:20px 0 20px 0;
}

.cop-content
{
	font-size:10px;
}

.cop-content h2
{
	padding-top:15px;
	color:#0179c5;
	font-size:11px;
}

.aff_tiers
{
	width:100%;
	padding:0px 10px 0px 10px;
	color:#fff;
	margin:5px auto 0 auto;
	font-size:14px;
	text-align:center;
	position:relative;
	height:45px;
	display: table;
}

.aff_tiers2
{
	table-layout:fixed;
}


.aff_hdr
{
	color:#b0bbc0;
	height:20px;
}

.tier1
{
	background-color:#5b98ec;
}

.tier2
{
	background-color:#b0bbc0;
}

.tier3
{
	background-color:#bec8ce;
}

.tier4
{
	background-color:#cbd6dc;
}

.aff_tiers .aff-col
{
	font-weight:bold;
	text-align:center;
	display: table-cell;
	vertical-align:middle;
}

.aff_tiers .aff-col1
{
	width:70px;
	font-weight:bold;
	text-align:left;
	display: table-cell;
	vertical-align:middle;
}

.aff_tiers .aff-middle
{
	display: table-cell;
	vertical-align:middle;
}

.aff_tiers .aff-col2
{
	width:200px;
	font-weight:bold;
	text-align:right;
	display: table-cell;
	vertical-align:middle;
}

ul#aff
{
	list-style:none;
	font-size:14px;
	padding:10px 0 0 0;
	color:#b0bbc0;
}

ul#aff li
{
	margin-bottom:5px;
}

a#aff_a
{
	color:#5b98ec;
}

a#aff_a:hover
{
	color:#6ba6fb;
}

.api-p table
{
	border:1px solid #f2f2f2;
	width:100%;
	border-collapse:collapse;
	font-size:13px;
	margin-bottom:40px;
}

.api-p table tr
{

}

.api-p table tr td
{
	border:1px solid #f2f2f2;
	padding:15px 10px 15px 10px;
}

.api-p table tr th
{
	background-color:#919191;
	color:#fff;
	padding:10px 0 10px 0;
	text-align:center;
}

.api-p table tr .col1
{
	width:20%;
	color:#575757;
}

.api-p table tr .col2
{
	color:#919191;
}

.api-p table tr .col3
{
	color:#c6c6c6
}

.api-p span
{
	color:#5a98ec;
}

.api-p span.c2
{
	color:#5a98ec;
}

.api-data
{
	font-size:11px;
	padding:0 20px 0 20px;
}

#a_3c
{
	width:100%;
	max-width:1200px;
	margin:0 auto;
}
		
#body
{
   padding-bottom:60px;
}

#footer
{
   background-color:#0067a8;
   position:absolute;
   bottom:0;
   width:100%;
   text-align:center; 
}

#footer a
{
	color:#fff;
	font-weight:bold;
	display:inline-block;
	padding:25px 0 25px 0;
	margin-right:25px;
}

#footer a:hover
{
	color:#79cdf4;
}


#footer a.nm
{
	margin:0;
}