* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 13px;
	color: #333333;
	background: #fff;
}
input {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	color: #333333;
	font-size: 12px;
	padding: 5px;
	margin-bottom: 15px;
}
.input_normal {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	color: #333333;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}
.input_select_normal {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	color: #333333;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}
.input_select_normal option {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	color: #333333;
	font-size: 12px;
	padding: 1px 2px 0px 2px;
	margin: 0px;
}
textarea{
	font-family: Arial, Helvetica, Geneva, sans-serif;
	color: #333333;
	font-size: 12px;	
	padding: 15px;
}
.text_input {
	border: solid 1px #5F1526;
}
a {
	color: #9F009F;
	text-decoration: none;
}
a:hover {
	color: #9F009F;
	text-decoration: underline;
}
a img {
	border: none;
}
h1 {
	font-size: 25px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	color: #41101C;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	padding: 10px 0px 10px 0px;
	color: #000;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	color: #000;
}
#head_wrapper {
	background: #772d3c;
	text-align: center;	
	background: url(../images/head_bg.jpg) repeat-x;
	position: relative;
}
#head {
	text-align: left;
	width: 950px;
	margin: 0 auto;	
	height: 110px;
	background: url(../images/head_bg.jpg) repeat-x;
	color: #fff;	

}
#top {
	height: 60px;
	padding-top: 20px;
}
#infobar_wrapper {
	text-align: center;	
	background: #41101C;
	margin-bottom: 20px;
}
#infobar {
	height: 20px;
	background: #41101C;
	padding-top: 10px;
	color: #fff;
	text-align: left;
	width: 950px;
	margin: 0 auto;	
	font-size: 11px;
}
#infobar a {
	color: #fff;
	text-decoration: none;	
}
#infobar a:hover {
	color: #fff;
	text-decoration: none;
}
.info_link_spacer {
	margin-left: 10px;
	margin-right: 10px;
}
#logo {
	float: left;
}
#search {
	float: right;
}
#menu {
	position: absolute;
	top: 85px;
	right: 10px;
	
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu ul li {
	float: left;
	margin-left: 13px;
}
#menu ul li a {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
#menu ul li a:hover {
	text-decoration: none;
}
#menu ul li a img{
	margin-right: 3px;
} 
#logo {

}
#wrapper {
	background: #fff;
	text-align: center;
}
#main {
	text-align: left;
	width: 950px;
	margin: 0 auto;
}
#content {
	width: 700px;
	float: left;
}
#content950 {
	width: 950px;
}
#sidebar {
	float: right;
	width: 230px;
	color: #fff;
}
#sidebar a {
	color: #fff;
}
#sidebar a:hover {
	text-decoration: underline;
}
#footer_wrapper {
	background: #5F1527;
	text-align: center;
}
#footer {
	text-align: left;
	font-size: 11px;
	width: 950px;
	margin: 0 auto;	
	margin-top: 20px;
	background: #5F1527;
	color: #fff;
	padding: 15px 0px 30px 0px;
}
#footer a {
	color: #fff;
	margin-left: 3px;
	margin-right: 3px;
}
#footer a:hover {
	text-decoration: underline;
}
#footer_left {
	float: left;
}
#footer_right {
	float: right;
}
#cart {
	background: #5F2430;
	padding: 15px;
	width: 200px;
	}
