/********************************************************************************/
/* STANDARD
/********************************************************************************/

body
{
	font-family: Georgia, Times New Roman, Arial;
	background-color: #083417;
	color: #FFFFFF;
	font-size: 12px;
}

a
{
}

a:hover
{
}

input
{
}  

select
{
}

TD
{
	padding: 0px;
}

/********************************************************************************/
/* CUSTOM STYLES
/********************************************************************************/

.normal
{
	font-family: Georgia, Times New Roman, Arial;
	background-color: #083417;
	color: #FFFFFF;
	font-size: 13px;
}

.WelcomeHeader
{
	font-family: Georgia, Times New Roman, Arial;
	font-size: 25px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 15px;
}

.Address
{
	font-family: Georgia, Times New Roman, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 7px;
	text-align: center;
}

.ProductSold
{
	font-family: Georgia, Times New Roman, Arial;
	font-size: 13px;
	font-weight: bold;
	color: Red;
	padding-top: 20px;
}

.ProductSoldThumb
{
	font-family: Georgia, Times New Roman, Arial;
	font-size: 13px;
	font-weight: bold;
	color: Red;
	padding-top: 5px;
}

.ProductCount
{
	font-family: Georgia, Times New Roman, Arial;
	font-size: 15px;
	font-weight: bold;
}

.ButtonRow
{
	width: 100%;
	text-align: right;
}

.EditLabel
{
	font-family: Georgia, Times New Roman, Arial;
	font-size: 13px;
	width: 100px;
	vertical-align: top;
}

.EditInput
{
	font-family: Georgia, Times New Roman, Arial;
	font-size: 13px;
	width: 275px;
}

.EditInputSmall
{
	font-family: Georgia, Times New Roman, Arial;
	font-size: 13px;
	width: 150px;
}

.EditPrice
{
	width: 100px;
}

.EditDescription
{
	height: 150px;
}

.ProductHeader
{
	font-family: Georgia, Times New Roman, Arial;
	font-size: 25px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
}

.ProductImage
{
	width: 300px;
	height: 300px;
	border: solid 1px #FFFFFF;
}

.ProductDescription
{
	font-family: Georgia, Times New Roman, Arial;
	font-size: 13px;
	font-weight: normal;
	vertical-align: top;
}

.ProductPrice
{
	font-family: Georgia, Times New Roman, Arial;
	font-size: 13px;
	font-weight: normal;
	vertical-align: top;
	padding-top: 10px;
}

.ProductThumb
{
	padding-right: 20px;
	padding-bottom: 20px;
	width: 200px;
}

.ProductImageThumb
{
	width: 150px;
	height: 150px;
	border: solid 1px #FFFFFF;
}

.ProductHeaderThumb
{
	font-family: Georgia, Times New Roman, Arial;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 5px;
}

.ProductPriceThumb
{
	font-family: Georgia, Times New Roman, Arial;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	padding-top: 2px;
}

.WelcomeImage
{
	width: 458px;
	height: 300px;
	border: solid 1px #FFFFFF;
}

.CategoryMenu
{
	font-family: Tahoma, Broadway, Verdana, Tahoma, Arial; 
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	height: 30px;
	padding-left: 10px;
	background-color: #083417;
}

.CategoryMenuItem, A.CategoryMenuItem:link, A.CategoryMenuItem:hover, A.CategoryMenuItem:visited, A.CategoryMenuItem:visited:active
{
	color: #FFFFFF;
	/*padding-left: 10px;*/
	padding-right: 10px;
	text-decoration: none;
}

.WhiteBackground
{
	background-color: #FFFFFF;
}

.LightGrayBackground
{
	background-color: #EEEEEE;
}

.Spacer
{
	height: 30px;
}

.Form
{
	margin-left: 15px;
	width: 800px;
	margin-right: 15px;
	display:inline;
}

.Pane
{
	padding-left: 10px;
	padding-right: 10px;
}

.ThinBorder
{
	border: solid 1px #EEEEEE;
}

.ThinRightBorder
{
	border-right: solid 1px #EEEEEE;
}

.ThinTopBorder
{
	border-top: solid 1px #EEEEEE;
}

.ThinLeftBorder
{
	border-left: solid 1px #EEEEEE;
}

.ThinBottomBorder
{
	border-bottom: solid 1px #EEEEEE;
}

.HtmlModule
{
	font-family: Verdana; 
	font-size: 13px;
}

.UserMessage
{
	height: 25px;
	text-align: center;
}

.Message
{
	position: relative;
	top: 3px;
    color: #000000;
  	font-weight: 600;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #FAD14A;	
}

.MessageCorner
{
}

A.PageTopLink:link, A.PageTopLink:hover, A.PageTopLink:visited, A.PageTopLink:visited:active
{
	color: #FFFFFF;
	text-decoration: none;
}

.PageTop
{
	width: 100%;
	color: white;
	font-family: Broadway;
	height: 50px;
	background-color: #083417;
	text-align: center;
	font-size: 50px;
	padding-top: 10px;
}

.PageSubTop
{
	width: 100%;
	color: white;
	font-family: Broadway;
	height: 40px;
	background-color: #083417;
	text-align: center;
	font-size: 20px;
}

.MenuArea
{
	width: 100%;
	height: 30px;
	background-color: #EEEEEE;
	border: solid 1px #000000;
}

.UserProfile
{
	text-align: center;
}

.EditModeControler
{
	width: 100%;
	text-align: right;
}

.InputArea
{
}

.Label
{
}

.InputField
{
}

.MultiLine
{
}

.PageHeader
{
}

#content
{
	min-height: 600px;
	background-color: #083417;
}
* html #content 
{
	height: 600px;
	background-color: #083417;
}

#innercontent
{
	min-height: 600px;
	background-color: #083417;
}
* html #innercontent 
{
	height: 600px;
	background-color: #083417;
}

.Normal, .NormalSmall, .NormalError, .NormalOk, .NormalBold, .NormalRed
{
}

.NormalSmall
{
}

.NormalError
{
}

.NormalOk
{
}

.NormalBold
{
}

.NormalRed
{
}

/********************************************************************************/
/* MENU
/********************************************************************************/

.MenuItem, .MenuItemOver, .MenuItemTop, .MenuItemTopOver, .MenuItemPublic, .MenuItemPublicOver
{
	font-family: Verdana, Arial, Times New Roman;
	font-size: 12px;
	color: #000000;
	padding-left:10px;
	padding-right:10px;
	cursor: pointer;
	border: none;
	background-color: #EEEEEE;
	height: 30px;
}

.MenuItemTop
{
}

.MenuItemTopOver
{
    text-decoration: underline;
}

.MenuItem
{
}

.MenuItemOver
{
    text-decoration: underline;
}

.MenuItemPublic
{
}

.MenuItemPublicOver
{
    text-decoration: underline;
}

