/* Stones Throw Styling */

html {
	overflow-y: scroll;
	}
	
/* @group Main Nav Bar */
#nav-bar ul {
  padding-bottom: 3px;
	clear: both;
	float: left;
}
#nav-bar a:link, #nav-bar a:hover, #nav-bar a:visited, #logo a:link, #logo a:hover, #logo a:visited {
	color: #999;
	text-decoration: none;
	font: normal bold 12px/12px Arial;
	text-transform: uppercase;
}
#global-search input {
	font: normal bold 10px/10px Arial;
}
#nav-list a:link, #nav-list a:visited {
	color: #000;
}

#nav-list a:hover {
	color: #33ccff;
}

#nav-list {
	list-style: none;
}

#nav-list li {
	float: left;
}

#nav-list li a.orange:link, #nav-list li a.orange:visited {
  text-decoration: none;
  color: #ff6601;
}
#nav-list li a.orange:hover {
  color:#33ccff;
}

#logo a.orange:link, #logo a.orange:visited {
  text-decoration: none;
  color: #ff6601;
}
#logo a:hover, #logo a.orange:hover {
  color:#33ccff;
}

/* @end */

/* @group New Releases */

#newreleases .title {
  color:#999999;
  font-family:Arial,sans-serif;
  font-size:12px;
  font-weight:bold;
  text-transform:uppercase;
}

#newreleases a:link.more, #upcoming-events a:link.more, #news-feed a:link.more,
#newreleases a:visited.more, #upcoming-events a:visited.more, #news-feed a:visited.more
 {
	color: #ff6601;
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: 0px;
	text-transform: none;
}

#newreleases a:hover.more, #upcoming-events a:hover.more, #news-feed a:hover.more {
	color: #ff6601;
	text-decoration: underline;
}

#newreleases .album  {
	border-top: 1px dotted #999;
  	font-family: Arial, sans-serif;
  	font-size: 10px;
 	color: #999999;
  	line-height: 12px;
  	font-weight: normal;
  	text-transform: none;
  	width: 76px;
}
#newreleases a:link.newreleases-album, #newreleases a:visited.newreleases-album {
	color: #8f8f8f;
	text-decoration: none;
	font-weight: bold;
}

#newreleases a:hover.newreleases-album {
	color: #33ccff;
}

.newreleasesBold{
    color: #8f8f8f;
	text-decoration: none;
	font-weight: bolder;
}

/* @end */

/* @group Main Content */

#main-content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #222222;
}

#main-content .search-results ul {
	font-size: 14px; 
}

.artistbio {
  	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #222;
	line-height: 21px;
}
#main-content p.news-mainpic {
  margin-top:12px;
  margin-bottom:12px;
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #000;
  text-align:center;
}

#main-content a {
	color: #ff6601;
	text-decoration: none;
  	font-weight: bold;
}
#main-content a:hover {
  color:#33ccff;
}

.bannermain {
	padding-top: 8px;
	margin-top: 8px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #33CCFF;
}

/* @end */

#sidebar-right a.more {
  color:#ff6601;
  font-family:Arial,sans-serif;
  font-size:12px;
  font-weight:normal;
  text-decoration:none;
  text-transform:none;
}

#sidebar-right a.more:visited {
  font-weight:bold;
}

#sidebar-right a.more:hover {
  font-weight:normal;
}


#sidebar-right-3 a.more {
  color:#ff6601;
  font-family:Arial,sans-serif;
  font-size:12px;
  font-weight:bold;
  text-decoration:none;
  text-transform:none;
}

#sidebar-right-3 a.more:visited {
  font-weight:bold;
}

#sidebar-right-3 a.more:hover {
  font-weight:bold;
  color: #33ccff;
}


/* @group Upcoming events */
#upcoming-events {
	background-color: #eeeeee;
/*
	background-color: #eee;
*/
	padding: 4px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #333;
}
#upcoming-events h2 {

  margin-bottom:2px;
  border-bottom:1px dotted #333333;
  color:#444444;
  font-family:Arial,sans-serif;
  font-size:12px;
  font-weight:bold;
  text-transform:uppercase;
	margin: 0px;
}
#upcoming-events ul {
  margin: 0px;
  padding: 0px;
}

#upcoming-events .upcoming-link {
	color:#ff6601;
	text-decoration: none;
	font-weight: bold;
	text-transform: none;
}

#upcoming-events a:hover.upcoming-link {
	color: #33ccff;
	text-decoration: none;
}

#upcoming-events strong {
	
}

