
/*
#container div, p {
	border: 1px solid #f00;
}
*/

input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}



body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #444;
	background: #d7e7ec url('/images/body-bg.jpg') repeat-x;
}

body.print {
	background-color: #fff;
	margin: 10px;
}



a {
	color: #2E67A5;
	text-decoration: underline;
}

a:hover {
	color: #2E67A5;
}

a:visited {
	color: #888;
}



.large {
	font-size: 1.2em;
}

.larger {
	font-size: 1.4em;
}

.small {
	font-size: 0.9em;
}

.black {
	color: #000 !important;
}

.grey {
	color: #888 !important;
}

.lightgrey {
	color: #999 !important;
}

.blue {
	color: #2769a1 !important;
}

.green {
	color: #6BB91F !important;
}

.red {
	color: #c00 !important;
}

.tighttext {
	letter-spacing: -0.05em !important;
}

.highlight {
	background-color: #ffd;
}

.highlight-box {
	border: 1px solid #d2e1be;
	background-color: #ebf6d9;
	padding: 10px;
	margin-bottom: 20px;
}

.highlight-box p {
	margin: 0 !important;
}


#container {
	width: 100%;
	text-align: center;
	background: url('/images/body-bg-top.jpg') top center no-repeat;
}

#page {
	width: 970px;
	margin: 0 auto;
	padding: 0 0;
	text-align: left;
	/*position: relative;*/
}

#sub-account-notice {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 20px;
	padding: 5px 0 0 0;
	color: #555;
	text-align: center;
	background-color: #d7e7ec;
	border-bottom: 1px solid #aaa;
}

#header {
	padding: 10px 0 0 0;
	display: block;
	position: relative;
}

#header.sub-account {
	padding-top: 35px;
}

#header #logo {
	display: block;
	float: left;
	width: 176px;
	height: 60px;
	padding: 0;
	margin: 0 47px;
	background-image: url('/images/logo.png');
	background-repeat: no-repeat;
	color: #2769a1;
	text-decoration: none;
	font-size: 3.5em;
	font-weight: bold;
	letter-spacing: -0.08em;
}



#header #top-menu {
	display: block;
	width: 425px;
	float: left;
	padding: 20px 0 0 0;
}


#header #top-menu ul li {
	float: left;
}

#header #top-menu ul li {
}

#header #top-menu ul li a {
	display: block;
	width: 143px;
	height: 39px;
	padding: 20px 0 0 0;
	background: url('/images/top-menu-middle.png') no-repeat;
	font-size: 1.5em;
	font-weight: bold;
	text-decoration: none;
	color: #fff !important;
	text-align: center;
}

#header #top-menu ul li.first a {
	width: 151px;
	background: url('/images/top-menu-first.png') no-repeat;
}

#header #top-menu ul li.last a {
	width: 130px;
	background: url('/images/top-menu-last.png') no-repeat;
}



#header #top-box {
	display: block;
	width: 205px;
	float: right;
	padding: 2px 40px 0 0;
}


#header #top-pages {
	height: 30px;
}

#header #top-pages li {
	float: left;
	padding: 0 11px;
}

#header #top-pages li a {
	font-size: 1.1em;
	font-weight: bold;
	color: #908e89;
	text-decoration: none;
}

#header #top-pages li a:hover {
	text-decoration: underline;
}


#header #user-btns {
	clear: both;
}

#header #user-btns a {
	display: block;
	height: 24px;
	padding: 8px 0 0 0;
	float: left;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	color: #3d3d3d;
	text-decoration: none;
}

#header #user-btns .btn-register, #header #user-btns .btn-account {
	width: 124px;
	background: url('/images/user-btns-first.png') no-repeat;
}

#header #user-btns .btn-login, #header #user-btns .btn-logout {
	width: 76px;
	background: url('/images/user-btns-last.png') no-repeat;
}






