/* Rocket Website Content */

Div.pagelayout {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
}




/*	There are the 4 main fonts which we can use. 
	H1 is the largest / biggest /strongest heading, H2 is the second largest, H3... H4... 
	
	Mouse-Over Text effect - 	When the mouse is over any of the text headings you might want to
								have an effect where the text might become bold or change colour.
								to do this simply add/alter the A:hover Stle
							
	Hyperlink Colour / font - 	If you want to control the hyperlink colour and font, you can use:
								A:link - for normal unvisited links
								A:visited - for normal visited links
								A:hover - as above, to change colour / font / size when the mouse is over.

*/

H1 {
	font-family: Arial;
	font-size: 20pt;
	font-weight: bold;
	text-transform: uppercase;
	font-style: normal;
	color: White;
}

H2 {
	font-family: Arial;
	font-size: 16pt;
	font-weight: bold;
	font-style: italic;
	color: White;
}

H3 {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	font-style: normal;
	color: #0A9200;
}

H4 {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #0A9200;
}

H4 A:link {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #0A9200;
	font-style:normal;
	text-decoration:none;
}

H4 A:visited {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #0A9200;
	font-style:normal;
	text-decoration:none;
}

H4 A:hover {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #0A9200;
	text-decoration: underline;
}
H5{
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	text-transform: none;
	font-style: normal;
	color: #0A9200;
        margin:0px;
}

.topMenu {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	color: #ffffff;
}

a.topMenu:link {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	color: #ffffff;
	text-decoration: none;
}

a.topMenu:visited {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	color: #ffffff;
	text-decoration: none;
}

a.topMenu:hover {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	color: #ffffff;
	text-decoration: underline;
}

a.topMenu:active {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	color: #ffffff;
	text-decoration: none;
}


.titleBtm {
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	color: #0A9200;
}
.regText {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	color: #006600;
}

/*	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: 13px;
	color: #000000;
	font-family: Arial;
}

p a:link { 	
	vertical-align: top;
	font-size: 13px;
	font-family: Arial;
	color: #0A9200;
	text-decoration: none;
}
	
p a:visited { 	
	vertical-align: top;
	font-size: 13px;
	font-family: Arial;
	color: #0A9200;
	text-decoration: none;
}
	
p a:hover { 	
	vertical-align: top;
	font-size: 13px;
	font-family: Arial;
	color: #0A9200;
	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: 13px;
	color: #000000;
	font-family: Arial;	
}

td {
	font-size: 13px;
	color: #000000;
	font-family: Arial;
}
/* Scroller Div
div.scroll {
	width: 190px; 
	height: 300px; 
	overflow: auto;
}
*/

/*	Bullet Point.
		. abcde
		. abcde
		. abcde
*/

ul {
	vertical-align: top;
	font-size: 13px;
	font-family: Arial;
	color: #000000;
}

/*	Number Points... e.g.
		1. abcde
		2. abcde
		3. abcde
*/

ol {
	vertical-align: top;
	font-size: 13px;
	font-family: Arial;
	color: #000000;
}

/* The following definitions control the Quick Menu 
=========================================================================

a.menu:link img
{
filter:none;-moz-opacity:1;opacity:1; float: center;
}
a.menu:visited img
{
filter:none;-moz-opacity:1;opacity:1; float: center;
}
a.menu:hover img
{
filter:alpha(opacity=00);-moz-opacity:.00;opacity:.00; float: center;
}
*/

/*	The following definitions control the left menu tree options.
=========================================================================
*/

bLeftMenuTree, a.bLeftMenuTree {
	font-size: 13px;
	vertical-align: middle;
	}

TreeLeaf, a.TreeLeaf {
	font-family: Arial; 
	color: #0A9200; 
	font-weight: bold; 
	font-size: 13px; 
	display: block; 
	padding-top: 1px; 
	padding-bottom: 10px; 
	padding-left: 10px;
	width: 168px; 
	vertical-align: middle;
	}

TreeLeaf, td.Treeleaf {
	font-family: Arial; 
	font-size: 13px; 
	color: #0A9200; 
	padding-bottom: 7px; 
	}

