@charset "UTF-8";
body {
	background-color: #EEEEEE;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 62.5%;
	color: #333;
}
h1 {
	font-size: 2.6em;
	line-height: 1em;
	font-family: "Amasis MT", Georgia, serif;
	font-weight: normal;
	margin-bottom: 0.5em;
	color: #444;
}
h2 {
	line-height: 1.4em;
	font-weight: normal;
	font-size: 1.6em;
	margin-bottom: 0.62em;
	font-family: "Amasis MT", Georgia, serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.side h3{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 0.3em;
	font-weight: normal;
}
h3 {
	font-weight: normal;
	font-size: 1.4em;
	margin-bottom: 0.5em;
	font-family: "Amasis MT", Georgia, serif;
}
h4 {
	margin-bottom: 0.3em;
	font-size: 1em;
	font-weight: bold;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
}
p {
	margin-bottom: 18px;
}
blockquote, pre {
}
blockquote {
	font-size:1.4em;
	line-height:1.6em;
	margin-bottom: 18px;
	display: block;
	background-color: #EEE;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	padding-top: 18px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 50px;
	font-weight: normal;
	background-attachment: scroll;
	background-image: url(/images/quote.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	font-style: italic;
	font-family: Georgia, serif;
}
blockquote p {
}
a:link, a:visited{
	color: #C06;
	text-decoration: none;
}
a:hover, a:active{
	text-decoration: underline;
	color: #660000;
}
.whole {
	width: 855px;
}
.half {
	width: 405px;
	margin-bottom: 20px;
}
.quarter {
	width: 180px;
}
.one-third {
	width: 255px;
}
.two-third {
	width: 555px;
}
.whole, .half, .quarter, .one-third, .two-third {
	margin-right: 5px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	float:left;
	display: inline;
}
.wrapper {
	width: 895px;
}
/* ------------------------------global styles */	
#container {
	width: 895px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	font-size: 1.2em;
	line-height: 1.6em;
	position: relative;
}
#top   {
	margin-right: 0px;
	margin-left: 0px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#header {
	margin-top: 18px;
	margin-bottom: 18px;
	position: relative;
	width: 895px;
	padding-top: 60px;
	height: 0px;
	background-repeat: no-repeat;
}
#logo a{
	position: absolute;
	top: 0px;
	left: -5px;
	height: 60px;
	width: 160px;
	z-index: 999;
	display: block;
}
/* ------------------------------nav styles */	
#nav  {
	position: absolute;
	bottom: 10px;
	padding-left: 180px;
	left: 0px;
}
#nav ul {
	float: left;
}
#nav ul  li{
	list-style-type: none;
	display: inline;
	float: left;
}
#nav  li.last  a{
	border-right-style: none;
}
#nav li a {
	color: #777;
	text-decoration: none;
	display: block;
	float: left;
	text-align: center;
	font-size: 1.4em;
	font-family: "Amasis MT", Georgia, serif;
	font-weight: normal;
	text-transform: capitalize;
	/* [disabled]letter-spacing: 1px; */
	width: 89px;
	padding-bottom: 5px;
	padding-top: 5px;
}
#nav li a:hover {
	color: #600;
}
#home #nav li#homeLink a,  #releases #nav li#releaseLink a, #artists #nav li#artistLink a, #artist-details-page #nav li#artistLink a, #videos #nav li#videoLink a, #reviews #nav li#reviewLink a, #review-detail-page #nav li#reviewLink a, #shop #nav li#shopLink a, #contact #nav li#contactLink a, #about #nav li#aboutLink a{
	color: #C09;
}
#header-div {
	margin-bottom: 0.4em;
	padding-top: 1em;
	width: 895px;
}
#header-div h1{
	padding-top: 0px;
	display: inline;
	float: left;
	margin-bottom: 5px;
	height: 1.1em;
	margin-left: 8px;
}
.header-nav {
	float: right;
}
.header-nav li{
	display: inline;
}
.header-nav li a:link, .header-nav li a:visited {
	margin-top: 1em;
	float: left;
	margin-left: 10px;
	/* [disabled]text-shadow: 0 1px 0 #FFFFFF; */
	padding-top: 1px;
	padding-bottom: 1px;
	color: #333;
	text-decoration: none;
	font-size: 0.9em;
}
.header-nav li a:hover, .header-nav li a:active {
	color: #666;
	/* [disabled]text-decoration: underline; */
}
.header-nav li form {
	margin-top: 0.7em;
	float: left;
	margin-left: 10px;
	width: 110px;
}
.header-nav li a.back-link{
	background-color: #CCC;
	padding-right: 10px;
	padding-left: 19px;
	font-weight: bold;
	/* [disabled]font-size: 0.9em; */
	text-transform: capitalize;
	margin-left: 0px;
	background-attachment: scroll;
	background-image: url(/images/arrow_back.gif);
	background-repeat: no-repeat;
	white-space: nowrap;
	background-position: 5px 50%;
}
.header-nav li a.nav-link-back{
	background-attachment: scroll;
	background-image: url(/images/arrow_back.gif);
	background-repeat: no-repeat;
	background-position: 5px 50%;
	background-color: #CCC;
	padding-right: 10px;
	padding-left: 19px;
	font-weight: bold;
	/* [disabled]font-size: 0.9em; */
	margin-left: 5px;
	text-transform: capitalize;
}
.header-nav li a.nav-link-fwd{
	background-color: #CCC;
	background-attachment: scroll;
	background-image: url(/images/arrow_fwd.gif);
	background-repeat: no-repeat;
	background-position: 90% 50%;
	padding-right: 19px;
	padding-left: 10px;
	font-weight: bold;
	/* [disabled]font-size: 0.9em; */
	margin-left: 5px;
	text-transform: capitalize;
}
.header-nav li a.disabled-back{
	background-color: #FFF;
	color: #CCC;
	background-image: url(/images/arrow_back_disabled.gif);
}
.header-nav li a.disabled-fwd{
	background-color: #FFF;
	color: #CCC;
	background-image: url(/images/arrow_fwd_disabled.gif);
}

