
body {
    margin: auto;
    padding: 0;
    font: Arial, Helvetica, sans-serif;
    color: #666666;
    background: #ffffff}


/***************************** STYLE : TABLES ********************************/

.options-block {
    margin: 20px 0;
}

div.sgl-blocks-left-item {
    padding: 4px 0 5px 1px;
}

div.sgl-blocks-right-item {
    padding: 4px 1px 5px 0;
}

.sgl-blocks-left-item-title, .sgl-blocks-right-item-title {
    font-size: 13px;
    font-weight: bold;
    color: #000;
}

div.sgl-blocks-left-item-body, div.sgl-blocks-right-item-body {
    color: #666666;
    padding: 0 0 10px 10px;
    text-align: left;
}

div.sgl-blocks-right-item-body {
    margin-left: 10px;
}

div.sgl-blocks-left-item-body ul.noindent {
  text-align: right;
  list-style: none;
}

/*************************** LAYOUT : MIDDLE BLOCKS ***************************/

div.sgl-blocks-middle-body {
    background-color: #ffffff;
    color: #184a84;
    border: 1px solid #99cc00;
    border-top: none;
}

/* Holly Hack here so that tooltips don't act screwy:
 * http://www.positioniseverything.net/explorer/threepxtest.html */
/* Hide next from Mac IE plus non-IE \*/
* html #sgl-blocks-middle {
    height: 1%;
}
/* End hide from IE5/mac plus non-IE */

/******************************* LAYOUT : FOOTER ******************************/

#sgl-footer {
    position: relative;
    clear: both;
    margin-bottom: 5px;
    margin-top: 15px;
    font-size: 0.9em;
    text-align: center;
    text-transform: uppercase;
}




/***************************** CONTENT : HEADINGS *****************************/

h1, h2, h3, h4 {
    padding: 0;
    margin-top: 0;
    margin-bottom: 2px;
}

h1 {
	margin-top: 10px;
	color: #000;
	font-size: 16px;
}

h1.pageTitle {
    font-weight: normal;
    text-align: center;
    color: #000;
}

h2 {
    color: #333;
	font-size: 14px;
}

h3 {
	color: #666;
	font-size: 12px;
}


h4 {
    font-size: 10px;
}


/***************************** CONTENT : GENERAL TEXT *****************************/

/* --- banner text --- */

p.login {
	font-size: 14px;
    line-height: 16px;
    margin: -1px 15px 0 0;
}

/* --- left column --- */

/* main UL that lists the category items */

#categoryList {
	margin: 0px;
	padding: 0px;
}

/* list items with the main regions */

.genre_list {
    margin-left: 5px;
    display: none;
}

li.nav_category {
	list-style: none;
	border-bottom: 1px dotted #CCC;
}

li.nav_category:hover {
    background: #fff;
}

li.nav_subcategory {
	list-style: none;
	line-height: 13px;
}

li.nav_subcategory:hover {
    background: #eee;
}


li.nav_category a:link, li.nav_category a:visited {
	font-size: 11px;
	text-decoration:none;
}

li.nav_subcategory a:link, li.nav_subcategory a:visited {
	font-size: 10px;
    text-decoration: none;
}

li.nav_category a:hover, li.nav_subcategory a:hover {
	color: black;
}

/* --- main column --- */

p, ul, ol, dl, li, dt, dd, td, div {
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #666666;
}

.small {
	font-size: 9px;
}

.large {
    font-size: 16px;
    line-height: 18px;
}

p.footer {
	text-align: center;
	color: #999900;
	margin: 3px 0;
}

/* --- right column --- */

.buysongs {
  font-weight: bold;
}

.thumb {
  float: left;
  margin: 2px 6px 0 0;
}


/***************************** CONTENT : ANCHORS ******************************/

a {
  outline: none;
}

a, a:link, a:visited, a:active {
	color: #4477AA;
	text-decoration: none;
}

a:hover {
    color: #184a84;
    text-decoration: underline;
}

/* breadcrumbs */

.breadcrumbs {
    font-weight: bold;
}

.crumbLink:link, .crumbLink:visited {
    text-decoration: none;
    color: #4477AA;
}

.crumbLink:hover {
    text-decoration: underline;
    color: black;
}

.crumbLink2:link, .crumbLink2:visited {
    text-decoration: none;
    color: #4477AA;
}

.crumbLink2:hover {
    text-decoration: underline;
    color: black;
}


/***************************** CONTENT : TABLES ********************************/

table {
    border: none;
    /* This is not a typo, we want first set a fallback for IE, then set the
     * real margin for real browsers ;) */
    margin: 0 5%;
    margin: 0 auto;
}

th {
	font-size: small;
	padding: 10px;
}

.narrowLined {
    width: 75%;
}

.narrowLined th {
    border-bottom: 1px solid #999999;
    color: #8A3D09;
    padding: 2px 0;
}

