* {
	margin:0;
	padding:0;
}

/* General Style Info */
body {
	background: #fff;
	color: #fff;
	/* font-family:'lucida grande',verdana,helvetica,arial,sans-serif; */
	font-family: Arial,Helvetica,sans-serif;
	font-size:90%;
	margin: 0;
}
a {
	background:#fff;
	color: #0099FF;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	background:#fff;
	color: #0099FF;
	text-decoration:none;
}
a img {
	border:none;
}
h1, h2, h3, h4 {
	font-weight: normal;
}
h1 {
	background:#fff;
	color: #003d4c;
	font-size: 100%;
	margin: 0.1em 0;
}
h2 {
	background: none;
	color: #000000;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 24px;
	margin: 0;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: -2px;
}
h3 {
	color: #000000;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 140%;
	font-weight: bold;
	padding: 5px;
	background: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: -1px;
}

h3.light {
	color: #8b8989;
}

h4 {
	color: #993;
	font-weight: normal;
	padding-top: 0.5em;
}
ul, li, ol {
	margin: 0 12px;
}

p {
	padding: 5px 0;
}

/* Layout */
#container {
	text-align: left;
	width: 780px;
	margin: 10px auto;
	background: #FFF;
}

#header{
	padding: 10px 0px;
	border: 1px solid black;
	border-bottom: 0;
}
#header h1 {
	background: transparent;
	color: #fff;
	padding: 5px 0;
	font-size: 110%;
	margin: 0 0 0 10px;
}
#header h1 a {
	background: transparent;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}
#header h1 a:hover {
	color: #fff;
	text-decoration: underline;
}

#usermenu {
	float: right;
	font-size: 10px;
}

#usermenu a {
	color: #8D8B8C;
	padding: 3px;
	font-style: italic;
	background: none;
}
#usermenu a:hover {
	background: #8D8B8C;
	color: black;
}

#usermenu .menu_special a {
	color: #8D8B8C;
	padding: 3px;
	font-style: italic;
}

#usermenu .menu_special a:hover {
	background: #8D8B8C;
	color: black;
}

#logout {
	padding: 3px;
}

#logout:hover {
	background: #7F1411;
	color: #FFFFFF;
}

#nav ul {
	margin: 0;
	list-style: none;
}

#nav li {
	margin: 0 3px 0 0;
	padding: 3px 0;
	float: left;
}

#nav li a {
	background: #fff url('../img/navbg.png') repeat-x top left;
	color: #fffef9;
	padding: 3px 10px;
	text-decoration: none;
}

#nav li a:hover, #nav li a.current {
	background: #fff;
	color: #580E0C;
}

#nav li a.current {
	padding-top: 6px;
}


#content{
	background: none;
	clear: both;
	color: #000;
	padding: 0 20px 40px 20px;
	overflow: auto;
	border: 1px solid black;
	border-top: 0;
}
#footer {
	clear: both;
	padding: 6px 10px;
	text-align: right;
	font-size: 75%;
	margin-bottom: 20px;
}

#footer a {
	color: white;
	background: transparent;
}

#flashMessage, #authMessage {
	border: 1px solid #FFC310;
	padding: 5px;
	color: black;
	background: #FFEBB0;
	font-size: 120%;
}

#free_package {
	background: #F7E955;
	margin: 20px -10px -20px -10px;
	padding: 5px 20px;
	border: 2px solid #F7EB6C;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.beta_notification, .extra_notification {
	text-transform: none;
	padding: 10px;
	margin: 10px;
	background: #E0E0E0;
	border: 1px solid #999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: inset 0 1px 2px #999;
	-webkit-box-shadow: inset 0 1px 2px #999;
	box-shadow: inset 0 1px 2px #999;
}

.filter {
	clear: both;
	text-align: right;
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	letter-spacing: -1px;
	margin: 10px 0;
	color: #8e8c8d;
	font-weight: bold;
}

.filter .order {
	margin-bottom: 10px;
	padding: 0 5px;
}

