.gr {
	color: #ccc;	
}

#fieldset-terms_submit {
border: none;
}
#email_cont{
	  
    
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -300px;
    width: 500px;
    
    
	
}
/* forms
---------------------- */

dl.form
{
    padding-left:5px;
}

dl.form dt
{
    margin-top: 10px;/*margin-bottom:6px;*/
}

/** dpv
dl.form dt label
{
    color:#333;
}
**/

dl.form dt label.invalid, label.invalid
{
    color:#dd0c10;
}
dl.form dd
{
    margin:3px 0px 5px 0px;
}

dl.form dd.hidden
{
    display:none;
}

dl.form p.description
{
    font-family:"Lucida Grande", Arial, Verdana, Sans-Serif;
    font-size:11px;
    margin:0px 0px 3px 0px;
    padding:0px;
    color:#666;
}

div.form_errors_block
{
    background:#ffecec;
    border:1px solid #dd4c10;
    margin:0px 0px 10px 0px;
    padding:10px;
}

div.form_errors_block ul
{
    padding-left:20px;
    list-style:square;
}

div.form_errors_block li
{
    margin:5px 0px 5px 0px;
}

div.form_errors_block p.message
{
    font-family:"Lucida Grande", Arial, Verdana, Sans-Serif;
    font-size:15px;
    margin:0px 0px 10px 0px;
    padding:0px;
    color:#333;
}

dl.form.medium label
{
    font-size:11px;
}

dl.form.large label
{
  margin-right: 10px;
  font-size:12px;
}

dl.form.medium input
{
    /*padding:2px;*/
    font-size:11px;
}

dl.form.medium input[type=text], dl.form.medium input[type=password], dl.form.medium select
{
    /*padding:4px;*/
    font-size:11px;
}

dl.form.large input, dl.form.large select
{
    border:1px solid #ccc; 
    padding: 5px;
    font-family: Tahoma, Arial;
}
dl.form.large textarea
{
    border:1px solid #ccc;
}

dl.form.large input[type=submit], input[type=submit], #tell_a_friend #orange-submit-button
{
	background:url(/images/buttons/orange_submit.png) no-repeat; border:0; width:110px; height:42px; cursor:pointer;
}


dl.form div.static
{
    padding:4px 0px 14px;

}

dl.form label.disabled
{
    color:#999;
}

dl.form input.disabled
{
    background:#eee;
}


.hide{
	display:none;
}
div.message_flash_success
{
    background:#ecffec;
    border:1px solid #4cdd10;
    margin:0px 0px 10px 0px;
    padding:10px;
}

.dark{color:#323333;}


table.tablesorter, table.tablesorter-search {
	margin:0px 0pt 0px;
	width: 100%;
	text-align: center;
}
.tablesorter thead tr th, .tablesorter tfoot tr th, .tablesorter-search thead tr th, .tablesorter-search tfoot tr th {
	background-color: #E9E9E9;
	border: 1px solid #FFF;
	padding: 4px;
}

.tablesorter thead tr .header_sort, .tablesorter-search thead tr .header_sort {
	background-image: url(/images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
.tablesorter tbody td, .tablesorter-search tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
.tablesorter .odd td, .tablesorter-search .odd td {
	background-color:#F0F0F6;
}
.tablesorter thead tr .headerSortUp, .tablesorter-search thead tr .headerSortUp {
	background-image: url(/images/asc.gif);
	background-color: #E5E5E5; 
}
.tablesorter thead tr .headerSortDown, .tablesorter-search thead tr .headerSortDown {
	background-image: url(/images/desc.gif);
	background-color: #E5E5E5; 
}
.tablesorter thead tr .headerSortDown, .tablesorter thead tr .headerSortUp, .tablesorter-search thead tr .headerSortDown, .tablesorter-search thead tr .headerSortUp {
background-color: #E5E5E5;
}
.tsort_cont { margin: 0px 1px; }

.tablesorter th, .tablesorter-search th {
	color: #333;
	font-size: 12px;
	font-weight: 200 !important;	
}


.tablesorter .item .gray, .tablesorter-search .item .gray {
	text-align: left;
}

.jqmOverlay { background-color: #ADADAD; }
.jqmWindow { display:none; }

#tell_a_friend label{
	display:block;
	font-family:Verdana,sans serif;
	font-size:11px;
}

#tell_a_friend input[type=text] {
	border:1px solid #CCCCCC;
	font-size:19px;
	height:24px;
	padding-left:3px;
	width:227px;	
}



#tell_a_friend textarea {
	border:1px solid #CCCCCC;
	font-size:19px;
	padding-left:3px;
}

.form_pad {
	 padding-left:27px;
	
}

/* begin css tabs */

ul#tabnav { /* general settings */
text-align: left; /* set to left, right or center */
margin: 1em 0 1em 0; /* set margins as desired */

border-bottom: 1px solid #5BB5E1; /* set border COLOR as desired */
list-style-type: none;
padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tabnav li { /* do not change */
display: inline;
}

ul#tabnav li.active { /* settings for selected tab */
border-bottom: 1px solid #fff; /* set border color to page background color */
background-color: #fff; /* set background color to match above border color */
}

