/* Leanne's Florist */

Div.pagelayout {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
}



/*	There are the 4 main fonts which we can use. 
	H1 is the largest / biggest /strongest heading, H2 is the second largest, H3... H4... 
	
	Mouse-Over Text effect - 	When the mouse is over any of the text headings you might want to
								have an effect where the text might become bold or change colour.
								to do this simply add/alter the A:hover Stle
								
	Hyperlink Colour / font - 	If you want to control the hyperlink colour and font, you can use:
								A:link - for normal unvisited links
								A:visited - for normal visited links
								A:hover - as above, to change colour / font / size when the mouse is over.

*/

H1 {
	font-family: Times New Roman;
	font-size: 20pt;
	font-weight: bold;
	text-transform: normal;
	font-style: normal;
	color: #988344;
}

H2 {
	font-family: Times New Roman;
	font-size: 16pt;
	font-weight: bold;
	font-style: normal;
	color: #333333;
}

H3 {
	font-family: Times New Roman;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	font-style: normal;
	color: #988344;
}

H4 {
	font-family: Times New Roman;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #988344;
}

H4 A:link {
	font-family: Times New Roman;
	font-size: 14px;
	font-weight: bold;
	color: #988344;
	font-style:normal;
	text-decoration:none;
}

H4 A:visited {
	font-family: Times New Roman;
	font-size: 14px;
	font-weight: bold;
	color: #988344;
	font-style:normal;
	text-decoration:none;
}

H4 A:hover {
	font-family: Times New Roman;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #988344;
	text-decoration: underline;
}

.qMenu {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	color: #988344;
}

a.qMenu:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	color: #988344;
	text-decoration: none;
}

a.qMenu:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	color: #988344;
	text-decoration: none;
}

a.qMenu:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	color: #685a2e;
	text-decoration: underline;
}

a.qMenu:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	color: #685a2e;
	text-decoration: none;
}

.tableDashed {
	border-bottom: 1px;
	border-bottom-color: #988344;
	border-bottom-style: dotted;
}

/* ------------ Fake Left Menu -------------------*/

.fMenu {
        background: #988344;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}

a.fMenu:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}

a.fMenu:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}

a.fMenu:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #CCCCCC;
	text-decoration: none;
}

a.fMenu:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.mfcf_enquiryForm {
	margin-left: 250px;
}

/*	The p style is the default font that the site will use.

	Try not to use a large size, 10pt is normally fine.

	Again, you can specify the following effects:
	
	e.g. 	p a:link
	or 		p a:visited
	or		p a:hover
	
	Mouse-Over Text effect - 	When the mouse is over any of the text headings you might want to
								have an effect where the text might become bold or change colour.
								to do this simply add/alter the A:hover Stle
								
	Hyperlink Colour / font - 	If you want to control the hyperlink colour and font, you can use:
								A:link - for normal unvisited links
								A:visited - for normal visited links
								A:hover - as above, to change colour / font / size when the mouse is over.

*/

p {
	vertical-align: top;
	font-size: 14px;
	color: #333333;
	font-family: Times New Roman;
}

p a:link { 	
	vertical-align: top;
	font-size: 14px;
	font-family: Times New Roman;
	color: #988344;
	text-decoration: underline;
}
	
p a:visited { 	
	vertical-align: top;
	font-size: 14px;
	font-family: Times New Roman;
	color: #988344;
	text-decoration: underline;
}
	
p a:hover { 	
	vertical-align: top;
	font-size: 14px;
	font-family: Times New Roman;
	color: #988344;
	text-decoration: none;
	}

p a:activehover { 	
	vertical-align: top;
	font-size: 14px;
	font-family: Times New Roman;
	color: #988344;
	text-decoration: none;
	}


body {
/*	Always set background-colour to white otherwise it will stuff up the CMS system
*/
	background-color: White;
	width: 100%;
	height: 100%;
	vertical-align: top;
	font-size: 14px;
	color: #333333;
	font-family: Times New Roman;	
}