.filter .input, .filter .submit, .filter .input label {
	display: inline;
}

.filter .input label {
	padding-right: 5px;
}

.filter .label {
	text-transform: uppercase;	
	color: #8e8c8d;
}

.filter input, .filter select {
	width: 114px;
	font-size: 15px;
	display: inline;
	border: 1px solid #4186c9;
	padding-bottom: 0;
	line-height: 100%;
}

.filter select {
	font-size: 12px;
	padding-top: 1px;
}

.filter input {
	/* width: 170px; */
	width: 140px;
}

.filter .submit {
	padding: 0;
}

.filter .submit input {
	background: #4186C9 url(../img/normbutton_span.png) repeat-x scroll right -2px;
	color: white;
	border-left: 1px solid #4186c9;
	text-transform: uppercase;
	/* padding: 0 25px; */
	padding: 0;
	height: 28px;
	margin-bottom: -2px;
}

.filter table {
	border: 1px solid #4186c9;
}

.filter td {
	text-align: right;
	padding: 0;
	border-right: none;
	height: 28px;
}

/* Tables */
table {
	background: #fff;
	border: 0;

	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	text-align: left;
	vertical-align: bottom;
}
th a {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}

th.group {
	color: #666;
	border-bottom: 1px solid #666;
	font-size: 0.9em;
	padding: 2px 4px;
}

table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	vertical-align: top;
}
table tr.altrow td {
	background: #F0F0F0;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	margin: 0px 6px;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

/* Paging */
div.paging {
	background:#fff;
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

/* Scaffold View */
dl {
	background: #FFFFFF;
	line-height: 2em;
	margin: 0em 0em;
	/* width: 60%; */
	width: 100%;
	color: #000000;
}
dl.altrow {
	background: #F9F9F9;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
	color: #000000;
}
dd {
	margin-left: 15em;
	margin-top: -2em;
	vertical-align: top;
	color: #000000;
}

/* Forms */
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 80%;
}
fieldset {
	border: 0px solid #ccc;
	margin-top: 30px;
	padding: 16px 0px;
	background: none;
	text-transform: uppercase;
}
fieldset legend {
	background: none;
	color: #8D8B8C;
	font-size: 160%;
	font-weight: bold;
	text-transform: uppercase;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 0;
	text-transform: uppercase;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
	margin-left: 20px;
	text-transform: uppercase;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}

fieldset input, fieldset select {
	width: 720px;
}

form div {
	clear: both;
	margin-bottom: 0em;
	padding: .5em;
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}

form div.submit {
	border: 0;
}
label {
	display: block;
	font-size: 125%;
	padding-right: 3px;
	color: #8D8B8C;
	text-transform: uppercase;
	padding-bottom: 3px;
	letter-spacing: -1px;
}
input, textarea {
	clear: both;
	display: block;
	font-size: 140%;
	font-family:  tahoma, "verdana", "frutiger linotype", "lucida grande", sans-serif;
	padding: 2px;
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #4186c9;
}
select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
	background: #FFFFFF;
	border: 1px solid #4186c9;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=submit] {
	display: inline;
	font-size: 120%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
	background: #8D8B8C;
	/* border: none; */
	font-weight: bold;

	border: 1px solid #6F6D6E;
	border-top-color: #AFACAE;
	border-left-color: #AFACAE;

	cursor: pointer;
	text-shadow: 0px -1px #AFACAE;
	
}

input[type=submit]:hover {
	background: #9F9D9E;
}

input[type=hidden] {
	display: none;
}

/* Notices and Errors */
div.message {
	clear: both;
	color: #4186c9;
	font-size: 140%;
	font-weight: bold;
	margin: 1em 0;
}
div.error-message {
	clear: both;
	background: #FFFFDD;
	color: #990000;
	font-weight: bold;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}

/*  Actions  */
div.actions ul {
	margin: 0px 0;
	padding: 0;
}
div.actions li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
}
div.actions ul li a {
	background:#fff;
	color: #003d4c;
	text-decoration: none;
}
div.actions ul li a:hover {
	color: #333;
	text-decoration: underline;
}

