a:link {text-decoration: underline; color: #8A3F13;}
a:visited {text-decoration: underline; color: #8A3F13;}
a:hover {text-decoration: none; color: #13728A;}

body {
  //background-color: #ebfbff;               
  background-color: #e8e8e8;
  padding: 0px 0px; 
  margin: 0px;  
  height: 100%; 
  font-family: "lucida grande",tahoma,verdana,arial,sans-serif; 
}

.holder {
  margin: 0 auto;  
  text-align: left;
  width: 980px;
  background-color: #fff;  
  position: relative; 
  top: 0px; 
  height: 100%;       
}

.header {			
  background-color: #292929;			
  width: 100%;
  height: 40px;		
  text-align: left;
  margin: 0px 0px;
  vertical-align: top;			
}

.nav {      
  height: 24px;
  width: 980px;  
  float: left;
  clear:right;
}		

  .nav_left {
    width: 8px;
    height: 24px;
    background-image: url(/images/nav_background.png);
    background-position: 0px 0px; 
    background-repeat: no-repeat;
    float: left;
  }
  
  .nav_mid {      
    width: 964px;
    height: 24px;
    background-image: url(/images/nav_mid.png);
    background-position: 0px 0px;
    background-repeat: repeat-x;      
    float: left;    
    padding: 1px 0px;
  }
  
  .nav_right {
    float: right;
    width: 8px;
    height: 24px;
    background-image: url(/images/nav_background.png);
    background-position: 8px 0px;       
  }
  
  .nav_pixel {
    height: 24px;
    width: 8px;
  }

.sub_nav {      
  height: 0px;
  width: 980px;   
  font-size: 80%;      
  overflow: hidden;
  clear: left;
}
  .sub_nav_left {
    width: 8px;
    height: 20px;
    background-image: url(/images/sub_nav_background.png);
    background-position: 0px 0px; 
    float: left;
    background-repeat: no-repeat;    
  }
  
  .sub_nav_mid {      
    width: 964px;
    height: 20px;
    background-image: url(/images/sub_nav_mid.png);
    background-position: 0px 0px;
    background-repeat: repeat-x;      
    float: left;
    padding: 3px 0px;
  }
  
  .sub_nav_right {
    float: right;
    width: 8px;
    height: 20px;
    background-image: url(/images/sub_nav_background.png);
    background-position: 8px 0px;      
  }
  
.content {      
  width: 100%;
  background-color: #fff;   
  float:left;  
  padding-top: 5px; 
}

  .content_right {
    width: 40%;        
    float: right;    
        
  }
  
  	.content_right #inner {
  		padding: 1em 1em;  	  		
  	}
  
    .content_right #inner li {
  		padding: 0.4em 0em;  		
  	}
  	
  	.content_right #inner li img {
  		vertical-align: middle;
  	}
  .content_left {
    width: 60%;   
    float: left;    
  }
  
  .content_left #inner {
  		padding: 1em 1em;
  		border-right: 1px solid #e8e8e8;  		  	
  	}

.footer {
  background-color: #fff;
  background-image: url(/images/footer_background.png);
  background-repeat: repeat-x;
  width: 100%;
  height: 60px;
  clear: left;				
}  

.copyright {      
  width: 100%;
  font-family: Arial;  	
  font-size: 0.7em;
  padding: 5px 0px;
  text-align: right;
  background-color: #e8e8e8;
  padding-bottom: 40px;
} 

#search_form {      
  padding: 9px 8px;
  height: 20px;
  position: absolute;
  right: 0px;
  top: 0px;
  vertical-align: bottom;      
}

#search_input {
  padding: 0px 0px;
  border: 1px solid #8fb9d0;
  border-right: 0px solid #8fb9d0;
  height: 18px;      
  vertical-align: middle;            
  background-image: url(/images/search_input_background.png);
  background-position: 0px 0px;
  background-repeat: repeat-x;  
}

#search_button {            
  height: 20px;
  width: 22px;
  vertical-align: middle;            
  position: relative;
  left: -4px;
}

.header h1 {
  position: relative;
  overflow: hidden;
  width: 362px;
  height: 40px;			
  color: #ccc;
  text-transform: uppercase;
  display: inline;						
}

.header h1 span {
  position: absolute;
  left: 0px;
  top: 0px;
  background-image: url(/images/header_top.png);
  background-repeat: no-repeat;
  width: 362px;
  height: 40px;		
}

#footer_buddy {
  float: right;
  height: 50px;
  width: 42px;
  padding: 7px;
}

.copyright #copyright_text {
  padding: 15px 0px;
  color: #595959;
}

ul div.hr {
  height: 1px;
  background-color: #d07300;  
}

ul div hr {
  display: none;
	}

fieldset {
	clear: left;	
	width: 100%;
	margin: 0 0 1.5em 0;
	padding-left: 1em;	
	}

#inner fieldset li {
	float: left;
	clear: left;
	width: 100%;	
	padding-bottom: 1em;	
	}
	