td {
	font-size: 14px;
	color: #333333;
	font-family: Times New Roman;
}
/* Scroller Div
div.scroll {
	width: 190px; 
	height: 300px; 
	overflow: auto;
}
*/

/*	Bullet Point.
		. abcde
		. abcde
		. abcde
*/

ul {
	vertical-align: top;
	font-size: 14px;
	font-family: Times New Roman;
	color: #333333;
}

/*	Number Points... e.g.
		1. abcde
		2. abcde
		3. abcde
*/

ol {
	vertical-align: top;
	font-size: 14px;
	font-family: Times New Roman;
	color: #333333;
}

/* The following definitions control the Quick Menu 
=========================================================================

a.menu:link img
{
filter:none;-moz-opacity:1;opacity:1; float: center;
}
a.menu:visited img
{
filter:none;-moz-opacity:1;opacity:1; float: center;
}
a.menu:hover img
{
filter:alpha(opacity=00);-moz-opacity:.00;opacity:.00; float: center;
}
*/

/*	The following definitions control the left menu tree options.
=========================================================================
*/

bLeftMenuTree, a.bLeftMenuTree {
	font-size: 14px;
	vertical-align: middle;
	}

TreeLeaf, a.TreeLeaf {
	font-family: "Times New Roman", Times, serif;
	color: #ffffff; 
	font-weight: bold; 
	font-size: 14px; 
/*	display: block; */
	padding-top: 5px; 
	padding-bottom: 5px; 
	padding-left: 75px;
	width: 224px; 
	vertical-align: middle;
	}

TreeLeaf, td.Treeleaf {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px; 
	color: #ffffff; 
	padding-bottom: 5px; 
	}

TreeLeaf, a.TreeLeaf:hover { 
/*	background-color: #0A9200; */
	font-family: "Times New Roman", Times, serif;
	font-size: 14px; 
	color: #CCCCCC; 
	}

TreeSelectedLeaf, a.TreeSelectedLeaf { 
/*	background-color: #0A9200; */
	color: #cccccc; 
	}

/*	The following Table is the table that stretches right across - effectivly its your canvas
=========================================================================

The only thing you really need to change is the colour.
*/

TABLE.BackgroundTable {
	background-color: #988344;
	width: 100%;
	height: 100%;
	padding-top: 0;
	border: 0;
	padding :0;
	vertical-align: top;
	margin-top: 0;
	margin-bottom: 0;
	margin-left:0;
	margin-right:0;
	margin: 0 auto;
	text-align: center;
}

td.backgroundTableRow { 
	vertical-align: top;
	border: 0;
	padding: 0;
} 

/*	The header table that is INSIDE the Background Table
=========================================================================
*/

TABLE.HeaderTable {
	align: center;
	background-color: #FFFFFF;
	width: 1024px;
	vertical-align: top;
}

/*	The main table is split into 2 columns and the whole table is beneath the header table
The left column contains the menu. 
The right column contains the content.
=========================================================================
*/

TABLE.MainTable {
	background: #FFFFFF url(/File.aspx?x=606&File=maintable_bg.jpg) repeat-y top;
	width: 1024px; 
	vertical-align: top;
	border: 0;
	padding :0;
}
/*
td.leftcolumn { 
	width: 224px;
	vertical-align: top;	
}

td.rightcolumn { 
	width: 800px;
	vertical-align: top;
	padding-left: 20px;
	padding-right: ;
}
*/
/*	The header table that is INSIDE the Background Table
=========================================================================
*/

TABLE.FooterTable {
	align: center;
	width: 1024px;
	vertical-align: top;
}

.footerText {
	vertical-align: top;
	font-size: 10px;
	color: #666666;
	font-family: Tahoma;
}

a.footerLink:link {
	vertical-align: top;
	font-size: 10px;
	color: #666666;
	font-family: Tahoma;
	font-weight: normal;
	text-decoration: none;
}

a.footerLink:visited {
	vertical-align: top;
	font-size: 10px;
	color: #666666;
	font-family: Tahoma;
	font-weight: normal;
	text-decoration: none;
}

