
/* STRUCTURE */

  #full_header {
    height: 354px;
    padding: 0;
  }

  #container {
    position: absolute;
    padding: 12px 0 0 12px;
    font-size: 62.5%;                               /* This is so 1px = .1em, instead of 12px, i can use 1.2em */
  	font: 12px "Trebuchet MS", Verdana, sans-Serif;
  	color: #000; 
  	width:98.5%;
    z-index: 1;  	
  	background-color: transparent;
  }

  
  #back_stripe {
    position: absolute;
    top: 72px; 
    height: 330px; 
    width: 984px; 
    background-color: #90BA6D;
    
  	border-style: solid;
  	border-color: white;
  	border-width: 7px 7px 7px 0;
  }

  #admin_back_stripe {
    position: absolute;
    top: 72px; 
    height: 300px; 
    width: 1184px; 
    background-color: #90BA6D;
    
  	border-style: solid;
  	border-color: white;
  	border-width: 7px 7px 7px 0;
  }

  #content {
    _position:relative;
    _top:-5px;
  	background-color: #D6D7DE; 	
  	width: 727px;
  	padding: 10px 25px 15px 25px;
  	font-family: Arial, "Lucida grande", sans-Serif;
  	font-size: 12px;
    line-height: 17px;
  	
  	border-style: solid;
  	border-color: white;
  	border-width: 0 7px 7px 7px;
  }

  #admin_content {
    _position:relative;
    _top:-5px;
  	background-color: #D6D7DE; 	
  	width: 927px;
  	padding: 10px 25px 15px 25px;
  	font-family: Arial, "Lucida grande", sans-Serif;
  	font-size: 12px;
    line-height: 17px;
  	
  	border-style: solid;
  	border-color: white;
  	border-width: 0 7px 7px 7px;
  }
  
  #admin_content table td{
  	border: 1px solid #aaaaaa;
  }
  
  #admin_content table th{
  	border: 1px solid #444444;
  	font-weight:bold;
  	background: #75a3d7;
  }


  
  #full_menu { 
    position:absolute;
    left:803px;
  	overflow: hidden; 
    width: 188px;
    float:none;
  }
  
  #admin_menu { 
    position:absolute;
    left:1003px;
  	overflow: hidden; 
    width: 188px;
    float:none;
  }

  #margin {
    position:absolute;
    left:803px;
    top: 366px;
  	overflow-x: hidden; 
  	overflow-y: visible; 
    width: 188px;
    float:none;
  }
  
  #cart {
    position:absolute; 
    left: 812px;
    top: 359px;
    width: 155px;	
    background: #75a3d7; 
    border-style: solid; 
    border-color: white; 
    border-width: 7px 7px 7px 7px; 
    padding: 5px; 
    font-size: 10px; 
    z-index: 10; 
    font-family: Arial, sans-Serif;
  } 
  
  .cart-title {
    color: white;
    font-size: 11px;
    text-transform: uppercase;
    padding-bottom: 5px;
  }
    
  .cart-project-title {
    color: white;
    text-align: right;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 5px;
    border-width: 0 0 1px 0;
    border-style: dotted;
    border-color: white;
  }
  
  .cart_track_master {
    padding-top: 3px;
    text-align: left;
  }
  
  .cart_track_performer {
    text-align: right;
    padding-bottom: 2px;
    border-width: 0 0 1px 0;
    border-style: dotted;
    border-color: white;
  }
  
  
  .cart_total_line {
    padding-top: 5px;
    padding-bottom: 5px;    
    text-align: right;
  }
  
  .cart_text {
    padding-top: 5px;
    padding-bottom: 5px;    
  }
  
/* ###################### */



