/*************************************************************************
' 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, B, TD, P     {
	COLOR: #333333;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 8pt;
}

/* Start of styles that scot added */

.pageTitle{
font-size: 20px; color:#0066cc; font-weight:bold;
}

.pageDivision{
font-size: 14px; color:#333333; font-weight:bold;
border-bottom-color: #000000;
border-bottom-style: solid;
border-bottom-width: 1px;
}

.pageContent{
font-size: 12px; color:#333333;
}

.pageLink{
font-size: 12px; color:#669999;
text-decoration:underline;
font-weight: normal;
}

.pageLink:hover{
text-decoration:none;
}

.pageContent-bold-12{
font-size: 12px; color:#333333; font-weight:bold;
}

.pageContent-bold{
font-size: 11px; color:#333333; font-weight:bold;
}

.thumbnailLink{
font-size: 11px; color:#000000;
text-decoration:underline;
font-weight: normal;
line-height: 19px;
}


.thumbnailLink:hover{
text-decoration:none;
}

.tableHeader{
font-size: 12px;
color:#000;
font-weight:bold;
text-indent: 15px;
line-height: 30px;
background-image: url(../usermods/bg-325-gray.gif);
}

.tableContent-bold{
font-size: 12px;
color:#000;
font-weight:bold;
line-height:18px;
}

.tableContent{
font-size: 12px;
color:#000;
font-weight:normal;
line-height: 18px;
}



.title{
font-size: 14px; font-weight:bold;
}

.newlink{
font-family: Arial, Helvetica, sans-serif; color:#768dad; text-decoration:underline; font-weight:NORMAL;
}
.newlink:hover{
text-decoration:none;
}

.smallText		   {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 8pt;
}

.smallText		   {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 8pt;
}

/* Left Menu */

.leftSideBar		   {
	border-right: 1px;
	color: #000000;
}


.categoryTitle		   {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	font-color: #ff0000;
	font-weight:bold;
	padding-top:8px;
	padding-left:4px;
	padding-bottom:1px;
	text-decoration:none;
}

.categoryTitle:hover		   {
	text-decoration:underline; 
}

.categoryList		   {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	list-style-type: square;
	font-weight:normal;
	color: #555555;
	padding-top:1px;
	padding-bottom:1px;
	padding-left:2px;
	line-height:15px;
	text-decoration:underline;
}

.categoryList:hover		   {
	text-decoration:none; 
	color: #ff0000;
}

/* End of styles that scot added */
