/* START STANDARD STYLES */
/* These styles need to be appear on every site but you can adjust as necessary */
/* These styles should define how the content section looks */

body {
	font-family: arial, helvetica;
	font-size: 70%;
	color: black;
}

body.site {
	background: #FFB448 url(/cms/outertemplates/images/backtile.jpg) repeat-y center top;
	margin: 0px;
	padding: 0px;
}

label {
	cursor: pointer;
}

label.fixed
{
	width: 100px;
	display: inline-block;
}

img {
	border: 0;
}

h1 {
	color: #000;
	margin: 0;
	padding: 3px 10px;
	font-size: 175%;
	position: relative;
}

h2 {
	color: #000;
	margin: 0;
	padding: 3px 10px;
	font-size: 150%;
	position: relative;
}

h3 {
	color: #000;
	margin: 0;
	padding: 3px 10px;
	font-size: 125%;
	position: relative;
}

hr {
	background: #ff7800;
	color: #ff7800;
}

p {
	margin: 1em 0 1em 0;
	padding: 0 10px;
	line-height: 150%;
	position: relative;
}

table {
	font-size: 1em;
	margin: 0 0 0 0;
	padding: 0 5px;
}

th {
	background: #ff7800;
	color: white;
	font-weight: bold;
}

td {
	line-height: 150%;
}

abbr, acronym { 
	border-bottom: 1px dotted #ff7800; 
	cursor: help; 
}

caption {
	text-align: left;
}

a:link {
	color: #ff7800;
	text-decoration: underline;
}

a:visited {
	color: #ff7800;
	text-decoration: underline;
}

a:hover {
	color: white;
	background: #ff7800;
	text-decoration: none;
}

a:active {
	color: white;
	background: #ff7800;
	text-decoration: none;
}

a:focus {
	color: white;
	background: #ff7800;
	text-decoration: none;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.justify {
	text-align: justify;
}

p.indent {
	margin-left: 25px;
}

span.underline {
	text-decoration: underline;
}

img.left {
	float: left;
	padding: 5px;
}

img.right {
	float: right;
	padding: 5px;
}

img.left2 {
	float: left;
}

img.right2 {
	float: right;
}

input.button, button.button {
	background: #eee;
	color: #000;
	border: solid 1px #000;
}

a.button {
	background: #eee;
	color: #000;
	border: solid 1px #000;
	text-decoration: none;
	padding: 1px 2px;
	margin: 2px;
}

input.textbox, textarea.textbox {
	color: #000;
	border: solid 1px #ff7800;
	padding: 2px;
	font-family: arial, helvetica;
}

form {
	padding: 0px;
	margin: 0px;
}

div.clear {
	clear: both;
}

p.image {
	padding: 0;
	margin: 0;
}

div.twoColA {
	float: left;
	width: 297px;
	border-right: 2px dashed #ff7800;
}

div.twoColB {
	float: left;
	width: 294px;
}

div.tableWrapper {
	width: 90%;
	margin: auto;
}

table.products, table.shoppingbasket {
	width: 100%;
	margin: 0 0 1em 0;
}

table.products th {
	background: transparent;
	color: #ff7800;
	text-align: left;
	font-weight: bold;
}

table.products button {
	font-size: 90%;
}
th.code {
	width: 15%;
}
th.product {
	width:30%;
}
th.unit, th.case {
	width: 20%;
}

th.veg, th.time, th.addCart {
	width: 5%;
}

table.shoppingbasket th {
	height: 25px;
}

table.shoppingbasket td {
	background: #f8f1e7;
}

th.qty, th.remove {
	width: 5%;
}

th.code {
	width: 10%;
}

/* END STANDARD STYLES */





/* START PAGE SPECIFIC STYLES */
#container {
	width: 757px;
	margin: auto;
}

#skipLinks {
	position: absolute;
	left: -999em;
}

#printTitle {
	display: none;
}

#fixedLinks {
	position: relative;
	background: url(/cms/outertemplates/images/header-bg.jpg) 0 100% no-repeat;
	height: 129px;
	width:100%;
	float: right;
	font-size: 90%;
}

#contactDetails {
	position: absolute;
	top: 40px;
	right: 0;
	font-size: 175%;
	font-weight: bold;
	text-align: center;
}

#fixedLinks ul {
	margin: 6px 0 0 0;
	padding: 0;
	list-style-type: none;
	float: right;
}

#fixedLinks li {
	display: inline;
	padding: 0 10px 0 5px;
	background: url(/cms/outertemplates/images/header-split.gif) 100% 100% no-repeat;
}

#search {
	float: right;
}

#search p {
	margin: -2px 0;
	padding: 4px;
}

