﻿/*********************************************************************************************************/
/************************ Outer table structure 3 rows and 3 columns ************************************/
/*********************************************************************************************************/
.TROuterBlock
{
	display: none;
}
.OuterHeadLft
{
	display: none;
}
.OuterHeadMid
{
	display: none;
}
.OuterHeadRgt
{
	display: none;
}
.OuterBodyLft
{
	display: none;
}
.OuterBody
{
	display: block;
}
.OuterBodyRgt
{
	display: none;
}
.OuterFooterLft
{
	display: none;
}
.OuterFooterMid
{
	display: none;
}
.OuterFooterRgt
{
	display: none;
}



/*********************************************************************************************************/
/************************ Inner table structure 12 rows and 3 columns ************************************/
/*********************************************************************************************************/

.InnerRow1
{
	display: none;
}
.InnerRow2
{
	display: none;
}
.InnerRow3
{
	display: none;
}
.InnerRow4
{
	display: none;
}
.InnerRow5
{
	display: none;
}
.InnerRow6
{
	display: none;
}
.InnerRow7
{
	display: none;
}

/***** Inner Curved Panel for Heading Part *****/

/* InnerRow1 Panel contains classes for first three TDs */
.WidgetHeadLftTop
{
	display: none;
}
.WidgetHeadMidTop
{
	display: none;
}
.WidgetHeadRgtTop
{
	display: none;
}
/* InnerRow1 Panel ends here */

/* Visiblility of heading Controlled by Developers ends here */
.WidgetHeadLftMid
{
	display:none;
}
.WidgetHeadingBlack
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: normal;
	color: #000000;
	padding: 10px 5px 0px 10px;
	height: 20px;	
}

.WidgetHeadingBLue
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: normal;
	line-height:30px;
	color: #000072;
	padding: 10px 5px 0px 10px;
	height: 20px;	
}
.WidgetHeading
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: normal;
	line-height:30px;
	color: #1F3572;
	padding: 10px 5px 0px 10px;
	height: 20px;	
}
a.lnkWidgetEdit
{
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	padding:1px 2px 1px 2px;
	border:1px solid #ffffff;
	text-decoration: none;
	vertical-align:3px;
}
a.lnkWidgetEdit:hover
{
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-decoration:underline;
	padding:1px 2px 1px 2px;
	background-color:#2f6092;
	border:1px solid #ffffff;
	vertical-align:3px;
}
.WidgetHeadRgtMid
{
	display:none;
}
/* Visiblility of heading Controlled by Developers ends here */

/* InnerRow2 Panel contains classes for first three TDs */
.WidgetHeadLftBtm
{
	display: none;
}
.WidgetHeadMidBtm
{
	display: none;
}
.WidgetHeadRgtBtm
{
	display: none;
}
/* InnerRow2 Panel ends here */

/***** ends here *****/

/***** Inner Curved Panel for Body Part *****/

/* InnerRow3 Panel contains classes for first three TDs */
.WidgetBodyLftTop
{
	display: none;
}
.WidgetBodyMidTop
{
	display: none;
}
.WidgetBodyRgtTop
{
	display: none;
}
/* InnerRow3 Panel ends here */

/* Body will be visible starts here */
.WidgetBodyLftMid
{
	display:none;
}
.WidgetBody
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	padding:5px;
}
.WidgetBody a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #000000;
	font-weight:normal;
	text-decoration: none;
}
.WidgetBody a:hover
{
	color: #000000;
	font-weight:normal;
	text-decoration: underline;
}
.WidgetBodyRgtMid
{
	display:none;
}
/* Body will be visible ends here */

/* Shoppoing Cart Body will be visible starts here */
.WidgetBodyTrans
{
	padding: 10px 10px 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.WidgetBodyTrans a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #1a92e0;
	text-decoration: underline;
}
.WidgetBodyTrans a:hover
{
	color: #CECA67;
	text-decoration: underline;
}
/* Shoppoing Cart Body will be visible ends here */


/* InnerRow4 Panel contains classes for first three TDs */
.WidgetBodyLftBtm
{
	display: none;
}
.WidgetBodyMidBtm
{
	display: none;
}
.WidgetBodyRgtBtm
{
	display: none;
}
/* InnerRow4 Panel ends here */

/***** ends here *****/

/***** Inner Curved Panel for Footer Part *****/

/* InnerRow5 Panel contains classes for first three TDs */
.WidgetFooterLftTop
{
	display: none;
}
.WidgetFooterMidTop
{
	display: none;
}
.WidgetFooterRgtTop
{
	display: none;
}
/* InnerRow5 Panel ends here */

/* InnerRow6 Panel contains classes for first three TDs */
.WidgetFooterLftMid
{
	display: none;
}
.WidgetFooter
{
	display: none;
}
.WidgetFooterRgtMid
{
	display: none;
}
/* InnerRow6 Panel ends here */

/* InnerRow7 Panel contains classes for first three TDs */
.WidgetFooterLftBtm
{
	display: none;
}
.WidgetFooterMidBtm
{
	display: none;
}
.WidgetFooterRgtBtm
{
	display: none;
}
/* InnerRow7 Panel ends here */

/***** ends here *****/

/***** Gap inbetween heading/Body/Footer Panel *****/
.WidgetInnerGap
{
	display: none;
}
.WidgetGap
{
	height:5px;
}
/***** ends here *****/

/*.table_fixed {table-layout:fixed;}	*/