.hero {
	/* [disabled]border: 1px solid #E0E0E0; */
	margin-bottom: 18px;
	position: relative;
	width: 895px;
	height: 295px;
}
.hero-wrapper {
	background-attachment: scroll;
	background-repeat: no-repeat;
	height: 295px;
	width: 895px;
	background-color: #FFF;
	overflow:hidden;
}
.hero-content {
	padding-top: 20px;
	width: 895px;
}
.hero-content .relNum {
	margin-top: -2.3em;
}
.hero .one-third {
	padding-bottom: 0px;
	/* [disabled]margin-bottom: 0px; */
}
.hero  .one-third .img{
	margin-bottom: 0px;
	background-color: #FFF;
}
.hero .title {
	margin-top: 20px;
	/* [disabled]position: absolute; */
	/* [disabled]width: 533px; */
	left: 20px;
	top: 100px;
}
.hero h1 {
	font-size: 60px;
	letter-spacing: -0.03em;
}
#shows {
}
.upcoming {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	width: 100%;
}
.upcoming th {
	color: #777;
	background-color: #EEE;
	padding-left: 0.3em;
	text-align: left;
}
.upcoming td {
	padding: 0.3em;
	font-size: 95%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #E6E6E6;
	border-right-color: #E6E6E6;
	border-bottom-color: #E6E6E6;
	border-left-color: #E6E6E6;
}
.upcoming caption {
	text-align: left;
	font-weight: normal;
	font-size: 200%;
	padding-top: 0em;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0em;
	font-family: "Amasis MT", Georgia, serif;
	/* [disabled]color: #CC0066; */
	letter-spacing:1px;
	font-style: italic;
}
.upcoming tr.even td{
	background-color: #F4F4F4;
}
#contentWrapper {
	background-color: #FFF;
	/* [disabled]border: 1px solid #E0E0E0; */
	margin-bottom: 18px;
	padding-top: 20px;
	width: 895px;
	padding-bottom: 1px;
	position: relative;
}
#connect   {
}
#connect li  {
	display: inline;
}
#connect li  a {
	display: block;
	padding-right: 10px;
	float: left;
	margin-bottom: 18px;
}
.column-box-list {
	float: left;
	margin-bottom: 20px;
	width: 895px;
	background-color: #FFF;
}
.column-box{
	position: relative;
	padding-top: 20px;
	background-color: #FFF;
	/* [disabled]border: 1px solid #E0E0E0; */
	margin-bottom: 20px;
}
.list-box {
	margin-right: 4px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E5E5E5;
}
.column-box-list h2 {
	padding-bottom: 0.75em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.column-box ul {
	margin-bottom: 18px;
}
.column-box-list .relNum {
	margin-top: -2.5em;
	font-size: 0.9em;
}
.column-box-list .release-cover {
	height: 180px;
	width: 180px;
	margin-bottom: 1em;
}
.column-box-list .release-cover .img{
	margin-bottom: 0px;
}
.quarter .img{
	margin-bottom: 0.75em;
	height: 172px;
	width: 172px;
}
.one-third .img  {
	width: 247px;
	height: 247px;
	margin-bottom: 20px;
}
#news-archive .one-third img{
	width: 247px;
	margin-bottom: 10px;
}
dl {
}
dt  {
	color: #333;
	font-size: 1.4em;
	font-weight: normal;
	font-family: "Amasis MT", Georgia, serif;
}
dd.date {
	margin-bottom: 1.5em;
	color: #808080;
}
dd.source {
	margin-bottom: 0.75em;
}
dd.newsBody  {
	margin-bottom: 18px;
}
.column-box.quarter .rightBlock{
	margin-right: 0px;
	width: 180px;
}
.date {
	/* [disabled]color: #808080; */
	font-size: 90%;
	text-transform: uppercase;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	padding-bottom: 0.5em;
}
.reviewTitle {
	font-weight: normal;
	color: #808080;
}
.padding {
	padding-right: 20px;
	padding-left: 20px;
}
.two-third .section {
	width: 555px;
}