#search input {
	font-size: 85%;
}

#contentWrapper {
	background: transparent url(/cms/outertemplates/images/content-bg.jpg) right top;
}

#menu {
	float: left;
}	

#colWrapper {
	float: right;
	width: 593px;
}

#breadcrumb {
	background: transparent url(/cms/outertemplates/images/breadcrumb-bg.jpg) 100% 100% no-repeat;
	height: 2.8em;
}

#breadcrumb p {
	float: left;
	margin: -2px 0 0 0;
	padding: 0 0 0 10px;
}

#breadcrumb ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#breadcrumb li {
	display: inline;
	padding-left: 15px;
	background: url(/cms/outertemplates/images/breadcrumb-arrow.gif) 3px 100% no-repeat;
}

#breadcrumb li.first {
	display: inline;
	padding-left: 5px;
	background: url(/cms/outertemplates/images/spacer.gif) 3px 100% no-repeat;
}

#content {
	background: transparent url(/cms/outertemplates/images/content-bg2.jpg) 100% 0 no-repeat;
	clear: left;
}

div.contentSplit {
	background: transparent url(/cms/outertemplates/images/content-split.jpg) 100% 100% no-repeat;
	height: 15px;
}

#footer {
	font-size: 8pt;
	clear: both;
	height: 30px;
	background: url(/cms/outertemplates/images/footer-bg.jpg) 0 0 no-repeat;
}

#footer p {
	margin: 0;
	padding-top: 12px;
	text-align: right;
}

#footer a {
	color: #000;
	text-decoration: none;
}

#footer a:hover {
	background: transparent;
}
/* END PAGE SPECIFIC STYLES */

/* START VERTICAL MENU STYLES */

#nav, #nav ul { /* all lists */
	position: relative;
	padding: 0 0 0 10px;
	margin: 0;
	list-style: none;
	float : left;
	width : 108px;
	z-index: 1000;
	clear: left;
}

#nav li { /* all list items */
	position : relative;
	float : left;
	width: 108px;
}

#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-top : -24px;
	border: 2px solid #FE9404; /*!!!!!!!!!!!!!!!!!!!!!!!*/
	background: #F9F5EA;
}

#nav li ul ul { /* third-and-above-level lists */
	left: -999em;
}

#nav li a {
	width: 120px;
	w\idth : 120px;
	display : block;
	color : black;
	font-weight : bold;
	text-decoration : none;
	padding: 3px 0 3px 3px;
	border-bottom: 3px solid #F9F5EA;
}

#nav li ul li a {
	width: 155px;
	w\idth : 155px;
	display : block;
	color : black;
	font-weight : bold;
	text-decoration : none;
	background : #FEFFFE;
	padding: 4px 3px 3px 3px;
}

#nav li a:hover {
	color : #F99726;
	background : #F9F5EA;
}

#nav li a:active {
	color : #F99726;
	background : #F9F5EA;
}

#nav li a:focus {
	color : #F99726;
	background : #F9F5EA;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li:hover ul ul ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul, #nav li.sfhover ul ul ul ul, #nav li.sfhover ul ul ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li.sfhover ul {
	margin-left: 125px;
	left: auto;
}

#nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul, #nav li li li li li:hover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li li li li li.sfhover ul, #nav li li li li.sfhover ul { /* lists nested under hovered list items */
	margin-left: 161px;
	left: auto;
}


#nav li.navdrop li a, #nav li li.navdrop li a, #nav li li li.navdrop li a, #nav li li li li.navdrop li a {
	background: #F9F5EA url(/cms/outertemplates/images/spacer.gif) right no-repeat;
}
 
#nav li.navdrop a {
	background: transparent url(/cms/outertemplates/images/menu-arrow.gif) right no-repeat;
}

#nav li li.navdrop a, #nav li li li.navdrop a, #nav li li li li.navdrop a, #nav li li li li li.navdrop a{
	background: #F9F5EA url(/cms/outertemplates/images/menu-arrow.gif) right no-repeat;
}

#nav li.navdrop a:hover {
	color : #F99726;
	background : #F9F5EA;
}

#nav li.navdrop a:active {
	color : #F99726;
	background : #F9F5EA;
}
#nav li.navdrop a:focus {
	color : #F99726;
	background : #F9F5EA;
}

/* END VERTICAL MENU STYLES */


/* START PRODUCTS VERTICAL MENU STYLES */

#products_nav, #products_nav ul { /* all lists */
	position: relative;
	padding: 0 0 0 10px;
	margin: 0;
	list-style: none;
	float : left;
	width : 108px;
	z-index: 1000;
	clear: left;
}

