/*same as maroon */
.LabelText
{
font-weight:Bold;
font-family:Arial;
text-decoration:none;
font-style:normal;
font-size:11px;
color:#5EA9F7;
} 
/*same as label */
.WelcomeNote
{
font-weight:Bold;
font-family:Arial;
text-decoration:none;
font-style:normal;
font-size:11px;
color:#5EA9F7;
}
/*same as blue */
.LabelBckGnd
{
FONT-WEIGHT:Bold;
FONT-FAMILY:Arial;
TEXT-DECORATION:none;
FONT-STYLE:normal;
FONT-SIZE:11px;
BACKGROUND-COLOR:#5EA9F7;
}
.HeadingText
{
font-weight:Bold;
font-family:Arial;
text-decoration:none;
font-style:normal;
font-size:11px;
color:#0E4793;
}
.HeadingBckGnd
{
FONT-WEIGHT:Bold;
FONT-FAMILY:Arial;
TEXT-DECORATION:none;
FONT-STYLE:normal;
FONT-SIZE:11px;
BACKGROUND-COLOR:#0E4793;
}
.NormalText
{
font-weight:normal;
font-family:Arial;
text-decoration:none;
font-style:normal;
font-size:11px;
color:#000000;
}
/*Basecolor starts*/
.Basecolor
{
background-color:#e2e2e2;
}
/*ScrollBarclass starts*/
.scrollclass
{
scrollbar-3dlight-color:#CCCCCC; /*hardcoded*/
scrollbar-arrow-color:#5EA9F7; /*HeadingText color*/
scrollbar-base-color:#5EA9F7;/*basecolor*/
scrollbar-darkshadow-color:#CCCCCC; /*hardcoded*/
scrollbar-face-color:#0E4793; /*basecolor*/
scrollbar-highlight-color:#CCCCCC; /*hardcoded*/
scrollbar-shadow-color:#5EA9F7;/*basecolor*/
}
/*same as LabelText blue*/
.NewsletterText
{
FONT-WEIGHT:Bold;
FONT-FAMILY:Arial;
TEXT-DECORATION:none;
FONT-STYLE:normal;
FONT-SIZE:11px;
COLOR:#5EA9F7;
}
/*same as LabelText blue*/
.TrackorderText
{
FONT-WEIGHT:Bold;
FONT-FAMILY:Arial;
TEXT-DECORATION:none;
FONT-STYLE:normal;
FONT-SIZE:11px;
COLOR:#5EA9F7;
}
/*same Color as blue LabelText. Size remains same*/
.Labelcolorborder
{
BORDER-RIGHT:#5EA9F7 1px solid;
BORDER-TOP:#5EA9F7 1px solid;
BORDER-LEFT:#5EA9F7 1px solid;
BORDER-BOTTOM:#5EA9F7 1px solid;
}
/*same color as HeadingText green. Size remains same */
.greyborder
{
BORDER-RIGHT:#0E4793 1px solid;
BORDER-TOP:#0E4793 1px solid;
BORDER-LEFT:#0E4793 1px solid;
BORDER-BOTTOM:#0E4793 1px solid;
}
	/*hardcode this section*/
.Greyborder
{
BORDER-RIGHT:#DFDFDF 1px solid;
BORDER-TOP:#DFDFDF 1px solid;
BORDER-LEFT:#DFDFDF 1px solid;
BORDER-BOTTOM:#DFDFDF 1px solid;
}
	/*hardcode this section*/
