/*
************************* IMPORTS *************************/ 

@import url(/style/reset.css);

/*
************************* MAIN *************************/ 


body {
  text-align: center;
  font: normal 13px 'trebuchet ms', verdana, arial, helvetica;
  color: #000;
  background: #acbcc1 url(/pics/bg.gif) top center repeat-y;
  padding: 0 0 20px 0;
  }
  
td { font: normal 13px 'trebuchet ms', verdana, arial, helvetica; }

#wrapper {
  margin: 10px auto;
  width: 820px;
  text-align: left;
  background: #fff;
  }

#header {
  padding: 0 0 5px 0;
  background: url(/pics/bg.header.gif) bottom left no-repeat;
  }

#lcol {
  float: left;
  width: 430px;
  text-align: left;
  margin: 40px 0;
  }

#rcol {
  float: right;
  width: 320px;
  text-align: left;
  margin: 40px 0;
  }

#footer {
  clear: both;
  padding: 5px 0 0 0;
  background: url(/pics/bg.footer.gif) top left no-repeat;
  }
  
h1, h2 {
  font-weight: bold;
  font-size: 13px;
  color: #3d65b0;
  margin-bottom: 0.5em;
  }
  
div#logo {
  margin-bottom: 1.5em;
  }
  
strong { font-weight: bold; }

dd { margin-bottom: 10px; }

.inspring {padding-left: 20px; }

/*
************************* NAVIGATION-LIGHT *************************/ 

ul#lightnav {
  color: #acbcc1;
  margin: 0 0 1em 4px;
  }

#lightnav li {
  display: inline;
  padding: 0 5px;
  border-left: 1px solid #3d65b0;
  }

#lightnav li.first {
  padding: 0 5px 0 0;
  border: 0;
  }

#lightnav a:link, #lightnav a:visited {
  color: #acbcc1;
  text-decoration: none;
  }

#lightnav a:hover, #lightnav a.current {
  color: #3d65b0;
  text-decoration: underline;
  }
  
#lightnav img  {
  margin: 0 5px 0 0;
  vertical-align: -1px;
  }


/*
************************* NAVIGATION-MAIN *************************/ 

#navcontainer { padding: 1em 0 0;}

/* to stretch the container div to contain floated list */
#navcontainer:after
{
/* content: "."; */
content: ""; 
display: block;
line-height: 1px;
font-size: 1px;
clear: both; 
}

ul#navlist
{
list-style: none;
padding: 0;
margin: 0 auto;
width: 100%;
}

ul#navlist li
{
display: block;
float: left;
width: 100px;
margin: 0 10px 0 0;
padding: 0;
}

ul#navlist li#searchbox {
  margin-left: 60px;
  width: 310px;
  }

ul#navlist li a
{
display: block;
width: 100%;
padding: 3px 0 3px 5px;
color: #3d65b0;
text-decoration: none;
background: #f1f1f1;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a
{
text-decoration: underline;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
text-decoration: underline;
}


/*
************************* NAV-SEARCH *************************/ 

form#search input, input, select, textarea {  
  font: normal 13px 'trebuchet ms', verdana, arial, helvetica; 
  }

form#search input.txt {
  width: 245px;
  border: 1px solid #3d65b0;
  background: url(/pics/bg.search.gif) bottom left repeat-x;
  padding:1px 0 2px 3px;
  }

form#search input.btn {
  margin-left: 10px;
  width: 50px;
  background: #3d65b0;
  color: #fff;
  height: 22px;
  border: 1px solid #3d65b0;
  }


/*
************************* FOOTER *************************/ 

#ftrnavcontainer
{
padding: 0;
}

/* to stretch the container div to contain floated list */
#ftrnavcontainer:after
{
/* content: "."; */
display: block;
line-height: 1px;
font-size: 1px;
clear: both;
}

ul#ftrnavlist
{
list-style: none;
padding: 0;
margin: 0 auto;
width: 100%;
}

ul#ftrnavlist li
{
display: block;
float: left;
width: 100px;
margin: 0;
padding: 0 10px 0 0;
}


ul#ftrnavlist li a
{
display: block;
width: 100%;
padding: 3px 0 3px 5px;
color: #000;
text-decoration: none;
background: #acbcc1;
}

#ftrnavcontainer>ul#ftrnavlist li a { width: auto; }

ul#ftrnavlist li#ftractive a
{
text-decoration: underline;
}

ul#ftrnavlist li a:hover, ul#ftrnavlist li#ftractive a:hover
{
text-decoration: underline;
}

div#copyright {
  float: right;
  color: #acbcc1;
  }


/*
************************* HOMEPAGE *************************/ 


div.country_homepage h1 {
  border-bottom: 1px solid #acbcc1;
  padding-top: 5em;
  }

div.country_homepage p {
  text-transform: lowercase;
  margin-top: 0;
  }

