/*=============================================================================
 * Public CSS file.
 *
 * This will be copied to /public/stylesheets when running 
 * 'rake substruct:prepare_layout_for_modification'
 *
 * That file is the one that should be modified when customizing your site.
 *
 ============================================================================*/
/* Reset all margins and padding to ensure x-browser compatibility */
* {
	padding: 0px;
	margin: 0px;
}
body, html {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-position: center;
}
body {
	background-color: #fff;
}
body, table, div, td, input, textarea {
	font-family: Lucida Sans Unicode, Lucida Grande, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.4em;
	color: #483324;
}
a {
	font-weight: bold;
	text-decoration: none;
}
a:link { color: #5fa7e2; }
a:visited {	color: #5fa7e2; }
a.action:link, a.action:visited, a.action.bad:link, a.action.bad:visited {
	background-color: #049abe;
	color: #fff !important;
	font-weight:normal;
	font-size: 12px;
	padding: 4px;
	text-decoration:none !important;
}
a.action.bad:link, a.action.bad:visited {
	background-color: #770000;
	font-weight: bold;
}
a.normal { font-weight: normal; }
a.redlink, a.red:link, a.red:visited {
	color: #804D68;
}
form {
}
img {
	display:inline;
}
img.floater {
	margin:20px;
	border:1px dotted #C2B2FB !important;
	border:1px solid #9C8FCA;
}
img.floater2 {
	margin-right:10px;
	margin-bottom:10px;
}
p {
	padding-top: 5px;
	padding-bottom: 10px;
	line-height: 1.5em;
}
td {
	vertical-align: top;
}
label {
	clear:both;
	font-weight:bold;
	color: #666666;
	display:block;
	padding-bottom: 5px;
}
input {
}
option {
	padding:0px 4px;
}
input[type=hidden] {
	display:none;
}
ul, ol {
	padding-left:30px;
}
ul {
	list-style-type:disc;
}
ul li {
	padding: 2px 0px;
	list-style-type: square;
}
ul.navigation {
	margin: 0px;
	padding-left:0px;
	padding: 0px;
	display: inline;
}
ul.navigation li {
	margin:0px;
	list-style: none;
	display:inline;
	float:left;
	padding:0px;
	padding-left:10px;
	margin-right:5px;
}
ul.navigation li.active {
	font-size: 1.2em;
	font-style: italic;
}

/* Secondary actions: orders ready to ship, on hold etc */

ul.navigation.secondary {
	float:right;
	margin-top: -30px;
	margin-right: 0px;
}
ul.sortable {
	margin-left: 0px !important;
	padding-left: 0px !important;
}

ul.sortable li {
	cursor: pointer;
	cursor: hand;
	list-style-type: none;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 5px;
	margin-left: 0px !important;
}

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

.navigation a, .navigation a:link, .navigation a:visited {
}
.navigation.secondary a, .navigation.secondary a:link, .navigation.secondary a:visited {
	color: #5272E0;
}
.navigation.tertiary a, .navigation.tertiary a:link, .navigation.tertiary a:visited {
	color: #000;
	padding: 4px;
}
.navigation.tertiary li {
	background-color: #ccc;
	padding-left: 4px;
	padding-right: 4px;
}
.navigation.tertiary li.active {
	background-color: #fff;
	border: 1px solid #ccc;
	border-bottom: 0px;
}
#subnav {
	border-bottom: 1px solid #ccc !important;
	border-bottom: 0px;
	height: 18px;
}

img {	border: 0px; }

h1 {
	color: #3b3b3b;
	font-size: 28px;
	line-height: 35px;
	padding-bottom:5px;
	margin-bottom: 10px;
	font-weight: normal;
	white-space: nowrap;
}
h1 .info {
	font-size: 14px;
	font-style: normal;
	color: #B8B3AD;
}

h1.border {
	border-bottom: 1px dotted #806a53;
}

h1 a {
	color: #f86d0a;
	font-weight: normal;
	text-decoration: none;
}

h1.important {
	font-size: 1.9em;
	font-style: italic;
	line-height: 1.1em;
}

h1:first-child, h1.first {
	margin-top: 0px;
}

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

h2 {
	font-size: 24px;
	line-height: 28px;
	color: #5e5e5e;
	font-weight: normal;
}
h3 {
	margin-top: 0px;
	color: #3b3b3b;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
}
h4 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #8a8075;
	font-weight: normal;
}