/* Related */
div.related {
	clear: both;
	display: block;
}

/* Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #ff0;
	padding: 4px;
}
div.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
div.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
div.code-coverage-results div.covered span.content {
	background:#cec;
}
div.code-coverage-results div.ignored span.content {
	color:#aaa;
}
div.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
div.code-coverage-results span.line-num strong {
	color:#666;
}
div.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
div.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
div.code-coverage-results div.realstart {
	margin-top:0px;
}
div.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
div.code-coverage-results span.result-bad {
	color: #a00;
}
div.code-coverage-results span.result-ok {
	color: #fa0;
}
div.code-coverage-results span.result-good {
	color: #0a0;
}

/* extra clases */

.hidden {
	display: none;
}

a.headlink {
	font-size: 12px;
	color: #0099FF;
	vertical-align: middle;
	text-decoration: none;
	padding: 3px;
	background: none;
	letter-spacing: -1px;
}
a.headlink:hover {
	color: black;
	background: #8D8B8C;
}


table.projectresult {
	border: 1px solid #4388c1;
	background: #F9F9F9;
}

table.projectresult tr.altrow td {
	background: #F0F0F0;
}

table.projectresult td.beatport_cell {
	/* color: #206F15; */
}

td.shopcell, td.stockcell, td.rating {
	padding: 6px;
}

.projectresult td.beatport_tracks div {
	font-size: 12px;
	line-height: 1.5em;
}

table .tracklink {
	float: right;
}

.resultcell {
	width: 160px;
	text-align: center;
}

.shopcell {
	width: 150px;
}

.chartcell {
	width: 65px;
	text-align: right;
}

.chartcell a img {
	vertical-align: text-top;
	padding-left: 2px;
}

tr.ended td {
	text-decoration: line-through;
}

.shopcell a, .alertshop a, .chartcell a, .linkcell a {
	color: #333333;
	font-size: 14.4px;
	text-decoration: none;
	background: none;
	font-weight: normal;
}

.shopcell a:hover, .alertshop a:hover, .chartcell a:hover, .linkcell a:hover {
	text-decoration: underline;
}

.stockcell {
	width: 90px;
	text-align: center;
}

.searchcell {
	width: 150px;
}

.resultbar {
	position: relative;
	display: block;
	width: 150px;
	border: 1px solid black;
	height: 14px;
}

