/*
new membership page style sheets for Macupdate.com
Author - Cory Rogers = cr
date: 11/16/13
*/

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
input[type="submit"] {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/* member nav header */
#member-nav {
	display: block;
	float: left;
	height: 30px;
	width: 950px;
	padding: 15px 20px;
	margin: 0px;
	background-color: rgb(255,252,225);
	-moz-border-radius: 17px 17px 0px 0px;
	-webkit-border-radius: 17px 17px 0px 0px;
	border-bottom: 1px solid rgb(245,242,215);
	border-top-right-radius: inherit;
	border-top-left-radius: inherit;
}
#member-nav #memberpg-title {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 290px;
	font-family: 'myriad-pro', 'myriad', sans-serif;
	font-size: 30px;
	font-weight: 100;
	color: rgb(53,53,53);
	text-shadow: 0px 1px 0px #fff;
}
#member-nav .membermenu {
	display: block;
	float: left;
	width: 640px;
	height: 30px;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	margin-left: -10px;
}


#member-nav .profilemenu {
	display: block;
	float: right;
	width: 490px;
	height: 30px;
	margin: 0px 0px 0px 50px;
	padding: 0px;
}

#member-nav .profilemenu .profileheader_value {

	font-family: 'myriad-pro', 'myriad', sans-serif;
	font-size: 17px;
	font-weight: 100;

	color: rgb(87,105,123);
	text-shadow: 0px 1px 0px rgb(255,255,255);

}

#member-nav .profilemenu .profileheader {
	display: inline-block;
	float: left;
	font-family: 'myriad-pro', 'myriad', sans-serif;
	font-size: 17px;
	font-weight: 600;
	padding: 5px 7px;
	color: rgb(87,105,123);
	text-shadow: 0px 1px 0px rgb(255,255,255);
	list-style: none;
	list-style-type: none;
	margin-right: 20px;
}


#member-nav .membermenu .memlink {
	display: inline-block;
	float: left;
	font-family: 'myriad-pro', 'myriad', sans-serif;
	font-size: 17px;
	font-weight: 600;
	padding: 5px 7px;
	color: rgb(10,71,118);
	text-shadow: 0px 1px 0px rgb(255,255,255);
	list-style: none;
	list-style-type: none;
	margin-right: 15px;
}
#member-nav .membermenu .memlink:hover,
#member-nav .membermenu .active {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 4px 6px;
	border: 1px solid rgb(171,168,143);
	background-color:rgb(244,240,209);
	/**
	background: -moz-linear-gradient(top, #e6e2c2 0%, #fffdeb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6e2c2), color-stop(100%,#fffdeb)); 
	background: -webkit-linear-gradient(top, #e6e2c2 0%,#fffdeb 100%); 
	background: -o-linear-gradient(top, #e6e2c2 0%,#fffdeb 100%); 
	background: -ms-linear-gradient(top, #e6e2c2 0%,#fffdeb 100%); 
	background: linear-gradient(to bottom, #e6e2c2 0%,#fffdeb 100%);
	**/
}
#member-nav .membermenu .last {
	margin-right: 0px;
}
#member-nav .membermenu .memlink li {
	display: inline-block;
	float: left;
}
/* global elements */
#mp-content {
	display: block;
	float: left;
	width: 950px;
	padding: 10px 20px 0px 20px;
}
#mp-title {
	display: block;
	float: left;
	width: 970px;
	font-family: 'myriad-pro', 'myriad', sans-serif;
	font-size: 26px;
	font-weight: normal;
	color: rgb(87,105,123);
	border-bottom: 1px solid rgb(236,236,236);
	padding-bottom: 5px;
	margin: 15px 0px 10px 10px;			
}
#member_cart_notify {
	display: block;
	float: left;
	width: 948px;
	height: 26px;
	padding: 10px 0px;
	margin: 25px 20px 0px 20px;
	background-color: rgb(244,247,250);
	border: 1px solid rgb(0,164,232);
	box-shadow: 1px 1px 5px rgba(0,164,232,0.11);
	border-radius: 7px;
}
#member_cart_notify .mcn_carticon {
	display: block;
	float: left;
	margin: 0px 15px 0px 15px;
	height: 26px;
	width: 28px;
}
#member_cart_notify .mcn_text {
	display: block;
	float: left;
	font-family: 'helvetica neue', helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: rgb(53,53,53);
	text-shadow: 0px 1px 0px rgb(255,255,255);
	padding-top: 4px;
}
#member_cart_notify .mcn_cartnumber {
	display: block;
	float: left;
	text-align: center;
	font-size: 16px;
	font-family: 'helvetica neue', helvetica, sans-serif;
	font-weight: 700;
	color: rgb(255,255,255);
	text-shadow: 0px 1px 0px rgb(0,0,0);
	margin: 2px 10px;
	height: 21px;
	width: 21px;
	border-radius: 21px;
	border: 1px solid rgb(44,75,17);
	background: rgb(113,174,60);
	background: -moz-linear-gradient(top, rgb(113,174,60) 0%, rgb(72,121,27) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(113,174,60)), color-stop(100%,rgb(72,121,27)));
	background: -webkit-linear-gradient(top, rgb(113,174,60) 0%,rgb(72,121,27) 100%);
	background: -o-linear-gradient(top, rgb(113,174,60) 0%,rgb(72,121,27) 100%);
	background: -ms-linear-gradient(top, rgb(113,174,60) 0%,rgb(72,121,27) 100%);
	background: linear-gradient(to bottom, rgb(113,174,60) 0%,rgb(72,121,27) 100%);	
}
#member_cart_notify .mcn_buynow_txt {
	margin-left: 6px;
	color: rgb(111,178,50);
	text-shadow: 0px -1px 0px rgb(255,255,255);
	font-weight: 700;
}
#member_cart_notify .mcn_greenarrow {
	
	width: 14px;
	margin: 0px 0px 0px 2px;
}







/* membership upgrade page- doesn't use member_header.phtml */
#upg-title {
	display: block;
	float: left;
	width: 950px;
	margin: 0px;
	padding: 0px;
	font-family: 'myriad-pro', 'myriad', sans-serif;
	font-size: 35px;
	font-weight: 100;
	text-align: center;
	color: rgb(53,53,53);
}
#upg-subtitle {
	
	float: left;
	width: 950px;
	margin: 5px 0px 30px 0px;
	padding: 0px;
	font-family: 'myriad-pro', 'myriad', sans-serif;
	font-size: 26px;
	font-weight: 100;
	text-align: center;
	color: rgb(87,105,123);
}
#upg-subtitle strong {
	font-weight: 700;
}
#upg-subtitle-link
{
	font-size: 14px;
}
#upg-mudbox {
	display: block;
	float: left;
	height: 300px;
	width: 658px;
	border: 1px solid rgb(148,163,171);
	border-radius: 8px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,.30);
	background: url(/img/members/mudbox-bkg.png) left top no-repeat;
	background-size: 100%;
	
}
#upg-mudbox #upg-mudbox_left {
	display: block;
	float: left;
	width: 344px;
}
#upg-mudbox #upg-mudbox_left .mudlogo {
	display: block;
	margin: -30px auto 0px auto;
	height: 109px;
	width: 119px;
}
#upg-mudbox #upg-mudbox_left .mudtitle {
	display: block;
	width: 344px;
	float: left;
	font-family: 'myriad-pro', 'myriad', sans-serif;
	font-size: 36px;
	letter-spacing: -1px;
	font-weight: 100;
	text-align: center;
	color: rgb(0,164,232);
	text-shadow: 0px 1px 0px rgb(255,255,255);
	margin: 10px 0px 0px 0px;
	padding: 0px;	
}
#upg-mudbox #upg-mudbox_left .mud-subtitle {
	display: block;
	float: left;
	width: 344px;
	margin: 5px 0px 15px 0px;
	padding: 0px;
	font-family: 'myriad-pro', 'myriad', sans-serif;
	font-size: 19px;
	font-weight: 500;
	text-align: center;
	color: rgb(57,66,75);
}
#upg-mudbox #upg-mudbox_left .mudvid_button {
	display: block;
	float: left;
	width: 180px;
	padding: 4px 0px 6px 0px;
	font-family: 'myriad-pro', 'myriad', sans-serif;
	font-size: 22px;
	font-weight: 500;
	color: rgb(255,255,255);
	text-align: center;
	text-shadow: 0px 1px 0px rgba(0,0,0,.5);
	margin: 0px 82px 15px 82px;
	border: 1px solid rgb(73,73,73);
	border-radius: 3px;
	background: -moz-linear-gradient(top, #50b63b 0%, #2b7f1a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#50b63b), color-stop(100%,#2b7f1a)); 
	background: -webkit-linear-gradient(top, #50b63b 0%,#2b7f1a 100%); 
	background: -o-linear-gradient(top, #50b63b 0%,#2b7f1a 100%); 
	background: -ms-linear-gradient(top, #50b63b 0%,#2b7f1a 100%); 
	background: linear-gradient(to bottom, #50b63b 0%,#2b7f1a 100%);
}
#upg-mudbox #upg-mudbox_left .mudvid_button:hover {
	box-shadow: 0px 0px 5px  rgba(0,0,0,.5);
}
#upg-mudbox #upg-mudbox_left .muddl {
	display: block;
	float: left;
	width: 344px;
	text-align: center;
	font-family: 'myriad-pro', 'myriad', sans-serif;
	font-size: 16px;
	color: rgb(87,105,123);
	font-weight: normal;
	text-shadow: 0px 1px 0px rgb(255,255,255);	
}
#upg-mudbox #upg-mudbox_left .muddl a {
	color: rgb(23,69,138);
	text-decoration: none;	
}
#upg-mudbox #upg-mudbox_right{
	display: block;
	float: right;
	width: 314px;
	height: 300px;
	margin: 0px 0px 0px 0px;
}
#upg-paybox {
	display: block;
	position:relative;
	float: right;	
	width: 232px;
	min-height: 276px;
	padding: 12px;
	margin: 0px 0px 0px 0px;
	border: 1px solid rgb(221,238,234);
	border-radius: 8px;
	font-family: 'myriad-pro', 'myriad', sans-serif;
	font-size: 15px;
	font-weight: normal;	
}
#upg-paybox .pbtitle {
	display: block;
	float: left;
	width: 236px;
	color: rgb(73,73,73);
	margin-bottom: 1px;
	padding: 0px;
}
#upg-paybox .txt {
	display: block;
	float: left;
	width: 98%;
	height: 30px;
	font-family: 'myriad-pro', 'myriad', sans-serif;
	font-size: 16px;
	font-weight: 100;
	color: rgb(73,73,73);
	margin-bottom: 15px;
	padding-left: 5px;
	outline: none;
	border: 1px solid rgb(180,185,190);
	border-radius: 3px;	
}