label {
	float: left; 
	width: 10em; 
	margin-right: 1em;
	text-align: left;
	font-weight: bold;
	position: relative;	
	}

label em {
	position: absolute;
	left: 10em;
	top: 0;	
}

label em img {
	vertical-align: middle;
	}
	
fieldset legend {
	padding-bottom: 3.5em;
	}

legend span {
	position: absolute;
	margin-top: 0.5em;
	font-size: 140%;
	}

li .text {
	border: 1px solid #292929;
	background-color: #f0f0f0;		
	padding: 0px 2px;
	width: 150px;
	}
	
li .editWishlistEntry {	
	width: 250px;
	}

li .password {
	border: 1px solid #292929;
	background-color: #f0f0f0;	
	}

li .dropdown {
	border: 1px solid #292929;
	background-color: #f0f0f0;	
	}	
	
fieldset ol {
	padding: 0 1em;
	}	

.separator hr {
	height: 1px;
	background-color: #e8e8e8;
	border-width: 0px;
	display: none;
}

.separator {
	border-bottom: 1px solid #e8e8e8;	
	margin: 1em 0; 
}

#regFormSeparator {
	padding-bottom: 2em;
	}	

.boldFont {
	font-weight: bold;
}	

#whyRegister ul {
	padding-left: 1em;
}

#registrationErrors {
	color: red;
	padding-left: 1em;	
}

#registrationContent, #passwordResetContent {
	background-color: #ebfbff;               
  	padding: 0px 0px; 
  	margin: 0px;  
  	height: 100%; 
  	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;   
  	padding: 2em;	
}
	
#registrationHeader, #passwordResetContent {
	font-size: 200%;
	color: #292929;
}

#loginErrors {
	color: red;
	padding-left: 1em;	
}

.generalError {
	color: red;
	font-weight: bold;
	padding-left: 1em;
}

#nav_wrapper {
	height: 44px;
}

.superscript {
	vertical-align: super;
	display:inline;
	font-size: 70%;
}

#new_email_address {
	visibility: hidden;
}

#user_email_text {
	display:inline;
}

#updateStatus {
	width: 100%;
	height: 18px;
	background-color: #fff;
	text-align: center;
	padding-top: 4px;
	font-weight: bold;
	font-size: 80%;
	text-decoration: underline;
	display: block;
}

.profilePicture,.ndProfilePicture {
	border: 1px solid #ccc;
	padding: 4px;
	background-color: #feeff4;
}

#pictureUploadPanel {
	//background-color: #cecece;
	padding: 6px;
	clear: both;
}

#profilePictureWrapper {
	float: left;	
}

#nonDefaultProfilePicture {
	width: 80px;
}

#pictureThumbnails {	
	float: right;
}

#profile_groups_left {
	background-image: url(/images/left_div_groups.png);
	width: 13px;
	height: 39px;
	background-repeat: no-repeat;
	float: left;
	padding: 0;
	margin: 0;	
}

#profile_groups_center {
	background-image: url(/images/center_div_groups.png);	
	height: 39px;
	width: 360px;
	background-repeat: repeat-x;
	float: left;
	padding-top: 3px;	
}

#profile_group_name {
	font-weight: bold;	
	text-align: left;
}

#profile_groups_action{	
	float: right;	
	font-size: 88%;
}

#profile_groups_right {
	background-image: url(/images/right_div_groups.png);
	width: 12px;
	height: 39px;
	background-repeat: none;	
	float: left;
	clear: right;
}

.vertical_padding {
	padding: 3px 0px;
}

.groupBrowseSelect, select, .groupBrowseTextInput {
	width: 140px;
	border: 1px solid #888;
	padding: 1px;	
}

#search_button_full {
	border: 1px solid #888;
	padding: 1px;
}

#search_input_full {
	border: 1px solid #888;
	padding: 2px;
}

.striked {	
	text-decoration: line-through;
	display:inline;
	color: #666;
}

.wishlistEntryDetail {
	padding: 3px 0px;
	font-size: 90%;
	cursor: pointer;
}

#wishlistEntryManager, #wishlistManager {
	float: right;	
}

#showCalendar {
	border: 1px solid #292929;
	background-color: #f0f0f0;
	width: 45px;	
}

#calContainer {
	display:none;
	text-align: center;
}

#wishlistDetails {
	background-color: #ffe;
	padding: 3px;
	margin-top: 10px;
	border: 1px solid #a0a2a3;
}

#listofWishlists{
	margin-top: 10px;
}

#infoNavBarOuter {
	position: fixed;
	bottom: 0px;
	left: 0px;	
	width: 100%;
  	height: 18px;
  	text-align: center;
  	margin: 0 auto;
  	background-color: #e9e9e9;
  	display:inline;
}

#infoNavBar {	
	width: 978px; 
	margin: 0 auto;  	
  	height: 18px;  	
  	border: 1px solid #898989;  	
  	text-align: left;
}

#innerInfoNavBar{
	height: 100%;
	padding: 2px 0px 0px 4px;	
	float:left;
	color: #d6801e;
}

