body
{
	margin: 0px;
	padding: 0px;
	font: 100% Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	background-color:#eaf0c1;
}

h2
{
	padding: 0 0 0 0px;
	margin: 0px 0 0 0;
	color: #bad600;
	font-family:Arial Narrow;
	font-weight:normal;
	font-size: 2.1em;
}

a img
{
	border: none;
}

h3
{
	padding: 0px 0 0 0px;
	margin: 0;
	color: #003F51;
	font-size:1.7em;
	font-family:Arial Narrow;
	font-weight:normal;
}

h4
{
	padding: 0px 0 0 0px;
	margin: 0;
	color: #003F51;
	font-size:1.5em;
	font-family:Arial Narrow;
	font-weight:normal;
}

.bad600
{
	color:#bad600;
}


p
{
	padding: 0;
	margin: 5px 0 5px 0;
	line-height: 1.3em;
	color:#808080;
}

a
{
	text-decoration: none;
	color:#4E7270;
}

.OpeningHours
{
	list-style: none; 
	font-size: 1.2em; 
	padding-left: 0px; 
	margin-left: 0px;
}

a:visited
{
	text-decoration: none;
	color:#849B9B;
}

.clear
{
	clear: both;
}

.pageControl
{
	width:800px;
	margin:0 10px 0 0;
	background: transparent url(/Resources/HDNL/images/pagecontrol.jpg) no-repeat 0 0;
	background-color:#004a61;
	padding:0 0 27px 0;
	
}

.dropShadow
{
	width:810px;
	margin: 20px auto;
	background: transparent url(/Resources/HDNL/images/dropshadow.jpg) no-repeat right 0;
}

.dropShadowBottom
{
	width:810px;
	height:13px;
	background: transparent url(/Resources/HDNL/images/dropshadowBottom.jpg) no-repeat 0 bottom;
}
/* header */

.header
{
	width:800px;

}
.header .logo
{
	float:left;  
}

.titleBar
{
	width:800px;
	height:72px;
	background: transparent url(/Resources/HDNL/images/titleBar.jpg) repeat-x 0 0;
}


.titleBar .title h1
{
   font-weight:normal;
   font-size:2.3em;
   color:#fff;
   position:relative;
   top:18px;
   left:88px;
   padding:0px;
   margin:0px;
}


.stepHolder
{
	position:relative;
	top:20px;
	left:250px;
	float:left;	
}


.step
{
	float:left;
	width:120px;
	
}

.step h3
{
	color:#022D40;
	font-size:1.7em;
	background: transparent url(/Resources/HDNL/images/stepArrow.gif) no-repeat  right 5px;
}


.step p
{
	color:#022D40;
	font-size:0.8em;

}

.stepCurrent
{
	float:left;
	width:120px;
		
}

.stepCurrent h3
{
	color:#fff;
	font-size:1.7em;
	background: transparent url(/Resources/HDNL/images/stepCurrentArrow.gif) no-repeat  right 5px;
}


.stepCurrent p
{
	color:#fff;
	font-size:0.8em;

}

/* end header*/

/* start content styling */
.contentBox
{
	width:700px;
	margin: 27px 50px 0px 50px;
	background: transparent url(/Resources/HDNL/images/innerBoxBottom.jpg) no-repeat 0 bottom;
    background-color:#e6edb9;
}

.contentBox .inner
{
	margin: 0px 10px 3px 20px;
	padding:5px 0 3px 0;
}

.imgRight
{
	float:right;
	width:285px;
}

.input
{
	border:1px solid white;
	margin:0 0 0 5px;
	height:20px;
	background-color:#fff;
}


.deliveryScroll
{
	height:97px;
	overflow:auto;
	width:370px;
	
}

.trackingScroll
{
	height:200px;
	overflow:auto;
	width:670px;
	
}