.clear {
	clear: both;
}
input.search {
	border: none;
	padding: 10px;
	margin-right: 10px;
	font-size: 14px;
	width: 185px;
}
input.search_button {
	background: none;
	border: none;
	color: #fff;
	font-size: 13px;
	margin-top: 10px;
	font-weight: bold;
}
#search form {
	display:inline;
}
.sidebar_box {
	background: #5F1527;
	padding: 15px;
	width: 200px;
	margin-bottom: 20px;
	/*padding-bottom: 20px; */
}
.sidebar_spacer {
	overflow: auto;
	height: 1px;
	background: #A03B34;
	margin-left: -15px;
	margin-right: -15px;
	margin-top: 20px;
	margin-bottom: 20px;

}
.sidebar_item {
	line-height: 1.4;
}
.sidebar_box h1 {
	font-size: 17px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	color: #FFF;	
}
.newsletter h1 {
	margin-bottom: 10px;
}
.sidebar_item img {
	float:  left;
	margin-right: 10px;
	margin-top: 3px
}
input.subscription {
	border: none;
	padding: 5px;
	font-size: 12px;	
	margin-top: 10px;
	width: 150px;
}
/* general table inside */
.gen_table .inside_gen_table {
  margin: 0px;
  padding: 0px;
  border-collapse: collapse;
  text-align: left;       
  color: #454346;
  font-size:12px;    
  margin: 0px;
  padding: 0px;
  border: none;
  width: 100%;
}  
.gen_table .inside_gen_table tr th {
    padding: 5px;         
    font-size:12px;     
  	color: #333;
	border: none; 	
	width: 1%;
    background: #EFEFEF;   
	font-weight: bold;
  border-bottom: solid 1px #CFCFCF; 	
}   
.gen_table .inside_gen_table tr td.headName {
    padding: 5px;         
    font-size:14px;     
  	color: #631626;
	border: none; 	
	font-weight: bold;
  border-bottom: solid 1px #CFCFCF; 	
}            
.gen_table .inside_gen_table tr td.tdOptions {
    padding: 10px 5px 5px 5px;         
	border: none; 	
}      
.gen_table .inside_gen_table tr th a {
  color: #9F009F;
  text-decoration: none;
}             
.gen_table .inside_gen_table tr th a:hover {
  text-decoration: underline;
}
.gen_table .inside_gen_table tr td {    
  	padding: 5px;       
	border: none;
  border-bottom: solid 1px #CFCFCF; 	
}    
.gen_table .inside_gen_table tr td small {    
  font-size: 12px;
  color: #5F1527;
}     
.gen_table .inside_gen_table tr.odd  td {
}
/* general table */
.gen_table {
 margin: 0px;
 padding: 0px;
 border-collapse: collapse;
 text-align: left;       
 color: #454346;
 font-size:12px;    
 margin-bottom: 20px;
 border-top: none;
       width: 100%;
}  
.gen_table tr th {
   background: #EFEFEF;    
   padding: 10px 5px 10px 5px;         
   font-size:12px;     
       color: #333;
   border-top: solid 1px #CFCFCF;  
       border-bottom: solid 1px #CFCFCF;  
       border-left: solid 1px #FFF; 
       border-right: solid 1px #FFF;           
}              
.gen_table tr th a {
 color: #9F009F;
 text-decoration: none;
}    
.gen_table tr.mouseover td {
       background: #F7F7F7;
}

.gen_table tr th a:hover {
 text-decoration: underline;
}
.gen_table tr td {    
 background: #fff;
 padding: 10px 5px 10px 5px;           
 border-top: none;
 border-right: solid 1px #EFEFEF; 
 border-left: solid 1px #EFEFEF; 
 border-bottom: solid 1px #CFCFCF; 
}    
.gen_table tr td.topRow {    
 background: #fff;
 padding: 10px;       
 border-top: none;
 border-right: solid 1px #EFEFEF; 
 border-left: solid 1px #EFEFEF; 
 border-bottom: solid 1px #EFEFEF; 
 font-weight: bold;
}  
.gen_table tr td small {    
 font-size: 12px;
 color: #5F1527;
}     
.gen_table tr.odd  td {
 background: #DEDEDC;
}              

/* homepage table */
.homepage_table {
       width: 100%;
}
.homepage_table tr {
}
.homepage_table th {
       font-family: Arial, Helvetica, Geneva, sans-serif;
       background: #5F1527;
       color: #fff;
       width: 145px;
       height: 70px;
       font-size: 15px;
       font-weight: normal;
       text-transform: lowercase;
       padding-left: 15px;
}
.homepage_table th a {
       color: #fff;
       font-weight: bold;
}
.homepage_table td {
       height: 70px;
}
.homepage_table td a img {
       border: 1px solid #D1D6DF;
}      