.resultbar.alert0 {	border-color: #F50C0C; }
.resultbar .index.alert0 { background-color: #F50C0C; }

.resultbar.alert1 {	border-color: #CC7D11; }
.resultbar .index.alert1 { background-color: #CC7D11; }

.resultbar.alert2 {	border-color: #71B85A; }
.resultbar .index.alert2 { background-color: #71B85A; background: url('../img/progressbar_okay.gif') repeat-x; }

.resultbar .index {
	background: #000 none repeat scroll 0 0;
	display:block;
	height: 100%;
	left:0;
	line-height:2em;
	overflow:hidden;
	position:absolute;
	text-indent:-9999px;
	top:0;
}

.rightwarning {
	float: right;
	padding: 0;
	margin-bottom: 0;
	font-size: 0.7em;
	font-style: italic;
}

.rating div {
	clear: none;
	margin: 0;
	padding: 0;
}

.rating input {
	background: inherit;
}

.topwizard {
	background: none;
	border-bottom: 1px solid #4186c9;
	padding-bottom: 10px;
	margin: 0 0 10px 0;
}

.topwizard ul {
	margin: 0px 0;
	padding: 0;
}

.topwizard li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	padding: 0 50px 0 0px;
	white-space: nowrap;
	color: 	#4186c9;
	font-weight: bold;
	font-size: 14px;
	background-position: center right;
	background-repeat: no-repeat;
	text-transform: uppercase;
}

.topwizard li a {
	color: #4186c9;
	background: none;
	padding: 5px;
	text-decoration: none;
}

.topwizard li a:hover {
	color: #000000;
}

.topwizard li.active {
	color: #8b8989;
}


.topwizard li.bg {
	background-image: url(../img/wizard_arrow.gif);
}

.newResult {
	font-size: 0.8em;
	font-weight: bold;
}

.mainfunction {
	/*float: right; */
	font-size: 14.4px;

	float: left;
	clear: both;
}

.mainfunction.left {
	float: left;
}

.mainfunction a {
/*
	display: block;
	background: #8D8B8C;
	color: #0a2e3d;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 10px;
*/
}

.mainfunction a:hover, .mainfunction a.active {
/*
	background: #0a2e3d;
	color: #8D8B8C;
*/
}

a.action {
	text-decoration: none;
	padding: 5px 10px;
	background: #8D8B8C;
	color: #0a2e3d;
}

a.action:hover {
	background: #0a2e3d;
	color: #8D8B8C;
}

form {
	width: 100%;
	margin-right: 0px;
}

.shoplinks_entry {
	border: 1px solid #4388c1;
	padding: 2px;
	margin: 5px 0;
}

.shoplinks_entry input {
	display: inline;
}

.shoplinks_entry input[type=hidden] {
	display: none;
}

.shoplinks_entry th {
	background: url('../img/icons/arrow_left.gif') no-repeat left center;
	border: none;
	border-bottom: 1px solid black;
	text-align: left;
	padding-left: 27px;
	height: 30px;
}

.shoplinks_entry th.open {
	background: url('../img/icons/arrow_down.gif') no-repeat left center;
	border-bottom: 0;
}

.shoplinks_entry th.search {
	background: url('../img/spinner.gif') no-repeat left center;
}

.shoplinks_entry th h4 {
	color: #1E1B17;
	font-weight: bold;
	font-size: large;
	padding-top: 5px;
}

.shoplinks_entry th a {
	display: inline;
}

.shoplinks_entry th .functions {
	float: right;
	margin-bottom: 0;
}

.shoplinks_entry .shop {
	width: 20%;
	border: none;
	border-bottom: 1px solid black;
}

.shoplinks_entry .results {
	border: none;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
}

.resentry {
	padding: 5px 25px;
	background: white;
	margin: 0 0 1px 0;
}

.resinfo {
	padding: 5px 25px;
	background: white;
	margin: 0 0 1px 0;
	color: #666;
	font-size: 0.9em;
}

.resentry.functional {
	color: #999966;
}

.resentry.functional:hover {
	color: #666;
}

.resentry:hover {
	background: #DDEEDD;
	cursor: pointer;
}

.resentry.active {
	background: #DDEEDD url('../img/icons/shoplinks_unique.png') no-repeat 5px 7px;
}

.resentry small {
	font-family: monospace;
}

a.resaction {
	float: right;
	background: transparent;
	font-size: small;
}

.attention {
	font-size: 12px;
	color: #666666;
}

.stockhead {
	float: right;
	margin-bottom: 0;
	width: 300px;
}

.stockhead.success {
	margin: 0 15px 0 0;
	background: url('../img/icons/shoplinks_unique.png') no-repeat left center;
	color: #257122;
	padding-left: 20px;
	text-align: right;
	width: auto;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #FFF;
	padding: 0;
	opacity: 0.85;
}

#tooltip h3, #tooltip div { margin: 0; padding: 5px; color: black; line-heigth: 150%;}
#tooltip h3 {
	color: #4186C9;
	border-bottom: 0px solid #FFFFFF;
	padding: 5px;
}

#tooltip table {
	margin-bottom: 0;
}

#tooltip table tr td {
	border-right: none;
	padding: 0;
	vertical-align: middle;
}

div.projectoverview {
	clear: both;
}

.actions.overview {
	float: right;
	font-size: 0.5em;
	margin-top: 8px;
}

.explanation {
	color: #7D7D7D;
	border: 1px solid #0099FF;
	padding: 5px;
	margin: 10px 0;
	background: #F7F7F7;
}

.explanation h3 {
	color: #7D7D7D;
	background: #F7F7F7;
	padding: 5px 0;
}

.submitlink {
	font-size: 120%;
}

#button_itsfree {
	position: absolute;
	z-index: 2;
	/* left: 700px; */
	top: 43px;
	margin-left: 770px;
}

#button_create {
	display: block;
	overflow: hidden;
	height: 53px;
	background: url('../img/create_your_account.gif') no-repeat top center;
	background-position: 0 0;
	width: 497px;
	margin: 0 auto;
}