div.line {
	border-bottom: 1px dotted #B5B5B5;
	padding:0px;
	margin-top: 10px;
	margin-bottom: 20px;
	height: 1px;
	overflow:hidden;
	clear:both;
}


div.indent {
	padding:0px;
	margin:0px;
	margin-top:-10px;
	padding-left:20px;
}

div.padLeft {
	padding-left:10px;
}

div.price {
	text-align: left;
#	-moz-border-radius: 10px;
	background-color: transparent;
	padding: 2px;
	overflow: hidden;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	color: #929292;
  font-style: normal;

}

.info {
	font-size: 10px;
	font-style:italic;
	color: #666666;
	line-height:14px;
}

.money {
	color: #466B2E;
	font-style:italic;
}
.orig_price {
	text-decoration:line-through;
	font-size:0.7em;
}

.product_list_filters
{
  float: right; 
  padding-right: 10px;
  margin-top: 0;
}

/* BUTTONS */
/* This is used on anchors as well as button objects, so some css trickery is needed */
.button, .buttonWarning {
	background-color: #585858;
	border: 1px solid #b4b4b4;
	font-size: 10px;
	font-weight: bold !important;
	color: #ffffff !important;
	color: #ffffff;
	text-decoration: none !important;
	text-decoration: none;
	line-height: 16px;
	padding: 5px 7px 5px 7px;
	cursor: pointer;
	cursor: hand;
	text-align: center;
	text-transform: uppercase;
	
}
input.button
{
	padding: 4px 6px 4px 6px;  
}
/*wishlist*/
div.move_to_cart
{
  text-align: center;
  width: 120px;
}

/*show_cart*/

div.move_to_wishlist
{
  float: left;
  text-align:center; 
  margin-top: -3px;
}

/*show*/
div.checkout
{
}
div.view_cart_button
{
  margin-top: 2px;
}

span.checkout input.button
{
  padding: 5px 5px 4px 5px;
  width: 112px;
}
span.add_to_cart input.button
{
  padding: 5px 5px 4px 5px;
  width: 95px;
}
div.save_to_wishlist
{
  margin-top:10px; 
  height: 50px;
}
span.save_to_wishlist a.button
{
  padding: 5px 5px 4px 5px;
  margin-left: 69px;
  height: 20px;
}

.button-symbol
{
  color: #a0d53c;  
}

.buttonWarning {
	background-color: #FF0000;
	border-color:#B00000;
	color:#eeeeee;
}

/* end buttons */

*.small {
	padding: 1px;
	font-size: 0.9em;
}

/* BEGIN TABLE LIST CSS */

div.listContainer {
	height:300px;
	width: 100%;
	border: 1px solid #666666;
	background-color: #fff;
	overflow: auto;
}

/* FAUX TABLES */
.faux-table {
	border: 0;	
	width: 97%;
}
.faux-table a{
  color: #585858;
  
}
.faux-table .header-row {
	color: #000000;
	background: #FFFFFF;	
	width: 100%;
	padding-left: 10px;
}

.faux-table .row {
	overflow: hidden;
	background: url('/images/store/table_top_gradient.gif') top left repeat-x #DBD9DA;
	border-right: 1px solid #B3B3B3;
	border-bottom: 1px solid #B3B3B3;
	border-left: 1px solid #B3B3B3;
	padding: 10px;
	margin-bottom: 2px;
  
}

.faux-table .row, .faux-table .header-row {
	clear: both;
}