#sub-header {
	display: block;
	height: 44px;
	padding: 1px 0 0 0;
	background: url('/images/sub-header-bg.png') no-repeat;
}




#sub-header ul		{ height: 40px; margin: 0 0 0 0px; }
#sub-header ul.sub1	{ margin: 0 0 0 62px; }
#sub-header ul.sub2	{ margin: 0 0 0 122px; }
#sub-header ul.sub3	{ margin: 0 0 0 37px; }
#sub-header ul.sub4	{ margin: 0 0 0 117px; }
#sub-header ul.sub5	{ margin: 0 0 0 99px; }
#sub-header ul.sub6	{ margin: 0 0 0 166px; }


#sub-header ul li {
	float: left;
	height: 40px;
	text-align: center;
}

#sub-header ul li.active {
	background: #fff url('/images/sub-header-right.png') top right no-repeat;

}

#sub-header ul li img {
	vertical-align: top;
}

#sub-header ul li span.item {
	display: block;
	height: 31px;
	padding: 9px 17px 0 17px;
}

#sub-header ul li.active span.item {
	background: url('/images/sub-header-left.png') top left no-repeat;
}

#sub-header ul li a {
	color: #3d3d3d;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
}

#sub-header ul li a:hover {
	/*text-decoration: underline;*/
}






#body {
	display: block;
	background: url('/images/content-bg.png') top center repeat-y;
}

#content {
	display: block;
	padding: 15px 30px;
	background: url('/images/content-top-bg.png') top center no-repeat;
}

#content.no-padding {
	padding: 0 5px;
}




#footer {
	display: block;
	clear: both;
	height: 60px;
	padding: 17px 10px 0 10px;
	text-align: center;
	background: url('/images/content-bottom-bg.png') top center no-repeat;
}


#footer ul li {
	float: left;
	padding: 0 10px;
}

#footer ul li a {
	color: #76a2c3;
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: none;
}

#footer ul li a:hover {
	text-decoration: underline;
}


#footer p.copyright {
	display: block;
	float: right;
	color: #999;
}

#footer p.copyright a {
	color: #999;
	text-decoration: none;
}







#loginform {
	clear: both;
	font-size: 1.1em;
	padding: 10px 0 0 0;
}

#loginform label.field {
	width: 75px;
	font-weight: bold;
}

#loginform .btn-green-180 {
	margin-top: 6px;
}






#content ul, #content ol {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0px;
	margin-bottom: 6px;
}

#content ul.padded li, #content ol.padded li {
	padding-bottom: 8px;
}

#content h1 {
	font-weight: bold;
	font-size: 2.5em;
	color: #2769a1;
	padding: 0 0 18px 0;
	font-family: arial;
	letter-spacing: -0.03em;
	line-height: 125%;
}

#content h1.less-padding {
	padding: 0 0 6px 0;
}


#content h2 {
	font-weight: bold;
	font-size: 1.9em;
	color: #2769a1;
	padding: 0 0 8px 0;
	font-family: arial;
	letter-spacing: -0.02em;
}

#content h2.black {
	color: #444 !important;
}

#content h2.more-padding {
	padding: 0 0 18px 0;
}

#content h3 {
	font-weight: bold;
	font-size: 1.25em;
	color: #333;
	padding-bottom: 8px;
}

#content h4 {
	font-weight: bold;
	font-size: 1.1em;
	color: #555;
}


#content p {
	padding: 0;
	margin: 4px 0 15px 0;
	line-height: 155%;
}


#content p.large {
	color: #888;
}


#homepage-top {
	height: 380px;
	margin-bottom: 20px;
	background: url('/images/hp-green-bar.png') 0px 287px repeat-x;
}



#homepage-top .website-sample {
	display: block;
	float: right;
	width: 447px;
	height: 386px;
	margin: -14px 0 0 0;
	background: url('/images/website-sample.jpg') no-repeat;
}

#homepage-top .intro {
	float: left;
	width: 440px;
	height: 272px;
	padding: 15px 0 0 30px;
}


