/* 
RESET: http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {  
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
/* remember to define focus styles! */
:focus { outline: 0; }
/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
q:before { content: "" }
q:after  { content: "" }
/* END UNRESETDO */

/*
HIGHLIGHT COLOURS

aqua #4fcad0
yellow #fff045

*/

/* ________________________________________ */

body {  
  font-family: "Helvetica Neue", Arial, "Bitstream Vera Sans", Helvetica, sans-serif; 
  font-size : 62.5%; 
  line-height: 1.4;
  color: #a5a5a5;
}
/* ________________________________________ */

/* =TYPOGRAPHY */
p {
  font-size: 1.4em;
  margin: 0 0 1.4em 0;
}
blockquote {
  font-style: normal;
}
cite {
  font-style: normal;
}
acronym,
abbr {
  cursor: help;
  border: 0;
} 
a,
a:link 
a:visited,
a:focus,
a:active {
  text-decoration: none;
  color: #4fcad0;
}
a:hover {
  text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  letter-spacing: 0.02em;
}
h2 {
  font-size: 1.8em;
  font-weight: bold;
  font-style: italic;
}
h3 {
  color: #fff;
  font-size: 2em;
  margin: .8em 0 .2em 0;
}
h4 {
  font-size: 1.8em;
  line-height: 1.1;
  margin: 0 0 .4em 0;
  padding-right: 20px;
}
ul {
  font-size: 1.4em;
  margin: 0 0 1.4em 0;
  padding: 0;
  list-style: none;
}
form {
  overflow: hidden;
  border: 0; 
  margin: 0 0 1.4em 0; 
  padding: 0; 
}
form fieldset {
  clear: both;
  overflow: hidden;
  border: 0; 
  margin: .7em 0 1.4em 0; 
  padding: 0;
}
fieldset fieldset {
  margin: 0; 
}
input.text, textarea {
  border: 1px #ccc solid;
  margin: .6em 0 0 0;
  padding: 4px;
  font-family: Arial, "Helvetica Neue", "Bitstream Vera Sans", Helvetica, sans-serif; 
  font-size: 1.2em;
  background: #f3f3ff;
  width: 259px;
}
select {
  margin: .6em 0 0 0;
  padding: 4px;
  font-family: Arial, "Helvetica Neue", "Bitstream Vera Sans", Helvetica, sans-serif; 
  font-size: 1.2em;
  width: 369px;
}
label {
  clear: both;
  float: left;
  margin: .6em 0 0 0;
  padding: 4px 0;
  width: 100px;
  font-weight: bold;
  font-size: 1.2em;
}
label:hover {
  cursor: pointer;
}

/* ________________________________________ */

/* in Thickbox panels */

.overlay {
  padding: 0 20px;
}  
.overlay p {
  clear: both;
  padding-right: 20px;
}  
p.smallprint {
  font: italic 1.1em Georgia, "Times New Roman", Times, serif;
  margin: 0 0 .7em 0;
}
.success h6 {
  padding: 0 0 0 30px;
  background: url(/inc/img/bgnd/success.gif) left center no-repeat;
}

/* signup  */

form.signup {
  overflow: hidden;
  border-bottom: 1px #ccc solid;  
  padding: 0 0 2.8em 0; 
}
.alerts.overlay {
  padding-bottom: 20px;
} 
.alerts h5 {
  float: left;
  width: 380px;
  height: 30px;
  text-indent: -999em;
  margin: 0;
  overflow: hidden;
  background: url(/inc/img/bgnd/h_email-alerts.gif) left top no-repeat;
} 
.alerts h6 {
  clear: both;
  color: #7a7a7a;
  font-weight: bold;
  line-height: 1.2;
  font-size: 1.4em;
  margin: 1.4em 0 .7em 0;
} 


/* form valiadation */
ul.error {
  font-size: 1em;
}
.error li  {
  font-size: 1.4em;
  background:url("/inc/img/bgnd/error.gif") no-repeat left center;  
  padding: .2em 0 .2em 30px;
}


/* uk  */
.alerts img#Enter {
  clear: both;
  float: right;
  margin-right: 0px;
  overflow: hidden;
} 
#ukSubmit {
  padding-bottom: 1px;
}
#uk fieldset.checkbox label,
#others fieldset.checkbox label {
  width: 300px;
}
#uk fieldset.checkbox input,
#others fieldset.checkbox input {
  float: right;
  margin: 10px 4px 0 0;
}