/* category table */
.category_table {
	margin: 0;
	padding: 0;
}
.category_table th {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	background: #5F1527;
	color: #fff;
	width: 700px;
	height: 40px;
	font-size: 15px;
	font-weight: normal;
	text-transform: lowercase;
}
.category_table td {
	width: 100px;
}
.expo_table th {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	background: #5F1527;
	color: #fff;
	width: 950px;
	height: 40px;
	font-size: 15px;
	font-weight: normal;
	text-transform: lowercase;
}
table.product_table {
	widht: 100%;
	margin-top: 20px;
}
table.product_table th {
	background: #EFEFEF;
	color: #9F009F;
	font-size: 18px;
	padding: 10px 15px 10px 15px;
	border-bottom: dotted 1px #5F1527;
	border-top: dotted 2px #5F1527;
}
table.product_table td {
	padding: 15px;
	
}
.product_table td.price {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 25px;
}
.product_table td.price strike {
	color: #999999;
}
.product_table td img {
	border: solid 1px #CECDCE;
	margin-left: 15px;
}
.buyme {
	border: solid 1px #D0CFD0;
	padding: 7px 10px 7px 10px;
	color: #990098;
	font-size: 13px;
	margin-left: 20px;
}
a.buyme {
	border: solid 1px #D0CFD0;
	padding: 7px 10px 7px 10px;
	color: #990098;
	font-size: 13px;
	margin-left: 20px;
}
a:hover.buyme {
	border: solid 1px #990098;
	padding: 7px 10px 7px 10px;
	color: #990098;
	font-size: 13px;
	margin-left: 20px;
}
.cart_table {
border-collapse: collapse;	
}
.cart_table th {
	background: #fff;
	color: #5F1527;
	font-size: 14px;
	padding: 20px;
	padding-bottom: 10px;
	border-bottom: dotted 1px ;
}
.cart_table td {
	border: solid 1px #D0CFD0;
	padding: 10px;
	padding-bottom: 10px;
}

.cart_table td {
	border: solid 1px #D0CFD0;
	padding: 10px;
	padding-bottom: 10px;
}
#profile_options {
	display: block;
	margin: 0px 0px 20px 0px;
	border-top: 1px solid #E5E8EA;
}
#profile_options .profile_box {
	display: block;
	padding: 10px;
	border-bottom: 1px solid #E5E8EA;
}
#profile_options .profile_box i {
	display: block;
	margin: 0px 0px 5px 0px;
	font-style: normal;
}
#profile_options .profile_box u {
	display: block;
	margin: 5px 0px 0px 0px;
	font-style: normal;
	text-decoration: none;
}
#profile_options .valueLeft {
	width: 150px;
	color: #999999;
	margin-right: 10px;
}
#profile_options .valueLeftAuto {
	color: #999999;
	margin-right: 10px;
}
#profile_options .valueBlock {
	color: #2A4051;
	margin-top: 5px;
	display: block;
}
#profile_options .avatar {
	padding: 2px;
	border: 3px solid #E5E8EA;
}
.new_av {
	padding: 0px;
	border: 0px;
}

.products_in_artist_box {
	margin: 0px;
  padding: 0px;
  border-collapse: collapse;
	border: none;
}
.products_in_artist_box td {
		width: 70px;
}
.products_in_artist_box td img {
	margin-left: 2px;
	margin-bottom: 2px;
}
table.similarExpos {
	background: #EFEFEF;
/*	width: 100%;*/
	border: none;
	border-bottom: 1px solid #D1D6DF;	
}
table.similarExpos td {
	padding: 0 5px 15px 15px;
}
table.similarExpos img {

	border: 1px solid #D1D6DF;	
}

#content h1 {
	color: #631626;
	margin-bottom: 20px;

}
.form th {
	width: 20%;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #631626;
	font-size: 13px;
	font-weight: normal;
}
.form small {
	color: #878787;
}
textarea {
	width: 100%;
}
.input_submit {
	color: #9F009F;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	background: #fff;
	border: solid 1px #D0CFD0;
	padding: 6px 10px 6px 10px;
	margin: 15px 0px 15px 0px;
	text-decoration: none;		
}
a.input_submit {
	color: #9F009F;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	background: #fff;
	border: solid 1px #D0CFD0;
	padding: 7px 10px 7px 10px;
	margin: 15px 0px 15px 0px;
	text-decoration: none;
	line-height: 32px;
}
a:hover.input_submit {
	color: #9F009F;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	background: #fff;
	border: solid 1px #9F009F;
	padding: 7px 10px 7px 10px;
	margin: 15px 0px 15px 0px;
	text-decoration: none;	
	line-height: 32px;	
}
.left {
	float: left;
}
.valueLeft {

}
.right {
	float: right;
}
.input_general {
	width: 400px;
}