#upg-paybox .cc{
	width: 160px !important;
}
#upg-paybox .cv2 {
	width: 36px !important;
	margin-left: 15px;
}

#upg-paybox .fname{
	width: 101px!important;
}

#login_error
{
	color:#ff0000;
	font-family: 'myriad-pro', 'myriad', sans-serif;
	font-size: 20px;
	font-weight: 100;
	text-align: center;
	width: 950px;
	margin: 0px;

}
#mem_loginform_p2 .txt {
	display: block;
	float: left;
	width: 280px;
	height: 30px;
	font-family: 'myriad-pro', 'myriad', sans-serif;
	font-size: 16px;
	font-weight: 100;
	color: rgb(73,73,73);
	margin-bottom: 15px;
	padding-left: 5px;
	outline: none;
	border: 1px solid rgb(180,185,190);
	border-radius: 3px;	
}


#upg-paybox .lname {
	width: 101px!important;
	margin-left: 14px;
}
#upg-paybox .member_type {
	display: block;
	float: left;
	width: 100%;
	height: 30px;
	font-family: 'myriad-pro', 'myriad', sans-serif;
	font-size: 16px;
	font-weight: 100;
	color: rgb(73,73,73);
	margin-bottom: 15px;
	padding-left: 5px;
	outline: none;
	border: 1px solid rgb(180,185,190);
	border-radius: 3px;
}
#upg-paybox .pbpayment {
	display: block;
	float: left;
	margin-bottom: 15px;
}
#upg-paybox .pbpayment input {
	display: inline-block;
	float: left;
	margin: 5px 5px 0px 0px;
}
#upg-paybox .pbpayment img {
	display: inline-block;
	float: left;
	padding-top: 0px;
}
#upg-paybox .paypal {
	margin-right: 15px;
}
#upg-paybox .pbsubmit {
	display: block;
	width: 232px;
	padding: 4px 0px 6px 0px;
	font-family: 'myriad-pro', 'myriad', sans-serif;
	font-size: 19px;
	font-weight: normal;
	color: rgb(255,255,255);
	text-shadow: 0px 1px 0px rgba(0,0,0,.5);
	margin-bottom: 5px;
	border: 1px solid rgb(73,73,73);
	border-radius: 3px;
	background: -moz-linear-gradient(top, #2dbefa 0%, #008cc5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2dbefa), color-stop(100%,#008cc5)); 
	background: -webkit-linear-gradient(top, #2dbefa 0%,#008cc5 100%); 
	background: -o-linear-gradient(top, #2dbefa 0%,#008cc5 100%); 
	background: -ms-linear-gradient(top, #2dbefa 0%,#008cc5 100%); 
	background: linear-gradient(to bottom, #2dbefa 0%,#008cc5 100%);
}
#upg-paybox .pbsubmit:hover {
	background: -moz-linear-gradient(top, #008cc5 0%, #2dbefa 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#008cc5), color-stop(100%,#2dbefa)); 
	background: -webkit-linear-gradient(top, #008cc5 0%,#2dbefa 100%); 
	background: -o-linear-gradient(top, #008cc5 0%,#2dbefa 100%); 
	background: -ms-linear-gradient(top, #008cc5 0%,#2dbefa 100%); 
}
#upg-btm {
	display: block;
	float: left;
	width: 950px;
	padding-bottom: 10px;
	margin: 35px 0px 0px 0px;
	border-bottom: 1px solid rgb(231,231,231);
}
.upg-btmtitle {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	font-family: 'myriad-pro', 'myriad', sans-serif;
	font-size: 23px;
	font-weight: normal;
	color: rgb(0,164,232);		
}
.upg-btm-subtitle {
	display: block;
	margin: 5px 0px 0px 10px;
	padding: 0px;
	float: left;
	font-family: 'myriad-pro', 'myriad', sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: rgb(153,162,172);		
}
.upg-btm-subtitle strong {
	font-weight: 600;
	color: rgb(123,132,142)!important;
}
#infocols {
	display: block;
	float: left;
	width: 950px;	
}
#infocols .col {
	display: block;
	float: left;
	width: 300px;
	margin: 25px 0px 0px 25px;
}
#infocols .one {
	margin-left: 0px!important;
}
#infocols .col .greencheck {
	display: block;
	float: left;
	height: 28px;
	width: 28px;
}
#infocols .col .col-title {
	display: block;
	float: left;
	height: 23px;
	width: 260px;
	margin: 0px 0px 0px 12px;
	color: rgb(53,53,53);
	font-family: 'helvetica neue', helvetica, sans-serif;
	font-size: 14px;
	font-weight: 700;
}
#infocols .one .col-title  {
	width: auto!important;
}
#infocols .one .mudicon {
	height: 23px;
	width: 18px;
	margin: -3px 0px 0px 5px;	
}
#infocols .col p {
	display: block;
	float: left;
	padding: 0px 10px 0px 40px;
	margin: 0px;
	color: rgb(53,53,53);
	font-family: 'helvetica neue', helvetica, sans-serif;
	font-size: 14px;
	line-height: 19px;
	font-weight: normal;
}
#compare_table {
	display: block;
	float: left;
	width: 950px;
	margin-top: 35px;
}
#compare_table #feature-col {
	display: block;
	float: left;
	width: 210px;
}
#compare_table #feature-col .ctc-row {
	width: 200px;
	padding-left: 10px;
}
#compare_table #description-col {
	display: block;
	float: left;
	width: 440px;
}
#compare_table #member_level_options {
	display: block;
	float: right;
	width: 300px;
}
#compare_table #member_level_options .variable {
	display: block;
	float: left;
	width: 100px;
}


#compare_table .comptable-col .header {
	font-family: 'myraid pro', 'myriad', sans-serif;
	font-size: 17px;
	color: rgb(87,105,123);
	padding: 9px 0px;
	background-color: rgb(249,250,251);
	border-top: 1px solid rgb(229,234,239);
	text-shadow: 0px 1px 0px rgb(255,255,255);	
}
#compare_table .comptable-col .info {
	font-family: 'helvetica neue', helvetica, sans-serif;
	font-size: 14px;
	color: rgb(130,130,130);
	padding: 10px 0px;	
}
#compare_table #feature-col .info {
	font-weight: 700;
	color: rgb(53,53,53);
}
#compare_table .comptable-col .ctc-row {
	border-bottom: 1px solid rgb(229,234,239);
}
#compare_table #description-col .two {
	margin: 0px;
	padding: 5px 0px 8px 0px;
}
#compare_table #description-col .three,
#compare_table #description-col .four,
#compare_table #description-col .five,
#compare_table #description-col .six {
	padding: 11px 0px 10px 0px;
}
#compare_table #description-col .two .mudicon {
	display: inline-block;
	height: 21px;
	width: 16px;
	margin: 0px;
	padding: 0px 3px;
}
#compare_table #member_level_options .variable .ctc-row {
	width: 80px;
	padding: 0px 10px;
	text-align: center;
}
#compare_table #member_level_options .variable .no {
	padding-top: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-weight: 600;
	color: rgb(181,181,181);
	text-shadow: 0px 1px 0px rgb(255,255,255);	
}
#compare_table #member_level_options .variable .three {
	text-transform: none!important;
}
#compare_table #member_level_options .yourplan .ctc-row {
	background-color: rgb(255,253,236)!important;
}
#compare_table #member_level_options .variable .ctc-row .compgreencheck {
	height: 22px;
	width: 22px;
	padding: 6px 0px;
}
#compare_table #member_level_options .variable .header {
	padding-top: 9px;
	padding-bottom: 9px;
}
#compare_table #planprice-chart {
	display: block;
	float: left;
	width: 300px;
	height: 50px;
	background-color: rgb(249,250,251);
}
#compare_table #planprice-chart .planprice {
	display: block;
	float: left;
	width: 100px;
	font-family: 'helvetica neue',helvetica,sans-serif;
	margin-top: 5px;
	text-align: center;
}
#compare_table #planprice-chart .ppstandard {
	margin-top: 15px;
	font-size: 14px;
	text-transform: uppercase;
	color: rgb(181,181,181);
	font-weight: 600;
	text-shadow: 0px 1px 0px rgb(255,255,255);	
}
#compare_table #planprice-chart .gprice {
	font-size: 21px;
	font-weight: bold;
	color: rgb(57,145,38);
	text-shadow: 0px 1px 0px rgb(255,255,255);
}
#compare_table #planprice-chart .appc_gprice {
	display: block;
	float: left;
	margin-left: 4px!important;
}
#compare_table #planprice-chart .appc_termtime {
	display: block;
	float: left;
	margin: 7px 0px 0px 2px!important;
}
#compare_table #planprice-chart .appc_upgradelink {
	display: block;
	float: left;
	font-family: 'helvetica neue',helvetica,sans-serif;
	font-size: 12px;
	font-weight: 500;
	color: rgb(22,164,222);
}
#compare_table #planprice-chart .termtime {
	display: block;
	font-size: 12px;
	margin-top: -4px;
	font-weight: bold;
	color: rgb(129,129,129);
	text-shadow: 0px 1px 0px rgb(255,255,255);
}
/* confirm page */
#upg-dlmudbox {
	display: block;
	float: left;
	text-align: center;	
	width: 232px;
	height: 300px;
	padding: 0px 12px 0px 12px;
	margin: 0px 0px 0px 22px;
	border: 1px solid rgb(221,238,234);
	border-radius: 8px;
	font-family: 'myriad-pro', 'myriad', sans-serif;
	font-size: 15px;
	font-weight: normal;
}
#upg-dlmudbox .dlmb-thanks {
	display: block;
	font-size: 25px;
	font-weight: normal;
	color: rgb(0,164,232);
	margin-top: 35px;
}
#upg-dlmudbox .dlmbt-mc {
	margin-top: 45px;
	font-size: 28px;
}
#upg-dlmudbox .emaildivider {
	display: block;
	float: left;
	height: 30px;
	width: 232px;
	margin: 37px 0px;
}
#upg-dlmudbox .dlmbg-ver {
	font-size: 18px!important;
	font-weight: 600!important;
	color: rgb(116,131,145)!important;
	margin-bottom: 10px!important;
}
#upg-dlmudbox .dlmb-getnow {
	display: block;
	font-size: 17px;
	font-weight: normal;
	color: rgb(87,105,123);
	margin-bottom: 30px;
}
#upg-dlmudbox .dlmub-button {
	display: block;
	width: 232px;
	padding: 10px 0px;
	font-family: 'myriad-pro', 'myriad', sans-serif;
	font-size: 19px;
	font-weight: normal;
	color: rgb(255,255,255);
	text-shadow: 0px 1px 0px rgba(0,0,0,.5);
	margin: 30px 0px 0px 0px;
	border: 1px solid rgb(73,73,73);
	border-radius: 3px;
	background: -moz-linear-gradient(top, #2dbefa 0%, #008cc5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2dbefa), color-stop(100%,#008cc5)); 
	background: -webkit-linear-gradient(top, #2dbefa 0%,#008cc5 100%); 
	background: -o-linear-gradient(top, #2dbefa 0%,#008cc5 100%); 
	background: -ms-linear-gradient(top, #2dbefa 0%,#008cc5 100%); 
	background: linear-gradient(to bottom, #2dbefa 0%,#008cc5 100%);
}
#upg-dlmudbox .dlmub-button:hover  {
	background: -moz-linear-gradient(top, #008cc5 0%, #2dbefa 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#008cc5), color-stop(100%,#2dbefa)); 
	background: -webkit-linear-gradient(top, #008cc5 0%,#2dbefa 100%); 
	background: -o-linear-gradient(top, #008cc5 0%,#2dbefa 100%); 
	background: -ms-linear-gradient(top, #008cc5 0%,#2dbefa 100%); 
}


/* end membership upgrade & confirm page */


#profile-dl-list {
	float: left;
	width: 100%;
}

#profile-dl-list a:link, #profile-dl-list a:visited{
	color: rgb(0,152,216);
}
#profile-dl-list .dl-list_row {
	display: block;
	float: left;
	width: 100%;
	height: 40px;
}
#profile-dl-list .even {
	
	background-color: rgb(247,247,247);
	margin: 0px 0px 0px 0px;
	padding:0px 10px 0px 0px;
}
#profile-dl-list .odd {
	
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
}

#profile-dl-list .dl-list_row .dlr-appname {
	display: block;
	float: left;
	font-family: 'helvetica neue', helvetica, sans-serif;
	padding:12px 0px 13px 0px;
	
	font-size: 14px;
	width: 182px;
	font-weight: 700;
	color: rgb(29,68,105);
	margin: 0px 10px;
	
}
#profile-dl-list .dl-list_row .dlr-appstars {
	display: block;
	float: left;
	height: 22px;
	
	
}