.faux-table .row .cell, .faux-table .header-row .cell, .faux-table .last-row .cell {
	float: left;
	color: #000;
	background: transparent;
  text-align: center;
}

.faux-table .header-row .cell {
  color: #585858;
	background: #FFFFFF;
	margin-right: 1px;
	font-weight: bold;
}

.faux-table .row .cell{
  font-weight: bold;
}

.faux-table .row .cell, .faux-table .last-row .cell {
	background: transparent;
  color: #585858;
	margin-right: 1px;
}

.faux-table .last-row {
	padding: 10px 0 0px 10px;
}

.faux-table .row .cell div, .faux-table .row .last-cell div {
	padding: 20px 0 10px 0px;
}

.cell input, .cell select {
	margin-bottom: 3px;
}

.faux-table .row .cell img.product_thumb {
	width: 46px;
	height: 46px;
	padding: 5px;
	margin: 0px;
	border: 1px solid #B3B3B3;
	background: white;
}

/* don't put a border around tables contained by a div */
div.listContainer .list {
	border: 0px;
	width: 100%;
}

.list td {
	background-color: #fff;
	padding: 2px 6px;
	border-right: 1px solid #cccccc;
}

.list tr.odd td {
	background-color: #fff;
}

.list tr.even td, .even {
	background-color: #ECEEF2;
}
.numeric, .list .numeric {
	text-align:right;
}
.list th, .list tr.header td, .list td.header {
	font-weight: bold;
	background-color: #777777;
	background-image:url(/plugin_assets/substruct/images/table_header_bg.png);
	color: #eeeeee;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	text-transform:capitalize;
	padding: 4px;
	text-align: left;
}

.list tr.footer td {
	font-weight:normal;
	font-style:italic;
	color: #333333;
	background-color: #cccccc;
	border-top: 1px solid #191465;
	text-transform:capitalize;
}

.list td.borderTop {
	border-top:1px solid #999999;
}

/* END TABLE LIST CSS */

*.hover {
	cursor: pointer;
	cursor: hand;
}
.hlt, tr.hlt td, tr.selected td {
	background-color: #FFBC6C !important;
	font-style:italic;
}

.notes {
	padding: 10px;
	background-color: #eeeeee;
	border: 1px solid #999999;
	margin-bottom: 10px;
	width: 400px;
}

.notesEdit {
	padding: 10px;
	width: 400px;
}

.clear {
	clear: both;
	height: 5px;
	overflow: hidden;
}

div.float, div.floatHalf {
	float:left;
	margin-right:10px;
}
div.floatHalf {
	width:45%;
}

/* MAIN TRI FLOATS */

div.floatTri {
	float: left;
	width: 31%;
	margin-right: 20px;
	background-image: url(/plugin_assets/substruct/images/public-ui/column-fade-middle.gif);
	background-repeat: repeat-x;
}
div.floatTri h2 {
	text-align: center;
	margin-bottom: 10px;
}

div.floatTri h4 {
	margin-left: 20px;
}

div.floatTri p {
	margin-top: 0px;
	margin-left: 20px;
	margin-right: 20px;
}
div.floatTri form {
	margin-left: 20px;
	margin-right: 20px;
}

.floatTri .left {
	float: left;
	background-image: url(/plugin_assets/substruct/images/public-ui/column-fade-left.gif);
	background-repeat: no-repeat;
	width: 10px;
	height: 150px;
}
.floatTri .right {
	float: right;
	background-image: url(/plugin_assets/substruct/images/public-ui/column-fade-right.gif);
	background-repeat: no-repeat;
	width: 10px;
	height: 150px;
}
.floatTri .middle {
	padding-top: 20px;
}

/* /MAIN TRI FLOATS */


.content_pad {
	padding: 20px;
	padding-top: 0px;
}

.fieldWithErrors input, .fieldWithErrors * option, .fieldWithErrors * {
  background-color: #dddddd;
}

.formError {
	color: red;
	font-style: italic;
	padding-bottom: 5px;
	padding-left: 10px;
}

#ErrorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#ErrorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#ErrorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#ErrorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

.inline {
	display:inline;
	clear:none;
	margin-bottom:0px;
}

div.error {
	margin:10px;
	background-color:#FFFF99;
	border:1px solid #804D68;
	font-weight: bold;
	padding: 20px;
	text-align:center;
	color: #804D68;
}
input.error {
	background-color: #FFD3E3;
}
.textInput {
	color: #333;
	line-height: 1em !important;
}

.textInput, .textArea {
	border: 1px solid #b4b4b4;
	padding: 4px;
}
.textInput.big {
	border: 1px solid #b4b4b4;
	height: 21px;
	color: #8a8075;
	font-size: 18px;
	line-height: 20px;

	padding-top: 0px;
	padding-left: 0px;
	background-image: url(/plugin_assets/substruct/images/public-ui/input-bg.gif);
	background-repeat: repeat-x;
}


/* CLASSES */
.minor_callout {
	margin-bottom: 20px;
}
.minor_callout p {
}
.main_block {
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
}
.form_block {
	margin: 10px 0px 20px 0px;
	padding: 20px;
	border-top: 2px solid #ccc;
}
.form_block h2 {
	margin-bottom: 10px;
}
.blog_entry {
	padding: 10px;
}
.blog_entry.even {
	background-color: transparent;
	background-image: url(/plugin_assets/substruct/images/public-ui/column-fade-middle.gif);
}

/* PRODUCT 'CHIPS' */
.product {
	width: 131px;
	height: 210px;
	float: left;
	display: inline;
	font-family: Lucida Sans Unicode, Lucida Grande, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #929292;
	text-transform: uppercase;
}
.product a
{
	text-transform: uppercase;
  color: #929292;
}
.product_top {
	width: 131px;
	height: 1px;
}
.product_bottom {
	width: 126px;
	height: 30px;
  padding-left: 5px;
}
.product_main {
	background-image: url(/images/store/product_small_bg.png);
	margin-top: 0px;
	padding-top: 9px;
	width: 132px;
  	height: 126px;
	text-align: center;
}
.product_image {
	margin-left: -1px;
	height: 113px;
}
.product_artist_name {
	color: #5272E0;
	font-size:9px;
}
.product_title {
	margin: 0px 0px 5px 0;
	color: #929292;
  display: inline;
	font-family: Lucida Sans Unicode, Lucida Grande, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #929292;
	text-transform: uppercase;
  
}
.product .money {
	display: block;
	background-color: transparent;
	padding: 2px;
	overflow: hidden;
#	-moz-border-radius: 5px;
  font-family: Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #929292;
  font-style: normal;
}
.product .icon {
	position:absolute;
	margin-left: 0px;
	
}
#product_detail .icon {
	position:absolute;
	margin-left: 0px;
}
.product_detail_bg
{
  background-image: url(/images/store/product_detail_bg.png);
	width: 280px;
	height: 282px;
	padding: 4px 0 0 4px;
	background-repeat: no-repeat;
	float:left;
}

/* PAGINATION ============================================= */
div.pagination {
	padding: 0px 0px 0px 0px;
	font-size: 9px;
	font-weight: bold;
	text-align: right;
	margin: 25px 0px 10px 0;
}
div.pagination a {
  margin: 1px 0 0 0;
	text-decoration: none;
	border: 1px solid #000000;
}
div.pagination a, div.pagination span {
	padding: 2px 5px 2px 5px;
	font-weight: bold;
}
div.pagination span.disabled {
	display: none;
}
div.pagination span.current {
	border: 1px solid #000000;	
}

/* if they want text */
div.pagination a.prev_page {
  margin: 0px 3px 0px 0;
  background-color: #585858;
  color: #a0d53c;  
  padding: 2px 2px 2px 4px;
}
div.pagination a.next_page {
  margin: 0px 0 0px 0;
  background-color: #585858;
  color: #a0d53c;
  padding: 2px 4px 2px 4px;
}

