/*************************************************************************
' Function : CSS defintions for the store.
' Product  : CandyPress Store Frontend
' Version  : 2.4
' Modified : June 2003
' Copyright: Copyright (C) 2003 CandyPress.Com 
'            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 webmaster@candypress.com
'**************************************************************************/

/* General Tag specifications */
BODY{
	color: #333333;
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	margin: 0px;}

B, TD, P{
	color: #333333;	font-family: Verdana, Arial, Helvetica;	font-size: 8pt;	
	margin-top: 0px; margin-bottom: 7px;}

hr {border: 0; height: 1px; width: 100%; text-align: left;
	color: #6db1d3;
	background-color: #6db1d3;}

h2{ margin-bottom: 7px; margin-top:6px; font-size:17px}

h2.H3-Red{
	font-size: 12pt; color: #ff0000; text-align: center; font-weight: bold;}

h2.H3-Red-Left{
	font-size: 12pt; color: #ff0000; text-align: left; font-weight: bold;}

p.CenterText{ text-align:center}

/* DAN - Remove the border from all images */
img{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;}

img.TextAlignTop{
	vertical-align:text-top}

A:link{
	color: #3333ff;
	text-decoration: none;}
A:visited{
	color: #3333ff;
	text-decoration: none;}
A:hover{
	color: #7db3dd;
	text-decoration: underline;}

.TopNav {BACKGROUND-COLOR: #79cbf4;  padding-bottom: 4px;  padding-left: 4px;  padding-right: 4px;  padding-top: 4px;}
.TopNav A:link     {COLOR: #333333; FONT-SIZE: 8pt; FONT-WEIGHT: bold; TEXT-DECORATION: none}
.TopNav A:visited  {COLOR: #333333; FONT-SIZE: 8pt; FONT-WEIGHT: bold; TEXT-DECORATION: none}
.TopNav A:hover    {COLOR: #FFFFFF; FONT-SIZE: 8pt; FONT-WEIGHT: bold; TEXT-DECORATION: underline}