/* account download list */
#dl-list {
	float: left;
	width: 940px;
}
#dl-list .dl-list_row {
	display: block;
	float: left;
	width: 100%;
	height: 40px;
}
#dl-list .even {
	
	background-color: rgb(247,247,247);
	margin: 0px 0px 0px 0px;
	padding:0px 10px 0px 0px;
}
#dl-list .odd {
	
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
}

#dl-list .dl-list_row .dlr-appname {
	display: block;
	float: left;
	font-family: 'helvetica neue', helvetica, sans-serif;
	padding:12px 0px 13px 0px;
	
	font-size: 15px;
	width: 210px;
	font-weight: 700;
	color: rgb(29,68,105);
	margin: 0px 10px;
}
#dl-list .dl-list_row .dlr-appver {
	display: block;
	float: left;
	font-family: 'helvetica neue', helvetica, sans-serif;
	padding:12px 0px 13px 0px;
	font-size: 15px;
	width: 130px;
	margin-right: 10px;
	font-weight: normal;
	color: rgb(64,64,64);
}
#dl-list .dl-list_row .dlr-appupdate {
	display: block;
	float: left;
	font-family: 'helvetica neue', helvetica, sans-serif;
	padding:12px 0px 13px 0px;
	font-size: 15px;
	width: 290px;
	margin-right: 10px;
	font-weight: normal;
	color: rgb(64,64,64);
}
#dl-list .dl-list_row .dlr-appstars {
	display: block;
	float: left;
	height: 22px;
	width: 210px;
	margin: 7px 10px 0px 0px;
}
#dl-list .dl-list_row .dlr-appactions {
	display: block;
	float: left;
	width: 35px;
	height: 30px;
	margin-top: 3px;
	background: -moz-linear-gradient(top, #ffffff 0%, #dce7f5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dce7f5)); 
	background: -webkit-linear-gradient(top, #ffffff 0%,#dce7f5 100%); 
	background: -o-linear-gradient(top, #ffffff 0%,#dce7f5 100%); 
	background: -ms-linear-gradient(top, #ffffff 0%,#dce7f5 100%); 
	background: linear-gradient(to bottom, #ffffff 0%,#dce7f5 100%);
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 0px 1px 1px rgba(0,0,0,.3);
	border: 1px solid rgb(168,178,188);
}
#dl-list .dl-list_row .dlr-appactions:hover {
	box-shadow: 0px 1px 1px rgba(0,0,0,.8);
}
#dl-list .dl-list_row .dlr-appactions .dlactionbutton {
	float: left;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 9px 7px 0px 7px;
	border-color: rgb(10,71,118) transparent transparent transparent;
	margin: 11px 11px;	
}
/* dl popup arrow box */
.dlarrow-box {
	float: right;
	margin-right: 0px;
	position: relative;
	height: 95px;
	width: 220px;
	background: #fffce1;
	border: 1px solid #d9d9d9;
	border-radius: 4px;
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.15);
}
.dlarrow-box:after, .dlarrow-box:before {
	bottom: 100%;
	left: 85%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.dlarrow-box:after {
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #fffce1;
	border-width: 10px;
	margin-left: -10px;
}
.dlarrow-box:before {
	border-color: rgba(194, 225, 245, 0);
	border-bottom-color: #d9d9d9;
	border-width: 11px;
	margin-left: -11px;
}
.dlarrow-box .dlab_emailopts {
	width: 200px;
	padding: 10px 0px;
}
.dlarrow-box .dlab_emailopts .dlabeo_cbox_txt {
	display: block;
	float: left;
	width: 200px;
	padding: 0px 10px 5px 10px;
	border-bottom: 1px solid rgb(238,235,207);
	font-family: 'myriad-pro','myriad',sans-serif;
	font-size: 14px;
	color: rgb(29,68,105);
}
.dlarrow-box .dlab_emailopts .dlabeo_cbox_txtbtm {
	padding: 5px 10px!important;
}

/* end account download list */

/* member purchases */
.mptitle_accounttype {
	border-bottom: none!important;
	margin-bottom: 0px!important;
	padding-bottom: 0px!important;
	width: 700px!important;
}
.ap-updatebilling {
	display: block;
	float: right;
	width: 200px;
	text-align: right;
	font-family: 'helvetica neue',helvetica,sans-serif;
	font-size: 13px;
	font-weight: 600;
	margin-top: 23px;
	color: rgb(17,158,216);
}
.mptitle_purchaselist {
	width: 740px!important;
	margin-top: 25px!important;
}
#memberapp-search {
	display: block;
	float: left;
	width: 208px;
	height: 32px;
	margin: 20px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid rgb(236,236,236);
}
#memberapp-search #purappsearch {
	border-radius: 16px;
	border: 1px solid rgb(216,221,227);
	padding: 7px 10px 7px 35px;
	font-size: 15px;
	font-weight: 500;
	width: 165px;
	height: 18px;
	font-family: 'myriad-pro','myraid',sans-serif;
	outline: none;
	background: url(/img/members/searchicon.png) left center no-repeat;
	background-size: 13%;
}
.purchases_comptable {
	margin-top: 5px!important;
}
#app_purchases_list {
	display: block;
	float: left;
	width: 950px;
}
#app_purchase_list .purchased_app_box {
	display: block;
	width: 421px;
	height: 115px;
	margin: 0px 0px 15px 0px;
	padding: 12px 12px 15px 20px;
	border-radius: 5px;
	background-color: rgb(244,247,250);
	border: 1px solid rgb(217,222,227);
}
#app_purchase_list .left {
	float: left;
	margin-right: 20px;
	margin-left: 20px;
	clear:both;
}
#app_purchase_list .right {
	float: right;
}
#app_purchase_list .last {
	margin-bottom: 0px!important;
}
#app_purchase_list .purchased_app_box .pab_appicon {
	display: block;
	float: left;
	height: 72px;
	width: 72px;
	margin: 0px 15px 0px 0px;
}
#app_purchase_list .purchased_app_box .pab_rttop {
	display: block;
	float: left;
	width: 334px;
}
#app_purchase_list .purchased_app_box .pab_rttop .pab_apptitle {
	display: block;
	float: left;
	font-family: 'helvetica neue',helvetica,sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: rgb(18,160,219);
	padding-top: 3px;
}
#app_purchase_list .purchased_app_box .pab_rttop .pab_installbutton {
	display: block;
	float: right;
	width: 85px;
	font-family: 'helvetica neue',helvetica,sans-serif;
	color: rgb(255,255,255);
	text-shadow: 0px 1px 0px rgba(0,0,0,0.3);
	font-size: 14px;
	text-align: center;

	padding: 7px 0px;
	border: 1px solid rgb(73,73,73);
	border-radius: 3px;
	background: -moz-linear-gradient(top, #2dbefa 0%, #008cc5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2dbefa), color-stop(100%,#008cc5)); 
	background: -webkit-linear-gradient(top, #2dbefa 0%,#008cc5 100%); 
	background: -o-linear-gradient(top, #2dbefa 0%,#008cc5 100%); 
	background: -ms-linear-gradient(top, #2dbefa 0%,#008cc5 100%); 
	background: linear-gradient(to bottom, #2dbefa 0%,#008cc5 100%);
}
#app_purchase_list .purchased_app_box .pab_rttop .pab_installbutton:hover {
	background: -moz-linear-gradient(top, #008cc5 0%, #2dbefa 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#008cc5), color-stop(100%,#2dbefa)); 
	background: -webkit-linear-gradient(top, #008cc5 0%,#2dbefa 100%); 
	background: -o-linear-gradient(top, #008cc5 0%,#2dbefa 100%); 
	background: -ms-linear-gradient(top, #008cc5 0%,#2dbefa 100%); 
}
#app_purchase_list .purchased_app_box .pab_rttop .pab_installbutton .pabib-txt {
	display: block;
	float: left;
}



#apua-customavatarform .pab_installbutton {
	display: block;
	
	width: 105px;
	font-family: 'helvetica neue',helvetica,sans-serif;
	color: rgb(255,255,255);
	text-shadow: 0px 1px 0px rgba(0,0,0,0.3);
	font-size: 14px;
	text-align: center;
	cursor: pointer;
	padding: 7px 0px;
	border: 1px solid rgb(73,73,73);
	border-radius: 3px;
	background: -moz-linear-gradient(top, #2dbefa 0%, #008cc5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2dbefa), color-stop(100%,#008cc5)); 
	background: -webkit-linear-gradient(top, #2dbefa 0%,#008cc5 100%); 
	background: -o-linear-gradient(top, #2dbefa 0%,#008cc5 100%); 
	background: -ms-linear-gradient(top, #2dbefa 0%,#008cc5 100%); 
	background: linear-gradient(to bottom, #2dbefa 0%,#008cc5 100%);
}
#apua-customavatarform .pab_installbutton:hover {
	background: -moz-linear-gradient(top, #008cc5 0%, #2dbefa 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#008cc5), color-stop(100%,#2dbefa)); 
	background: -webkit-linear-gradient(top, #008cc5 0%,#2dbefa 100%); 
	background: -o-linear-gradient(top, #008cc5 0%,#2dbefa 100%); 
	background: -ms-linear-gradient(top, #008cc5 0%,#2dbefa 100%); 
}
#aapua-customavatarform .pab_installbutton .pabib-txt {
	display: block;
	float: left;
}




#app_purchase_list .purchased_app_box .pab_rttop .pab_installbutton .pabib-img {
	display: block;
	float: left;
	height: 22px;
	margin: -6px 10px 0px 10px;
}
#app_purchase_list .purchased_app_box .vdiv {
	display: block;
	float: left;
	height: 1px;
	width: 334px;
	margin: 10px 0px;
	background: -moz-linear-gradient(left, rgba(244,247,250,0) 0%, rgba(217,222,227,1) 10%, rgba(217,222,227,1) 80%, rgba(244,247,250,0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(244,247,250,0)), color-stop(10%,rgba(217,222,227,1)), color-stop(80%,rgba(217,222,227,1)), color-stop(100%,rgba(244,247,250,0)));
	background: -webkit-linear-gradient(left, rgba(244,247,250,0) 0%,rgba(217,222,227,1) 10%,rgba(217,222,227,1) 80%,rgba(244,247,250,0) 100%);
	background: -o-linear-gradient(left, rgba(244,247,250,0) 0%,rgba(217,222,227,1) 10%,rgba(217,222,227,1) 80%,rgba(244,247,250,0) 100%);
	background: -ms-linear-gradient(left, rgba(244,247,250,0) 0%,rgba(217,222,227,1) 10%,rgba(217,222,227,1) 80%,rgba(244,247,250,0) 100%);
	background: linear-gradient(to right, rgba(244,247,250,0) 0%,rgba(217,222,227,1) 10%,rgba(217,222,227,1) 80%,rgba(244,247,250,0) 100%);
}
#app_purchase_list .purchased_app_box .pab_rtbtm .pab_linetitle {
	display: block;
	float: left;
	width: 75px;
	text-align: right;
	font-family: 'helevetica neue',helvetica,sans-serif;
	font-size: 13px;
	font-weight: 700;
	color: rgb(0,0,0);
	margin-bottom: 10px;
}
#app_purchase_list .purchased_app_box .pab_rtbtm .pab_purdate {
	display: block;
	float: left;
	margin-left: 9px;
	margin-bottom: 10px;
	text-align: left;
	font-family: 'helevetica neue',helvetica,sans-serif;
	font-size: 13px;
	font-weight: 500;
	color: rgb(0,0,0);
}
#app_purchase_list .purchased_app_box .pab_rtbtm .pab_purdate:after {
	display: inline-block;
	content: '•';
	padding: 0px 10px 0px 0px;
	margin-left: 10px;
}
#app_purchase_list .purchased_app_box .pab_rtbtm .pab_totaltitle {
	display: block;
	float: left;
	text-align: left;
	font-family: 'helevetica neue',helvetica,sans-serif;
	font-size: 13px;
	font-weight: 500;
	margin-bottom: 10px;	
	color: rgb(0,0,0);
}
#app_purchase_list .purchased_app_box .pab_rtbtm .pab_purtotal {
	display: block;
	float: left;
	margin-left: 9px;
	margin-bottom: 10px;	
	text-align: left;
	font-family: 'helevetica neue',helvetica,sans-serif;
	font-size: 13px;
	font-weight: 500;
	color: rgb(0,0,0);
}
#app_purchase_list .purchased_app_box .pab_rtbtm .pab_serial,
#app_purchase_list .purchased_app_box .pab_rtbtm .pab_receipt {
	display: block;
	float: left;
	margin-left: 9px;
	margin-bottom: 10px;	
	width: 250px;
	text-align: left;
	font-family: 'helevetica neue',helvetica,sans-serif;
	font-size: 13px;
	font-weight: 500;
	color: rgb(0,0,0);
}
#app_purchase_list .purchased_app_box .pab_rtbtm .pab_receipt a {
	color: rgb(36,150,206);	
}
#app_purchase_list .purchased_app_box .pab_rtbtm {
	display: block;
	float: left;
	width: 334px;
}
/* end member purchases */

/* member watch list */
#watchlist-module {
	display: block;
	float: left;
	width: 598px;
	margin: 10px 50px 0px 0px;
	min-height: 132px;
	border-radius: 7px;
	border: 1px solid rgb(217,222,227);
}
#watchlist-module #watchlist-topbar {
	display: block;
	float: left;
	width: 558px;
	height: 32px;
	padding: 7px 20px;
	border-radius: 7px 7px 0px 0px;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(220,231,245,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(220,231,245,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(220,231,245,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(220,231,245,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(220,231,245,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(220,231,245,1) 100%);
	border-bottom: 1px solid rgb(217,222,227);
}
#watchlist-module #watchlist-topbar #wt-title {
	display: block;
	float: left;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	font-family: 'myraid pro','myriad',sans-serif;
	font-size: 20px;
	font-weight: 500;
	color: rgb(87,105,123);
}
#watchlist-module #watchlist-topbar #watchlist-search {
	display: block;
	float: right;
	width: 210px;
	height: 30px;
}
#watchlist-module #watchlist-topbar #watchlist-search #watchlistappsearch {
	display: block;
	float: left;
	width: 175px;
	margin: 0px;
	padding: 8px 0px 5px 35px;
	outline: none;
	background: url(/img/members/searchicon.png) left center no-repeat rgb(255,255,255);
	background-size: 13%;
	font-family: 'myriad-pro','myriad',sans-serif;
	font-size: 14px;
	font-weight: normal;
}
#watchlist-module #watchlist-coldes {
	display: block;
	float: left;
	width: 598px;
	height: 16px;
	background-color: rgb(234,238,243);
	padding: 10px 0px;
}
#watchlist-module #watchlist-coldes .wc_colname {
	display: block;
	float: left;
	font-family: 'helvetica neue',helvetica,sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: rgb(87,105,123);
}
#watchlist-module #watchlist-coldes .wc_descrip {
	width: 280px;
	padding-left: 20px;
}
#watchlist-module #watchlist-coldes .wc_version {
	padding-right: 54px;
}
#watchlist-module #watchlist-coldes .wc_update {
	padding-right: 30px;
}
#watchlist-module #watchlist-app-lists {
	display: block;
	float: left;
}
#watchlist-module #watchlist-coldes .wc_sortby {
	font-weight: 700;
}
#watchlist-module #watchlist-coldes .wc_sortby:hover {
	font-weight: 700;
	color: rgb(25,72,119);
	text-decoration: underline;
}
#watchlist-module #watchlist-coldes .wc_sortby:active {
	text-decoration: underline;
	font-weight: bold;
}
#watchlist-module #watchlist-app-lists .wa_appbox {
	display: block;
	float: left;
	padding: 15px 20px 10px 20px;
	width: 558px;
}
#watchlist-module #watchlist-app-lists .odd {
	background-color: rgb(244,247,250);
}
#watchlist-module #watchlist-app-lists .even {
	background-color: rgb(250,252,253);
}
#watchlist-module #watchlist-app-lists .last {
	border-radius: 0px 0px 7px 7px;
}
#watchlist-module #watchlist-app-lists .waa_titledescrip {
	display: block;
	float: left;
	width: 280px;
}
#watchlist-module #watchlist-app-lists .waa_title{
	float:left;
	height:32px;
	width:238px;
	margin: 8px 0px 0px 10px;
}
#watchlist-module #watchlist-app-lists .waa_titledescrip .waa_td_title {
	display: block;
	float: left;
	font-family: 'helvetica neue',helvetica,sans-serif;
	font-size: 15px;
	font-weight: 700;
	color: rgb(0,170,241);
	text-shadow: 0px 1px 0px rgb(255,255,255);
	margin-bottom: 3px;
}
#watchlist-module #watchlist-app-lists .waa_td_description {
	display: block;
	float: left;
	width: 320px;
	font-family: 'helvetica neue',helvetica,sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: rgb(53,53,53);
	text-shadow: 0px 1px 0px rgb(255,255,255);
}
#watchlist-module #watchlist-app-lists .waa_td_version,
#watchlist-module #watchlist-app-lists .waa_td_date {
	font-family: 'helvetica neue',helvetica,sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: rgb(53,53,53);
	text-shadow: 0px 1px 0px rgb(255,255,255);
	margin-top: 12px;	
}
#watchlist-module #watchlist-app-lists .waa_td_version {
	display: block;
	float: left;
	width: 97px;
	margin-right: 10px;
}
#watchlist-module #watchlist-app-lists .waa_td_date {
	display: block;
	float: left;
	width: 86px;
	margin-right: 10px;
}
#watchlist-list-module {
	display: block;
	float: left;
	width: 300px;
	margin-top: 10px;	
}
#watchlist-list-module #wlm_addbar {
	display: block;
	float: left;
	width: 300px;
	padding-bottom: 7px;
	border-bottom: 1px solid rgb(232,236,241);
}
#watchlist-list-module #wlm_addbar .wlma_addbartitle {
	display: block;
	float: left;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	font-family: 'myriad-pro','myriad',sans-serif;
	font-size: 21px;
	font-weight: normal;
	color: rgb(87,105,123);
}