/* HTML TAGS */

  body {
  	background-color: #333;
  }
  
  a img, :link img, :visited img, img, span a img { 
  	border: 0px;
  }	
  
  h1 {
  	color: #2e6600; 
  	font-size: 20px;
  	letter-spacing: 2px;
  	padding-bottom: 5px;  	
  }
  
  h2 {
  	font-size: 16px;
  	letter-spacing: 1px;
  	padding-bottom: 9px;  	
  }
  
  h3 {
  	font-size: 14px;
  	padding-bottom: 8px;
  }
  
  hr {
  	border: 0px;
  	color: #90ba6d;
  	padding: 1px;
  	background: #90ba6d;
  	margin-top: 15px;
  	margin-bottom: 10px;
  	width: 95%;
  }
  	  
  p {
    padding: 5px 0 10px 0;
  }
  
  ul {
  	list-style-type: circle;
  	line-height: 20px;
   	padding: 5px 0 10px 25px;
  }

  ol {
    font-size: 10px;  
  	line-height: 20px;
  	padding-top: 5px;
  	padding-left: 25px;
  }
  
  th {
    border: none;
  }
  
  td {
    padding: 2px;
  }

  strong {
    font-weight: bold;
  }
/* ###################### */



/* NAVIGATION MENU */

  #navcontainer
  {
    padding-top: 10px;
    padding-left: 0px;
    width: 181px;
  }
  
  /* For all ul */
  #navcontainer ul
  {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    list-style-type: none;
  	font-family: "Lucida grande", Arial, sans-Serif;
  }
  
  /* For all li */
  #navcontainer li 
  { 
    margin: 0 0 0 0; 
    line-height: 18px;  
  	border-bottom: #90BA6D solid 1px; /* weird IE bug fix.. */
  }
  
  /* For all links */
  #navcontainer a
  {
  	text-transform: uppercase;
    text-decoration: none;
  	font-size: 13px;
  	font-weight: bold;  
    display: block;
    padding: 2px 2px 0px 18px;
    color: #fff;
  }
  
  /* For all links hover */
  #navcontainer a:hover
  {
    background-color: #fff;
    color: #D75050;  
  }
  
  /* IE Fix */
  #navcontainer ul li ul {
    _height: 0px; /* underscore hack - style only read by IE */
    margin: 0 0 0 0; 
  }
  
  /* For sub-menu li */
  #navcontainer ul li ul li { 
    margin: 0 0 1px 0; 
    
  }
  
  /* For sub-menu links */
  #navcontainer ul li ul li a {
    display: block;
    font-variant: small-caps;
  	font-size: 12px;
    text-decoration: none;	
  	text-transform: none;  
  	font-weight: normal;  	
    padding: 0px 0px 0px 38px;

    color: #fff;  
  }
  
  #navcontainer #active {
    background-color: #fff;
    color: #1C7A1C;  
  }

/* ###################### */



  
/* ADMIN STUFF */

  #model_controls {
		height: 50px;
  }

	#model_actions {
  	float: right;
		width: 400px;
		line-height: 30px;
	}
	
	#model_search {
	}
	
	.model_action	{
		float: right;
		padding-right: 10px;
	}
	

/* ###################### */



 
/* LOGIN BOX BEGIN */

  #login_box {
    float: right;
    width: 165px;
  	height: 55px;
  	background: #75a3d7;
  	border: 6px solid #fff;
  	padding: 0px;
  	font-size: 9px;
  }
  
  #login_box_username {
    float: left;
    height: 20px;
    padding-top: 4px;
    padding-left: 3px;
  }
  
  #login_box_sign_up {
    float: right;
    height: 20px;
    padding-top: 4px;
    padding-right: 15px;
  }
  
  #login_box_forgot {
    float: right;
    height: 20px;
    padding-top: 4px;
    padding-right: 15px;
  }  
  
  #login_box_password {
    float: left;
    height: 20px;
    padding-top: 4px;
    padding-left: 3px;
  }
  
  #login_box_submit {
    float: right;
    height: 20px;
    padding-top: 2px;
    padding-right: 6px;
  }
  
  #login_box_submit .submit {
    font-size: 1.1em;  
  }
          
  #login_box a { 
  	font-weight: bold;
  	color: #0A3C56; 
  	text-decoration: none;	
  	border-bottom: 1px dotted #0A3C56;
  }
  
  #no_login_box {
  	height: 69px;
  }
  
  #logged_in {
  	padding: 5px 0 0 10px;
  }