/* if they want images
div.pagination a.prev_page {
  margin: 0px 0 1px 0;
	border: none;
}
div.pagination a.next_page {
  margin: 0px 0 0px 0;
  padding-bottom: 1px;
	border: none;
}

div.pagination a.prev_page img {
  margin: -2px -5px 0px 0;
  vertical-align:middle;
}

div.pagination a.next_page img {
  margin: -2px 0 0px -5px;
  vertical-align:middle;
}
*/


div.p * {
	font-size: 1.2em;
}

#flash {
  width: 654px;
	margin: 0px;
	padding: 10px;
	z-index: 100;
	background-color: #ACCA6E;
	border: 2px solid #90C02F;
	color: #585858;
}
#flash h2 {
	padding: 5px;
	color: #585858;
}
#flash div, #flash .action {
	font-size: 1.2em;
	line-height: 1.3em;
	color: #585858;
}


#container {
  background-color: white;
	width: 968px;
	margin: 0px auto 0px auto;
	text-align: left;
	height: 100%;
}

#logo {
	width: 95px;
	float: left;
}







#header {
	margin-bottom: 20px;
}

#toplinks {
	float: right;
	margin-right: 10px;
	margin-top: 10px;
	font-size: 1.1em;
	width: 550px;
}

#toplinks li {
	margin-left: 15px;
	line-height: 30px;
	float: right;
}

#searchbox {
	margin-right: 0px;
	margin-top: 0px;
	width: 215px;
	padding-top: 29px;
	height: 55px;
	background-image: url(/images/nav/separator_v.png);
	background-repeat: no-repeat;
	background-position: right center;
	float:left;
	background-color: #000000;
}

#searchbox .textInput {
	width: 150px;
}

/* Div that comes before the content */
#preContent {
	height: 83px;
	background-image: ;
	background-repeat: no-repeat;
}
#contentBody {
	padding: 0px;
	margin: 0;
	width: 678px;
	float: left;
}

#yieldedContent
{
  padding-right: 0px;
}

#footer { 
	margin-top: 0px;
  margin-left: 95px;
	width: 678px;
  padding-top: 15px;
  height: 30px;
  background-color: black;
	font-size: 10px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
  color: white;
}
#footer li {
  float: left;
  list-style: none;
	margin-right: 20px;
	margin-left: 0px;
  color: white;
}
#footer li a {
  color: white;
}
#footer li a:hover {
  color: #5fa7e2;
}

#big_product_image {
	float: left;
	margin: 20px;
	margin-left: 0px;
	margin-top: 0px;
	width: 200px;
	overflow: hidden;
}

#bLeftCol, #bMiddleCol, #bRightCol {
	padding:15px;
	padding-top:20px;
	float:left;
}
#bLeftCol {
	width: 219px !important;
}
#bMiddleCol {
	width: 260px !important;
}
#bRightCol {
	width: 228px !important;
	width:210px;
	overflow:visible !important;
	overflow:hidden;
}

/* Left content container */
#left {
	float:left;
	width: 630px !important;
	width: 610px;
	margin-left: 10px;
	padding-right: 20px;
	margin-right: 20px;
	min-height: 500px;
	margin-bottom: 20px;
}

/* Right content */
#right {
	float:left;
	width: 280px;
	padding-bottom: 20px;
}


#right .textInput {
	font-size: 15px;
	line-height: 30px;
	padding-top: 5px !important;
	padding-top: 10px;
	height: 25px;
}

#right h2 {
	color: #5e5e5e;
}
#right h3 {
	color: #8a8075;
	text-align: center;
}

#left, #right, #fullContent {
}

#fullContent {
	width: 678px;
	margin: 0px 0px;
  height: 100%;
  
}

#customer_msg {
	position: absolute;
	margin-left: 390px;
	margin-top: 53px;
	background-color: #eee;
	width: 200px;
	padding: 0px 5px;
	height: 40px;
	overflow: hidden;
	color: #999;
}


