@charset "utf-8";
/* CSS Document */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
margin:0;
padding:0;
}

iframe {border:none;}

body {
	color:#4a4a4a;
	font:normal normal 12px Verdana, Arial, Helvetica, sans-serif;
	background: url(../graphics/bkgd_tile.png) repeat center; 
	border-top: 5px solid #362a14;
}

a,img {
	border:none;
	outline:none;
}
a {
	color: #3f7986;
}

.float_right {
	float:right;
}

.clear_both {
	clear:both;
}

.float_none {
	float:none;
}

/******* ------------ main container section -------------- ***********/
#header_bkgd {
	background:url(../graphics/header_bkgd.png) repeat center; 
	height: 196px;
}

#main_container {
	width:980px;
	margin: -196px auto 0 auto;
	padding:0;
}

/***** --------- Header ----------- ***/

#main_container .header_section {
	width:972px;
	float:right;
	padding:3px 0 0;
}
.logo {
	margin: 5px 0 10px 5px;
}

/***** --------- SEARCH ----------- ***/

.top_search_section {
	float: right;
	margin-top: -7px;
}

.search_left {
	padding: 0px 4px 0 0;
	float: left;
	font-weight: normal;
	color: #dbebf0;
	font-size: 14px;
}
.go_button {
	margin: 0px 0 0 4px;
}

.top_search_section .left_bg {
	width:9px;
	background:url(../graphics/search_left.png) no-repeat;
	height:28px;
}

.top_search_section .mid_bg {
	width:280px;
	background:url(../graphics/search_bkgd.png) repeat-x;
	height:31px;
	padding:4px 0 0;
}

.top_search_section .right_bg {
	width:8px;
	background:url(../graphics/search_right.png) no-repeat;
	height:28px;
}

.top_search_section .search_item {
	width:180px;
	float:left;
	height:18px;
	color:#898989;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0px 3px 0 0;
	padding:0px 0 0 4px;
	border: none;
}

/***** --------- NAVIGATION ----------- ***/

div#navigation_container{
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size: 1.15em;
	word-spacing: 0em;
	text-transform: uppercase;
	margin: -75px 0 0 375px;
	width: 541px;
	height: 43px;
	text-align: left;
	float: right;
}
div#navigation_container_artist{
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size: 1.15em;
	word-spacing: 0em;
	text-transform: uppercase;
	margin: -100px 0 0 0;
	width: 660px;
	height: 43px;
	text-align: left;
	float: right;
}
ul#navigation  {
	display: inline;
}
ul#navigation li{
	display: inline;
	float: left;
}
ul#navigation li a {
	display: inline;
	height: 43px;
	float: left;
	text-indent: -9999px;
}
ul#navigation li#navigation_home a { 
	width: 95px;  
   	background: url(../graphics/home.png) no-repeat;
} 
ul#navigation li#navigation_cards a {  
    width: 96px;  
   	background: url(../graphics/cards.png) no-repeat;
} 
ul#navigation li#navigation_artists a {  
    width: 116px;  
   	background: url(../graphics/artists.png) no-repeat;
}  
ul#navigation li#navigation_community a{   
    width: 158px; 
   	background: url(../graphics/community.png) no-repeat;
} 
ul#navigation li#navigation_faq a {    
    width: 76px;  
   	background: url(../graphics/faq.png)  no-repeat;
}
ul#navigation li#navigation_dashboard a { 
	width: 161px;  
   	background: url(../graphics/dashboard.png) no-repeat;
} 
ul#navigation li#navigation_mycards a { 
	width: 140px;  
   	background: url(../graphics/my_cards.png) no-repeat;
}
ul#navigation li#navigation_profile a { 
	width: 119px;  
   	background: url(../graphics/profile.png) no-repeat;
}