table.signup {
	background: none;
	width: 500px;
}

table.signup td {
	background: none;
	border: none;
	width: 50%;
}

table.signup select {
	width: 100%;
}

table.signup input[type=submit] {
	width: 100%;
}

table.signup .submit {
	padding-right: 0;
}

.noright div {
	padding-right: 0;
}

.information {
	font-size: 120%;
	margin: 1em 0;
	padding: 0.8em;
	line-height: 140%;
}

.warning a {
	background: #FFAAAA;
}

.chart {
	padding: 0 0 10px 0;
	text-align: center;
}

.nostyles, .nostyles th, .nostyles td {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}

.mainfunction.nofloat {
	float: none;
	white-space: nowrap;
}

.picker_date {
	font-size: 120%;
	font-weight: bold;
}

.headerextra {
	font-size: 65%;
	color: #000000;
	text-transform: none;
}

.clear {
    overflow: hidden;
    width: 100%;
}

a.normbutton {
    background: transparent url('../img/normbutton_a.png') no-repeat scroll top right;
    color: #FFF;
    display: block;
    float: left;
    font: bold 14px arial, sans-serif;
    height: 33px;
    margin-right: -1px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
	text-transform: uppercase;
}

a.normbutton span {
    background: transparent url('../img/normbutton_span.png') no-repeat;
    display: block;
    line-height: 23px;
    padding: 5px 0 5px 18px;
	letter-spacing: -1px;
}

a.normbutton:active, a.normbutton.active {
    background-position: bottom right;
    color: #FFF;
    outline: none;
}

a.normbutton:active span, a.normbutton.active span {
    padding: 6px 0 4px 18px; /* text down 1px */
    background-position: bottom left;
}

a.normbutton.disabled, a.normbutton.disabled span {
	background: #999;
	color: #333;
}

a.big {
    background: transparent url('../img/bigbutton_a.png') no-repeat scroll top right;
    font: bold 20px arial, sans-serif;
    height: 43px;
}
a.big span {
    background: transparent url('../img/bigbutton_span.png') no-repeat;
    line-height: 33px;
}


.create {
    color: #FFF;
    display: block;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
	text-transform: uppercase;
	width: 300px;

    background: transparent url('../img/bigbutton_a.png') no-repeat scroll top right;
    font: bold 20px arial, sans-serif;
    height: 43px;
}

.create span {
    display: block;
    padding: 5px 0 5px 18px;
    background: transparent url('../img/bigbutton_span.png') no-repeat;
    line-height: 33px;
}

.good_priority {
	font-weight: bold;
}

.detail_notfound {
	color: #AAAAAA;
}

.ajax_error {
	color: black;
	background: #FFFFDD;
	padding: 10px;
	border: 2px solid #FFFF11;
	line-height: 140%;
	display: none;
	margin: 1em 0;
}



#promote-header {
	background: transparent url('../img/promote/header.png') no-repeat;
	color: #E8E8E7;
	height: 100px;
	padding: 0 10px 0 0;
}

#promote-header .logo {
	float: left;
	height: 100px;
	overflow: hidden;
	width: 130px;
}

#promote-header #member_menu {
	float: right;
	font-size: 10px;
	color: white;
	padding: 5px 0;
	background: none;
}

#promote-header #member_menu a {
	color: white;
	background: none;
	text-decoration: none;
	padding: 3px;
	font-weight: normal;
}