/* usa / canada  */
#usa #submit,
#canada #submit,
#canada #listOptions input#submit {
  float: right;
  margin: 4px 0px 0 0;
  width: 127px;
  height: 28px;
  border: 0;
  background: none transparent;
}
#canada #submit {
  margin-top: 1.4em;
}
#canada fieldset span {
  display: block;
  font-size: 1.2em;
  padding: .7em 0 0 100px;
}  
#personalInfo   {
  margin: 0 0 4.2em 0;
}
#personalInfo #formats  {
  margin: 1.3em 0px 0 0;
  padding: 1.4em 0; 
  border-top: 1px #ccc solid;
  border-bottom: 1px #ccc solid; 
}
#personalInfo #formats fieldset {
  float: left;
  clear: none;
  margin: 1.3em 20px 0 0;
  width: 249px;
}
#canada form.signup {
  padding: 0 0 1.4em 0; 
}
#canada #personalInfo #formats fieldset input {
  float: none;
  display: inline;
  margin: 10px 0 0 0;
}
#canada #personalInfo #formats fieldset label {
  clear: none;
  float: none;
  display: inline;
  margin: 0;
  padding: 4px 5px;
  font-weight: normal;
}
#canada #personalInfo #formats fieldset  {
  clear: none;
  margin: 0;
  width: 130px;
}
#canada #listOptions label {
  width: 300px;
}
#canada #listOptions input.text {
  float: right;
  margin: 10px 20px 0 0;
  border: 1px #ccc solid;
  background: none;
  padding: 0;
}
p.back {
  font-weight: bold;
}


#contact h4 {
  background:transparent url(/inc/img/bgnd/h_contact_us.gif) no-repeat  left top;
  float:left;
  height:30px;
  margin:0 0 10px;
  overflow:hidden;
  text-indent:-999em;
  width:380px;
}
#contact p {
  margin:0;
}
#terms h4 {
  background:transparent url(/inc/img/bgnd/h_terms.gif) no-repeat  left top;
  float:left;
  height:30px;
  margin:0;
  overflow:hidden;
  text-indent:-999em;
  width:380px;
}
#terms ul {
  font-size: 1em;
  line-height: 1;
  margin: 0;
}
#terms li {
  clear: both;
  overflow: hidden;
  margin: 1.3em 0 0 0;
  padding: 1em 0 0 0;
  border-top: 1px #ddd solid;
  font-size: 1em;
  line-height: 1;
}
#terms li ul li {
  margin: .3em 0 0 0;
  padding: .6em 0 0 0;
}
#terms h5 {
  float: left;
  width: 140px;
  font-size: 1.4em;
  color: #7a7a7a;
}
#terms li ul {
  margin: 0;
  font-size: 1.1em;
}
#terms li ul li {
  font-size: 1em;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  width: 120px;
  color: #ccc;
}
#terms li ul,
#terms li ul li {
  clear: none;
  float: left;
  border: none;
}
#terms a:visited {
  font-weight: bold;
  color: #4fcad0;
}
#terms a:link {
  text-decoration: underline;
}
#terms a:active {
  color: #7a7a7a;
  text-decoration: none;
}



#ringtones {
  background: #1c1c1c;
  padding-top: 20px;
  padding-bottom: 20px;
  border-left: 1px #fff solid;
}
#ringtones h4 {
  background:transparent url(/inc/img/bgnd/h_ringtones.gif) no-repeat  left top;
  float:left;
  height:30px;
  margin:0;
  overflow:hidden;
  text-indent:-999em;
  width:380px;
}
#ringtones ul {
  font-size: 1em;
  width: 358px;
}
#ringtones ul li {
  border-top:1px solid #545454;
  clear:both;
  margin:0.1em 0 0;
  padding:0.6em 0 0;
  overflow:hidden;
}
#ringtones ul li.first {
  border: none;
  margin:0;
  padding:0;
}
#ringtones .more {
  float: right;
}
#ringtones h5 {
  color:#fff;
  float:left;
  font-size:1.4em;
  margin:0 0 0.6em;
  width:260px;
}
#ringtones h5 a {
  color:#FFF045;
}