#homepage-top .bar {
	float: left;
	clear: left;
	width: 485px;
	height: 65px;
	padding: 20px 0 0 15px;
}


#homepage-top .bar .register {
	float: left;
	width: 180px;
	padding: 0 15px;
}

#homepage-top .bar .section {
	float: left;
	width: 130px;
	margin: 4px 0 0 0;
	text-align: center;
}

#homepage-top .bar .section a {
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	line-height: 145%;
	color: #557b23;
}

#homepage-bottom {
	height: 420px;
}


#homepage-bottom .section {
	float: left;
	width: 280px;
	margin: 0 0 0 30px;
}


#homepage-bottom .section ul.icons, .benefits-sidebar ul.icons {
	margin: 10px 0 10px 0;
	padding: 0;
	list-style-type: none;
}

#homepage-bottom .section ul.icons li, .benefits-sidebar ul.icons li {
	margin: 0 0 13px 0;
	padding: 5px 0 8px 58px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left center;
}

ul.icons li.chart 		{ background-image: url('/images/icon-chart.png'); }
ul.icons li.globe 		{ background-image: url('/images/icon-globe.png'); }
ul.icons li.money 		{ background-image: url('/images/icon-money-mag.png'); }
ul.icons li.wallet 	{ background-image: url('/images/icon-wallet.png'); }
ul.icons li.switch 	{ background-image: url('/images/icon-switch.png'); }
ul.icons li.updown 	{ background-image: url('/images/icon-up-down.png'); }




#form-280x400 {
	width: 280px;
	
	
	position: relative;
}


#form-280x400 h2 {
	display: block;
	text-align: center;
	color: #fff;
	margin: 0;
	padding: 16px 0 0 0;
	height: 46px;
	background: url('/images/hdr-blue-280.png') no-repeat;
}

#form-280x400 form {
	padding: 4px 20px 0 20px;
	height: 334px;
	background: url('/images/sect-grey-280.png') 0 0 no-repeat;
}

#form-280x400 label.block {
	display: block;
	font-weight: bold;
	padding: 11px 0 3px 0;
}

#form-280x400 input.txt, #form-280x400 textarea.txt {
	width: 230px;
}

#form-280x400 select.txt {
	width: 236px;
}

#form-280x400 a.btn-green-240 {
	margin-top: 20px;
}


#form-280x400 .arrow-loop-right {
	width: 79px;
	height: 90px;
	background: url('/images/arrow-loop-right.png') no-repeat;
	position: absolute;
	left: 237px;
	top: 44px;
}


form.boxed {
	padding: 20px;
	border: 1px solid #e6e2d9;
	background-color: #f8f7f3;
}

form.boxed .dotbar {
	clear: both;
	width: 640;
	height: 15px;
	margin: 0 -20px 15px -20px;
	border-bottom: 1px dotted #e6e2d9;
	padding: 0;
	display: block;
	float: none;
	min-height: 0px;
}


.width-600 {
	width: 600px;
}

.padding-top {
	padding-top: 5px;
}

.padding-bottom {
	padding-bottom: 20px;
}



table.cart input.txt {
	width: 188px;
}

table.cart img.right {
	margin: 21px 0  0;
}

table.border-top {
	border-top: 3px double #E6E2D9;
}

table.promo td.large {
	width: 70px;
}

table.promo td.centered {
	width: 50px;
}

table.promo td.alignleft {
	width: 220px;
}

table.promo td.alignleft input.txt {
	width: 114px;
	margin: 5px 0 0 0;
}

table.promo td.padding-left {
	padding-left: 34px;
}


#promotion-section {
	position: relative;
}


.discount-tag {
	position: absolute;
	top: 0px;
	left: -14px;
}


a.btn-green-240, a.btn-green-180, a.btn-grey-180, a.btn-tan-180, a.btn-tan-80, a.btn-green-80 {
	display: block;
	height: 32px;
	padding: 10px 0 0 0;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.5em;
	color: #344e10 !important;
}