#promote-header .head_menu a {
	padding: 0 10px;
	font-size: 20px;
	text-decoration: none;
	color: #E8E8E7;
	background: none;
}

#promote-header #member_menu a:hover,
#promote-header #member_menu a.active,
#promote-header .head_menu a:hover,
#promote-header .head_menu a.active {
	text-decoration: none;
	color: #0099FF;
	background: none;
}

#promote-header .head_menu {
	font: 1.2em arial, verdana, sans-serif;
	font-weight: bold;
	letter-spacing: -1px;
	clear: right;
	float: right;
	top: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-decoration: none;
}


#promote-footer {
	padding: 0 20px;
	background-color: #FFFFFF;
	color: #E8E8E7;
	height:43px;
	background-image:url(../img/promote/footer.png);
	background-repeat:no-repeat;
    }
#promote-footer p {
    	margin: 0;
    	padding: 10px 0;
		font-size:12px;
    }

#promote-footer a {
	background: none;
	color: #E8E8E7;
	text-decoration: none;
	font-weight: normal;
	padding: 2px 8px;
	border-right: 1px solid #333;
}

#promote-footer a.last {
	border-right: none;
}

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


.grey {
	color: #8D8B8C;
}

div.pagination {
	text-align: right;
	font-size: 0.9em;
	margin-bottom: 10px;
}

div.pagination div {
	display: inline;
}

div.pagination .disabled {
	color: #888;
}

div.pagination .current {
	font-weight: bold;
	background: #0099FF;
	color: white;
}

div.pagination span.separator {
	color: #888;
	font-size: 0.9em;
	vertical-align: middle;
	padding: 0 4px;
}

div.pagination a {
	color: black;
	font-weight: normal;
	text-decoration: none;
}

div.pagination a, div.pagination .current {
	padding: 2px 6px;
}

div.pagination a:hover {
	background: #0099FF;
}

div.filterstring {
	float: left;
	font-style: italic;
	color: #888;
}

div.filterstring span {
	color: #0099FF;
}

.labellink, .labellink a {
	color: #8D8B8C;
	font-size: 14px;
	text-transform: lowercase;
}


.labellink a:hover {
	color: #0099FF;
}

a#fdbk_close, a#fdbk_close:hover {
	background-color: transparent;
}

.infobox {
	border: 1px solid #0099FF;
	padding: 0.5em;
	margin: 0.5em 0;
	font-size: 0.9em;
	line-height: 1.5em;
}


table.charthistory {
	margin: 10px 0;
	border-collapse: collapse;
}

table.charthistory td, table.charthistory th {
	border: 1px solid #CCCCCC;
}


table.charthistory th {
	padding: 4px;
	color: #666666;
}

table.charthistory th.group {
	border: none;
	border-bottom: 1px solid #666666;
	color: #5A96C9;
	font-size: 1.2em;
}

table.charthistory th.subgroup {
	border: none;
	border: 1px solid #CCCCCC;
	border-bottom: 1px solid #666666;
	color: #333333;
	font-size: 0.9em;
}


table.charthistory .center {
	text-align: center;
	vertical-align: middle;
}

#top_dashboard_link {
	float: right;
	display: none;
	padding-right: 10px;
	padding-top: 35px;
}

a.raquobutton {
	color: #0099FF;
	font-weight: bold; 
	padding: 0 5px;
}

a.raquobutton:hover {
	color: white;
	background: #0099FF;
	text-decoration: none;
}

.charts.path {
	padding: 10px 0;
}

.charts.path a {
	text-decoration: none;
	background: none;
	color: black;
}
.charts.path a:hover {
}

.charts.children {
	padding: 10px 0;
}

input.list, select.list, textarea.list {
	width: auto;
	font-size: 12px;
}

ul.taglist {
	list-style-type: none;
	margin: 0;
}

ul.taglist li {
	padding: 5px;
	margin: 0;
}

ul.taglist li:hover {
	background: #CCC;
}