a.footerLink:hover {
	font-family: Tahoma;
	vertical-align: top;
	font-size: 10px;
	color: #666666;
	font-weight: normal;
	text-decoration: underline;
}

a.footerLink:active {
	font-family: Tahoma;	
	vertical-align: top;
	font-size: 10px;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}

.eshopcontent
{
	vertical-align: top;
	font-size: 14px;
        font-weight: normal;
        font-style: normal;
	color: #333333;
	font-family: Times New Roman;
}

a.eshopcontent:link
{
	vertical-align: top;
	font-size: 14px;
        font-weight: normal;
        font-style: normal;
	color: #333333;
	font-family: Times New Roman;
        text-decoration: underline;
}

a.eshopcontent:visited
{
	vertical-align: top;
	font-size: 14px;
        font-weight: normal;
        font-style: normal;
	color: #333333;
	font-family: Times New Roman;
        text-decoration: underline;
}

a.eshopcontent:hover
{
	vertical-align: top;
	font-size: 14px;
        font-weight: normal;
        font-style: normal;
	color: #988344;
	font-family: Times New Roman;
        text-decoration: underline;
}

a:link img, a:visited img, a:hover img
{ border: none; }

#ctl02_OrderPanel
{
margin-top: -20px;
margin-left: 90px;
width: 710px;
}

#TdShoppingCart
{
width: 710px;
}

.eshopimage a img
{ height: 170;  text-align: center; }




/*---------shopping page-------*/
/*=========================================================================================*/

.Shoppingcart   
{
margin-left: 20px;
width: 710px;
}
#rightsideshoppingpage
{
font-family : Arial;
}
.tdlastspace
{
height :10px;
}
#ctl02_Leftsideshoppingpage
{
}



/********** Category Display*************/
/*=========================================================================================*/


#TdBreadcrums
{
width: 710px;;
height :25px;
}
#CategoryTd
{
width: 710px;
border-top: 0px #707070 solid;
padding-top: 20px;
}
#TdCategoryHeading
{
background: url(/File.aspx?x=606&File=greyborder.gif) bottom left repeat-x;
width: 560px;
height: 30px;
}
#TrCategoryHeading h1
{
font-size : 20px;
font-weight: normal ;	
color: #988344;
font-family: Times New Roman;
padding-left: 0px;
margin: 0px;
}

#CartImageTd
{
background: url(/File.aspx?x=606&File=greyborder.gif) bottom left repeat-x;
height: 30px;
width: 150px;
}
.CategoryHolder
{
background-color :#ffffff;
}
.CategorySepataor
{
width:40px;
}
.CategoryStyle
{
}
.CategoryLink
{
font-size :12px;
font-weight :bold ;	
color: #707070;
font-family: Arial;
text-decoration :none;
vertical-align: text-bottom ;
}
.CategoryLink:link
{
font-size :12px;
font-weight :bold ;	
color: #707070;
font-family: Arial;
text-decoration :none;
vertical-align :text-bottom ;
}
.CategoryLink:visited
{
font-size :12px;
font-weight :bold ;	
color: #707070;
font-family: Arial;
text-decoration :none;
vertical-align :text-bottom ;
}
.CategoryLink:hover
{
font-size :12px;
font-weight :bold ;	
color: #988344;
font-family: Arial;
text-decoration :none;
border-bottom: dashed 1px #988344;
vertical-align :text-bottom ;
}
.ShoppingMenuBar
{
background-image: url(/File.aspx?x=606&File=arrow.gif);
margin: 4px 4 px 0px 4 px;
padding: 0 10;
background-repeat:no-repeat;
background-position: center;
}
.CategoryItems
{
font-size:12px;
font-weight :bold ;	
color: #707070;
font-family: Arial;
text-decoration :none;
vertical-align :text-bottom ;
}
.CategoryItems:link
{

font-size:12px;
font-weight :bold ;	
color: #707070;
font-family: Arial;
text-decoration :none;
vertical-align :text-bottom ;
}
.CategoryItems:visited
{
font-size:12px;
font-weight :bold ;	
color: #707070;
font-family: Arial;
text-decoration :none;
vertical-align :text-bottom ;
}
.CategoryItems:hover
{
font-size:12px;
font-weight :bold ;	
color: #988344;
font-family: Arial;
text-decoration :none;
border-bottom: dashed 1px #988344;
vertical-align: text-bottom ;
}
.CategoryDeadLink
{
font-size:12px;
font-weight :bold ;	
color: #707070;
font-family: Arial;
text-decoration :none;
vertical-align :text-bottom ;
}
.CartButton
{
background: #ffffff url(/File.aspx?x=606&File=cart.gif);
background-repeat :no-repeat ;
margin-top: 0px;
border :0px;
height: 20px;
width : 23px;
cursor :hand;
background-position: top;
}
.CartButtonLink
{
font-size :11px;
font-weight :bold ;	
color: #707070;
font-family : arial;
text-decoration :none;	
margin :0px;
padding-top: 0px;
vertical-align :text-bottom ;
}
.CartButtonLink:link
{
font-size :11px;
font-weight :bold ;	
color: #707070;
font-family : arial;
margin : 0px;
padding :0px;
vertical-align :text-bottom ;
}
.CartButtonLink:hover
{
font-size :11px;
font-weight :bold ;	
color: #707070;
font-family : arial;
text-decoration :underline;	
margin :0px;
padding :0px;
vertical-align :text-bottom;
}
.lblcartcount
{
font-size: 11px;
font-weight :bold ;	
color: #988344;
font-family :Arial ;
margin :0px;
padding-top : 0px;
vertical-align : center;
}



