﻿/* Default CSS Stylesheet for a new Web Application project */

*
{
	padding: 0;
	margin: 0;
}

BODY, HTML
{
	font-size: 8pt;
	font-family: Georgia,Serif;
	background-color: black;
	height: 100%;
}

h1
{
	font-size: 22pt;
	color: white;
	width: 100%;
}

h2
{
    padding-right: 20px;
    padding-left: 20px;
    font-size: 13pt;
    padding-bottom: 2px;
    margin: 0px;
    color: white;
    line-height: 28px;
    padding-top: 2px;
    height: 30px;
    background-color: #666699;
    text-align: left;
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr=#323955, endColorstr=#666699);
}

h3{color: white; margin-top: 10px;}

h4{color: black;}

h5{color: black;}

#Border
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
#Border #Header
{
	background: url(Images/header.jpg) black no-repeat left top;
	border-bottom: 4px solid black;
}

#Wrap
{
	float: left;
	width: 800px;
	background-color: White;
	background-position: left top;
	background-image: url(Images/whitebg.gif);
	background-repeat: repeat-y;
}

#WhiteBox
{
	background-color: White; 
	width: 800px;
}

#LeftColumn	/*contains side menu*/
{
	float: left;
	height: 600px;
	width: 186px;
	vertical-align: top;
	overflow: hidden;
}

#LeftColumn h2
{
	width :146px;
}

#Content
{
	float: right;
	width: 610px;
	vertical-align: top;
	border-left: solid 4px black;
}

#Content H2
{
	width: 570px;
}

#productDetails
{
	background-color: White;
	width: 800px;
	font-size: 12pt;
	color: #003366;
	font-family: Cambria;
}

.ProductContent
{
	font-size: 12pt;
	background-color: white;
	text-align: left;
	padding: 25px;
	background: url(Images/squares.gif) white no-repeat right bottom;
}

#categoryMenu
{
	padding-left: 5px;
} 

#categoryMenu a
{
    text-decoration: none;
	display: block;
	padding: 10px 5px 10px 35px;
	width: 100%;
	color: Gray;
	font-size: 10pt;	
}

#categoryMenu a:hover
{
	color: Black;
}

#categoryMenu a.active
{
	color: Black;
	background: url(Images/redspiral.jpg) no-repeat left center;
}

.submitButton
{
	background-color: #004B8D; 
	border: 2px solid #369AB0; 
	color: White;
	min-height: 18px;
	/* For IE: Gradient Background  */ 
	filter: progid:DXImageTransform.Microsoft.Gradient
	(GradientType=0,StartColorStr='#004B8D',EndColorStr='#00004e'); 
}

a.submitButton
{
	display: inline-block;
	text-decoration: none;
	padding: 1px 6px 1px 6px;
	cursor: default;
}
a.submitButton:active
{
	padding: 2px 6px 0px 6px;
}

.PriceTag
{
	background-position: left top;
	background-attachment: fixed;
	background-image: url(Images/pricetag.gif);
	width: 125px;
	background-repeat: no-repeat;
	height: 75px;
}

#Footer
{
	/*background: url(Images/header.jpg) black no-repeat left -60px;*/
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	width: 800px;
	clear: both;
	text-align: center;
	font-size: 9px;
}

#Footer a
{
	color: Silver;
	text-decoration: none; /*lets remove the link underlines*/
}

#FooterLeft
{
	margin-left: 100px;
	float: left;
	width: 150px;
}

#FooterRight
{
	margin-right: 100px;
	width: 150px;
	float: right;
	text-align: right;
}

#Comments
{
	width: 700px;
	background-color: black;
	margin-bottom: 15px;
	border-bottom: midnightblue thin solid;
}

#Comments .ctext
{
	color: white;
	line-height: 20px;
	padding-top: 15px;
}

#Comments .cname
{
	color: cornflowerblue;
	line-height: 20px;
	padding-top: 15px;
}

#Comments .delete
{
	margin-top: 15px;
	padding-top: 15px;
}

/* TOP MENU */

#top-menu
{
	width: 100%;
}

#top-menu ul
{
	font-size: 10pt;
	color: white;
	list-style-type: none;
	text-align: left;
} 



/* Link Graphics */
#top-menu a	
{
	display: inline;
	width:120px;
	padding: 112px 25px 2px 2px;
	color: White;
	text-decoration: none; /*lets remove the link underlines*/
} 

#top-menu A:link, #list-menu A:visited
{
	color: White;
}

#top-menu A:hover, #list-menu A:active
{
	color: White;
} 

.message
{
    color: Green;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    border: solid 1px green;
    padding: 5px;
}
#error
{
	background-color: Lavender;
	border: Maroon 3px solid;
}

#error li
{
	PADDING-LEFT: 22px; 
	color: Maroon;
}

#error strong
{
	color: White;
	font-size: 14px;
	background-color: Maroon;
	width: 100%;
	display: block;
}

/* Asterix */
.field-validation-error
{
    color: #ff0000;
}

/* Error message */
.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

/* Broken rules */
.validation-summary-errors
{
    display: block;
    color: #ff0000;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    border: solid 1px red;
    padding: 5px;
}


/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    border: 0;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label 
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

textarea
{
    width: 600px;
    height: 150px;
}

#products table
{
	width: 100%;
}
#products table td
{
	vertical-align: top; 
	text-align: center; 
	padding-left: 10px;
	color: #666699;
}
#products table td div
{
	margin-top: 4px;
	height: 12px;
}
#products table td img
{
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 2px;
	border: 0;
}
#products table td a
{
	text-decoration: none;
	color: #666699;
	display: block;
	width: 100%;
}