/* Chiquel */

Div.pagelayout
{
	align: center;
	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
{ font-size: 16px; font-weight: bold; color: #000000; font-family: Century Gothic; text-transform: uppercase; display: inline; }

H2 
{ font-size: 14px; font-weight: normal; color: #000000; font-family: Century Gothic; display: inline; }

.H2-home
{ font-family: Century Gothic; font-weight:bold; font-size: 12px; color: Black; text-transform: uppercase; }

H3 
{ font-size: 12px; font-weight: normal; color: #000000; font-family: Century Gothic; display: inline; }

H4 
{ font-size: 10px; font-weight: normal; color: #000000; font-family: Century Gothic; }

H4 A:link
{ font-size: 10px; font-weight: normal; color: #000000; font-family: Century Gothic; text-decoration:underline; }

H4 A:visited
{ font-size: 10px; font-weight: normal; color: #000000; font-family: Century Gothic; text-decoration:underline; }

H4 A:hover
{ font-size: 10px; font-weight: normal; color: #7d7d7d; font-family: Century Gothic; text-decoration:underline; }


/*	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: 11px;	color: Black; font-family: Arial; }

p A:link
{ vertical-align: top; font-size: 11px;	color: #737373; font-family: Arial; text-decoration: underline; }

p A:visited
{ vertical-align: top; font-size: 11px;	color: #737373; font-family: Arial; text-decoration: underline; }

p A:hover
{ vertical-align: top; font-size: 11px;	color: Black; font-family: Arial; text-decoration: underline; }

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: 10pt;
	color: Black;
	font-family: Verdana;
	
}

/*	Bullet Point.
		. abcde
		. abcde
		. abcde
*/

ul
{ vertical-align: top; font-size: 11px; color: Black; font-family: Arial; }

ul A:link
{ vertical-align: top; font-size: 11px;	color: #737373; font-family: Arial; text-decoration: underline; }

ul A:visited
{ vertical-align: top; font-size: 11px;	color: #737373; font-family: Arial; text-decoration: underline; }

ul A:hover
{ vertical-align: top; font-size: 11px;	color: Black; font-family: Arial; text-decoration: underline; }

li
{ vertical-align: center; }

/*	Number Points... e.g.
		1. abcde
		2. abcde
		3. abcde
*/

ol
{
	vertical-align: top;
	font-size: 11px;
	color: Black;
	font-family: Arial;
}



/*	The following definitions control the left menu tree options.
=========================================================================
*/

bLeftMenuTree, a.bLeftMenuTree {font-size: 10px}

TreeLeaf, a.TreeLeaf 
{ font-family: Century Gothic; color: Black;}

TreeLeaf, td.Treeleaf
{ font-family: Century Gothic; font-weight:bold; font-size: 10px; color: Black; padding-left: 0px; padding-bottom: 2px; text-

transform: uppercase}

TreeSelectedLeaf, a.TreeSelectedLeaf
{ font-family: Century Gothic; font-weight:bold; color: #7d7d7d; }

TreeLeaf, a.TreeLeaf:hover 
{ font-family: Century Gothic; font-weight:bold; color: #7d7d7d; }

/*	The following definitions control the interactive left menu options.
=========================================================================
*/


/*	Table.MenuLevel0 is the control for the base level menu
*/

MenuLevel0, a.MenuLevel0 {font-family: Verdana; font-size: 10pt; color: Black;}

Table.MenuLevel0 {Background-color: Silver; width:100%; padding-left:10px; padding-top:2px; padding-bottom:2px;font-family: Verdana; 

font-size: 10pt; color: Black;}

/*	Table.MenuLevel1 is the control for the Expaneded level menu
*/

MenuLevel1, a.MenuLevel1 {font-family: Verdana; font-size: 10pt; color: Black;}

Table.MenuLevel1 {background-color:Silver; width:100%; padding-left:20px; padding-right:10px;  padding-top:2px; padding-

bottom:2px;font-family: Verdana; font-size: 10pt; color: Black;}


/*	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: #FFFFFF;
	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;
}

td.backgroundtablerow
{ vertical-align: top; }

/*	The header table that is INSIDE the Background Table
=========================================================================
*/

TABLE.HeaderTable
{
	align: center;
	width: 750px;
	height: 168px;
	vertical-align: top;
	border: 0;
	padding :0;
	cellspacing:0;
	background-color: White;
}

/*	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: 750px; height: 430px;
	vertical-align: top;
	border: 0;
	padding :0;

}

td.leftcolumn
{ 
	background-color:White;
	width: 0px;
	height:100%;
	vertical-align: top;
	}


td.rightcolumn
{ background-color: White; vertical-align: top; padding: 20 0 40 0; }

/*	The header table that is INSIDE the Background Table
=========================================================================
*/

TABLE.FooterTable
{
	width: 750px;
	font-size:xx-small;
	vertical-align: top;
        margin-bottom: 30px;
}

.mfcf_CareersForm
{ margin-left: 220px !important; margin-left/**/: 210px; }

.mfcf_ContactForm
{ margin-left: 220px !important; margin-left/**/: 210px; }

.mfcf_LaceFrontWig
{ margin-left: 220px !important; margin-left/**/: 210px; width: 490px }

.mfcf_LaceFrontWigLabel
{ width: 172px; }

.mfcf_LaceFrontWigList
{ width: 300px; }

.quickmenu1
{ font-family: Arial; font-size: 10px;	font-weight: bold; text-transform: uppercase; font-style: normal; color: #000000; }

a.quickmenu1:link
{ font-family: Arial; font-size: 10px;	font-weight: bold; text-transform: uppercase; font-style: normal; color: #000000; text-decoration: none; }

a.quickmenu1:visited
{ font-family: Arial; font-size: 10px;	font-weight: bold; text-transform: uppercase; font-style: normal; color: #000000; text-decoration: none; }

a.quickmenu1:hover
{ font-family: Arial; font-size: 10px;	font-weight: bold; text-transform: uppercase; font-style: normal; color: #7d7d7d; text-decoration: none; }

.quickmenu2
{ font-family: Arial; font-size: 10px;	font-weight: bold; text-transform: uppercase; font-style: normal; color: #FFFFFF; }

a.quickmenu2:link
{ font-family: Arial; font-size: 10px;	font-weight: bold; text-transform: uppercase; font-style: normal; color: #FFFFFF; text-decoration: none; }

a.quickmenu2:visited
{ font-family: Arial; font-size: 10px;	font-weight: bold; text-transform: uppercase; font-style: normal; color: #FFFFFF; text-decoration: none; }

a.quickmenu2:hover
{ font-family: Arial; font-size: 10px;	font-weight: bold; text-transform: uppercase; font-style: normal; color: #a5a5a5; text-decoration: none; }

#menu1
{ height: 25px; text-align: center; border-top: 1px #f1f1f1 solid; border-left: 1px #f1f1f1 solid; border-right: 1px #f1f1f1 solid; }

#menu2
{ height: 25px; text-align: center; background: #000000; }

.footer1
{ font-family: Arial; font-size: 10px;	font-weight: normal; text-transform: none; font-style: normal; color: #737373; }

a.footer1:link
{ font-family: Arial; font-size: 10px;	font-weight: normal; text-transform: none; font-style: normal; color: #737373; text-decoration: none; }

a.footer1:visited
{ font-family: Arial; font-size: 10px;	font-weight: normal; text-transform: none; font-style: normal; color: #737373; text-decoration: none; }

a.footer1:hover
{ font-family: Arial; font-size: 10px;	font-weight: normal; text-transform: none; font-style: normal; color: #000000; text-decoration: underline; }

.footer2
{ font-family: Arial; font-size: 9px;	font-weight: normal; text-transform: none; font-style: normal; color: #737373; }

a.footer2:link
{ font-family: Arial; font-size: 9px;	font-weight: normal; text-transform: none; font-style: normal; color: #737373; text-decoration: none; }

a.footer2:visited
{ font-family: Arial; font-size: 9px;	font-weight: normal; text-transform: none; font-style: normal; color: #737373; text-decoration: none; }

a.footer2:hover
{ font-family: Arial; font-size: 9px;	font-weight: normal; text-transform: none; font-style: normal; color: #000000; text-decoration: underline; }

.leftnav
{ font-family: Century Gothic; font-weight:bold; font-size: 12px; color: Black; padding: 0 10 8 20; text-transform: uppercase; display: block;
width: 192px !important; width/**/: 210px; }

a.leftnav:link
{ font-family: Century Gothic; font-weight:bold; font-size: 12px; color: Black; padding: 0 10 8 20; text-transform: uppercase; text-decoration: none; }

a.leftnav:visited
{ font-family: Century Gothic; font-weight:bold; font-size: 12px; color: Black; text-transform: uppercase; text-decoration: none; width: 210px; }

a.leftnav:hover
{ font-family: Century Gothic; font-weight:bold; font-size: 12px; color: #7d7d7d; text-transform: uppercase; text-decoration: none; width: 210px; }

.content
{ vertical-align: top; }

.content2
{ vertical-align: top; padding: 0 20; }

.lvl2category
{ text-align: center; }

.lvl2category img
{ height: 118px; width: 85px; margin-bottom: 5px; }

.lvl2categorytitle
{ height: 20px; font-family: Century Gothic; font-weight: normal; font-size: 16px; color: #444444; text-transform: capitalize; text-decoration: none;
  text-align: center; }

.lvl2categoryprice
{ height: 20px; font-family: Century Gothic; font-weight: normal; font-size: 12px; color: #444444; text-transform: none; text-decoration: none;
  text-align: center; }

.addtocart
{ vertical-align: top; font-size: 10px;	color: Black; font-family: Arial; font-weight: bold; text-transform: uppercase; }

a.addtocart:link
{ vertical-align: top; font-size: 10px;	color: Black; font-family: Arial; text-decoration: none; font-weight: bold; text-transform: uppercase; }

a.addtocart:visited
{ vertical-align: top; font-size: 10px;	color: Black; font-family: Arial; text-decoration: none; font-weight: bold; text-transform: uppercase; }

a.addtocart:hover
{ vertical-align: top; font-size: 10px;	color: #737373; font-family: Arial; text-decoration: underline; font-weight: bold; text-transform: uppercase; }



#menu{position:absolute;margin-top:10px;}
#menu ul .item{display:none;}
#menu ul:hover .item{display:block;background:#000;padding:1px;margin:1px;}

#menu ul:hover .item a{color:#fff;text-decoration:none;}
#menu ul:hover .item a:hover{color:#999;}

#menu ul{width:100px;float:left;margin:0px;padding:2px;background:#b10000;list-style:none;}
.clear{clear:both;height:10px;}



/*---------shopping page-------*/
/*=========================================================================================*/

.Shoppingcart   
{ width: 510px; }

#rightsideshoppingpage
{
background-color: #ffffff;
height: 100%;
font-family :Verdana ;
}
.tdlastspace
{
height: 10px;
}
#ctl02_Leftsideshoppingpage
{ }



/********** Category Display*************/
/*=========================================================================================*/


#TdBreadcrums
{ width: 510px; height :25px; }

#CategoryTd
{ width: 510px; height :25px; }

#TdCategoryHeading
{ width: 310px; height:35px; background-color :#f1f1f1;
}
#TrCategoryHeading h1
{ font-size: 16px; font-weight: bold; color: #000000; font-family: Century Gothic; background-color: #f1f1f1; padding-left: 8px; margin: 0px; 
  text-transform: uppercase; }

#CartImageTd
{ height:35px; background-color :#f1f1f1; width: 200px; padding-right: 8px; }

.CategoryHolder
{ background-color :#ffffff; margin: 20 0 40 0; }

.CategorySepataor
{ width: 40px; }

.CategoryStyle
{ }

.CategoryLink
{ font-size: 11px; font-weight: bold; color: #000000; font-family: Century Gothic; text-decoration: none; vertical-align: text-bottom; 
  text-transform: uppercase; }

.CategoryLink:link
{ font-size: 11px; font-weight: bold; color: #000000; font-family: Century Gothic; text-decoration: none; vertical-align: text-bottom; 
  text-transform: uppercase; }

.CategoryLink:visited
{ font-size: 11px; font-weight: bold; color: #000000; font-family: Century Gothic; text-decoration: none; vertical-align: text-bottom; 
  text-transform: uppercase; }

.CategoryLink:hover
{ font-size: 11px; font-weight: bold; color: #000000; font-family: Century Gothic; text-decoration: none; vertical-align: text-bottom; 
  border-bottom: dashed 1px #000000; 
  text-transform: uppercase; }

.ShoppingMenuBar
{ background-image: url(/File.aspx?x=616&File=arrow.gif); margin: 0 10; background-repeat :no-repeat; background-position: center; }

.CategoryItems
{ font-size: 12px; font-weight: normal; color: #000000; font-family: Century Gothic; text-decoration: none; vertical-align: text-bottom; 
  text-transform: capitalize; }

.CategoryItems:link
{ font-size: 12px; font-weight: normal; color: #000000; font-family: Century Gothic; text-decoration: none; vertical-align: text-bottom; 
  text-transform: capitalize; }

.CategoryItems:visited
{ font-size: 12px; font-weight: normal; color: #000000; font-family: Century Gothic; text-decoration: none; vertical-align: text-bottom; 
  text-transform: capitalize; }

.CategoryItems:hover
{ font-size: 12px; font-weight: normal; color: #000000; font-family: Century Gothic; text-decoration: none; vertical-align: text-bottom; 
  border-bottom: dashed 1px #000000; text-transform: capitalize; }

.CategoryDeadLink
{ font-size: 12px; font-weight: normal; color: #000000; font-family: Century Gothic; text-decoration: none; vertical-align: text-bottom; 
  text-transform: capitalize; }

.CartButton
{ background: #f1f1f1 url(/File.aspx?x=616&File=cart.gif) bottom no-repeat; cursor: hand; height: 17px; width: 142px; border: none; }

.CartButtonLink
{ font-size: 0px; font-weight: normal; color: #f1f1f1; font-family: Century Gothic; text-decoration: none; margin: 0px; padding:0px;
   vertical-align: text-bottom; }

.CartButtonLink:link
{ font-size: 0px; font-weight: normal; color: #f1f1f1; font-family: Century Gothic; text-decoration: none; margin: 0px; padding:0px;
   vertical-align: text-bottom; }

.CartButtonLink:hover
{ font-size: 0px; font-weight: normal; color: #f1f1f1; font-family: Century Gothic; text-decoration: none; margin: 0px; padding:0px;
   vertical-align: text-bottom; }

.lblcartcount
{ font-size: 10px; font-weight: bold; color: #444444; font-family: Century gothic; vertical-align: center; }


/*=========================================================================================*/
/****************Gallery view *********************************/


.GalleryProductHolder  /* (3) This is the outermost(big box) container that will hold products in gallery view*/
{ width: 100%; height: 100%; }

.featuredproductGallery /*(2) This is the outer container(inside big box) that will hold each feature product in gallery view*/
{ width: 69px; height: 97px; }

.featuredproductGallery #tblGalleryproduct /*(1) This is the inner container actual table that holds a feature product*/
{ background-color: #ffffff; }

.GalleryProductStyle /*(2) This is the outer container(inside big box) that will hold  each product other than feature in gallery 

view*/
{ width: 69px; height: 97px; }

.AlternativeGalleryProductStyle /*(2) This is the outer container(inside big box) that will hold each product other than feature in 

gallery view alternative style*/
{ width: 69px; height: 97px; }

#tblGalleryproduct /*(1) This is the inner container actual table that holds a product other than feature*/
{ width: 69px; height: 97px; vertical-align :top ; }

#tblGalleryproduct .tblGalleryProductHeading
{
}
#tblGalleryproduct .GalleryProductHeadingLeft
{ }

#tblGalleryproduct .GalleryProductHeadingContentLink
{ }

#tblGalleryproduct .GalleryProductHeadingContent
{ }

#tblGalleryproduct .GalleryProductHeadingRight
{ }

#tblGalleryproduct .PContentContainer
{ }

#tblGalleryproduct .PContentContainerLefttopTd
{ }

#tblGalleryproduct .PContentContainermiddletopTd
{ }

#tblGalleryproduct .PContentContainerrighttopTd
{ }

#tblGalleryproduct .PContentContainerleftmiddleTd
{ }

#tblGalleryproduct .PContentContainermiddlemiddleTd
{ }

#tblGalleryproduct .PContentContainerrightmiddleTd
{ }

#tblGalleryproduct .PContentContainerLeftbottomTd
{ }

#tblGalleryproduct .PContentContainermiddlebottomTd
{ }

#tblGalleryproduct .PContentContainerrightbottomTd
{ }

#tblGalleryproduct .tblGalleryContent
{ }

#tblGalleryproduct .GalleryProductSpacer
{ }

#tblGalleryproduct  .TdImage
{ height: 75px; }

#tblGalleryproduct  .TdDesc
{ height: 22px; text-align: center; padding-bottom: 10px; }

#tblGalleryproduct  #TRExtraGallery td
{ text-align: center; }

#tblGalleryproduct  .tdprice
{ text-align: center; height: 0px; }

#tblGalleryproduct .tdDetailsLink
{ height: 0px; }

#tblGalleryproduct h1, h2, h3, h4
{ font-family: Century Gotic; margin: 0px; } 

#tblGalleryproduct h1
{ font-size: 0px; color: #ffffff; font-weight: normal; font-variant: normal; font-style: normal; margin-top: 0px; }

#tblGalleryproduct h2
{ font-size: 12px; color: #444444; }

#tblGalleryproduct h3
{ font-family: Arial; font-size: 10px; color: #000000; font-weight: normal; text-transform: none; line-height: 12px; } 

#tblGalleryproduct h4,h4 A:link,h4 A:visited,h4 A:hover
{ font-size: 0px; color: #ffffff; margin-top: 0px; }

#tblGalleryproduct h4 A:link
{ text-decoration: none; color: #ffffff; }

#tblGalleryproduct h4 A:visited
{ text-decoration: none; color: #ffffff; }

#tblGalleryproduct h4 A:hover
{ text-decoration: none; color: #ffffff; }

#tblGalleryproduct .Galleryimg 
{ border: 1px solid #ffffff; height: 69px; width: 69px; }

#tblGalleryproduct .standardprice,.specialprice
{ font-family: Century Gothic; font-weight: normal; font-style: normal; }

#tblGalleryproduct .standardprice
{ font-family: Century Gothic; font-weight: normal; font-style: normal; color: #444444; }

#tblGalleryproduct .specialprice
{ color: #000000; }

#tblGalleryproduct .Morelink,.Morelink:link,.Morelink:visited,.Morelink:hover
{ }


/*=========================================================================================*/
/*********************Detailed View*********************************************************************************/


.DetailProductHolder
{ width: 100%; height:100%; }

.DetailProductStyle
{ width: 100%; }

#tblproductdetail
{ width: 100%; }

#tblproductdetail .tblDetailProductHeading
{ }

#tblproductdetail .DetailProductHeadingLeft
{ width: 0px; height: 0px; }

#tblproductdetail .DetailProductHeadingContentLink
{ height: 0px; width: 50%; }

#tblproductdetail .DetailProductHeadingContent
{ height: 0px; width: 50%; }
}
#tblproductdetail .DetailProductHeadingRight
{ width: 0px; height: 0px; }

#tblproductdetail .PContentContainerLefttopTd
{ }

#tblproductdetail .PContentContainermiddletopTd
{ }

#tblproductdetail .PContentContainerrighttopTd
{ }

#tblproductdetail .PContentContainerleftmiddleTd
{ }

#tblproductdetail .PContentContainermiddlemiddleTd
{ }

#tblproductdetail .PContentContainerrightmiddleTd
{ }

#tblproductdetail .PContentContainerLeftbottomTd
{ }

#tblproductdetail .PContentContainermiddlebottomTd
{ }

#tblproductdetail .PContentContainerrightbottomTd
{ }

#tblproductdetail .tblDetailContent
{ margin-bottom: 30px; }

#tblproductdetail .DetailProductSpacer
{ height: 0px; }

#tblproductdetail h1, h2, h3, h4
{ font-family: Century Gothic; margin:0px; }
 
#tblproductdetail h1
{ font-size: 0px; color: #000000; font-weight: normal; font-variant: normal ; font-style: normal; margin-top: 0px; }

#tblproductdetail h2
{ font-size: 0px; }

#tblproductdetail h3
{ font-size: 11px; color: #444444; margin: 5; font-weight: normal; text-align: center; display: block; width: 100%; } 

#tblproductdetail h4
{ font-size: 0px; color: #ffffff; margin-top: 25px; font-weight: normal; }

#tblproductdetail .Detailimg 
{ margin-top: 0px; width: 69px; border: 1px #ffffff solid; }

#tblproductdetail .standardprice,.specialprice
{ font-family: Century Gothic; font-weight :bold; }

#tblproductdetail .standardprice
{ font-size: 12px; color: #444444; }

#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: #444444; font-weight: bold; background-color: #f1f1f1; width: 100px; }

#tblproductdetail .classificationvalue
{ font-size: 10px; color: #000000; background-color: #f1f1f1; width: 100px; }
}
#tblproductdetail .TblProdspecs
{ width: 500px; }

#tblproductdetail .tblDetailContent #TRPrice
{ height: 0px; }

#tblproductdetail .tblDetailContent #TrButtons td
{ vertical-align: center; height: 30px; padding-top: 40px; }

#tblproductdetail .QuantityLabel
{ font-family: Century Gothic; color: #444444; font-size: 11px; font-weight: bold; }

#tblproductdetail .QuantityTextbox
{ font-family: Century Gothic; color: #000000; font-size: 11px; font-weight: bold; height: 18px; padding: 0 0 0 4; border: 1px solid #444444; }

#tblproductdetail .AddtocartButton
{ background-color: #444444; border: 1px solid #000000; color: #ffffff; font-size: 12px; font-weight: bold; font-family: Century Gothic; cursor: hand; }

#tblproductdetail .RequestButton
{ background-color: #444444; border: 1px solid #000000; color: #ffffff; font-size: 12px; font-weight: bold; font-family: Century Gothic; cursor: hand; }

#tblviewtabs
{ width: 510px; }

#tblviewtabs .tabs
{ position: relative; left: 10px; font-size: 12px; color :#ffffff; }

#tblviewtabs .tab
{ background-color: #f1f1f1; padding: 2px 10px; font-size: 12px; color :#898989; font-weight: bold; border-bottom: solid 1px #f1f1f1; }

#tblviewtabs .selectedTab
{ background-color: #444444; color: #ffffff; font-weight: bold; font-size: 12px; border-bottom: solid 1px #444444; }

#tblviewtabs .hovtabs
{ background-color: #444444; color: #ffffff; font-weight: bold; font-size: 12px; border-bottom: solid 1px #444444; }

#tblviewtabs .tabContents
{ border: solid 1px #444444; padding: 10px; background-color: #ffffff; font-size: 12px; color: #000000; width: 510px; }



/*=====================================================================================================================*/
/*********************************************************************************************************************/
/*******************Navigation *****************************/


.Navigation
{ width: 100% }

.PreviousButton
{ font-size: 10px; color: #7d7d7d; font-weight: normal; text-decoration: none; vertical-align: text-bottom; }

.PreviousButton:link
{ font-size: 10px; color: #7d7d7d; font-weight: normal; text-decoration: none; vertical-align: text-bottom; }


.PreviousButton:visited
{ font-size: 10px; color: #7d7d7d; font-weight: normal; text-decoration: none; vertical-align: text-bottom; }

.PreviousButton:hover
{ font-size: 10px; color: #444444; font-weight: normal; text-decoration: none; vertical-align: text-bottom; }

.PageLocation
{ font-size: 10px; color: #444444; font-weight: normal; text-decoration: none; vertical-align: text-bottom; }

.NextButton
{ font-size: 10px; color: #7d7d7d; font-weight: normal; text-decoration: none; vertical-align: text-bottom; }

.NextButton:link
{ font-size: 10px; color: #7d7d7d; font-weight: normal; text-decoration: none; vertical-align: text-bottom; }

.NextButton:visited
{ font-size: 10px; color: #7d7d7d; font-weight: normal; text-decoration: none; vertical-align: text-bottom; }

.NextButton:hover
{ font-size: 10px; color: #444444; font-weight: normal; text-decoration: none; vertical-align: text-bottom; }



/*=========================================================================================*/
/*****************Shopping Cart display *********************************************************/

#TdShoppingCart .lblmsg
{ font-family: Century Gothic; font-size: 12px; font-weight: normal; color :#444444; }

#TdShoppingCart
{padding-top: 25px;}

#ctl02_OrderPanel
{width:510px !important; width/**/: 500px; vertical-align:top; margin-left: auto; margin-right: 0px;}


.Tblshoppingcart
{ width:100%; border: none; }

.shopingcartheader
{ background-color: #444444; }

.ShoppingcartItemsHeading
{ height: 25px; }

.shoppingcartitem
{ background-color: #ffffff; border: none; }

.shoppingcartfooter
{ background-color: #ffffff; border: none; }

.ShoppingcartHeading 
{ font-family: Century Gothic; 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: Century Gothic; }

#TdShoppingCart h1
{ font-size: 10px; font-weight: bold; color: #ffffff; }

#TdShoppingCart h2
{ font-size: 10px; font-weight: bold; }

#TdShoppingCart h3
{ font-size: 12px; font-weight: bold; color: #444444; }

#TdShoppingCart h4
{ font-size: 14px; font-weight: bold; color: #000000; text-decoration: none; }

#TdShoppingCart h5
{ font-size: 10px; font-weight: bold; color: #444444;	}

#TdShoppingCart #TdProdSpecs
{ font-family: Century Gothic; font-size: 10px; color: #444444; }

.UpdateshoppingButton
{ font-family: Century Gothic; background-color: #444444; border: solid 1px #000000; color: #ffffff; font-size: 12px; font-weight:bold; cursor: hand; }

.CheckOutButton
{ font-family: Century Gothic; background-color: #444444; border: solid 1px #000000; color: #ffffff; font-size: 12px; font-weight:bold; cursor: hand; }

.ContinueshoppingButton
{ font-family: Century Gothic; background-color: #444444; border: solid 1px #000000; color: #ffffff; font-size: 12px; font-weight:bold; cursor: hand; }

.ProductQuantityTextbox
{ font-family: Century Gothic; color: #444444; font-size :11px; font-weight :bold; height: 18px; padding :0 0 0 4; border :1px solid 

#444444; }



/*=========================================================================================*/
/************************************************Enquiry Form*************************************************/


#tblEnquiry
{ font-family: Century Gothic; border: solid 1px #444444; width: 460px; }

#tblEnquiry H1
{ font-family: Century Gothic; font-size: 12px; color: #444444; font-weight: bold; vertical-align: top; margin: 0px; }

#tblEnquiry Tr
{ background-color: #cccccc; }

#tblenquiryform
{ background-color: #f1f1f1; }

#tblenquiryform H2
{ font-size: 11px; color: #444444; font-weight: bold; vertical-align: top; margin: 3 0 0 0; font-family: Century Gothic; display: 

block; }

#tblenquiryform H3
{ font-size: 12px; font-weight: bold; color: #444444; vertical-align: top; margin: 0px; font-family: Century Gothic; }

#tblenquiryform Tr
{ background-color: #f1f1f1; }

#tblenquiryform input
{ border: solid 1px #444444; font-family: Century Gothic; width: 150px; }

#tblenquiryform textarea
{ border: solid 1px #444444; font-family: Century Gothic; width: 250px; height: 105px; }


#tblEnquiry  .SubmitInquiryButton
{ border: solid 1px #000000; color: #ffffff; background-color: #444444; font-weight: bold; font-family: Century Gothic; font-size: 12px;
  margin: 4; cursor: hand; }