/*=========================================================================================*/
/****************Gallery view *********************************/


.GalleryProductHolder  /* (3) This is the outermost(big box) container that will hold products in gallery view*/
{
width: 650px;
height :100%;
text-align: center;
}
.featuredproductGallery /*(2) This is the outer container(inside big box) that will hold each feature product in gallery view*/
{
width: 200px;
height:230px;
}
.featuredproductGallery #tblGalleryproduct /*(1) This is the inner container actual table that holds a feature product*/
{
width: 200px;
height:230px;
}
.GalleryProductStyle /*(2) This is the outer container(inside big box) that will hold  each product other than feature in gallery view*/
{
width: 200px;
height:230px;
}
.AlternativeGalleryProductStyle /*(2) This is the outer container(inside big box) that will hold each product other than feature in gallery view alternative style*/
{
width: 200px;
height:230px;
}
#tblGalleryproduct /*(1) This is the inner container actual table that holds a product other than feature*/
{
width: 200px;
height:230px;
margin: 0;
vertical-align :top ;
}

#tblGalleryproduct .tblGalleryProductHeading
{
}
#tblGalleryproduct .GalleryProductHeadingLeft
{
width: 0px;
height: 25px;
}
#tblGalleryproduct .GalleryProductHeadingContentLink
{
height: 25px;
width: 200px;
}
#tblGalleryproduct .GalleryProductHeadingContent
{
height : 25px;
width: 0px;
}
#tblGalleryproduct .GalleryProductHeadingRight
{
width : 0px;
height : 25px;
}
#tblGalleryproduct .PContentContainer
{
height: 200px;
width : 200px;
}
#tblGalleryproduct .PContentContainerLefttopTd
{
}
#tblGalleryproduct .PContentContainermiddletopTd
{
}
#tblGalleryproduct .PContentContainerrighttopTd
{
}
#tblGalleryproduct .PContentContainerleftmiddleTd
{
}
#tblGalleryproduct .PContentContainermiddlemiddleTd
{
}
#tblGalleryproduct .PContentContainerrightmiddleTd
{
}
#tblGalleryproduct .PContentContainerLeftbottomTd
{
}
#tblGalleryproduct .PContentContainermiddlebottomTd
{
}
#tblGalleryproduct .PContentContainerrightbottomTd
{
}

#tblGalleryproduct .tblGalleryContent
{
height: 120px;
}
#tblGalleryproduct .GalleryProductSpacer
{
height: 10px;
background-color :White ;
}