ul#navigation li#navigation_home a:hover { 
	width: 95px;  
   	background: url(../graphics/home.png) no-repeat;
   	background-position: center;
} 
ul#navigation li#navigation_cards a:hover {  
	width: 96px;   
   	background: url(../graphics/cards.png) no-repeat;
   	background-position: center;
} 
ul#navigation li#navigation_artists a:hover {  
	width: 116px;  
   	background: url(../graphics/artists.png) no-repeat;
   	background-position: center;
} 
ul#navigation li#navigation_community a:hover { 
	width: 158px; 
   	background: url(../graphics/community.png) no-repeat;
   	background-position: center;
} 
ul#navigation li#navigation_faq a:hover {  
    width: 76px;  
   	background: url(../graphics/faq.png)  no-repeat;
   	background-position: center;
}
ul#navigation li#navigation_dashboard a:hover { 
	width: 161px;  
   	background: url(../graphics/dashboard.png) no-repeat;
   	background-position: center;
} 
ul#navigation li#navigation_mycards a:hover { 
	width: 140px;  
   	background: url(../graphics/my_cards.png) no-repeat;
   	background-position: center;
}
ul#navigation li#navigation_profile a:hover { 
	width: 119px;  
   	background: url(../graphics/profile.png) no-repeat;
	background-position: center;
}




ul#navigation li#navigation_homeCurrent { 
	width: 95px;  
   	background: url(../graphics/home.png) no-repeat;
   	background-position: bottom;
} 
ul#navigation li#navigation_cardsCurrent {  
	width: 96px;   
   	background: url(../graphics/cards.png) no-repeat;
   	background-position: bottom;
} 
ul#navigation li#navigation_artistsCurrent {  
	width: 116px;  
   	background: url(../graphics/artists.png) no-repeat;
   	background-position: bottom;
} 
ul#navigation li#navigation_communityCurrent { 
	width: 158px; 
   	background: url(../graphics/community.png) no-repeat;
   	background-position: bottom;
} 
ul#navigation li#navigation_faqCurrent { 
	width: 76px;  
   	background: url(../graphics/faq.png)  no-repeat;
   	background-position: bottom;
} 
ul#navigation li#navigation_dashboardCurrent { 
	width: 161px;  
   	background: url(../graphics/dashboard.png) no-repeat;
   	background-position: bottom;
} 
ul#navigation li#navigation_mycardsCurrent {  
	width: 140px;  
   	background: url(../graphics/my_cards.png) no-repeat;
   	background-position: bottom;
}
ul#navigation li#navigation_profileCurrent { 
	width: 119px;  
   	background: url(../graphics/profile.png) no-repeat;
	background-position: bottom;
}

/* ----- LISTS ----- */
li{
	list-style: none;
	display: block;
	}
li p{
	}
ul li{
	display: block;
	}
ol {
	list-style-type: decimal;
	}



/**************** -------------------------------------------- *********************
 ----- inner content -------- */
#main_container .content_section {
	width:975px;
	padding:10px 0 0;
}

#step_module {
	/*background: transparent url(../graphics/three_step.png) no-repeat top;*/
	background: transparent url(../graphics/three_step_full.png) no-repeat top;
	/*height: 134px;*/
	height: 107px;
	width: 686px;
	color: #fff;
	/*padding: 20px 40px 15px;*/
	padding: 35px 40px;
}
#step_module img{
	vertical-align: top;
	margin-right: 6px;
}
#step_module p{
	margin: 0px 0 0 0;
}
#search_container {
	float: left;
	width: 188px;
	font-size: 12px;
	margin-right: 70px;
}
#sign_container {
	float: left;
	width: 185px;
	font-size: 12px;
	margin-right: 55px;
}
#ship_container {
	float: left;
	width: 185px;
	font-size: 12px;
}
#carousel_container h1 {
	font-size: 35px;
    margin: 0;
}
.start_here {
    margin: 9px 0px 0 51px;
}
#bottom_modules {
	font-size: 13px;
}
#bottom_modules h1{
	color: #fff;
	font-size: 20px;
	margin-bottom: 30px;
	text-align: center;
}
#bottom_modules img{
	margin-top: 10px;
	margin-right: 0px;
}
#bottom_modules img.calendar{
	margin-top: -3px;
	margin-right: 8px;
	float: left;
}
#bottom_modules img{
	margin-right: 8px;
}
.bottom_container {
	height: 169px;
	width: 216px;
	padding: 17px 15px 15px;
	margin: 10px 13px 0 0;
	float: left;
	background: transparent url(../graphics/bottom_module.png) no-repeat top;
}
.bottom_container_last {
	height: 169px;
	width: 216px;
	padding: 17px 15px 15px;
	margin: 10px 0px 0 0;
	float: left;
	background: transparent url(../graphics/bottom_module.png) no-repeat top;
}


