/* RESTORE HTML DEFAULTS IN ALL BROWSWERS */
/*
Anagha 10-Feb-2010 Imported from web team (Seth).
*/

/* Anagha -10-Feb-2010 I have taken out UL from list below as it was not showing bullets*/
html, body, div, span, object, iframe, h1, h1, h2, h3, h4, h5, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, li, fieldset, form, label, legend, input, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight:  normal;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


body
{
	background-color: #e7eff4;
	color: #000;
	text-align: center;
	padding: 0 0 50px 0;
}
/*Removed input,p from below style by Anagha 26-Feb-2010 as text goes hidden*/
/* seth added h1, h2, h3, h4 below */
body,  div, span, h1, h2, h3, h4
{
	
	line-height: 160% !important;
	/*font-size: 16px*/
}
div
{
	text-align: left !important;
	margin-left: 0 !important;
	margin-top: 0 !important;
}

input
{
	
	/* seth added Georgia below */
	 font-family: Georgia,  "Times New Roman", serif;/* added by Anagha 26-Feb-2010 as text goes hidden*/
	border: 1px solid #ccc; 
	text-align:left ;
	
	/*margin-bottom: 0.6em; Anagha -22-feb-2010 commented as it is not aligning radio-button with text properly*/
}

table table
{
	margin-left: 0 !important;
}
table table td br
{
	display: none;
}
table table table td br
{
	display: inline;
}
div table td
{
	background: none;
}

h1, h2, h2 strong, h3, h4, h5, h6
{
	font-weight: normal !important;
	margin-bottom: 0.4em;
	color: #cc4400 !important;
}
h1
{
	font-size: 2.8em !important;
}
h2
{
	font-size: 2.0em !important;
}
h3 /* ADDED !important | seth Mar-02-2010 */
{
	font-size: 1.4em !important;
}
h4
{
	font-size: 12px;
}
h5
{
	font-size: 21px;
}
h6
{
	font-size: 12px;
}

input.ecomNavProceedBig, input#btnNext, input#btnProceed
{
	color: #cc4400 !important;
}

b
{
	/*color: #c04000;*/ /*text-transform:uppercase;*/
	color: #000000;
	font-size: 115%;
	font-weight: bold;
	letter-spacing: 70%;
}

hr
{
	color: #808080;
	height: 1px;
	text-decoration: none;
}

p, label
{
	color: #000000;
	font-size: 16px;
	text-decoration: disc;
	text-align: left;
	margin-bottom: 0.4em;
}


p, label, div
{
	line-height: 1.5 !important;
}

p
{
	text-align: left !important;
}

span
{
	margin-left: 0 !important;
}

ul, td ul
{
	font-size: 16px;
	list-style-type: disc;
	line-height: 1.5 !important;
}
td
{
	text-align: left;
	text-decoration: none;
	padding-right: 12px;
	vertical-align: top; /*width: auto !important;*/
	height: auto !important;
	font-size: 16px !important;
}

/* CLASSES & IDs */

table.main
{
	width: 760px !important;
	margin: 0px auto !important;
	
	background-color: #fff;
	margin-top: 12px !important;
	clear: both;
}
table.main td
{
	padding: 6px !important;
}
table.main td:last-child
{
	padding-right: 0 !important;
}

.reversed
{
	border-right: #333 1px solid;
	border-top: #333 1px solid; /* padding-left: 0px;padding-right: 0px;*/
	font-weight: bolder;
	padding-bottom: 5px;
	margin: 0px auto;
	border-left: #333 1px solid;
	width: 100%;
	color: white;
	padding-top: 5px;
	border-bottom: #333 1px solid;
	background-color: #195531;
}
.caption
{
	font-size: 0.8em;
	text-decoration: none;
	font-weight: normal;
	color: #333333;
}
.leftnav
{
	color: #6666CC;
	font-weight: bold;
	font-size: 17px;
	line-height: 1.2em;
	text-decoration: none;
}
.leftnav a
{
	color: #336633;
	text-decoration: none;
}
.leftnav a:hover
{
	color: #ff69b4;
	text-decoration: none;
}
.submenu
{
	font-style: normal;
	font-weight: 400;
	font-size: 9px;
	background-color: #f1f1f1;
	letter-spacing: 1px;
	border-style: solid none solid none;
	border-width: 1px 0px 1px 0px;
	border-color: #808080;
}
.submenu a
{
	color: #060;
	text-decoration: none;
}
.submenu a:hover
{
	color: #ffcc00;
	font-style: normal;
	text-decoration: none;
	background-color: #666666;
}
.rightnav
{
	color: white;
	font-style: normal;
	font-weight: bold;
	font-size: 13px;
}
.rightnav a
{
	color: #336633;
	text-decoration: none;
}
.rightnav a:hover
{
	color: #669999;
	text-decoration: none;
}
.date
{
	color: black;
	font-weight: bold;
	font-size: 10px;
	background-color: #cccccc;
}
.gmt
{
	font-style: normal;
	font-weight: 400;
	font-size: 9px;
	color: #FFFFFF;
}