.wlma_removebutton
{
	margin-top:-24px;
	display: none;
	float: right;
	padding: 4px 10px;
	font-family: 'helvetica neue',helvetica,sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: rgb(10,71,118);
	text-shadow: 0px 1px 0px (255,255,255);
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(220,231,245,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(220,231,245,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(220,231,245,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(220,231,245,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(220,231,245,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(220,231,245,1) 100%);
	border: 1px solid rgb(168,178,189);
	border-radius: 5px;
}

#watchlist-list-module #wlm_addbar .wlma_addbutton {
	display: block;
	float: right;
	padding: 9px 10px;
	font-family: 'helvetica neue',helvetica,sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: rgb(10,71,118);
	text-shadow: 0px 1px 0px (255,255,255);
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(220,231,245,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(220,231,245,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(220,231,245,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(220,231,245,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(220,231,245,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(220,231,245,1) 100%);
	border: 1px solid rgb(168,178,189);
	border-radius: 5px;
}
#watchlist-list-module #wlm_addbar .wlma_addbutton:hover {
	box-shadow: 0px 1px 1px 0px rgba(0,0,0,.15);
}
#watchlist-list-module #wlm_addbar .wlma_addbutton:before {
	display: block;
	float: left;
	margin-top: -1px;
	font-weight: 14px;
	content: '+';
	padding-right: 5px;
	font-family: sans-serif;
	text-stroke: 1px rgb(10,71,118);
	-webkit-text-stroke: 1px rgb(10,71,118);
}
#watchlist-list-module #watchlist-lists {
	display: block;
	float: left;
	width: 300px;
	margin: 25px 0px 0px 0px;
	padding: 0px;
}

#watchlist-list-module #watchlist-lists .wl_listitem_new
{
	display: none;
	float: left;
	background: url(/img/members/watchlist-li.png) top left no-repeat;
	background-size: 18px;
	width: 273px;
	padding: 0px 0px 0px 27px;
	margin: 0px 0px 35px 0px;
	list-style-type: none;
}

#watchlist-list-module #watchlist-lists .wl_listitem_new .listname
{
	font-size:14px;
	padding:4px;
	width:220px;
	margin-top:-5px;
}


#watchlist-list-module #watchlist-lists .wl_listitem {
	display: block;
	float: left;
	background: url(/img/members/watchlist-li.png) top left no-repeat;
	background-size: 18px;
	width: 273px;
	padding: 0px 0px 0px 27px;
	margin: 0px 0px 35px 0px;
	list-style-type: none;
}
#watchlist-list-module #watchlist-lists .wl_listitem {
	font-family: 'helvetica neue',helvetica,sans-serif;
	font-size: 18px;
	line-height: 15px;
	color: rgb(38,79,118);
}
#watchlist-list-module #watchlist-lists .wl_listitem .wl_delete{
	float:right;margin-right:20px;
	cursor:pointer;
}

#watchlist-list-module #watchlist-lists .active {
	float: right;
	position: relative;
	width: 267px;
	padding-left: 15px;
	border-radius: 0px 5px 5px 0px;
	margin: -15px 0px 20px 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 18px;
	background: rgb(114,173,229);
	background: -moz-linear-gradient(top,  rgba(114,173,229,1) 0%, rgba(77,121,163,1) 3%, rgba(24,64,102,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(114,173,229,1)), color-stop(3%,rgba(77,121,163,1)), color-stop(100%,rgba(24,64,102,1)));
	background: -webkit-linear-gradient(top,  rgba(114,173,229,1) 0%,rgba(77,121,163,1) 3%,rgba(24,64,102,1) 100%);
	background: -o-linear-gradient(top,  rgba(114,173,229,1) 0%,rgba(77,121,163,1) 3%,rgba(24,64,102,1) 100%);
	background: -ms-linear-gradient(top,  rgba(114,173,229,1) 0%,rgba(77,121,163,1) 3%,rgba(24,64,102,1) 100%);
	background: linear-gradient(to bottom,  rgba(114,173,229,1) 0%,rgba(77,121,163,1) 3%,rgba(24,64,102,1) 100%);
	border: 1px solid rgb(3,29,40);
	border-left: none;
}
#watchlist-list-module #watchlist-lists .active a {
	color: rgb(255,255,255);
	text-shadow: 0px 1px 0px rgb(0,0,0);
	font-weight: bold;
}
#watchlist-list-module #watchlist-lists .active:before {
	position: absolute;
	top: 7px; 
  left:-12px;
	width: 24px;
	height: 24px;
	border-right: solid 1px rgb(3,29,40);
	border-bottom: solid 1px rgb(3,29,40);
	transform: rotate(135deg) skewX(-10deg) skewY(-10deg);
	-webkit-transform: rotate(135deg) skewX(-10deg) skewY(-10deg);
	-moz-transform: rotate(135deg) skewX(-10deg) skewY(-10deg);
	-o-transform: rotate(135deg) skewX(-10deg) skewY(-10deg);
	background: rgb(114,173,229);
	background: -moz-linear-gradient(45deg,  rgba(114,173,229,1) 0%, rgba(77,121,163,1) 3%, rgba(24,64,102,1) 100%);
	background: -webkit-gradient(linear, 45deg, color-stop(0%,rgba(77,121,163,1)), color-stop(100%,rgba(24,64,102,1)));
	background: -webkit-linear-gradient(45deg,  rgba(77,121,163,1) 0%,rgba(24,64,102,1) 100%);
	background: -o-linear-gradient(45deg,  rgba(114,173,229,1) 0%,rgba(77,121,163,1) 3%,rgba(24,64,102,1) 100%);
	background: -ms-linear-gradient(45deg,  rgba(114,173,229,1) 0%,rgba(77,121,163,1) 3%,rgba(24,64,102,1) 100%);
	background: linear-gradient(45deg,  rgba(114,173,229,1) 0%,rgba(77,121,163,1) 3%,rgba(24,64,102,1) 100%);
	content: '';
}
#watchlist-options {
	display: block;
	float: left;
	width: 600px;
	margin: 20px 0px 0px 0px;
	font-family: 'helvetica neue',helvetica,sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: rgb(119,119,119);
}
#watchlist-options a {
	color: rgb(0,170,241);
}
#watchlist-options span {
	display: block;
	float: left;
}
#watchlist-options #watchlist_email:after {
	padding-left: 10px;
	margin-right: 10px;
	content: '•';
}
/* end member watch list */