/* --- SIDEBAR --- */

#sidebar {
	float: left;
	width: 193px;
	font-size: 11px;
}
#sidebar .login h3 {
	padding: 5px 0 0px 7px;
}
#sidebar .login{
	background: #fff;
	border: 1px solid #362911;
}
#sidebar h3 {
	font-size: 15px;
	margin: 0px 0px 8px;
	padding: -6px 0px 0px;
}
#sidebar h3.your_cart {
	float: left;
	font-size: 15px;
	margin: 0px;
	padding: -6px 0px 8px;
}
#sidebar h3.underline {
	font-size: 15px;
	margin: 0px 0px 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #867f70;
	
}
h3.underline {
	font-size: 15px;
	margin: 0px 0px 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #867f70;
	
}
.text_title {
	margin-top: 8px;
}
.text_detail {
	margin-top: 3px;
}
.email_admin {
	margin-top: 14px;
}
.button_space_top {
	margin-top: 8px;
}
/* Tabs
----------------------------------*/
.ui-tabs { 
	padding:0em; zoom: 1; 
}
#tabs .sidebar_content {
	width: 147px;
	padding: 7px 10px 10px;
}
#tabs { 
	font-weight: bold;
	margin: 0px;
}
#tabs p{ 
	font-size:.9em;
	color: #362911;
	margin: 0px;
	font-weight: normal;
}
#sidebar .login ul {
	border-top: 0px solid #827e77;
	padding-left: 2px;
}
#sidebar .login li {
	border-bottom: 0px solid #827e77;
}
#ul_cufon li a{
	color: #1e1309;
}
.ui-tabs .ui-tabs-nav { 
	list-style: none;
	position: relative; 
	height: 20px;
	margin-bottom: -6px;
	border-bottom: 1px solid #362911;
}
#ul_cufon ul {
	border-top: 0px solid #827e77;
} 
.ui-tabs .ui-tabs-nav li { 
	position: relative; 
	float: left;  
	margin: 0px 0px 0px 1px; 
	color: #1e1309;
	font-weight: normal;
	padding: 7px 12px 6px; 
	background: #ece4cd;
	border-left: 1px solid #362911;
	border-top: 1px solid #362911;
	border-right: 1px solid #362911;
	border-bottom: 1px solid #fff;
}
.ui-tabs .ui-tabs-nav li a{ 
	padding: 10px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {  
	border-bottom: 1px solid #362911;
	background: #fff;
	height: 14px
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { 
	padding: 0em; 
	display: block; 
	border-width: 0; 
	}
.ui-tabs .ui-tabs-hide { 
	display: none !important; 
	}
.cart_head {
	background: transparent;
	height: 25px;
}
#sidebar a {
	color: #3f7986;
}
#sidebar ul {
	border-top: 1px solid #827e77;
}
#sidebar li {
	padding: 2px 0 4px;
	border-bottom: 1px solid #827e77;
}
#sidebar ul li ul {
	margin-top: 16px;
	border-top: 0px solid #827e77;
}
#sidebar ul li ul li {
	padding: 2px 0 4px;
	margin-left: 10px;
	border-top: 0px solid #827e77;
	border-bottom: 0px solid #827e77;
}

.sidebar_wrapper {
	width: 193px;
	overflow: hidden;
	margin-bottom: 10px;
}
.sidebar_content {
	width: 169px;
	padding: 6px 12px 14px;
	background: transparent url(../graphics/sidebar_bottom_bkgd.png) no-repeat bottom left;
}
.sidebar_top {
	height: 9px;
	width: 193px;
	background: transparent url(../graphics/sidebar_top_bkgd.png) no-repeat;
}
.test_block {
	height: 100px;
	background: red;
}
#error_message {
	background: blue;
}
#error_message ul, li{
	border: none;
}
div.sibebar_title_text p{
	font-size:.9em;
	font-weight: normal;
}
.login_item {
	width:162px;
	float:left;
	height:18px;
	color:#898989;
	background: #e9f0f2;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:6px 3px 6px 0;
	padding:0px 0 0 4px;
	border: 1px solid #c8c8c8;
}
.newsletter_item {
	width:162px;
	float:left;
	height:18px;
	color:#898989;
	background: #e9f0f2;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0px 3px 6px 0;
	padding:0px 0 0 4px;
	border: 1px solid #c8c8c8;
}
.subscribe {
	margin: 10px 0 0 90px;
}