.section {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 18px;
	/* [disabled]position: relative; */
	padding-bottom: 10px;
}
.section ul{
}
.section ul li{
	padding-top: 3px;
	padding-bottom: 3px;
}
.section .img{
	/* [disabled]margin-bottom: 15px; */
}
.description {
	/* [disabled]float: right; */
	/* [disabled]width: 375px; */
}
/* ------------------------------artist styles */	
.artist-item {
	float: left;
	/* [disabled]margin-right: 5px; */
	display: inline;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-bottom: 20px;
	width: 139px;
}
.artist-item .artist-cover{
	height: 139px;
	width: 139px;
	text-align: center;
	margin-bottom: 10px;
}
.artist-item .img{
	width: 131px;
	margin-bottom: 10px;
	/* [disabled]height: 131px; */
}
.artist-item h4 {
	font-size: 1em;
	text-align: center;
}
.artist-item h4 a:link, .artist-item h4 a:visited, .artist-item h4 a:hover, .artist-item h4 a:active{
	color: #444;
	text-decoration: none;
}
#artist-details-page .rightBlock, #review-detail-page .rightBlock, #releases .rightBlock{
	margin-right:20px;
	float: right;
}
.artist-large-image  {
}
.artist-large-image .img {
	width: 397px;
}
#artist-actions {
	/* [disabled]position: relative; */
	/* [disabled]height: 405px; */
}
#artist-actions h3 {
}
.artist-releases-list {
	float: left;
}
.artist-releases-list li{
	display: inline;
	float: left;
}
.artist-releases-list li a {
	display: block;
}
.artist-releases-list li a:hover {
	text-decoration: none;
}
.artist-releases-list li .release-cover {
	height: 128px;
	width: 128px;
	margin-right: 10px;
}
.artist-releases-list li .last   {
	margin-right: 0px;
}
.artist-releases-list li .img  {
	width: 120px;
	/* [disabled]position: absolute; */
	/* [disabled]left: 0px; */
	/* [disabled]top: 0px; */
}
.artist-releases-list li .relNum  {
	width: 114px;
	z-index: 2;
	font-size: 80%;
	text-decoration: none;
	margin-top: -2.7em;
	margin-bottom: 5px;
}
.artist-releases-list h4    {
	margin-bottom: 10px;
	text-align: center;
	font-size: 1em;
	width: 128px;
}
.artist-releases-list h4 a:link, .artist-releases-list h4 a:visited, .artist-releases-list h4 a:hover, .artist-releases-list h4 a:active  {
	/* [disabled]color: #333; */
	text-decoration: none;
}
.artist-links  {
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #CCC;
}
.artist-description p{
	color: #666;
}
#reviews h2 {
	font-size: 1.3em;
	line-height: 1.3em;
}
.clear-left  {
	clear: left;
}
#reviews dt.source {
	margin-bottom: 0.75em;
}
#reviews dd.newsBody {
}
#reviews li.long .rightBlock{
	border-top-color: #d3d3d3;
	bottom: 0px;
	border-top-width: 1px;
	border-top-style: solid;
}
#reviews .section {
	margin-bottom: 2em;
}
#review-detail-container {
}
#review-detail-container h2 {
	padding-bottom: 0.75em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	margin-bottom: 0px;
}
#review-detail-container .source {
	text-transform: none;
	background-color: #E2E2E2;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	margin-bottom: 0px;
}
#reviewDetailText  {
	margin-top: 1em;
	padding-bottom: 1em;
}
.two-column-side .section{
	padding-bottom: 0px;
}
#review-release .img  {
	width: 247px;
	margin-bottom: 18px;
}
#review-artist .img  {
	width: 62px;
	margin-bottom: 18px;
	height: 62px;
}
.source {
	text-transform: capitalize;
	/* [disabled]letter-spacing: 1px; */
	font-weight:normal;
}
.lang  {
	color: #808080;
	text-transform: none;
	letter-spacing: normal;
}
#reviewDetail {
	margin-top: 2em;
	margin-right: 2em;
	margin-left: 2em;
}
.release-item {
	float: left;
	margin-right: 5px;
	display: inline;
	/* [disabled]height: 180px; */
	width: 180px;
	margin-bottom: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.release-item a:link, .release-item a:visited, .release-item a:hover, .release-item a:active {
	text-decoration: none;
}
.release-item .release-cover{
	height: 180px;
	width: 180px;
	/* [disabled]position: relative; */
}
.release-item .relNum  {
	font-size: 0.9em;
	width: 165px;
	margin-top: -2.5em;
	margin-bottom: 10px;
}
.release-item .img{
	height: 172px;
	width: 172px;
}
.release-item h4 {
	font-size: 1.1em;
	text-align: center;
	width: 180px;
	overflow: hidden;
	line-height: 1.4em;
	margin-bottom: 0px;
}
.release-item h4 a:link, .release-item h4 a:visited, .release-item h4 a:hover, .release-item h4 a:active{
	text-decoration: none;
	color: #333;
}
.release-item h5 {
	font-size: 1em;
	color: #666;
	font-weight: normal;
	text-align: center;
}
.by  {
	font-style: italic;
	font-weight: normal;
}
.artist-name {
	font-weight: normal;
	padding-left: 10px;
}
.meta {
	margin-bottom: 18px;
}
.meta ul {
	margin-bottom: 18px;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: square;
	line-height: 2em;
	margin-left: 1.25em;
}
.meta ul li {
}
.release-cover-large {
	height: 255px;
	margin-bottom: 20px;
}
.release-cover-large .img {
	margin-bottom: 0px;
}
.release-cover-large .relNum{
	margin-top: -2.3em;
	/* [disabled]margin-bottom: 20px; */
}
.release-buy-links {
	width: 255px;
}
.release-buy-list {
	width: 255px;
}
.release-buy-list li {
	width: 255px;
}
.release-buy-list li span, .release-buy-links li h4, .release-buy-links li div{
}
.buy-btn , .buy-btn form{
	width: 126px;
	height: 25px;
	margin-bottom: 12px;
}
.price {
	font-weight: bold;
	margin-bottom: 0.3em;
}
.release-buy-list .product-desc {
	color: #666;
}
.copy-right {
	color: #666;
}
.download {
	background-image: url(/images/arrow_down.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	padding-left: 1.25em;
	background-position: 98%  50%;
	/* [disabled]color: #FFF; */
	background-color: #CCC;
	padding-top: 2px;
	padding-bottom: 2px;
}
.release-dl-links {
}
.release-dl-list {
}
.release-dl-list li {
	padding-top: 2px;
	padding-bottom: 2px;
}
.release-dl-list   li  a {
}
.player-div {
	background-color: #F6F6F6;
	margin-bottom: 20px;
	padding: 20px;
}
#player-controls {
	/* [disabled]float: left; */
	/* [disabled]width: 395px; */
	padding: 5px;
	/* [disabled]border-bottom-width: 1px; */
	/* [disabled]border-bottom-style: solid; */
	/* [disabled]border-bottom-color: #CCC; */
}
#player-controls h4 {
	float: left;
	width: 420px;
	/* [disabled]margin-bottom: 8px; */
	display: block;
}
#player-controls a.artist-thumb-link {
	display: block;
	float: left;
	height: 68px;
	width: 68px;
	margin-right: 10px;
}
#player-controls #img-div  {
	display: block;
	float: left;
	height: 68px;
	width: 68px;
	margin-right: 10px;
}
#player-controls .artist-thumb.img {
	height: 60px;
	width: 60px;
	/* [disabled]margin-bottom: 18px; */
}
#audio-show-hide {
	float: left;
	/* [disabled]width: 322px; */
	margin-top: -28px;
	height: 68px;
}
#audio-player-wrapper {
	width: 427px;
	height: 68px;
}
#htmlPlayerWrapper {
	width: 427px;
	height: 68px;
	position: relative;
}
#htmlPlayer {
	width: 427px;
	position: absolute;
	bottom: 0px;
}
#release-tracks {
	/* [disabled]height: 290px; */
	/* [disabled]font-size: 11px; */
	line-height: 2em;
	/* [disabled]border-bottom-width: 1px; */
	/* [disabled]border-bottom-style: solid; */
	/* [disabled]border-bottom-color: #CCC; */
	padding-top: 5px;
	width: 100%;
	/* [disabled]overflow-y: auto; */
	/* [disabled]overflow-x: hidden; */
}
.release-track-list {
	float: left;
	width: 100%;
}
.release-track-item {
	width: 100%;
	float: left;
	/* [disabled]margin-bottom: 1px; */
	color: #808080;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
}
.even {
	/* [disabled]background-color: #DADADA; */
}
.release-track-item a{
	display: block;
	float: left;
	width: 100%;
}
.release-track-item a:hover {
	text-decoration: none;
	background-color: #EEEEEE;
	/* [disabled]color: #FFF; */
}
.release-track-item a.active{
	background-color: #EEEEEE;
	/* [disabled]color: #FFF; */
}
.release-track-item span.trackNum {
	text-align: right;
	float: left;
	width: 21px;
	display: block;
	padding-left: 12px;
	height: 21px;
}
.release-track-item span.title  {
	display: block;
	float: left;
	/* [disabled]width: 320px; */
	/* [disabled]font-weight: bold; */
	padding-left: 12px;
}
.release-track-item span.buy-btn {
	background-color: #AAAAAA;
	width: 30px;
	float: right;
	padding-left: 5px;
	color: #FFF;
}
#review-list {
	margin-bottom: 18px;
}
#review-list li {
	padding-top: 3px;
	padding-bottom: 3px;
}
#review-list li a   {
	/* [disabled]padding-top: 3px; */
	/* [disabled]padding-bottom: 3px; */
	/* [disabled]display: block; */
}
#review-list li a.active   {
	background-color: #E2E2E2;
}
#videoList {
}
.videoList-item {
	margin-bottom: 1em;
}
.videoLinks {
	display: block;
	/* [disabled]margin-bottom: 5px; */
	float: left;
	width: 255px;
	position: relative;
}
.videoLinks:hover {
	background-color: #F0F0F0;
}
.videoLinks.active  {
	background-color: #F0F0F0;
}
.videoLinks .title  {
	width: 140px;
	display: block;
	overflow: hidden;
	font-size: 1.1em;
}
#videoList .active .title {
	color: #666;
}
#videoList .active:hover {
	color: #666;
	text-decoration: none;
}
.videoThumb  {
	float: left;
	margin-right: 8px;
	overflow: hidden;
	display: block;
	background-color: #FFF;
	position: relative;
}
.videoLinks .thumb {
	overflow: hidden;
	display: block;
	height: 54px;
	width: 96px;
	margin-bottom: 0px;
}
.videoLinks .thumb {
	padding: 3px;
	border: 1px solid #CCC;
}
.videoLinks .play{
	position:absolute;
	height:49px;
	width:52px;
	top:6px;
	left:26px;
	display:block;
	background-color: transparent;
	background-image: url(/images/play.png);
	background-repeat: no-repeat;
	/* [disabled]opacity:0.6; */
}
#htmlVideoPlayerWrapper {
	/* [disabled]padding-top: 24px; */
}
#htmlVideoPlayer {
	height: 288px;
	width: 512px;
}
#videoContainer {
	width: 555px;
	margin-bottom: 20px;
	padding-top: 24px;
	padding-bottom: 24px;
	/* [disabled]background-color: #F0F0F0; */
}
#videoPlayer {
	width: 512px;
	margin-left: 21px;
}
.shop-item {
	margin-bottom: 10px;
}
.shop-item .img{
	margin-bottom: 0px;
}
.shop-item .relNum{
	margin-top: -2.5em;
	font-size: 0.9em;
	margin-bottom: 10px;
}
.shop-divider {
	clear: both;
	height: 15px;
	margin-bottom: 10px;
	display: block;
	width: 895px;
	background-image: url(/images/shop/shop-divider.gif);
	background-repeat: no-repeat;
}
.product-desc {
	font-weight: bold;
	margin-bottom: 20px;
}
.product-gallery  {
	float: left;
}
.product-gallery li {
	display: inline;
	float: left;
}
.gallery-link  {
	margin-right: 10px;
	float: left;
	width: 93px;
	display: inline;
	height: 93px;
}
.gallery-link  .img{
	width: 85px;
	height: 85px;
	display: block;
}
.gallery-link  .gallery-thumb{
	width: 85px;
	height: 85px;
	overflow: hidden;
	display: block;
}
.divider {
	clear: both;
	height: 15px;
	margin-bottom: 10px;
	display: block;
	width: 895px;
	background-image: url(/images/shop/divider.gif);
	background-repeat: no-repeat;
}
#shop h4 {
	/* [disabled]margin-bottom: 0.3em; */
}
.product-info {
	color: #666;
	margin-bottom: 20px;
}
.not-available {
	color: #808080;
	font-style: italic;
}
.shop-buy-list {
}
.shop-buy-list li{
	margin-bottom: 5px;
}
.shop-buy-list li .price{
	font-size: 1.1em;
}
#contact-footer {
}