#tblGalleryproduct  .TdImage
{
padding-top: 10px;
}
#tblGalleryproduct  .TdDesc
{
padding: 2 0;
text-align: center;
}
#tblGalleryproduct  #TRExtraGallery td
{
text-align :center ;
font-weight :bold;
font-family :Verdana ;
font-size :14px ;
color :#B10000;	
}
#tblGalleryproduct  .tdprice
{
text-align :center ;
height :0px;
padding-bottom: 4px;
}
#tblGalleryproduct .tdDetailsLink
{
height :18px;
display: block;
}
#tblGalleryproduct h1, h2, h3, h4
{
font-family : Arial;
margin:0px;
} 
#tblGalleryproduct h1
{
font-size :10px;
color :#000000;	
font-weight: normal;
font-variant:normal ;
font-style: normal;
margin-top :15px;
}
#tblGalleryproduct h2
{
font-size :12px;
color: #707070;
}
#tblGalleryproduct h3
{
font-size: 9px;
color :#707070;
margin-left :5px;	
} 
#tblGalleryproduct h4,h4 A:link,h4 A:visited,h4 A:hover
{
font-size :10px;
color: #000000;	
margin-top :15px;
text-align: center;
}
#tblGalleryproduct h4 A:link
{
text-decoration :none;
color: #000000;	
}
#tblGalleryproduct h4 A:visited
{
color: #000000;	
text-decoration :none;
}
#tblGalleryproduct h4 A:hover
{
text-decoration :underline;
color : #988344;	
}
#tblGalleryproduct .Galleryimg 
{
height: 130px;
border: none;
}
#tblGalleryproduct .standardprice,.specialprice
{
font-family :Verdana;
font-weight :bold;
}
#tblGalleryproduct .standardprice
{
font-family :Verdana;
font-weight :bold;
color: #988344;	
}
#tblGalleryproduct .specialprice
{
color: #707070;
}
#tblGalleryproduct .Morelink,.Morelink:link,.Morelink:visited,.Morelink:hover
{
background: url(/File.aspx?x=606&File=details.gif) top center no-repeat;
height :18px;
width : 200px;
text-align: center;
display: block;
}



/*=========================================================================================*/
/*********************Detailed View*********************************************************************************/


.DetailProductHolder
{
width : 650px;
height:100%;
}
.DetailProductStyle
{
width: 650px;
align: center;
}
#tblproductdetail
{
width:100%;
}
#tblproductdetail .tblDetailProductHeading
{
}
#tblproductdetail .DetailProductHeadingLeft
{
width :0px;
height:25px;
}
#tblproductdetail .DetailProductHeadingContentLink
{
background-image :url(/File.aspx?x=606&File=repeat.gif);
background-repeat :repeat-x ;
height:25px;
width: 650px;
border-bottom: 1px #988344 dashed;
}
#tblproductdetail .DetailProductHeadingContent
{
background-image :url(/File.aspx?x=606&File=repeat.gif);
background-repeat :repeat-x ;
height:25px;
width: 0px;
}
#tblproductdetail .DetailProductHeadingRight
{
background-image :url(/File.aspx?x=606&File=right.gif);
width : 0px;
height:25px;
}
#tblproductdetail .PContentContainerLefttopTd
{
}
#tblproductdetail .PContentContainermiddletopTd
{

}
#tblproductdetail .PContentContainerrighttopTd
{
}
#tblproductdetail .PContentContainerleftmiddleTd
{
}
#tblproductdetail .PContentContainermiddlemiddleTd
{
}
#tblproductdetail .PContentContainerrightmiddleTd
{
}
#tblproductdetail .PContentContainerLeftbottomTd
{
}
#tblproductdetail .PContentContainermiddlebottomTd
{
}
#tblproductdetail .PContentContainerrightbottomTd
{
}

#tblproductdetail .tblDetailContent
{
}
#tblproductdetail .DetailProductSpacer
{
height :10px;
background-color :White ;
}
#tblproductdetail h1, h2, h3, h4
{
font-family :Arial;
margin:0px;
} 
#tblproductdetail h1
{
font-size: 16px;
color: #707070;	
font-weight: normal;
font-variant:normal ;
font-style: normal;
}