#upcoming-events ul {
	padding:0;
	margin:0;
}
#upcoming-events ul li {
	list-style:none;
	text-align:left;
}
/* @end */

/* @group News */
#news-feed {
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 17px;
	margin-top: 14px;
}

#news-feed h2 {
  color:#444;
  font-family:Arial,sans-serif;
  font-size:12px;
  font-weight:bold;
  text-transform:uppercase;
}

#news-feed a {
	font-family: Arial;
	color:#ff6601;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}
#news-feed a:hover {
	color: #33ccff;
}
#news-feed ul {
	padding:0;
	margin:0;
	text-align:left;
}

#news-feed .news-category {
  color:#888888;
  font-family:Arial,sans-serif;
  font-size:12px;
  font-weight:lighter;
  text-transform:capitalize;
}

#news-feed ul li {
	border-top:1px dotted #999;
	list-style:none;
	padding-top:1px;
	padding-bottom:0px;
	font-size:12px;
	margin-bottom: -3px;
}

/* news feed 2*/
#news-feed-2 {
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 17px;
	margin-top: 14px;
}

#news-feed-2 a {
	font-family: Arial;
	color:#ff6601;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}
#news-feed-2 a:hover {
	color: #33ccff;
}

#news-feed-2 h2 {
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
	text-align:left;
	padding:0;
	margin:0;
}

#news-feed-2 ul {
	padding:0;
	margin:0;
	text-align:left;
  font-size:100%;
}

#news-feed-2 ul li {
	border-top:1px solid #cccccc;
	list-style:none;
	padding-top:2px;
	padding-bottom:2px;
}

#artist {
  width: 760px;
  height: 34px;
  border-bottom: 1px dotted #999;
}
#artist .headlinetitle {
	text-align:left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	line-height: 17px;
	color: #000;
	font-weight: bold;
}

#sidebar-right-2 .subtitle {
	font-size:48px;
	text-align:left;
	font-family: Helvetica;
	font-weight: normal;
	margin-bottom:5px;
}

#sidebar-right-2 p {
	text-align:left;
	font-family: Arial;
	font-size: 14px;
}


/* @end */

/* @group Catalog */
#catalog {
	position: relative;
	width: 760px;
}
#catalog h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000;
	text-transform: capitalize;
	font-weight: bold;
	letter-spacing: 0px;
}
#catalog table {
	width: 760px;
	border-spacing: 1px;
	border-top: 1px dotted #6e6e6b;
	padding-top: 8px;
}
#catalog table th {
	background-color: #363636;
	color:  #fff;
	font-size: 10px;
	height: 23px;
}

#catalog-pager {
	float: right;
	position: absolute;
	right: 0px;
	top: 0px;
}

#catalog tr {
	background-color: #f3f3f3;
}
#catalog .altrow {
	background-color: #e4e4e4;
}
#catalog td {
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 0px;
}
#catalog td a {
	font-size: 12px;
}
/* @end */



/* @group Events */
#events {
	position: relative;
	width: 760px;
}
#events h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000;
	text-transform: capitalize;
	font-weight: bold;
	letter-spacing: 0px;
}
#events table {
	width: 760px;
	border-spacing: 1px;
	border-top: 1px dotted #6e6e6b;
	padding-top: 8px;
}
#events table th {
	background-color: #000;
	color:  #fff;
	font-size: 10px;
	height: 23px;
}
#events tr {
	background-color: #f3f3f3;
}
#events .alt-row {
	background-color: #e4e4e4;
}
#events .sticky-row {
  background-color: #333333;
  color: #fff;
}
#events td {
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 0px;
}
#events td a {
	font-size: 11px;
}
/* @end */
/* @group Shipping */
#shipping {
	width: 760px;
}
#shipping h2 {
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px dotted #000;
	color: #666;
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
}
#shipping label {
	font-weight: normal;
}
#shipping hr {
	border: 0px;
	border-top: 1px dotted #000;
}

#shipping a.storebig:link, #shipping a.storebig:visited {
	
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	background-color: #ff6601;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	margin-right: 1px;
	font-family: Arial, sans-serif;
	font-size:18px;
	text-transform: uppercase;
	
}
#shipping a.storebig:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	background-color: #ff6601;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	margin-right: 1px;
	font-family: Arial, sans-serif;
	font-size:18px;
	text-transform: uppercase;
	background-color: #33CCFF;
}

/* @end */

/* @group Registration */
#registration {
	width: 760px;
	text-align:left;
}

