/* Form */

/* MAIN ELEMENTS */

.FormErr
{
	background : #ffcccc;
}

TABLE.Form
{
	background-color: #e1e1e1;
	display: run-in;
	width: 100%;
}

TR.FormFirstBgColor
{	
	background-color: #e5e7e7;
}

TR.FormSecondBgColor
{
	background-color: #e5e7e7;
}

TR.FormSubmitBg
{
	background-color: #e5e7e7;
}

TR.FormSectionBg
{
	background-color: #d1d7d7;
}

TR.HelperBackground
{
	background-color: #f7f7f7;
}

DIV.FormHelperBox
{
	margin-top: 5px;
	font-size: 8pt;
 	font-family: Verdana;
	margin: 4px 4px 4px 4px;
	text-align: left;
}

DIV.FormErrBox
{
	margin-top: 5px;
	color : #ff5959;
	font-family : Tahoma;
	font-weight : bold;
	font-size : 8pt;
	margin: 4px 4px 4px 4px;
	text-align: left;
}

DIV.FormErrorCommon
{
	display: block;
	border: 1px solid #dd0000;
	padding: 3px 3px 3px 3px;
	margin-bottom: 3px;
}

FORM.Form
{
}

/* VARIOUS CAPTIONS HERE */

DIV.FormSectionCaption
{
	font-weight : bold;
	font-size : 14px;
}

SPAN.RowCaption
{
	color : #000000;
	font-weight: bold;
	font-size: 13px;
}

SPAN.FormRequired
{
	font-size: 8pt;
}


/* FORM ELEMENTS RENDERING */

SELECT.FormPullDown
{
	font-family : Verdana;
	font-size : 9pt;
}


INPUT.FormCheckBox
{
	font-family : Verdana;
	font-size : 9pt;
}

INPUT.FormRadioButton
{
	font-family : Verdana;
	font-size : 9pt;
}


INPUT.FormInputBox
{
	color : #000000;
	font-family : Verdana;
	font-size : 9pt;
	background : #FFFFFF;
}

INPUT.FormSecret
{
	color : #000000;
	font-family : Verdana;
	font-size : 9pt;
	background : #FFFFFF;
}

TEXTAREA.FormTextArea
{
	color : #000000;
	font-family : Verdana;
	font-size : 9pt;
	background : #FFFFFF;
}




/* DEBUG CSS - DON'T CHANGE */

DIV#Debug
{
	position: absolute;
	right: 0px;
	top: 0px;
	height: 20px;
	overflow: hidden;
	width: 20px;
	z-index: 10;
}

TABLE.Debug
{
	border-width: 0px;
	width: 100%;
	height: 200px;
	background: #000000;
}

A.Debug
{
	color: #ffffff;
	text-decoration: underline;
}

SPAN.Debug
{
	color: #ffffff;
	font-family: Verdana;
	font-size: 10px;
}

/* COMMON */
BODY, P, TD
{
	font-family: Verdana, sans-serif;
}

SPAN.ShopHeader
{
	font-family: Verdana; color: #ffffff; font-weight: bold; font-size: 11px;
}

SPAN.ShopText
{
	font-family: Verdana; color: #000000; font-size: 11px;
}

SPAN.ShopCategories
{
	font-family: Verdana; color: #000000; font-size: 12px;
}


SPAN.ShopProductList
{
	font-family: Verdana; color: #000000; font-size: 12px;
}

A.ShopProduct
{
	font-weight: bold; color: #003399;
}

SPAN.ShopProductListPrice
{
	color: #cc0000; font-weight: bold;
}

SPAN.ShopProductDetailsPrice
{
	color: #cc0000; font-weight: bold; font-size: 15px;
}

SPAN.ShopProductDetailsName
{
	color: #003399; font-weight: bold; font-size: 15px;
}

SPAN.ShopProductDetails
{
	font-family: Verdana; color: #000000; font-size: 12px;	
}

A.ShopCart
{
	font-family: Verdana; font-size: 12px; font-weight: bold; color: #003399;
}

SPAN.ShopCartLarge
{
	font-family: Verdana; font-size: 15px; font-weight: bold;
}

A.ShopCartLarge
{
	font-family: Verdana; font-size: 15px; font-weight: bold; color: #003399;
}

SPAN.ShopProductAdd
{
	color: #cc0000; font-weight: bold;
}

SPAN.ShopCart
{
	font-family: Verdana; color: #000000; font-size: 12px;	
}

A.Shop
{
	color: #003399;
}
.small 
{
	font-size: 10px;
}
A.FooterTellAFriend
{
	color: blue;
}