/* Right */
.content_section .Right_content {
width:772px;
float:left;
margin-left: 10px;
}

/*---- flashfile ----*/
.Right_content #flashFile {width:772px; float:left; height:257px; padding:0 0 5px 0;}

.Right_content .grey_section_bg {
	width:752px;
	float:left;
	background: transparent url(../graphics/semi_transparent.png) repeat;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border:3px solid #fff;
	padding:9px;
}
.Right_content .grey_section_bg_a {
	width:752px;
	float:left;
	background: transparent url(../graphics/semi_transparent.png) repeat;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border:3px solid #fff;
	padding:9px;
	margin-top: 12px;
}

.Right_content .grey_section_bg .white_bg {
float:left;
/* background:#FFF; */
padding:19px 0 7px 9px;
}

.grey_section_bg .white_bg .cards_container {
float:left;
width:743px;
color:#477d05;
/*font-weight:400;*/
padding:0 0 5px;

}

.white_bg .cards_container span.select_card {
width:127px;
background: #fff;
color:#959595;
margin:0 0 6px;
padding:5px;
line-height:18px;
height:220px;
border: 1px solid #ccc;
}

.white_bg .cards_container span.select_card .imageContainer{
height:185px;
display:table-cell;
vertical-align:middle;
border-bottom: 1px dotted #ccc;
}

.white_bg .cards_container span.select_card_cards {
width:127px;
background: #fff;
color:#959595;
margin:0 0 6px;
padding:5px;
line-height:18px;
height:220px;
border: 1px solid #ccc;
}

.white_bg .cards_container span.select_card_cards .imageContainer{
height:185px;
display:table-cell;
vertical-align:middle;
border-bottom: 1px dotted #ccc;
}

.white_bg .cards_container span.select_card img {
padding:0 0 5px 0;
}

.white_bg .cards_container span.select_card a {
color: #3f7986;
text-decoration:none;
}

.white_bg div.view_all {
width:733px;
text-align:right;
padding:0 10px 0 0;
}

.white_bg div.view_all a {
color: #3f7986;
text-decoration:none;
font-size:14px;
font-variant: small-caps;
font-weight: bold;
}

/******** ---------- Footer ---------------- ***********/
#footer {
	width: 772px;
float:left;
	position:relative;
	left:10%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 40px 0 50px 0;
	padding: 12px 0 20px 0;
	border-top: 3px solid #403114;
	text-align: center;
}
#footer_center {
	width: 772px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 40px auto 50px;
	padding: 12px 0 20px 0;
	border-top: 3px solid #403114;
	text-align: center;
}
#footer ul {
	font-size: 13px;
	margin: 10px 0 10px 0;
	display: inline;
	line-height: 25px;
	text-decoration: none;
}
#footer li {
	display: inline;
	font-weight: bold;
	text-decoration: none;
	padding: 0 7px 0 5px;
	border-right: 1px solid #2c210c;
}
#footer li.last {
	display: inline;
	font-weight: bold;
	text-decoration: none;
	padding: 0 7px 0 5px;
	border-right: 0px solid #2c210c;
}
#footer li a {
	color: #2c210c;
	padding: 0 7px 0 5px;
}
#footer li a:hover {
	color: #a24e16;
}
#footer .small {
	font-size: 9px;
}
#footer_center ul {
	font-size: 13px;
	margin: 10px 0 10px 0;
	display: inline;
	line-height: 25px;
	text-decoration: none;
}
#footer_center li {
	display: inline;
	font-weight: bold;
	text-decoration: none;
	padding: 0 7px 0 7px;
	border-right: 1px solid #2c210c;
}
#footer_center li.last {
	display: inline;
	font-weight: bold;
	text-decoration: none;
	padding: 0 7px 0 7px;
	border-right: 0px solid #2c210c;
}
#footer_center li a {
	color: #2c210c;
	padding: 0 7px 0 5px;
}
#footer_center li a:hover {
	color: #a24e16;
}
#footer_center .small {
	font-size: 9px;
}