/* member account overview */
#mo-profile {
	display: block;
	float: left;
	width: 950px;
	margin: 15px 0px 25px 0px;
	
}
#mo-profile .mop_avatar {
	display: block;
	float: left;
	width: 94px;
	height: 102px;
	padding: 22px 26px;
	background-color: rgb(245,245,245);
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,.2);
}
#mo-profile .mop_custavatar {
	float: left;
	width: 146px;
	height: 146px;
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,.2);
}
#mo-profile #mop-name-edit,
#mo-profile #mop-member-details {
	display: block;
	float: left;
	width: 780px;
	margin: 0px 0px 0px 24px;
}
#mo-profile #mop-name-edit {
	border-bottom: 1px solid rgb(232,236,241);
	padding: 0px 0px 10px 0px;
}

#mo-profile #mop-member-details .header
{
	font-family: 'myraid pro', 'myriad', sans-serif;
	font-size: 17px;
	color: rgb(87,105,123);
	padding: 4px 0px;
	background-color: rgb(249,250,251);
	border-bottom: 1px solid rgb(229,234,239);
	text-shadow: 0px 1px 0px rgb(255,255,255);	
	margin-bottom: 12px;
}


#mo-profile #mop-name-edit .mopne_memname {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	font-family: 'myriad-pro','myriad',sans-serif;
	font-size: 26px;
	line-height: 26px;
	font-weight: 500;
	color: rgb(87,105,123);
}
#mo-profile #mop-name-edit .mopne_editprof {
	display: block;
	float: right;
	margin: 6px 0px 0px 0px;
	padding: 0px;
	font-family: 'helvetica neue',helvetica,sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: rgb(0,152,216);
}

#mo-profile #mop-name-edit .mopne_editprof {
	display: block;
	float: right;
	margin: 6px 0px 0px 15px;
	padding: 0px;
	font-family: 'helvetica neue',helvetica,sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: rgb(0,152,216);
}

#mo-profile #mop-member-details {
	margin-top: 20px;
}
#mo-profile #mop-member-details .mopmd_title {
	display: block;
	float: left;
	width: 100%;
	padding: 0px;
	font-family: 'helvetica neue',helvetica,sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: rgb(143,143,143);
	text-shadow: 0px 1px 0px rgb(255,255,255);
}
#mo-profile #mop-member-details .mopmd_title:after {
	content: ":";
}
#mo-profile #mop-member-details .mopmd_item {
	display: block;
	float: left;
	width: 100%;
	padding: 3px 0px 0px 0px;
	font-family: 'helvetica neue',helvetica,sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: rgb(53,53,53);
	text-shadow: 0px 1px 0px rgb(255,255,255);
}
#mo-profile #mop-member-details .mopmd_left {
	display: block;
	float: left;
	width: 200px;
	margin: 0px 10px 0px 0px;
}
#mo-profile #mop-member-details .mopmd_center {
	display: block;
	float: left;
	width: 166px;
	margin: 0px 10px 0px 0px;

}

#mo-profile #mop-member-details .mopmd_centerwide {
	display: block;
	float: left;
	width: 186px;
	margin: 0px 15px 0px 20px;

}

#mo-profile #mop-member-details .mopmd_rightwide {
	display: block;
	float: left;
	width: 326px;
	margin: 0px 0px 0px 20px;


}
#mo-profile #mop-member-details .mopmd_right {
	display: block;
	float: left;
	width: 186px;
	margin: 0px 10px 0px 0px;

}
#mo-profile #mop-member-details .mopt_btm {
	margin-top: 18px;
}