#tblproductdetail h2
{
font-size: 12px;
}
#tblproductdetail h3
{
text-align: center;
font-size: 10px;
color: #707070;
} 
#tblproductdetail h4
{
font-family: Times New Roman;
font-size: 20px;
color: #988344;	
font-weight :bold ;
}

#tblproductdetail .Detailimg 
{
border: none;
margin-top :10px;
}
#tblproductdetail .standardprice,.specialprice
{
font-family : arial;
font-weight :bold;
}
#tblproductdetail .standardprice
{
font-size :12px;
color: #988344;
}
#tblproductdetail .specialprice
{
font-size :12px;
color: #000000;
}
#tblproductdetail  #TRExtraDetail td
{
font-weight :bold;
font-family :Verdana ;
font-size :14px ;
color :#B10000;
}
#tblproductdetail .classificationtitle
{
font-size :11px;
color :#804000;
font-weight :bold;
background-color:#CFBBAA;
width:100px
}
#tblproductdetail .classificationvalue
{
font-size :10px;
color :#1C1A1A;
background-color:#E7DCD3;
width:100px
}
#tblproductdetail .TblProdspecs
{
width:500px;
}
#tblproductdetail .tblDetailContent #TRPrice
{
height:30px;
}
#tblproductdetail .tblDetailContent #TrButtons td
{
vertical-align: middle;
height :30px;
}
#tblproductdetail .QuantityLabel
{
font-family :Arial;
color: #988344;
font-size :11px;
font-weight :bold;
}
#tblproductdetail .QuantityTextbox
{
font-family : Arial;
color: #000000;
font-size :11px;
font-weight :bold;
height :18px;
padding :0 0 0 4;
border :1px solid #988344;
}
#tblproductdetail .AddtocartButton
{
background-color :#988344;
border :1px solid #988344;
color :#ffffff;
font-size :12px;
font-weight :bold;
font-family : Arial;
cursor :hand;
}
#tblproductdetail .RequestButton
{
background-color :#988344;
border :1px solid #988344;
color :#ffffff;
font-size :12px;
font-weight :bold;
font-family : Arial;
cursor :hand;
}

#tblviewtabs
{
width :650px;
}
#tblviewtabs .tabs
{   
}
#tblviewtabs .tab
{
font-size: 12px;
color : #988344;
font-weight :bold;
}
#tblviewtabs .selectedTab
{
font-size: 12px;
color : #988344;
font-weight :bold;
}
#tblviewtabs .hovtabs
{
font-size: 12px;
color : #988344;
font-weight :bold;
}
#tblviewtabs .tabContents
{
font-family: Arial;
font-size: 12px;
color: #000000;
width: 650px;
margin-bottom: 30px;
}


/*=====================================================================================================================*/
/*********************************************************************************************************************/
/*******************Navigation *****************************/


.Navigation
{
}
.PreviousButton
{
font-size :11px;
color :#707070;
font-weight :bold;
text-decoration :none;
vertical-align :text-bottom;
}
.PreviousButton:link
{
font-size :11px;
color :#707070;
font-weight :bold;
text-decoration :none;
vertical-align :text-bottom;
}
.PreviousButton:visited
{
font-size :11px;
color :#707070;
font-weight :bold;
text-decoration :none;
vertical-align :text-bottom;
}
.PreviousButton:hover
{
font-size :11px;
color :#988344;
font-weight :bold;
text-decoration :underline;
vertical-align :text-bottom;
}
.PageLocation
{
font-size :11px;
color :#988344;
font-weight :bold;
vertical-align :text-bottom;
}
.NextButton
{
font-size :11px;
color :#707070;
font-weight :bold;
vertical-align :text-bottom;
}
.NextButton:link
{
font-size :11px;
color :#707070;
font-weight :bold;
text-decoration :none;
vertical-align :text-bottom;
}
.NextButton:visited
{
font-size :11px;
color :#707070;
font-weight :bold;
text-decoration :none;
vertical-align :text-bottom;
}
.NextButton:hover
{
font-size :11px;
color :#988344;
font-weight :bold;
text-decoration :underline;
vertical-align :text-bottom;
}