a.btn-green-180 {
	width: 180px;
	background: url('/images/btn-green-180.png') center center no-repeat;
}

a.btn-green-240 {
	width: 240px;
	background: url('/images/btn-green-240.png') center center no-repeat;
}

a.btn-grey-180 {
	width: 180px;
	color: #666 !important;
	background: url('/images/btn-grey-180.png') center center no-repeat;
}	

a.btn-tan-180 {
	width: 180px;
	height: 25px;
	padding: 7px 0 0 0;
	color: #666 !important;
	font-size: 14px !important;
	background: url('/images/btn-tan-180.png') center center no-repeat;
}	


a.btn-tan-80 {
	width: 80px;
	height: 25px;
	padding: 7px 0 0 0;
	color: #666 !important;
	font-size: 14px !important;
	background: url('/images/btn-tan-80.png') center center no-repeat;
}	

a.btn-green-80 {
	width: 80px;
	height: 25px;
	padding: 7px 0 0 0;
	font-size: 14px !important;
	background: url('/images/btn-green-80.png') center center no-repeat;
}




#dashboard-marketplace {
	width: 435px;
	height: 351px;
	padding: 0;
	margin: 0 0 30px 0;
	background: url('/images/dashboard-market-bg.png') no-repeat;
}

#dashboard-marketplace h2 {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	height: 29px;
	padding: 9px 0 0 0;
	margin: 0 0 0 20px;
}

#dashboard-marketplace .half-box {
	width: 48%;
}

#dashboard-marketplace form {
	margin: 15px 0 10px 0;
	padding: 0 20px;
	height: 130px;
	border-bottom: 1px dotted #ddd;
}

#dashboard-marketplace .txt {
	width: 176px;
	margin-bottom: 10px;
}

#dashboard-marketplace .right .txt {
	margin-bottom: 0px;
}

#dashboard-marketplace select.txt {
	width: 182px;
	margin-bottom: 10px;
}

#dashboard-marketplace p {
	margin: 0px 20px 6px 20px;
	padding: 0;
}

#dashboard-marketplace p.small {
	margin: 2px 0 8px 2px;
}

#dashboard-marketplace a {
	text-decoration: none;
}

#dashboard-marketplace ul {
	margin: 0 0 0 20px;
	padding: 0;
}

#dashboard-marketplace ul li {
	display: block;
	float: left;
	width: 98px;
	margin: 0;
	padding: 2px 0;
}



#profileWebsites {
	position: relative;
}

#profileWebsites .arrow-loop-left {
	width: 79px;
	height: 90px;
	background: url('/images/arrow-loop-left.png') no-repeat;
	position: absolute;
	left: -89px;
	top: 70px;
}






#registerForm {
	position: relative;
}

#registerForm .arrow-loop-left {
	width: 79px;
	height: 90px;
	background: url('/images/arrow-loop-left.png') no-repeat;
	position: absolute;
	left: -65px;
	top: 114px;
}


div.error-box {
	width: 600px;
	position: relative;
	border: 1px solid #eec7b8;
	background-color: #f7e8e3;
	color: #ce3305;
	padding: 15px 20px !important;
	margin: 0 0 10px 0 !important;
}

div.error-box .error-icon {
	position: absolute;
	top: -12px;
	left: -12px;
}

div.error-box h3 {
	font-size: 1.8em !important;
	color: #ce3305 !important;
}

div.error-box ul li {
	font-size: 1.1em;
}


div.success-box {
	width: 600px;
	position: relative;
	border: 1px solid #d1e1bd;
	background-color: #ebf6d8;
	color: #5b7037;
	font-weight: bold;
	padding: 15px 20px;
	margin: 0 0 10px 0;
}

div.success-box .success-icon {
	position: absolute;
	top: -12px;
	left: -12px;
}