#mo-profile #mop-member-details .mopi_membertype a:link, #mo-profile #mop-member-details .mopi_membertype a:visited{
	color: rgb(0,152,216);
}

#mo-profile #mop-member-details .mopi_membertype {
	font-weight: 700;
}
#mo-profile #mop-member-details .mopimt_link {
	color: rgb(0,152,216);
	font-weight: normal;
	margin-left: 5px;
}
#mo-profile #mop-member-details .mopimt_link:before {
	content: "(";
	color: rgb(0,0,0);
	margin-left:0; 
}
#mo-profile #mop-member-details .mopimt_link:after {
	content: ")";
	color: rgb(0,0,0);
}
#mo-upgrade {
	display: block;
	float: left;
	width: 950px;
	margin: 25px 0px;
}
#mo-upgrade #mou-promo {
	display: block;
	float: right;
	background-color: rgb(244,247,250);
	border: 1px solid rgb(148,163,171);
	width: 260px;
	height: 300px;
	border-radius: 8px;
	box-shadow: 0px 1px 1px 0px rgba(0,0,0,.2);
	text-align: center;
	margin-right: -20px;
}
#mo-upgrade #mou-promo .moup_appicon {
	display: block;
	float: left;
	margin: -20px 73px 0px 73px;
	height: 114px;
	width: 114px;
	width: auto;
}
#mo-upgrade #mou-promo .moup_promo {
	display: block;
	float: left;
	width: 100%;
	font-family: 'myriad-pro','myriad',sans-serif;
	font-size: 17px;
	font-weight: 700;
	color: rgb(10,71,118);
	margin: 14px 0px 0px 0px;
}
#mo-upgrade #mou-promo .moup_appname {
	display: block;
	float: left;
	width: 240px;
	font-family: 'myriad-pro','myriad',sans-serif;
	font-size: 29px;
	font-weight: 100;
	color: rgb(0,164,232);
	text-shadow: 0px 1px 0px rgb(255,255,255);
	margin: 0px 10px;
	padding: 0px;
}
#mo-upgrade #mou-promo .moup_shortdescrip {
	display: block;
	float: left;
	width: 240px;
	margin: 15px 10px 0px 10px;
	font-family: 'helvetica neue',helvetica,sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: rgb(53,53,53);
	text-shadow: 0px 1px 0px rgb(255,255,255);
}
#mo-upgrade #mou-promo .vdiv {
	display: block;
	float: left;
	height: 1px;
	width: 250px;
	margin: 15px 5px;
	background: -moz-linear-gradient(left, rgba(241,244,248,0) 0%, rgba(157,180,193,0.33) 50%, rgba(241,244,248,0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(241,244,248,0)), color-stop(50%,rgba(157,180,193,0.33)), color-stop(100%,rgba(241,244,248,0)));
	background: -webkit-linear-gradient(left, rgba(241,244,248,0) 0%,rgba(157,180,193,0.33) 50%,rgba(241,244,248,0) 100%);
	background: -o-linear-gradient(left, rgba(241,244,248,0) 0%,rgba(157,180,193,0.33) 50%,rgba(241,244,248,0) 100%);
	background: -ms-linear-gradient(left, rgba(241,244,248,0) 0%,rgba(157,180,193,0.33) 50%,rgba(241,244,248,0) 100%);
	background: linear-gradient(to right, rgba(241,244,248,0) 0%,rgba(157,180,193,0.33) 50%,rgba(241,244,248,0) 100%);
}
#mo-upgrade #mou-promo .moup_promolink {
	display: block;
	float: left;
	width: 119px;
	padding: 5px 0px;
	font-family: 'myriad-pro', 'myriad', sans-serif;
	font-size: 19px;
	font-weight: normal;
	color: rgb(255,255,255);
	text-shadow: 0px 1px 0px rgba(0,0,0,.5);
	margin: 0px 10px 0px 20px;
	border: 1px solid rgb(73,73,73);
	border-radius: 3px;
	background: -moz-linear-gradient(top, #2dbefa 0%, #008cc5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2dbefa), color-stop(100%,#008cc5)); 
	background: -webkit-linear-gradient(top, #2dbefa 0%,#008cc5 100%); 
	background: -o-linear-gradient(top, #2dbefa 0%,#008cc5 100%); 
	background: -ms-linear-gradient(top, #2dbefa 0%,#008cc5 100%); 
	background: linear-gradient(to bottom, #2dbefa 0%,#008cc5 100%);
}
#mo-upgrade #mou-promo .moup_promolink:hover {
	background: -moz-linear-gradient(top, #008cc5 0%, #2dbefa 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#008cc5), color-stop(100%,#2dbefa)); 
	background: -webkit-linear-gradient(top, #008cc5 0%,#2dbefa 100%); 
	background: -o-linear-gradient(top, #008cc5 0%,#2dbefa 100%); 
	background: -ms-linear-gradient(top, #008cc5 0%,#2dbefa 100%);
}

#mo-upgrade #mou-promo img /*tmp star placeholder */ {
	display: block;
	float: left;
	margin-top: 10px;
}
#mo-promobox {
	display: block;
	float: left;
	width: 913px;
	height: 61px;
	margin: 25px 0px 0px 20px;
	padding: 15px 20px 10px 15px;
	border: 1px solid rgb(148,163,171);
	background-color: rgb(244,247,250);
	border-radius: 8px;
	box-shadow: 0px 1px 1px rgba(0,0,0,.20);	
}

h3.moash_title{
	margin-left: 20px;
}

#mo-activity .moa_sectiontitle{
	margin-left: 20px;
}

#mo-promobox .mopb_appicon {
	display: block;
	float: left;
	height: 114px;
	width: 114px;
	margin: -25px 16px 0px 0px;
}
#mo-promobox #mopb-left {
	display: block;
	float: left;
	width: 220px;
	margin: 3px 0px 0px 0px;
}
#mo-promobox .mopbl_promo {
	display: block;
	float: left;
	width: 220px;
	font-family: 'myriad-pro','myriad',sans-serif;
	font-size: 17px;
	font-weight: 700;
	color: rgb(10,71,118);
	margin: 0px;
	padding: 0px;
}
#mo-promobox .mopbl_appname {
	display: block;
	float: left;
	width: 220px;
	font-family: 'myriad-pro','myriad',sans-serif;
	font-size: 30px;
	font-weight: 100;
	color: rgb(0,164,232);
	text-shadow: 0px 1px 0px rgb(255,255,255);
	margin: 0px;
	padding: 0px;
}
#mo-promobox .hdiv {
	display: block;
	float: left;
	width: 1px;
	height: 86px;
	margin: -15px 19px 0px 20px;
	background: -moz-linear-gradient(top, rgba(241,244,248,0.05) 0%, rgba(157,180,193,0.50) 50%, rgba(241,244,248,0.05) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(241,244,248,0.05)), color-stop(50%,rgba(157,180,193,0.50)), color-stop(100%,rgba(241,244,248,0.05)));
	background: -webkit-linear-gradient(top, rgba(241,244,248,0.10) 0%,rgba(157,180,193,0.50) 50%,rgba(241,244,248,0.10) 100%);
	background: -o-linear-gradient(top, rgba(241,244,248,0.05) 0%,rgba(157,180,193,0.50) 50%,rgba(241,244,248,0.05) 100%);
	background: -ms-linear-gradient(top, rgba(241,244,248,0.05) 0%,rgba(157,180,193,0.50) 50%,rgba(241,244,248,0.05) 100%);
	background: linear-gradient(to bottom, rgba(241,244,248,0.05) 0%,rgba(157,180,193,0.50) 50%,rgba(241,244,248,0.05) 100%);
}
#mo-promobox #mopb-right {
	display: block;
	float: left;
	width: 523px;
	height: 61px;
}
#mo-promobox .mopbr_shortdescrip {
	display: block;
	float: left;
	width: 370px;
	height: 36px;
	font-family: 'helvetica neue',helvetica,sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: rgb(53,53,53);
	text-shadow: 0px 1px 0px rgb(255,255,255);
	margin: 9px 0px 0px 0px;
}
#mo-promobox .mopbr_promolink {
	display: block;
	float: right;
	width: 126px;
	padding: 5px 0px;
	margin: 0px 0px 8px 25px;
	text-align: center;
	font-family: 'myriad-pro', 'myriad', sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: rgb(255,255,255);
	text-shadow: 0px 1px 0px rgba(0,0,0,.5);
	border: 1px solid rgb(73,73,73);
	border-radius: 3px;
	background: -moz-linear-gradient(top, #2dbefa 0%, #008cc5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2dbefa), color-stop(100%,#008cc5)); 
	background: -webkit-linear-gradient(top, #2dbefa 0%,#008cc5 100%); 
	background: -o-linear-gradient(top, #2dbefa 0%,#008cc5 100%); 
	background: -ms-linear-gradient(top, #2dbefa 0%,#008cc5 100%); 
	background: linear-gradient(to bottom, #2dbefa 0%,#008cc5 100%);
}
#mo-promobox .mopbr_promolink:hover {
	background: -moz-linear-gradient(top, #008cc5 0%, #2dbefa 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#008cc5), color-stop(100%,#2dbefa)); 
	background: -webkit-linear-gradient(top, #008cc5 0%,#2dbefa 100%); 
	background: -o-linear-gradient(top, #008cc5 0%,#2dbefa 100%); 
	background: -ms-linear-gradient(top, #008cc5 0%,#2dbefa 100%);
}
#mo-activity {
	display: block;
	float: left;
	width: 950px;
	margin-top: 45px;
}
#moa-appcollections {
	float:right;
	width:338px;
}
#moa-commenttitle {
	display: block;
	float: left;
	width: 568px;
	font-size: 29px;
	line-height: 29px;
	font-weight: 100;
	color: rgb(53,53,53);
	margin: 0px 0px 24px 0px;
	padding: 0px 0px 12px 0px;
	border-bottom: 1px solid rgb(211,217,220);
}
#moa-appcollections #dfcl-relatedboxes {
	width: 338px!important;
	margin: 0px!important;
}
#moa-appcollections #dfclrb-title {
	display: block!important;
	float: left!important;
	width: 338px!important;
	font-size: 29px!important;
	line-height: 29px!important;
	font-weight: 100!important;
	color: rgb(53,53,53)!important;
	margin: 0px 0px 24px 0px!important;
	padding: 0px 0px 12px 0px!important;
	border-bottom: 1px solid rgb(211,217,220)!important;
}
#moa-appcollections .dfclrb-box {
	width: 336px!important;
	margin-top: 0px!important;
	margin-bottom: 14px!important;
}
#moa-appcollections .dfclrb-box .dfclrbb-title {
	width: 306px!important;
	padding-top: 12px!important;
	padding-bottom: 12px!important;
}
#moa-appcollections .dfclrb-box .dfclrbb-appimgname,
#moa-appcollections .dfclrb-box .dfclrbb-circle {
	margin: 12px 0px 0px 14px;
}
#moa-appcollections .dfclrb-box .dfclrbb-circle .dcclrbbc-num {
	font-weight: 600!important;
}
#moa-appcollections .dfclrb-box .dfclrbb-name {
	margin-top: 9px!important;
}
#moa-appcollections #moa-createappcollection {
	display: block;
	float: left;
	width: 338px;
}
#moa-appcollections #moa-createappcollection #moac-title {
	display: block;
	float: left;
	font-size: 18px;
	line-height: 18px;
	font-weight: 600;
	color: rgb(29,68,105);
}
#moa-appcollections #moa-createappcollection #moac-txt {
	display: block;
	float: left;
	width: 338px;
	font-size: 17px;
	color: rgb(79,79,79);
	margin: 15px 0px;
	padding: 0px;
}
#moa-appcollections #moa-createappcollection #moac-link {
	display: block;
	float: left;
	width: 336px;
	text-align: center;
	color: rgb(255,255,255);
	font-size: 20px;
	line-height: 20px;
	font-weight: 600;
	text-shadow: 0px 1px 0px rgb(0,0,0);
	border: 1px solid rgb(7,108,150);
	border-radius: 4px;
	background: rgb(45,190,250);
	background: -moz-linear-gradient(top, rgba(45,190,250,1) 0%, rgba(0,156,220,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(45,190,250,1)), color-stop(100%,rgba(0,156,220,1)));
	background: -webkit-linear-gradient(top, rgba(45,190,250,1) 0%,rgba(0,156,220,1) 100%);
	background: -o-linear-gradient(top, rgba(45,190,250,1) 0%,rgba(0,156,220,1) 100%);
	background: -ms-linear-gradient(top, rgba(45,190,250,1) 0%,rgba(0,156,220,1) 100%);
	background: linear-gradient(to bottom, rgba(45,190,250,1) 0%,rgba(0,156,220,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2dbefa', endColorstr='#009cdc',GradientType=0 );
}
#moa-appcollections #moa-createappcollection #moac-link:hover {
	background: rgb(0,156,220);
	background: -moz-linear-gradient(top, rgba(0,156,220,1) 0%, rgba(45,190,250,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,156,220,1)), color-stop(100%,rgba(45,190,250,1)));
	background: -webkit-linear-gradient(top, rgba(0,156,220,1) 0%,rgba(45,190,250,1) 100%);
	background: -o-linear-gradient(top, rgba(0,156,220,1) 0%,rgba(45,190,250,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,156,220,1) 0%,rgba(45,190,250,1) 100%);
	background: linear-gradient(to bottom, rgba(0,156,220,1) 0%,rgba(45,190,250,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009cdc', endColorstr='#2dbefa',GradientType=0 );
}
#moa-appcollections #moa-createappcollection #moac-link #moacl-txt {
	display: inline-block;
	padding: 7px 0px 9px 0px;
}
#moa-appcollections #moa-createappcollection #moac-link .fa-plus {
	display: inline-block;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	vertical-align: middle;
	margin-right: 10px;
}
#mo-activity {
	font-family: 'myriad-pro','myriad',sans-serif!important;
}
#mo-activity #reviews_comments_container {
	display: block!important;
	margin-top: 0px!important;
}
#mo-activity .moa_section {
	display: block;
	float: left;
	width: 935px;
	margin: 0px 0px 5px 20px;
}
#mo-activity #moa-watchlist {
	margin-bottom: 0px!important;
}
#mo-activity .moa_section .moas_head {
	display: block;
	float: left;
	width: 935px;
	border-bottom: 1px solid rgb(234,237,242);
}
#mo-activity .moa_section .moas_head .moash_title {
	display: block;
	float: left;
	margin: 0px 0px 4px 0px;
	padding: 0px;
	text-align: left;
	font-family: 'myriad-pro','myriad',sans-serif;
	font-size: 23px;
	line-height: 23px;
	font-weight: normal;
	color: rgb(0,170,241);
}
#mo-activity .moa_section .moas_head .moash_link {
	display: block;
	float: right;
	margin: 4px 0px 0px 0px;
	padding: 0px;
	text-align: right;
	font-family: 'myriad-pro','myriad',sans-serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
	color: rgb(0,170,241);	
}
#mo-activity .moa_section .moas_itemlist {
	display: block;
	float: left;
}
#mo-activity .moa_section .moas_itemlist .moas_item {
	display: block;
	float: left;
	width: 935px;
	padding: 10px 20px 10px 5px;
	margin: 0px 0px 0px -5px;
}
#mo-activity .moa_section .moas_itemlist .even {
	background-color: rgb(247,249,251);	
}
#mo-activity .moa_section .moas_itemlist .moas_item .moasi_apptitle {
	display: block;
	float: left;
	width: 210px;
	margin-right: 10px;
	margin-left: 10px;
	font-family: 'helvetica neue',helvetica,sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: rgb(29,68,105);
	text-align: left;
}
#mo-activity .moa_section .moas_itemlist .moas_item .moasi_version {
	display: block;
	float: left;
	width: 140px;
	margin-right: 10px;
	font-family: 'helvetica neue',helvetica,sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: rgb(64,64,64);
	text-align: left;	
}
#mo-activity .moa_section .moas_itemlist .moas_item .moasi_promopricetime {
	display: block;
	float: right;
	width: 275px;
	font-family: 'helvetica neue',helvetica,sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: rgb(64,64,64);
	text-align: right;	
}
#mo-activity .moa_section .moas_itemlist .moas_item .moasipt_price {
	color: rgb(202,0,0);
	font-weight: bold;
}
#mo-activity .moa_section .moas_itemlist .moas_item .moasipt_time {
	color: rgb(202,0,0);
	font-weight: normal;
}
#mo-activity .moa_section .moas_itemlist .moas_item .moasi_updatedate {
	display: block;
	float: left;
	width: 300px;
	margin-right: 10px;
	font-family: 'helvetica neue',helvetica,sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: rgb(64,64,64);
	text-align: left;	
}

