Div.pagelayout {
	align: center;
	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.

*/

Div.mfcf_register H3
{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
        text-decoration:underline;
	color: #c64818;
        text-align: left;
}


H1
{
	font-family: Tahoma;
	font-size: 15pt;
	font-weight: bold;
	text-transform: uppercase;
	font-style: normal;
	color: #2d2d53;
}

H7 {
	font-family: Tahoma;
	font-size: 15pt;
	font-weight: bold;
	text-transform: uppercase;
	font-style: normal;
	color: #2d2d53;
}

H2 {
	font-family: Tahoma;
	font-size: 13pt;
	font-weight: normal;
	font-style: italic;
	color: #2d2d53;
}

H3 {
	font-family: Tahoma;
	font-size: 12pt;
	font-weight: normal;
	text-transform: uppercase;
	font-style: normal;
	color: #c54717;
}

H4 {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #000000;
}

H4 A:link {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	font-style:normal;
	text-decoration:none;
}

H4 A:visited {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	font-style:normal;
	text-decoration:none;
}

H4 A:hover {
	font-family: Verdana
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #000000;
	text-decoration: underline;
}

.topMenu {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
        line-height: 12px;
}

a.topMenu:link {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
        line-height: 12px;
}

a.topMenu:visited {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;line-height: 12px;
}

a.topMenu:hover {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #C64818;
	text-decoration: none;line-height: 12px;
}

.title {
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	color: #C64818;
    text-align: left;
}

.textGreen {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #009900;
}

/*	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.

*/

Div.frm_usermaint td
{
vertical-align: top;
	font-size: 11px;
	color: #2D2D53;
	font-family: Verdana;
}
Div.frm_usermaint td H2
{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
        text-decoration:underline;
	color: #c64818;
        text-align: left;
}

p {
	vertical-align: top;
	font-size: 11px;
	color: #2D2D53;
	font-family: Verdana;
/*    text-align: justify; */
}

p a:link { 	
	vertical-align: top;
	font-size: 11px;
	font-family: Verdana;
	color: #C64818;
	text-decoration: none;
}
	
p a:visited { 	
	vertical-align: top;
	font-size: 11px;
	font-family: Verdana;
	color: #C64818;
	text-decoration: none;
}
	
p a:hover { 	
	vertical-align: top;
	font-size: 11px;
	font-family: Verdana;
	color: #C64818;
	text-decoration: underline;
	}

body {
/*	Always set background-colour to white otherwise it will stuff up the CMS system
*/
	background-color: White;
	vertical-align: top;
	font-size: 11px;
	color: black;
	font-family: Verdana;
    width: 100%;
    height: 100%;
}

/*	Bullet Point.
		. abcde
		. abcde
		. abcde
*/

ul {
	vertical-align: top;
	font-size: 11px;
	font-family: Verdana;
	color: #2D2D53;
}

/*	Number Points... e.g.
		1. abcde
		2. abcde
		3. abcde
*/

ol {
	vertical-align: top;
	font-size: 11px;
	font-family: Verdana;
	color: #2D2D53;
}

/*	The following definitions control the left menu tree options.
=========================================================================
*/

bLeftMenuTree, a.bLeftMenuTree {font-size: 12px}

TreeLeaf, a.TreeLeaf 
{ font-family: Verdana; color: #FFFFFF; font-weight: bold;}

TreeLeaf, td.Treeleaf
{ font-family: Verdana; font-size: 12px; color: #FFFFFF; font-weight: bold; padding-left: 10px; padding-bottom: 15px; padding-top: 15px;}

TreeLeaf, a.TreeLeaf:hover 
{ font-family: Verdana; color: #C64818; font-weight: bold; }

TreeLeaf, a.TreeSelectedLeaf
{ font-family: Verdana; color: #C64818; font-weight: bold; }

/*	The following definitions control the interactive left menu options.
=========================================================================
*/
/*	Table.MenuLevel0 is the control for the base level menu
*/
/*
MenuLevel0, a.MenuLevel0 {

	font-family: Tahoma; 
	font-size: 10pt; 
	font-weight: bold;
	text-decoration: underline;
	color: White;

}

Table.MenuLevel0 
{
	width:180px; 
	padding-left:20px; 
	padding-top:2px; 
	padding-bottom:15px; 
	font-family: Tahoma; 
	font-size: 10pt; 
	color: White;
}

MenuLevel0, a.MenuLevel0:hover 
{ 
	font-family: Tahoma;
	font-size:10pt; 
	color:yellow; 
	text-decoration: underline;
}
*/
/*	Table.MenuLevel1 is the control for the Expaneded level menu
*/
/*
MenuLevel1, a.MenuLevel1 {font-family: Tahoma; font-size: 10pt; color: White;}

Table.MenuLevel1 { width:100%; padding-left:20px; padding-right:10px;  padding-top:2px; padding-bottom:2px;font-family: Tahoma; font-size: 10pt; color: White;}
*/

/*	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: #2d2d53 url(/File.aspx?x=452&File=tdrow.gif) repeat-y top center;
	border-collapse:collapse;
    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;

    padding: 0px;
}
.footertr {
    background-image: url(/File.aspx?x=452&File=tdrow2.gif);
    background-repeat: repeat-y;
    background-position: top center;

}
/*	The header table that is INSIDE the Background Table
=========================================================================
*/

TABLE.HeaderTable {
	align: center;
	background-color: #FFFFFF;
	width: 968px;
	height: 100%;
	vertical-align: top;
	padding :0;
	cellspacing:0;
    margin-top: 10px;
}


/*	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=452&File=main_BG2.gif) repeat-y center top;
	width: 968px; 
	height:550px;
	vertical-align: top;
	padding :0;
}

td.leftcolumn { 
/*	width: 211px; */
	width: 195px;
	height:100%;
	vertical-align: top;
	padding-left: 25px;
	padding-right: 10px;
}

td.rightcolumn { 
	height:100%;
	vertical-align: top;
	padding-top: 20px;
	padding-bottom: 30px;
	padding-left: 0px;
	padding-right: 40px;
}

/*	The header table that is INSIDE the Background Table
=========================================================================
*/

TABLE.FooterTable {
	align: center;
	width: 968px;
	height: 100%;
	vertical-align: top;
    background-image: url(/File.aspx?x=452&File=footer_top.gif);
    background-repeat: no-repeat;
    background-position: top center;
    margin-bottom: 0px;
}

/* TABLE.FooterTable td{padding-top: 28px;} */

.footer {
	vertical-align: top;
	font-size: 10px;
	color: #FFFFFF;
	font-family: Verdana;
	font-weight: normal;
}

a.footer:link {
	vertical-align: top;
	font-size: 10px;
	color: #FFFFFF;
	font-family: Verdana;
	font-weight: normal;
	text-decoration: none;
}

a.footer:visited {
	vertical-align: top;
	font-size: 10px;
	color: #FFFFFF;
	font-family: Verdana;
	font-weight: normal;
	text-decoration: none;
}

a.footer:hover {
	vertical-align: top;
	font-size: 10px;
	color: #FFFFFF;
	font-family: Verdana;
	font-weight: normal;
	text-decoration: underline;
}

a.footerLeft:active {
	vertical-align: top;
	font-size: 10px;
	color: #FFFFFF;
	font-family: Century Gothic;
	font-weight: normal;
	text-decoration: none;
}
.mfcf_quoteform p{text-align:left;}

.mfcf_Confirm
{
background-color :#FFFFFF;
background-image: url(/File.aspx?x=452&File=button4orange.gif);
background-repeat :no-repeat ;
border :0px;
color :#ffffff;
font-size :12px;
font-weight :bold;
font-family :Verdana;
cursor :hand;
width:130px;
height:20px;
}

/*---------shopping page-------*/
Div.Shoppingcart
{
width:100%;
}
#rightsideshoppingpage
{
}
#leftsideshoppingpage
{
background-color: #ffffff;
height: 100%;
font-family :Verdana;
width:100%;
}
.tdlastspace
{
height :10px;
}
/********** Category Display*************/
/*=========================================================================================*/


#TdBreadcrums
{
background-color :#ffffff;
width:650px;
height :25px;
}
#CategoryTd
{
background-color :#ffffff;
width:650px;
height :40px;
}
#TdCategoryHeading
{
width:500px;
height:35px;
background-color :#ECECEE;
}
#CartImageTd
{
height:35px;
width:150px;
background-color :#ECECEE;
}
#TrCategoryHeading h1
{
font-size :16px;
font-weight :bold ;	
color :#F36621;
font-family :Verdana;
background:none;
padding-left :5px;
margin :0px;
}
.CategoryHolder
{
background-color :#ffffff;
width:650px;
margin-left :15px;
}
.CategorySepataor
{
width :20px;
}
.CategoryStyle
{
}
.CategoryLink
{
font-size :12px;
font-weight :bold ;	
color :#2D2D53;
font-family :Verdana;
text-decoration :none;
vertical-align :text-bottom ;
}
.CategoryLink:link
{
font-size :12px;
font-weight :bold ;	
color :#2D2D53;
font-family :Verdana;
text-decoration :none;
vertical-align :text-bottom ;
}
.CategoryLink:visited
{
font-size :12px;
font-weight :bold ;	
color : #2D2D53;
font-family :Verdana;
text-decoration :none;
vertical-align :text-bottom ;
}
.CategoryLink:hover
{
font-size :12px;
font-weight :bold ;	
color :#2D2D53;
font-family :Verdana;
border-bottom :dashed 1px #2D2D53;
vertical-align :text-bottom ;
}
.ShoppingMenuBar
{
background-image :url(/File.aspx?x=452&File=scarrow.jpg);
margin:0px 4 px 0px 4 px;
background-repeat :no-repeat;
width:10px;
height:8px;
}
.CategoryItems
{
font-size :12px;
font-weight :bold ;	
color : Black;
font-family :Verdana;
text-decoration :none;
vertical-align :text-bottom ;
}
.CategoryItems:link
{
font-size :12px;
font-weight :bold ;	
color :#2D2D53;
font-family :Verdana;
text-decoration :none;
vertical-align :text-bottom ;
}
.CategoryItems:visited
{
font-size :12px;
font-weight :bold ;	
color :#2D2D53;
font-family :Verdana;
text-decoration :none;
vertical-align :text-bottom ;
}
.CategoryItems:hover
{
font-size :12px;
font-weight :bold ;	
color : #2D2D53;
font-family :Verdana;
border-bottom :dashed 1px #325585;
vertical-align :text-bottom ;
}
.CategoryDeadLink
{
font-size :12px;
font-weight :bold ;	
color :#000000;
font-family :Verdana;
text-decoration :none;
vertical-align :text-bottom ;
}
.CartButton
{
background-image :url(/File.aspx?x=452&File=sccart.gif);
background-repeat :no-repeat ;
margin :0px;
border :0px;
height:20px;
width :19px;
cursor :hand;
background-color:#ECECEE;
background-position:bottom;
}
.CartButtonLink
{
font-size :12px;
font-weight :bold ;	
color :#2D2D53;
font-family :Verdana;
text-decoration :none;	
margin :0px;
padding :0px;
vertical-align :text-bottom ;
}
.CartButtonLink:link
{
font-size :12px;
font-weight :bold ;	
color :#2D2D53;
font-family :Verdana;
text-decoration :none;	
margin :0px;
padding :0px;
vertical-align :text-bottom ;
}
.CartButtonLink:hover
{
font-size :12px;
font-weight :bold ;	
color :#2D2D53;
font-family :Verdana;
text-decoration :underline;	
margin :0px;
padding :0px;
vertical-align :text-bottom;
}
.lblcartcount
{
font-size :12px;
font-weight :bold ;	
color :#000000;
font-family :Verdana;
margin :0px;
padding :0px;
vertical-align :text-bottom ;
}
/*=========================================================================================*/
/************************Product Display*********************/
/**************************************************************/
/*********View Buttons*****************************************/
#TblviewStyle
{
padding-left:10px;
background-color :#ffffff;
border-bottom :1px solid #2D2D53;
width: 100%;
}
#TblviewStyle .ListViewButton
{
background-image: url(/File.aspx?x=452&File=sclist.gif);
height :19px;
width :54px;
cursor :hand;
background-repeat :no-repeat ;
background-color :#ffffff;
border:0px;
background-position:bottom;
}
#TblviewStyle .GalleryViewButton
{
background-image:url(/File.aspx?x=452&File=scgallery.gif);
height :19px;
width :54px;
cursor :hand;
background-repeat :no-repeat ;
background-color :#ffffff;
border:0px;
background-position:bottom;
}
#TblviewStyle .labelListView
{
font-weight :bold;
font-size :12px;
font-family :Verdana;
color:	black;
}
#TblviewStyle .labelGalleryView
{
font-weight :bold;
font-size :12px;
font-family :Verdana;
color:	black;	
}
/****************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:230px;
height:280px;
}
.featuredproductGallery #tblGalleryproduct /*(1) This is the inner container actual table that holds a feature product*/
{
border:2px solid #2D2D53;
}
.GalleryProductStyle /*(2) This is the outer container(inside big box) that will hold  each product other than feature in gallery view*/
{
width:230px;
height:280px;
}
.AlternativeGalleryProductStyle /*(2) This is the outer container(inside big box) that will hold each product other than feature in gallery view alternative style*/
{
width:230px;
height:280px;
}
#tblGalleryproduct /*(1) This is the inner container actual table that holds a product other than feature*/
{
width:213px;
height:280px;
vertical-align :top;
background-color :#FFFFFF;
margin-top:10px;
border:1px solid #2D2D53;
}
#tblGalleryproduct .tblGalleryProductHeading
{
}
#tblGalleryproduct .GalleryProductHeadingLeft
{
width :5px;
height :30px;
}
#tblGalleryproduct .GalleryProductHeadingContentLink
{
width :128px;
height :30px;
}
#tblGalleryproduct .GalleryProductHeadingContent
{
width :75px;
height :30px;
}
#tblGalleryproduct .GalleryProductHeadingRight
{
width :5px;
height :30px;
}
#tblGalleryproduct .PContentContainer
{
}
#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:240px;
}
#tblGalleryproduct .GalleryProductSpacer
{
height:0px;
}

#tblGalleryproduct  .TdImage
{
height:115px;
}
#tblGalleryproduct  .TdDesc
{
height:70px;
}
#tblGalleryproduct  #TRExtraGallery td
{
text-align :center ;
font-weight :bold;
font-family :Century Gothic;
font-size :14px ;
color :#B10000;
height:10px;	
}
#tblGalleryproduct  .tdprice
{
text-align :center ;
height :35px;
}
#tblGalleryproduct .tdDetailsLink
{
height :10px;
}
#tblGalleryproduct h1, h2, h3, h4
{
font-family :Verdana;
margin:0px;
text-transform:none;
font-weight: normal;
font-variant:normal ;
font-style: normal;
} 
#tblGalleryproduct h1
{
font-size :12px;
color :#000000;	
margin-top :5px;
font-weight: bold;
}
#tblGalleryproduct h2
{
font-size :12px;
color:#F46523;
font-weight: bold;
}
#tblGalleryproduct h3
{
font-size :12px;
color :#121212;
margin-left :5px;
font-weight: bold;	
} 
#tblGalleryproduct h4,h4 a:link,h4 a:visited,h4 a:hover
{
font-size :12px;
color :#F46523;	
margin-top :5px;
font-weight: bold;
}
#tblGalleryproduct h4 a:link
{
font-size :12px;
text-decoration :none;
color :#F46523;
font-weight: bold;	
}
#tblGalleryproduct h4 a:visited
{
font-size :12px;
color :#F46523;	
text-decoration :none;
font-weight: bold;
}
#tblGalleryproduct h4 a:hover
{
font-size :12px;
text-decoration :underline;
color :#F46523;	
font-weight: bold;
}
#tblGalleryproduct .Galleryimg 
{
border:1px solid #ffffff;
}
#tblGalleryproduct .standardprice,.specialprice
{
font-family :Verdana;
font-size :12px;
color:#F46523;
font-weight: bold;
}
#tblGalleryproduct .specialprice
{
font-size :12px;
color:#F46523;
font-weight: bold;
}
#tblGalleryproduct .Morelink,.Morelink:link,.Morelink:visited,.Morelink:hover
{
background-image :url(/File.aspx?x=452&File=scbutton_details.gif);
background-repeat :no-repeat ;
height :16px;
width :53px;
}

/*************************************************************************************/
/*********************List View *************/
.listProductHolder
{
width :100%;
height:100%;
}
.featuredproductlist
{
width:620px;
height:170px;
}
.featuredproductlist #tbllistproduct
{
border:2px solid #2D2D53;
}
.listProductStyle
{
width:620px;
height:170px;
}
.AlternativelistProductStyle
{
width:620px;
height:170px;
}
#tbllistproduct
{
width:600px;
height:150px;
background-color :#FFFFFF;
margin-top:10px;
border:1px solid #2D2D53;
}
#tbllistproduct .tblListProductHeading
{
}
#tbllistproduct .ListProductHeadingLeft
{
width:5px;
height:30px;
}
#tbllistproduct .ListProductHeadingContentLink
{
height:30px;
width:405px;
}
#tbllistproduct .ListProductHeadingContent
{
height:30px;
width:185px;
}
#tbllistproduct .ListProductHeadingRight
{
width:5px;
height:30px;
}
#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 :0px;
}

#tbllistproduct .TrContentTop
{
}
#tbllistproduct .TrContentTop .TdImage
{
	
}
#tbllistproduct .TrContentTop .TdDesc
{
}
#tbllistproduct .TrContentTop .desctext
{
}
#tbllistproduct .TrContentBottom
{
}
#tbllistproduct .TrContentBottom .tdprice
{
vertical-align :text-bottom ;
}
#tbllistproduct .TrContentBottom .tdDetailsLink
{
vertical-align :text-bottom ;	
}

#tbllistproduct h1, h2, h3, h4
{
font-family :Verdana;
margin:0px;
text-transform:none;
font-weight: normal;
font-variant:normal ;
font-style: normal;
} 
#tbllistproduct h1
{
font-size :12px;
color :#000000;	
margin-top :5px;
font-weight: bold;
}
#tbllistproduct h2
{
font-size :12px;
color:#F46523;
font-weight: bold;
}
#tbllistproduct h3
{
font-size :12px;
color :#121212;
font-weight: bold;
margin: 0 0 5 5;
} 
#tbllistproduct h4,h4 a:link,h4 a:visited,h4 a:hover
{
font-size :12px;
color :#F46523;	
margin-top :5px;
font-weight: bold;
}
#tbllistproduct h4 a:link
{
text-decoration :none;
font-size :12px;
color :#F46523;
font-weight: bold;	
}
#tbllistproduct h4 a:visited
{
font-size :12px;
text-decoration :none;
color :#F46523;
font-weight: bold;
}
#tbllistproduct h4 a:hover
{
text-decoration :underline;
font-size :12px;
color :#F46523;
font-weight: bold;
}
#tbllistproduct .Listimg 
{
border:1px solid #ffffff;
}
#tbllistproduct .standardprice,.specialprice
{
font-family :Verdana;
font-weight :bold;
}
#tbllistproduct .standardprice
{
font-size :12px;
}
#tbllistproduct .specialprice
{
font-size :12px;
color:#F36621;
}
#tbllistproduct .Morelink,.Morelink:link,.Morelink:visited,.Morelink:hover
{
background-image :url(/File.aspx?x=452&File=scbutton_details.gif);
background-repeat :no-repeat ;
height :16px;
width :53px;
}

#tbllistproduct  #TRExtralist td
{
font-weight :bold;
font-family :Verdana;
font-size :14px ;
color :#000000;
padding: 0 0 5 5;	
}
#tbllistproduct .classificationtitle
{
font-size :10px;
color :#FF4100;
background-color:#C7DEF3;
width:100px
}
#tbllistproduct .classificationvalue
{
font-size :10px;
color :#000000;
background-color:#ECECEE;
width:100px
}
#tbllistproduct .TblProdspecs
{
padding: 5 5 5 5;
width:100%;
}

/*********************Detailed View*********************************************************************************/
.DetailProductHolder
{
width :100%;
height:100%;
}
.DetailProductStyle
{
width:100%;
}
#tblproductdetail
{
width:100%;
background-color :#FFFFFF;
border:1px solid #000000;
}
#tblproductdetail .tblDetailProductHeading
{
}
#tblproductdetail .DetailProductHeadingLeft
{
width :15px;
height :30px;
}
#tblproductdetail .DetailProductHeadingContentLink
{
height :51px;
width:475px;
}
#tblproductdetail .DetailProductHeadingContent
{
height :51px;
width:185px;
}
#tblproductdetail .DetailProductHeadingRight
{
width :15px;
height :30px;
}
#tblproductdetail .PContentContainerLefttopTd
{
width:5px;
height :5px;
}
#tblproductdetail .PContentContainermiddletopTd
{
}
#tblproductdetail .PContentContainerrighttopTd
{
width:5px;
height :5px;
}
#tblproductdetail .PContentContainerleftmiddleTd
{
}
#tblproductdetail .PContentContainermiddlemiddleTd
{
}
#tblproductdetail .PContentContainerrightmiddleTd
{	
}
#tblproductdetail .PContentContainerLeftbottomTd
{
width:5px;
height :5px;
}
#tblproductdetail .PContentContainermiddlebottomTd
{
}
#tblproductdetail .PContentContainerrightbottomTd
{
width:5px;
height :5px;
}

#tblproductdetail .tblDetailContent
{
}
#tblproductdetail .DetailProductSpacer
{
height :10px;
background-color :White ;
}
#tblproductdetail h1, h2, h3, h4
{
font-family :Verdana;
margin:0px;
font-weight: normal;
font-variant:normal ;
font-style: normal;
text-transform:none;
} 
#tblproductdetail h1
{
font-size :12px;
color :#000000;	
margin-top :5px;
font-weight: bold;
font-variant:normal ;
font-style: normal;
}
#tblproductdetail h2
{
font-size :14px;
color :#F46523;
font-weight:bold;
}
#tblproductdetail h3
{
font-size :12px;
color :#121212;
font-weight:bold;
margin: 5 0 5 5;
} 
#tblproductdetail h4
{
font-size :12px;
color :#F46523;	
margin-top :5px;
font-weight:bold;
}
#tblproductdetail .Detailimg 
{
margin-top :10px;
border:1px solid #ffffff;
}
#tblproductdetail .standardprice,.specialprice
{
font-family :Century Gothic;
font-weight :bold;
}
#tblproductdetail .standardprice
{
font-size :14px;
font-weight :bold;
color:#F36621;
}
#tblproductdetail .specialprice
{
font-size :14px;
font-weight :bold;
color:#F36621;
}
#tblproductdetail  #TRExtraDetail td
{
font-weight :bold;
font-family :Century Gothic;
font-size :14px ;
color :#000000;
}
#tblproductdetail .classificationtitle
{
font-size :10px;
color :#FF4100;
background-color:#C7DEF3;
width:100px
}
#tblproductdetail .classificationvalue
{
font-size :10px;
color :#000000;
background-color:#ECECEE;
width:100px
}
#tblproductdetail .TblProdspecs
{
padding: 5 5 5 5;
width:100%;
}

#tblproductdetail .tblDetailContent #TRPrice
{
height :30px;
}
#tblproductdetail .tblDetailContent #TrButtons td
{
vertical-align :middle;
height :30px;
}
#tblproductdetail .QuantityLabel
{
font-family :Verdana;
color :#727272;
font-size :12px;
font-weight :bold;
}
#tblproductdetail .QuantityTextbox
{
font-family :Verdana;
color :#000000;
font-size :12px;
font-weight :bold;
height :18px;
padding :0 0 0 4;
border :1px solid #727272;

}
#tblproductdetail .AddtocartButton
{
background-color :#FFFFFF;
background-image: url(/File.aspx?x=452&File=button2blue.gif);
background-repeat :no-repeat ;
border :0px;
color :#ffffff;
font-size :12px;
font-weight :bold;
font-family :Century Gothic;
cursor :hand;
width:90px;
height:20px;
}

#tblviewtabs
{
width :100%;
margin-top:10px;
}
#tblviewtabs .tabs
{   
position:relative;
left:10px;
font-size: 12px;
color :#ffffff;
}
#tblviewtabs .tab
{
background-color :#A2A2A2;
WIDTH: 25px;
padding:2px 10px;
font-size: 12px;
color :#ffffff;
font-weight :bold ;
border-bottom :solid 1px #A2A2A2;
}
#tblviewtabs .selectedTab
{
background-color :#2D2D53;
WIDTH: 25px;
color :#ffffff;
font-weight :bold ;
font-size: 12px;
border-bottom :solid 1px #2D2D53;
}
#tblviewtabs .hovtabs
{
background-color :#2D2D53;
font-size: 12px;
color :#ffffff;
font-weight :bold ;
border-bottom :solid 1px #2D2D53;
}
#tblviewtabs .tabContents
{
border :solid 1px #ACACB5;
padding:10px;
background-color:#ffffff;
font-size: 12px;
color :#000000;
width:100%;
}

/*=====================================================================================================================*/
/*********************************************************************************************************************/
/*******************Navigation *****************************/

#Navigation
{
}
.PreviousButton
{
font-size :11px;
color :#4A2500;
font-weight :bold;
text-decoration :none;
vertical-align :text-bottom;
}
.PreviousButton:link
{
font-size :11px;
color :#4A2500;
font-weight :bold;
text-decoration :none;
vertical-align :text-bottom;
}
.PreviousButton:visited
{
font-size :11px;
color :#4A2500;
font-weight :bold;
text-decoration :none;
vertical-align :text-bottom;
}
.PreviousButton:hover
{
font-size :11px;
color :#4A2500;
font-weight :bold;
text-decoration :underline;
vertical-align :text-bottom;
}
.PageLocation
{
font-size :11px;
color :#804000;
font-weight :bold;
vertical-align :text-bottom;
}
.NextButton
{
font-size :11px;
color :#4A2500;
font-weight :bold;
vertical-align :text-bottom;
}
.NextButton:link
{
font-size :11px;
color :#4A2500;
font-weight :bold;
text-decoration :none;
vertical-align :text-bottom;
}
.NextButton:visited
{
font-size :11px;
color :#4A2500;
font-weight :bold;
text-decoration :none;
vertical-align :text-bottom;
}
.NextButton:hover
{
font-size :11px;
color :#4A2500;
font-weight :bold;
text-decoration :underline;
vertical-align :text-bottom;
}

/*****************Shopping Cart display *********************************************************/
.ShoppingcartHeading 
{
font-family :Verdana;
font-size:18px;
font-weight:bold;
color :#FFFFFF;
height :35px;
border-bottom :1px dashed #ECECEE;
}
.ShoppingcartItemsHeading
{
height :25px;
}
.Tblshoppingcart
{
width:100%;
}
#TdShoppingCart
{
font-family :Verdana;
}
#TdShoppingCart .lblmsg
{
font-family :Verdana;
font-size:14px;
font-weight:bold;
color :#FF6600;
}
#TdShoppingCart h1, h2, h3, h4, h5
{
margin:0px;
font-family :Verdana;
font-variant:normal ;
font-style: normal;
text-transform:none;
}
#TdShoppingCart h1
{
font-family :Verdana;
font-size:12px;
font-weight:bold;
color :#ffffff;
}
#TdShoppingCart h2
{
font-family :Verdana;
font-size:12px;
font-weight:bold;
color:#FF4100;
}
#TdShoppingCart h3
{
font-family :Verdana;
font-size:12px;
font-weight:bold;
color :#454545;
}
#TdShoppingCart h4
{
font-family :Verdana;
font-size:12px;
font-weight:bold;
color :#FE0000;
text-decoration :none;
}
#TdShoppingCart h5
{
font-family :Verdana;
font-size:12px;
font-weight:bold;
color :#FF4100;	
}
#TdShoppingCart #TdProdSpecs
{
font-family :Verdana;
font-size:10px;
font-weight:bold;
color:#454545;
}
.shopingcartheader
{
background-color:#2D2D53;
}
.shoppingcartfooter
{
background-color :#ffffff;
}
.shoppingcartitem
{
background-color :#ffffff;
}
.UpdateshoppingButton
{
background-color :#FFFFFF;
background-image: url(/File.aspx?x=452&File=button2blue.gif);
background-repeat :no-repeat ;
border :0px;
color :#ffffff;
font-size :12px;
font-weight :bold;
font-family :Verdana;
cursor :hand;
width:90px;
height:20px;
}
.CheckOutButton
{
background-color :#FFFFFF;
background-image: url(/File.aspx?x=452&File=button2blue.gif);
background-repeat :no-repeat ;
border :0px;
color :#ffffff;
font-size :12px;
font-weight :bold;
font-family :Verdana;
cursor :hand;
width:90px;
height:20px;
}
.ContinueshoppingButton
{
background-color :#FFFFFF;
background-image: url(/File.aspx?x=452&File=button4orange.gif);
background-repeat :no-repeat ;
border :0px;
color :#ffffff;
font-size :12px;
font-weight :bold;
font-family :Verdana;
cursor :hand;
width:130px;
height:20px;
}
.ProductQuantityTextbox
{
font-family :Verdana;
color :#000000;
font-size :12px;
font-weight :bold;
height :18px;
padding :0 0 0 4;
border :1px solid #2D2D53;
}