/******* ------------ MISC --------------------***********/
.padding_10 {
padding:0 0 0 10px;
}

.padding_12 {
width:12px;
float:left;
height:10px;
}

.gap10 {
width:743px;
float:left;
height:10px;
}

.float_left {
	float:left;
}
.float_right {
	float:right;
}
.navigation_container ul li a:hover,.navigation_container ul li a.small_nav:hover,.navigation_container ul li a.small_nav2:hover,.cart_section .mid_bg span a:hover,.white_bg .cards_container span.select_card a:hover,.white_bg div.view_all a:hover,.footer .foot_left a:hover {
text-decoration:underline;
}

.Left_content a.tabs,.Left_content a.inactive {
width:168px;
float:left;
background:url(../graphics/arrow_off.gif) no-repeat right center;
color:#4a4a4a;
font-weight:700;
text-decoration:none;
}

.Left_content a.tabs:hover,.Left_content a.inactive:hover {
color:#ed6600;
font-weight:700;
text-decoration:none;
background:url(../graphics/arrow_on.gif) no-repeat right center;
}

.Left_content a.active,.active {
width:168px;
float:left;
/* background:url(../graphics/arrow_on.gif) no-repeat right center; */
color:#ed6600;
font-weight:700;
text-decoration:none;
}

.grey_section_bg .white_bg h1,.grey_section_bg .white_bg h2 {
float:left;
width:743px;
color: #2c210c;
font-size:15px;
font-weight:bold;
padding:0 0 9px;
text-transform:uppercase;
}

#carousel_container {
    background-color: transparent;
    width: 766px;
}

/* slider specific CSS */
.infiniteCarousel {
  width: 750px;
  height: 212px;
  position: absolute;
}

.infiniteCarousel .wrapper {
  width: 630px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  min-height: 20em;  
  margin: 0 0px 0 60px;
  position: absolute;
  top: 13px;    
}

.infiniteCarousel ul a img {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;  
}

.infiniteCarousel .wrapper ul {
  width: 9999px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  padding:0;
  position: relative;
  vertical-align:middle;
  top: 0;
}

.infiniteCarousel ul li {
  float:left;
  padding: 10px;
  margin-right: 10px;
  width: 108px;
}

.infiniteCarousel ul li a img {
  display:table-cell;
  vertical-align: middle;
}

.infiniteCarousel .arrow {
  display: block;  
  height: 179px;
  width: 43px;
  background: url(../graphics/arrow.png) no-repeat 0 0;
  text-indent: -999px;
  position: absolute;
  padding: 0 0px;
  margin-left: 10px;
  top: 10px;
  cursor: pointer;
}

.infiniteCarousel .forward {
  background-position: 0 0;
  right: 0;
}

.infiniteCarousel .back {
  background-position: 0 -383px;
  left: 0;
}

.infiniteCarousel .forward:hover {
  background-position: 0 -191px;
}

.infiniteCarousel .back:hover {
  background-position: 0 -570px;
}

#carousel_container .sliderGallery_bkgd {
    /*background: url(../graphics/slider_bkgd.png) no-repeat;*/
	background: url(../graphics/slider_bkgd_full.png) no-repeat;
    overflow: hidden;
    position: relative;
    height: 212px;
    width: 766px;
	padding-top: 22px;
    margin-top:8px;
}

#carousel_container .sliderGallery {
    overflow: hidden;
    position: relative;
    padding: 10px;
    height: 212px;
    width: 738px;
    margin-left: 4px;
}

#carousel_container .sliderGallery ul {
    position: absolute;
    list-style: none;
    overflow: none;
    white-space: nowrap;
    padding: 0;
    margin: 10px 0 0 0;
}

#carousel_container .sliderGallery ul li{
    display: inline;
}
#carousel_container .sliderGallery ul li img{
	width: 108px;
	margin-right: 10px;
	background: transparent url(../graphics/semi_transparent_lt.png) repeat scroll 0 0;
	padding: 3px;
	vertical-align: middle;
}

#carousel_container .slider_wrap {
    width: 742px;
    height: 17px;
	background: url(../graphics/sliderbar.png)  no-repeat;
	margin-top: 175px;
    margin-left: -2px;
    padding: 0px;
    position: relative;
}