#registration h2 {
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px dotted #000;
	color: #666;
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
}
#registration .registration-fields {
	clear: both;
	padding-top: 5px;
}
#registration .label-registration {
	font-weight: normal;
	float: left;
}
#registration .input-registration {
	margin-top: 2px;
}
#registration hr {
	border: 0px;
	border-bottom: 1px dotted #000;
}
#registration a.submit-registration {
	float: right;
	color: #FFFFFF;
	font-family: Helvetica, sans-serif;
	font-size: 36px;
	font-style: normal;
	line-height: 36px;
	text-decoration: none;
	font-weight: normal;
	background-color: #ff6601;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
}
#registration a.submit-registration:hover {
	font-family: Helvetica, sans-serif;
	font-size: 36px;
	font-style: normal;
	line-height: 36px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #33CCFF;
}
/* @end */

/* @group Store */
#store {
	position: relative;
	width: 760px;
}
#store hr {
	background-color: #fff;
	padding-top: 10px;
	margin-bottom: 10px;
 	border-bottom: dotted 1px #ff6601;
}
#store a.store-more {
	margin-right: 12px;
	color: #ff6601;
}

#store span.store-more {
	float: right; 
	}
#store .storetitle {
	font-weight: bold;
	font-size: 17px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	/*display: inline;
	float: left;*/
	line-height: 16px;
  width:100%;
  color:#ff6601;
  border-bottom:1px dotted #ff6601;
  padding-top:6px;
  padding-bottom:10px;
}

#store .product-table {
	vertical-align: top;
	width:750px;
	text-align:left;
	}
#store .storecomponents {
	position: relative;
	height: auto;
/*	width: 488px;*/
}
#store table table {
	padding: 0px;
	margin: 0px;
}
#store table table td {
	border-spacing: 0px;
	border-collapse: collapse;
}
#store .storecomponent1 {
	width: 113px;
	height: 100%;
	float: left;
  margin: 0px;
	padding: 0px;
  padding-top: 6px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 16px;
	font-weight: normal;
	text-transform: capitalize;
	
}
#store .storecomponent1-separator {
	width: 113px;
	height: 100%;
	float: right;
	border-bottom: 1px dotted #999999;
}

#store .cart-type {
	width: 36px;
	float: left;
	padding-right: 1px;
	margin-bottom: 1px; }
	
#store .tableheader {
	font-family: Helvetica;
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

#store tr.product-info {
	height: 190px;	
}
#store div.product-item {
border-bottom: 1px dotted #999999;
}
#store div.add-to-cart {
	height: 55px;
	font-size: 11px;
  border-bottom:1px dotted #999999; }	

	#store tr.add-to-cart td {
		vertical-align: top; }
		
#store img {
	margin: 0px;
	padding: 0px;
	border: 0px;
	display: inline;
}
#store a {
	font-weight: bold;
	color:  #ff6601;
	text-decoration: none;
}
#store a:hover {
	color:  #33ccff;
}
#store-linkbar {
	float: right;
	position:absolute;
	top:11px;
	right:0px;
	margin:0;
	padding:0; 
}
#store-linkbar a {
	color: #33ccff;
	font-family: Arial;
	font-size: 8pt;
	text-decoration: none;
	font-weight: bold;
}
#store-form-search {
  display: inline;
  margin:0;
  padding:0;
  float: right;
  right: 0px;
  top: 0px;
}
#store-form-search input {
	vertical-align: top;
	float: right;
}
#store-form-search select {
	padding: 0px;
	margin: 0px;
}
#q1 {
	border: 1px solid #000;
	margin: 0px 5px;
}
/* @end */

/* @group Footer */

/* footer */
#footer {
	/*border-top: 12px solid #000;*/
	overflow: none;
	height: 1%; /* para IE6 */
}

#footerTable{
    margin-bottom: 50px;
}

#footer-center {
  /* position:relative;
  left: 192px;
  top:  -66px;
  width:400px;*/
  font-family: Arial, sans-serif;
  font-size: 11px;
  color: #000000;
  line-height: 150%;
}

#footer-center .footer-title {
  /*width:400px;*/
  font-family: Arial, sans-serif;
  font-size: 11px;
  color: #000000;
  margin-top: 20px;
  line-height: 150%;
  font-weight: bold;
}

  #footer-center .nav-footer {
    color: #ff6601;
    text-decoration: none;
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
  }

  #footer-center .nav-footer:hover {
    color: #33CCFF;
    text-decoration: none;
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
  }