#navigation {
	margin-top: 0px;
	background-color: #000000;
	height: 84px;
	width: 463px;
	float: left;
}

/* TOP NAVIGATION */
#navcap_left {
	float: left;
	width: 0px;
	height: 60px;
	background-image: url(/plugin_assets/substruct/images/public-ui/nav-endcap-left.gif);
	background-repeat: no-repeat;
	background-image: none;
}
#navcap_right {
	float: right;
	width: 0px;
	height: 60px;
	background-image: url(/plugin_assets/substruct/images/public-ui/nav-endcap-right.gif);
	background-repeat: no-repeat;
	background-image: none;
}

#navigation-inner {
  position: relative;
  z-index: 2;
}

.nav-vert-align
{
  padding-top: 30px; 
  color: white;
  font-weight: bold;
}

.dropdown {
  float:left; 
  width: 105px;
  padding-right: 0px;
  z-index:400; 
}
  
.dropdown dt {
  float:left; 
  
  padding: 30px 0 0 0; 

  cursor:pointer; 
  
  background-image: url(/images/nav/separator_v.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: transparent;

	height: 54px;
	line-height: 20px;
	width: 105px;  
	margin-right: 0px;

  text-align: center;

	font-style: normal;
	font-size: 12px;
	font-weight: bold;
	color: white;
	font-variant: small-caps;
	font-family: Lucida Sans Unicode, Lucida Grande, Arial, sans-serif;
	
	display: inline;
}

.dropdown dt:hover {
	color: #5fa7e2;
}

.dropdown dd {
  overflow:hidden; 
  width:110px; 
  display:none; 
  background: black; 
  z-index:400; 
  opacity:0;
  }

.dropdown ul {
  list-style:none; 
  border-top:none;
  line-height: 30px;
  font-size: 11px;
}

.dropdown li {
  display:inline;
  line-height: 20px;
  font-size: 11px;
}

.dropdown a, .dropdown a:active, .dropdown a:visited {
  display:inline; 
  color:white; 
  text-decoration:none; 
  background: transparent; 
  font-size: 12px;
  line-height: 10px;
}

.dropdown li a, .dropdown li a:active, .dropdown li a:visited {
  line-height: 20px;
  font-size: 11px;
	font-style: normal;
  font-weight: normal;
	font-variant: small-caps;
	font-family: Lucida Sans Unicode, Lucida Grande, Arial, sans-serif;
  
}

.dropdown a:hover {
  background: transparent;
	color: #5fa7e2;
}

.dropdown .underline {
  border-bottom:1px solid #b9d6dc;
}

ul.dropdownnav {
	margin: 0px;
	padding-left:0px;
	padding: 0px;
	display: inline;
}
ul.dropdownnav li {
	margin:0px;
	list-style: none;
	display:inline;
	float:left;
	padding:0px;
	padding-left:5px;
	padding-right:5px;
	z-index:400;
}
ul.dropdownnav li.active {
  line-height: 30px;
  font-size: 12px;
	font-style: normal;
}


/* END NAVIGATION */

/*SIDEBAR*/
#sidebar {
	width: 195px;
	float: left;
	background: #000000 url(/images/sidebar/ur_corner.png) no-repeat top right;	
	color: white;
	top: 0;
}
#sidebar a
{
  color: white;
}
div.toplinks
{
	font-family: Lucida Sans Unicode, Lucida Grande, Arial, sans-serif;
  font-size: 11px;
  color: #FFFFFF;
}
div.toplinks a
{
	font-family: Lucida Sans Unicode, Lucida Grande, Arial, sans-serif;
  font-size: 11px;
  color: #FFFFFF;
}
div.toplinks a:hover {
	color: #5fa7e2;
}

#linklist
{
  margin: 0;
  padding-left: 15px;
  list-style-type: none;
  list-style-image: none;
  color: #FFFFFF;  
}
#linklist li
{
  margin: 0;
  list-style-type: none;
  list-style-image: none;
}