/* ###################### */





/* HEADER */
  
  #full_header img {
  	border: 7px solid #fff;  
  }
  
/* ###################### */



/* CONTENT */

  #content a { 
  	font-weight: bold;
  	color: #0A3C56; 
  	text-decoration: none;
  	border-bottom: 1px dotted #0A3C56;
  }
  
  
  #content a:visited { 
  	font-weight: bold;
  	color: #0A3C56; 
  	text-decoration: none;	
  	border-bottom: 1px dotted #0A3C56;
  }
  
  #content a:hover { 
  	color: #4CA305;
  	text-decoration: none;
  	border-bottom: 1px solid #4CA305;	
  }

/* ###################### */

/* MY ACCOUNT */

/* Projects */
  .project_short {
    background-color: #EEEEEE;
    width: 97%;
    height: 3.3em;
    border: grey solid 1px;
    padding-left: 5px;
  }
  
  .project_actions {
    width: 40%;
    float: right;
  }
  
  #content .project_action {
    background-color: #FFEEBB;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: lightgrey;
    float: right;
    text-align: right;
    padding: 1px;
  }
  
  #content .project_action:hover {
    background-color: blue;
  }
  
  #content .project_action a {
    border-bottom: 0;
    color: darkslategrey;
  }
  
  #content .project_action:hover a {
    color: white;
  }

  
  .project_name {
    font-weight: bold;
    line-height: 1.7em;
  }
  
  .project_details {
    
  }


/* USER Actions */
.user_actions {
  width: 40%;
  float: right;
}

#content .user_action {
  background-color: #FFEEBB;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: lightgrey;
  float: right;
  text-align: right;
  padding: 1px;
}

#content .user_action:hover {
  background-color: blue;
}

#content .user_action a {
  border-bottom: 0;
  color: darkslategrey;
}

#content .user_action:hover a {
  color: white;
}


/* ###################### */

/* CATALOG */
  .track {
    background-color: #BEBFCA;
    color: black;
    font-family: Arial, Verdana, Helvetica;
    font-size: 10px;
    padding: 5px 2px 3px 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #A5A7B7;
    width: 723px;
  }
  
  .track_cleared {
    background-color: #9BBA82;
    color: white;
    font-family: Arial;
    font-size: 10px;
    padding: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #7AA25A;
    width: 720px;
  }  

#track_header {
    background-color: #75a3d7;
    color: white;
    font-family: Arial;
    font-size: 10px;
    padding: 5px 5px 5px 5px;
    margin-bottom: 15px;
    border-style: solid;
    border-width: 1px;
    border-color: #7AA25A;
    width: 720px;
  }  

 #track_header a { 
  	font-weight: bold;
  	color: #ffffff; 
  	text-decoration: none;
  	border-bottom: 0px solid;
  }
  
  
  #track_header a:visited { 
  	font-weight: bold;
  	color: #ffffff; 
  	text-decoration: none;	
  	border-bottom: 0px solid;
  }
  
  #track_header a:hover { 
  	color: #ffffff;
  	text-decoration: none;
   	border-bottom: 0px solid;
 }