/******************************************************************************************/
/***** Classes for Categories part - Contains Table structure of 3 rows and 3 columns *****/
/******************************************************************************************/
.MainCatBlock{
	height: 25px;
	padding:0px 0px 0px 10px;
}
a.MainCatHeading{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2f6092;
	text-align: left;
	text-decoration:none;
}
a.MainCatHeading:hover{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	text-decoration:underline;
}
.Catborder
{
}
.AltGrid
{
	background-color:#ffffff;
}
.MainGrid
{
}
a.Cat
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	padding: 4px 0px 4px 0px;
	margin: 0px 0px 0px 0px;
	float: left;
	width: 100%;
}
a.Cat:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2f6092;
	font-weight: normal;
	text-decoration: none;
	padding: 4px 0px 4px 0px;
}
.CatBulletLeft
{
	background-image: url(../images/inner-bullet.gif);
	background-repeat: no-repeat;
	background-position: center 7px;
	width: 25px;
}
.CatBulletRight
{
	display:none;
}
/**** ends here *****/


/******************************************************************************************/
/***** Classes for Internal Links part - Contains Table structure of 3 rows and 3 columns *****/
/******************************************************************************************/

.InLinkBorder
{
}
.InLinkAltGrid
{
	background-color:#d7e2e9;
}
.InLinkMainGrid
{
}
a.InLink
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	padding: 4px 0px 4px 0px;
	margin: 0px 0px 0px 0px;
	float: left;
	width: 100%;
}
a.InLink:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2f6092;
	font-weight: normal;
	text-decoration: none;
	padding: 4px 0px 4px 0px;
}
.InLinkBulletLeft
{
	background-image: url(../images/inner-bullet.gif);
	background-repeat: no-repeat;
	background-position: center 7px;
	width: 25px;
}
.InLinkBulletRight
{
	width: 0px;
}
/**** ends here *****/

/******************************************************************************************/
/***** Classes for Featured Products *****/
/******************************************************************************************/
/* for hiding/showing Product images Row */
.HideRow1 {
	display: table-row;
}
/* for hiding/showing Dotline or any Horizontal line Row */
.HideRow2 {
	display: table-row;
}
/* for hiding/showing Product Heading Row */
.HideRow3 {
	display: table-row;
}
/* for hiding/showing Product Description Row */
.HideRow4 {
	display: table-row;
}
/* for hiding/showing stike price Row */
.HideRow5 {
	display:none;
}
/* for hiding/showing price and 'Add to Cart' link of td and table appearing inside*/
.HideRow6 {
	display: table-row;
}
.PrdBorder
{
}
.PrdImgBorder
{
	border:0px;
}
.PrdImg
{
	text-align:center;
	vertical-align:middle;
	width:192px;
	height:82px;
}
.Dotline
{

}
.PrdHeading
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align: left;
}
.PrdDescription
{
	text-align: left;
}
.PriceStrike
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: line-through;
	color: #d79895;
}
.Price
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #2f6092;
}
.Pie
{
	color: #333333;
	font-weight: bold;
	padding-left:5px;
}
.Detail
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight:bold;
	text-decoration: none;
}
a.Detail
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight:bold;
	text-decoration: none;
}
a.Detail:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2f6092;
	font-weight:bold;
	text-decoration: underline;
}
/***** ends here *****/

/**** Other classes CMS ****/
.LayoutFix{
	width:100%;
	table-layout:fixed;

}

.SubHeading
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	text-align: left;
	height: 18px;
	vertical-align: middle;
}
.Date
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#666666;
}
.txtFieldNews
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	width:80%;
}
.btnSubmitButton
{
	background-image: url(../images/Set2/Cartimages/Submit.gif);
	background-repeat: no-repeat;
	width: 57px;
	height: 19px;
	border: 0px;
}
.btnBackButton
{
	background-image: url(../images/Set2/Cartimages/Back.gif);
	background-repeat: no-repeat;
	width: 50px;
	height: 19px;
	border: 0px;
}
/***** ends here *****/

