Div.pagelayout
{
	align: center;
	
	/*	Set to the right width if you want it left aligned */
	
	width: 100%;
}


/*	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, h2, h3, h4, p, ul, li, ol { font-family: "century gothic", Verdana, sans-serif;}

H1
{
	font-size: 20pt;
	font-weight: bold;
	text-transform: uppercase;
	font-style: normal;
	color:#666666;
}
/* header contact number*/
H2 
{
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	color:#000000;
        display: inline;
	}
/*page header*/
H3 
{
	font-size: 14px;
	font-weight: normal;
	text-transform: Capitalize;
	font-style: normal;
	color:#8a2c34;
	}

H4 
{
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	color:#666666;
	}



H4 A:link
{
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	color:#666666;
	font-style:normal;
	text-decoration:none;
	}

H4 A:visited
{
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	color:#666666;
	font-style:normal;
	text-decoration:none;
}

H4 A:hover
{
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	color:#8a2c34;
	font-style:normal;
	text-decoration:none;
}

/*	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: 10pt;
	color: #666666;
}
p a:link {padding: 2px; color:#8a2c34; text-decoration: none;}
p a:active{padding: 2px; color:#8a2c34; text-decoration: none;}
p a:visited{padding: 2px; color:#8a2c34; text-decoration: none;}
p a:hover {padding: 2px; background-color:#8a2c34; color: #ffffff; text-decoration: none;}

body
{
/*	Always set background-colour to white otherwise it will stuff up the CMS system
*/
	background-color: White;
	vertical-align: top;
	font-size: 10pt;
	color: Black;
	font-family: Verdana;
        width: 100%;
        height: 100%;
	
}

/*	Bullet Point.
		. abcde
		. abcde
		. abcde
*/

ul
{
	vertical-align: top;
	font-size: 10pt;
	color: #666666;
	}
li
{
        font-size: 10pt;
	color: #666666;
}
/*	Number Points... e.g.
		1. abcde
		2. abcde
		3. abcde
*/

ol
{
	vertical-align: top;
	font-size: 10pt;
	color: #666666;
	
}



/*	The following definitions control the left menu tree options.
=========================================================================
*/

bLeftMenuTree, a.bLeftMenuTree {font-size:8pt}


TreeLeaf, a.TreeLeaf 
{ font-family: "century Gothic", Verdana, sans-serif; color: Grey; text-transform: lowercase;}


TreeLeaf, td.Treeleaf
{ font-family: "century Gothic", Verdana, sans-serif; font-size: 8pt; color: Black; padding-left: 8px; padding-bottom: 7px; padding-top: 7px;}