.wide {
    width: 90%;
}

.narrow {
    width: 60%;
}

.sgl-row-light {
    background-color: #efefef;
}

.sgl-row-dark {
    background-color: #d9d9d9;
}


/***************************** CONTENT : FORM ELEMENTS ******************************/

form {
	margin: 0px;
	padding: 0px;
}

input {
	margin-top: 1px;
	text-align: left;
	font-size: 13px;
}

select {
	margin-top: 1px;
	text-align: left;
	font-size: 13px;
}

.search input {
	margin-bottom: 2px;
}

.narrowButton {
    text-align: center;
    width: 100px;
}

.smallButton {
    text-align: center;
    font-size: 9px;
}

.wideButton {
    text-align: center;
    width: 160px;
}



/***************************** CONTENT : ARTISTS & PLAYLISTS *****************************/

/* album info section */

.albumList {
    height: auto;
    margin-bottom: 5px;
}

.albumdesc {
    font: 11px/15px Arial, Helvetica, sans-serif;
    margin-top: 0;
}

table.album {
    width: 100%;
}

table.album thead th {
  padding: 0;
	background-color: #ccc;
	border-bottom: 1px solid #333;
}

table.album tbody td {
	background-color: #eee;
}

table.album p {
	font-size: 11px;
	margin: 1px 0;
	padding-top: 1px;
	padding-bottom: 1px;
	color: #333;
}

table.album p a:link,
table.album p a:visited,
table.album p a:active {
	text-decoration: none;
}

table.album p a:hover {
    color: #184a84;
}

table.album p.tracklistheaders {
    font-weight: bold;
    text-align: left;
	color: #000;
}

.track_purchase {
    line-height: 1.2em;
    font-size: 9px;
    padding: 0 3px 1px 5px;
    border: 1px solid #C1BE88;
    border-top: none;
    background: #FFFFDF;
}

/* reviews */

.review_pane {
	display: none;
	border: 1px solid #999;
	padding: 0 5px;
	height: 180px;
	overflow: auto;
}

.review_text {
    font: 10px/14px Arial, Helvetica, sans-serif;
}


/* listings of artists: region page, search, etc.  */

.artistListItem {
    height: 110px;
    margin: 10px 10px 0 0;
    float: left;
    width: 47%;
    font-size: 0.9em;
}

.artistListItem h3 {
  font-size: 12px;
}

.artistListItemImg {
    float: left;
    margin: 2px 10px 0 0;
}

.topArtistListItemImg {
    float: left;
    margin: 2px 10px 2px 0;
}


/* displaying playlists */


div.playListBlock {
	text-align:left;
	clear: both;
}

div.playListBlock a {
    font-size: 10px;
    line-height: 14px;
}

div.playListBlock p a img {
	float:left;
	margin: 1px 5px 2px 0;
}

div.playListBlock p {
	line-height:12px;
	font-size: 9px;
}



/***************************** CONTENT : ACCOUNT PAGES *****************************/

table.loginForm, table.giftcertAdd {
    margin:0 ; font-size:small;
}

.loginPage th, .accountPage th {
	text-decoration:underline;
	text-align:left;
}


/* table fields */
.fieldName, .fieldNameWrap {
    color: #184a84;
    font-weight: bold;
    padding-right:10px;
    text-align: right;
    font-size:small;

}

.fieldName {
    white-space: nowrap;
}

.fieldValue {
   font-size:small;
   text-align:left;
    line-height: 16px;
}

.accountPage th {
	padding:4px;
	text-decoration:none;
}

.accountPage td {
	padding-left:50px;
}

.downloadLink:link {
    color: #4477AA;
}

.downloadLink:hover {
    color: #184a84;
}

.downloadLink:visited {
    color: #999999;
}

.downloadCell {
    border-bottom: 1px dotted #CCC;
}

/***************************** CONTENT : SHOPPING CART *****************************/

p.cart_song {
	padding: 1px;
	margin: 1px 5px;
	font-size: 9px;
}

p.cart_total {
	padding: 1px;
	margin: 1px 5px;
}

.cart_button_box {
    text-align: center;
    margin-bottom: 10px;
    padding: 5px;
    border: 1px solid #BCBCBC;
    background: url(/themes/calabashmusic.com/images/randomsample-bg.gif) repeat-x bottom;
}

.cart_button {
    background: #4477AA;
    color: #FFF;
    padding: 3px;
    text-align: center;
    font-size: 14px;
}

table.cart_table {
    width: 100%;
    font-size: 10px;
}

table.cart_table thead th {
  padding: 2px 5px;
	background: #ccc;
	color: #000;
	border-bottom: 1px solid #333;
	font-weight: bold;
	font-size: 10px;
}

table.cart_table tbody td {
	background-color: #F1F1F1;
	border-bottom:1px solid #CCC;
	margin: 1px 0;
	padding: 3px;
}