/*=========================================================================================*/
/*****************Shopping Cart display *********************************************************/

#TdShoppingCart .lblmsg
{
font-family : Arial;
font-size:14px;
font-weight:bold;
color :#707070;
}
#TdShoppingCart
{
font-family : Arial;
}
.Tblshoppingcart
{
margin-bottom: 30px;
border: 1px #707070 solid;
width: 710px;
}
.shopingcartheader
{
background-color : #988344;
}
.ShoppingcartItemsHeading
{
height :25px;
}
.shoppingcartitem
{
background-color :#ffffff;
}
.shoppingcartfooter
{
background-color :#ffffff;
}
.ShoppingcartHeading 
{
font-family : Arial;
font-size: 18px;
font-weight:bold;
color : #ffffff;
height :35px;
border-bottom :1px dashed #ffffff;
}
#TdShoppingCart h1, h2, h3, h4, h5
{
margin:0px;
font-family :Verdana ;
}
#TdShoppingCart h1
{
font-size:12px;
font-weight:bold;
color :#ffffff;
}
#TdShoppingCart h2
{
font-size:12px;
font-weight:bold;
}
#TdShoppingCart h3
{
font-size:12px;
font-weight:bold;
color :#707070;
}
#TdShoppingCart h4
{
font-size:12px;
font-weight:bold;
color :#988344;
text-decoration :none;
}
#TdShoppingCart h5
{
font-size:12px;
font-weight:bold;
color :#454545;	
}
#TdShoppingCart #TdProdSpecs
{
font-family :Verdana ;
font-size:10px;
}
.UpdateshoppingButton
{
font-family : Arial ;
background-color :#988344;
border :solid 1px #988344;
color:#ffffff;
font-size:12px;
font-weight:bold;
cursor :hand;
}
.CheckOutButton
{
font-family : Arial;
background-color :#988344;
border :solid 1px #988344;
color:#ffffff;
font-size:12px;
font-weight:bold;
cursor :hand;
}
.ContinueshoppingButton
{
font-family : Arial;
background-color :#988344;
border :solid 1px #988344;
color:#ffffff;
font-size:12px;
font-weight:bold;
cursor :hand;
}
.ProductQuantityTextbox
{
font-family :Verdana ;
color :#000000;
font-size :11px;
font-weight :bold;
height :18px;
padding :0 0 0 4;
border :1px solid #988344;
}



/*=========================================================================================*/
/************************************************Enquiry Form*************************************************/


#tblEnquiry
{
font-family :Verdana ;
border:solid 1px #804000;
width :500px;
}
#tblEnquiry H1
{
font-family :Verdana ;
font-size :12px;
color :#804000;
font-weight :bold;
vertical-align :top; 
margin:0px;
}
#tblEnquiry Tr
{
background-color :#CFBBAA;
}
#tblenquiryform
{
background-color :#E7DCD3;
}
#tblenquiryform H2
{
font-size :11px;
color :#804000;
font-weight :bold;
vertical-align :top; 
margin-top:3px;
margin-bottom:0px;
margin-left :0;
margin-right :0;
font-family :Verdana ;
}
#tblenquiryform H3
{
font-size :11px;
font-weight :lighter;
color :#804000;
vertical-align :top; 
margin:0px;
font-family :Verdana ;

}
#tblenquiryform Tr
{
background-color :#E7DCD3;
}
#tblenquiryform input
{
border:solid 1px #804000;
font-family :Verdana ;
}
#tblenquiryform textarea
{
border:solid 1px #804000;
font-family :Verdana ;
}
#tblEnquiry  .SubmitInquiryButton
{
border:solid 1px #454545;
color :#E7DCD3;
background-color :#804000;
font-weight :bold;
font-family :Verdana ;
font-size :12px ;
margin :4px 4px 4px 4px;
cursor :hand;
}