table.tracking th
{
	font-weight:bold;
	border:1px solid white;
	margin:2px 2px 0 0px;
	padding:5px 0px 5px 0px;
	text-align:center;
	background-color:#fff;
	color:#003F51;
}

table.tracking td
{
	border:1px solid white;
	margin:2px 2px 0 0px;
	padding:5px 0px 5px 0px;
	background-color:#fff;
	color:#003F51;
	text-align:left;
}

table.tracking .value
{
    font-weight:bold;
    color:#00384B;
}

table.tracking .label
{
    font-weight:bold;
    color:#003F51;
}


.inputTracking
{
	border:1px solid white;
	margin:2px 2px 0 0px;
	padding:5px 0px 5px 0px;
	text-align:center;
	background-color:#fff;
	color:#003F51;
}

.inputUpiHeading
{
	border:1px solid #C8D85A;
	margin:2px 2px 0 0px;
	padding:5px 0px 5px 0px;
	text-align:center;
	background-color:#DFE89F;
	color:#003F51;
}


.inputDelivery
{
	border:1px solid white;
	margin:2px 0 0 0px;
	height:18px;
	width:350px;
	background-color:#fff;
	font-weight:bold;
	color:#003F51;
}

.floatLeft
{
	float:left;
}

.floatRight
{
	float:right;
}

.marginTop
{
	margin-top:10px;
}

.marginLeft
{
	margin-left:10px;
}


.marginright50
{
	margin-right:50px;
}
.buttonRight
{
	background: transparent url(/Resources/HDNL/images/buttonright.gif) no-repeat right bottom;
	height:26px;
	padding:none;	
	padding-right:5px; 
	display:block;
}


.button 
{
	background: transparent url(/Resources/HDNL/images/buttonleft.gif) no-repeat  left top;
	border:none;
	padding:2px 0px 4px 6px;
	margin:0px;
	height:26px;
	color:#ECF4BB;
	font-weight:bold;
	float:left;
    cursor:pointer;
    width:auto;
    overflow:visible;

}

.width50
{
	width:50px;
}

.width60
{
	width:60px;
}

.width70
{
	width:70px;
}

.width80
{
	width:80px;
}

.width90
{
	width:90px;
}


.width100
{
	width:100px;
}

.width110
{
	width:110px;
}

.width120
{
	width:120px;
}

.width130
{
	width:130px;
}

.width150
{
	width:150px;
}

.width160
{
	width:160px;
}


.width170
{
	width:170px;
}

.width180
{
	width:180px;
}

.width350
{
	width:370px;
}

.width400
{
	width:360px;
}

.width600
{
	width:660px;
}

.height115
{
	height:115px;
}

.clear
{
	clear:both;
}

.marginTopBottom25
{
    margin-top:25px;
    margin-bottom:25px;
}

.marginBottom50
{
    margin-bottom:50px;
}

.arrowHolder
{
   padding:0 0 0 10px;
   background: transparent url(/Resources/HDNL/images/BoxArrow.gif) no-repeat  left 3px;
}
.marginLeft40
{
	margin-left:40px;
}

.marginTop5
{
	margin-top:5px;
}

.paddingLeft10
{
	padding-left:10px;
}

/* end content styling */
/* start footer styling */
.footer
{
	width:800px;
	height:100px;
	margin:0px 0 0 0;
	padding:0px 0 0 0;
	position:relative;
	
}

.footer .inner
{
    position:relative;
    top:25px;
    left:50px;
    color:#fff;
    font-size:0.8em;
    float:left;
}

/* end footer styling */

/* validation summary styling */
.validationSummary
{
    padding:10px 0px 5px 0px;
}
/* end validation summary styling */

.title
{
    color:#bad600;
}

p.instr
{
    font-weight:normal;
}

p.label
{
    margin-left:5px;
}

div.divFields
{
    width:370px;
}
.default,
input[type="text"].default
{
    color:#808080;
}