ul.taglist a {
	text-decoration: none;
	color: black;
	background: none;
}

ul.taglist a:hover {
	text-decoration: underline;
}

ul.taglist .listfunction, dd .listfunction {
	float: right;
	font-size: 10px;
	text-decoration: none;
	line-height: 1.5em;
}

dd .listfunction {
	padding: 5px 5px 0 0;
}

.proceeding {
	background: url('../img/spinner.gif') right center no-repeat;
}

.userentry td {
	background: #EEE;
	margin: 5px 0;
}

.userentry a {
	text-decoration: none;
	background: none;
}

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

.tags {
	font-size: 0.9em;
}

.tags_header {
	color: #666;
}

#metavalues_list a {
	background: none;
}

#metavalues_list dl:hover {
	background: #CCC;
}



/* Lightbox ------------------ */

div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 30;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('../js/fancybox/fancy_progress.png') no-repeat;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 20px 20px 40px 20px;
    margin: 0;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #FFF;
	color: #000;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('../js/fancybox/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url("data:image/gif;base64,AAAA");
	outline: none;
	overflow: hidden;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('../js/fancybox/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('../js/fancybox/fancy_right.png') no-repeat;
}

a#fancy_left:hover, a#fancy_right:hover {
	visibility: visible;
	background-color: transparent;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

#fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div#fancy_bg_n {
	top: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('../js/fancybox/fancy_shadow_n.png') repeat-x;
}

div#fancy_bg_ne {
	top: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../js/fancybox/fancy_shadow_ne.png') no-repeat;
}

div#fancy_bg_e {
	right: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('../js/fancybox/fancy_shadow_e.png') repeat-y;
}

div#fancy_bg_se {
	bottom: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../js/fancybox/fancy_shadow_se.png') no-repeat;
}

div#fancy_bg_s {
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('../js/fancybox/fancy_shadow_s.png') repeat-x;
}

div#fancy_bg_sw {
	bottom: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../js/fancybox/fancy_shadow_sw.png') no-repeat;
}

div#fancy_bg_w {
	left: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('../js/fancybox/fancy_shadow_w.png') repeat-y;
}

div#fancy_bg_nw {
	top: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../js/fancybox/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
	white-space: nowrap;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url('../js/fancybox/fancy_title_left.png') repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url('../js/fancybox/fancy_title_main.png') repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url('../js/fancybox/fancy_title_right.png') repeat-x;
}

.fancy_title {
	border-right: none;
}

div#fancy_title table {
	background: none;
}

/* END Lightbox ------------------ */

input.choosebox {
	margin: 0;
}

.widgetdata td {
	border: none;
	border-bottom: 1px solid #CCC; 
}