/*
************************* CONTENT *************************/ 

#lcol p,
#rcol p {
  line-height: 20px;
  }

#lcol p { margin: 0 0 1em 0px; /*5px;*/ }
#lcol h1 {margin: 0 0 0.5em 0px; /*5px;*/ }


/*
************************* REGISTER *************************/ 

form#register {}

form#register p { }

form#register table {
  width: 430px;
  }

form#register table td {
  padding: 2px 0;
  vertical-align: top;
  }

form#register th.desc {
  width: 180px;
  }

form#register th.input {
  }


form#register td.label,
form#register td.checkbox {
  text-align: right;
  }

form#contact label,
form#register label,
form#login_form label,
form#modify_track label { 
  margin-right:5px;
  }



form#contact label {
  width:25%;
  }

/* form#register label.checkbox { 
  float: none;
  width:35%;
  margin-left:10px;
  text-align:left;
  } */

form label.noshow { 
  visibility: hidden;
  }

form#register input,
form#register select,
form#modify_track input,
form#modify_track select { 
  width:200px;
  }

form#modify_track textarea#description { 
  width:400px;
  height: 200px;
  }

form#contact input,
form#contact select,
form#contact textarea {
  width:300px;
  }

form#contact input.btn,
form#register input.btn,
form#modify_track input.btn,
form#register input.radio { 
  width:auto;
  }

form#contact textarea {
  height: 180px;
  }

form#register input.checkbox { 
  width:auto;
  margin-right: 10px;
  }


form#register img.captcha { 
  }

form em {
  font-style: italic;
  color: #acbcc1;
  }

.fielderror
{
color: red;
border-color: red;
}

form#contact .nofloat {
  width: 300px;
  }
form#contact .nofloat label, form#contact .nofloat input {
  float: none;
  width: auto;
  }

/*
************************* PROFILE  *************************/ 

div.upload_timestamp {
  color: #acbcc1;
  margin: 0 0 1em 0;
  font-size: 90%;
  }

table#orders { width: 100%; }
table#orders th { font-weight: bold; border-bottom: 1px solid #acbcc1; }
table#orders th.order_id { width: 100px; }
table#orders th.order_date { width: 210px; }
table#orders th.order_download { width: 30px; padding-right:5px; }
table#orders th.order_rebuy { width: 60px; }
table#orders td { padding: 3px 0; border-bottom: 1px dotted #acbcc1; }

div.fee_and_period { color: #acbcc1; }

/*
************************* MUSIC & TRACKS  *************************/ 

div#mp3player {
  margin-left: 30px;
  }

table#tracks {
  margin-left: 10px;
  width: 420px;
  }

span.music_display { padding-left: 30px; }
table#tracks th { font-weight: bold; border-bottom: 1px solid #acbcc1;}  
table#tracks td { border-bottom: 1px dotted #ccc;}
table#tracks th.id { width: 20px; text-align: right;}
table#tracks th.title {}
table#tracks th.controls {width: 20px; text-align: center;}
table#tracks th.action {width: 20px; text-align: center;}
table#tracks th.info {width: 20px; text-align: center;}
table#tracks td { padding: 4px 0; border-bottom: 1px solid #eee;}

table#track_info {
  width: 340px;
  margin: 10px 0 0 30px;
  }


table#track_info td {
  padding: 3px 0;
  }

table#track_info td.label {
  font-weight: bold;
  padding-right: 5px;
  }

/*
************************* PAYMENT *************************/

form#payment table {width: 100%; }
form#payment th.label { width: 100px;}
form#payment th.value {}
form#payment td { padding: 3px 10px; border-bottom: 1px dotted #acbcc1; }
form#payment td.label { font-weight: bold; background: #f1f1f1;}
form#payment input.btn { margin-top: 10px; }




/*
************************* PAGINATE  *************************/

.paginate {
  margin: 10px 0 0 0;
  padding: 0 0 10px 10px;
  text-align: center;
  }

.paginate ul, .paginate li {
  margin: 0;
  padding: 0;
  display: inline;
  list-style-type: none;
  }

.paginate a:link, .paginate a:visited {
  font-weight: normal;
  margin: 0;
  padding: 1px 7px 4px;
  text-decoration: none;
  background: #ccc;
  color: #000;
  }

.paginate a:link.arrow1, .paginate a:visited.arrow1 { background: #999; color: #fff; }
.paginate a:link.arrow2, .paginate a:visited.arrow2 { background: #666; color: #fff; }

.paginate a:link.current,
.paginate a:visited.current, 
.paginate a:hover,
.paginate a:hover.arrow1,
.paginate a:hover.arrow2 {
  background: #000;
  color: #fff;
  }

.paginate a:hover { color: #fff; }


/*
************************* VARIOUS  *************************/ 


div.inputFields {
text-align: right;
width: 390px;
}