#mo-activity .moa_section #dl-list .dl-list_row .moasi_receipt {
	display: block;
	float: right;
	width: 100px;
	font-family: 'helvetica neue',helvetica,sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: rgb(29,68,105);
	text-align: right;	
	padding:12px 0px 13px 0px;
	
}


#mo-activity .moa_section .moas_itemlist .moas_item .moasi_receipt {
	display: block;
	float: right;
	width: 100px;
	font-family: 'helvetica neue',helvetica,sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: rgb(29,68,105);
	text-align: right;	
}
#mo-activity .moa_section .moas_itemlist .moas_item .moasi_wldownload {
	display: block;
	float: right;
	width: 30px;
	height: 24px;
	margin-top: -1px;
	background: -moz-linear-gradient(top, #ffffff 0%, #dce7f5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dce7f5)); 
	background: -webkit-linear-gradient(top, #ffffff 0%,#dce7f5 100%); 
	background: -o-linear-gradient(top, #ffffff 0%,#dce7f5 100%); 
	background: -ms-linear-gradient(top, #ffffff 0%,#dce7f5 100%); 
	background: linear-gradient(to bottom, #ffffff 0%,#dce7f5 100%);
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 0px 1px 1px rgba(0,0,0,.3);
	border: 1px solid rgb(168,178,188);
}
#mo-activity .moa_section .moas_itemlist .moas_item .moasi_wldownload:hover {
	box-shadow: 0px 1px 1px rgba(0,0,0,.8);
}
#mo-activity .moa_section .moas_itemlist .moas_item .moasi_wldownload .moasiw_button {	
	float: left;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 8px 6px 0px 6px;
	border-color: rgb(10,71,118) transparent transparent transparent;
	margin: 9px 9px;
}
/* END member account overview */

/* Account preferences */
/* Global form elements */
.apuform_label {
	display: block;
	float: left;
	margin-right: 15px;
	margin-top: 4px;
	font-family: 'helvetica neue',helvetica,sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: rgb(143,143,143);
	text-align: right;
}
.apuform_txtinput {
	display: block;
	float: left;
	margin: 0px 0px 14px 0px!important;
	padding: 4px 10px!important;
	font-family: 'helvetica neue',helvetica,sans-serif;
	font-size: 16px;
	font-weight: 300;
	border-radius: 3px;
	border: 1px solid rgb(180,185,190);
	box-shadow: inset 0px 1px 1px 0px rgba(0,0,0,0.10);
	outline: none;
}
.apuform_select {
	display: block;
	float: left;
	height: 29px;
	padding: 7px 0px!important;
	font-family: 'helvetica neue',helvetica,sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: rgb(53,53,53);
	border-radius: 3px;
	border: 1px solid rgb(180,185,190);
	box-shadow: inset 0px 1px 1px 0px rgba(0,0,0,0.10);
	outline: none;	
}
/* Update profile */
#ap-uprofile {
	display: block;
	float: left;
	width: 950px;
	margin-top: 10px;
}
#ap-uprofile #apu-avatarbox {
	display: block;
	float: left;
	width: 385px;
	height: 175px;
	padding: 25px;
	margin-right: 35px;
	background-color: rgb(255,252,225);
}
#ap-uprofile #apu-avatarbox .apua_avatar {
	display: block;
	float: left;
	height: 103px;
	width: 89px;
	padding: 36px 43px;
	margin-right: 15px;
	background-color: rgb(255,255,255);
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,.2);
}
#ap-uprofile #apu-avatarbox .apua_custavatar {
	float: left;
	width: 175px;
	height: 175px;
	margin-right: 15px;
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,.2);
}
#ap-uprofile #apu-avatarbox .apua_changeavatartxt {
	display: block;
	float: left;
	width: 195px;
	font-family: 'helvetica neue',helvetica,sans-serif;
	font-weight: 600;
	font-size: 15px;
	color: rgb(143,143,143);
}
#ap-uprofile #apu-avatarbox #apua-customavatarform {
	display: block;
	float: left;
	width: 195px;
	height: 55px;
	margin: 20px 0px 0px 0px;
	padding: 0px;
}
#ap-uprofile #apu-memberinfo,
#ap-uprofile #apu-memberpass {
	display: block;
	float: left;
	width: 480px;
}
#apu-memberinfo .apumi_label,
#apu-memberpass .apumi_label {
	width: 150px;
}
#apu-memberinfo .apumi_txtinput,
#apu-memberpass .apumi_txtinput {
	width: 293px!important;
	max-width: 293px!important;
}
#ap-uprofile .apu_formbreak {
	display: block;
	float: right;
	height: 2px;
	width: 313px;
	padding: 20px 0px 0px 0px;
	margin: 5px 0px 0px 0px;
	border-top: 1px solid rgb(232,236,241);
}
/* Billing info */
#ap-ubillinginfo {
	display: block;
	float: left;
	width: 990px;
	margin: 30px 0px 0px 0px;
	/*padding: 0px 20px 25px 20px;*/
	background-color: rgb(250,252,253); 

}