#sampleTimeElapsed{
	border-right: 1px solid #898989;
	background-color: #D6801E;
	width: 60px;
	height: 100%;
	text-align: center;
	font-weight: bold;	
	float:left;
	color: #e0b17b;
}
	
#currentlyPlayingSampleDetails{
	color: #6e6e6e;	
}

.musicSearchResultImage {
	border: 1px solid #292929;
	width: 60px;
	height: 60px;
}

.musicSearchResultItem1 {	
	padding: 4px;
	background-color: #FFEC8B;
	border: 1px solid #E3Cf57;
	border-bottom: 0px solid #E3Cf57;	
}

.musicSearchResultItem2 {	
	padding: 4px;
	background-color: #EEE8CD;
	border: 1px solid #E3Cf57;
	border-bottom: 0px solid #E3Cf57;
}

.musicSearchResultItemLast {	
	border-top: 1px solid #E3Cf57;
}

.login_content {      
  width: 100%;  
  padding-top: 5px;  
  text-align: left;
}

  .login_content_right {
    width: 40%;        
    float: right;    
        
  }
  
  	.login_content_right #inner {
  		padding: 1em 1em;  	  		
  	}
  
    .login_content_right #inner li {
  		padding: 0.4em 0em;  		
  	}
  	
  	.login_content_right #inner li img {
  		vertical-align: middle;
  	}
  .login_content_left {
    width: 60%;   
    float: left;    
  }
  
  .login_content_left #inner {
  		padding: 1em 1em;
  		border-right: 1px solid #e8e8e8;  		  	
  	}
  	
  .clear {
  	height: 0;
  	font-size: 1px;
  	margin: 0;
  	padding: 0;
  	line-height: 1;
  	clear: both;
  }
  
.zero_left_padding {
	padding-left: 0px;
}
 
.feedItemSeparator {
	border-bottom: 2px solid #eee;	
	width: 100%;
	height: 2px;
	margin: 0px 0px 5px 0px;
}

.recommendedFeedItemOneLiner {
	display:inline;
}

.recommendedFeedItemTimeElapsed {
 	font-size: 8pt; 
 	padding: 2px 0px 4px 6px; 
 	color: #777; 
 	display: inline;
}

#tab1 {
	padding: 8px;
}

h2 {
	font-size: 2.2em;
	padding: 4px;
}

.h3 {
	font-size: 1.3em;
	font-weight: bold;	
}

.whyRegisterSeparator {
	height: 40px;
	clear: both;
}

.whyRegisterReason div {
	font-size: 1.2em;
	color: #383838;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.whyRegisterReasonImage {
	float: right;
	padding: 4px;
}

.recommended_feedback {
	margin-top: 3px;
	text-indent: 15px;	
	font-size: 10px;
	color: #ccc;	
}

.recommended_feedback .thumbs_up {
	background:transparent url(/images/icons/thumbs_up_faint.png) no-repeat scroll left top;
	display:inline-block;
	height:13px;
	padding:0 3px 0 0;
	vertical-align:top;
	width:13px;
}

.recommended_feedback .thumbs_up:hover {
	background-image:url(/images/icons/thumbs_up.png);
	text-decoration:none;
}

.recommended_feedback .thumbs_dn {
	background:transparent url(/images/icons/thumbs_dn_faint.png) no-repeat scroll left 4px;
	display:inline-block;
	height:17px;
	padding:0 4px 0 0;
	vertical-align:top;
	width:13px;
}

.recommended_feedback .thumbs_dn:hover {
	background-image:url(/images/icons/thumbs_dn.png);
	text-decoration:none;
}
/**
.recommended_feedback .sample_tune {
	background:transparent url(/images/icons/play_faint.png) no-repeat scroll left 2px;
	display:inline-block;
	height:17px;
	padding:0 4px 0 0;
	vertical-align:top;
	width:13px;
}

.recommended_feedback .sample_tune:hover {
	background-image:url(/images/icons/play.png);
	text-decoration:none;
}
**/
.normalCursor {
	cursor: default;
}

.groupActionLinks a:link,
.groupActionLinks a:visited{
	font-size: 11px;
}

.groupActionsHeader {	
	font-size: 12pt;
	font-weight: bold;
	color: #c6c6c6;
}

.iab240x400 {
	width: 240px;
	height: 400px;
}

.iab300x100 {
	width: 300px;
	height: 100px;	
}

.iab300x250 {
	width: 300px;
	height: 250px;	
}

.iab300x600 {
	width: 300px;
	height: 600px;	
}

.adBorder {

}

.centeredAdvertising, .centeredPlugin {
	text-align: center;
	width: 100%;
}

.adVerticalSeparator, .pluginVerticalSeparator {
	height: 1em;
}

.pluginContent {	
	width: 298px;	
	text-align: center;
	margin: 0 auto;
}

.pluginHeader {
	height: 20px;
	width: 100%;
	color: #777;
	font-variant: small-caps;
	font-size: 0.82em;
	font-weight: bold;	
}

.pluginBody {
	width: 100%;
}