#footer-left {
  /*width:600px;*/
  /*float:left;*/
  font-family: Arial, sans-serif;
  font-size: 11px;
  color: #999999;
  margin-top: 20px;
  line-height: 150%;
}

  #footer-left .nav-footer {
    color: #ff6601;
    text-decoration: none;
    font-family: Arial;
    font-size: 11px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #ffffff;
    font-weight: normal;
  }

  #footer-left .nav-footer:hover {
    color: #33CCFF;
    text-decoration: none;
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
  }

  #footer-left .nav-footer-last {
    color: #ff6601;
    text-decoration: none;
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
  }

  #footer-left .nav-footer-last:hover {
    color: #33CCFF;
    text-decoration: none;
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
  }

#footer-right {
  float:right;
  font-family: Arial, sans-serif;
  font-size: 11px;
  color: #000000;
}

  #footer-right .h11 {
    font-family: Arial, Helvetica;
    font-size: 11px;
    color: #000000;
    text-transform: uppercase;
    font-weight: bold;
  }

  #footer-right .nav-footer-last {
    color: #ff6601;
    text-decoration: none;
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
  }


#footer-left { float: left; width: 170px;  margin:0; margin-right:20px; padding-top: 20px; }
#footer-center { float: left; width: 445px;  margin:0; padding-top: 20px; }  
#footer-right { width: 315px; margin: 0; padding-top: 20px; } 


#footer-left { border-top: 12px solid #999; }
#footer-center { border-top: 12px solid #000; }
#footer-right { border-top: 12px solid #000; }
/* @end */
/* @group Blog */

#comments {
  float:left;
  width:560px;
  border-top:12px solid #444444;
  padding-top:25px;
}

#comments h3 {
  color:#444444;
  font-family:Arial,sans-serif;
  font-size:12px;
  font-weight:bold;
  text-transform:uppercase;
  margin-bottom:20px;
}

#comments h3 a {
  color:#ff6601;
  font-family:Arial,sans-serif;
  font-size:12px;
  font-weight:normal;
  text-decoration:none;
  text-transform:none;
}

#comments h3 a:hover {
  color:#ff6601;
  text-decoration:underline;
}

#sfSimpleBlog_comment_list {
  margin-top:10px;
}

.comment {
  border-top:1px dotted #999999;
  margin-bottom:13px;
  padding-top:2px;
  color:#444444;
  font-family:Arial,"san serif";
  font-size:12px;
  line-height:18px;
}

.comment .author {
  color:#ff6601;
  font-family:Arial,san-serif;
  font-weight:bold;
  text-decoration:none;
}

.comment .author span {
  color:#888888;
  font-family:Arial,sans-serif;
  font-size:12px;
  font-weight:lighter;
  text-transform:capitalize;
}
.sfSimpleBlog h2 {
  color: #000000;
  font-family:Arial,sans-serif;
  font-size:12px;
  font-weight:bold;
  text-transform: uppercase;
}
.sfSimpleBlog .post h2
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
	line-height: 28px;
	color: #000000;
	font-weight: normal;
	text-transform: none;
}
.sfSimpleBlog .post a {
  color: #000;
}
.post {
  padding-top:8px;
  padding-bottom:15px;
  float:left;
}

.post h2 {
  font-size:14px;
  margin:0 0 6px 0;
  color: #000;
}

.post h2.blogheadline {
  color:#000000;
  font-family:Georgia,"Times New Roman",Times,serif;
  font-size:18pt;
  font-weight:normal;
  line-height:28px;
  margin:0 0 4px 0;
}
.blogheadlinelink  {
  color:#000000;
  font-family:Georgia,"Times New Roman",Times,serif;
  font-size:18pt;
  font-weight:normal;
  line-height:28px;
  margin:0 0 4px 0;
  }
.blogheadlinelink a  {
  color:#ff6601;
  font-family:Georgia,"Times New Roman",Times,serif;
  font-size:18pt;
  font-weight:normal;
  line-height:28px;
  margin:0 0 4px 0;
  }
.blogheadlinelink a:visited  {
  color:#ff6601;
  font-family:Georgia,"Times New Roman",Times,serif;
  font-size:18pt;
  font-weight:normal;
  line-height:28px;
  margin:0 0 4px 0;
  }
.blogheadlinelink a:hover  {
  color:#33CCFF;
  font-family:Georgia,"Times New Roman",Times,serif;
  font-size:18pt;
  font-weight:normal;
  line-height:28px;
  margin:0 0 4px 0;
  }