.widgetdata tr.highlight td { background-color: #EEFFEE; cursor: pointer; }
.widgetdata tr.highlight.choosen td { cursor: default; }

.widgetdata tr.choosen td { background: #DDEEDD; }
.widgetdata tr.choosen td.choosenimage { background: #DDEEDD url('../img/icons/2.png') no-repeat 7px 12px; }
.widgetdata tr.choosen td.choosenimage.loading { background: #FFF url('../img/spinner.gif') no-repeat 2px 12px; }

.widgetdata tr .buttons { display: none; }
.widgetdata tr.choosen .buttons { display: block; }

.projectdata span {
	/* display: block; */
}

.projectdata .labelcode, .projectdata .label {
	color: #666;
}

.projectdata .labelcode {
	font-weight: bold;
}

.projectdata span.labelcode {
	display: block;
	float: left;
	width: 100px;
	overflow: hidden;
}

.projectdata .artist, .projectdata .title {
	padding-top: 2px;
	color: #000;
	font-size: 1.2em;
}

.projectdata .title {
	padding-bottom: 2px;
}

table.minitable {
}

table.minitable td {
	font-size: 11px;
	padding: 1px;
	border: none;
	border-bottom: 1px solid #CCC;
}

.description {
	border: 2px solid #0099FF;
	padding: 10px;
	margin: 10px 0;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-shadow: 1px 2px 3px #CCC;
}

.projectdescription {
	padding-left: 5px; 
	border: 1px solid #CCC; 
	margin: 10px 0 20px 0;
	padding: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

/* Account menu */
#useraccount_menu {
	display: block;
	background: url('../img/bg_menu.png') repeat-x bottom center;
	margin: 0 -20px 20px;
	padding: 0px 20px 0 20px;
	height: 35px;
	overflow: hidden;
}
#useraccount_menu li {
	/* display: inline; */
	float: left;
	list-style: none;
	margin: 5px 10px 0 0;
	border: 1px solid #999;
	
	
	
}

#useraccount_menu li a {
	color: #666;
	text-decoration: none;
	padding: 6px 10px;
	display: block;
}

#useraccount_menu li, #useraccount_menu li a {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}

#useraccount_menu li a:hover {
	/* background-color: #B4E1FF; */
	background-color: #EEE;
}

#useraccount_menu li.active {
	border-bottom: none;
	margin-top: 5px;
	-webkit-box-shadow: 2px 2px 3px #888;
	-moz-box-shadow: 2px 2px 3px #888;
	box-shadow: 2px 2px 3px #888;
}
#useraccount_menu li.active a {
	padding: 6px 15px 9px 15px;
	color: #000;
}
#useraccount_menu li.active a:hover {
	background-color: #FFF;
}

table.product_table td {
	border-right: none;
	border-bottom: 1px solid #CCC;
	padding: 10px;
}

table.product_table td.price {
	font-weight: bold;
}

table.product_table td.price span {
	display: block;
	font-size: 1.5em;
	font-weight: bold;
}

table.product_table td span.project_count {
	display: block;
	font-size: 1.9em;
	font-weight: bold;
	text-shadow: 1px 1px 2px #AAA;
}

table.product_table .actions td {
	background-color: none;
	font-size: 1.2em;
	border-top: 3px solid #CCC;
	border-bottom: none;
	text-align: center;
}
/*
table.product_table .actions td a {
	background: none;
	color: black;
	text-decoration: none;
	padding: 3px;
	margin: 3px 0;
	border: 1px solid #666;
	background: #999;
}
*/

table.product_table th {
	font-weight: bold;
	font-size: 1.4em;
	border-bottom: 3px solid #CCC;
	padding: 10px;
}

table.product_table th.slogan {
	font-weight: normal;
	font-size: 0.9em;
	border-bottom: 3px solid #CCC;
	padding: 10px;
	vertical-align: middle;
}

table.product_table .best_plan {
	border-left: 2px solid #666;
	border-right: 2px solid #666;
	background: #B6EFB3;
}

table.product_table .best_plan.top {
	border-top: 2px solid #666;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
}

table.product_table .best_plan.bottom {
	border-bottom: 2px solid #666;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
}

span.current {
	font-style: italic;
}

.normal {
	text-transform: none;
}

table.styles {
	width: auto;
}

table.styles td {
	border-right: none;
	vertical-align: middle;
}

table.styles label {
	display: inline;
	color: #666;
	font-size: 1em;
}

div.informationlist span {
	width: 100px;
	font-weight: bold;
	display: block;
	float: left;
}


form.massform label {
	float: left;
	width: 180px;
	text-transform: none;
}

form.massform input {
	width: 400px;
	clear: none;
}

form.massform a.normbutton {
	width: auto;
	margin-left: 183px;
}

form.massform p {
	padding: 0.5em;
}

#next_payment, .no_payments {
	padding: 10px 0;
	margin: 10px 0;
	font-size: 1.2em;
	border-top: 3px solid #CCC;
	border-bottom: 3px solid #CCC;
}

.no_payments {
	color: #333;
}

#new_infos {
	margin: 0 5px; 
	padding: 5px; 
	border: 2px solid #F6D671;
	border-radius: 7px;
	-moz-border-radius: 7px;
}