#ap-ubillinginfo #apu-billingaddress  {
	display: block;
	float: left;
	width: 430px;
	margin: 20px 85px 0px 0px;

}
#apu-billingaddress .apubia_txtinput {
	width: 302px!important;
	max-width: 302px!important;
}
#apu-billingaddress .apubia_label {
	width: 90px;
}
#apu-billingaddress .apubia_txtzip {
	margin-left: 15px!important;
	width: 104px!important;
}
#apu-billingaddress .apubia_selectcountry {
	width: 323px!important;
}

#apu-billingrenew
{
	font-family: 'helvetica neue',helvetica,sans-serif;
	font-weight: 600;
	font-size: 15px;
	color: rgb(143,143,143);
	display: block;

	width: 430px;
	
}

#ap-ubillinginfo #apu-billingpayment {
	display: block;
	float: left;
	width: 435px;
	margin: 20px 0px 0px 0px;
	
}
#ap-ubillinginfo #apu-billingpayment .apubip_label {
	width: 108px;
	margin-right: 20px!important;
}
#ap-ubillinginfo #apu-billingpayment .apubip_payment_radio {
	display: inline-block;
	float: left;
	margin: 5px 5px 14px 0px;
}
#ap-ubillinginfo #apu-billingpayment .apubip_payment_img {
	display: inline-block;
	float: left;
	height: 22px;
	margin-bottom: 14px;
}
#ap-ubillinginfo #apu-billingpayment .apubip_payment_img_paypal {
	margin-right: 20px;
}
#ap-ubillinginfo #apu-billingpayment .apubip_payment_img_ccard {
	margin-right: 96px;
}
#ap-ubillinginfo #apu-billingpayment .apubip_txtinput_cardnumber {
	width: 193px!important;
	margin-right: 15px!important;
}
#ap-ubillinginfo #apu-billingpayment .apubip_txtinput_cvc {
	width: 55px!important;
	text-align: center;
}
#ap-ubillinginfo #apu-billingpayment .apubip_expmonth {
	margin-right: 15px;

}
/* Email Subscription Options */
#ap-upemailprefs {
	display: block;
	float: left;
}
#ap-upemailprefs #apuem-options {
	display: block;
	float: left;
	margin-top: 15px;
}
#ap-upemailprefs #apuem-options .apuemform_cbox_txt {
	display: block;
	float: left;
	width: 450px;
	font-family: 'helvetica neue',helvetica,sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: rgb(53,53,53);
	margin-right: 25px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#ap-upemailprefs #apuem-options .apuemform_cbox {
	display: block;
	float: left;
	height: 16px;
	width: 16px;
	margin-right: 15px;
}
#ap-upemailprefs #apuem-options .apuemform_cbox_third {
	margin-right: 0px;
}
/* Display Prefs */
#ap-updisprefs {
	display: block;
	float: left;
	width: 990px;
	margin: 30px 0px 0px 0px;
	/*padding: 0px 20px 25px 20px;*/
	background-color: rgb(250,252,253);
	border-bottom: 1px solid rgb(236,236,236);
}

#ap-updisprefs #apudisp-options-ads .apudispform_cbox_txt {
	display: block;
	float: left;
	width: 180px;
	font-family: 'helvetica neue',helvetica,sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: rgb(53,53,53);
	margin: 15px 0px 20px 10px;
}
#ap-updisprefs #apudisp-options-ads .apudispform_cbox {
	display: block;
	float: left;
	height: 16px;
	width: 16px;
	margin-right: 15px;
}

#ap-updisprefs #apudisp-options .apudispform_cbox_txt {
	display: block;
	float: left;
	width: 180px;
	font-family: 'helvetica neue',helvetica,sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: rgb(53,53,53);
	margin: 15px 0px 0px 0px;
}
#ap-updisprefs #apudisp-options .apudispform_cbox {
	display: block;
	float: left;
	height: 16px;
	width: 16px;
	margin-right: 15px;
}
#ap-updisprefs .apudisp-head {
	display: block;
	float: left;
	width: 950px;
	font-family: 'helvetica neue',helvetica,sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: rgb(143,143,143);
	margin-top: 15px;
}
#ap-updisprefs .audisp-select {
	display: block;
	float: left;
	width: 950px;
}
#ap-updisprefs .audisp-select .apudisp_radio {
	display: block;
	float: left;
	margin: 15px 14px 0px 0px;
	height: 16px;
	width: 16px;	
}
#ap-updisprefs .audisp-select .apudisp_img {
	display: block;
	float: left;
	width: 420px;
	margin-top: 15px;
}
#ap-updisprefs .audisp-select .apudisp_img_two {
	margin-right: 50px;	
}
/* Submit Button */
#ap-submitbutton {
	display: block;
	float: right;
	padding: 5px 7px;
	margin: 20px 40px 8px 25px;
	text-align: center;
	font-family: 'myriad-pro', 'myriad', sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: rgb(255,255,255);
	text-shadow: 0px 1px 0px rgba(0,0,0,.5);
	border: 1px solid rgb(73,73,73);
	border-radius: 3px;
	background: -moz-linear-gradient(top, #2dbefa 0%, #008cc5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2dbefa), color-stop(100%,#008cc5)); 
	background: -webkit-linear-gradient(top, #2dbefa 0%,#008cc5 100%); 
	background: -o-linear-gradient(top, #2dbefa 0%,#008cc5 100%); 
	background: -ms-linear-gradient(top, #2dbefa 0%,#008cc5 100%); 
	background: linear-gradient(to bottom, #2dbefa 0%,#008cc5 100%);
}
#ap-submitbutton:hover {
	background: -moz-linear-gradient(top, #008cc5 0%, #2dbefa 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#008cc5), color-stop(100%,#2dbefa)); 
	background: -webkit-linear-gradient(top, #008cc5 0%,#2dbefa 100%); 
	background: -o-linear-gradient(top, #008cc5 0%,#2dbefa 100%); 
	background: -ms-linear-gradient(top, #008cc5 0%,#2dbefa 100%); 
}
/* END Account preferences */
/* Confirm notification dialogue */
#member-confirm-dialogue {
	display: block;
	margin: 20% auto;
	height: 225px;
	width: 640px;
	font-family: 'myriad-pro','myriad',sans-serif;
	border-radius: 8px;
	background-color: rgb(255,255,255);
	box-shadow: 0px 0px 4px 5px rgba(0,0,0,0.4);
}
#member-confirm-dialogue .mcd-head {
	display: block;
	float: left;
	width: 590px;
	height: 63px;
	padding: 0px 25px;
	background-color: rgb(255,252,225);
	border-bottom: 1px solid rgb(245,242,215);
	border-radius: 8px 8px 0px 0px;
}
#member-confirm-dialogue .mcd-head .mcdh-title {
	display: block;
	float: left;
	font-size: 31px;
	font-weight: 100;
	color: rgb(53,53,53);
	margin: 16px 0px;
	padding: 0px;
	text-shadow: 0px 1px 0px rgb(255,255,255);
}
#member-confirm-dialogue .mcd-head .mcdh-subtitle {
	display: block;
	float: right;
	font-size: 23px;
	font-weight: 100;
	color: rgb(114,134,153);
	margin: 20px 0px;
	padding: 0px;
	text-shadow: 0px 1px 0px rgb(255,255,255);
}
#member-confirm-dialogue .mcd-body {
	display: block;
	float: left;
	width: 590px;
	padding: 25px 25px 0px 25px;
	margin: 0px;
}
#member-confirm-dialogue .mcd-body p {
	margin: 0px;
	padding: 0px 0px 20px 0px;
}
#member-confirm-dialogue .mcd-body .mcdb-strong {
	font-weight: 500;
	padding-bottom: 0px;
	color: rgb(74,74,74);
	font-size: 15px;
}
#member-confirm-dialogue .mcd-button {
	display: block;
	float: left;
	margin: 20px 0px 0px 25px;
	padding: 10px 15px;
	border-radius: 3px;
	text-decoration: none;
	border: 1px solid rgb(3,29,40);
	color: rgb(255,255,255);
	text-shadow: 0px 1px 0px rgb(0,0,0);
	background: rgb(77,121,163);
	background: -moz-linear-gradient(top, rgba(77,121,163,1) 0%, rgba(24,64,102,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(77,121,163,1)), color-stop(100%,rgba(24,64,102,1)));
	background: -webkit-linear-gradient(top, rgba(77,121,163,1) 0%,rgba(24,64,102,1) 100%);
	background: -o-linear-gradient(top, rgba(77,121,163,1) 0%,rgba(24,64,102,1) 100%);
	background: -ms-linear-gradient(top, rgba(77,121,163,1) 0%,rgba(24,64,102,1) 100%);
	background: linear-gradient(to bottom, rgba(77,121,163,1) 0%,rgba(24,64,102,1) 100%);
}
/* END Confirm notification dialogue */

.devpages {
  margin-top: 90px;
}
