/* CSS Document */
body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}

td
{
	font-family: Arial, helvetica, Sans-Serif;
	font-size: 12px;	
}

.Body_Text_Yellow
{
	color: #FFFF99;
	font-size: 11px;
	text-align: center;
	word-spacing: 3px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

.Body_Text_Yellow_Large
{
	color: #FFFF99;
	font-size: 12px;
	font-weight: bolder;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
	padding-bottom: -1px;
}

.ProductImage
{   
    width: 300px;
    height: 300px;
    border: 1px #000000 solid;   
}

.ProductDescription
{
    text-align: left;
    font: font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.Productname
{
    font-weight: 600;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
}

.ProductPrice
{
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    color: Red;
}

.ProductImageThumbnail
{
    width: 200px;
    height: 200px;
}

#Home_Header1
{
	text-align: center;
	text-transform: uppercase;
	color: #FFFF00;
	font-weight: 600;
	font-family: Arial, Helvetica, sans-serif;
	/*padding-bottom: 5px;*/
	font-size: 16px;
}

#MainNav
{
	margin-top: 136px;
}

label {
	display:block;
	margin-top:10px;
	font-size: 16px;
	font-weight: bold;
    margin-bottom: 7px;
}

.formfield
{
	border: 1px #000000 solid;
	width: 300px;
}

.formlabel
{
    color: White;
    background-color: #FF6600;
    font-weight: bolder;
    text-align: right;
    padding-right: 3px;
}

.FormHeaderFooter
{
    background-color: Blue;
    text-align: center;
    font-size: 14px;
    color: White;
    font-weight: bolder;
}

.strongred
{
	color: red;
	font-weight: bold;
	font-size: 12px;
}

.strong
{
	font-weight: bold;
	font-size: 14px;
}

#CCK_Header
{
    width:100%;
    text-align: center;
}

#CCK_Nav
{
    width: 100%;
    height: 67px;
    background-image:url(images/CCK_2NDButtonBG.jpg);
}

#CCK_Footer
{
    width:100%;
    height:30px;
    background-image:url(images/CCK_2NDFooterBG_Left.jpg);
}

#CCK_Admin_Nav
{
    width: 100%;
    height: 67px;
    background-image:url(images/CCK_2NDButtonBG.jpg);
}

#CCK_Admin_Footer
{
    width:100%;
    height:30px;
    background-image:url(images/CCK_2NDFooterBG_Left.jpg);
}