/** dpv 
ul#tabnav .active a { 
background-color: #eee; 
color: #000; 
position: relative;
top: 1px;
padding-top: 4px;
}
**/

ul#tabnav a { /* settings for all tab links */
padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 1px solid #5BB5E1; /* set border COLOR as desired; usually matches border color specified in #tabnav */
background-color: #fff; /* set unselected tab background color as desired */
color: #666; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
}

ul#tabnav a:hover { /* settings for hover effect */
background: #fff; /* set desired hover color */
}

/* end css tabs */
#update_captcha{
	text-decoration: underline;
}

/* zebra tables */

.smalltable {
	border: 1px solid #ccc;
	border-collapse: collapse;
}
.smalltable thead tr { border-bottom: 1px solid #ccc;background: #E6E6E6; font-weight:bold; text-align:left;}
.smalltable thead tr th {padding: 0.2em 0.5em;}
.smalltable tbody tr {border-bottom: 1px solid #ccc;}
.smalltable tbody tr td {
	padding: 0.2em 0.9em;
	border-left: 1px solid #D9D9D9;
}

#playlist {
	border: 1px solid #ccc;
	border-collapse: collapse;
}
#playlist thead tr { border-bottom: 1px solid #ccc;background: #E6E6E6; font-weight:bold; text-align:left;}
#playlist thead tr th {
		padding: 0.4em 0.5em;
}
#playlist tbody tr td, #cbsummary tr td {
	padding: 0.4em 0.5em;
}
#userinfo tr td {
	padding: 0.4em 0em;
}
.even { background: #E2F6FD; }

#usercp{
	border: 1px solid #0d92d5;
	padding: 15px;
	width: 702px;
}

#usercp a{
	color:#0000FE;
	text-decoration: underline;
}
.paginationControl_simple {
	margin:5px 0px;	
}


.paginationControl_simple a.right{
	float:right;
}
.email{
	color: #00F;
}

#tabs1 {
      float:left;
      font-size:93%;
      line-height:normal;
}
    #tabs1 ul {
          margin:0;
          
          list-style:none;
      }
    #tabs1 li {
      display:inline;
      margin:0;
      padding:0;
      
      }
    #tabs1 a {
      float:left;
      background:url("/images/tableft1.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs1 a span {
      float:left;
      display:block;
      background:url("/images/tabright1.gif") no-repeat right top;
      padding:5px 20px 4px 11px;
      
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs1 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      
      }
    #tabs1 a:hover {
      background-position:0% -42px;
      }
    #tabs1 a:hover span {
      background-position:100% -42px;
      }

      #tabs1 .current a {
              background-position:0% -42px;
      }
      #tabs1 .current a span {
              background-position:100% -42px;
      }
      
#fieldset-contacts,
#fieldset-payment{
 border: 0px;     	
}

#dash{
	width: 103px;
}

#cbd{
	width:89px;
}

#full-column {
	margin-left: 10px;
}

#full-column p strong {
	display: block;
	clear: both;
	padding-top: 5px !important;
}

#full-column A {
	text-decoration: underline;
	color: #0887C8;
}

#full-column li {
	margin-left: 20px;
}

#full-column ul {
	margin-top: 5px;
}
#full-column P {
	margin-bottom: 10px !important;
	margin-top: 10px !important;
}

.cntr {
	text-align: center !important;
	width: 130px;
}
.lalign {
	text-align: left !important;
}