div.success-box h3 {
	font-size: 1.8em !important;
	color: #5b7037 !important;
}

div.success-box p {
	font-weight: bold;
	margin: 0 !important;
	padding: 0 !important;
}




div.small-box {
	width: 240px !important;
}

div.small-box ul li {
	font-size: 1.0em !important;
}

div.width-400 {
	width: 400px !important;
}


div.width-320 {
	width: 320px !important;
}



input.txt, textarea.txt, select.txt {
	border-top: 	1px solid #aaadb2;
	border-right: 	1px solid #dbdee5;
	border-bottom: 	1px solid #e2e9ef;
	border-left: 	1px solid #e3e3eb;
	padding: 3px;
}

select.txt {
	padding: 2px;
}

input.padded, select.padded, textarea.padded {
	padding: 2px;
}

input.shadowed, textarea.shadowed {
	background-image: url('/images/inner-shadow.png');
	border: 1px solid #aaa;
	padding: 4px 2px 4px 4px;
}








.pagelinks {
	padding: 10px 0;
	font-size: 1.2em;
}

.pagelinks a {
	display: block;
	float: left;
	padding: 3px 6px;
	margin: 0 4px 4px 0;
	border: 1px solid #eee;
	font-weight: bold;
	text-decoration: none;
}

.pagelinks a:hover {
	border: 1px solid #5F69C2;
}

.pagelinks span.current {
	display: block;
	float: left;
	padding: 3px 6px;
	margin: 0 4px 4px 0;
	border: 1px solid #888;
	font-weight: bold;
	color: #666;
	background-color: #f6f6f6;
}

.pagelinks span.label {
	display: block;
	float: left;
	padding: 3px 6px 3px 0;
	font-weight: bold;
	margin: 0 4px 4px 0;
}

.formResults, .formErrors, form.default div.formResults, form.default div.formErrors {
	display: none;
	width: auto !important;
}


.formErrors {
	padding: 8px 0;
	font-weight: bold;
	color: #A3002C;
}

.formErrors ul {
	margin: 0 0 0 12px;
	padding: 0 0 0 5px;
}





#registerForm label.field, #contactForm label.field {
	width: 125px;
	/*font-weight: bold;*/
}



#usernameStatus {
	font-size: 0.95em;
	color: #888;
}


.largeButton {
	font-size: 1.2em;
	font-weight: bold;
	padding: 4px;
	color: #555;
	font-family: arial;
	letter-spacing: -0.02em;
}




.profile .leftSide form {
	padding-bottom: 26px;
}

.profile #emailForm label, .profile #passwordForm label {
	width: 70px;
	font-weight: bold;
}

.profile #emailForm div, .profile #passwordForm div {
	width: 256px;
}

#profileForm {
	padding-bottom: 30px;
}

#profileForm label {
	width: 100px;
}

#profileForm div {
	width: 320px;
}



#aboutForm div {
	padding: 0 0 10px 0;
}

#aboutForm div.no-pad {
	padding: 0;
}

#aboutForm .half-box input.txt {
	width: 190px;
}




#aboutErrors {
	padding: 0 0 4px 0;
}

#aboutResults {
	padding: 5px 0 0 0;
}

#content.profile {

}

#content.profile .leftSide {
	width: 475px;
}

#content.profile .rightSide {
	width: 475px;
	padding: 0 0 0px 15px;
	border-left: 1px solid #aaa;
}





#profileWebsites, #profileOrders {
	padding: 0 0 10px 0;
}


#content.profile div.row {
	clear: both;
	padding-bottom: 10px;
}

#profileWebsites .earnings a, #profileOrders .total, #profilePayments .total {
	font-size: 1.4em;
	color: #3F9200;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #3F9200;
}

#profileOrders .total, #profilePayments .total {
	border: 0;
}



#marketplaceFilter {
	display: block;
	padding: 0 0 8px 0;
	margin: 0 0 20px 0;
	background: url('/images/mkt-filter-bottom.png') center bottom no-repeat;
}