.post .news-catagory {
  color:#888888;
  font-family:Arial,sans-serif;
  font-size:12px;
  font-weight:lighter;
  text-transform:capitalize;
  margin:0 0 24px 0;
}

.post .details {
  margin-bottom:15px;
}

.post .content p {
  margin:0;
  width:560px;
  float:left;
  color:#222222;
  font-family:Georgia,"Times New Roman",Times,serif;
  font-size:14px;
}

.post .content p img {
  margin:0 0 10px 0;
}


/* @end */



#sidebar-left-content p {
	text-align:left;
}

/* dj banners */
#big-abums {
	margin-bottom:8px;
}

.img-boder-top-button {
	padding:1px 0;
	border-bottom:1px dotted #30d2ff;
	border-top:1px dotted #30d2ff;
	margin-bottom:8px;
}

#form-name p {
	font-size:14px;
}


#sidebar-right h2 {
	text-align:left;
}

#sidebar-right p {
	text-align:left;
}


.orderTitles {
	font-family: Arial, sans-serif;
	font-size: 9pt;
	color: #444;
	line-height: 12pt;
}

.photo_credit{
    font-family: Arial, Helvetica, san-serif;
    font-size: 11px;
    color: #888888;
    text-align:left;
}

.storebig-outofstock {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	background-color: #999;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	margin-right: 1px;
	font-family: Arial, sans-serif;
}

#cartList .h20 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
	padding-top: 5px;
	line-height: 23px;
}

#listByProducer a.nav-store-browse:link {
	font-size: 12px;
	color: #ff6601;
	font-weight: normal;
	font-family: Arial, sans-serif;
	line-height: 24px;
	text-decoration: none;
}
#listByProducer a.nav-store-browse:hover {
	color: #ff6601;
	font-family: Arial, sans-serif;
	text-decoration: underline;
}
#listByProducer a.nav-store-browse:visited {
	font-size: 12px;
	color: #ff6601;
	font-weight: normal;
	font-family: Arial, sans-serif;
	line-height: 24px;
	text-decoration: none;
}
#listByProducer a.nav-store-browse:hover:visited {
	color: #ff6601;
	font-family: Arial, sans-serif;
	text-decoration: underline;
}


#product_pager
{
  text-align:right;
}

.pagerCurrent
{
  color: #ffffff;
  padding:4px;
  border: 1px solid #b0b0b0;
  background-color:#ff6601;
  font-weight:bold;
}
.pagerLink
{
  color: #fe6600;
  padding:4px;
  border: 1px solid #b0b0b0;
  background-color:#f1f1f1;
}


/*buy buttons*/
.storebuylittle {
	text-transform: uppercase;
	font-size: 11px;
	font-family: Arial, sans-serif;
	margin-bottom:1px;
	font-weight:bold;
}
.storereleases {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	text-transform: none;
	line-height: 14px;
}
.storereleases2 {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #8f8f8f;
	line-height: 16px;
	font-weight: normal;
	text-transform: capitalize;
}
.addtocart {
	color: #000000;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
}
a.storebuylittle:link {
	color: #FFFFFF;
	font-weight: normal;
	background-color: #ff6601;
	padding: 2px;
	font-size: 10px;
	line-height:17px;
	text-transform: none;
	text-decoration: none;
	border-radius:1px;
}
a.storebuylittle:hover {
	color: #FFFFFF;
	background-color: #33ccff;
	font-weight: normal;
	font-size: 10px;
	text-transform: none;
}
a.storebuylittle:link:visited {
	color: #FFFFFF;
	font-weight: normal;
	background-color: #ff6601;
	padding: 2px;
	font-size: 10px;
	text-transform: none;
}
a.storebuylittle:visited:hover {
	color: #FFFFFF;
	background-color: #33ccff;
	font-weight: normal;
	font-size: 10px;
	text-transform: none;
}

a.storeinfolittle:link {
	color: #FFFFFF;
	font-weight: normal;
	background-color: #999999;
	padding: 2px;
	font-size: 11px;
	text-transform: uppercase;
    text-decoration: none;
    line-height:20px;
}

a.storeinfolittle:visited {
	color: #FFFFFF;
	font-weight: normal;
	background-color: #999999;
	padding: 2px;
	font-size: 11px;
	text-transform: uppercase;
    text-decoration: none;
    line-height:20px;
}