table.cart_table tbody td.cart_bottom_row {
    background: #4477AA;
    color: #fff;
    padding: 3px;
    font-weight: bold;
    font-size: 11px;
    border: none;
}

table.cart_table p a:link,
table.cart_table p a:visited,
table.cart_table p a:active {
	color: #D76900;
	text-decoration: none;
}

table.cart_table p a:hover {
    color: #184a84;
}

/* -- */

table.smalltable  {
	text-align:left;
}

table.smalltable th {
	padding:3px;
	font-weight: bold;
	font-size: xx-small;
	color: #000;
	background-color: #ccc;
}

table.smalltable td {
	padding:3px;
	font-size: xx-small;
	text-align:left;
}

table.smalltable tbody {
	background-color: #EEE;
}


/***************************** CONTENT : SEARCH RESULTS *****************************/

div.searchResult {
    clear: both;
    height: 70px;
    padding-top: 5px;
}

div.searchResult img {
    margin-right: 10px;
    float: left;
}



/************************* CONTENT : INTERFACE ELEMENTS *************************/

/* boxes for account pages, albums on artist pages, etc. */

.boxHead {
    background: #EEE;
    border: 1px solid #CCC;
    padding: 2px 5px;
    font-weight: bold;
    font-size: 13px;
    color: #000;
}

.box, .boxNoTop, .boxNoBottom {
    border: 1px solid #bcbcbc;
    padding: 1px 8px;
    clear: both;
}

.box {
    margin-bottom: 5px;
}

.boxNoTop {
    border-top: none;
    margin-bottom: 5px;
}

.boxNoBottom {
    border-bottom: none;
}


/* general information box */

.infobox {
    border: 1px solid #999;
    padding: 3px;
    text-align: center;
}


/* page number box */

.pager {
    font-size: 11px;
    font-weight: bold;
    white-space: nowrap;
    text-align: center;
    margin: 0 auto;
    padding: 2px 1px 1px 1px;
}

.pager a:link, .pager a:visited, pager a:active {
    font-size: 11px;
    color: #4477AA;
    text-decoration: none;
}


/* form error */

.error {
    color: #ff0000;
    color:red;
    font-size:10px;
    background: transparent;
}


/* DB error or other major message */

.message {
    margin: 2px;
    border: 1px dotted #D76900;
    background-color: #F1F1F1;
    text-align: center;
    width: 97%;
}
.messageContainer {
    margin: 0 auto;
    width: 300px;
}
.messageErrorTitle {
    background-color: #ffcc00;
    color: #ffffcc;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
}
.messageError {
    border: 1px dotted #ff9600;
    border-top: 1px solid #ffcc00;
    color: #999999;
    background-color: #ffff99;
    text-align: left;
    padding: 0 0 0 10px;
}


/* tooltips */

span.tipOwner {
    position: relative;
    text-decoration: none;
    float: right;
}

span.tipOwner span.tipText {
    display: none;
    position: absolute;
    top: 0;
    left: 105%;
    border: 1px solid #4477AA;
    background-color: #efefef;
    color: #000000;
    font-size: 10px;
    text-align: center;
    width: 13em;
    -moz-opacity: 0.85;
    /*filter: alpha(opacity=85);
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=85);*/
}

/* show/hide: for IE via .htc file, for non-IE via :hover pseudo */
span.tipOwner:hover span.tipText {
    display: block;
}
span.tipOwner {
    /*behavior: url(themes/default/css/tooltipHover.htc);*/
}

/***************************** CONTENT : EMAIL NEWSLETTER *****************************/

.email_title {
    font: bold 18px Verdana, sans-serif;
    color: #990000;
}

.email_subtitle {
    font: bold 14px Verdana, sans-serif;
    color: #FF9900;
}

.email_text {
    font: 11px/14px Verdana, sans-serif;
    color: #000000;
}

/*************************** CONTENT : MISCELLANEOUS **************************/

acronym {
    cursor: help;
}

hr {
    border: none;
    border-bottom: 1px solid #d9d9d9;
}

img {
    border: none;
}

.alignCenter {
    text-align: center;
}

.toolBtnSeparate {
    margin-left: 20px;
}

/* table modifiers */

fieldset {
    color: #184a84;
    font-size: 1.1em;
    font-weight: bold;
}

legend {
    color: #184a84;
}

.noBorder {
    border: none;
    font-size: 10px;
}

ul.noindent {
    margin-left: 5px;
    padding-left: 5px;
    line-height: 14px;
}

ul.noindent li {
    margin-bottom: 5px;
}

#resource-chooser {
    background-color: #ffffcc;
    white-space: nowrap;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    padding: 5px;
    border: 1px dashed #ff9600;
}

.newsStory {
  padding-left: 10px;
}

.listen-buy {
  font-size: 9px;
  background: #fff;
  padding-left: 72px;
}

.listen-buy a {
  font-size: 10px;
  font-weight: bold;
}