TreeLeaf, a.TreeLeaf:hover 
{ font-family: "century Gothic", Verdana, sans-serif; font-weight:normal; color: #8a2c34 }



/*	The following Table is the table that stretches right across - effectively its your canvas
=========================================================================

The only thing you really need to change is the colour.
*/

TABLE.BackgroundTable
{
	background:#fafbee url(/File.aspx?x=8&File=BG.gif) repeat top center;
	width: 100%;
        height: 100%;
 	padding-top: 0;
	border: 0;
	padding :0;
	cellspacing:0;
	vertical-align: top;
	margin-top: 0;
	margin-bottom: 0;
	margin-left:0;
	margin-right:0;
	margin: 0 auto;
	text-align: center;
}

/*	The header table that is INSIDE the Background Table
=========================================================================
*/

TABLE.HeaderTable
{
	align: center;
	width: 900px;
	height:116px;
	vertical-align: top;
	border: 0;
	padding :0;
	cellspacing:0;
        border-bottom: #a3a3a3 22px solid;
	}

/*	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
{
	width: 900px; height:600px;
	vertical-align: top;
	border: 0;
	padding :0;
	background-color: #ffffff;
        border-right: #a3a3a3 22px solid;
        border-left: #a3a3a3 22px solid;
}

td.leftcolumn
{ 	
	border-right-color: Silver;
	border-right-width:1;
	border-right-style:solid;
	padding-left:10px;
	width: 220px;
	height:100%;
	vertical-align: top;
	}


td.rightcolumn
{ 	vertical-align: top;
        padding: 20px;
	}

/*	The header table that is INSIDE the Background Table
=========================================================================
*/
TABLE.FooterTable{width: 900px; vertical-align: top;}
TABLE.FooterTable p{font-family: verdana, sans-serif; font-size: 10px; font-color: #666666;}

#navcontainer { /*none needed*/}

ul#navlist {margin: 0;padding-right: 20px;list-style-type: none;white-space: nowrap; }
ul#navlist li { float: right; font-family: "century gothic", arial, sans-serif;  font-size: 12px; font-weight: bold; margin: 0; display: inline; }
#navlist a {margin: 0; padding: 10px 0px 10px 0px;  color: #ffffff; text-decoration: none; margin-left: 2px; display:block; width: 115px; text-align:center;}
#navlist a:link {margin: 0; color: #ffffff;text-decoration: none; background-color: #8a2c34; margin-left: 2px;}
#navlist a:visited {margin: 0; color: #ffffff;text-decoration: none; background-color: #8a2c34; margin-left: 2px;}
ul#navlist li#active {color: #ffffff; background-color: #9b3229;}
#navlist a:hover {color: #ffffff;background-color: #a3a3a3;margin-left: 2px;}

}

TABLE.MainTablefaux
{
	width: 900px; height:103px;
	vertical-align: top;
	border: 0;
	padding :0;
	background-color: #ffffff;
        border-right: #a3a3a3 22px solid;
        border-left: #a3a3a3 22px solid;
        border-top: #a3a3a3 22px solid;
}

/*************************************************************************************************/
/**************************************Shopping Cart CSS******************************************/
/*************************************************************************************************/
#rightsideshoppingpage
{
height: 100%;
}

#leftsideshoppingpage
{
height: 100%;
}

.tdlastspace
{
height: 10px;
}

#TdBreadcrums
{
background-color: #ffffff;
width: 700px;
height: 25px;
}

#CategoryTd
{
background-color :#ffffff;
width: 700px;
height :40px;
}

#TdCategoryHeading
{
width: 65%;
height: 35px;
background-color: #ECE9D8;
}

#CartImageTd
{
height: 35px;
background-color: #ECE9D8;
width: 35%;
}

#TrCategoryHeading h1
{
margin: 0px;
padding-left: 5px;
color:#8a2c34;
font-size:15px;
font-weight:bold;
font-family: "century gothic", Verdana, sans-serif;
}

.CategoryHolder
{
background-color: #ffffff;
}

.CategorySepataor
{
width: 40px;
}

.CategoryStyle
{

}

.CategoryLink
{
color: #325585;
font-family: "century gothic", Verdana, sans-serif;;
font-size:12px;
vertical-align:text-bottom
}

.CategoryLink:link
{
color: #325585;
font-family: "century gothic", Verdana, sans-serif;;
font-size:12px;
vertical-align:text-bottom
}

.CategoryLink:visited
{
color: #325585;
font-family: "century gothic", Verdana, sans-serif;;
font-size:12px;
vertical-align:text-bottom
}

.CategoryLink:hover
{
border-bottom: dashed 1px #325585;
color: #325585;
font-family: "century gothic", Verdana, sans-serif;;
font-size:12px;
vertical-align:text-bottom
}

.ShoppingMenuBar
{
background-image :url(/File.aspx?x=8&File=scarrow.gif);
margin: 0px 10 px 0px 10 px;
background-repeat: no-repeat;
background-position: bottom;
}

.CategoryItems
{
color: #325585;
font-family: "century gothic", Verdana, sans-serif;;
font-size:12px;
vertical-align:text-bottom
}

.CategoryItems:link
{
color: #325585;
font-family: "century gothic", Verdana, sans-serif;;
font-size:12px;
vertical-align:text-bottom
}

.CategoryItems:visited
{
color: #325585;
font-family: "century gothic", Verdana, sans-serif;;
font-size:12px;
vertical-align:text-bottom
}

.CategoryItems:hover
{
border-bottom: dashed 1px #325585;
color: #325585;
font-family: "century gothic", Verdana, sans-serif;;
font-size:12px;
vertical-align:text-bottom
}

.CategoryDeadLink
{
color:#666666;
font-family: "century gothic", Verdana, sans-serif;;
font-size:10px
}

.CartButton
{
background-image :url(/File.aspx?x=8&File=sccart.gif);
background-color : #ECE9D8;
background-repeat: no-repeat ;
margin: 0px;
border: 0px;
height: 20px;
cursor: hand;
width: 34px;
height: 34px;
background-position: bottom;
}

.CartButtonLink
{
color: #325585;
font-family: "century gothic", Verdana, sans-serif;;
font-size:12px;
vertical-align:text-bottom
}

.CartButtonLink:link
{
color: #325585;
font-family: "century gothic", Verdana, sans-serif;;
font-size:12px;
vertical-align:text-bottom
}

.CartButtonLink:hover
{
border-bottom: dashed 1px #325585;
color: #325585;
font-family: "century gothic", Verdana, sans-serif;;
font-size:12px;
vertical-align:text-bottom
}

.lblcartcount
{
color:Black;
font-family: "century gothic", Verdana, sans-serif;;
font-size:12px
}

#TblviewStyle
{
padding-left:10px;
background-color:#ffffff;
border-bottom:1px solid #A2A2A2;
width: 100%;
}

#TblviewStyle .ListViewButton
{
background-image :url(/File.aspx?x=8&File=sclist.gif);
color:White ;
padding-bottom: 0px;
border: 0px;
width:55px;
cursor:hand;
background-repeat:no-repeat ; background-color: #ffffff;
}

#TblviewStyle .GalleryViewButton
{
background-image :url(/File.aspx?x=8&File=scgallery.gif);
color:White ;
padding-bottom: 0px;
border: 0px;
width:55px;
cursor:hand;
background-repeat:no-repeat; background-color: #ffffff;
}

#TblviewStyle .labelListView
{
font-weight:bold;
font-size:10px;
font-family:Verdana;
color:black; background-color: #ffffff;
}

#TblviewStyle .labelGalleryView
{
font-weight:bold;
font-size:10px;
font-family:Verdana;
color:black; background-color: #ffffff;
}

.GalleryProductHolder
{
width:100%;
height:100%;
}

.featuredproductGallery
{
width:260px;
}

.featuredproductGallery #tblGalleryproduct
{
background-color:#FEF589;
}

.GalleryProductStyle
{
width:260px;
}

.AlternativeGalleryProductStyle
{
width:260px;
}

#tblGalleryproduct
{
width:260px;
margin:5,5,5,5;
vertical-align:top ;
background-color:#ECE9D8;
}

.featuredproductGallery #tblGalleryproduct .GalleryProductHeadingLeft
{
vertical-align: middle; 
background-image :url(/File.aspx?x=8&File=scFeatureleft.gif);
width :7px;
height:30px;
background-repeat:no-repeat; background-color: #FEF589;
}

.featuredproductGallery #tblGalleryproduct .GalleryProductHeadingContentLink
{
vertical-align: middle; 
background-image :url(/File.aspx?x=8&File=scFeaturerepeat.gif);
background-repeat:repeat-x ;
height:30px;
width:158px; background-color: #FEF589;
}

.featuredproductGallery #tblGalleryproduct .GalleryProductHeadingContent
{
vertical-align: middle; 
background-image :url(/File.aspx?x=8&File=scFeaturerepeat.gif);
background-repeat:repeat-x ;
height:30px;
width:92px; background-color: #FEF589;
}

.featuredproductGallery #tblGalleryproduct .GalleryProductHeadingRight
{
vertical-align: middle; 
background-image :url(/File.aspx?x=8&File=scFeatureright.gif);
width:7px;
height:30px;
background-repeat:no-repeat; background-color: #FEF589;
}

#tblGalleryproduct .tblGalleryProductHeading
{

}

#tblGalleryproduct .GalleryProductHeadingLeft
{
vertical-align: middle; 
background-image :url(/File.aspx?x=8&File=scNormalleft.gif);
width :7px;
height:30px;
background-repeat:no-repeat; background-color: #ECE9D8;
}

#tblGalleryproduct .GalleryProductHeadingContentLink
{
vertical-align: middle; 
background-image :url(/File.aspx?x=8&File=scNormalrepeat.gif);
background-repeat:repeat-x ;
height:30px;
width:158px; background-color: #ECE9D8;
}

#tblGalleryproduct .GalleryProductHeadingContent
{
vertical-align: middle; 
background-image :url(/File.aspx?x=8&File=scNormalrepeat.gif);
background-repeat:repeat-x ;
height:30px;
width:92px; background-color: #ECE9D8;
}

#tblGalleryproduct .GalleryProductHeadingRight
{
vertical-align: middle; 
background-image :url(/File.aspx?x=8&File=scNormalright.gif);
width:7px;
height:30px;
background-repeat:no-repeat; background-color: #ECE9D8;
}

#tblGalleryproduct .PContentContainer
{
width:260px;
}

#tblGalleryproduct .PContentContainerLefttopTd
{
width:5px;
height:5px;
}

#tblGalleryproduct .PContentContainermiddletopTd
{

}

#tblGalleryproduct .PContentContainerrighttopTd
{
width:5px;
height:5px;
}

#tblGalleryproduct .PContentContainerleftmiddleTd
{

}

#tblGalleryproduct .PContentContainermiddlemiddleTd
{

}

#tblGalleryproduct .PContentContainerrightmiddleTd
{

}

#tblGalleryproduct .PContentContainerLeftbottomTd
{
width:5px;
height:5px;
}

#tblGalleryproduct .PContentContainermiddlebottomTd
{

}

#tblGalleryproduct .PContentContainerrightbottomTd
{
width:5px;
height:5px;
}

#tblGalleryproduct .tblGalleryContent
{
height:225px;
}

#tblGalleryproduct .GalleryProductSpacer
{
height:3px;
background-color:#ffffff ;
}

#tblGalleryproduct .TdImage
{

}

#tblGalleryproduct .TdDesc
{

}

#tblGalleryproduct #TRExtraGallery td
{
margin: 0px;
color:#8a2c34;
font-size:11px;
font-family: "century gothic", Verdana, sans-serif;
}

#tblGalleryproduct .tdprice
{
text-align:center ;
height:25px;
}

#tblGalleryproduct .tdDetailsLink
{
height:16px;
}

#tblGalleryproduct h1, h2, h3, h4
{
font-family:Verdana ;
margin:0px;
}

#tblGalleryproduct h1
{
margin: 0px;
color:#8a2c34;
font-size:13px;
font-weight:bold;
font-family: "century gothic", Verdana, sans-serif;
}

#tblGalleryproduct h2
{
margin: 0px;
color:#8a2c34;
font-size:11px;
font-family: "century gothic", Verdana, sans-serif;
}

#tblGalleryproduct h3
{
margin: 0px;
color:#666666;
font-size:10px;
font-weight:bold;
font-family: "century gothic", Verdana, sans-serif;
}

#tblGalleryproduct h4,h4 A:link,h4 A:visited,h4 A:hover
{
color: #325585;
font-family: "century gothic", Verdana, sans-serif;;
font-size:12px;
vertical-align:text-bottom
}

#tblGalleryproduct h4 A:link
{
color: #325585;
font-family: "century gothic", Verdana, sans-serif;;
font-size:12px;
vertical-align:text-bottom
}

#tblGalleryproduct h4 A:visited
{
color: #325585;
font-family: "century gothic", Verdana, sans-serif;;
font-size:12px;
vertical-align:text-bottom
}

#tblGalleryproduct h4 A:hover
{
border-bottom: dashed 1px #325585;
color: #325585;
font-family: "century gothic", Verdana, sans-serif;;
font-size:12px;
vertical-align:text-bottom
}

#tblGalleryproduct .Galleryimg
{
border:1px solid #ffffff;
}

#tblGalleryproduct .standardprice,.specialprice
{
color:Black;
font-family: "century gothic", Verdana, sans-serif;;
font-size:12px
}

#tblGalleryproduct .specialprice
{
color:Black;
font-family: "century gothic", Verdana, sans-serif;
font-size:12px;
}

#tblGalleryproduct .Morelink
{
background-image :url(/File.aspx?x=8&File=scbutton_details.gif);
background-repeat:no-repeat;
height:16px;
width:53px;
}
#tblGalleryproduct .Morelink:link
{
background-image :url(/File.aspx?x=8&File=scbutton_details.gif);
background-repeat:no-repeat;
height:16px;
width:53px;
}
#tblGalleryproduct .Morelink:visited
{
background-image :url(/File.aspx?x=8&File=scbutton_details.gif);
background-repeat:no-repeat;
height:16px;
width:53px;
}
#tblGalleryproduct .Morelink:hover
{
background-image :url(/File.aspx?x=8&File=scbutton_details.gif);
background-repeat:no-repeat;
height:16px;
width:53px;
}

.listProductHolder
{
width:100%;
height:100%;
}

.featuredproductlist
{
width:100%;
}

.featuredproductlist #tbllistproduct
{
background-color:#FEF589;
width:600px;
height:170px;
}

.listProductStyle
{
width:100%;
height:180px;
}

.AlternativelistProductStyle
{
width:100%;
height:180px;
}

#tbllistproduct
{
width:600px;
height:170px; background-color: #ECE9D8;
}

#tbllistproduct .tblListProductHeading
{

}

.featuredproductlist #tbllistproduct .ListProductHeadingLeft
{
background-image :url(/File.aspx?x=8&File=scFeatureleft.gif);
width:7px;
height:30px;
background-repeat:no-repeat; background-color: #FEF589;
}

.featuredproductlist #tbllistproduct .ListProductHeadingContentLink
{
vertical-align: middle; 
background-image :url(/File.aspx?x=8&File=scFeaturerepeat.gif);
background-repeat:repeat-x ;
height:30px;
width:385px; background-color: #FEF589;
}

.featuredproductlist #tbllistproduct .ListProductHeadingContent
{
vertical-align: middle; 
background-image :url(/File.aspx?x=8&File=scFeaturerepeat.gif);
background-repeat:repeat-x ;
height:30px;
width:200px; background-color: #FEF589;
}

.featuredproductlist #tbllistproduct .ListProductHeadingRight
{
background-image :url(/File.aspx?x=8&File=scFeatureright.gif);
vertical-align: middle; 
height:30px;
width:7px;
background-repeat:no-repeat; background-color: #FEF589;
}

#tbllistproduct .ListProductHeadingLeft
{
vertical-align: middle; 
background-image :url(/File.aspx?x=8&File=scNormalleft.gif);
width:7px;
height:30px;
background-repeat:no-repeat; background-color: #ECE9D8;
}

#tbllistproduct .ListProductHeadingContentLink
{
vertical-align: middle; 
background-image :url(/File.aspx?x=8&File=scNormalrepeat.gif);
background-repeat:repeat-x ;
height:30px;
width:385px; background-color: #ECE9D8;
}

#tbllistproduct .ListProductHeadingContent
{
vertical-align: middle; 
background-image :url(/File.aspx?x=8&File=scNormalrepeat.gif);
background-repeat:repeat-x ;
height:30px;
width:200px; background-color: #ECE9D8;
}

#tbllistproduct .ListProductHeadingRight
{
vertical-align: middle; 
background-image :url(/File.aspx?x=8&File=scNormalright.gif);
width:7px;
height:30px;
background-repeat:no-repeat; background-color: #ECE9D8;
}

#tbllistproduct .PContentContainerLefttopTd
{
width:5px;
height:5px;
}

#tbllistproduct .PContentContainermiddletopTd
{

}

#tbllistproduct .PContentContainerrighttopTd
{
width:5px;
height:5px;
}

#tbllistproduct .PContentContainerleftmiddleTd
{

}

#tbllistproduct .PContentContainermiddlemiddleTd
{

}

#tbllistproduct .PContentContainerrightmiddleTd
{

}

#tbllistproduct .PContentContainerLeftbottomTd
{
width:5px;
height:5px;
}

#tbllistproduct .PContentContainermiddlebottomTd
{

}

#tbllistproduct .PContentContainerrightbottomTd
{
width:5px;
height:5px;
}

#tbllistproduct .tblListContent
{

}

#tbllistproduct .ListProductSpacer
{
height:3px;
background-color:#ffffff ;
}

#tbllistproduct .TrContentTop
{
vertical-align: top;
}

#tbllistproduct .TrContentTop .TdImage
{
vertical-align: top;
}

#tbllistproduct .TrContentTop .TdDesc
{
vertical-align: top;
}

#tbllistproduct .TrContentTop .desctext
{
vertical-align: top;
}

#tbllistproduct .TrContentBottom
{

}

#tbllistproduct .TrContentBottom .tdprice
{
vertical-align:text-bottom ;
}

#tbllistproduct .TrContentBottom .tdDetailsLink
{
vertical-align:text-bottom ;	

background-repeat: no-repeat ;
}

#tbllistproduct h1, h2, h3, h4
{
font-family:Verdana ;
margin:0px;
}

#tbllistproduct h1
{
margin: 0px;
color:#8a2c34;
font-size:13px;
font-weight:bold;
font-family: "century gothic", Verdana, sans-serif;
}

#tbllistproduct h2
{
margin: 0px;
color:#8a2c34;
font-size:11px;
font-family: "century gothic", Verdana, sans-serif;
}

#tbllistproduct h3
{
margin: 0px;
color:#666666;
font-size:10px;
font-weight:bold;
font-family: "century gothic", Verdana, sans-serif;
}

#tbllistproduct h4,h4 A:link,h4 A:visited,h4 A:hover
{
color: #325585;
font-family: "century gothic", Verdana, sans-serif;;
font-size:12px;
vertical-align:text-bottom
}

#tbllistproduct h4 A:link
{
color: #325585;
font-family: "century gothic", Verdana, sans-serif;;
font-size:12px;
vertical-align:text-bottom
}

#tbllistproduct h4 A:visited
{
color: #325585;
font-family: "century gothic", Verdana, sans-serif;;
font-size:12px;
vertical-align:text-bottom
}

#tbllistproduct h4 A:hover
{
border-bottom: dashed 1px #325585;
color: #325585;
font-family: "century gothic", Verdana, sans-serif;;
font-size:12px;
vertical-align:text-bottom
}

#tbllistproduct .Listimg
{
border:1px solid #ffffff;
}

#tbllistproduct .standardprice,.specialprice
{
color:Black;
font-family: "century gothic", Verdana, sans-serif;;
font-size:12px
}

#tbllistproduct .standardprice
{
color:Black;
font-family: "century gothic", Verdana, sans-serif;;
font-size:12px
}

#tbllistproduct .specialprice
{
color:Black;
font-family: "century gothic", Verdana, sans-serif;;
font-size:12px
}

#tbllistproduct .Morelink,.Morelink:link,.Morelink:visited,.Morelink:hover
{
background-image :url(/File.aspx?x=8&File=scbutton_details.gif);
background-repeat:no-repeat ;
height:16px;
width:53px;
}

#tbllistproduct #TRExtralist td
{
margin: 0px;
color:#8a2c34;
font-size:11px;
font-family: "century gothic", Verdana, sans-serif;
}

#tbllistproduct .classificationtitle
{
background-color:#ECE9D8;
font-family: "century gothic", Verdana, sans-serif;;
color:Black;
font-size:12px;
font-weight:bold;
width:80px
}

#tbllistproduct .classificationvalue
{
background-color:#E7DCD3;
font-family: "century gothic", Verdana, sans-serif;;
color : Black;
font-size :12px;
width:120px
}

#tbllistproduct .TblProdspecs
{
width:430px;
}

.DetailProductHolder
{
width:100%;
height:100%;
}

.DetailProductStyle
{
width:100%;
}

#tblproductdetail
{
width:90%;
background-color:#ECE9D8;
}

#tblproductdetail .tblDetailProductHeading
{

}

#tblproductdetail .DetailProductHeadingLeft
{
background-image :url(/File.aspx?x=8&File=scNormalleft.gif);
width:7px;
height:30px;
background-repeat:no-repeat;
vertical-align:middle; background-color: #ECE9D8;
}

#tblproductdetail .DetailProductHeadingContentLink
{
background-image :url(/File.aspx?x=8&File=scNormalrepeat.gif);
background-repeat:repeat-x ;
height:30px;
width:385px;
vertical-align:middle; background-color: #ECE9D8;
}

#tblproductdetail .DetailProductHeadingContent
{
background-image :url(/File.aspx?x=8&File=scNormalrepeat.gif);
background-repeat:repeat-x ;
height:30px;
width:185px;
vertical-align:middle; background-color: #ECE9D8;
}

#tblproductdetail .DetailProductHeadingRight
{
background-image :url(/File.aspx?x=8&File=scNormalright.gif);
width:7px;
height:30px;
background-repeat:no-repeat;
vertical-align:middle; background-color: #ECE9D8;
}

#tblproductdetail .PContentContainerLefttopTd
{
width:5px;
height:5px;
background-color :#ECE9D8;
}

#tblproductdetail .PContentContainermiddletopTd
{
background-color :#ECE9D8;
}

#tblproductdetail .PContentContainerrighttopTd
{
width:5px;
height:5px;
background-color:#ECE9D8;
}

#tblproductdetail .PContentContainerleftmiddleTd
{
background-color:#ECE9D8;
}

#tblproductdetail .PContentContainermiddlemiddleTd
{
 background-color: #ECE9D8;
}

#tblproductdetail .PContentContainerrightmiddleTd
{
background-color:#ECE9D8;
}

#tblproductdetail .PContentContainerLeftbottomTd
{
width:5px;
height:5px;
background-color:#ECE9D8;
}

#tblproductdetail .PContentContainermiddlebottomTd
{
background-color:#ECE9D8;
}

#tblproductdetail .PContentContainerrightbottomTd
{
width:5px;
height:5px;
background-color:#ECE9D8;
}

#tblproductdetail .tblDetailContent
{

}

#tblproductdetail .DetailProductSpacer
{
height:10px;
background-color:#ffffff ;
}

#tblproductdetail h1, h2, h3, h4
{
font-family:Verdana ;
margin:0px;
}

#tblproductdetail h1
{
margin: 0px;
color:#8a2c34;
font-size:13px;
font-weight:bold;
font-family: "century gothic", Verdana, sans-serif;
}

#tblproductdetail h2
{
margin: 0px;
color:#8a2c34;
font-size:11px;
font-family: "century gothic", Verdana, sans-serif;
}

#tblproductdetail h3
{
margin: 0px;
color:#666666;
font-size:10px;
font-weight:bold;
font-family: "century gothic", Verdana, sans-serif;
}

#tblproductdetail h4
{
color: #325585;
font-family: "century gothic", Verdana, sans-serif;;
font-size:12px;
vertical-align:text-bottom
}

#tblproductdetail .Detailimg
{
margin-top:10px;
border:1px solid #ffffff;
}

#tblproductdetail .standardprice,.specialprice
{
color:Black;
font-family: "century gothic", Verdana, sans-serif;;
font-size:12px
}

#tblproductdetail .standardprice
{
color:Black;
font-family: "century gothic", Verdana, sans-serif;;
font-size:12px
}

#tblproductdetail .specialprice
{
color:Black;
font-family: "century gothic", Verdana, sans-serif;;
font-size:12px
}

#tblproductdetail #TRExtraDetail td
{
color: #325585;
font-family: "century gothic", Verdana, sans-serif;;
font-size:12px;
vertical-align:text-bottom
}

#tblproductdetail .classificationtitle
{
font-size:11px;
color:#804000;
font-weight:bold;
background-color:#ECE9D8;
width:160px
}

#tblproductdetail .classificationvalue
{
font-size:10px;
color:#1C1A1A;
background-color:#E7DCD3;
width:115px
}

#tblproductdetail .TblProdspecs
{
width:550px;
}

#tblproductdetail .tblDetailContent #TRPrice
{
height:30px;
}

#tblproductdetail .tblDetailContent #TrButtons td
{
vertical-align:middle;
height:30px;
}

#tblproductdetail .QuantityLabel
{
margin: 0px;
color:#666666;
font-size:10px;
font-weight:bold;
font-family: "century gothic", Verdana, sans-serif;
}

#tblproductdetail .QuantityTextbox
{
border:1px solid #a3a3a3;
font-family: "century gothic", Verdana, sans-serif;;
color:#000000;
font-size:12px;
font-weight:bold;
height:18px;
padding:0 0 0 4
}

#tblproductdetail .AddtocartButton
{
background-color:#8a2c34;
color:#ffffff;
cursor:hand;
font-family: "century gothic", Verdana, sans-serif;;
font-size:12px;
left:10px;
margin:4px 4px 4px 4px;
padding:2px 10px;
position:relative
}

#tblproductdetail .RequestButton
{
background-color:#8a2c34;
color:#ffffff;
cursor:hand;
font-family: "century gothic", Verdana, sans-serif;;
font-size:12px;
left:10px;
margin:4px 4px 4px 4px;
padding:2px 10px;
position:relative
}

#tblviewtabs
{
width:500px;
}

#tblviewtabs .tabs
{
color:#ffffff;
cursor:hand;
font-family: "century gothic", Verdana, sans-serif;;
font-size:12px;
left:10px;
position:relative;
}

#tblviewtabs .tab
{
background-color:#8a2c34;
color:#ffffff;
cursor:hand;
font-family: "century gothic", Verdana, sans-serif;;
font-size:12px;
left:10px;
padding:2px 10px;
position:relative
width: 25px;
}

#tblviewtabs .selectedTab
{
background-color:#ECE9D8;
color:#8a2c34;
cursor:hand;
font-family: "century gothic", Verdana, sans-serif;;
font-size:12px;
left:10px;
padding:2px 10px;
position:relative
width: 25px;
}

#tblviewtabs .hovtabs
{
background-color:#ECE9D8;
color:#8a2c34;
cursor:hand;
font-family: "century gothic", Verdana, sans-serif;
font-size:12px;
left:10px;
padding:2px 10px;
position:relative
width: 25px;
}

#tblviewtabs .tabContents
{
border:solid 8px #ECE9D8;
padding:10px;
background-color:#ffffff;
font-size: 12px;
color:#000000;
width:600px;
}

#Navigation
{

}

.PreviousButton
{
color: #325585;
font-family: "century gothic", Verdana, sans-serif;;
font-size:12px;
vertical-align:text-bottom
}

.PreviousButton:link
{
color: #325585;
font-family: "century gothic", Verdana, sans-serif;;
font-size:12px;
vertical-align:text-bottom
}

.PreviousButton:visited
{
color: #325585;
font-family: "century gothic", Verdana, sans-serif;;
font-size:12px;
vertical-align:text-bottom
}

.PreviousButton:hover
{
border-bottom: dashed 1px #325585;
color: #325585;
font-family: "century gothic", Verdana, sans-serif;;
font-size:12px;
vertical-align:text-bottom
}

.PageLocation
{
color:#666666;
font-family: "century gothic", Verdana, sans-serif;;
font-size:10px
}

.NextButton
{
color: #325585;
font-family: "century gothic", Verdana, sans-serif;;
font-size:12px;
vertical-align:text-bottom
}

.NextButton:link
{
color: #325585;
font-family: "century gothic", Verdana, sans-serif;;
font-size:12px;
vertical-align:text-bottom
}

.NextButton:visited
{
color: #325585;
font-family: "century gothic", Verdana, sans-serif;;
font-size:12px;
vertical-align:text-bottom
}

.NextButton:hover
{
border-bottom: dashed 1px #325585;
color: #325585;
font-family: "century gothic", Verdana, sans-serif;;
font-size:12px;
vertical-align:text-bottom
}

.ShoppingcartHeading
{
color: #325585;
font-family: "century gothic", Verdana, sans-serif;;
font-size:12px;
vertical-align:text-bottom
}

.ShoppingcartItemsHeading
{
height:25px;
}

.Tblshoppingcart
{
width:100%;
}

#TdShoppingCart
{
color: #325585;
font-family: "century gothic", Verdana, sans-serif;;
font-size:12px;
vertical-align:text-bottom
}

#TdShoppingCart .lblmsg
{
margin: 0px;
color:#8a2c34;
font-size:11px;
font-family: "century gothic", Verdana, sans-serif;
}

#TdShoppingCart h1, h2, h3, h4, h5
{
margin:0px;
font-family:Verdana ;
}

#TdShoppingCart h1
{
margin: 0px;
color:#8a2c34;
font-size:13px;
font-weight:bold;
font-family: "century gothic", Verdana, sans-serif;
}

#TdShoppingCart h2
{
margin: 0px;
color:#8a2c34;
font-size:11px;
font-family: "century gothic", Verdana, sans-serif;
}

#TdShoppingCart h3
{
margin: 0px;
color:#666666;
font-size:10px;
font-weight:bold;
font-family: "century gothic", Verdana, sans-serif;
}

#TdShoppingCart h4
{
color: #325585;
font-family: "century gothic", Verdana, sans-serif;;
font-size:12px;
vertical-align:text-bottom
}

#TdShoppingCart h5
{
color: #325585;
font-family: "century gothic", Verdana, sans-serif;;
font-size:12px;
vertical-align:text-bottom
}

#TdShoppingCart #TdProdSpecs
{
color:#666666;
font-family: "century gothic", Verdana, sans-serif;;
font-size:10px
}

.shopingcartheader
{
background-color:#ECE9D8;
}

.shoppingcartfooter
{
background-color:#ECE9D8;
}

.shoppingcartitem
{
background-color:#ECE9D8;
}

.UpdateshoppingButton
{
background-color:#8a2c34;
color:#ffffff;
cursor:hand;
font-family: "century gothic", Verdana, sans-serif;;
font-size:12px;
left:10px;
margin:4px 4px 4px 4px;
padding:2px 10px;
position:relative
}

.CheckOutButton
{
background-color:#8a2c34;
color:#ffffff;
cursor:hand;
font-family: "century gothic", Verdana, sans-serif;;
font-size:12px;
left:10px;
margin:4px 4px 4px 4px;
padding:2px 10px;
position:relative
}

.ContinueshoppingButton
{
background-color:#8a2c34;
color:#ffffff;
cursor:hand;
font-family: "century gothic", Verdana, sans-serif;;
font-size:12px;
left:10px;
margin:4px 4px 4px 4px;
padding:2px 10px;
position:relative
}

.ProductQuantityTextbox
{
border:1px solid #a3a3a3;
font-family: "century gothic", Verdana, sans-serif;;
color:#000000;
font-size:12px;
font-weight:bold;
height:18px;
padding:0 0 0 4
}

.TrEnquiry
{
background-color:#ECE9D8;
font-family:Verdana ;
}

#tblEnquiry
{
font-family:Verdana ;
border:solid 1px #804000;
width:500px;
}

#tblEnquiry H1
{
margin: 0px;
color:#8a2c34;
font-size:13px;
font-weight:bold;
font-family: "century gothic", Verdana, sans-serif;
}

#tblEnquiry Tr
{
background-color:#ECE9D8;
}

#tblenquiryform
{
background-color:#ECE9D8;
}

#tblenquiryform H2
{
margin: 0px;
color:#8a2c34;
font-size:11px;
font-family: "century gothic", Verdana, sans-serif;
}

#tblenquiryform H3
{
margin: 0px;
color:#666666;
font-size:10px;
font-weight:bold;
font-family: "century gothic", Verdana, sans-serif;
}

#tblenquiryform Tr
{
background-color:#ECE9D8;
}

#tblenquiryform input
{
border:1px solid #a3a3a3;
font-family: "century gothic", Verdana, sans-serif;
}

#tblenquiryform textarea
{
color:#666666;
font-family: "century gothic", Verdana, sans-serif;;
font-size:10px
}

#tblEnquiry .SubmitInquiryButton
{
background-color:#8a2c34;
color:#ffffff;
cursor:hand;
font-family: "century gothic", Verdana, sans-serif;;
font-size:12px;
left:10px;
margin:4px 4px 4px 4px;
padding:2px 10px;
position:relative
}

/* Start of settings for the Gallery Fonts
*/
td
{
	color: Black;
        font-size: 8pt;
	font-family: "century gothic", arial, sans serif;
}

td a:link
{
	color: Black;
        font-size: 8pt;
	font-family: "century gothic", arial, sans serif;
}
td a:visited
{
	color: Black;
        font-size: 8pt;
	font-family: "century gothic", arial, sans serif;
}

td a:hover
{
	color: #4fc21c;
        font-size: 8pt;
	font-family: "century gothic", arial, sans serif;
}

/* End of settings for the Gallery Fonts
*/

.mfcf_Register
{
background-color:#8A2C34;
color:#FFFFFF;
Border:0px;
}