a.storeinfolittle:hover {
	color: #FFFFFF;
	background-color: #33ccff;
	font-weight: normal;
	text-decoration: none;
}
a.storebuylittle:visited {
	color: #FFFFFF;
	font-weight: normal;
	background-color: #ff6601;
	padding: 2px;
	font-size: 11px;
	text-transform: none;
	text-decoration: none;
}
a.storeinfolittle:visited:hover {
	color: #FFFFFF;
	background-color: #33ccff;
	font-weight: bold;
	text-decoration: none;
}
a.storereleases:link {
	color: #ff6601;
	text-decoration: none;
	font-weight: bold;
}
a.storereleases2:link {
	color: #8f8f8f;
	text-decoration: none;
	font-weight: bold;
}
a.storereleases:hover {
	color: #33CCFF;
	font-weight: bold;
	text-decoration: none;
}

a.storebuylittlesidebar:link {
	color: #FFFFFF;
	font-weight: normal;
	background-color: #ff6601;
	padding: 2px;
	font-size: 10px;
	text-transform: none;
	line-height:17px;
	text-decoration:none;
	border-radius:1px;
}
a.storebuylittlesidebar:hover {
	color: #FFFFFF;
	background-color: #33ccff;
	padding: 2px;
	font-weight: normal;
	font-size: 10px;
	text-transform: none;
	line-height:17px;
	text-decoration:none;
}
a.storebuylittlesidebar:visited {
	color: #FFFFFF;
	font-weight: normal;
	background-color: #ff6601;
	padding: 2px;
	font-size: 10px;
	text-transform: none;
	line-height:17px;
	text-decoration:none;
	border-radius:1px;
}
a.storebuylittlesidebar:visited:hover {
	color: #FFFFFF;
	background-color: #33ccff;
	font-weight: normal;
	font-size: 11px;
	text-transform: none;
	line-height:17px;
	text-decoration:none;
}





.h9 {
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
}

.h20 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
	padding-top: 5px;
	line-height: 23px;
}
.news-middle {
    font-family: Arial, sans-serif;
	font-size: 9pt;
	color: #444;
	line-height: 12pt;
}
.accountLink:link{
    color:#ff6601;
    text-decoration:none;
    font-weight:bold;
}

.mydownloads {
	font-family: Arial, sans-serif;
	font-size: 9pt;
	color: #444;
	line-height: 12pt;
	background-color: #EEEEEE;
	padding: 5px;
	margin-top: 1px;
	width: 570px;
}

.mydownloads img {
	vertical-align: middle;
	margin: 2px; 
	width: 30px;
	height: 30px;
	}

.mydownloads div {
	float: left;
	}
	
.mydownloads a {
	float: right;
	margin-top: 5px;
	margin-right: 5px;
	}

.user-form input[type=text], .user-form input[type=password] { 
	display: inline;
	border: none;
	background-color: #E6E6E6;
	padding: 4px 2px;
	margin-top: 4px;
}

.user-form form label {
	color: #545252;
	font-weight: normal;
	}
	
.user-form form select {
	background-color: #E6E6E6;
	}
		
.user-form form button, .user-form form input[type=submit], #main-content a.mock-button:link, #main-content a.mock-button:visited,  #main-content a.mock-button:hover { 
	color: #FFFFFF;
	font-style: normal;
	font-size: 16px;
	text-decoration: none;
	font-weight: normal;
	background-color: #ff6601;
	border: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #fff;
	padding: 5px;
	display: block;
	}
	
#main-content a.mock-button:link, #main-content a.mock-button:visited,  #main-content a.mock-button:hover {
	width: 80px; 
	text-align: center; }
	
/* Account Orders Page */

.account-product-info {
	font-size: 11px;
	}
	
.product-row {
	background: #EEEEEE; 
	color: #444444;}

.product-row2 {
	background: #F4F4F4;
	color: #000;
	 }
		
#product_detail .product-row td {
	padding: 2px; 
	}
	
	td.cell-right {
		text-align: right;
		}
		
		
		
		
		
.h23 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	line-height: 22px;
	color: #000;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-top: 12px;
	padding-bottom: 8px;
	margin-bottom: 12px;
}
.h23store {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	line-height: 22px;
	color: #ff6601;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ff6601;
	padding-top: 12px;
	padding-bottom: 8px;
	margin-bottom: 12px;
}

span.news-photo-span {
	float: left;
	margin: 0px 20px 15px 0; }
	
#main-content-2 p.news-body span.news-photo-span img.news-photo {
	border: 1px solid #000; }
	
p.news-body {
	color:#222222;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:14px;
	line-height:21px;
	margintop: 10px; }