﻿/* MAIN HTML CLASSES */
HTML, BODY, FORM
{
	/*font-family:  "Gill Sans MT", "Geneva", "Trebuchet MS", Tahoma, Sans-Serif ; */
	font-family: Tahoma, Sans-Serif;
	color: black;
	font-size: 13px;
	background-color: dimgray;
	margin: 0px;
	height: 100%;
	min-height: 100%;
	background-image: url(http://www.bathroomsandfires.co.uk/Images/bg.gif);
	background-repeat: repeat;
}

H1
{
	font-weight: bold;
	font-size: 14px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

H2
{
	font-weight: bold;
	font-size: 13px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	color: #890202;
}

P
{
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 17px;
}

HR
{
	width: 95%;
	text-align: left;
}

IMG
{
	border: none 0px white;
}


/* Link Classes */
.ButtonAlt
{
	background-color: #353535;
	color: White;
	border: solid 1px dimgray;
	width: 208px;
	padding: 1px;
}

.ButtonSml
{
	background-color: #890202;
	color: White;
	border: solid 1px dimgray;
	width:108px;
	padding: 1px;
}

.ButtonDel
{
	background-color: red;
	color: White;
	border: solid 1px dimgray;
	width: 208px;
	padding: 1px;
}

.Button
{
	background-color: #890202;
	color: White;
	border: solid 1px dimgray;
	width: 208px;
	padding: 1px;
}
.ButtonBig
{
	background-color: #890202;
	color: White;
	border: solid 1px dimgray;
	width: 300px;
	padding: 1px;
}

TEXTAREA
{
	font-family: Tahoma, Sans-Serif;
	color: black;
	font-size: 13px;
}

.Textbox
{
	border: solid 1px dimgray;
	padding: 3px;
	width: 200px;
}

.TextboxSml
{
	border: solid 1px dimgray;
	padding: 3px;
	width: 50px;
}

.TextboxBig
{
	border: solid 1px dimgray;
	padding: 3px;
	width: 350px;
}

A
{
	color: #890202;
	font-size: 12px;
	text-decoration: underline;	
}

A:Hover
{
	font-size: 12px;
	text-decoration: none;
}

.CatTop
{
	color: White;
	text-decoration: none;	
	font-size: 13px;
}

A.CatLnk
{
	color: White;
	border-bottom: dotted 1px white;
	text-decoration: none;	
}

A:Hover.CatLnk
{
	color: #d50000;
	border-bottom: solid 1px #d50000;
	text-decoration: none;
}
A.TopMenuLnk
{
	color: White;
	border-bottom: dotted 1px white;
	text-decoration: none;	
}

A:Hover.TopMenuLnk
{
	color: gainsboro;
	border-bottom: solid 1px gainsboro;
	text-decoration: none;
}

A.TopMenuLnkR
{
	color: #890202;
	border-bottom: dotted 1px #890202;
	text-decoration: none;	
}

A:Hover.TopMenuLnkR
{
	color: White;
	border-bottom: solid 1px White;
	text-decoration: none;	
}


A.SubMenuLnk
{
	color: White;
	font-size: 12px;
	border-bottom: dotted 1px white;
	text-decoration: none;	
}

A:Hover.SubMenuLnk
{
	color: #890202;
	font-size: 12px;
	border-bottom: solid 1px #890202;
	text-decoration: none;
}

A.SubMenuLnkR
{
	color: #890202;
	font-size: 12px;
	border-bottom: dotted 1px #890202;
	text-decoration: none;	
}

A:Hover.SubMenuLnkR
{
	color: White;
	font-size: 12px;
	border-bottom: solid 1px White;
	text-decoration: none;	
}


/* Input classes */
.SearchText
{
	font-size: 11px;
	border: solid 1px dimgray;
	width: 277px;
	padding: 2px;
}

.SearchDDL
{
	font-size: 11px;
	border: solid 1px dimgray;
	width: 180px;
	padding: 1px;
}

.SearchButton
{
	background-color: #7a7a79;
	font-size: 11px;
	font-weight: bold;
	padding: 0px;
	height: 18px;
	color: #890202;
	border: solid 1px black;
	width: 75px;
}

/* PlaceHolding Classes */
.Main
{
	margin: 0px auto;
	width: 800px;
	height: 100%;
	min-height: 100%;
}

.Body
{
	width: 800px;
	background-color: white;
	background-image: url(http://www.bathroomsandfires.co.uk/images/bg-body.gif);
	background-repeat: repeat-y;
}

.MainHolder
{
	width: 560px;
}

.BodyAdmin
{
	padding: 15px;
	width:770px;
	background-color: white;
	background-image: url(http://www.bathroomsandfires.co.uk/images/bg-body.gif);
	background-repeat: repeat-y;
}

.BodyHolder
{
	margin-left: 0px;
	margin-top: 0px;
	width: 800px;
	height: 100%;
}

/* Misc classes */
.White
{
	color: White;	
}

.Red
{
	color: #890202;
}

.Width120
{
	width: 150px;
}

.NoBorder
{
	border: none;
}
/* CMS Items */

.AdminHeader
{
	background-color: #3a2616;
	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;
}

/* IndicaTION cLASSES */
.Error
{
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 0px;
	color: darkred;
	padding-top: 5px;
}

.Success
{
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 0px;
	color: darkgreen;
	padding-top: 5px;
}

.SuccessBorder
{
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 0px;
	color: darkgreen;
	padding-top: 5px;
	border: solid 1px darkgreen;
	background-color: #e7ffe7;
	text-align: center;
	padding: 5px;
	margin-bottom: 10px;
	width: 100%;
}
	
.HelpText
{
	color: dimgray;
}


/* SEARCH RESULT STYLES */
.Product_ThumbSml
{
	border: solid 1px #d0d0d1; padding: 2px; cursor: hand;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right:0px;
}

.Product_Thumb
{
	padding-top: 0px;
	margin-bottom: 0px;
	margin-right:0px;
	text-align:center;
	border: solid 1px #d0d0d1; padding: 2px; cursor: hand;
}


/* Basket */
.Basket_QTY
{
	width: 30px;
	border: solid 1px silver;
	font-family:Arial;
	font-size:11px;
}

.Basket_Header
{
	font-weight: bold;
	font-size: 14px;
	color: #890202;
	border: none;
	background-color: gainsboro;
}

.Basket_Footer
{
	font-weight: bold;
	font-size: 14px;
	background-color: White;
	color: #890202;
	border: none;
	background-color: gainsboro;
}

.Basket_Seperator
{
	border-bottom: solid 1px red;
	border-top: none;
	border-left: none;
	border-right: none;	
	color: #3a2616;
	background-color: WhiteSmoke;
}

.Basket_Table
{
	border-bottom: none;
	border-top: none;
	border-left: none;
}

.SEOBox
{
	height: 200px;
	overflow: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}


.pics
{
	width: 289px;
	height: 189px;
	overflow: hidden;
}