#marketplaceFilter .filter-header {
	display: block;
	height: 37px;
	background: url('/images/mkt-filter-top.png') top center no-repeat;
}

#marketplaceFilter .filter-header a {
	display: block;
	float: left;
	padding: 10px 2px 0 0;
	height: 27px;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	color: #fff;
	text-decoration: none;
	background-position: top right;
	background-repeat: no-repeat;
	background-image: url('/images/mkt-btn-off.png');
}


#marketplaceFilter .filter-header #mkt-btn-search {
	width: 83px;
}

#marketplaceFilter .filter-header #mkt-btn-search.active {
	background-image: url('/images/mkt-btn-search-on.png');
}

#marketplaceFilter .filter-header #mkt-btn-browse {
	width: 160px;
}

#marketplaceFilter .filter-header #mkt-btn-browse.active {
	background-image: url('/images/mkt-btn-browse-on.png');
}



#marketplaceFilter .filter-fields {
	border-left: 1px solid #e6e2d9;
	border-right: 1px solid #e6e2d9;
	background-color: #f8f7f3;
	padding: 15px 0 0 0;
}

#marketplaceFilter .filter-fields input.txt {
	width: 290px;
	margin-bottom: 8px;
}

#marketplaceFilter .filter-fields select {
	width: 180px;
	margin-bottom: 8px;
}

#marketplaceFilter .block1 {
	float: left;
	width: 310px;
	padding-left: 20px;
}

#marketplaceFilter .block2 {
	float: left;
	width: 190px;
	padding-left: 20px;
}

#marketplaceFilter .block3 {
	float: left;
	width: 190px;
	padding-left: 20px;
}

#marketplaceFilter .block4 {
	float: left;
	width: 100px;
	padding-left: 20px;
}



#mkt-fields-browse {
	border-left: 1px solid #e6e2d9;
	border-right: 1px solid #e6e2d9;
	background-color: #f8f7f3;
	padding: 15px 0 5px 20px;
}

#mkt-fields-browse ul li {
	float: left;
	width: 148px;
	padding: 0 0 4px 0;
	font-weight: bold;
}



.filter-box div.controls {
	display: block;
	padding: 12px;
	border: 1px solid #e6e2d9;
	background-color: #f8f7f3;
}


table.marketplace td div {
	position: relative;
}

table.marketplace td .dot {
	position: absolute;
	top: 2px;
	left: -18px;
}





#content a.delete {
	color: #a00 !important;
	font-weight: normal !important;
	text-decoration: underline;
}

#content a.delete:hover {
	text-decoration: underline !important;
}


#regular-link-table, #context-link-table {
	margin-bottom: 20px;
}




#content ol li {
	padding-bottom: 10px;
}

#marketplaceListing {
	padding: 0 0 20px 0;
}


.btn-green-lrg {
	display: block;
	width: 160px;
	height: 37px;
	padding: 10px 0 0 0;
	background: url('/images/btn-green-lrg.png') no-repeat;
	color: #fff !important;
	font-size: 22px;
	letter-spacing: -0.03em;
	font-weight: bold;
	text-align: center;
	text-decoration: none !important;
}

.btn-grey-lrg {
	display: block;
	width: 160px;
	height: 37px;
	padding: 10px 0 0 0;
	background: url('/images/btn-grey-lrg.png') no-repeat;
	color: #fff !important;
	font-size: 22px;
	letter-spacing: -0.03em;
	font-weight: bold;
	text-align: center;
	text-decoration: none !important;
}

.btn-green-sm {
	display: block;
	width: 80px;
	height: 20px;
	padding: 4px 0 0 0;
	background: url('/images/btn-green-sm.png') no-repeat;
	color: #fff !important;
	font-size: 13px;
	letter-spacing: -0.03em;
	font-weight: bold;
	text-align: center;
	text-decoration: none !important;
}

