﻿/*
	REMINDER: Define Styles here to appear in the CSS dropdown menu
*/

.faded
{
	color: #999999;
}

.SectionTitle
{
	color: #333;
	font-size: 14pt;
	font-weight: bold;
}

.SectionTitleSmaller
{
	color: #555;
	font-size: 11pt;
	font-weight: bold;
}

/* PRODUCT FOCUS */
#ProductFocus
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#000000;
	font-weight:normal;
	border: solid 1px #efe6f9;
	padding: 5px;
	margin: 0px;
	width: 520px;
}

#ProductFocus .ProductTitle
{

	width: 370px;
	font-weight: bold;
	color: #565060;
}

#ProductFocus .Description
{
	border-right: solid 1px #efe6f9;
	width: 350px;
}

/* PRODUCT TABLE */
#ProductTable
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight:normal;
	border: solid 1px #9c9c9c;
	padding: 5px;
	margin: 0px;
	width: 100%;
	color: #fff;
	background: #fff;
}

#ProductTable .ProductPrice
{
	font-weight: bold;
	background-color: #543559;
	width: 60px;	
	padding: 3px;
}

#ProductTable .ProductTitleBoldShort
{
	font-weight: bold;
	font-style: normal;
	background-color: #543559;	
	width: 355px;
	padding-left: 3px;
}

#ProductTable .ProductTitleBoldLong
{
	font-weight: bold;
	font-style: normal;
	background-color: #543559;	
	width: 440px;
}

#ProductTable .ProductTitle
{
	font-weight: normal;
	font-style: normal;
	background-color: #543559;
	width:440px;	
	padding-left: 3px;
}

#ProductTable .ProductDuration
{
	font-weight:normal;
	background-color: #543559;
	width: 75px;	
}

#ProductTable .ProductDescription
{
	width: 510px;
	font-size: 11px;
	color: #333;
	padding: 5px 0;
}

/*
	REMINDER: the 'body' element is defined in both this and Styles.css
*/

body
{
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}


a, a:link
{
	color: #54346a;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}



#SearchResults
{
    background: #f5f5f5;
	border: 1px solid #ddd;
	margin-left: 4px;
	padding: 20px;

}

#SearchResults a
{
    font-weight: bold;	

}


#SiteLogin
{
	background-color: Blue;
}

#PageTemplate {
    padding: 0 0 10px;
}