#carousel_container .slider {
    width: 626px;
    height: 17px;
	position: relative;
	left: 56px;
}

.ui-slider-handle { position: absolute; z-index: 2; width: 66px; height: 13px; cursor: move; top: 2px; margin-left: -33px; background: url(../graphics/slider.png)  no-repeat; }

/* slider specific CSS */

#bottom_container {
    background-color: transparent;
    width: 246px;
}

#bottom_modules .sliderGallery {
    overflow: hidden;
    position: relative;
    padding: 0px;
    height: 300px;
    width: 239px;
    margin-left: -12px;
    margin-top: -10px;
}

#bottom_modules .sliderGallery ul {
    position: absolute;
    list-style: none;
    overflow: none;
    white-space: nowrap;
    padding: 0;
    margin: 0px 0 0 0;
}

#bottom_modules .sliderGallery ul li{
    display: inline;
}

#bottom_modules .sliderGallery ul li img{ 
    background: transparent url(../graphics/semi_transparent_lt.png) repeat scroll 0 0;
    padding: 3px;
	width: 49px;
	vertical-align: middle;
}
#bottom_modules .slider_wrap {
    width: 222px;
    height: 17px;
    margin-top: 93px;
    margin-left: 7px;
    padding: 0px;
    position: relative;
    background: url(../graphics/small_scroller.png) no-repeat;
}
#bottom_modules .slider {
    width: 109px;
    height: 17px;
	position: relative;
	left: 56px;
}
#sidebar_cart table {
	margin-top: -10px;
}
#sidebar_cart table, td, th, tr {
	background: none;
	border: none;
}

#sidebar_cart .HeaderRow {
	display: none;
	border: none;
}

#sidebar_cart .GridRow td {
	padding: 2px 0 4px 0px;
	border-top: 0px solid #827e77;
	border-right: 0px solid #827e77;
	border-left: 0px solid #827e77;
	border-bottom: 1px solid #827e77;
}
#sidebar_cart .GridRow {
	background: none;
	border: none;
}
#sidebar_cart .AlternateRow td {
	padding: 2px 0 4px 0px;
	border-top: 0px solid #827e77;
	border-right: 0px solid #827e77;
	border-left: 0px solid #827e77;
	border-bottom: 1px solid #827e77;
	background: transparent;
}
#sidebar_cart .AlternateRow {
	background: none;
}
h3.carddetail {
	margin-top: 5px;
	margin-right: 10px;
	margin-left: -10px;
}
#content_spacer {
	height: 20px;
	width: 600px;
}
.artist_banner {
	margin-top: 10px;
}

#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	text-align:center;
}

/* Category Page CSS */
.categories 
{
	margin-left: 25px;
	margin-right: 15px;
	padding: 2px;
	margin-bottom: 20px;
	text-align:left;
	table-layout:fixed;
}

.categories a:hover
{
	color: #a24e16;
}

.parent_category
{

	margin: 18px 0 0 0;
	font-weight: bold;
	font-size: 13px;
	color: Gray;
}

.child_category
{
	margin-top: 3px;
	margin-bottom: 3px;
	text-indent: -.4em; 
	margin-left: 1em;
	font-size: 12px;
}

div#filter
{
	background: transparent url(../graphics/filter_back.png) no-repeat;
	margin-top: -18px;
	margin-left: -5px;
	padding-top: 3px;
	padding-bottom: 10px;
	float:right;
	text-align:center;	
	vertical-align:top;
	color: #000;
	font-weight: bold;
	font-size:12px;
	width: 175px;
}

/* Front Page Ticker */
.tickercontainer {border: none; width: 433px;  height: 10px;  margin: 0; vertical-align:bottom;  padding: 0 overflow: hidden;  } 
.tickercontainer .mask { position: relative; left: 10px; top: 8px; width: 433px; overflow: hidden; } 
ul.newsticker { position: relative; left: 433px; font: bold 11px Verdana; list-style-type: none; margin: 0; padding: 0; }
ul.newsticker li { float: left; margin-left: 10px; padding-left: 10px; color: #fff; }
ul.newsticker a { white-space: nowrap; padding: 0; color: #3b2d13; font: bold 11px Verdana; margin: 0 50px 0 0; } 
ul.newsticker span { margin: 0 10px 0 0; } 