﻿/****************************************************************************************\

    Global Selectors

\****************************************************************************************/

html 
{
}

body 
{
    font-family     : Tahoma, Geneva, sans-serif;
    font-size       : 14px;
}

h1 
{
}

h2 
{
    font-size       : 1.7143em;
    font-weight     : lighter;
}

h3 
{
    font-size           : 1.4em;
    font-weight         : normal;
}

h4 
{
}

h5 
{
}

h6 
{
}

p 
{
}

ul 
{
}

ol 
{
}

li 
{
}

strong 
{
    font-weight : bold;
}

em 
{
    font-style : italic;
}

u 
{
    text-decoration : underline;
}

a 
{
    text-decoration : none;
}

a:visited 
{
    text-decoration : none;
}

a:hover 
{
    text-decoration : none;
}

table 
{
    text-decoration : none;
}

tr 
{
    text-decoration : none;
}

th 
{
    text-decoration : none;
}

td 
{
    text-decoration : none;
}

img 
{
}

/****************************************************************************************\
    
    Compound Selectors

\****************************************************************************************/

/*___ DIV _________________________________________________________________*/

div.vcard
{
    font-size       : 14px;
}

/*___ SPAN _________________________________________________________________*/

span.featuredPrice,
span.price 
{
    font-weight     : bold;    
}

.copyright
{
	font-size		: 1em;
}	

/*___ H1 _________________________________________________________________*/

/*___ H2 _________________________________________________________________*/

.section.cart h2
{
	text-align		: center;
}

/*___ H3 _________________________________________________________________*/

.featuredProducts h3
{
    text-transform      : uppercase;     

}

/*___ H4 _________________________________________________________________*/

/*___ H5 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/

#taxInfo
{
	display			: block;
	text-align		: center;
}

/*___ UL _________________________________________________________________*/

ul.featuredArtists 
{
    font-size       : 1.3em;    
}

/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/

/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/

div.galleryBox a
{
    font-size       : 1.3em;    
} 

.ulMenuSub > li > a
{
    font-size       : 1.7143em;
    font-weight     : lighter;
}

/*___ TABLE _________________________________________________________________*/

/*___ TR _________________________________________________________________*/

#trTotal
{
	text-align		: center;
	font-weight		: bold;
}

/*___ TH _________________________________________________________________*/

/*___ TD _________________________________________________________________*/

.tdName
{
	text-align		: center;	
}

/*___ IMG _________________________________________________________________*/

/*___ FORM _________________________________________________________________*/

/*___ INPUT _________________________________________________________________*/

/*___ LABEL _________________________________________________________________*/

/*___Group/Section/Class_________________________________________________________________*/