.track_flags {
    float: right;
    width: 44px;
    height: 30px;    
    background-image: url(/images/oval_BG.jpg); 
    background-repeat: no-repeat; 
    background-position: 0px 3px;
    padding: 10px 0 0 6px;
  }
  
  .track_checkout_flags {
    float: right;
    width: 44px;
    height: 30px;    
  }
  
  .track_cleared_logo {
    float:right; 
    width: 50px;
    height: 30px;    
  }
    
  .track_data {
    float: right;  
    width: 635px;
    border-style: dashed;
    border-width: 0 1px 0 1px;
    border-color: #1C7A1C;
    padding: 0 5px 0 5px;
  }
  
  .track_add {
  }
  
  


  #content .track_cleared a {
  	color: white;  
  	text-decoration: none;
  	border-bottom: 0;
  }

  .track_add_cleared {
    height: 3em;
  	width: 2em;
  	font-size: 10px;
  	line-height: 10px;
  	position: relative;
  	text-align: center;
  	top: 5px;
  	left: 0px;
    background-color: transparent;
  }
  
  .track_add_cleared a img.add_track_icon { 
    background-image: url(/images/plus_off.png); 
  }
    
  .track_add_cleared:hover a img.add_track_icon {
    background-image: url(/images/plus_on.png);
  }

  .track_remove {
    height: 16px;
    width: 16px;
  	position: relative;
    top: 9px;
    background-color: transparent;
  }

  a img.remove_track_icon { 
    background-image: url(/images/minus_off.png); 
  }
    
  a:hover img.remove_track_icon {
    background-image: url(/images/minus_on.png);
  }
  

  

  
  .track_data_1 {
    border-style: dashed;
    border-width: 0 0 1px 0;
    border-color: #1C7A1C;  
  }
  
  .track_name {
    font-size: 12px;
  }
  
  .track_publisher {
  	font-size:12px;
  }
  
  .track_performer {
    font-size: 12px;
    font-weight: bold;    
    font-variant: small-caps;
  }
  
  .track_release {
    font-size: 11px;
  }
  
  .track_label {
    font-size: 11px;
  }        
/* ###################### */

/* FOOTER */
  
  #footer {
    width: 350px;
    position: relative;
    left: 275px;
  	top: 12px;
  	padding-bottom: 10px;
  }
  
  #footer a { 
  	font-size: 10px;
  	text-transform: uppercase;  
  	font-weight: bold;
  	text-decoration: none;	
  	color: white;   	
  	border-bottom: 1px dotted white;
  }
  
  
  #footer a:visited { 
  	color: white; 
  }
  
  #footer a:hover { 
  	color: #4CA305;
  	border-color: #4CA305;	
  }


/* ###################### */


/* PAGINATION */

  .pagination ul {
    font-size: 10px;
    text-align: center;  
  }
  
  .pagination ul li {
    display: inline; 
  }
  
  .pagination ul li a { 
    text-decoration: none; 
    padding: .1em .1em;  
  }    

  .pagination a { 
    text-decoration: none; 
    border: 0px;
  }    


/* ###################### */



/* FORMS */
  .form {
  	font-size: 12px;
  	font-weight: bold;
  	color: #fff;
  }
  
  .input {
  	font-family: Arial, "Lucida grande", sans-Serif;
  	font-size: 11px;
  	font-weight: normal;
  	color: #000;
  	border: 1px solid #b5c7d8;
  	padding: 2px;
  	line-height: 20px;
  	background: #fff;
  }
  
  .submit {
  	font-size: 14px;
  	color: #333;
  	font-weight: bold;
  	background: #fff;
  	padding: 1px;
  	border: 2px solid #75a3d7;
  }

  .submit_mini {
  	font-size: 9px;
  	color: #333;
  	font-weight: bold;
  	background: #fff;
  	padding: 1px;
  	border: 1px solid #75a3d7;
  }
  
  img.edit_item { 
    background-image: url(/images/edit_off.png); 
    background-repeat: no-repeat; 
    border: none; }
    
  a:hover img.edit_item {
    background-image: url(/images/edit_on.png); 
    background-color: transparent; 
    background-repeat: no-repeat; 
    border: none;}
  
  img.delete_item { 
    background-image: url(/images/delete_off.png); 
    background-repeat: no-repeat; 
    border: none; }
    
  a:hover img.delete_item {
    background-image: url(/images/delete_on.png);
    background-color: transparent;
    background-repeat: no-repeat; 
    border: none;}

