/*BTC*/
Div.pagelayout
{
	align: center;
	width: 100%;
}

hr{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, sans-serif;
	font-size: 17px;
	font-weight: bold;
	text-transform: titlecase;
	font-style: normal;
	color:#ffffff;
	display: block;
	padding: 6px;
	width: 100%;
	background-color: #D12204;
	
}

H1 a:link{color:#ffffff; text-decoration:none;}
H1 a:visited{color:#ffffff; text-decoration:none;}
H1 a:hover{color:#ffffff; text-decoration:underline;}

H2 
{
	font-family: Arial, sans-serif;
	font-size: 14px;
	color:#D12204;
        margin-bottom: 6px;
	}

H3 
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	color:#D12204;margin-top: 0px;margin-bottom: 0px;
	}

H2 a:link, H3 a:link {font-family: Arial, sans-serif; color:#D12204; text-decoration:none;}
H2 a:visited, H3 a:visited {font-family: Arial, sans-serif; color:#D12204; text-decoration:none;}
H2 a:hover, H3 a:hover {color:#D12204; text-decoration:underline;}

H4 
{
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	color:#019CC4;
        margin-top: 0px;
        margin-bottom: 0px;
	}
H4 a:link
{
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	color:#019CC4;
	text-decoration:none;
	}

H4 a:visited
{
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	color:#019CC4;
	text-decoration:none;
	}
H4 a:hover
{
	color:#019CC4;
	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: #576265;
	font-family: Arial, sans-serif;
        margin-top: 3px;
        margin-bottom: 3px;
        text-align:justify;

}

p a:link, li a:link{font-family: Arial, sans-serif; color: #333333; text-decoration:underline;}
p a:visited, li a:visited{font-family: Arial, sans-serif; color: #333333; text-decoration:underline;}
p a:hover, li a:hover{font-family: Arial, sans-serif; color: #D12204; 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: 11px;
	color: #576265;
	font-family: Arial, sans-serif;
	width: 100%;
	height: 100%;
	
}

/*	Bullet Point.
		. abcde
		. abcde
		. abcde
*/

ul
{
	font-size: 11px;
	color: #576265;
	font-family: Arial, sans-serif;margin: 0px; padding-left: 10px; list-style-type:none;
}
ul li
{
	font-size: 11px;
	color: #576265;
	font-family: Arial, sans-serif;background: #ffffff url(/File.aspx?x=494&File=bluedot.gif) no-repeat 0px 6px;padding-left: 10px; line-height: 15px;
}
/*	Number Points... e.g.
		1. abcde
		2. abcde
		3. abcde
*/

ol
{
		font-size: 11px;
	color: #576265;
	font-family: Arial, sans-serif;
}

ol li{font-size: 11px;
	color: #576265;
	font-family: Arial, sans-serif;}


/*	The following definitions control the left menu tree options.
=========================================================================
*/

bLeftMenuTree, a.bLeftMenuTree {font-size:12px;}

TreeLeaf, a.TreeLeaf 
{ font-family: Arial, sans-serif; color: #164D19; text-transform: uppercase;}

TreeLeaf, td.Treeleaf
{ font-family: Arial, sans-serif; font-size: 12px; color: #164D19;padding-bottom: 30px;}

TreeLeaf, a.TreeLeaf:hover 
{ font-family: Arial, sans-serif;  color: #019CC4;}

a.TreeSelectedLeaf{font-family: Arial, sans-serif;  color: #019CC4; font-weight: bold; }


/*	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:#1f6b23 url(/File.aspx?x=494&File=BG2.gif) repeat-y top center;
	border-collapse: collapse;
	width: 100%;
	height: 100%;
	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: 906px;
        border-bottom: 4px solid #A8CEA2;
	}

/*	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: 906px; height:400px;
        background:#ffffff url(/File.aspx?x=494&File=left_BG.gif) repeat-y top left;

	
}

td.leftcolumn
{ 
	width: 226px;
	height:100%;
	vertical-align: top;
        padding-top: 50px;
        padding-left:19px;
	}


td.rightcolumn

{ 	vertical-align: top;
        padding: 25px 0px 25px 20px;
	}

/*	The header table that is INSIDE the Background Table
=========================================================================
*/

TABLE.FooterTable
{
	width: 906px;height: 85px;background:#1f6b23 url(/File.aspx?x=494&File=footer_BG.gif) repeat-x top center;
	font-size:xx-small;
	vertical-align: top;
}

.headertext {font-family: Arial, sans-serif; color: #F8FCA7; font-size: 18px; font-weight:normal;padding-right: 37px; padding-bottom: 63px; width: 633px; height: 222px;}
.headertext a:link{font-family: Arial, sans-serif; color: #F8FCA7; text-decoration:none;}
.headertext a:visited{font-family: Arial, sans-serif; color: #F8FCA7; text-decoration:none;}
.headertext a:hover{color: #FBDD01; text-decoration:none; }

.quickmenu {font-family: Arial, sans-serif; color: #B3DC20; font-size: 15px; padding-right: 37px;width: 633px; height: 50px;}
.quickmenu a:link{font-family: Arial, sans-serif; color: #B3DC20; text-decoration:none; }
.quickmenu a:visited{font-family: Arial, sans-serif; color: #B3DC20; text-decoration:none; }
.quickmenu a:hover{color: #F6FBA3; text-decoration:none; }

.footerlink{width: 100%;text-align: center;font-family: Arial, sans-serif; font-size: 11px; color: #06757F;}
.footerlink a:link{ font-family: Arial, sans-serif; color: #06757F;text-decoration:none;}
.footerlink a:visited{ font-family: Arial, sans-serif; color: #06757F;text-decoration:none;}
.footerlink a:hover{color: #034E51;text-decoration:none;}



/*---------shopping page-------*/
Div.Shoppingcart
{
width:100%;
}
#rightsideshoppingpage
{
}
#leftsideshoppingpage
{
background-color: #ffffff;
height: 100%;
font-family :Arial, sans-serif;
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:450px;
height:30px;
background-color :#D12204;

}
#CartImageTd
{
height:30px;
width:200px;
background-color:transparent;
background-image:url(/File.aspx?x=494&File=bgbanana.jpg);
background-repeat:no-repeat ;
}
#TrCategoryHeading h1
{
font-size:16px;
font-weight:bold ;	
color:#FFFFFF;
font-family:Arial, sans-serif;
background:none;
padding-left:5px;
margin:0px;
}
.CategoryHolder
{
background-color:#ffffff;
}
.CategorySepataor
{
width:40px;
}
.CategoryStyle
{
}
.ShoppingMenuBar
{
background-image:url(/File.aspx?x=494&File=scarrow.jpg);
padding-left: 15px;
background-repeat: no-repeat;
background-position: bottom;
}

.CategoryLink
{
font-size:11px;
font-weight:bold ;	
color:#517513;
font-family:Arial, sans-serif;
text-decoration:none;
vertical-align:text-bottom ;
}
.CategoryLink:link
{
font-size:11px;
font-weight :bold ;	
color :#517513;
font-family :Arial, sans-serif;
text-decoration :none;
vertical-align :text-bottom;
}
.CategoryLink:visited
{
font-size :11px;
font-weight :bold ;	
color : #517513;
font-family :Arial, sans-serif;
text-decoration :none;
vertical-align :text-bottom ;
}
.CategoryLink:hover
{
font-size :11px;
font-weight :bold ;	
color :#517513;
font-family :Arial, sans-serif;
border-bottom :dashed 1px #EED002;
vertical-align :text-bottom ;
}
.CategoryItems
{
font-size :11px;
font-weight :bold ;	
color : #517513;
font-family :Arial, sans-serif ;
text-decoration :none;
vertical-align :text-bottom ;
}
.CategoryItems:link
{
font-size :11px;
font-weight :bold ;	
color :#517513;
font-family :Arial, sans-serif;
text-decoration :none;
vertical-align :text-bottom ;
}
.CategoryItems:visited
{
font-size :11px;
font-weight :bold ;	
color :#517513;
font-family :Arial, sans-serif;
text-decoration :none;
vertical-align :text-bottom ;
}
.CategoryItems:hover
{
font-size :11px;
font-weight :bold ;	
color : #517513;
font-family :Arial, sans-serif;
border-bottom :dashed 1px #EED002;
vertical-align :text-bottom ;
}
.CategoryDeadLink
{
font-size :11px;
font-weight :bold ;	
color :#000000;
font-family :Arial, sans-serif;
text-decoration :none;
vertical-align :text-bottom ;
}
.CartButton
{
background-image :url(/File.aspx?x=494&File=sccart.jpg);
background-repeat :no-repeat ;
margin :0px;
border :0px;
height:32px;
width :49px;
cursor :hand;
background-color:transparent;
background-position:text-bottom; 
}
.CartButtonLink
{
font-size :13px;
font-weight :bold ;	
color :#F3D502;
font-family :Arial, sans-serif;
text-decoration :none;	
margin :0px;
padding :0px;
margin-top: 15;
vertical-align:text-bottom;
}
.CartButtonLink:link
{
font-size :13px;
font-weight :bold;	
color :#F3D502;
font-family :Arial, sans-serif;
text-decoration :none;	
margin :0px;
padding :0px;
margin-top: 15;
vertical-align:text-bottom;
}
.CartButtonLink:hover
{
font-size :13px;
font-weight :bold;	
color :#F3D502;
font-family :Arial, sans-serif;
text-decoration :underline;	
margin :0px;
padding :0px;
margin-top: 15;
vertical-align:text-bottom;
}
.lblcartcount
{
font-size :13px;
font-weight :bold ;	
color :#F3D502;
font-family :Arial, sans-serif;
margin :0px;
padding :0px;
margin-top: 15;
vertical-align:text-bottom;
}
/****************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:300px;
height:280px;
}
.featuredproductGallery #tblGalleryproduct /*(1) This is the inner container actual table that holds a feature product*/
{
background-color :#E0FAC1;
}
.GalleryProductStyle /*(2) This is the outer container(inside big box) that will hold  each product other than feature in gallery view*/
{
width:300px;
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:300px;
height:280px;
}
#tblGalleryproduct /*(1) This is the inner container actual table that holds a product other than feature*/
{
width:260px;
height:280px;
vertical-align :top;
background-color :#FFFFB7;
margin-top:40px;
}
#tblGalleryproduct .tblGalleryProductHeading
{
}
#tblGalleryproduct .GalleryProductHeadingLeft
{
background-image :url(/File.aspx?x=494&File=left.gif);
width :9px;
height :37px;
}
#tblGalleryproduct .GalleryProductHeadingContentLink
{
background-image :url(/File.aspx?x=494&File=repeat.gif);
background-repeat :repeat-x ;
width :175px;
height :37px;
}
#tblGalleryproduct .GalleryProductHeadingContent
{
background-image :url(/File.aspx?x=494&File=repeat.gif);
background-repeat :repeat-x ;
width :67px;
height :37px;
}
#tblGalleryproduct .GalleryProductHeadingRight
{
background-image :url(/File.aspx?x=494&File=right.gif);
width :9px;
height :37px;
}
#tblGalleryproduct .PContentContainer
{
}
#tblGalleryproduct .PContentContainerLefttopTd
{
width:5px;
height :5px;
background-color :#226902;
}
#tblGalleryproduct .PContentContainermiddletopTd
{
background-color :#226902;
}
#tblGalleryproduct .PContentContainerrighttopTd
{
width:5px;
height :5px;
background-color :#226902;
}
#tblGalleryproduct .PContentContainerleftmiddleTd
{
background-color :#226902;
}
#tblGalleryproduct .PContentContainermiddlemiddleTd
{
}
#tblGalleryproduct .PContentContainerrightmiddleTd
{
background-color :#226902;
}
#tblGalleryproduct .PContentContainerLeftbottomTd
{
width:5px;
height :5px;
background-color :#226902;
}
#tblGalleryproduct .PContentContainermiddlebottomTd
{
background-color :#226902;
}
#tblGalleryproduct .PContentContainerrightbottomTd
{
width:5px;
height :5px;
background-color :#226902;
}

#tblGalleryproduct .tblGalleryContent
{
height:250px;
}
#tblGalleryproduct .GalleryProductSpacer
{
height :5px;
background-color :#FFFFFF;
}

#tblGalleryproduct  .TdImage
{
height:115px;
}
#tblGalleryproduct  .TdDesc
{
height:70px;
}
#tblGalleryproduct  #TRExtraGallery td
{
text-align :center ;
font-weight :bold;
font-family :Arial, sans-serif;
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 :Arial, sans-serif;
margin:0px;
text-transform:none;
font-weight: normal;
font-variant:normal ;
font-style: normal;
background:transparent;
} 
#tblGalleryproduct h1
{
font-size :12px;
color :#F8FCA7;	
margin-top :10px;
margin-right:5px;
}
#tblGalleryproduct h2
{
font-size :12px;
color:#D12204;
font-weight: bold;
}
#tblGalleryproduct h3
{
font-size :11px;
color :#1A5201;
margin: 5 5 0 5;
font-weight: bold;	
} 
#tblGalleryproduct h4,h4 A:link,h4 A:visited,h4 A:hover
{
text-transform:none;
font-weight: bold;
font-variant:normal ;
font-style: normal;
background:transparent;
font-size :12px;
color :#F3D502;	
margin-top :15px;
}
#tblGalleryproduct h4 a:link
{
font-size :12px;
color :#F3D502;	
margin-top :15px;
text-decoration :none;	
}
#tblGalleryproduct h4 a:visited
{
font-size :12px;
color :#F3D502;	
margin-top :15px;
text-decoration :none;
}
#tblGalleryproduct h4 a:hover
{
font-size :12px;
color :#F3D502;	
margin-top :15px;
text-decoration :underline;
}
#tblGalleryproduct .Galleryimg 
{
border:1px solid #61740B;
margin-top:10px;
}
#tblGalleryproduct .standardprice,.specialprice
{
font-family :Arial, sans-serif;
font-weight :bold;
}
#tblGalleryproduct .specialprice
{
color:#D12204;
}
#tblGalleryproduct .Morelink,.Morelink:link,.Morelink:visited,.Morelink:hover
{
background-image :url(/File.aspx?x=494&File=scbutton_details.gif);
background-repeat :no-repeat ;
height :20px;
width :59px;
margin-right:5px;
margin-bottom:5px;
}


/*********************Detailed View*********************************************************************************/
.DetailProductHolder
{
width :100%;
height:100%;
}
.DetailProductStyle
{
width:90%;
}
#tblproductdetail
{
width:90%;
background-color :#FFFFB7;
}
#tblproductdetail .tblDetailProductHeading
{
}
#tblproductdetail .DetailProductHeadingLeft
{
background-image :url(/File.aspx?x=494&File=left.gif);
width :9px;
height :37px;
}
#tblproductdetail .DetailProductHeadingContentLink
{
background-image :url(/File.aspx?x=494&File=repeat.gif);
height :37px;
width:405px;
}
#tblproductdetail .DetailProductHeadingContent
{
background-image :url(/File.aspx?x=494&File=repeat.gif);
height :37px;
width:200px;
}
#tblproductdetail .DetailProductHeadingRight
{
background-image :url(/File.aspx?x=494&File=right.gif);
width :9px;
height :37px;
}
#tblproductdetail .PContentContainerLefttopTd
{
width:5px;
height :5px;
background-color :#226902;
}
#tblproductdetail .PContentContainermiddletopTd
{
background-color :#226902;
}
#tblproductdetail .PContentContainerrighttopTd
{
width:5px;
height :5px;
background-color :#226902;
}
#tblproductdetail .PContentContainerleftmiddleTd
{
background-color :#226902;
}
#tblproductdetail .PContentContainermiddlemiddleTd
{
}
#tblproductdetail .PContentContainerrightmiddleTd
{
background-color :#226902;	
}
#tblproductdetail .PContentContainerLeftbottomTd
{
width:5px;
height :5px;
background-color :#226902;
}
#tblproductdetail .PContentContainermiddlebottomTd
{
background-color :#226902;
}
#tblproductdetail .PContentContainerrightbottomTd
{
width:5px;
height :5px;
background-color :#226902;
}

#tblproductdetail .tblDetailContent
{
}
#tblproductdetail .DetailProductSpacer
{
height :10px;
background-color :#FFFFFF;
}
#tblproductdetail h1, h2, h3, h4
{
font-family :Arial, sans-serif;
margin:0px;
font-weight: Bold;
font-variant:normal ;
font-style: normal;
text-transform:none;
background:transparent;
} 
#tblproductdetail h1
{
font-size :12px;
color :#F8FCA7;	
margin-top :10px;
margin-right:5px;
}
#tblproductdetail h2
{
font-size :12px;
color:#D12204;
font-weight: bold;
}
#tblproductdetail h3
{
font-size :11px;
color :#1A5201;
margin: 5 5 0 5;
font-weight: bold;
} 
#tblproductdetail h4
{
text-transform:none;
font-weight: bold;
font-variant:normal ;
font-style: normal;
background:transparent;
font-size :12px;
color :#F3D502;	
margin-top :15px;
}

#tblproductdetail .Detailimg 
{
margin-top :10px;
border:1px solid #ffffff;
}
#tblproductdetail .standardprice,.specialprice
{
font-family :Arial, sans-serif;
font-weight :bold;
}
#tblproductdetail .standardprice
{
font-size :12px;
}
#tblproductdetail .specialprice
{
font-size :12px;
color:#F36621;
}
#tblproductdetail  #TRExtraDetail td
{
font-weight :bold;
font-family :Arial, sans-serif;
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 :Arial, sans-serif;
color :#1A5201;
font-size :11px;
font-weight :bold;
}
#tblproductdetail .QuantityTextbox
{
font-family :Arial, sans-serif;
color :#000000;
font-size :11px;
font-weight :bold;
height :18px;
padding :0 0 0 4;
border :1px solid #1A5201;
}
#tblproductdetail .AddtocartButton
{
background-color :#FFFFFF;
background-image: url(/File.aspx?x=494&File=button2green.gif);
background-repeat :no-repeat ;
border :0px;
color :#FADE02;
font-size :11px;
font-weight :bold;
font-family :Arial, sans-serif;
cursor :hand;
width:90px;
height:20px;
}

#tblviewtabs
{
width :90%;
margin-top:10px;
}
#tblviewtabs .tabs
{   
position:relative;
left:10px;
font-size: 12px;
color :#ffffff;
}
#tblviewtabs .tab
{
background-color :#FFFFB7;
WIDTH: 25px;
padding:2px 10px;
font-size: 12px;
color :#226902;
font-weight :bold ;
border-top:solid 1px #226902;
border-left:solid 1px #226902;
border-right:solid 1px #226902;
}
#tblviewtabs .selectedTab
{
background-color :#226902;
WIDTH: 25px;
color :#ffffff;
font-weight :bold ;
font-size: 12px;
border-bottom :solid 1px #226902;
}
#tblviewtabs .hovtabs
{
background-color :#226902;
font-size: 12px;
color :#ffffff;
font-weight :bold ;
border-bottom :solid 1px #226902;
}
#tblviewtabs .tabContents
{
border :solid 2px #226902;
padding:10px;
background-color:#ffffff;
font-size: 12px;
color :#000000;
width:100%;
}

/*=====================================================================================================================*/
/*********************************************************************************************************************/
/*******************Navigation *****************************/

#Navigation
{
}
.PreviousButton
{
font-size :11px;
color :#226902;
font-weight :bold;
text-decoration :none;
vertical-align :text-bottom;
}
.PreviousButton:link
{
font-size :11px;
color :#226902;
font-weight :bold;
text-decoration :none;
vertical-align :text-bottom;
}
.PreviousButton:visited
{
font-size :11px;
color :#226902;
font-weight :bold;
text-decoration :none;
vertical-align :text-bottom;
}
.PreviousButton:hover
{
font-size :11px;
color :#226902;
font-weight :bold;
text-decoration :underline;
vertical-align :text-bottom;
}
.PageLocation
{
font-size :11px;
color :#7A8E1C;
font-weight :bold;
vertical-align :text-bottom;
}
.NextButton
{
font-size :11px;
color :#226902;
font-weight :bold;
vertical-align :text-bottom;
}
.NextButton:link
{
font-size :11px;
color :#226902;
font-weight :bold;
text-decoration :none;
vertical-align :text-bottom;
}
.NextButton:visited
{
font-size :11px;
color :#226902;
font-weight :bold;
text-decoration :none;
vertical-align :text-bottom;
}
.NextButton:hover
{
font-size :11px;
color :#226902;
font-weight :bold;
text-decoration :underline;
vertical-align :text-bottom;
}

/*****************Shopping Cart display *********************************************************/
.ShoppingcartHeading 
{
font-family :Arial, sans-serif;
font-size:18px;
font-weight:bold;
color :#D12204;
height :35px;
border-bottom :1px solid #216702;
}
.ShoppingcartItemsHeading
{
height :25px;
}
.Tblshoppingcart
{
width:98%;
}
#TdShoppingCart
{
font-family :Arial, sans-serif;
}
#TdShoppingCart .lblmsg
{
font-family :Arial, sans-serif;
font-size:14px;
font-weight:bold;
color :#FF6600;
}
#TdShoppingCart h1, h2, h3, h4, h5
{
margin:0px;
font-family :"Arial, sans-serif";
font-variant:normal ;
font-style: normal;
text-transform:none;
background:none;
}
#TdShoppingCart h1
{
font-family :Arial, sans-serif;
font-size:14px;
color :#226902;
font-weight:bold;
}
#TdShoppingCart h2
{
font-family :Arial, sans-serif;
font-size:12px;
font-weight:bold;
color:#174315;
}
#TdShoppingCart h3
{
font-family :Arial, sans-serif;
font-size:12px;
font-weight:bold;
color :#454545;
}
#TdShoppingCart h4
{
font-family :Arial, sans-serif;
font-size:12px;
font-weight:bold;
color :#FF4100;
text-decoration :none;
}
#TdShoppingCart h5
{
font-family :Arial, sans-serif;
font-size:12px;
font-weight:bold;
color :#454545;	
}

#TdShoppingCart #TdProdSpecs
{
font-family :Arial, sans-serif;
font-size:10px;
font-weight:bold;
color:#454545;
}
.shopingcartheader
{
background-color:#FAFEA2;
}
.shoppingcartfooter
{
background-color :#ffffff;
}
.shoppingcartitem
{
background-color :#ffffff;
}
.UpdateshoppingButton
{
background-color :#FFFFFF;
background-image: url(/File.aspx?x=494&File=button2green.gif);
background-repeat :no-repeat ;
border :0px;
color :#FADE02;
font-size :11px;
font-weight :bold;
font-family :Arial, sans-serif;
cursor :hand;
width:90px;
height:20px;
}
.CheckOutButton
{
background-color :#FFFFFF;
background-image: url(/File.aspx?x=494&File=button2green.gif);
background-repeat :no-repeat ;
border :0px;
color :#FADE02;
font-size :11px;
font-weight :bold;
font-family :Arial, sans-serif;
cursor :hand;
width:90px;
height:20px;
}
.ContinueshoppingButton
{
background-color :#FFFFFF;
background-image: url(/File.aspx?x=494&File=button3red.gif);
background-repeat :no-repeat ;
border :0px;
color :#FADE02;
font-size :11px;
font-weight :bold;
font-family :Arial, sans-serif;
cursor :hand;
width:110px;
height:20px;
}
.ProductQuantityTextbox
{
font-family :Arial, sans-serif;
color :#000000;
font-size :11px;
font-weight :bold;
height :18px;
padding :0 0 0 4;
border :1px solid #1F6B23;
}