/******************************************************************************************/
/***** Classes for Calander ******/
/******************************************************************************************/
.CalHead
{
	padding: 5px;
	background-color: #525252;
	color: #ffffff;
	font-family: Arial;
	font-weight: bold;
}
.CalDayGrid
{
	color: #333333;
	font-family: Arial;
	font-weight: bold;
	background-color: #e3e3e3;
	padding: 5px;
	text-align: center;
}
.CalDayActive
{
	color: #333333;
	font-family: Arial;
	font-weight: bold;
	border: 1px solid #999;
	background-color: #fff;
	padding: 0px 7px 0px 7px;
}
.CalDayHol
{
	color: #333333;
	font-family: Arial;
	font-weight: bold;
	text-align: center;
	background-color: #fcfad2;
	border-bottom: 1px solid #e3e3e3;
}
.CalDateGrid
{
	background-color: #ffffff;
	color: #333333;
	font-family: Arial;
	font-weight: normal;
	text-align: center;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
}
.CalInnerGrid
{
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
}
.CalEvent
{
	display: none;
}
.CalEventPopup
{
	font-family: Arial;
	font-weight: normal;
	text-align: left;
	color: #333333;
	padding: 3px;
	border: 3px solid #999;
	background-color: #e3e3e3;
	width: 150px;
	height: auto;
	max-height: 70px;
	overflow-y: scroll;
}
a.Event
{
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
	color: #333333;
	text-decoraton: underline;
	background-image: url(../images/Set2/Calenderimages/icon-event-list.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding: 0px 0px 0px 10px;
	float: left;
}
a.Event:hover
{
	color: #999999;
	text-decoraton: underline;
}
.imgCursor
{
	cursor: pointer;
	background-image: url(../images/Set2/Calenderimages/icon-cal-event.gif);
	background-repeat: no-repeat;
	width:3px;
	height:3px;
}
.EventPanel
{
	background-color: #ffffff;
	border: 1px solid #333;
	padding: 5px;
	margin-top: 2px;
}
.EventHead
{
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	color: #333333;
}
.EventSubHead
{
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #333333;
}
.EventTxt
{
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
	color: #333333;
}
.CalArrowLeft
{ 
	background-image: url(../images/Set2/Calenderimages/icon-left-arrow.gif);
	background-repeat: no-repeat;
	width:6px;
	height:11px;
}
.CalArrowRight

{ 
	background-image: url(../images/Set2/Calenderimages/icon-right-arrow.gif);
	background-repeat: no-repeat;
	width:6px;
	height:11px;
}
/***** ends here ******/

/*-------------------------------------------------------------------------------*/
/************ Photo Gallery starts ***********/
/*-------------------------------------------------------------------------------*/

#FrogJS {
	width: 500px;
	height: 375px;
	margin: 0 auto;
}
.PicPanel {
	border:6px solid #4878a8;
}
#PicHeading {
	color:#333333;
	font-size:14px;

}
.MainPicBorder {
	margin:0px 0px 0px 2px;
	border:0px;
	padding:3px;
	border:1px solid #999;
	background-color:#fff;
}
.PicBorder {
	margin:0px 0px 0px 2px;
	border:0px;
	padding:3px;
	border:1px solid #999;
	background-color:#fff;
	float:left;
}
a.PicBorder:hover {
	border:1px solid #666;
	background-color:#4878a8;
}
.AltGridPic {
	background-color:#fff;
}
.MainGridPic {
	background-color:#c3d4df;
	border-top:1px solid #4878a8;
	border-bottom:1px solid #4878a8;
}
.LftArrowGallery {
	background-image:url(../images/Set2/PhotoGallery/icon-lft-arrow.gif);
	background-repeat:no-repeat;
	width:16px;
	height:16px;
	cursor: pointer;
}
.RgtArrowGallery {
	background-image:url(../images/Set2/PhotoGallery/icon-rgt-arrow.gif);
	background-repeat:no-repeat;
	width:16px;
	height:16px;
	cursor: pointer;
}
.btnPlayGallery {
	background-image:url(../images/Set2/PhotoGallery/Play.gif);
	background-repeat:no-repeat;
	width:57px;
	height:19px;
	cursor: pointer;
}
.btnStopGallery {
	background-image:url(../images/Set2/PhotoGallery/Stop.gif);
	background-repeat:no-repeat;
	width:57px;
	height:19px;
	cursor: pointer;
}

/*-------------------------------------------------------------------------------*/
/************ Photo Gallery ends ***********/
/*-------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------*/
/************ Widget Banners in Image Gallery Starts ***********/
/*-------------------------------------------------------------------------------*/
.T83ImageGallery1 {
	background-image:url(../images/ImageGallery/WBannerBigSet2-1.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:301px;
	height:90px;
}

/*-------------------------------------------------------------------------------*/
/************ Widget Banners in Image Gallery ends ***********/
/*-------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------*/
/************ Widget Forms starts ***********/
/*-------------------------------------------------------------------------------*/
.WidgetFormsBorder {
	height:1px;
	background-color:#4878a8;
}

.WidgetFormsHeading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
	height:22px;
	text-align:left;
	background-color:#5b86b1;
	padding-left:5px;
	border-bottom: 1px solid #4878a8;
	vertical-align:middle;	
}
.WidgetFormsText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight:bold;
	text-decoration: none;
	text-align:right;
	width:30%;
	height:25px;
}

.WidgetFormsQues {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight:bold;
	text-decoration: none;
	text-align:left;
	padding:7px 0px 5px 0px;
}

.WidgetFormsDate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2f6092;
	font-weight:normal;
	text-decoration: none;
	text-align:left;
}

.WidgetFormsError {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	font-weight:normal;
	text-decoration: none;
}
.WidgetFormsDetail {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
}