/* ###################### */

  #catalog_search_overlay {
  	background: #D6D7DE;
    font-family: Arial, Verdana, Helvetica;
  	font-size: 11px;
  	border: 7px solid #fff;
  	width: 585px;
  	height: 105px;
  	padding: 3px 0 0 5px;
  	position: absolute;
  	top: 228px;
  	left: 100px;
  	z-index: 1;
  }

  #catalog_search_overlay_admin {
  	background: #D6D7DE;
    font-family: Arial, Verdana, Helvetica;
  	font-size: 11px;
  	border: 7px solid #fff;
  	width: 585px;
  	height: 105px;
  	padding: 3px 0 0 5px;
  	position: absolute;
  	top: 132px;
  	left: 100px;
  	z-index: 1;
  }

  .search_title { 
  	text-transform: uppercase;  
  	color: #2e6600; 
  	font-size: 18px;
  	font-weight: bold;
  	letter-spacing: 2px;
  	padding-bottom: 5px;  	
  }
  
  .search_table_container {
    padding-left: 5px;
    border-style: dashed;
    border-width: 0 0 0 1px;
    border-color: #1C7A1C;    
  }
  
  .search_cell {
    float: left;
    width: 110px;
    height: 60px;
    padding: 3px 3px 3px 15px;
    border-style: dashed;
    border-width: 0 1px 0 0;
    border-color: #1C7A1C;
    text-align: left;
    vertical-align: top;
  }
  
  .search_cell_search {
    float: left;
    width: 175px;
    height: 60px;
    border-style: dashed;
    border-width: 0 1px 0 0;
    border-color: #1C7A1C;
    text-align: left;   
    vertical-align: middle;
  }
    
  .search_cell .bold_text {  
  	font-weight: bold;
  }
  
  .highlighted {
    background-color: #FFFF98;
    color: black;
  }

/* ERRORS / WARNINGS / NOTICE */

  #flash {
  	background: #EEEECC;
  	border: 7px solid #fff;
  	width: 650px;
  	padding-top: 3px;
  	padding-bottom: 3px;
  	position: absolute;
  	top: 157px;
  	left: 75px;
  	z-index: 1;
  }
  
  .fieldWithErrors {
    width: 1px;
  	padding: 2px;
  	background-color: red;
  	display: table;
  	}
  
  #errorExplanation {
  	width: 620px;
  	border: 7px solid #fff;
  	padding-top: 3px;
  	padding-bottom: 3px;
  	background-color: #EE9922;
  	position: absolute;
  	top: 100px;
  	left: 32px;
  	_top : -224px;
  	_left: 26px;
  	z-index: 2;
  	}
  
  #errorExplanation h2 {
  	font-weight: bold;
  	padding-top: 5px;
  	padding-bottom: 10px;
  	padding-left: 10px;
  	font-size: 13px;
  	margin: -7px;
  	background-color: #fff;
  	color: #000;
  	}
  
  #errorExplanation p {
  	color: #333;
  	margin-bottom: 0;
  	}

/* ###################### */