.btn-red-sm {
	display: block;
	width: 80px;
	height: 20px;
	padding: 4px 0 0 0;
	background: url('/images/btn-red-sm.png') no-repeat;
	color: #fff !important;
	font-size: 13px;
	letter-spacing: -0.03em;
	font-weight: bold;
	text-align: center;
	text-decoration: none !important;
}

.btn-grey-sm {
	display: block;
	width: 80px;
	height: 20px;
	padding: 4px 0 0 0;
	background: url('/images/btn-grey-sm.png') no-repeat;
	color: #fff !important;
	font-size: 13px;
	letter-spacing: -0.03em;
	font-weight: bold;
	text-align: center;
	text-decoration: none !important;
}



table.large {
	font-size: 1.1em;
}
	
table.data {
	border-bottom: 1px solid #E6E2D9;
	padding-bottom: 1px;
}

table.data td, table.data th {
	border-bottom: 1px solid #E6E2D9;
	border-right: 1px dotted #E6E2D9;
	vertical-align: top;
}

table.data td {
	padding: 10px;
}

table.data th {
	padding: 6px 10px;
	border-bottom: 3px double #E6E2D9;
	text-align: left;
}

table.data td.last, table.data th.last {
	border-right: 0;
}

table.data th a {
	color: #2869A1;
	text-decoration: none;
}

table.data .grey a {
	color: #888;
	text-decoration: none;
}

table.data .grey a:hover {
	text-decoration: underline;
}

table tr.row1 {

}

table tr.row2 {
	background-color: #F8F7F3;
}

table tr.grey {
	background-color: #ddd;
}

table tr.red, table tr.canceled, table tr.owned, #legend .owned {
	background-color: #FFE4E4;
}

table tr.green, table tr.bought, #legend .bought {
	background-color: #ecf7d9;
}

table tr.yellow, table tr.warning, #legend .warning {
	background-color: #FFFBCF;
}

table.data p {
	margin: 0;
	padding: 0;
}

table.data .small {
	/*color: #999;*/
}


.pagination {
	padding: 5px 0;
	line-height: 150%;
}

.pagination a {
	color: #2769a1;
	text-decoration: none;
	padding: 1px 3px;
}

.pagination .current {
	color: #fff;
	font-weight: bold;
	background-color: #2769a1;
	padding: 1px 4px;
}

.pagination .pages {
	font-weight: bold;
	padding-right: 5px;
	color: #aaa;
}



.price-large {
	font-size: 2.5em;
	font-weight: bold;
	font-family: "Arial Black";
	letter-spacing: -0.05em;
	padding: 0 0 10px 0 !important;
}


div.instructions {
	margin: 10px 0;
	padding: 20px 10px 0 0;
	border: 6px solid #d7e7ec;
	background-color: #ebf8ff;
}


#legend {
	font-size: 11px;
	color: #999;
	line-height: 150%;
}

#legend img {
	vertical-align: text-top;
}

span.lbl {
	font-family: arial, tahoma, verdana;
	font-size: 9px;
	text-transform: uppercase;
	font-weight: normal;
	border: 1px solid #aaa;
	background-color: #eee;
	color: #888;
	padding: 0 2px;
	margin-left: 4px;
}

span.lbl-pending {
	border: 1px solid #DFCD0D;
	background-color: #FFFBCF;
	color: #AFA10A;
}

span.lbl-active {
	border: 1px solid #8AAF83;
	background-color: #E4FFDF;
	color: #8AAF83;
}

span.lbl-disabled {
	border: 1px solid #BF2F2F;
	background-color: #FFDFDF;
	color: #BF2F2F;
}

span.lbl-soldout {
	border: 1px solid #aaa;
	background-color: #eee;
	color: #888;
}

div.aff-box {
	border: 1px solid #000;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #d2e1be;
	background-color: #ebf6d9;
}

div.aff-box a {
	color: #688363;
}