#about-image {
}
#footer  {
	clear: both;
	margin-bottom: 20px;
	width: 895px;
	text-align: center;
	font-size: 0.9em;
} 
#footer  p  {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.footer-nav {
}
.footer-nav li {
	display: inline;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-left: 10px;
}
.footer-nav .last {
	border-right-style: none;
	margin-left: 0px;
}
.square {
	margin-left: 1.25em;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: square;
}
.latest {
	font-style: italic;
	text-transform: lowercase;
	font-size: 0.7em;
}
.required {
	text-transform: none;
}
.row {
	float: left;
	display: inline;
	width: 895px;
}
.relNum {
	font-size: 1em;
	font-weight: bold;
	color: #FFF;
	display: block;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 9px;
}
.rightBlock {
	text-align: right;
	line-height: 1em;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #444;
	padding-top: 10px;
	font-weight: bold;
	/* [disabled]text-transform: uppercase; */
}
.column-box  .rightBlock{
}
.float-list li {
	margin-right: 20px;
	float: left;
}
.no-bottom  {
	margin-bottom: 0px;
}
.one-third-inline-box {
	padding-right: 0px;
	padding-left: 0px;
	display: inline;
	float: left;
	width: 255px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	margin-right: 25px;
}
.whole ul {
	margin-bottom: 20px;
}
.img, .imgFrame {
	border: 1px solid #CCC;
	padding: 3px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.last{
	margin-right: 0px;
	border-right-style: none;
}
.center {
	text-align: center;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
.borderradius .rounded{
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
}
.borderradius .rounded-top{
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius:5px 5px 0px 0px;
	border-radius:5px 5px 0px 0px;
}
.boxshadow .shadowBox
{
	box-shadow: 0 1px 2px #838383;
	-moz-box-shadow:0 1px 2px #838383;
	-webkit-box-shadow: 0 1px 2px #838383;
/*	box-shadow:0 1px 4px #CCCCCC;
	-moz-box-shadow:0 1px 4px #CCCCCC;
	-webkit-box-shadow:0 1px 4px #CCCCCC;*/
}
.boxshadow .shadowBox-right {
	box-shadow: 1px 1px 4px #cccccc;
	-moz-box-shadow:1px 1px 4px #cccccc;
	-webkit-box-shadow: #cccccc 1px 1px 4px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.cssgradients .gradient {
   	background: -webkit-gradient(linear, center bottom, center top, from(#EAEAEA), to(#FFFFFF));
	background: -moz-linear-gradient(center bottom , #EAEAEA 0pt, #FFFFFF 50%) repeat scroll 0 0 #F0F0F0;
}
.textshadow .shadowText {
	text-shadow:#fff 0 1px 0;
}
