/* --------------------------------------------------------------

Browser reset, adapted from BlueprintCSS reset.css

-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
form, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0; border: 0; font-size: 100%; vertical-align: baseline;}

:focus {outline: 0;}
ins {text-decoration: none; color: red;}
del, strike {text-decoration: line-through; color: red;}
.skipToContent {display: none;}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }
.center 	{text-align: center;}

/* Remove possible quote marks (") from <blockquote>. */
blockquote:before, blockquote:after { content: ""; }
q { quotes: '"' '"'; font-style: italic;}

/* Remove annoying border on linked images. */
a img { border: none; }

/* ---- End Reset ---- */

/* --------------------------------------------------------------

   Typography styles adapted from BlueprintCSS typography.css

-------------------------------------------------------------- */

/* Default font settings. */
body {font-size: 90%; color: #333; background: #fff; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 1.5; text-align: center; padding-bottom: 10px;}

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #21567a; font-family: Arial, Helvetica, sans-serif;}

h1 { font-size: 1.25em; line-height: 1; margin-bottom: 0.5em; letter-spacing: -0.02em;}
h2 { font-size: 1.25em; margin-bottom: 0.25em; margin-top: 1.2em;letter-spacing: -0.02em;}
.content-header h1, .menu h2 {color: #fff; margin-bottom: 0; line-height: normal;}
h3 { font-size: 1.3em; line-height: 1; margin-bottom: 0.2em; margin-top: 1.2em; color: #6290AF;}
h4 { font-size: 1em; line-height: 1.25; margin-bottom: 0.5em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin: 0;}

/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 0.5em; }
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }
.messageboxTitle, .orangeHeader
			{ font-weight: bold; font-size: 14px; background-color: #EFEFEF;}
.contentsubTitle
			{background: #252525 url(assets/heading-bg.gif) repeat-x top; padding: 2px 2px 2px 4px; margin: 0; color: #FFFFFF;}

strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, acronym { border-bottom: 1px dotted #666; cursor: help;}

pre 	    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }

a, a:visited {color: #0033cc;}

/* Lists
-------------------------------------------------------------- */

li ul, li ol { margin:0 1.5em; }
ul, ol, dl   { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }
dl dt       { font-weight: bold; }
dl dd {margin-bottom: 0.5em;}

/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

legend {padding-left: 10px; padding-right: 10px;}
fieldset {border: 1px solid #DDDDDD;}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.utility-links {font-size: 0.9em; color: #848484;}


/* End Typography
-----------------------------------------------------------------*/

/* ---- General ---- */

.clearboth {clear: both;}
.clearright {clear: right;}

/* -- layout -- */

.wrapper {width: 960px; min-width: 960px; margin: 0 auto 0; text-align: left; padding-bottom: 10px;}
.main-nav li, .utility-links li {display: inline;}
.utility-links {float: right; margin-top: 15px;}
.main-nav {clear: both;}
.content {float: right; width: 75%;}
.contentwide {width: 100%;}
.contentinner {padding: 15px;}
.sidebar {float: left; width: 22%;}
.content, .menu, .contentwide, .sidebarsub {border: 1px solid #c7c7c7; -moz-border-radius: 8px; -webkit-border-radius: 8px; margin-top: 10px; padding-bottom: 8px;}
.menu ul li a {-moz-border-radius: 8px; -webkit-border-radius: 8px;}

/* -- navigation -- */

.main-nav {border-bottom: 5px solid #a40506; padding: 0; margin: 0; overflow: hidden; zoom: 1;}
.main-nav li {padding: 0; margin: 0 4px; float: left;}
.main-nav li a, .main-nav li a:visited {border: 1px solid #c9c9c9; border-bottom: none; background: #E9E9E9 url(assets/tab-bg.gif) repeat-x top; padding: 6px 25px 4px; margin: 0; display: block; -moz-border-radius: 8px 8px 0 0; -webkit-border-top-left-radius: 8px; -webkit-border-top-right-radius: 8px; font-family: Tahoma, Arial, Helvetica, sans-serif; color: #000; font-weight: bold; text-decoration: none; font-size: 14px;}
.main-nav li a:hover, .main-nav li a:visited:hover {background-position: 0 -151px; background-color: #F7F7F7; border-color: #999;}
.main-nav li a.selectedLink, .main-nav li a.selectedLink:visited {background: #a40506 url(assets/tab-on-bg.gif) repeat-x top; border: 1px solid #a40506; border-bottom: none; color: #fff;}
.main-nav li a.selectedLinkgreen, .main-nav li a.selectedLinkgreen:visited {background: #05a406 url(assets/tab-greenon-bg.gif); border: 1px solid #05a406; border-bottom: none; color: #fff;}

.utility-links li {border-left: 1px solid #848484; padding: 0 10px;}
.utility-links li:first-child {border: none;}

.login-bar {float: right; width: 700px; background: #333 url(assets/login-bar-bg.gif) repeat-x top; color: #fff; padding: 0px 10px 7px; -moz-border-radius: 0 0 0px 0px; -webkit-border-bottom-right-radius: 0px; -webkit-border-bottom-left-radius: 0px; font-size: 0.75em;}
.login-bar a, .login-bar a:visited {color: #fff;}
.login-bar .login-details {float: left; padding-top: 5px;}
.cart {display: inline; float: right; margin-left: 1em; background: url(assets/cart-bg.gif) no-repeat left top; padding-left: 35px;}
.cart a {display: block;}
.search-bar {float: right; width: 700px; background: #EFEFEF; color: #000000; padding: 0px 10px 7px; -moz-border-radius: 0 0 6px 6px; -webkit-border-bottom-right-radius: 6px; -webkit-border-bottom-left-radius: 6px;}
.musicsearch-bar {float: right; width: 700px; background: #d7e9d7; color: #000000; padding: 0px 10px 7px; -moz-border-radius: 0 0 6px 6px; -webkit-border-bottom-right-radius: 6px; -webkit-border-bottom-left-radius: 6px;}

/* menu styles for main site */


.menu {background-color: #FFFFFF;}

/* LEVEL 1 */

.menu {background: #80a5c4;}
.menu ul li {background-color: #9BAEBF;}
.menu ul {padding: 0; margin: 0; list-style: none;}
.menu ul li a, .menu ul li a:visited {display: block; padding: 4px 6px; color: #fff; font-weight: bold; text-decoration: none; border-bottom: 1px solid #7e8f9c; border-top: 1px solid #acb7c0; zoom: 1; background: url(assets/down-arrow.gif) no-repeat right center;}
.menu ul li.show a, ul li.show a:visited {background-image: url(assets/up-arrow.gif); background-repeat: no-repeat; background-position: right center;}
.menu ul li a:hover, .menu ul li a:visited:hover {background-color: #9BAEBF;}
.menu ul li ul li a, .menu ul li ul li a:visited {background: #fff; -moz-border-radius: 0; -webkit-border-radius: 0; border: none; color: #0066cc; font-weight: normal;}
.menu ul li.show ul li a, .menu ul li.show ul li a:visited {background-image: none;}
.menu ul li ul li a.show {background: #C0D1E5; display: block; padding: 4px 6px; color: #fff; font-weight: bold;}
.menu ul li ul li a:hover, .menu ul li ul li a:visited:hover {background: #D0E1F5;}
.menu ul li a.help, .menu ul li a.help:visited {background: url(assets/help-icon.gif) no-repeat 95% center;}
.menu ul li a.help:hover, .menu ul li a.help:visited:hover {background: #99C0DF url(assets/help-icon.gif) no-repeat 95% center;}
/*
.menu ul {padding: 0; margin: 0; list-style: none;}
.menu ul li {background-color: #9BAEBF;}
.menu ul li a, .menu ul li a:visited {display: block; padding: 4px 6px; color: #FFFFFF; font-weight: bold; text-decoration: none; border-bottom: 1px solid #7e8f9c; border-top: 1px solid #acb7c0; zoom: 1; background: url(assets/down-arrow.gif) no-repeat right center;}
.menu ul li.show a, .menu ul li.show a:visited {background-image: url(assets/up-arrow.gif); background-repeat: no-repeat; background-position: right center; color: #FFFFFF;}
.menu ul li a:hover, .menu ul li a:visited:hover {background-color: #9BAEBF; color: #C00000;}
.menu div {background: #FFFFFF; background-color: #FFFFFF; margin: 2px; padding: 2px; width: 100%; border: 1px solid #AFAFAF;}
*/

/* menu styles for My Tradebit */
.my .menu {background: #80a5c4;}
.my .menu ul li {background-color: #80a5c4;}
.my .menu ul {padding: 0; margin: 0; list-style: none;}
.my .menu ul li a, .my .menu ul li a:visited {display: block; padding: 4px 6px; color: #fff; font-weight: bold; text-decoration: none; border-bottom: 1px solid #6491b7; border-top: 1px solid #9cb9d1; zoom: 1; background: url(assets/my-down-arrow.gif) no-repeat right center;}
.menu ul li.show a, .menu ul li.show a:visited {background-image: url(assets/up-arrow.gif); background-repeat: no-repeat; background-position: right center;}
.my .menu ul li a:hover, .my .menu ul li a:visited:hover {background-color: #8EB3CF;}
.my .menu ul li ul li a, .my .menu ul li ul li a:visited {background: #fff; -moz-border-radius: 0; -webkit-border-radius: 0; border: none; color: #0066cc; font-weight: normal;}
.menu ul li.show ul li a, .menu ul li.show ul li a:visited {background-image: none;}
.my .menu ul li ul li a:hover, .my .menu ul li ul li a:visited:hover {background: #D0E1F5;}
.my .menu ul li a.help, .my .menu ul li a.help:visited {background: url(assets/help-icon.gif) no-repeat 95% center;}
.my .menu ul li a.help:hover, .my .menu ul li a.help:visited:hover {background: #99C0DF url(assets/help-icon.gif) no-repeat 95% center;}

/* sidebar without menu colors */
.sidebarsub {background: #FFFFFF; color: #000000;}
.sidebarsub ul {padding: 0; margin: 0; list-style: none;}
.sidebarsub ul li a, .sidebarsub ul li a:visited {color: #0033DD; font-weight: bold; text-decoration: none; zoom: 1;}
.sidebarsub ul li a:hover, .sidebarsub ul li a:visited:hover {background-color: #EFEFEF;}
.sidebarsub ul li ul li a, .sidebarsub ul li ul li a:visited {background: #fff; -moz-border-radius: 0; -webkit-border-radius: 0; border: none; color: #0033DD; font-weight: normal;}
.sidebarsub ul li.show ul li a, .sidebarsub ul li.show ul li a:visited {background-image: none;}
.sidebarsub ul li ul li a:hover, .sidebarsub ul li ul li a:visited:hover {background: #FFFFFF;}
.sidebarsub ul li.text {font-weight: lighter; font-size: 11px;}
.sidebarsub ul li a.normal {display: block; padding: 4px 6px; color: #fff; font-weight: bold; text-decoration: none; border: 0px;}

.sidebarsub ol {padding: 2px; margin: 5px;}
.sidebarsub ol li {font-size: 11px; margin-left: 25px; font-family: arial;}
/* .sidebarsub ol li a, .sidebarsub ol li a:visited {color: #0033DD; text-decoration: none;}
.sidebarsub ol li a:hover, .sidebarsub ol li a:visited:hover {background-color: #EFEFEF;}
*/

.content-header, .menu h2, .sidebarsub h2 {background: #252525 url(assets/heading-bg.gif) repeat-x top; -moz-border-radius: 8px 8px 0 0; -webkit-border-top-left-radius: 8px; -webkit-border-top-right-radius: 8px; padding: 2px 10px 2px;; margin: 0; border-top: 1px solid #fff; color: #FFFFFF;}

.options {background: #d0e1f5; padding: 10px 15px;}
select.filter {width: 9em;}
input.filter {width: 180px;}

.callout {border: 1px solid #e8daa2; background: #fff8dd; padding: 10px 18px;}

/* tables */
/*
table {width: 100%; border-collapse: separate; margin-bottom: 1em;}
td {border-bottom: 1px solid #ececec; padding: 3px 6px; vertical-align: middle;}
*/
table {border-collapse: separate;}
td {vertical-align: top;}
tr.fsmall {font-size: 12px;}
td.fsmall, td.message {font-size: 12px; padding: 2px;}
th {background: #8f8f8f; color: #fff; padding: 3px 6px; border-right: 1px solid #717171; border-left: 1px solid #a7a7a7;}
th.select {width: 25px;}
td.icon, a.action {text-indent: -9999px;}
a.action {display: block; float: left; width: 18px; margin: 0 6px;}
a.gethtml {background: url(assets/page_white_code.png) no-repeat center center;}
a.edit {background: url(assets/edit.gif) no-repeat center center;}
a.icon {padding-left: 25px;}
a.txt {background: url(assets/page_white_text.png) no-repeat left center;}
a.pdf {background: url(assets/page_white_acrobat.png) no-repeat left center;}
a.all {background: url(assets/page_white.png) no-repeat left center;}
a.htm {background: url(assets/page_white_code.png) no-repeat left center;}
a.com {background: url(assets/page_white_compressed.png) no-repeat left center;}
a.xls {background: url(assets/page_white_excel.png) no-repeat left center;}
a.off {background: url(assets/page_white_office.png) no-repeat left center;}
a.php {background: url(assets/page_white_php.png) no-repeat left center;}
a.img {background: url(assets/page_white_picture.png) no-repeat left center;}
a.ppt {background: url(assets/page_white_powerpoint.png) no-repeat left center;}
a.doc {background: url(assets/page_white_word.png) no-repeat left center;}
a.zip {background: url(assets/page_white_zip.png) no-repeat left center;}
td.public {background: url(assets/access-public.gif) no-repeat center center;}
td.private {background: url(assets/access-private.gif) no-repeat center center;}
td.restricted {background: url(assets/access-restricted.gif) no-repeat center center;}
.filesize {color: #9c9c9d; font-style: italic;}

.listings {border-top: 1px solid #ececec; font-size: 0.9em;}

.listing {border-top: 2px solid #ececec; padding: 4px; overflow: hidden; clear: both; text-align: left;}
.listing .image {float: left; width: 115px;}
.listing .description {float: left; min-width: 400px; width: 57%;}
.description h2 {margin: 0; font-size: 14px; text-align: left;}
.listing .buy {text-align: center; display: block; width: 120px; float: right; border-left: 1px dotted #AAAAAA;}
.buy .price {display: block; font-weight: bold; font-size: 16px; font-family: Arial, Helvetica, sans-serif; margin-bottom: 3px;}

.track-listing {list-style-type: decimal; list-style-position: inside; margin: 1em 0; text-align: left; width: 440px; font-family: Arial; font-size: 12px;}
.track-listing li {padding: 0.2em 0.5em; position: relative; text-align: left;}
.track-listing li.odd {background: #eef4f8; text-align: left;}
.track-listing .play {position: absolute; top: 3px; right: 10px;}
.track-listing .more {margin-left: 10px;}

.pagination {margin: 1px; padding-top: 4px; text-align: center; clear: both;}

/* tooltip styles */

.tooltip-content {
    display: none;        /* required */
    position: absolute;   /* required */
    padding: 10px;
    border: 1px solid #eccc1e;
    background-color: #fcf5b4;
}

* html .tooltip-content {width: 300px;}

.tooltip-content h4 {color: #333; font-weight: bold;}

/* header: ajax transfer div*/
.clDivTransfergif {position: absolute; top: 10px; display: block; visibility: hidden;}
.login-details form {margin: 0px; padding: 0px;}

/* index page */
.product td        {color:#616e84; font-size:10px; border: 0px; text-align: center;}
.product a          {color:#21212A; font-size:13px; text-decoration:none; text-transform:uppercase; font-weight:bold}
.product a:hover    {color:#212630; text-decoration:underline;}
.product span       {color:#3F4143; font-size:11px;}
.product b          {color:#b91c21; font-size:12px;}
.product span       {color:#8E1214; font-size:16px;}
.product div a          {color:#21212A; font-size:11px; font-weight:normal;text-decoration:none; text-transform:none;}
.product div a:hover    {color:#595959; text-decoration:underline;}
.idxPrdTitle { -moz-border-radius:8px; background:#E9E9E9 url(assets/tab-bg.gif) repeat-x scroll center top; background-color:#F7F7F7; background-position:0 -151px; border-color:#999999; padding: 0px 0px 0px 20px; }
.footerTd 	{text-align: right; vertical-align: top; color: #aaaaaa;}
.footer a	{color: #888888; text-align: right;}

ul.navigation 		{ font-size: 16px; list-style: none; margin: 0; padding: 0; padding-bottom: 9px;}
ul.navigation li 	{display: inline; margin-right: 10px;}
ul.navigation a 	{padding: 10px; color: #000000; text-decoration: none;}
ul.navigation a:hover {background-color: #EFEFEF;}
ul.navigation a.selected {background-color: #FFEFEF;}
ul.navigation a:focus {outline: none;}

.login-details input {width: 130px;}

.orangeHeader {color: #b91c21; margin-left: 10px; font-weight: bold; font-size: 12px;}
a:hover.orangeHeader {color: #b91c21; margin-left: 10px; font-weight: bold; font-size: 12px;}
.orangeContent {margin-left: 25px; margin-right: 25px;}
.orangeUL {margin-left: 5px; margin-bottom: 0px; margin-top: 0px; list-style-position: outside;}
.orangeBox {background-color: #FFF6DD; margin-right: 15px; padding: 15px;}