TreeLeaf, a.TreeLeaf:hover { 
	background-color: #0A9200; 
	font-family: Arial; 
	font-size: 13px; 
	color: #FFFFFF; 
	}

TreeSelectedLeaf, a.TreeSelectedLeaf { 
	background-color: #0A9200; 
	color: #FFFFFF; 
	}
/*	The following definitions control the interactive left menu options.
=========================================================================
*/


/*	Table.MenuLevel0 is the control for the base level menu
*/

MenuLevel0, a.MenuLevel0 {font-family: Arial; 
	color: #0A9200; 
	font-weight: bold; 
	font-size: 12px; 
	display: block; 
	padding-top: 5px; 
	padding-bottom: 5px; 
	padding-left: 10px;
	width: 100%; 
	vertical-align: middle;
}
MenuLevel0, a.MenuLevel0:hover {background-color: #0A9200; 
	font-family: Arial; 
	font-size: 12px; 
	color: #FFFFFF; 
}
Table.MenuLevel0 {font-family: Arial; 
	font-size: 12px; 
	color: #0A9200; 
	width: 168px;background-color: #D9F5CF; }

/*	Table.MenuLevel1 is the control for the Expaneded level menu
*/

MenuLevel1, a.MenuLevel1 {font-family: Arial; 
	color: #FFFFFF;  
	font-weight: bold; 
	font-size: 12px; 
	display: block; 
	padding-top: 1px; 
	padding-bottom: 5px; 
	padding-left: 10px;
	width: 168px; 
	vertical-align: middle;}
MenuLevel1, a.MenuLevel1:hover {font-family: Arial; 
	background-color: #d9bb01; 
        color: #084803; 
	font-weight: bold; 
	font-size: 12px; 
	display: block; 
	padding-top: 1px; 
	padding-bottom: 5px; 
	padding-left: 10px;
	width: 168px; 
	vertical-align: middle;}

Table.MenuLevel1 {font-family: Arial; 
	font-size: 12px; 
	background-color: #0A9200; 
	color: #FFFFFF; }

/*	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: #fdfcfa;
	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-top:16px;
}

/*	The header table that is INSIDE the Background Table
=========================================================================
*/

TABLE.HeaderTable {
	align: center;
	width: 896px;
        height: 173px;
	vertical-align: middle;
	border: 0;
	padding :0;
	cellspacing:0;
}

/*	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: 896px; 
	vertical-align: middle;
	border: 0;
	padding :0;
        background-image: url(/File.aspx?x=568&File=contentBG2.jpg);
    background-repeat: repeat-y;
    background-position: center top;
         align:middle;
        
}
/* No Left menu */
td.leftcolumn { 
	width: 35px;
	height: 100%;
	vertical-align: top;	
}

td.rightcolumn { 
	width: 825px;
	height: 100%;
	vertical-align: top;
        align:middle;
        padding: 15 35 0 0;
	
}
*/
/*	The header table that is INSIDE the Background Table
=========================================================================
*/

TABLE.FooterTable {
	align: center;
	width: 896px;
	vertical-align: middle;
}

.footer {
	
	font-size: 12px;
	color: #606060;
	font-family: Arial;
 font-weight: normal;
	text-decoration: none;
}


.footer:link {
	
	font-size: 12px;
	color: #606060;
	font-family: Arial;
	font-weight: normal;
	text-decoration: none;
}

.footer:visited {
	
	font-size: 12px;
	color: #606060;
	font-family: Arial;
	font-weight: normal;
	text-decoration: none;
}

.footer:hover {
	
	font-size: 12px;
	color: #51a323;
	font-family: Arial;
	font-weight: normal;
	text-decoration: underline;
}


.footerLink1:link {
	vertical-align: top;
	font-size: 10px;
	color: #FFFFFF;
	font-family: Arial;
	font-weight: normal;
	text-decoration: none;
}

a.footerLink1:visited {
	vertical-align: top;
	font-size: 10px;
	color: #FFFFFF;
	font-family: Arial;
	font-weight: normal;
	text-decoration: none;
}

a.footerLink1:hover {
	vertical-align: top;
	font-size: 10px;
	color: #FFFFFF;
	font-family: Arial;
	font-weight: normal;
	text-decoration: underline;
}

a.footerLink1:active {
	vertical-align: top;
	font-size: 10px;
	color: #FFFFFF;
	font-family: Arial;
	font-weight: normal;
	text-decoration: none;
}

a.btmMenu:link {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	color: #ffffff;
	text-decoration: none;
}

a.btmMenu:visited {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	color: #ffffff;
	text-decoration: none;
}

a.btmMenu:hover {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	color: #ffffff;
	text-decoration: none;
}

a.btmMenu:active {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	color: #ffffff;
	text-decoration: none;
}



/*---------shopping page-------*/

.Shoppingcart
{
margin: 0px 0px; width: 825px;
}

#rightsideshoppingpage
{
}
#ctl02_Leftsideshoppingpage
{
width: 100%;
}
.tdlastspace
{
height :10px;
}
/********** Category Display*************/
/*=========================================================================================*/


#TdBreadcrums
{
height: 25px;
padding-left: 0px;
}

#CategoryTd
{
border-top: 1px solid gray;
background-color :#ffffff;
width:700px;
height :17px;
padding:17px 0 0 0;
}
#TdCategoryHeading
{
width: 77%;
height:35px;
background-color :#51a323;
}
#CartImageTd
{
height:35px;
background-color :#51a323;
width: 23%;
padding-right: 10px;
}
#TrCategoryHeading h1
{
font-size :14px;
font-weight :bold ;	
color :#ffffff;
font-family :Verdana ;
background-color :#51a323;
padding-left :10px;
padding-right :10px;
margin :0px;

}
.CategoryHolder
{
background-color :#ffffff;
}
.CategorySepataor
{
width :80px;
}
.CategoryStyle
{
}
.CategoryLink
{
font-size :12px;
font-weight :bold ;	
color :#51a323;
font-family :Verdana ;
text-decoration :none;
vertical-align :text-bottom ;
}
.CategoryLink:link
{
font-size :12px;
font-weight :normal ;	
color :#606060;
font-family :Verdana ;
text-decoration :none;
vertical-align :text-bottom ;
}
.CategoryLink:visited
{
font-size :12px;
font-weight :normal ;	
color :#606060;
font-family :Verdana ;
text-decoration :none;
vertical-align :text-bottom ;
}
.CategoryLink:hover
{
font-size :12px;
font-weight :normal;	
color :#51a323;
font-family :Verdana ;

vertical-align :center ;
}

.ShoppingMenuBar
{
background-image: url(/File.aspx?x=568&File=arrow.gif);
margin: 0 10;
background-repeat: no-repeat;
background-position: center;
padding: 6px;
}
.CategoryItems
{
font-size: 14px;
color: #606060;
font-weight: bold;
font-family: Verdana;
text-decoration :none;
vertical-align: top;
}

.CategoryItems:link
{
font-size: 14px;
color: #606060;
font-weight: bold;
font-family: Verdana;
text-decoration :none;
vertical-align: top;
}
.CategoryItems:visited
{
font-size: 14px;
color: #606060;
font-weight: bold;
font-family: Verdana;
text-decoration :none;
vertical-align: top;
}
.CategoryItems:hover
{
font-size: 14px;
color: #ff7200;
font-weight: bold;
font-family: Verdana;
text-decoration : underline;
vertical-align: top;
}
.CategoryDeadLink
{
font-size: 14px;
color: #ff7200;
font-weight: bold;
font-family: Verdana;
text-decoration :none;
vertical-align: top;
}

/*********************Detailed View*********************************************************************************/
.DetailProductHolder
{
width :100%;
height:100%;
}
.DetailProductStyle
{
width:100%;
}
#tblproductdetail
{
width:70%;
background-color :#ffffff;
}
#tblproductdetail .tblDetailProductHeading
{
}
#tblproductdetail .DetailProductHeadingLeft
{
background-image :url(/File.aspx?x=568&File=left.gif);
width :15px;
height :51px;
}
#tblproductdetail .DetailProductHeadingContentLink
{
background-image :url(/File.aspx?x=568&File=repeat.gif);
background-repeat :repeat-x ;
height :51px;
width:385px;
}
#tblproductdetail .DetailProductHeadingContent
{
background-image :url(/File.aspx?x=568&File=repeat.gif);
background-repeat :repeat-x ;
height :51px;
width:185px;
}
#tblproductdetail .DetailProductHeadingRight
{
background-image :url(/File.aspx?x=568&File=right.gif);
width :15px;
height :51px;
}
#tblproductdetail .PContentContainerLefttopTd
{
width:1px;
height :1px;
background-color :#2C7F01;
}
#tblproductdetail .PContentContainermiddletopTd
{
background-color :#2C7F01;
}
#tblproductdetail .PContentContainerrighttopTd
{
width:1px;
height :1px;
background-color :#2C7F01;
}
#tblproductdetail .PContentContainerleftmiddleTd
{
background-color :#2C7F01;
}
#tblproductdetail .PContentContainermiddlemiddleTd
{
}
#tblproductdetail .PContentContainerrightmiddleTd
{
background-color :#2C7F01;	
}
#tblproductdetail .PContentContainerLeftbottomTd
{
width:1px;
height :1px;
background-color :#2C7F01;
}
#tblproductdetail .PContentContainermiddlebottomTd
{
background-color :#2C7F01;
}
#tblproductdetail .PContentContainerrightbottomTd
{
width:1px;
height :1px;
background-color :#2C7F01;
}

#tblproductdetail .tblDetailContent
{
}
#tblproductdetail .DetailProductSpacer
{
height :15px;
background-color :#ffffff ;
vertical-align:top;
}
#tblproductdetail h1, h2, h3, h4
{
font-family :Verdana ;
margin:0px;
} 
#tblproductdetail h1
{
font-size :10px;
color :#ffffff;	
font-weight: normal;
font-variant:normal ;
font-style: normal;
margin-top :5px;
}
#tblproductdetail h2
{
font-size :12px;
}
#tblproductdetail h3
{
font-size :9px;
color :#121212;
margin: 5 0 5 5;
} 
#tblproductdetail h4
{
font-size :14px;
color :#51a323;	
margin-top :5px;
font-weight :bold ;
font-family:Verdana;
}

#tblproductdetail .Detailimg 
{
margin-top :10px;
border:1px solid #ffffff;
}
#tblproductdetail .standardprice,.specialprice
{
font-family :Verdana;
font-weight :bold;
}
#tblproductdetail .standardprice
{
font-size :12px;
color:#2C7F01;
}
#tblproductdetail .specialprice
{
font-size :12px;
color:#2C7F01;
}
#tblproductdetail  #TRExtraDetail td
{
font-weight :bold;
font-family :Verdana ;
font-size :14px ;
color :#B10000;
}
#tblproductdetail .classificationtitle
{
font-size :11px;
color :#804000;
font-weight :bold;
background-color:#CFBBAA;
width:100px
}
#tblproductdetail .classificationvalue
{
font-size :10px;
color :#1C1A1A;
background-color:#E7DCD3;
width:100px
}
#tblproductdetail .TblProdspecs
{
width:500px;
}
#tblproductdetail .tblDetailContent #TRPrice
{
height :30px;
}
#tblproductdetail .tblDetailContent #TrButtons td
{
vertical-align :middle;
height :30px;
}


#tblviewtabs
{
width :300px;
}
#tblviewtabs .tabs
{   
position:center;
left:10px;
font-size: 12px;
color :#ffffff;
}
#tblviewtabs .tab
{
background-color :#A2A2A2;
padding:2px 10px;
font-size: 12px;
color :#ffffff;
font-weight :bold ;
border-bottom :solid 1px #9B9A9A;
}
#tblviewtabs .selectedTab
{
background-color :#51a323;
color :#ffffff;
font-weight :bold ;
font-size: 12px;
border-bottom :solid 1px #51a323;
}
#tblviewtabs .hovtabs
{
background-color :#51a323;
font-size: 12px;
color :#ffffff;
font-weight :bold ;
border-bottom :solid 1px #51a323;
}
#tblviewtabs .tabContents
{
border :solid 1px #51a323;
padding:10px;
background-color:#ffffff;
font-size: 12px;
color :#000000;
width:800px;
}
/*******************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 :#996633;
font-weight :bold;
vertical-align :text-bottom;
font-family:Verdana;
}
.NextButton
{
font-size :11px;
color :#4A2500;
font-weight :bold;
vertical-align :text-bottom;
font-family:Verdana;
}
.NextButton:link
{
font-size :11px;
color :#4A2500;
font-weight :bold;
text-decoration :none;
vertical-align :text-bottom;
font-family:Verdana;
}
.NextButton:visited
{
font-size :11px;
color :#4A2500;
font-weight :bold;
text-decoration :none;
vertical-align :text-bottom;
font-family:Verdana;
}
.NextButton:hover
{
font-size :11px;
color :#4A2500;
font-weight :bold;
text-decoration :underline;
vertical-align :text-bottom;
font-family:Verdana;
}


.CartButton
{
background-image :url(/File.aspx?x=568&File=cart.gif);
background-repeat :no-repeat ;
margin :0px;
border :0px;
height:20px;
width :23px;
cursor :hand;
background-position:bottom;
}
.CartButtonLink
{
font-size :11px;
font-weight :bold ;	
color :#ffffff;
font-family :Verdana ;
text-decoration :none;	
margin :0px;
padding :0px;
vertical-align :text-bottom ;
}
.CartButtonLink:link
{
font-size :11px;
font-weight :bold ;	
color :#ffffff;
font-family :Verdana ;
text-decoration :none;	
margin :0px;
padding :0px;
vertical-align :text-bottom ;
}
.CartButtonLink:hover
{
font-size :11px;
font-weight :bold ;	
color :#000000;
font-family :Verdana ;
text-decoration :underline;	
margin :0px;
padding :0px;
vertical-align :text-bottom;
}
.lblcartcount
{
font-size :10px;
font-weight :bold ;	
color :#ffffff;
font-family :Verdana ;
margin :0px;
padding :0px;
vertical-align :text-bottom ;
}



/******************Detailed list view with the flash preview, the quantity button***********************/
#tblproductdetail .QuantityLabel
{
font-family :Verdana ;
color :#51a323;
font-size :11px;
font-weight :bold;
}
#tblproductdetail .QuantityTextbox
{
font-family :Verdana ;
color :#000000;
font-size :11px;
font-weight :bold;
height :18px;
padding :0 0 0 4;
border :1px solid #51a323;
}
#tblproductdetail .AddtocartButton
{
background-color :#51a323;
border :1px solid #2c7f01;
color :#ffffff;
font-size :12px;
font-weight :bold;
font-family :Verdana ;
cursor :hand;
}

/*****************Shopping Cart display *********************************************************/
.ShoppingcartHeading 
{
font-family :Verdana ;
font-size:18px;
font-weight:bold;
color :#383838;
height :35px;
border-bottom :1px dashed #ffffff;
}
.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 ;

}
#TdShoppingCart h1
{
font-size:12px;
font-weight:bold;
color :#ffffff;
}
#TdShoppingCart h2
{
font-size:12px;
font-weight:bold;
}
#TdShoppingCart h3
{
font-size:12px;
font-weight:bold;
color :#FF6600;
}
#TdShoppingCart h4
{
font-size:12px;
font-weight:bold;
color :#FE0000;
text-decoration :none;
}
#TdShoppingCart h5
{
font-size:12px;
font-weight:bold;
color :#454545;	
}
#TdShoppingCart #TdProdSpecs
{
font-family :Verdana ;
font-size:10px;
}
.shopingcartheader
{
background-color :#76C409;
}
.shoppingcartfooter
{
background-color :#ffffff;
}
.shoppingcartitem
{
background-color :#ffffff;
}
.UpdateshoppingButton
{
font-family :Verdana ;
background-color :#76C409;
border :solid 1px #2C7F01;
color:#ffffff;
font-size:12px;
font-weight:bold;
cursor :hand;
}
.CheckOutButton
{
font-family :Verdana ;
background-color :#50a423;
border :solid 1px #50a423;
color:#ffffff;
font-size:12px;
font-weight:bold;
cursor :hand;
}
.ContinueshoppingButton
{
font-family :Verdana ;
background-color :#50a423;
border :solid 1px #50a423;
color:#ffffff;
font-size:12px;
font-weight:bold;
cursor :hand;
}
.ProductQuantityTextbox
{
font-family :Verdana ;
color :#000000;
font-size :11px;
font-weight :bold;
height :18px;
padding :0 0 0 4;
border :1px solid #2C7F01;
}
/******************************** terence***********************************/

/****************Gallery view *********************************/



/********************feature product**********************/
.GalleryProductHolder  /* (3) This is the outermost(big box) container that will hold products in gallery view*/
{
width :98%;
height :100%;
}
.featuredproductGallery /*(2) This is the outer container(inside big box) that will hold each feature product in gallery view*/
{
width: 258px;
height:190px;
}
.featuredproductGallery #tblGalleryproduct /*(1) This is the inner container actual table that holds a feature product*/
{
background-color:#e8e8e8;
border:1px solid #ff7200;
margin-top: 10px;
vertical-align: top ;
width:258px;
height:190px;
}

.tblGalleryProductHeading
{
height:0;
background-color :#ff7200;
vertical-align :top ;

}

.featuredproductGallery #tblGalleryproduct .GalleryProductHeadingLeft
{
width :14px;
background-color :#ff7200;
}
.featuredproductGallery #tblGalleryproduct .GalleryProductHeadingContentLink
{
width:135px;
background-color :#ff7200;
vertical-align: text-top;
}
.featuredproductGallery #tblGalleryproduct .GalleryProductHeadingContent
{
width:93px;
background-color :#ff7200;
}
.featuredproductGallery #tblGalleryproduct .GalleryProductHeadingRight
{
width :16px;
background-color :#ff7200;
}
.featuredproductGallery #tblGalleryproduct .GalleryProductSpacer
{
height:0;
background-color :#ff7200;
vertical-align: top;

}






/*************************************************GALLERY2******************************************************/


.GalleryProductStyle /*(2) This is the outer container(inside big box) that will hold  each product other than feature in gallery view*/
{
width:258px;
height:190px;
}
.AlternativeGalleryProductStyle /*(2) This is the outer container(inside big box) that will hold each product other than feature in gallery view alternative style*/
{
width:258px;
height:190px;
}
#tblGalleryproduct /*(1) This is the inner container actual table that holds a product other than feature*/
{
width:258px;
height:190px;
margin-top:10px;
margin-bottom:0;
vertical-align :top ;
background-color :#e8e8e8;
border: 1px solid #ff7200;

}
#tblGalleryproduct .GalleryProductSpacer
{
height:0px;
background-color :#ff7200;
}
#tblGalleryproduct .GalleryProductHeadingLeft
{
width :14px;
background-color :#ff7200;
}
#tblGalleryproduct .GalleryProductHeadingContentLink
{
width:135px;
background-color :#ff7200;
}
#tblGalleryproduct .GalleryProductHeadingContent
{
width:93px;
background-color :#ff7200;
}
#tblGalleryproduct .GalleryProductHeadingRight
{
width :16px;
background-color :#ff7200;
}
#tblGalleryproduct .PContentContainer
{
height :170px;
width :260px;
vertical-align:top;
}
#tblGalleryproduct .PContentContainerLefttopTd
{
width:5px;
height :5px;
}
#tblGalleryproduct .PContentContainermiddletopTd
{
}
#tblGalleryproduct .PContentContainerrighttopTd
{
width:5px;
height :5px;
}
#tblGalleryproduct .PContentContainerLeftbottomTd
{
width:5px;
height :5px;
}
#tblGalleryproduct .PContentContainerrightbottomTd
{
width:5px;
height :5px;
}

#tblGalleryproduct .tblGalleryContent
{
height:15px;
}


#tblGalleryproduct  .TdImage
{
}
#tblGalleryproduct  .TdDesc
{
}
#tblGalleryproduct  #TRExtraGallery td
{
text-align :center ;
font-weight :bold;
font-family: "ITC Avant Garde", "Century Gothic", sans-serif;
font-size :14px ;
color :#B10000;	
}
#tblGalleryproduct  .tdprice
{
text-align :center ;
height :25px;
}
#tblGalleryproduct .tdDetailsLink
{
height :16px;
}
#tblGalleryproduct h1, h2, h3, h4
{
font-family: "ITC Avant Garde", "Century Gothic", sans-serif;
margin:0px;
background-color:#ffffff;
font-weight: normal;
font-variant:normal ;
font-style: normal;
background:none;
} 
#tblGalleryproduct h1
{
font-size :12px;
color :#ff7200;	
margin-top :5px;
margin-bottom: 5px;
}
.featuredproductGallery #tblGalleryproduct h1
{
font-size :12px;
color :#ff7200;
margin-top :5px;
margin-bottom: 5px;
}
#tblGalleryproduct h2
{
font-size :14px;
color:#ff7200;
font-weight :bold;
}
#tblGalleryproduct h3
{
font-size :12px;
color :#5F6062;
margin-left :5px;	
} 
#tblGalleryproduct h4,h4 A:link,h4 A:visited,h4 A:hover
{
font-family: Verdana;
font-size :12px;
color :#000000;	
margin-top :12px;
font-weight: bold;
margin-top :5px;
margin-bottom: 5px;
}
#tblGalleryproduct h4 A:link
{
font-family: Verdana;
font-size :12px;
text-decoration :none;
color :#ffffff;	
font-weight: bold;
margin-top :5px;
margin-bottom: 5px;
}
#tblGalleryproduct h4 A:visited
{
font-family: Verdana;
font-size :12px;
color :#ffffff;	
text-decoration :none;
font-weight: bold;
margin-top :5px;
margin-bottom: 5px;
}
#tblGalleryproduct h4 A:hover
{
font-size :12px;
font-family: Verdana;
color :#000000;	
font-weight: bold;
margin-top :5px;
margin-bottom: 5px;
}
.featuredproductGallery #tblGalleryproduct h4,h4 A:link,h4 A:visited,h4 A:hover
{
font-size :12px;
color :#ffffff;	
margin-top :5px;
margin-bottom: 5px;
font-weight: bold;
}
.featuredproductGallery #tblGalleryproduct h4 A:link
{
font-size :12px;
text-decoration :none;
color :#ffffff;	
font-weight: bold;
}
.featuredproductGallery #tblGalleryproduct h4 A:visited
{
font-size :12px;
color :#ffffff;	
text-decoration :none;
font-weight: bold;
}
.featuredproductGallery #tblGalleryproduct h4 A:hover
{
font-size :12px;
text-decoration :underline;
color :#ffffff;	
font-weight: bold;
}

#tblGalleryproduct .Galleryimg 
{
border:1px solid #ffffff;
margin-top:5px;
height: 117px;
width: 130px;
}
#tblGalleryproduct .standardprice,.specialprice
{
font-family: "ITC Avant Garde", "Century Gothic", sans-serif;
font-weight :bold;
}
#tblGalleryproduct .specialprice
{
font-size :14px;
color:#C60A00;
font-weight :bold;
}
#tblGalleryproduct .Morelink,.Morelink:link,.Morelink:visited,.Morelink:hover
{
background:#ffffff url(/File.aspx?x=568&File=scbutton_details.gif) no-repeat;

height :22px;
width :77px;
display: block;

}


 a.menupic:link img
{
filter:none ;-moz-opacity:1;opacity:1; float: center;
}
a.menupic:visited img
{
 filter:none ;-moz-opacity:1;opacity:1; float: center; 

}
a.menupic:hover img
{

filter:alpha(opacity=00);-moz-opacity:.00;opacity:.00; float: center;

} 


.mfcf_ContactForm {margin-left: 10px;}

