body {
  background: #191919 url(/images/page-bg.jpg) fixed top center repeat-x;
  color: #FFF;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 10pt;
  margin: 0;
  padding: 0;
}

.page-width {
  left: 50%;
  margin-left: -480px;
  max-width: 960px;
  position: absolute;
  width: 960px;
}

/* media player */
#mediaspace {
	width: 400px;
	height: 333px;
	visibility: hidden;
	background-color: black;
	border: 3px solid #C30;
}

#mediaspace .header  {
	height: 20px;
	padding: 5px;
	align: center;
	border-bottom: 3px solid #C30;
	background-color: black;
	color: #FFF;
	text-decoration: none;
	cursor:pointer;cursor:hand;
}

#mediaspace .header:hover {
	background-color: #C30;
}

/* top bar */

#top-bar {
  height: 31px;
  padding-top: 9px;
	position: fixed;
  width: 100%;
	z-index:1;
	border-bottom: 1px solid #707070;
	background: #191919;
}

#search-form {
  background: url(/images/search-bg.png) center left no-repeat;
  float: right;
  padding: 0 0 0 40px;
}

/* text styles */

.small, #small {
	font-size: 9pt;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

a {
  color: #C30;
	text-decoration: none;
}

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

a.text-cloud, a.text-cloud:active, a.text-cloud:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color :#ffffff;
	vertical-align: middle;
}

img {
  border: 0;
}

img.aoty {
	width: 60px;
	height: auto;
	margin-right: 5px;
}

img.aoty_profile {
	width: 86px;
	height: 86px;
	margin-right: 10px;
	float:left;
}

h1, .heading1 {
  color: #666;
	margin: 0 0 15px 0;
  padding: 10px 0 0 0;
	font-size: 14pt;
}

h2, .heading2 {
  color: #666;
	margin: 0 0 15px 0;
  padding: 10px 0 0 0;
	font-size: 12pt;
}

h3, .heading3 {
  color: #666;
	margin: 0 0 15px 0;
  padding: 10px 0 0 0;
	font-size: 10pt;
}

.underline {
	border-bottom: 1px dotted #666;
}

blockquote {
	margin-bottom: 0;
	padding-bottom: 10px;
}

hr {
	border-style: none;
	border-bottom: 1px dotted #666;
	height: 1px;
}

hr.thick {
	border-style: none;
	border-bottom: 2px dotted #666;
	height: 2px;
}

/* header */

#header {
  height: 160px;
  margin: 0;
  padding: 0;
  width: 100%;
}

#text-cloud {
  float: right;
  text-align: center;
  margin-top: 25px;
	padding-right: 20px;
  width: 420px;
}

#banner {
  float: right;
  height: 128px; /* 100 */
  margin-top: 25px;
  text-align: center;
  width: 750px;
}

#page-content {
  margin-top: 0;
}

#location-bar {
  background: url(/images/location-bar-bg.png) top center no-repeat;
  height: 40px;
	margin: 20px 0 0 0;
  padding: 0;
  width: 100%;	
}

#location-bar h1 {
  margin: 1px 0 0 50px;
	padding: 0;
  font-size: 10pt;
	font-weight: bold;
  color: #FFF;
}

#location-bar a {
  color: #FFF;
}

#location-bar a:hover {
  color: #ff3300;
}

/* The Store Box */

#the-store {
  float: right;
  margin-top: 25px;
  text-align: left;
	font-size: 8pt;
  width: 300px;
}

#the-store .box-head {
  background: url(/images/the-store-head.png) top left no-repeat;
  height: 30px;
  margin: 0;
  padding: 0;
  width: 300px;
}

#the-store .box-head h3 {
  font-size: 9pt;
  margin: 0;
	color: #FFF;
  padding: 2px 8px 0 0;
  text-align: right;
  text-transform: uppercase;
}

#the-store .box-body {
  background: #E2E2E2;
  border-left: 1px solid #707070;
  border-right: 1px solid #707070;
  color: #000;
  padding: 1px 10px;
}

#the-store .box-foot {
  background: url(/images/the-store-foot.png) bottom left no-repeat;
  height: 10px;
  margin: 0 0 20px 0;
  padding: 0;
}

/* sidebars */

#sidebar-left {
  left: 0px;
  position: absolute;
  width: 150px;
}

#sidebar-right {
  position: absolute;
  right: 0px;
  width: 150px;
}

#sidebar-left .sidebar-head, #sidebar-right .sidebar-head {
  background: url(/images/sidebar-head.png) top left no-repeat;
  height: 30px;
  margin: 0;
  padding: 0;
  width: 150px;
}