.externallink
{
	color: #663300;
	font-weight: normal !important;
	font-size: 14px !important;
	position: relative;
	left: 300px;
}

.externallink a:hover
{
	text-decoration: underline !important;
}

.externallink a img
{
	display: none;
}

.highlight
{
	color: #000000;
	font-variant: normal;
	font-size: 14px;
	padding: 5px;
	border-top: dashed 1px #FFFFFF;
}

fieldset
{
	border-right: #ffffff 1px dashed;
	padding-right: 0px;
	border-top: #ffffff 1px dashed;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	border-left: #ffffff 1px dashed;
	padding-top: 0px;
	border-bottom: #ffffff 1px dashed;
}

.white
{
	color: #FFFFFF;
	font-variant: normal;
	font-weight: bold;
	font-size: 12px;
}
.author
{
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}
.finders
{
	font-weight: bold;
	font-size: 12px;
	color: #f1f1f1;
	text-decoration: none;
}
.finders a
{
	color: #006600;
	text-decoration: none;
	font-weight: 500;
}
.finders a:hover
{
	text-decoration: underline;
}

body a, table td a
{
	font-family: Georgia, "Times New Roman" , Times, serif !important;
	color: #006699 !important;
	text-decoration: none !important;
}

body a:hover
{
	text-decoration: none;
	color: #770677;
}

table td a u b
{
	color: #CC4400 !important;
	text-decoration: none !important;
	font-weight: normal !important;
	font-size: 1.2em;
}

table td a u
{
	text-decoration: none !important;
}

table td a:hover u b
{
	text-decoration: none !important;
	color: #000000 !important;
}


/* Footer */
table#footer
{
	margin-top: 24px;
	border: 1px solid #C6E0F8;
	padding-bottom: 12px;
	font-size: 12px !important;
	color: #003333;
	padding: 15px;
	text-align: center;
	background-color: #ddd;
}

table#footer td
{
	font-size: 12px !important;
}

table#footer a:link, table#footer td a:link, #footer a:visited
{
	color: #006699 !important;
	text-decoration: none;
	margin-left: 12px;
	font-size: 12px !important;
}

table#footer a:hover
{
	text-decoration: underline !important;
}

table#footer td a img
{
	display: none;
}

td select
{
	font-size: 14px;
	font-family: Georgia, "Times New Roman" ,Times,serif !important;
}

#lblError
{
	font-size: 14px !important;
}

/* below style added by Anagha 24-Feb-2010 to display error message to avoid run over message on next line */
.errormsg
{
	color: red;
	font-size: 14px;
}
/* CHECK OUT BUTTONS | added by seth Mar-02-2010 */
input#btnUpdateBasket, input#btnCheckout, #dgdBasketItems p input {
	background-color:#FFF9EA !important;
	border-color:#FF8833 !important;
	border-style:solid;
	border-width:1px;
	font-size:14px !important;
	font-weight:bold;
	color: #CC4400 !important;
	padding: 6px;
	float: left;
}


/* Added April 2014 */

body, div, span, h1, h2, h3, h4, .legacy span#lblPageHistory a {font-family: Arial,Helvetica,sans-serif !important;}
.legacy table {margin-top:0;}
.legacy table td {padding-left:0 !important; border-top:none !important;}



.legacy input, .legacy select  {
    -moz-box-sizing: border-box;
    background-color: #C5DCE7;
    border: 1px solid #B4CAD4;
    border-bottom-right-radius: 16px;
    border-top-right-radius: 16px;
    box-shadow: -1px 1px 2px -2px #999999 inset;
    color: #666666;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 37px;
    min-height: 37px;
    padding-left: 5px;
    width: 100%;
}

.legacy select {
	font-size:1em; 
	font-weight:normal; 
	padding-top:6px;
	width:215px !important;
}
.legacy #pnlNav1 table td {padding-top:8px;}
.legacy table#Table1 {
	margin-top:-36px !important; 
	margin-left:70px !important;	
}

.legacy span#lblPageHistory, .legacy input#btnNext {
	border-radius:15px;
	background-color:#594c61 !important;
	line-height:1.5em;
	height:20px;
	color:#ffffff  !important;
	font-family: Arial,Helvetica,sans-serif !important;
	border:1px solid #594c61 !important;
}
.legacy span#lblPageHistory a {
	padding:12px !important; 
	color:#ffffff  !important;
	font-size:1.2em;
}

.legacy input#btnNext {margin-top:20px; width:50px !important;}

.legacy .copyright {margin-top:60px; font-size:0.8em;}

.legacy .small {font-size:0.8em;}