.artist_box {
	background: #fff;
	border: solid 2px #EBE1E5;
  	height: 220px;
	color: #5F1527;
	margin-bottom: 20px;
}
.artist_box a {
	color: #5F1527;
	text-decoration: none;
}
.artist_box a:hover {
	text-decoration: underline;
}

.noteRed {
	padding: 5px;
	color: #FF0000;
	background: #FFE4D2;
	border: 1px solid #FF0000;
	margin: 10px 0px 10px 0px;
	display: block;
}


/* Flash info */
#flashinfo {
        position: relative;
	background: #666;
	margin: 0 auto;   
	text-align: center;	
	z-index: 500;
	border-bottom: 1px solid #000;
        display: block;
}
#flashinfo .infoTextConfirm {
	text-align: center;	
	position: relative;
	margin: 0 auto;   	
	padding: 10px;
	color: #fff;	
	background: #65BA40;
	font-family: "Trebuchet MS";
	font-size: 14px;        	
	font-weight: bold;
	font-style: normal;  		
}
#flashinfo .infoTextError {
	text-align: center;	
	position: relative;
	margin: 0 auto;   	
	padding: 10px;
	color: #FFF;	
	background: #F9630D;
	font-family: "Trebuchet MS";
	font-size: 14px;        	
	font-weight: bold;
	font-style: normal;  		
}
.oneTabLine {
	width: auto;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	border: none;
}
.oneTabLine td {
	margin: 0px;
	padding: 0px 10px 0px 0px;
	border: none;
}


/* menu */

#side_menu {
	background: #fff;
	margin-bottom:20px;
}
#side_menu ul {
	background: #42101C;
	list-style: none;
}

#side_menu ul li{
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	border-bottom: solid 1px #A03B33;
}
#side_menu ul li.active {
	background: #8E7078;

}
#side_menu ul li a {
	font-size: 14px;
	font-weight: bold;
}

#side_menu ul li.active ul {
	list-style: none;
  margin-left: -20px;
	margin-right: -20px;
	margin-top: 10px;
	background: #D9CED2;
		margin-bottom: -10px;
}
#side_menu ul li.active ul li{
	background: #D9CED2;	
}
#side_menu ul li.active ul li a{
	color: #000;
	font-size: 12px;

}
#side_menu ul li.active ul li.active a{
	font-weight: bold;
}
#side_menu ul li.active ul li.active ul
{
	margin-top:10px;
}
#side_menu ul li.active ul li.active ul li{
		border-bottom: none;
		padding:0;
		padding-bottom: 10px;
		padding-left: 20px;

}
#side_menu ul li.active ul li.active ul li a{
	font-weight: normal;

}
#side_menu ul li.active ul li.active ul li.active a{
	color: #93008C;
	text-decoration: underline;
}
/* invoice */
.invoice {
	width: 100%;
	border: none;
	margin: 0px;
	padding: 0px;
    border-collapse: collapse;
}
.invoice tr {
	border: none;
	margin: 0px;
	padding: 0px;
}
.invoice tr td {
	border: none;
	margin: 0px;
	padding: 0px;
}
.invoice tr td.headLine {
	border: none;
	margin: 0px;
	padding: 20px;
	background: #903834;
	font-family: "Trebuchet MS";
	font-size: 20px;
	color: #FFF;
}
.invoice tr td.headLine small {
	font-size: 11px;
	font-weight: bold;
}
.invoice tr td table {
	width: 100%;
	border: none;
	margin: 10px 0px 0px 0px;
	padding: 0px;
    border-collapse: collapse;
}
.invoice tr td table tr {
	border: none;
	margin: 0px;
	padding: 0px;
}
.invoice tr td table tr td {
	border: none;
	margin: 0px;
	padding: 5px;
}
.invoice tr td table tr td {
	border: none;
	margin: 0px;
	padding: 5px;
}
.invoice tr td .gen_table tr th {
    background: #EFEFEF;    
    padding: 10px;         
    font-size:12px;     
  	color: #333;
    border-top: solid 1px #CFCFCF;  
	border-bottom: solid 1px #CFCFCF;  
	border-left: solid 1px #FFF; 
	border-right: solid 1px #FFF; 	 	
}              
.invoice tr td .gen_table tr td {    
  background: #fff;
  padding: 10px;       
  border-top: none;
  border-right: solid 1px #EFEFEF; 
  border-left: solid 1px #EFEFEF; 
  border-bottom: solid 1px #CFCFCF; 
}