.WidgetFormsTxtField {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.WidgetFormsTextField {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:90%;
}

.WidgetFormsGap {
	height:5px;
}
/*-------------------------------------------------------------------------------*/
/************ Widget Forms ends ***********/
/*-------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------*/
/************ Widget Forum and Blogs starts ***********/
/*-------------------------------------------------------------------------------*/
.ForumBlogOuterBorder{
	border:7px solid #ececec;
	background-color:#ffffff;
	padding:0px 0px 0px 0px;
	margin:0px;	
}
.ForumBlogPadd {
	padding:12px;
}
.ForumBlogBreadcrum {
	color:#333;
	padding:3px 0px 3px 0px;
	text-decoration:none;
}
a.ForumBlogBreadcrum:hover {
	color:#333;
	padding:3px 0px 3px 0px;
	text-decoration:underline;
}
.ForumBlogBreadcrumActive {
	color:#D82629;
	padding:3px 0px 3px 0px;
	text-decoration:none;
}
.ForumBlogGreyTxtBold {
	font-family:Tahoma;
	font-size:14px;
	font-weight:bold;
	color:#999;
	text-decoration:none;
}
a.ForumBlogGreyTxtBold:hover {
	color:#666;
	text-decoration:underline;
}
.ForumBlogBorPanel {
	background-color:#f8fafb;
	border:4px solid #eaeaea;
}
.ForumBlogBlackTxt {
	font-family:Tahoma;
	font-size:14px;
	color:#999;
	line-height:18px;
	text-decoration:none;
}
a.ForumBlogBlackTxt {
	color:#999;
	text-decoration:underline;
}
a.ForumBlogBlackTxt:hover {
	color:#666;
	text-decoration:underline;
}
.ForumBlogOrangeTxtBold {
	font-family:Tahoma;
	font-size:14px;
	font-weight:bold;
	color:#e68c3e;
	text-decoration:none;
}
a.ForumBlogOrangeTxtBold {
	color:#e68c3e;
	text-decoration:none;
}
a.ForumBlogOrangeTxtBold:hover {
	color:#86c0db;
	text-decoration:underline;
}
.ForumBlogHeadPanel {
	background-color:#eaeaea;
	border-top:1px solid #c2c2c2;
	border-bottom:1px solid #c2c2c2;
	font-family:Tahoma;
	font-size:14px;
	font-weight:bold;
	color:#333;
	padding:10px 5px 10px 5px;
}
.ForumBlogProfileThumb {
	background-color:#FFFFFF;
	border:1px solid #d1d1d1;
}
.ForumBlogHrline {
	background-image:url(../Community/images/img-hrline.gif);
	background-repeat:repeat-x;
	height:13px;
}
.ForumBlogBorPanelPost {
	background-color:#f9e8c4;
	border:4px solid #ecc97f;
}
.ForumBlogYellowTxtBold {
	font-family:Tahoma;
	font-size:16px;
	font-weight:bold;
	color:#bb8c28;
	height:30px;
}
.ForumBlogtxtdrop {
	font-family:Tahoma;
	font-size:14px;
	color:#333333;
	padding:0px 0px 0px 3px;
}
.ForumBlogtxtfield {
	border:1px solid #bbbbbb;
	font-family:Tahoma;
	font-size:14px;
	color:#333333;
	padding:3px 0px 3px 3px;
}
.ForumBlogBlueTxtBold {
	font-family:Tahoma;
	font-weight:bold;
	font-size:16px;
	line-height:18px;
	color:#5286ad;
	text-decoration:none;
}
a.ForumBlogBlueTxtBold {
	font-family:Tahoma;
	font-weight:bold;
	font-size:16px;
	line-height:18px;
	color:#5286ad;
	text-decoration:none;
}
a.ForumBlogBlueTxtBold:hover {
	color:#5286ad;
	text-decoration:underline;
}
.ForumBlogProfileHead {
	font-family:tahoma;
	font-size:14px;
	font-weight:bold;
	color:#d82629;
	padding:8px;
	background-image:url(../Community/images/img-bg-aqua.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	border:1px solid #e0e0e0;
}
.ForumBlogAltGrid {
	background-color:#FFFFFF;
	padding:8px;
}
.ForumBlogMainGrid {
	background-color:#F8F8F8;
	padding:8px;
}
.CmShowBlue {
	color:#196F9D;
	font-weight:normal;
	font-size:14px;
}
.CmPagingBlue {
	font-size:14px;
	color:#196F9D;
	font-weight:normal;
	text-decoration:none;
}
a:hover.CmPagingBlue {
	font-size:14px;
	color:#333333;
	font-weight:normal;
	text-decoration:none;
}

/*-------------------------------------------------------------------------------*/
/************ Widget Forums and Blogs ends ***********/
/*-------------------------------------------------------------------------------*/

/****** Classes for shopping cart button and icons ******/
.verticalLine
{
	background-image: url(../images/Set2/Cartimages/dot_ver.gif);
	background-repeat: repeat-y;
	width: 1px;
}
.horizontalLine
{
	background-image: url(../images/Set2/Cartimages/dot_hor.gif);
	background-repeat: repeat-x;
	height: 1px;
}
.btnVerify
{
	background-image: url(../images/Set2/Cartimages/Verify.gif);
	background-repeat: no-repeat;
	width: 57px;
	height: 19px;
	border: 0px;
}
.btnAdd
{
	background-image: url(../images/Set2/Cartimages/Add.gif);
	background-repeat: no-repeat;
	width: 57px;
	height: 19px;
	border: 0px;
}
.btnDelete2
{
	background-image: url(../images/Set2/Cartimages/Delete2.gif);
	background-repeat: no-repeat;
	width: 57px;
	height: 19px;
	border: 0px;
}
.btnUpload
{
	background-image: url(../images/Set2/Cartimages/Upload.gif);
	background-repeat: no-repeat;
	width: 57px;
	height: 19px;
	border: 0px;
}
.btnDwonload
{
	background-image: url(../images/Set2/Cartimages/Dwonload.gif);
	background-repeat: no-repeat;
	width: 65px;
	height: 19px;
	border: 0px;
}
.btnSave
{
	background-image: url(../images/Set2/Cartimages/Save.gif);
	background-repeat: no-repeat;
	width: 57px;
	height: 19px;
	border: 0px;
}
.btnNew
{
	background-image: url(../images/Set2/Cartimages/New.gif);
	background-repeat: no-repeat;
	width: 57px;
	height: 19px;
	border: 0px;
}
.btnClear
{
	background-image: url(../images/Set2/Cartimages/Clear.gif);
	background-repeat: no-repeat;
	width: 57px;
	height: 19px;
	border: 0px;
}
.btnReset
{
	background-image: url(../images/Set2/Cartimages/Reset.gif);
	background-repeat: no-repeat;
	width: 57px;
	height: 19px;
	border: 0px;
}
.btnMore
{
	background-image: url(../images/Set2/Cartimages/More.gif);
	background-repeat: no-repeat;
	width: 57px;
	height: 19px;
	border: 0px;
}
.btnContinue
{
	background-image: url(../images/Set2/Cartimages/Continue.gif);
	background-repeat: no-repeat;
	width: 57px;
	height: 19px;
	border: 0px;
}
.btnEdit
{
	background-image: url(../images/Set2/Cartimages/Edit.gif);
	background-repeat: no-repeat;
	width: 57px;
	height: 19px;
	border: 0px;
}
.btnView
{
	background-image: url(../images/Set2/Cartimages/View.gif);
	background-repeat: no-repeat;
	width: 57px;
	height: 19px;
	border: 0px;
}
.btnViewAll
{
	background-image: url(../images/Set2/Cartimages/ViewAll.gif);
	background-repeat: no-repeat;
	width: 65px;
	height: 19px;
	border: 0px;
}
.btnSend
{
	background-image: url(../images/Set2/Cartimages/Send.gif);
	background-repeat: no-repeat;
	width: 57px;
	height: 19px;
	border: 0px;
}
.btnUpdte
{
	background-image: url(../images/Set2/Cartimages/Update.gif);
	background-repeat: no-repeat;
	width: 57px;
	height: 19px;
	border: 0px;
}
.btnDelete1
{
	background-image: url(../images/Set2/Cartimages/Delete-btn.gif);
	background-repeat: no-repeat;
	width: 57px;
	height: 19px;
	border: 0px;
}
.btnReset
{
	background-image: url(../images/Set2/Cartimages/Reset.gif);
	background-repeat: no-repeat;
	width: 57px;
	height: 19px;
	border: 0px;
}
.btnCancel
{
	background-image: url(../images/Set2/Cartimages/Cancel.gif);
	background-repeat: no-repeat;
	width: 57px;
	height: 19px;
	border: 0px;
}
.btnAddInquiry
{
	background-image: url(../images/Set2/Cartimages/AddToInquiry.gif);
	background-repeat: no-repeat;
	width: 104px;
	height: 19px;
	border: 0px;
}
.btnSendEnquiry
{
	background-image: url(../images/Set2/Cartimages/SendInquiry.gif);
	background-repeat: no-repeat;
	width: 104px;
	height: 19px;
	border: 0px;
}
.btnSearch
{
	background-image: url(../images/Set2/Cartimages/Search.gif);
	background-repeat: no-repeat;
	width: 57px;
	height: 19px;
	border: 0px;
}
.iconCart
{
	background-image: url(../images/Set2/Cartimages/cart.gif);
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	border: 0px;
}
.iconKey
{
	background-image: url(../images/Set2/Cartimages/key.gif);
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	border: 0px;
}
.btnGo
{
	background-image: url(../images/Set2/Cartimages/go.gif);
	background-repeat: no-repeat;
	width: 36px;
	height: 19px;
	border: 0px;
}
.iconBullet
{
	background-image: url(../images/Set2/Cartimages/bullet1.gif);
	background-repeat: no-repeat;
	width: 4px;
	height: 7px;
	border: 0px;
}

.btnAddReview
{
	background-image: url(../images/Set2/Cartimages/AddReview.gif);
	background-repeat: no-repeat;
	width: 114px;
	height: 19px;
	border: 0px;
}
.btnAddCart
{
	background-image: url(../images/Set2/Cartimages/AddToCart.gif);
	background-repeat: no-repeat;
	width: 81px;
	height: 19px;
	border: 0px;
}
.btnSubmit
{
	background-image: url(../images/Set2/Cartimages/Submit.gif);
	background-repeat: no-repeat;
	width: 57px;
	height: 19px;
	border: 0px;
}
.btnTellFriend
{
	background-image: url(../images/Set2/Cartimages/TellFriend.gif);
	background-repeat: no-repeat;
	width: 88px;
	height: 19px;
	border: 0px;
}
.btnDelete
{
	background-image: url(../images/Set2/Cartimages/Delete.gif);
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	border: 0px;
}
.btnUpdate
{
	background-image: url(../images/Set2/Cartimages/UpdateQuantity.gif);
	background-repeat: no-repeat;
	width: 104px;
	height: 19px;
	border: 0px;
}
.btnContinue
{
	background-image: url(../images/Set2/Cartimages/ContinueShopping.gif);
	background-repeat: no-repeat;
	width: 115px;
	height: 19px;
	border: 0px;
}
.btnCheckout
{
	background-image: url(../images/Set2/Cartimages/ProceedToCheckout.gif);
	background-repeat: no-repeat;
	width: 127px;
	height: 19px;
	border: 0px;
}
.btnLogin
{
	background-image: url(../images/Set2/Cartimages/Login.gif);
	background-repeat: no-repeat;
	width: 50px;
	height: 19px;
	border: 0px;
}
.btnBack
{
	background-image: url(../images/Set2/Cartimages/Back.gif);
	background-repeat: no-repeat;
	width: 50px;
	height: 19px;
	border: 0px;
}
.btnRegister
{
	background-image: url(../images/Set2/Cartimages/Register.gif);
	background-repeat: no-repeat;
	width: 65px;
	height: 19px;
	border: 0px;
}
.btnContinue1
{
	background-image: url(../images/Set2/Cartimages/Continue.gif);
	background-repeat: no-repeat;
	width: 65px;
	height: 19px;
	border: 0px;
}
.btnFindGiftRegi
{
	background-image: url(../images/Set2/Cartimages/FindGiftRegi.gif);
	background-repeat: no-repeat;
	width: 104px;
	height: 19px;
	border: 0px;
}
.btnAddNewItem
{
	background-image: url(../images/Set2/Cartimages/AddNewItem.gif);
	background-repeat: no-repeat;
	width: 104px;
	height: 19px;
	border: 0px;
}
.btnEditGiftRegi
{
	background-image: url(../images/Set2/Cartimages/EditGiftRegi.gif);
	background-repeat: no-repeat;
	width: 104px;
	height: 19px;
	border: 0px;
}
.btnEditGiftRegi
{
	background-image: url(../images/Set2/Cartimages/EditGiftRegi.gif);
	background-repeat: no-repeat;
	width: 104px;
	height: 19px;
	border: 0px;
}
.btnAddGiftRegi
{
	background-image: url(../images/Set2/Cartimages/AddGiftRegi.gif);
	background-repeat: no-repeat;
	width: 127px;
	height: 19px;
	border: 0px;
}

.btnNext
{
	background-image: url(../images/Set2/Cartimages/Next.gif);
	background-repeat: no-repeat;
	width: 46px;
	height: 19px;
	border: 0px;
}
.btnPlaceOrder
{
	background-image: url(../images/Set2/Cartimages/PlaceOrder.gif);
	background-repeat: no-repeat;
	width: 83px;
	height: 19px;
	border: 0px;
}
.btnUpdateAcc
{
	background-image: url(../images/Set2/Cartimages/UpdateAccount.gif);
	background-repeat: no-repeat;
	width: 101px;
	height: 19px;
	border: 0px;
}

.btnWishlist
{
	background-image: url(../images/Set2/Cartimages/Add-to-wishlist.gif);
	background-repeat: no-repeat;
	width: 101px;
	height: 19px;
	border: 0px;
}
.btnPaynow
{
	background-image: url(../images/Set2/Cartimages/btnPaynow.gif);
	background-repeat: no-repeat;
	width: 81px;
	height: 19px;
	border: 0px;
}

.btnWidth35
{
	background-image: url(../images/Set2/Cartimages/btn-w35.gif);
	background-repeat: no-repeat;
	font-weight:bold;
	font-family:Verdana;
	font-size:14px;
	vertical-align:top;
	padding:1px 1px 3px 1px;
	text-align:center;
	color:#ffffff;
	width: 35px;
	height: 19px;
	border: 0px;
}
.btnWidth57
{
	background-image: url(../images/Set2/Cartimages/bt-w57.gif);
	background-repeat: no-repeat;
	font-weight:bold;
	font-family:Verdana;
	font-size:14px;
	vertical-align:top;
	padding:1px 1px 3px 1px;
	text-align:center;
	color:#ffffff;
	width: 57px;
	height: 19px;
	border: 0px;
}
.btnWidth85
{
	background-image: url(../images/Set2/Cartimages/bt-w85.gif);
	background-repeat: no-repeat;
	font-weight:bold;
	font-family:Verdana;
	font-size:14px;
	vertical-align:top;
	padding:1px 1px 3px 1px;
	text-align:center;
	color:#ffffff;
	width: 85px;
	height: 19px;
	border: 0px;
}
.btnWidth105
{
	background-image: url(../images/Set2/Cartimages/bt-w105.gif);
	background-repeat: no-repeat;
	font-weight:bold;
	font-family:Verdana;
	font-size:14px;
	vertical-align:top;
	padding:1px 1px 3px 1px;
	text-align:center;
	color:#ffffff;
	width: 105px;
	height: 19px;
	border: 0px;
}
.btnWidth130
{
	background-image: url(../images/Set2/Cartimages/bt-w130.gif);
	background-repeat: no-repeat;
	font-weight:bold;
	font-family:Verdana;
	font-size:14px;
	vertical-align:top;
	padding:1px 1px 3px 1px;
	text-align:center;
	color:#ffffff;
	width: 130px;
	height: 19px;
	border: 0px;
	background-color:#00FFFF;	
}
.btnWideWidth
{
	background-image: url(../images/Set2/Cartimages/bt-wide.gif);
	background-repeat:repeat-x;
	font-weight:bold;
	font-family:Verdana;
	font-size:14px;
	vertical-align:top;
	padding:1px 1px 3px 1px;
	text-align:center;
	color:#ffffff;
	height: 19px;
	border: 0px;
}
.btnPrint
{
	background-image: url(../images/Set2/Cartimages/Print.gif);
	background-repeat: no-repeat;
	width: 83px;
	height: 19px;
	border: 0px;
}

/*--------------------------topnav---------------------------*/

.menu1 { position:relative; z-index:100; font-weight:normal; float:left;  background:url(../images/nav-bg.jpg) repeat-x left top; height:37px; width:996px; }
.menu1 ul {padding:0;margin:0;list-style-type:none; }
.menu1 li {float:left; position:relative; height:37px; line-height:36px; }
.menu1 a, .menu1 a:visited {display:block; font-size:16px; text-decoration:none; color:#ffffff;  }
* html .menu1 a, * html .menu a:visited {width:132px;}
.menu1 ul li a:hover { padding:0 20px; text-decoration:none; }
.menu1 ul li a { padding:0 20px;}
.menu1 ul li{ font-family:"Trebuchet MS", Arial, Verdana; font-weight:normal; font-size:16px;}
.menu1 ul ul li{  border-left:1px solid #cb635c; border-right:1px solid #cb635c; font-weight:normal; color:#ffffff; font-size:16px; height:34px; line-height:34px;  text-align:center;  }
.menu1 ul ul a.drop, .menu1 ul ul a.drop:visited {/*background:url(../images/drop-nav-bg.jpg) repeat-x left top;*/ color:#ffffff; font-size:16px;   line-height:34px; }
.menu1 ul ul :hover > a.drop {/*background:url(../images/drop-nav-bg-hover.jpg) repeat-x left top;*/ color:#ffffff;font-size:14px;}
.menu1 ul ul {visibility:hidden;position:absolute;height:0;top:37px;left:0px; width:132px; }
* html .menu ul ul {top:37px;t\op:31px;}
.menu1 table {position:absolute; top:0; left:0; border-collapse:collapse;}
.menu1 ul ul a, .menu1 ul ul a:visited {background:url(../images/drop-nav-bg.jpg) repeat-x left top;  line-height:34px;  padding:0 15px; width:300px; border-width:0;color:#ffffff;font-size:16px; height:34px;}
* html .menu1 ul ul a, * html .menu1 ul ul a:visited {width:300px;}
.menu1 a:hover, .menu1 ul ul a:hover{color:#ffffff; background:url(../images/drop-nav-bg.jpg) repeat-x left top;  line-height:34px; }
.menu1 :hover > a, .menu1 ul ul :hover > a {color:#ffffff; background:url(../images/drop-nav-bg-hover.jpg) repeat-x left top #c67874;  line-height:34px; }
.menu1 ul ul a:hover{padding:0 15px; text-decoration:none;color:#FFFFFF;}
.menu1 a:hover, .menu1 ul a:hover{color:#ffffff;background:url(../images/nav-bg.jpg) repeat-x left top;  line-height:34px;}
.menu1 :hover > a, .menu1 ul :hover > a {color:#ffffff; background:url(../images/nav-bg-hover.jpg) repeat-x left top #c67874;  line-height:36px;}
.menu1 ul li:hover ul,
.menu1 ul a:hover ul{visibility:visible; }
.menu1 ul :hover ul ul{visibility:hidden;}
.menu1 ul :hover ul :hover ul{ visibility:visible;}
.topli{background:url(../images/topli.jpg) no-repeat left top; height:44px; line-height:44px;}


/****** ends here ******/
.white-big{ color:#FFFFFF; font-size:24px; font-family: Arial, Helvetica, sans-serif;}
.white-biggg{ color:#FFFFFF; font-size:18px; font-family: Arial, Helvetica, sans-serif;}

.content-area{ background-position: center top; background:../images/body_center_bg.gif;}

.thin-border{ border-bottom:1px solid #000000; padding-bottom:10px;}

.normal-body-text{ font-size:14px; padding:0 10px 0 0; font-family:Arial, Helvetica, sans-serif; line-height:18px;}

.normal-body-text1{ font-size:14px; font-family:Arial, Helvetica, sans-serif; line-height:18px;}

.black-link{ color:#000000; text-decoration:none; font-size:14px; font-family:Arial, Helvetica, sans-serif;}
.black-link:a{ color:#000000; text-decoration:none; font-size:14px; font-family:Arial, Helvetica, sans-serif;}
.black-link:hover{ color:#000000; text-decoration:underline; font-size:14px; font-family:Arial, Helvetica, sans-serif;}

.slight-big{ font-size:16px; text-decoration:underline;}
.slight-big1{ font-size:20px; text-decoration:none; color:#343434;}
.slight-big2{ font-size:20px; text-decoration:none; color:#5a5f63;}

.slight-big-black1{ font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#000000;}

.slight-small1{ font-size:18px; text-decoration:none; color:#5a5f63;}
.slight-small2{ font-size:18px; text-decoration:none; color:#989898;}

.big-black{ color:#000000; font-size:18px; font-weight:bold; font-family:Arial, Helvetica, sans-serif;}

.red-heading{ color:#ab2c22; font-size:28px; font-weight:normal; font-family:Arial, Helvetica, sans-serif; padding-left:18px;}

.black-big-text{color:#000000; font-size:22px; font-weight:normal; font-family:Arial, Helvetica, sans-serif;}

.black-big-text1{color:#000000; font-size:16px; font-weight:bold; font-family:Arial, Helvetica, sans-serif; text-decoration:none;}

.black-big-link{color:#000000; font-size:16px; font-weight:bold; font-family:Arial, Helvetica, sans-serif; text-decoration:none;}
.black-big-link:a{color:#000000; font-size:16px; font-weight:bold; font-family:Arial, Helvetica, sans-serif; text-decoration:none;}
.black-big-link:hover{color:#000000; font-size:16px; font-weight:bold; font-family:Arial, Helvetica, sans-serif; text-decoration:underline;}

.btn{ background:url(../images/btn.png) no-repeat; font-size:14px; font-weight:bold; color:#FFFFFF;  text-align:left; padding:2px 10px 5px 7px;}

.btn-blue{ background:url(../images/btn-bg.jpg) repeat-x ; font-size:14px; font-weight:bold; color:#FFFFFF;  text-align:left; padding:3px 10px; text-decoration:none;}
.btn-blue:a{ background:url(../images/btn-bg.jpg) repeat-x ; font-size:14px; font-weight:bold; color:#FFFFFF;  text-align:left; padding:3px 10px;text-decoration:none;}
.btn-blue:hover{ background:url(../images/btn-bg.jpg) repeat-x ; font-size:14px; font-weight:bold; color:#FFFFFF;  text-align:left; padding:3px 10px;text-decoration:none;}

.list-product{ width:100px;}

.green-product-border{ border-top:1px dotted #63a422; padding:10px 0;}

/*--------------------------------Navigation-------------------------------------*/

.nav1{ background:#4878a8; height:23px; font:Arial, Helvetica, sans-serif; font-weight:bold; font-size:14px; border-right:1px solid #fffcdd; text-align:left; }

.nav1 ul{ list-style:none; display:block; padding-left:0; }

.nav1 ul li{ line-height:13px; height:23px; display:block; float:left; font-weight:bold; }

.seperator{ color:#fffcdd; }

.nav1 ul li a{ color:#fffcdd; display:block; padding:0 18px 0 10px; text-decoration:none; font-weight:bold;}

.nav1 ul li a:hover{ color:#FFFFFF; display:block; font-weight:bold; }

.nav1 ul li span{ color:#FFFFFF; display:block; padding:0 18px 0 10px; font-weight:bold; }

/*--------------------------------15/10/2009--------------------------------*/

.quantiti-field{ width:40px; height:15px;}
.shoppingcart-border{ border:1px solid #000;}

.image-align-left{ float:left; padding:0 10px 0 20px;}

.normal-textbox{ width:160px; height:16px; border:1px solid #4878a8;}
.details-textbox{ width:160px; border:1px solid #4878a8;}

.big-textbox{ width:220px; height:16px; border:1px solid #4878a8;}

.listtbox{ width:210px; border:1px solid #4878a8;}

.GridHeadStyle-1
{
	background-color: #4878a8;
	font-weight: bold;
	color: #ffffff;
	padding:5px 0 5px  10px;
}
.product-image-border{ border:1px solid #CCCCCC;}

/*--------------------------16/10/09--------------------------------------*/

.btn-blue-new{ background:url(../images/btn-bg.jpg) repeat-x #34548c ; font-size:14px; font-weight:bold; color:#FFFFFF;  text-align:center; padding:3px 8px; text-decoration:none; border-width:0;}
.btn-blue-new-checkout{ background:url(../images/btn-bg-checkout.jpg) repeat-x #a01d15 ; font-size:14px; font-weight:bold; color:#FFFFFF;  text-align:center; padding:3px 8px; text-decoration:none; border-width:0;}



/*-----------------------------20/10/09-------------------------*/

.word-area{ width:300px; height:300px; border:1px solid #4878a8;}
/*-----------------------------05/11/09-------------------------*/
.big_botton_bg{ background-image:url(../images/big-button-bg.png); background-repeat:no-repeat; background-position: left top; height:51px; font-size:15px; text-decoration:none; color:#ffffff;}
.big_botton_bg a{text-decoration:none; color:#ffffff;}
.big_botton_bg a:hover{text-decoration:underline; color:#ffffff;}

/*------------------------09/11/09------------------------------*/
h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: normal;
	line-height:36px;
	color: #1F3572;
	padding: 10px 5px 0px 10px;
	height: 20px;	
}

h2{ font-size:16px; color:#000000; line-height:20px;}
/*-------------------------------16-03-10---------------------*/
.newWidgetHeadingBLue
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 27px;
	font-weight: normal;
	line-height:30px;
	color: #000072;
	
	height: 20px;	
}
.headertext h2{
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; font-weight:bold; color:#1065ad; padding:0px; margin:0px;}
.home h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: normal;	
	color: #1F3572;	
	
}
/*--------------------------140410----------------------------*/
.but-red-new{ background:url(../images/btn-bg.jpg) repeat-x #34548c ; font-size:13px; font-weight:bold; color:#FFFFFF;  text-align:center; padding:3px 8px; text-decoration:none; border-width:0; }

/*--------------------------060510----------------------------*/
.new-bullet-text ul{ padding:9px; margin:0px; list-style-type:none;}
.new-bullet-text li{ background-image:url(../images/bullet.gif); background-repeat:no-repeat; background-position:left 3px;  padding:3px 3px 3px 27px; font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#000000; text-align:justify;}
.new-bullet-text ul li ul{ margin:0px; padding:0px; list-style-type:none;}
.new-bullet-text ul li.noArrow{ background-image:none; padding:3px 3px 3px 12px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#ffffff; font-weight:bold;}

.red-packheading{ color:#850a13; font-size:17px; font-weight:bold;}
.new-heading-package
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: normal;
	line-height:30px;
	color: #000072;
	padding: 10px 5px 0px px;
	height: 20px;	
}
.new-heading-package2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: normal;
	line-height:30px;
	color: #000072;
	padding: 10px 5px 0px px;
	height: 20px;	
}
.black-big-text-new{color:#000000; font-size:12px; font-weight:bold; font-family:Arial, Helvetica, sans-serif; text-decoration:none;}

/*--------------------------------020610--------------------------------------------*/
.facebook{ background-image:url(../images/FaceBook-Logo.png); background-repeat:no-repeat; height:30px; width:30px; float:right;}
.facebook a{ background-image:url(../images/FaceBook-Logo.png); background-repeat:no-repeat; height:30px; width:30px; display:block;}
.facebook a:hover{ background-image:url(../images/FaceBook-Logo-hover.png); background-repeat:no-repeat; height:30px; width:30px;}

/*----------------------------14/06/10------------------------------------*/
.border-new{ border:1px solid #587ebd; padding:6px;}
.big_botton_bgnew{ background-image:url(../images/big-button-bg.png); background-repeat:no-repeat; background-position: left top; height:51px; font-size:15px; text-decoration:none; color:#ffffff; text-align:center;}
.big_botton_bgnew a{text-decoration:none; color:#ffffff; text-align:center;}
.big_botton_bgnew a:hover{text-decoration:underline; color:#ffffff;}