#sidebar #cart {
	padding: 19px 0px 5px 0px;
	background: transparent url(/images/sidebar/seperator_h.png) no-repeat top right;
  font-size: 14px;
	font-family: Lucida Sans Unicode, Lucida Grande, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #929292;
}

#sidebar #cart div {
  font-size: 14px;
	font-family: Lucida Sans Unicode, Lucida Grande, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #929292;
}

#wishlist {
	padding: 19px 0px 5px 0px;
	background: transparent url(/images/sidebar/seperator_h.png) no-repeat top right;
	font-family: Lucida Sans Unicode, Lucida Grande, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #929292;
}

.wishlist-item {
	padding: 0px 0px 0px 10px;
	font-family: Lucida Sans Unicode, Lucida Grande, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #929292;
	margin-bottom: 10px;
	display: block;
	height: 50px;
}
.wishlist-item-row-item
{
	font-family: Lucida Sans Unicode, Lucida Grande, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #929292;
  float: left;
  padding: 0 0 5px 5px;
}
.viewall
{
  border: 1px solid white; 
  padding: 2px 4px 2px 4px;
}
#wishlist .viewall a:link, #wishlist .viewall a:visited, #topsellers .viewall a:link, #topsellers .viewall a:visited
{
  color: white;  
}
#wishlist a:link, #wishlist a:visited,#topsellers a:link, #topsellers a:visited
{
	font-family: Lucida Sans Unicode, Lucida Grande, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #929292;  
}
.listingpricesm
{
  font-family: Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #929292;
  text-transform: uppercase;
}
#topsellers {
	padding: 19px 0px 5px 0px;
	background: transparent url(/images/sidebar/seperator_h.png) no-repeat top right;
}

#info {
	text-transform: uppercase;
	padding: 19px 0px 5px 0px;
	background: transparent url(/images/sidebar/seperator_h.png) no-repeat top right;
}

#sidebar_footer {
	background: transparent url(/images/sidebar/lr_corner.png) no-repeat bottom right;
}

/*END SIDEBAR*/

#submittingText {
	display:none;
	font-weight:bold;
	font-size:1.3em;
	color: green;
	padding: 10px;
}


/* HOME PAGE */

#main_callout {
	width: 690px;
	height: 310px;
	float: left;
}
#minor_callouts {
	width: 240px;
	float: right;
}

h1#new_sale_header {
	width: 120px;
	height: 180px;
	padding-top: 20px;
	text-align:center; 
	background-image: url(/plugin_assets/substruct/images/public-ui/new-sale-header-bg.gif);
	background-repeat: no-repeat;
	float: left;
	margin: 0px;
	margin-right: 20px;
	color: #f86d0a;
}

#bg_div_container_grey {
	background: url(/images/store/div_container_bg.png) repeat-y;
	overflow: hidden;
}

#product_detail {
  padding: 10px;
	background: url(/images/store/splash.png) no-repeat top left;
}
#featured_products_list
{
	margin: 0;
	height: 240px;
	display: block;	
}
#products_list
{
  padding: 10px;
}
#suggested_products_list
{
  padding: 10px;
  min-height: 100px;
}
#product_detail2{
  padding: 10px;
  background: transparent;
}

#bg_div_separator {
  background: url(/images/store/div_container_separator.png);
  height: 26px;
  margin: 0;
  padding: 0;
}

#bg_div_container_white {
	background: #FFFFFF url(/images/store/div_container_bg_white.gif) repeat-y;
	padding-bottom: 10px;
	overflow: hidden;
}

#splash
{
  padding: 10px;
	background: url(/images/store/splash.png) no-repeat top left;  
	margin: 0;
}

.breadcrumbs
{
  padding: 10px 10px 10px 0;
  width: 45%;
}
#bg_div_container_white .breadcrumbs
{
  padding: 10px 10px 10px 10px;
}
.fan_club_only {
	margin-top:10px;
	margin-bottom:10px;
	font-weight:bold;	
}