/* Various specific styles */
          
  .required_field {
  	color: red;
  }
  
  .form_entry {
    display: block;
    padding: 3px 0 3px 0;
  }
  
  .form_label {
    width: 130px;
    float: left;
    text-align: right;
    padding-right: 15px;
  }
  
  .form_field {
    float: left;
  }

  .form_help {
    float: left;
    padding-left: 15px;
  }
    
  .form_right {
    padding-top:3px;
  }

  .form_right .form_label_right {
    padding-left: 20px;
  }    
  
  .form_right .form_label_left {
    float: left;
    width: 140px;
    padding-right: 10px;
    text-align: right;
  }    

  .form_right .form_field_right {
    
  }    

  .form_right .form_field_left {
    float: left;    
  }      


  
  .user_div {
    border: solid 2px;
    border-color: white;
  }
  
  .track_request_input {
    width: 145px;
    float: left;
  }
  
  .track_request_submit {
    width: 120px;
    float: left;  
    padding-left: 10px;
  }

  .bold_text {
  	font-weight: bold;
  }
    
  .larger_text {
  	font: 14px "Trebuchet MS", Verdana, sans-Serif;
  }
  
  .terms {
    font-size: 10px;
  }

  .terms_table tr {
    padding-top: 10px;
  }
    
  .terms_table tr td {
    vertical-align: top;
    font-size: 10px;
  }
  
  .terms_table .left_column {
    width: 100px;
    vertical-align: top;
    text-align: right;
    font-size: 10px;
    font-weight: bold;
    padding-right: 30px;
  }
  
  .big_link {
  	font: 18px "Trebuchet MS", Verdana, sans-Serif;
  }  

  .actions {
    float: right;
  }  

/* ###################### */


/* ###################### */

/* mods added nov 16 */


/* mini_header is the new top header */
  #mini_header {
    height: 243px;
    padding: 0;
  }
  
  #mini_header img {
  	border: 7px solid #fff;
  }  

/* intro_header holds the rollover buttons */
  #intro_header {
	height: 111px;
	padding: 0;
	
    _position:relative;
    _top:-5px;
  }

