﻿/*************************************************************************
' Function : CSS defintions for the store.
' Product  : CandyPress Store Frontend
' Version  : 4.1

' Modified : May 2007
' Copyright: Copyright (C) 2004 Webs Unlimited, Inc. 
'            See "license.txt" for this product for details regarding 
'            licensing, usage, disclaimers, distribution and general 
'            copyright requirements. If you don't have a copy of this 
'            file, you may request one at http://www.candypress.com
'**************************************************************************/

/* General Tag specifications */

/* Info Box WITHOUT Headings */

BODY {scrollbar-base-color: #5b2b0f}

A:link	{
	color: #5b2b0f;
	}
	
A:visited	{
	color: #5b2b0f;
	}

.hiddenDiv {display:none;}
.TextClass {FONT-FAMILY: Georgia; COLOR: #5b2b0f; FONT-SIZE: 18pt;}
.TextClass16 {FONT-FAMILY: Georgia; COLOR: #5b2b0f; FONT-SIZE: 16pt;}
.TextClass14 {FONT-FAMILY: Georgia; COLOR: #5b2b0f; FONT-SIZE: 14pt;}
.TextClass12 {FONT-FAMILY: Georgia; COLOR: #5b2b0f; FONT-SIZE: 12pt;}
.TextClass10 {FONT-FAMILY: Georgia; COLOR: #5b2b0f; FONT-SIZE: 10pt;}
.TextClass2 {FONT-FAMILY: Georgia; COLOR: #5b2b0f; FONT-SIZE: 16pt;}
.TextClass3 {FONT-FAMILY: Arial, helvetica; COLOR: #000000; FONT-SIZE: 10pt;}
.TextClass4 {FONT-FAMILY: Arial, helvetica; COLOR: #000000; FONT-SIZE: 10pt; FONT-WEIGHT: bold}

.TextClass5 {FONT-FAMILY: Arial, helvetica; COLOR: #000000; FONT-SIZE: 8pt;}
.TextClass6 {FONT-FAMILY: Arial, helvetica; COLOR: #000000; FONT-SIZE: 8pt; FONT-WEIGHT: bold}

.hiddenPic 
{
    display: none;
}

.boxbody a {	
	text-decoration: none;
}
.boxbody a:hover {
	text-decoration: underline;
}
.boxbody span.cpCart {
	text-align: left;
	padding-right: 3em;
}