#products_nav li { /* all list items */
	position : relative;
	float : left;
	width: 108px;
}

#products_nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-top : -26px;
	border: 2px solid #FE9404; /*!!!!!!!!!!!!!!!!!!!!!!!*/
	background: #F9F5EA;
}

#products_nav li ul ul { /* third-and-above-level lists */
	left: -999em;
}

#products_nav li a {
	width: 120px;
	w\idth : 120px;
	display : block;
	color : black;
	font-weight : bold;
	text-decoration : none;
	padding: 3px 0 3px 3px;
	border-bottom: 3px solid #F9F5EA;
}

#products_nav li ul li a {
	width: 155px;
	w\idth : 155px;
	display : block;
	color : black;
	font-weight : bold;
	text-decoration : none;
	background : #FEFFFE;
	padding: 4px 3px 3px 3px;
}

#products_nav li a:hover {
	color : #F99726;
	background-color: #F9F5EA;
}

#products_nav li a:active {
	color : #F99726;
	background-color: #F9F5EA;
}

#products_nav li a:focus {
	color : #F99726;
	background-color: #F9F5EA;
}

#products_nav li:hover ul ul, #products_nav li:hover ul ul ul, #products_nav li:hover ul ul ul ul, #products_nav li:hover ul ul ul ul ul, #products_nav li.sfhover ul ul, #products_nav li.sfhover ul ul ul, #products_nav li.sfhover ul ul ul ul, #products_nav li.sfhover ul ul ul ul ul {
	left: -999em;
}

#products_nav li:hover ul, #products_nav li.sfhover ul {
	margin-left: 123px;
	left: auto;
}

#products_nav li li:hover ul, #products_nav li li li:hover ul, #products_nav li li li li:hover ul, #products_nav li li li li li:hover ul, #products_nav li li.sfhover ul, #products_nav li li li.sfhover ul, #products_nav li li li li li.sfhover ul, #products_nav li li li li.sfhover ul { /* lists nested under hovered list items */
	margin-left: 161px;
	left: auto;
}

#products_nav li.navdrop li a, #products_nav li li.navdrop li a, #products_nav li li li.navdrop li a, #products_nav li li li li.navdrop li a {
	background: #F9F5EA url(/cms/outertemplates/images/spacer.gif) right no-repeat;
}

#products_nav li.navdrop a {
	background: transparent url(/cms/outertemplates/images/menu-arrow.gif) right no-repeat;
}

#products_nav li li.navdrop a, #products_nav li li li.navdrop a, #products_nav li li li li.navdrop a, #products_nav li li li li li.navdrop a{
	background: #F9F5EA url(/cms/outertemplates/images/menu-arrow.gif) right no-repeat;
}

#products_nav li li.navdrop a:hover {
	color : #F99726;
	background-color: #F9F5EA;
}

#products_nav li.navdrop a:active {
	color : #F99726;
	background-color: #F9F5EA;
}
#products_nav li.navdrop a:focus {
	color : #F99726;
	background-color: #F9F5EA;
}

/* END PRODUCTS VERTICAL MENU STYLES */


/* START IMAGE POPUP STYLES */
/* You shouldn't need to edit these */

#lightbox {
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
}

#lightboxDetails {
	font-size: 0.8em;
	padding-top: 0.4em;
}	

#lightboxCaption { float: left; }

#keyboardMsg { float: right; }

#closeButton { top: 5px; right: 5px; }

#lightbox img { border: none; clear: both;} 

#overlay img { border: none; }

#overlay { background-image: url(images/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
}	

/* END IMAGE POPUP STYLES */








/* START SEARCH RESULTS STYLES */
/* You shouldn't need to edit these */

span.highlight { background: #ffefe4; }
div.searchheading { font-size: 100%; font-weight: bold; padding: 0 5px;}
div.summary { font-size: 80%; font-style: italic;  padding: 0 5px;}
div.results { font-size: 100%;  padding: 0 5px;}
div.category { color: #999999;  padding: 0 5px;}
div.description { font-size: 100%; color: #008000;  padding: 0 5px;}
div.context { font-size: 100%;  padding: 0 5px;}
div.infoline { font-size: 80%; font-style: normal; color: #808080; padding: 0 5px;}
div.sorting { text-align: right;  padding: 0 5px;}
div.result_title { font-size: 100%;  padding: 0 5px;}

form.zoom_searchform { font-size: 100%;  padding: 0 5px;}
span.zoom_options { font-size: 80%;  padding: 0 5px;}
input.zoom_button {  }
input.zoom_searchbox {  }

/* END SEARCH RESULTS STYLES */


.validationerror{background-color: yellow;}
.rightFloat{float: right;}