﻿/* MAIN HTML CLASSES */
HTML, BODY, FORM
{
	font-family: Verdana;
	color: black;
	font-size: 11px;
	background-color: #bcbcbc;
	width: 100%;
	margin: 0px;
	height: 100%;
	min-height: 100%;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}

H1
{
	font-family: Verdana;
	font-size: 13px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #184676;
}

H2
{
	font-family: Verdana;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #00933e;
}

UL
{
	margin: 0px 0px 8px 40px;
	padding: 0px 0px 0px 0px;
}

UL.category
{
	list-style-image: none;
	list-style-type:none;
}

LI
{
	line-height: 17px;
}

P
{
	margin: 5px 0px 13px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 17px;
}

/* link classes */
A
{
	color: #00933e;
	text-decoration: none;
}

A:Hover
{
	color: #184676;
	text-decoration: underline;
}


A.MenuLinks
{
	color: #e7ded5;
	text-decoration: none;
}

A.MenuLinks:Hover
{
	color: white;
	text-decoration: underline;
}

A.BasketLink
{
	color: Gainsboro;
	font-size: 10px;
	text-decoration: none;
}

A.BasketLink:Hover
{
	color: white;
	text-decoration: underline;
	font-size: 10px;
}


A.FooterLnk 
{
	color: #00933e;
	font-size: 10px;
	text-decoration: none;
}

A.FooterLnk:Hover
{
	color: #184676;
	text-decoration: underline;
	font-size: 10px;
}

/* Input Classes */
INPUT, SELECT
{	
	font-family: Verdana;
	color: black;
	font-size: 11px;
}

TEXTAREA
{
	font-family: Verdana;
	color: black;
	font-size: 11px;
}

.Review
{
	border: solid 1px #b3a08d;
	color: #7b654b;
	padding: 2px 2px 2px 2px;
	font-size: 12px;
	width: 250px;
}

.Buttons, .Button
{
	border: solid 1px dimgray;
	color: white;
	padding: 2px 2px 2px 2px;
	width: 150px;
	font-size: 12px;
	background-color: #184676;
}

.ButtonAlt
{
	border: solid 1px dimgray;
	background-color: dimgray;
	padding: 2px 2px 2px 2px;
	width: 150px;
	font-size: 12px;
	color: ghostwhite;
	background-image: url(Images/bg-button-alt.gif);
	background-repeat: repeat-x;
}
.ButtonDelete
{
	border: solid 1px dimgray;
	background-color: darkred;
	padding: 2px 2px 2px 2px;
	width: 150px;
	font-size: 12px;
	color: ghostwhite;
}

.ButtonSearch
{
	border: solid 1px dimgray;
	background-color: dimgray;
	padding: 2px 2px 2px 2px;
	width: 100px;
	font-size: 12px;
	color: ghostwhite;
	background-image: url(Images/bg-button-alt.gif);
	background-repeat: repeat-x;
}

.Textbox
{
	border: solid 1px #184676;
	color: black;
	padding: 2px 2px 2px 2px;
	width: 150px;
	font-size: 12px;
}


.TextboxBig
{
	border: solid 1px #184676;
	color: black;
	padding: 2px 2px 2px 2px;
	width: 550px;
	font-size: 12px;
}

.SearchText
{
	border: solid 1px #184676;
	color: black; 
	padding: 3px 2px 3px 2px;
	width: 150px;
}

/* PlaceHolding Classes */
.Main
{
	margin: 0px auto;
	width: 90%;
	height: 100%;
	min-height: 100%;
	background-color:white;
}

.Body
{
	width: 100%;
	background-color:white;
}

.BodyHolder
{
	width: 100%;
	height: 100%;
}

.BodyHolderAdmin
{
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	background-color:#c2b09c
}

.FooterHolder
{
	background-image: url(images/bg-search.gif);
	background-repeat: repeat-y;
	width: 100%;
	height: 45px;
	text-align: right;
	font-size: 10px;
}

.FooterSubHolder
{
	padding-top: 10px;
	margin-right: 20px;
}

.Categorys
{
	background-image: url(Images/bg-categories.gif);
	background-repeat: repeat-y;
	width: 100%;
	background-position: top right;
}

/* MISC ITEMS */
.NoBorder
{
	border: none;
}

.MarBot5
{
	margin-bottom: 5px;
}

.HelpText
{
	font-size: 9px;
}

/* Indication Classes */
.Error
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	color: darkred;
	padding-top: 10px;
	text-align: center;
	width: 90%;
}

.Warning
{
	border-right: darkorange 1px solid;
	padding-right: 10px;
	border-top: darkorange 1px solid;
	padding-left: 10px;
	padding-bottom: 10px;
	border-left: darkorange 1px solid;
	color: chocolate;
	padding-top: 10px;
	border-bottom: darkorange 1px solid;
	background-color: #fff1c4;
	text-align: center;
}
.Success
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	color: darkgreen;
	padding-top: 10px;
	text-align: center;
}

/* Shop Specifics */
/* Product Details */
.QTY
{
	width: 50px;
}

.Product_ThumbSml
{
	border: solid 1px #184676; padding: 2px; cursor: hand; height: 61px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right:0px;
}

.Product_Thumb
{
	border: solid 1px #184676; padding: 2px; cursor: hand;
	margin-bottom: 0px;
	margin-right:0px;
	text-align:center;
}


/* SEARCH RESULT STYLES */
IMG.Search_Thumb
{
	border: none;
	border: solid 1px #184676; padding: 2px; 
	clear:both;
}

A.Search_ProductTitle
{
	font-weight: bold;
	font-size: 12px;
	color: #184676;
}

A.Search_ProductTitle:Hover
{
	font-weight: bold;
	font-size: 12px;
	color: #00933e;
}

A.Search_ProductCat
{
	color: #00933e;
}

A.Search_ProductCat:Hover
{
	color: #184676;
}

.SearchProductHolder
{
	clear:both;
}

.SearchTitle
{
	font-family: Verdana;
	font-size: 13px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #184676;
	font-weight: bold;
}

.Search_Price
{
	font-weight: bold;
	font-size: 12px;
}

.SearchSpacer
{
	border-bottom: dotted 1px #184676;
	clear: both;
	margin-bottom: 15px;
}

/* Basket */
.Basket_QTY
{
	width: 30px;
	border: solid 1px silver;
	font-family:Arial;
	font-size:11px;
}

.Basket_Header
{
	font-weight: bold;
	background-color: #184676;
	color: White;
}

.Basket_Footer
{
	font-weight: bold;
	background-color: #184676;
	color: White;
}

.Basket_Seperator
{
	border-bottom: solid 1px #1857dc;
	border-top: none;
	border-left: none;
	border-right: none;	
}

.Basket_Table
{
	border-bottom: none;
	border-top: none;
	border-left: none;
	border-right: solid 1px red;	
}

/* ADMIN */


.AdminHeader
{
	background-color: #162a83;
	color: White;
	border: solid 1px dimgray;
	font-weight: bold;
	font-size: 12px;
}

.AdminRow
{
	background-color: White;
}
.AdminRowAlt
{
	background-color: aliceblue;
}

.AdminCell
{
	border: solid 1px dimgray;
}