#sidebar-left .sidebar-head h3, #sidebar-right .sidebar-head h3 {
  font-size: 9pt;
  margin: 0;
	color: #FFF;
  padding: 2px 8px 0 0;
  text-align: right;
  text-transform: uppercase;
}

#sidebar-left .sidebar-body, #sidebar-right .sidebar-body {
  background: #E2E2E2;
  border-left: 1px solid #707070;
  border-right: 1px solid #707070;
  color: #000;
  padding: 0px 5px;
}

#sidebar-left .sidebar-foot, #sidebar-right .sidebar-foot {
  background: url(/images/sidebar-foot.png) bottom left no-repeat;
  height: 10px;
  margin: 0 0 20px 0;
  padding: 0;
}

/* content */

#content-three-column {
  voice-family: inherit;
  margin-left: 171px;
  margin-right: 171px;
}
html>body #content-three-column {
  margin-left: 171px;
  margin-right: 171px;
}

#content-two-column {
  voice-family: inherit;
  margin-left: 0px;
  margin-right: 171px;
}
html>body #content-two-column {
  margin-left: 0px;
  margin-right: 171px;
}

#content-three-column .content-head {
  background: url(/images/content-three-column-head-bg.png) no-repeat;
  height: 30px;
  margin: 0;
  padding: 0;
  width: 100%;
}

#content-two-column .content-head {
  background: url(/images/content-two-column-head-bg.png) no-repeat;
  height: 30px;
  margin: 0;
  padding: 0;
  width: 100%;
}

.content-head h2 {
  display: inline-block;
  font-size: 9pt;
  height: 30px;
  margin: 0;
	color: #FFF;
  padding: 2px 0 0 48px;
  text-align: left;
  text-transform: uppercase;
}

.content-head .hide {
  font-size: 9pt;
  height: 30px;
	font-weight:bold;
	cursor:pointer;cursor:hand;
  margin: 0;
  padding: 2px 10px 0 0;
  text-transform: uppercase;
}

.content-body {
  background: #FFF;
  border-left: 1px solid #707070;
  border-right: 1px solid #707070;
  color: #000;
  padding: 0 15px;
}

#content-three-column .content-foot {
  background: url(/images/content-three-column-foot-bg.png) no-repeat;
  height: 13px;
  margin: 0 0 20px 0;
  padding: 0;
  text-align: right;
}

#content-two-column .content-foot {
  background: url(/images/content-two-column-foot-bg.png) no-repeat;
  height: 13px;
  margin: 0 0 20px 0;
  padding: 0;
  text-align: right;
}

#box0 p:first-child, #box0 hr:first-child {
    margin-top: 0;
}
#box0 p:last-child, #box0 hr:last-child {
    margin-bottom: 0;
}

/* SORTABLE STYLES */

ul.sortable { list-style-type: none; margin: 0; padding: 0; }
ul.sortable li {cursor:pointer;cursor:hand;margin: 0 5px 5px 5px; padding: 5px; }
.ui-state-highlight { height: 1.5em; line-height: 1.2em; }
.ui-state-highlight-grid { height: 100px; width: 100px;}
	
ul.sortable-grid { list-style-type: none; margin: 0; padding: 0; }
ul.sortable-grid li { 
	margin: 0px 5px 5px 0; 
	padding: 10px; 
	float: left; 
	width: 70px; 
	height: 85px; 
}
ul.sortable-grid li img {
	border:none;
}

/* accordion menu */

.collapsible-menu, .collapsible-menu li, .collapsible-menu li ul, .collapsible-menu li ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.collapsible-menu li {
  border-bottom: 1px dotted #666;
  padding-left: 0px; /* 18px */
}

.collapsible-menu li ul {
  margin-left: 0px; /* -18px */
}

.collapsible-menu li ul li {
  background: #D4D4D4;
  border: 0;
  border-top: 1px dotted #666;
	font-size: 9pt;
	padding-left: 10px; /* not here before */
}

.collapsible-menu li a {
  display: block;
  font-weight: bold;
  padding: 5px;
  text-decoration: none;
}

.collapsible-menu li a:hover {
  color: #000;
}


/* footer */

#footer {
  clear: both;
  float: left;
  font-size: 8pt;
  margin: 0 0 10px 0;
  width: 100%;
}

#footer a {
  color: #FFF;
  text-decoration: none;
}

#footer a:hover {
  color: #000;
}

#footer h6 {
  font-size: 10pt;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

#footer-help-desk, #footer-help-desk li {
  list-style: none;
  margin: 0;
  padding: 0;
}

#footer-help-desk li {
  background: url(/images/bullet-black.png) center left no-repeat;
  margin: 0 0 5px 0;
  padding-left: 20px;
}