.WebPageborder
{
BORDER-RIGHT:#FFFFFF 0px solid;
BORDER-TOP:#FFFFFF 0px solid;
BORDER-LEFT:#FFFFFF 0px solid;
BORDER-BOTTOM:#FFFFFF 0px solid;
}
/* Same as LabelText blue*/
.WelcomeNote
{
FONT-WEIGHT:Bold;
FONT-FAMILY:Arial;
TEXT-DECORATION:none;
FONT-STYLE:normal;
FONT-SIZE:11px;
COLOR:#5EA9F7;
}
/* Same as LabelText blue*/
.links
{
FONT-WEIGHT:Bold;
FONT-FAMILY:Arial;
TEXT-DECORATION:none;
FONT-STYLE:normal;
FONT-SIZE:11px;
COLOR:#5EA9F7;
}
/* hardcode */
.errortext
{
/*font-weight:Bold;*/
font-family:Verdana;
text-decoration:none;
font-style:normal;
font-size:11px;
color:#FF0000;
}
/* hardcode */
.box
{
FONT-FAMILY:Verdana;
FONT-SIZE:12px;
COLOR:#000000;
TEXT-DECORATION:none;
BORDER:1px #A8A8A6 solid;
BACKGROUND-COLOR:#FFFFFF;
}
/* hardcode */
.MainHeading
{
FONT-FAMILY:Arial;
FONT-SIZE:16px;
font-weight:Bold;
TEXT-DECORATION:none;
COLOR:#000000;
}
/* hardcode */
.blackline
{
	height: 1px; /* Added By Hardik */
	BACKGROUND-COLOR:#717171;
}
/***********************
Start By Hardik
***********************/
.GreyRowBackGround
{
	background: url(../Images/Buttons/gray-row.jpg) repeat;
	height: 30px;
	vertical-align:middle;
	text-align:left;
	
}
.ListingTable td
{
	border-top: solid 0px;
	border-right: solid 0px;
	border-bottom: solid 1px;
	border-left: solid 0px
		
}
.ListingTableNoBorder td
{
	border:none;
}
.StrikeThrough
{
	background:url(../Images/buttons/linethrough.gif) repeat-x center left;
}
.ProductDetailsPriceBreaks
{
	border-right: solid 1px #e2e2e2;
}
.ProductDetailSectionHeading
{
	padding-left: 5px; 
	height: 20px;
}
/*
START
Classes for tab like view that are used on relatedproduct page
*/
.SepBorder
{
    border-top-width: 0px;
    border-left-width: 0px;
    font-size: 1px;
    border-bottom: Gray 1px solid;
    border-right-width: 0px;
}
.SelectedTopTitle
{
    border: 0px;
    font-size: 10pt;
    text-decoration: none;
    color: Black;
    display: inline-block;
    width: 100%;
    background-color: White;
}
.TopBorder
{
    border-right: Gray 1px solid;
    border-top: Gray 1px solid;
    background: #DCDCDC;
    border-left: Gray 1px solid;
    color: black;
    border-bottom: Gray 1px solid;
}
.ContentBorder
{
    border-right: Gray 1px solid;
    border-top: Gray 0px solid;
    border-left: Gray 1px solid;
    border-bottom: Gray 1px solid;
    /*height: 100%;
    width: 100%;*/
}
.SelectedTopBorder
{
    border-right: Gray 1px solid;
    border-top: Gray 1px solid;
    background: none transparent scroll repeat 0% 0%;
    border-left: Gray 1px solid;
    color: black;
    border-bottom: Gray 0px solid;
}
/*
END
*/
.GroupBoxBorder
{
	BORDER-RIGHT: #cccccc 1px solid; 
	BORDER-TOP: #cccccc 1px solid; 
	BORDER-LEFT: #cccccc 1px solid; 
	BORDER-BOTTOM: #cccccc 1px solid; 
	HEIGHT: 1px
}

/*start of class for printing*/
#imgCategoryDescription
{display:none;}
#tblProductVariants
{display:none;}
#tblVariantTypes
{display:none;}
#dtlstProductFeaturedIcons
{display:none;}
#tblRelatedProducts
{display:none;}
#tblNonPrintableTable
{display:none;}
#tblNonPrintableTable2
{display:none;}
#tblNonPrintableTable3
{display:none;}
#tblNonPrintableTable4
{display:none;}
#tblTemplateOneUpperSide
{display:none;}
#tblTemplateOneLeftSide
{display:none;}
#tblTemplateOneDeveloperCompany
{display:none;}
#ctl00_cphTemplateContent_imgCategoryDescriptionNoPrint
{display:none;}
/*solving template3 issues*/
#ctl00_cphTemplateContent_tblZoom
{display:none;}
#ctl00_cphTemplateContent_tblRelatedProducts
{display:none;}
#ctl00_cphTemplateContent_ProductDetails1_tblMultimediaContent
{display:none;}
#ctl00_cphTemplateContent_hprlnkCatalogPdf
{display:none;}
#ctl00_cphTemplateContent_CopyofProductDetails1_trfreightestimator
{display:none;}

/* New Line for Printing*/

#ctl00_cphTemplateContent_trZoom
{display:none;}
#ctl00_cphTemplateContent_trCatalogPDF
{display:none;}
#ctl00_cphTemplateContent_trDownload
{display:none;}
#ctl00_cphTemplateContent_trIcons
{display:none;}
#ctl00_cphTemplateContent_trActions
{display:none;}
#ctl00_cphTemplateContent_trActions1
{display:none;}
#ctl00_cphTemplateContent_trRelatedProducts
{display:none;}
#ctl00_trSiteLogo
{display:none;}
#ctl00_trleft
{display:none;}
#ctl00_trTopBanner
{display:none;}
#ctl00_trHeader2
{display:none;}
#ctl00_trheader1
{display:none;}
#ctl00_tddistributor
{display:none;}
#ctl00_footer1_trfooter
{display:none;}

/*end of class for printing*/

/***********************
End By Hardik
***********************/