/* rollover buttons */
.rollover_yellow a {
	display:block;
	width: 251px;
	height: 104px;
	text-transform: uppercase;
	color: #2e6600;
	font-size: 20px;
	letter-spacing: 2px;
	text-decoration: none;
	background-image: url(/images/btn_yellow.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	border-style: solid;
	border-color: white;
	border-width: 0px 7px 0px 7px;
	position: absolute;
	font-weight: bold;
}
.rollover_yellow a:hover { 
	background-position: 0 -104px;
	color: #FFFFFF;
}
.rollover_yellow a:active {
	background-position: 0 -208px;
}

.rollover_green a {
	display:block;
	width: 261px;
	height: 104px;
	text-decoration: none;
	background-image: url(/images/btn_green.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	border-style: solid;
	border-color: white;
	border-width: 0px 0px 0px 0px;
	left: 277px;
	position: absolute;
	z-index: 20;
}
.rollover_green a:hover { 
	background-position: 0 -104px;
}
.rollover_green a:active {
	background-position: 0 -208px;
}

.rollover_blue a {
	display:block;
	width: 251px;
	height: 104px;
	text-decoration: none;
	background-image: url(/images/btn_blue.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	border-style: solid;
	border-color: white;
	border-width: 0px 7px 0px 7px;
	left: 538px;
	position: absolute;
	z-index: 21;
}
.rollover_blue a:hover { 
	background-position: 0 -104px;
}
.rollover_blue a:active {
	background-position: 0 -208px;
}

.rollover_selected a {
	background-position: 0 -208px;
}


/* hack for IE */

* html .rollover_yellow a {
	border-style: solid;
	border-color: white;
	border-width: 0px 7px 7px 7px;
}

* html .rollover_yellow_selected a {
	border-style: solid;
	border-color: white;
	border-width: 0px 7px 7px 7px;
}

* html .rollover_green a {
	left: 265px;
	border-style: solid;
	border-color: white;
	border-width: 0px 7px 7px 0px;
}

* html .rollover_green_selected a {
	left: 265px;
	border-style: solid;
	border-color: white;
	border-width: 0px 7px 7px 0px;
}

* html .rollover_blue a {
	left: 526px;
	border-style: solid;
	border-color: white;
	border-width: 0px 7px 7px 7px;
}

* html .rollover_blue_selected a {
	left: 526px;
	border-style: solid;
	border-color: white;
	border-width: 0px 7px 7px 7px;
}

  #promo {
	position:absolute;
	left:803px;
	overflow: hidden;
	width: 188px;
	float:none;
	top: 359px;
  }

	.intro {
	font-size:1.1em;
	font-weight:bold;
	}
	
	.question {
	font-size:1.1em;
	font-weight:normal;
	padding-left: 20px;
	}
	
	.formtxt {
	font-size:1.1em;
	font-weight:bold;
	}

	.greentxt {
	color: #2e6600;
	background-image: url(/images/bullet_green.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

	.headertxt {
	background-image: url(/images/bullet_green.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

  .ital_text {
	font-style: italic;
  }

.frmLink { text-decoration: underline; }
.frmLink:hover { text-decoration: none; color: #FF0000; }


.bundle_popup {
	position:absolute;
    font: 12px "Trebuchet MS", Verdana, sans-Serif;
    color: #000; 
	width:210px;
	height:100px;
	z-index:10;
	left: 550px;
	top: 490px;
	background: url(/images/bg_popup.gif);
	background-repeat: no-repeat;
	margin: 0px 5px 0px 0px;
	padding: 20px 5px 0px 30px;
	visibility: hidden;
}

.bundle_popup p {
	font-size: 11px;
	line-height: 1.5em;
}


#bundle_popup {
	position:absolute;
  font: 12px "Trebuchet MS", Verdana, sans-Serif;
  color: #000; 
	width:210px;
	height:100px;
	z-index:10;
	left: 520px;
	top: 400px;
	background: url(/images/bg_popup.gif);
	background-repeat: no-repeat;
	margin: 0px 5px 0px 0px;
	padding: 20px 5px 0px 30px;
	visibility: hidden;
}

#bundle_popup p {
	font-size: 11px;
	line-height: 1.5em;
}

#bundle_popup2 {
	position:absolute;
	font: 12px "Trebuchet MS", Verdana, sans-Serif;
	color: #000;
	width:210px;
	height:100px;
	z-index:10;
	left: 520px;
	top: 420px;
	background: url(/images/bg_popup.gif);
	background-repeat: no-repeat;
	visibility: hidden;
	margin: 0px 5px 0px 0px;
	padding: 20px 5px 0px 30px;
}

#bundle_popup2 p {
	font-size: 11px;
	line-height: 1.5em;
}

#weva {
	text-align: center;
}

 #soundmanager-debug {
  /* SM2 debug container (optional, makes debug more useable) */
  position:absolute;
  right:2px;
  top:350px;
  width:30em;
  height:38em;
  overflow:auto;
  background:#fff;
  margin:1em;
  padding:1em;
  border:1px solid #ff3333;
  font-family:monaco,"lucida console",verdana,tahoma,"sans serif";
  font-size:x-small;
  line-height:1.5em;
  opacity:0.9;
  filter:alpha(opacity=70);
}

.track_player {
	border: 1px solid #75a3d7;
	background:#fff;  /*  75a3d7 D6D7DE 90ba6d */
	
	position:relative;
	top:0px;
	left:40px;
	width:200px;
	height:24px;
	z-index:1000;
    opacity:0.95;
    filter:alpha(opacity=95);
	font-family:monaco,"lucida console",verdana,tahoma,"sans serif";
  	font-size:x-small;
}

.track_pos {
	position:absolute;
    background:#90ba6d;
    width:6px;
    height:24px;
    left:0px;
    top:0px;
    opacity:0.85;
    filter:alpha(opacity=85);
}

.loading_pct {
	position:absolute;
	color:#75a3d7;
	z-index:500;
    left:20px;
    top:0px;
}

.slider {
    position:absolute;
    background:#75a3d7;
    width: 2px;
    height: 24px;
    left: 0px;
    top:0px;
    color:#ff3333;
    z-index:500;
}

.music_image {
	border: 1px solid #ff3333;
}

.no_music_image {
}

.music_text {
  margin-left:5px;
  font-family:monaco,"lucida console",verdana,tahoma,"sans serif";
  font-size:9px;
	color:#75a3d7;
}