#footer a:hover {
	color: #FC3;
}

/* Form styles */

form {
	margin:0;
	padding:0;
}

select {
	font-size: 10pt;
}

.artistdropdown {
	width: 137px;
	font-size: 9pt;
} 

.loginForm {
	font-size: 9pt;
	border: 1px solid #eaeaea;
} 

/* Message / error bars */

#msgBar {
	padding: 5px 14px;
	margin: 0;
	color: #FFF;
	background-color: #36F;
	border: 2px solid #33F;
}

#errorBar {
	padding: 5px 14px;
	margin: 0;
	color: #FFF;
	background-color: #ff3300;
	border: 2px solid #990000;
}

#msgBar a, #errorBar a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

#msgBar a:hover, #errorBar a:hover {
	color: #FFF;
	text-decoration: underline;
}




/* F2F styles */

img.filterProductType {
	border: none;
	vertical-align: middle;
}

div.hotProducts {
	width:250px;
	padding:3px;
	font-size: 9pt;
	color: #FFF;
}

div.hotProducts .imgBox {
	display:table-cell;
	min-width:100px;
	margin-right: 8px;
	cursor: pointer;
	cursor: hand;
	float:left;
	text-align: center;
	vertical-align: middle;
	min-height:100px;	
}

div.hotProducts .linkBox {
	display:table-cell;
	width: 140px;
	cursor: pointer;
	cursor: hand;
	height:100px;
	color:#000;
}

#kwick.active {
	background-color: #eaeaea;
}

.boxTable td {
	border-bottom: 1px dotted #666;
	padding: 2px 0;
} 

.boxCartBold td {
	border-bottom: 2px dotted #666;
	padding: 2px 0;
} 

/* The following styles are duplicated in _mailcontent.cfm */
#outputRow th {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #ffffff;
	background-color: #336699;
	font-weight: bold;
	padding-left: 7px;
	padding-right: 7px;
	border-color: #c6c6c6;
	border-width: 1px 1px 0 0;
	border-style: solid;
}

#outputRow td {
	border-color: #c6c6c6;
	border-width: 1px 1px 0 0;
	border-style: solid;
	padding-left: 7px;
	padding-right: 7px;
	cursor:pointer;cursor:hand;
}

#outputRow2 td {
	border-color: #c6c6c6;
	border-width: 1px 1px 0 0;
	border-style: solid;
	padding-left: 7px;
	padding-right: 7px;
}

/* end of duplication */

a.boxCart, a.boxCart:visited, a.boxCart:active  {
	color:#0000cd;
	font-weight:bold;
} 

table.outputRow {
	border-color: #c6c6c6;
	border-width: 0 0 1px 1px;
	border-style: solid;
}

/* Cart styles */

.cartTitle, a.cartTitle, a.cartTitle:visited, a.cartTitle:active {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 15px;
	color: #5a5a5a;
	font-weight : bold;
	margin-bottom: 5px;
}

a.cartTitle:hover {
	color: #cc3300;
}

.cartText {
	line-height: 22px;
}

.cartPrice {
	font-size: 15px;
	color: #0000cd;
	font-weight : bold;
}

.cartTable {
	border-bottom: 1px dotted #666;
	padding: 5px;
} 





/* Catalog styles */

.catHeader {
	border-bottom: 1px dotted #666;
	border-top: 1px dotted #666;
	padding: 10px 8px;
	width: 100%;
	margin: 0;
	border-spacing: 0;
	background-color: #E2E2E2;
} 

.catTable {
	border-bottom: 1px dotted #666;
	padding: 10px 8px;
} 

.catPrice {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px;
	color: #5a5a5a;
	font-weight : bold;
}

a.catPrice {
	cursor:pointer;cursor:hand;
}

a.catPrice:hover {
	color: #cc3300;
	text-decoration: none;
}

.catGroupHeading {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	border-bottom: 1px dotted #666;
	color: #C30;
	background-color:#efefef;
	font-weight: bold;
	padding: 4px 5px;
}

#catHeading, #catHeading a {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11pt;
	color :#5a5a5a;
	font-weight : bold;
	margin-bottom: 5px;
}

#catHeading a:hover {
	text-decoration: underline;
	color: #cc3300;
}

#catTopProduct td {
	text-align: center;
}

a:link img.catImage, a:visited img.catImage, img.catImage {
	border: 1px solid #ffffff;
}

a:hover img.catImage {
	border: 1px solid #cc3300;
}

a:link img.map, a:visited img.map, img.map {
	border: 1px solid #000000;
}

a:hover img.map {
	border: 1px solid #cc3300;
}