   
/* default styles
   -------------- */
  
body2 {
	padding: 0;
	margin: auto;
	line-height: 1.5em;
	color: #454545;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #666;
}



body {
	padding: 0;
	margin: auto;
	line-height: 1.5em;
	color: #454545;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #000;
	background-image: url(/shop/images/css_images/css-gradient-3.jpg);
	background-repeat: repeat-x;
	text-align: center;
}

h1 {
	letter-spacing: -1px;
	padding: 2px 0 0 0px;
	margin: 0;
	color: #666;
	background: inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
}

h1 a, h2 a {
	text-decoration: none;
	color: #464548;
	background: inherit;
}

h1 a:hover, h2 a:hover {
	color: #C3593C;
	background: #FFF;
}

h1 .red{
	color: #C3593C;
	background: inherit;
}


h2 { 
	margin: 0 0 5px 0; 
	padding: 0; 
	font: bold 1.5em Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #000; 
	background: inherit;
}

h2 .yellow{
	color: #FFFCD1;
	background: inherit;
}

h5{
	color:#FFF;
	text-shadow:1px 1px 0 rgb(0,0,0) !important;
	font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
}

h5 a {
	color:#FFF;
	text-shadow:1px 1px 0 rgb(0,0,0) !important;
	font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}	
 
h5 a:hover {
	color:#FFF;
	text-shadow:1px 1px 0 rgb(0,0,0) !important;
	font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

h3{
	color:#FF3;
	text-shadow:1px 1px 0 rgb(0,0,0) !important;
	font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: normal;
	text-decoration: underline;
}

h3 a {
	color:#FF3;
	text-shadow:1px 1px 0 rgb(0,0,0) !important;
	font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}	
 
h3 a:hover {
	color:#FF3;
	text-shadow:1px 1px 0 rgb(0,0,0) !important;
	font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-decoration: underline;
}		

 
 



.details{ margin:10px 15px; }	



h4{
	line-height:110%;
	letter-spacing:0.15em;
	color:#FF9;
	text-shadow:1px 1px 0 rgb(0,0,0);
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
				
a.h4:hover {
	line-height:110%;
	letter-spacing:0.15em;
	color:#FF9;
	text-shadow:1px 1px 0 rgb(0,0,0);
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}



h6{
	line-height:110%;
	letter-spacing:0.1em;
	color:#900;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}


	
					
p {
	margin: 0 0 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

ul { 
	margin: 0; 
	padding : 0; 
	list-style : none; 
}

form { 
	margin: 0; 
}

input.search {
	margin-left: 15px;
	padding: 0px;
	margin-top: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #666;
	border: 1px solid #333;
	width: 150px;
	height: 15px;
}

input.button {
	height: 20px;
	width: auto;
	background-color: #C00;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	font-size: 10px;
	text-align: center;
	border: 1px solid #FFF;
	margin: 3px;
	padding: 3px;
}

.button:hover, .button:focus {
	border: 1px solid #999999;
	background: #333333;
	color: #FC0;
}

input.login { 
	width: 150px;
	border: none; 
	background: url(logininput.gif); 
	padding: 4px; 
}

/* layout
   ------ */

.content {
	width: 980px;
	background-color: #BFBDA3;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	border-top-color: #000;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	max-width: 980px;
	background-image: url(/shop/images/css_images/css-gradient-content.jpg);
	background-repeat: repeat-x;
}


.contentArtist {
	width: 980px;
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	border-top-color: #000;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}


.contentProducts {
	width: 980px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	border-top-color: #000;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	background-color: #4E4F4A;
	background-image: url(/shop/images/css_images/css-gradient-product.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

.contentProductsSpecial {
	width: 980px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	background-color: #4E4F4A;
	background-image: url(/shop/images/css_images/css-gradient-product-special.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border: 2px solid #06F;
}


.contentProductsSpecial2 {
	width: 980px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	border-top-color: #000;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	background-color: #4E4F4A;
	background-image: url(../images/repeatxy_93553131.png);
	background-repeat: repeat;
	background-position: top;
}



.logo {
	float: left;
	width: 180px;
	padding: 10px 0 11px 10px;
}

.header_right {
	float: right;
	width: 550px;
	height: 72px;
}

.logo p {
	font-size: 0.9em;
	color: #808080;
	padding: 0 0 0 7px;
	background: inherit;
}


.top_info {
	width: 540px;
	margin: 12px 0 5px 0;
	padding: 0 5px 5px 0;
	text-align: right;
	background: #FFF url(dot.gif) repeat-x bottom;
	color: #444;
}
	

.slogan {
	text-align: right;
	width: 160px;
}


.bar { 
	text-align: right;
	font-size: 1.1em;
	height: 30px; 
}

	.bar li { 
		
		padding: 0px 10px 8px 10px;
		color: #808080;
		background: #FFF;
		display: inline;
	}
	
	.bar li.active { 
		background: #FFF url(bar.gif) no-repeat center bottom; 
		color: #C3593C;
		font-weight: bold; 
		padding-bottom: 8px; 
	}

	.bar a { 
		font-weight: bold;
		color: #4A8EBC; 
		background: inherit;	
	} 

.search_field {
	text-align: right;
	width: 950px;
	height: 38px;
	color: #000;
	clear: both;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0;
	background-repeat: no-repeat;
}

.grey {
	font-size: 1.2em;
	font-weight: bold;
	color: #ccc;
	text-align: center;
	margin-top: 10px;
	width: auto;
}

.search {
	margin-left: 12px;
	margin-top: 2px;
}

.newsletter {
	float: left;
	height: 33px;
	padding: 15px 0 0 15px;
	width: 192px;
	background: #6E6E6E url(newsletterbg.gif) no-repeat;
	color: #FFF;
	margin: 0 0 3px 0;
}

.subheader {
	clear: both;
	color: #666;
	background-color: #E1E0D1;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	font-weight: bold;
	height: 20px;
	width: 975px;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	font-family: Tahoma, Geneva, sans-serif;
}

/* left side
   --------- */

.left {
	-webkit-border-radius: 8px; -moz-border-radius: 8px;
	float: left;
	width: 475px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	height: auto;
	text-align: left;
}
	.left_articles {
	background-color: #FFF;
	border: 1px solid #999;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	padding-top: 5;
	padding-right: 3;
	padding-bottom: 0;
	padding-left: 10px;
	width: 459px;
	}

	.lt {
	height: 10px;
	color: #FFF;
	background-color: #ECEFE8;
	background-repeat: no-repeat;
	}
	
	.lbox {
	color: #CCC;
	height: auto;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-left: 12px;
	border: 1px solid #333;
	width: 465px;
	-webkit-border-radius: 8px; -moz-border-radius: 8px;
	}
	
	
	.lbox a {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	text-decoration: none;
	}
	
	
.fullbox {
	color: #CCC;
	height: auto;
	background-color: #ECEFE8;
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-left: 12px;
	border: 1px solid #333;
	width: 835px;
	text-align: left;
	margin: auto;
	}	
	
.fullbox p {
	margin: 0 0 5px 0;
	font-family: Verdana, Helvetica, sans-serif;
	color: #000;
	font-size: 11px;
}
.lbox, .fullbox a {
	color: #039;
	font-size: 11px;
	text-decoration: none;
}

.lbox a:visited {
	color: #039;
	background: inherit;
}
.lbox, .fullbox a:hover {
	color: #F00;
	font-size: 11px;
	text-decoration: none;
}
	
	
	
.lbox h2 {
	color: #052C35;
	font-size: 1.5em;
	border-bottom-style: solid;
	border-bottom-width: 1.5px;
	border-bottom-color: #052C35;
	}
.fullbox h2 {
	color: #052C35;
	font-size: 1.5em;
	border-bottom-style: solid;
	border-bottom-width: 1.5px;
	border-bottom-color: #052C35;
	}	
	
	
.thumb {
	float: left;
	width: 150px;
	border: 1px solid #d4d4d4;
	color: #fff;
	background: #6e6e6e;
	margin: 0 15px 15px 0;
	padding: 5px;
}

.thumb p { margin: 0; padding: 3px; color: #FFF; background: #6e6e6e; }
	
/* right side
   ---------- */
		
.right {
	-webkit-border-radius: 8px; -moz-border-radius: 8px;
	float: right;
	width: 475px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	text-align: left;
	height: auto;
}

/*.right a {
	color: #039;
	font-size: 11px;
}

.right a :visited {
	color: #039;
	background: inherit;
}


.right a :hover {
	color: #F00;
	font-size: 11px;
	text-decoration: none;
}

*/
		
	.rt {
	color: #FFF;
	height: 7px;
	background-color: #EDEFE8;
	background-repeat: no-repeat;
	}
		
	.right_articles {
	-webkit-border-radius: 8px; -moz-border-radius: 8px;
	font-size: 11px;
	color: #000;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: 5;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 2px;
	padding-right: 12px;
	padding-bottom: 2px;
	padding-left: 6px;
	border: 1px solid #000;
	font-family: Arial, Helvetica, sans-serif;
	height: auto;
	}
	
	.right_articles h2 {
	color: #052C35;
	font-size: 1.5em;
	border-bottom-style: solid;
	border-bottom-width: 1.5px;
	border-bottom-color: #052C35;
	}
	
	
.right_articles a {
	color: #039;
	font-size: 11px;
	text-decoration: none;
}

.right_articles a:visited {
	color: #039;
	background: inherit;
}


.right_articles a:hover {
	color: #F00;
	font-size: 11px;
	text-decoration: none;
}

			
.image {
	float: left;
	margin-top: 0;
	margin-right: 8px;
	margin-bottom: 3px;
	margin-left: 0px;
}

.imageCaption {
	float: left;
	width: auto;
	margin-top: 0;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	padding-left: 10px;
	background-position: center;
	line-height: 12px;
	text-align: center;
}

.imageCaption2 {
	float: left;
	width: auto;
	margin-top: 0;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF9;
	padding-left: 10px;
	background-position: center;
	line-height: 12px;
	text-align: center;
}

/* footer
   ------ */

.footer {
	clear: both;
	text-align: center;
	color: #777F6B;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333;
	margin-top: 8px;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
}

.footer a {
	color: #CD251B;
	background: inherit;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
}


/*.footer :hover {
	color: #F00;
	background: inherit;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
}*/


.footer :visited {
	color: #CD251B;
	background: inherit;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
}



.footerArtist {
	clear: both;
	text-align: center;
	color: #808080;
	background: #FFF url(dot.gif) repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 10px;
	border: 1px dotted #999;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
}


.footerArtist a {
	color: #F00;
	background: inherit;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

/* my added css */
.right_articles-white {
	-webkit-border-radius: 8px; -moz-border-radius: 8px;
	font-size: 11px;
	color: #333;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: bottom;
	border: 1px solid #333;
	font-family: Arial, Helvetica, sans-serif;
	height: auto;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}

.right_articles-white h2 {
	color: #052C35;
	font-size: 1.5em;
	border-bottom-style: solid;
	border-bottom-width: 1.5px;
	border-bottom-color: #052C35;
	}
	
	
	
.right_articles-white a {
	color: #039;
	font-size: 11px;
	text-decoration: none;
}

.right_articles-white a:visited {
	color: #039;
	background: inherit;
}


.right_articles-white a:hover {
	color: #F00;
	font-size: 11px;
	text-decoration: none;
}
	
	

	
	
	
	
	
.right a-2 {
	color: #03C;
	background: inherit;
}



.right_articlesSmall {
	background-color: #FFF;
	border: 1px dotted #999;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	width: 450px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	text-align: left;
	padding-top: 7;
	padding-right: 7;
	padding-bottom: 4;
	padding-left: 7;
}

.right_articlesSmall a {
	color: #039;
	font-size: 11px;
	text-decoration: none;
}

.right_articlesSmall a:visited {
	color: #039;
	background: inherit;
}


.right_articlesSmall a:hover {
	color: #F00;
	font-size: 11px;
	text-decoration: none;
}




.clearboth { clear: both; }

.promoRED {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
}

.promo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
}

.promo a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #069;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
}

.promo a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #C33;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	text-decoration: underline;
}


.promoSalePrice {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: line-through;
}

.thumbnail
{
	float: left;
	width: 85px;
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 15px;
	margin-left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	padding-left: 17px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background-position: center;
	line-height: 12px;
}
.left_articlesSmall {
	background-color: #E6EDCF;
	border: 1px dotted #999;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	width: 450px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	text-align: left;
	padding-top: 7;
	padding-right: 7;
	padding-bottom: 4;
	padding-left: 7;
}



.left_articlesSmall a {
	color: #039;
	font-size: 11px;
	text-decoration: none;
}

.left_articlesSmall a:visited {
	color: #039;
	background: inherit;
}


.left_articlesSmall a:hover {
	color: #F00;
	font-size: 11px;
	text-decoration: none;
}

.Headercontent {
	width: 995px;
	background-color: #084D5B;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	height: 182px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-left-color: #000;
	background-image: url(/shop/images/css_images/header_bg.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 2px;
	margin: auto;
}
.Headercontent .subheader .subheader {
	text-align: center;
}


.newsHeadercontent {
	width: 995px;
	background-color: #084D5B;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	height: 182px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-left-color: #000;
	background-image: url(/shop/images/css_images/news_header_bg.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 2px;
	margin: auto;
}



.loginBox {
	float: right;
	width: 185px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	background-color: #CBC5BC;
	border: 1px solid #999;
	margin-bottom: 9px;
	margin-top: 20px;
	margin-right: 10px;
}


.newsloginBox {
	float: right;
	width: 185px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;


	margin-bottom: 9px;
	margin-top: 20px;
	margin-right: 10px;
}


.headerSubMenu {
}



.loginHead {
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	background-color: #666;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	width: 180px;
	float: right;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	height: auto;
}

.newsloginHead {
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	width: 180px;
	float: right;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	height: auto;
}


.loginHead a {
	color: #FF9;
	font-weight: bold;
	text-transform: uppercase;
}

.loginHead :hover {
	color: #CC0;
	font-weight: bold;
	text-transform: uppercase;
}


.search_field-2 {
	text-align: right;
	width: 990px;
	height: 38px;
	color: #000;
	clear: both;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
}
.imageButton {
	float: left;
	margin-top: 0;
	margin-right: 8px;
	margin-bottom: 3px;
	margin-left: 42px;
}
.search_field-3 {
	width: 990px;
	height: 28px;
	color: #000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	float: left;
	vertical-align: middle;
	display: inline;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


.gradient {
height: 100px;
padding: 4px;
background: url(/shop/images/css_images/css-gradient.gif) 0% 0% repeat-x;
color: #fc2;
}

.ProductHeader{
	color:#FFFFFF;
	background-color:#5E6367;
	font-weight:bold;
	height:auto;
	padding-top:0px;
	width:auto;
	text-align:left;
	padding-left:10px;
	font-size:13px;
	font-family:Arial;
}
.productDescription {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #D9D7CC;
	font-weight: normal;
	text-align: left;
}

.productDescription a {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #3CF;
	font-weight: normal;
	text-align: left;
}
.productDescription a:visited  {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #3CF;
	font-weight: normal;
	text-align: left;
}

.productDescription a:hover  {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #FF9;
	font-weight: normal;
	text-align: left;
}

.productDescription-lg {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	letter-spacing: 0.1em;
}

.productDescription-lg a {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #FF9;
	font-weight: bold;
	text-align: left;
	text-decoration: underline;
}

.productDescription-lg a:hover {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #F90;
	font-weight: bold;
	text-align: left;
}

.productTrackListing {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D9D7CC;
	font-weight: normal;
	text-align: left;
	line-height: 21px;
}

.productTrackListing a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6FF;
	font-weight: normal;
	text-align: left;
	line-height: 21px;
	text-decoration: underline;
}

.productTrackListing a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FC0;
	font-weight: normal;
	text-align: left;
	line-height: 21px;
	text-decoration: underline;
}

.productTrackListing a:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6FF;
	font-weight: normal;
	text-align: left;
	line-height: 21px;
	text-decoration: underline;
}


.artistName {
	color: #D9D04E;
	font-size: 14pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0px;
}

.artistPageName {
	color: #FFF;
	font-size: 16pt;
	text-shadow: rgb(0,0,0) 0 -1px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 22px;
	background-image: url(../images/artist_name_bg.jpg);
	background-repeat: repeat-x;
	height: 40px;
	vertical-align: baseline;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


.productTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #F2E6CC;
	font-weight: bold;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}


productTitle a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #F2E6CC;
	font-weight: bold;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}


.price {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
}

.price2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}

.matchedInfo {
	font-family: Verdana, Arial, sans-serif;
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
	padding: 1px;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

.matchedInfo a {
	font-family: Verdana, Arial, sans-serif;
	color: #FF9;
	font-size: 10px;
	font-weight: normal;
	padding: 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.matchedInfo a:hover {
	font-family: Verdana, Arial, sans-serif;
	color: #C90;
	font-size: 10px;
	font-weight: normal;
	padding: 1px;
	text-decoration: underline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
}
.attributePullDown {
	float: left;
	width: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	background-color: #999;
	border: 1px dashed #000;
	color: #FFC;
	padding: 3px;
	margin: 5px;
	clear: both;
	height: auto;
	text-align: left;
}
.loginHead :visited {
	color: #FF9;
	font-weight: bold;
	text-transform: uppercase;
}


.breadcrumb {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
	margin: 5px;
}

.breadcrumb a {
	 font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #FFC;
	text-align: left;
	border-bottom-width: 1.5px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	font-weight: normal;
	padding-bottom: 2px;
}
.breadcrumb a:visited {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #FFC;
	text-align: left;
	border-bottom-width: 1.5px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	font-weight: normal;
	padding-bottom: 2px;
}
.breadcrumb a:hover {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #0CF;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	font-weight: normal;
	text-decoration: none;
}

.catalogNumber {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #CCC;
	font-weight: normal;
}


.catalogNumber a {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #3CF;
	font-weight: normal;
}

.catalogNumber :hover {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #F60;
	font-weight: normal;
}

.catalogNumber :visited {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #3CF;
	font-weight: normal;
}


.subMenuBox {
	width: 550px;
	height: 20px;
	float: right;
	padding: 0px;
	text-align: left;
	margin-bottom: 5px;
	clear: right;
	margin-left: 0px;
	margin-right: 118px;
}


.itemBorder {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 1px dotted #95968D;
	padding: 6px;
	-webkit-border-radius: 8px; -moz-border-radius: 8px;
}

.itemBorder2 {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 1px dotted #95968D;
	padding: 6px;
	-webkit-border-radius: 8px; -moz-border-radius: 8px;
	background-image: url(../images/repeatxy_93553131.png);
	background-repeat: repeat;
}

.itemBorder3 {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 1px dotted #95968D;
	padding: 6px;
	-webkit-border-radius: 8px; -moz-border-radius: 8px;
	background-image: url(../images/repeatxy_10458651.jpg);
	background-repeat: repeat;
}

.itemBorderWood {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 1px dotted #95968D;
	padding: 6px;
	-webkit-border-radius: 8px; -moz-border-radius: 8px;
	background-image: url(../images/wood_bg.jpg);
	background-repeat: repeat;
}

.itemBorderBaroque {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 1px dotted #95968D;
	padding: 6px;
	-webkit-border-radius: 8px; -moz-border-radius: 8px;
	background-image: url(../images/baroque-bg-2.png);
	background-repeat: repeat;
}

.itemBorderBaroque2 {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 1px dotted #95968D;
	padding: 6px;
	-webkit-border-radius: 8px; -moz-border-radius: 8px;
	background-image: url(../images/baroque-bg.png);
	background-repeat: repeat;
}


.itemBorderBaroque3 {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 50px;
	border: 1px dotted #95968D;
	padding: 15px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	background-image: url(../images/baroque-bg.png);
	background-repeat: repeat;
	width: 700px;
	text-align: left;
}



/* sub menu */



.rolloverHome a {
	display:block;
	width: 89px;
	background-image: url(/shop/images/css_images/home-button-off.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-left: 12px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.rolloverHome a:hover {
	display:block;
	width: 89px;
	background-image: url(/shop/images/css_images/home-button-on.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-left: 12px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}


.rolloverNews a {
	display:block;
	width: 42px;
	background-image: url(/shop/images/css_images/news-off.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 7px;
}
.rolloverNews a:hover {
	display:block;
	width: 42px;
	background-image: url(/shop/images/css_images/news-on.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 7px;
}


.rolloverAbout a {
	display:block;
	width: 60px;
	padding:8px;
	background-image: url(/shop/images/css_images/about-off.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
}
.rolloverAbout a:hover {
	display:block;
	width: 60px;
	padding:8px;
	background-image: url(/shop/images/css_images/about-on.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
}

.rolloverOrdering a {
	display:block;
	width: 95px;
	background-image: url(/shop/images/css_images/ordering-off.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 7px;
}
.rolloverOrdering a:hover {
	display:block;
	width: 95px;
	background-image: url(/shop/images/css_images/ordering-on.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 7px;
}

.rolloverContact a {
	display:block;
	width: 69px;
	background-image: url(/shop/images/css_images/contact-off.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 7px;
}
.rolloverContact a:hover {
	display:block;
	width: 69px;
	background-image: url(/shop/images/css_images/contact-on.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 7px;
}

.blurb {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #FFC;
	height: auto;
	width: 500px;
	text-align: left;
	line-height: 10px;
}



.thumbnail2 {
	float: left;
	width: 120px;
	margin-top: 0;
	margin-right: 4px;
	margin-bottom: 15px;
	margin-left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding-left: 6px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background-position: center;
	line-height: 14px;
}

.soldText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	word-spacing: 0em;
	text-indent: 0px;
	border: thin solid #FF0000;
	padding-top: 0pt;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	margin-top: 3px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
	background-color: #FF0000;
	text-decoration: none;
}

.productHeadline {
	color: #CF0;
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0px;
	text-transform: uppercase;
}

.productHeadline2 {
	color: #CF0;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0px;
	
}


.productHeadline2 a {
	color: #FF6;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0px;	
}

.productHeadline2 a:hover {
	color: #F90;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0px;
	text-decoration: underline;
}

.productHeadline3 {
	color: #CF0;
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCC;
	border-bottom-color: #CCC;	
}


.productQuote {
	color: #CF0;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	
}

.artistHeadline {
	color: #CF0;
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 10px;
	text-transform: uppercase;
	background-color: #000;
	border: thin dotted #FFF;
	text-align: center;
	margin-right: 75px;
	margin-left: 75px;
}

.artistHeadline2 {
	color: #CF0;
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 10px;
	text-transform: uppercase;
	background-color: #000;
	border: thin dotted #FFF;
	text-align: center;
	margin-right: 75px;
	margin-left: 75px;
	width: 275px;	
}

/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider-wrapper {
	width:950px;
	height:395px;
	padding-top:0px;
	margin-top:10px;
	/*background-image: url(../images/banner/slider3.jpg);*/
	background-repeat: no-repeat;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 10px;
	background-color: #c1bda4;
	padding-bottom: 8px;
}

#slider-wrapper2 {
	width:800px;
	height:395px;
	padding-top:0px;
	margin-top:10px;
	/*background-image: url(../images/banner/slider3.jpg);*/
	background-repeat: no-repeat;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 10px;
	background-color: #c1bda4;
	padding-bottom: 8px;
	text-align: center;
}

#slider {
	position:relative;
    width:948px;
    height:363px;
    margin-left:1px;
	background:url(../images/banner/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:relative;
	left:380px;
	bottom:-260px;
}

/*.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}

*/

#slider .nivo-controlNav img {
	display:inline; /* Unhide the thumbnails */
	position:relative;
	margin-right:20px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	text-indent:-9999px;
	border:0;
	background-image: url(../images/banner/arrows.png);
	background-repeat: no-repeat;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:10px;
}
a.nivo-prevNav {
	left:10px;
}

.nivo-caption {
	text-shadow:none;
	font-family: Helvetica, Arial, sans-serif;
	color: #FFF;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

.nivo-caption a:hover {
	color:#FC6;
	text-decoration:underline;
}

.blackBox11 {
	-webkit-border-radius: 12px;
	background-color: #000;
	border: thin dotted #EEE6B5;
	margin-top: 12px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 160px;
	width: 600px;
	padding: 8px;
	text-align: center;
}

.bodyHeader {	
	
	font-family: Arial, Helvetica, sans-serif;
	color: #39C;
	font-size: 18px;
	text-align: left;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #39F;
	width: auto;
	margin: 5px;
	
}


.bodyTextBOLD {	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF9;
	font-size: 11px;
	font-weight: bold;
}
.bodyTextBOLDstrike {	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF9;
	font-size: 11px;
	font-weight: bold;
	text-decoration: line-through;
}

.itemLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #F2E6CC;
	font-weight: bold;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}

.itemLink a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0CF;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
}

.itemLink a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #F90;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
}

.itemLink a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0CF;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
}

.bodyTextBlack {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000;
	font-weight: normal;
}

.AccountHeader{
	font-weight:bold;
	height:auto;
	padding-top:3px;
	width:auto;
	text-align:left;
	padding-left:10px;
	font-size:13px;
	font-family:Arial;
	background: #333333; 
	color: #FFF;
	padding-bottom: 3px;
}

.blurb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	text-align: left;
	line-height: 17px;
	width: auto;
	text-shadow: rgb(0,0,0) 0 2px 0;
	-moz-text-shadow: rgb(0,0,0) 0 2px 0;
	-webkit-text-shadow: rgb(0,0,0) 0 2px 0;
	behavior: url(ie-css3.htc);
}


.blurb2 {
	font-family: 'Squada One', Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	text-align: justify;
	line-height: 21px;
	width: auto;
	text-shadow: rgb(0,0,0) 0 2px 0;
	-moz-text-shadow: rgb(0,0,0) 0 2px 0;
	-webkit-text-shadow: rgb(0,0,0) 0 2px 0;
	behavior: url(ie-css3.htc);
}


.textWrapper {
	text-align: justify;
	height: auto;
	width: auto;
	border: thin dotted #FF9;
	padding: 13px;
	margin: 20px;
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari, Chrome */
	border-radius: 10px; /* CSS3 */
	behavior: url(border-radius.htc);
	background-image: url(../images/special_page_gfx/ventures/trans_bg.png);
	-moz-box-shadow: 4px 4px 4px #000; /* Firefox */
  	-webkit-box-shadow: 4px 4px 4px #000; /* Safari, Chrome */
  	box-shadow: 4px 4px 4px #000; /* CSS3 */
	behavior: url(ie-css3.htc);
}

.textWrapper2 {
	text-align: center;
	height: auto;
	width: auto;
	border: thin dotted #FF9;
	padding: 13px;
	margin: 20px;
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari, Chrome */
	border-radius: 10px; /* CSS3 */
	behavior: url(border-radius.htc);
	/*background-image: url(../images/special_page_gfx/ventures/trans_bg.png);*/
	-moz-box-shadow: 4px 4px 4px #000; /* Firefox */
	-webkit-box-shadow: 4px 4px 4px #000; /* Safari, Chrome */
	box-shadow: 4px 4px 4px #000; /* CSS3 */
	behavior: url(ie-css3.htc);
	background-color: #006;
}