.gmap
{
    float:right;
    width:300px;
    height:300px;
    border: 1px solid #808080;
    margin-top:30px;
    margin-right:16px;
}

.divDepot
{
    width:100%;
}

.divAddr
{
    width:300px;
    float:left;
    padding-left:16px;
    padding-top:30px;
}

.divButton
{
    margin:16px 20px;
}

.divDates
{
    margin:10px 0px;
    height:150px;
    overflow:auto;
}

.divDatesRange
{
    margin:10px 0px;
}

.cidTop
{
    width:100%;
}

.cidAddr
{
    float:left;
    width:150px;
    color:#003F51;
    font-size:14px;
    font-weight:bold;
}

.countUPI
{
    float:left;
    margin-left:30px;
    width:150px;
}

.cidButtons
{
    width:100%;
    margin-bottom:16px;
}

.errorContent
{
    width:370px;
}

.errorContent .errorForm
{
    margin-top:20px;
}

.errorContent .errorFields
{
	margin-top:10px;
    padding:10px;
}

.errorContent .errorFields .xForm
{
    margin-left:auto;
    margin-right:auto;
    width:240px;
    overflow:hidden;
}

.errorFields table
{
    width:100%;
}

.errorFields table td
{
    padding: 10px 0;
}

.errorFields table td textarea
{
    height:100px;
}

.errorFields table td input.input-box,
.errorFields table td textarea.input-area,
.errorFields table td select
{
    margin-left:30px;
    margin-top:10px;
    float:left;
    width:200px;
}

.errorFields table td input.input-btn
{
    margin-left:170px;
}

/* fieldset styling for EPiServer Forms */
fieldset
{
 border: none;
 padding: 0;
 margin: 0;
}
legend
{
 color: #333;
 font-size: 1em;
 padding: 0;
 margin: 0;
}
fieldset label
{
 margin-right: 1em;
}

.hidden
{
	display:none;
}

.show
{
	display:block;
}

.width638
{
	width:638px;
}

/* Default style for tables */
.epistandardtable
{
	margin: 10px 0px;
	border-style: none;
	border-collapse: collapse;
}
.epistandardtable th, 
.epistandardtable .epitableheading, 
.epistandardtable .epitableheading td
{
	font-weight: bold;
	padding: 0.4em 0.5em;
	background-image: url("../Images/General/TableHeadingBg.gif");
	background-color: #808080;
	background-repeat: repeat-x;
	color: #ffffff;
	line-height: 1.7em;
	text-align: left;
	vertical-align: top;
}
.epistandardtable th a
{
	color: #ffffff;
}
.episortascending a
{
	background-image: url("../Images/General/Ascending.gif");
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 12px;
}

.episortdescending a
{
	background-image: url("../Images/General/Descending.gif");
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 12px;
}

td.epitablecell,
.epistandardtable td

{
	padding: 0.4em 0.5em;
	border-bottom: 1px solid #aaaaaa;
	line-height: 1.7em; 
}

.epistandardtable tr.episelectedrow
{
	background-color: #d1d1d1;
}

.epistandardtable tr.epipager td
{
	word-spacing: 5px;
	letter-spacing: 0.1em;
	font-weight: bold;
	background-image: url("../Images/General/TableHeadingBg.gif");
	background-color: #808080;
	background-repeat: repeat-x;
	color: #ffffff;
}
.epistandardtable tr.epipager td a
{
	font-weight: normal;
	color: #ffffff;
}

/* 
	asp:GridView generates nested table for the pager section why the following
	two css definitions are necessary
*/
.epistandardtable tr.epipager td table,
.epistandardtable tr.epipager td tr
{
	padding:0;
	margin: 0;
}
.epistandardtable tr.epipager td td
{
	padding: 0;
	padding-right: 5px;
	word-spacing: 0;
	letter-spacing: 0;
	background-image: none;
	background-color: transparent;
	color: #ffffff;
	border: 0;
	line-height: normal;
}

