* {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

IMG {
	border: none;
}

html {
height: 100%;
font-family:  Arial, Verdana, Tahoma;
font-size: 12px;
text-align: center;
}

body {
color: #FFFFFF;
font-family:  Arial, Verdana, Tahoma;
font-size: 12px;
text-align: center;
margin: 0;
height: 100%;
background: #ffffff url(../images/background.jpg) repeat-x top center;
}

.wrapper {
width: 998px;
margin-left: auto;
margin-right: auto;
}

.wrapper_r {
position: relative;
height: 100%;
display: block;
}

.mainframe {
position: relative;
width: 998px;
min-height: 100%;
}

.mainframe_table {
	width: 968px;
	margin-top: 155px;
	min-height: 100%;
}

.header {
	height: 94px;
	width: 100%;	
	position: absolute;
	top: 0px;
	left: 0;
}

.header_center {
	width: 998px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	height: 94px;
}

.logo {
	width: 482px;
	height: 125px;
	margin-left: 60px;
	display: inline;
	background: transparent url(../images/logo.png) no-repeat top left ;
	position: relative;
	z-index: 1;
	float: left;
}

.banner_images {
	width: 136px;
	height: 125px;
	background: transparent url(../images/banner_images.png) no-repeat top left;
	display: inline;
	float: left;
	z-index: 0;
	position: relative;
	margin-left: 40px;
}

.header3 {
	float: right;
	width: 245px;
	height: 84px;
	text-align: right;
	position: relative;
}

.banner_contact {
	text-align: right;
	margin-right: 10px;
	color: #e95000;
	font-size: 11px;
	line-height: 15px;
	vertical-align: top;
}

.banner_contact p{
	font-size: 13px;
	padding: 0;
	margin: 5px 0 0 0;
}



/***********************************
/***********************************
/*                                 *
/* 			left column		 	   *
/*								   *
/***********************************
/***********************************/

DIV#leftcolumn {
	background: url(../images/column_top.png) top left no-repeat;
	width: 140px;
	position: relative;
	top: 0;
	padding-top: 9px;
	z-index: 10;
}

DIV.leftcolumn_bottom{
	background:  url(../images/column_bottom.png) bottom left no-repeat;
	width: 140px;
	position: relative;
	top: 0;
	padding-bottom: 9px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	z-index: 10;
	
}

DIV.leftcolumn_inner {
	background: #fec938;
	width: 140px;
	position: relative;
	top: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	z-index: 10;
}

.infobox-content {
	width: 138px;
	text-align: left;
	z-index: 10;
}

.infobox-content a {
	display: block;
	width: 138px;
	border-bottom: 1px solid #262525;
	text-indent: 10px;
	padding: 4px 0 4px 0;
	z-index: 10;
}

.infobox-content a:hover {
	text-decoration: none;
	color: #FFFFFF;
	z-index: 10;
}


/***********************************
/***********************************
/*                                 *
/* 			  Categories	 	   *
/*								   *
/***********************************
/***********************************/

#categorybox_shadow {
	width: 154px;
	position: relative;
	background: url(../images/navigation_shadow.png) bottom left no-repeat;
	/*height: 475px;*/
	margin-left: 30px;
	margin-top: 7px;
	padding-left: 7px;
	padding-bottom: 10px;
	z-index: 10;
}

.categorybox {
	width: 140px;
	position: relative;
	z-index: 99;
}

.sf-menu .activenav {
	background:		#E95000 url(../images/sf-menu-bg-hover.jpg) top left repeat-x;
	outline: 0;
	z-index: 99;
}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	z-index: 99;
	position: relative;
}
.sf-menu {
	line-height:	1.0;
	z-index: 99;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			140px; /* left offset of submenus need to match (see below) */
	z-index: 99;
}
.sf-menu ul li {
	width:			140px;
	position: relative;
	z-index: 99;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
	z-index: 99;
}
.sf-menu li {
	float:			left;
	position:		relative;
	z-index: 99;
}
.sf-menu a {
	display:		block;
	position:		relative;
	z-index: 99;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
	z-index: 99;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			140px; /* match ul width */
	top:			0;
	z-index: 99;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
	z-index: 99;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			140px; /* match ul width */
	top:			0;
	z-index: 99;
}

/*** DEMO SKIN ***/
.sf-menu {
	z-index: 99;
}
.sf-menu a {
	/*border-left:	1px solid #fff;*/
	border-top:		1px solid #fed23b;
	padding: 		6px 1em;
	text-decoration:none;
	color: #000000;
	z-index: 99;
}

.sf-menu li li a {
	border-left:	1px solid #fed23b;
	border-top:		1px solid #fed23b;
	padding: 		6px 1em;
	text-decoration:none;
	z-index: 99;
}
.sf-menu a, .sf-menu a:visited, .sf-menu a:hover { /* visited pseudo selector so IE6 applies text colour*/
	color:			#000000;
	text-decoration: none;
	z-index: 99;
}

.sf-menu .activenav a, .sf-menu .sfHover a {
	color: #ffffff;
}

.sf-menu .sfHover ul a {
	color: #000000;
}

.sf-menu .sfHover ul a:hover {
	color: #ffffff;
}

.sf-menu ul li.sfHover a {
	color: #ffffff;
}

.sf-menu li.sfHover li.sfHover a {
	color: #ffffff;
}

.sf-menu li.sfHover li.sfHover li a {
	color: #000000;
}

.sf-menu li.sfHover li.sfHover li a:hover {
	color: #ffffff;
}

.sf-menu li.sfHover li a {
	color: #000000;
}

.sf-menu li {
	background:		#fed23b url(../images/sf-menu-bg.jpg) top left repeat-x;
	z-index: 99;
}
.sf-menu li li {
	background:		#fed23b url(../images/sf-menu-bg.jpg) top left repeat-x;
	z-index: 99;
}
.sf-menu li li li {
	background:		#fed23b url(../images/sf-menu-bg.jpg) top left repeat-x;
	z-index: 99;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#e95000 url(../images/sf-menu-bg-hover.jpg) top left repeat-x;
	outline:		0;
	z-index: 99;
	color: #ffffff;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
	z-index: 99;
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	/*background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
	z-index: 99;
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
	z-index: 99;
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
	z-index: 99;
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
	z-index: 99;
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	/*background:	url('../images/shadow.png') no-repeat bottom right;*/
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
	z-index: 99;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
	z-index: 99;
}

/*** adding sf-vertical in addition to sf-menu creates a vertical menu ***/
.sf-vertical, .sf-vertical li {
	width:	140px;
	z-index: 99;
	display: inline-block;
}
/* this lacks ul at the start of the selector, so the styles from the main CSS file override it where needed */
.sf-vertical li:hover ul,
.sf-vertical li.sfHover ul {
	left:	140px; /* match ul width */
	top:	0;
	z-index: 99;
}

/*** alter arrow directions ***/
.sf-vertical .sf-sub-indicator { background-position: -10px 0; } /* IE6 gets solid image only */
.sf-vertical a > .sf-sub-indicator { background-position: 0 0; } /* use translucent arrow for modern browsers*/

/* hover arrow direction for modern browsers*/
.sf-vertical a:focus > .sf-sub-indicator,
.sf-vertical a:hover > .sf-sub-indicator,
.sf-vertical a:active > .sf-sub-indicator,
.sf-vertical li:hover > a > .sf-sub-indicator,
.sf-vertical li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
	z-index: 99;
}



/***********************************
/***********************************
/*                                 *
/* 			Content 		 	   *
/*								   *
/***********************************
/***********************************/

#content_shadow {
	background: url(../images/content_shadow.png) top left no-repeat;
	width: 815px;
	height: 601px;
	position: relative;
	padding-top: 7px;
	padding-left: 7px;
	margin-left: 5px;
	z-index: 1;
}

.content {
	width: 798px;
	background: url(../images/content_top.png) top left no-repeat;
	padding-top: 15px;
	position: relative;
	z-index: 1;
}

.inner_content_wrapper {
	background: #ffffff;
	z-index: 1;
}

.inner_content_wrapper_bottom {
	/*background: url(../images/content_bottom.gif) no-repeat bottom left;*/
	padding-bottom: 15px;
	z-index: 1;
	min-height: 100%;
}

.content_inner {
	width: 798px;
	min-height: 100%;
	height: auto;
	position: relative;
	z-index: 2;
	z-index: 1;
}

#print_button {
	left:0;
	margin-left:560px;
	position:absolute;
	top:0;
	background: url(../images/print_button_inline.jpg) top left no-repeat;
	width: 50px;
	height: 15px;
	padding-left: 12px;
}

.inner_content {
	width: 590px;
	display: block;
	height: 100%;
	display: block;
	padding-top: 10px;
	background: url(../images/inner_content_top.jpg) no-repeat top left;
	margin-left: 20px;
	margin-right: 20px;
	z-index: 1;
}

.inner_content H1 {
	font-size: 15px;
	font-weight: bold;
	z-index: 1;
}

.inner_content li {
	margin-left: 20px;
	z-index: 1;
}

#content_item_groups {
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.inner_content_bottom {
	width: 590px;
	display: block;
	height: 100%;
	min-height: 300px;
	display: block;
	padding-bottom: 10px;
	background: url(../images/inner_content_bottom.jpg) no-repeat bottom left;
	z-index: 1;
}
/* for understanding browsers */
.inner_content_inner {
	width: 590px;
	display: block;
	min-height: 500px;
	display: block;
	background: #222220;
	z-index: 1;
}

.inner_content_inner_image{
	background: url(../images/inner_content_inner_image.gif) no-repeat bottom left;
	height: 100%;
	min-height: 700px;	
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	z-index: 1;
}

/* for Internet Explorer */
/*\*/
* html .inner_content_inner_image {
	height: 700px;
	z-index: 1;
}
/**/

.inner_content H1 {
	font-size: 15px;
	font-weight: bold;
	z-index: 1;
}

.contentbox {
	width: 570px;
	margin: 0 0 0 2px;
	min-height: 100%;
	height: auto;
	height: 100%;
	z-index: 1;
}

.contentbox-top {
	width: 570px;
	height: 6px;
	font-size: 0px;
	margin: 0;
	z-index: 1;
}

.contentbox-center {
	width: 570px;
	padding: 5px 0 5px 0;
	z-index: 1;
}

.contentbox-text {
	width: 550px;
	margin: 0 7px 0 7px;
	font-family:  Arial, Helvetica, Sans-Serif, Verdana, Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-align: justify;
	line-height: 14px;
	z-index: 1;
}

.contentbox-bottom {
	width: 570px;
	height: 7px;
	font-size: 0px;
	z-index: 1;
}

/* for understanding browsers */
.table_next_prev {
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
}

/* for Internet Explorer */
/*\*/
* html .table_next_prev {
	margin-left: 140px;
	z-index: 1;
}
/**/


.table_week_navigation {
	margin-bottom: 20px;
	margin-top: 10px;
	z-index: 1;
}

.next_week {
	margin-left: 20px;
	font-size: 10px;
	z-index: 1;
}

.previous_week {
	margin-right: 20px;
	font-size: 10px;
	z-index: 1;
}

.productbox {

width: 550px;

margin: 0 0 2px 2px;

}

.productbox-inside {

width: 550px;

}

.productbox-title {

display: block;

text-align: center;

padding: 6px 5px 0 5px;

margin-bottom: 10px;

}

.productbox-image {

height: 125px;

}

.productbox-omschrijving {

font-family:  Arial, Helvetica, Sans-Serif, Verdana, Tahoma;

font-size: 11px;

color: #FFFFFF;

text-align: center;

line-height: 14px;

padding: 0 7px 0 7px;

margin: 10px 0 0 0;

}

.productbox-bottom {

width: 400px;

height: 6px;

font-size: 0px;

}

.product_listing_top {
	margin-top: 30px;
}

.productbox-gerechtnaam {
	text-align: center;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 15px;
	font-size: 13px;
}

.productbox-table-gerechten {
	margin-bottom: 20px;
	margin-left: 50px;
}

.productbox-gerechtnaam-gerechten {
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	width: 450px;
	padding-left: 50px;
}

.productbox-prijs {
	font-size: 11px;
	font-weight: normal;
	width: 50px;
}

.productbox-gerechtomschrijving {
	text-align: center;
}

.contact_table {
	padding: 10px;
}

.submit, .reset {
	border: none;
	background: url(../images/button.gif);
	height: 21px;
	width: 131px;
	margin-top: 10px;
	cursor: pointer;
	color: #000000;
}

.text {
	text-align: center;
}

.prodtitle {
	text-align: right;
}

.prodtext {
	text-align: left;
}

#disabledday, #disabledmonth, #disabledyear {
	float: left;
	display: block;
	background-color: transparent;
	color: #ffffff;
	border: none;
}

/***********************************
/***********************************
/*                                 *
/* 			right column	 	   *
/*								   *
/***********************************
/***********************************/

.rightcolumn_wrapper_bottom {
	padding-bottom: 30px;
	/*background: url(../images/rightcolumn_bottom.gif) no-repeat bottom right;*/
}

.rightcolumn_wrapper_inner {
	background: #FFFFFF;
	padding-bottom: 5px;
	height: 500px;
	min-height: 500px;
}

.rightcolumn {
	width: 150px;
	position: relative;
	display: block;
}

li.infoCurrent {
	display: inline-block;
	position: relative;
	background: #FED23B url(../images/sf-menu-bg.jpg) repeat-x scroll left top;
	width: 150px;
	text-indent: 0;
	float: left;
}

li.infoHover {
	background:#E95000 url(../images/sf-menu-bg-hover.jpg) repeat-x scroll left top;
	text-decoration: none;	
}

li.infoActive {
	background:#E95000 url(../images/sf-menu-bg-hover.jpg) repeat-x scroll left top;
	text-decoration: none;	
}

ul.information_navigation li a {
	padding:6px 1em;
	display: block;
	position: relative;
	text-decoration: none;
}

li.infoHover a:hover {
	text-decoration: none;
}

.newsletter_checkboxes {
	font-size: 10px;
}

/***********************************

/***********************************

/*                                 *

/* 		    Openingsuren	 	   *

/*								   *

/***********************************

/***********************************/



.openingsuren_div {
	margin-left: 12px;
	padding-right: 5px;
	margin-top: 10px;
	width: 565px;
}

.openingsuren_div h1 {
	margin-left: 5px;
	padding-right: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.openingsuren_table {
	width: 215px;
}

.openingsuren_table TD{
	font-size: 12px;
	padding: 2px;
}

.odd_openingsuren {
	background-color: #333333;
	height: 35px;
}

.even_openingsuren {
	height: 35px;
}

TD.openingsuren_dag {
	font-size: 12px;
	border: none;
	width: 20px;
	float: left;
	text-align: left;
	text-indent: 0px;
	display: block;
	vertical-align: middle;
	height: 13px;
}

TD.openingsuren_dag_text {
	font-size: 12px;
	border: none;
	width: 20px;
	text-align: left;
	text-indent: 0px;
	height: 35px;
	padding-left: 5px;
	padding-right: 10px;
	border-right: 1px solid #222220;
}

.odd_openingsuren .openingsuren_dag_text {
	border-right: 1px solid #222220;
}


.even_openingsuren .openingsuren_dag_text {
	border-right: 1px solid #333333;
}

.openingsuren_text {
	padding-left: 5px;
}

TD.openingsuren_gesloten {
	width: 6px;
	height: 6px;
	background: #000000;
	float: left;
	border-right: 1px solid #ffffff;
}

TD.openingsuren_keuken {	
	width: 6px;
	height: 6px;
	background: #ffffff;
	float: left;
	border-right: 1px solid #000000;
}

TD.openingsuren_tearoom {
	width: 6px;
	height: 6px;
	background: #666666;
	float: left;
	border-right: 1px solid #000000;
}

TD.openingsuren_leeg {
	width: 6px;
	height: 6px;
	visibility: hidden;
}

.openingsuren_druk_block {
	display: block;
	background: url(../images/openingsuren_gesloten.gif) top left repeat-x;
	float: left;
	text-align: center;
	color: #000000;
	font-size: 9px;
	margin-left: 2px;
	padding: 2px;
}

.openingsuren_normaal_block {
	display: block;
	background: url(../images/openingsuren_tearoom.gif) top left repeat-x;
	float: left;
	margin-left: 2px;
	font-size: 9px;
	text-align: center;
	color: #fff;
	padding: 2px;
}

.openingsuren_kalm_block {
	display: block;
	background: url(../images/openingsuren_keuken.gif) top left repeat-x;
	float: left;
	text-align: center;
	margin-left: 2px;
	font-size: 9px;
	color: #fff;
	padding: 2px;
}

.openingsuren_open_block {
	display: block;
	background: url(../images/openingsuren_open.gif) top left repeat-x;
	float: left;
	margin-left: 2px;
	font-size: 9px;
	text-align: center;
	color: #fff;
	padding: 2px;
}

.active_day {
	background: #e95000;
}

.active_day_text {
	background: #e95000;
	height: 35px;
}

.reservaties {
	margin-top: 10px;
	float: left;
	width: 230px;
	text-align: center;
	z-index: 1;
}

#openingsuren_description {
	text-align: right;
	float: left;
}

.openingsurenbox_table td {
	font-size: 10px;
	text-indent: 0px;
}







.dagmenu_box {
display: block;

width: 150px;

background: url(../images/box_top.jpg) top left no-repeat;

margin-bottom: 5px;

padding-top: 10px;
	color: #ffffff;
}

.dagmenu_box_bottom {
display: block;

width: 150px;

padding: 0 0 10px 0;

text-indent: 10px;

	color: #ffffff;

font-size: 13px;

background: url(../images/box_bottom.jpg) bottom left no-repeat;

line-height: 10px;
}

.infopages_box {
display: block;

width: 150px;

background: url(../images/infopagesbox_top.jpg) top left no-repeat;

margin-bottom: 5px;

padding-top: 10px;
	color: #000000;
}

.infopages_box_bottom {
display: block;

width: 150px;

padding: 0 0 10px 0;

text-indent: 10px;

	color: #000000;

font-size: 13px;

background: url(../images/infopagesbox_bottom.jpg) bottom left no-repeat;

line-height: 10px;
}

.infoboxcontents {
	width: 100%;
	color: #000000;
}

.dagmenu_box_descr {
	padding-left: 7px;
	color: #ffffff;
}

.dagmenu_box_descr a {
	color: #ffffff;
}

.dagmenu_box_descr a:hover {
	color: #ffffff;
}

.dagmenu_box_descr TD {
	color: #ffffff;
}



.boxText a:hover {
	color: #ffffff;
}

.dagmenu_box_gerecht {
	padding-left: 15px;
	font-size: 11px;
	color: #ffffff;
}

.boxlinks a:link, .boxlinks a:visited {
	color: #ffffff;
	margin-left: 15px;
}

.boxlinks a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.infopages_box_bottom .boxlinks a, .infopages_box_bottom .boxlinks a:hover {
	color: #000000;
}


/***********************************
/***********************************
/*                                 *
/* 			Footer  		 	   *
/*								   *
/***********************************
/***********************************/

.footer {
	margin: 0 auto ;
	width: 620px;
	position: relative;
	text-align: center;
	padding-left: 20px;
	padding-right: 180px;
	color: #000000;
}

.footer a, .footer a:hover {
	color: #000000;
}



/***********************************
/***********************************
/*                                 *
/* 			Links css		 	   *
/*								   *
/***********************************
/***********************************/

.topmenu_link {
	background: url(../images/topmenu_link.gif) no-repeat 0 0;
	width: 140px;
	height: 25px;
	display: block;
	line-height: 25px;
}

.active {

background: url(../images/topmenu_link.gif) no-repeat 0 0;

margin:0;

text-decoration: none;

color: #ffffff;

font-size: 13px;

width: 140px;

height: 25px;

}



.inactive {

margin:0;

text-decoration: none;

color: #FFFFFF;

font-size: 13px;

width: 140px;

}

.active:hover, .inactive:hover {

text-decoration: none;

}











td {

font-family:  Arial, Verdana, Tahoma;

font-size: 12px;

}

h1 {

font-size: 13px;

font-weight: bold;

color: #E95000;

font-family:  Arial, Verdana, Tahoma;

margin: 0;

padding: 0;

}

h1 a {

color: #ffffff;

}

h2 {

font-size: 13px;

font-weight: bold;

color: #FFFFFF;

font-family:  Arial, Verdana, Tahoma;

margin: 0;



}

h3 {

font-size: 12px;

font-weight: bold;

color: #FFFFFF;

font-family:  Arial, Verdana, Tahoma;

margin: 0 0 5px 0;

}

h4 {

font-size: 13px;

font-weight: bold;

color: #ffffff;

font-family:  Arial, Verdana, Tahoma;

margin: 0;

padding: 0;

}

p {

margin: 8px 0 8px 0;

padding: 0;

font-size: 13px;

}

a {

font-family:  Arial, Verdana, Tahoma;

color: #ffffff;

text-decoration: none;

}

a:hover {

text-decoration: underline;

color:#ffffff;

}

.boxText {

font-family:  Arial, Verdana, Tahoma;

font-size: 12px;

color: #FFFFFF;

}

.errorBox {

font-size : 10px; 

background: #ffb3b5; 

font-weight: bold; 

}

/*change the menu hover color below*/

.activelink {

display: block;

}

/*end of mozilla fix*/


.clear {

clear: both;

float: none;

}

.productbox-links-left {

padding: 0 0 0 10px;

}

.productbox-links-right {

padding: 0 10px 0 0;

}



.enlarge {

position: absolute;

margin: -35px 0 0 -35px;

}







.divider {

background: url(../images/divider.jpg) repeat-x center center;

height: 25px;

}



FORM

{

display: inline;

}

.infoBoxContentsCart { 

font-family:  Arial, Verdana, Tahoma;

font-size: 12px;

color: #FF000;

}

TD.infoBoxHeading, .infoBoxHeading {

font-family:  Arial, Verdana, Tahoma;

font-size: 12px;

color: #e95000;

text-align: left;

font-weight: bold;

text-indent: 5px;

}

.infoBoxHeading a {

font-family:  Arial, Verdana, Tahoma;

font-size: 13px;

color: #f12933;

text-decoration: none;

}

.infoBoxHeading a:hover {

text-decoration: underline;

}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd

{

background: url(../images/prodlist-bg.jpg) repeat-x center bottom;

}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even

{background: url(../images/prodlist-bg.jpg) repeat-x center bottom; }

A.pageResults, A.pageResults:hover

{

color: #ffffff;

}

TR.subBar

{

border: 1px solid #006666;

}

P.main, TD.main, .main

{ font-family:  Arial, Verdana, Tahoma;

font-size: 12px;

}

TD.main {
	vertical-align: top;
}

TD.smallText, SPAN.smallText, P.smallText {

color: #ffffff;

font-size: 10px;

}

TD.smallTextpaging, SPAN.smallTextpaging, P.smallTextpaging 

{

font-family:  Arial, Verdana, Tahoma;

font-size: 10px;

text-transform: none;

font-weight: normal;

color: #ffffff;

}

TD.smallTextdescription, SPAN.smallTextdescription, P.smallTextdescription 

{

font-family:  Arial, Verdana, Tahoma;

font-size: 10px;

text-transform: none;

font-weight: normal;

color: #ffffff;

}

TD.smallTextborder, SPAN.smallTextborder, P.smallTextborder	

{

font-family:  Arial, Verdana, Tahoma;

font-size: 10px;

}

.smallText a {

color: #ffffff;

}

TD.fieldKey 

{

font-family:  Arial, Verdana, Tahoma;

font-size: 12px;

font-weight: bold;

}

TD.fieldValue 

{

font-family:  Arial, Verdana, Tahoma;

font-size: 12px;

}



INPUT

{

font-family:  Arial, Verdana, Tahoma;

font-size: 12px;

}

.inputbox {

background: #ffffff;

border: 1px solid #6A6A6A;

color: #000000;

margin-bottom: 5px;

}

TEXTAREA

{

width: 100%;

font-family:  Arial, Verdana, Tahoma;

font-size: 12px;

}

TD.formAreaTitle {

font-family:  Arial, Verdana, Tahoma;

  font-size: 12px;

  color: #7B7B7B;

}

.moduleRow { }

.moduleRowOver {   border: 1px solid #006666;

 cursor: pointer; cursor: hand; }

.moduleRowSelected {   border: 1px solid #006666;

 }



.checkoutBarFrom, .checkoutBarTo { font-family:  Arial, Verdana, Tahoma; font-size: 11px; color: #565656; }

.checkoutBarCurrent { font-family:  Arial, Verdana, Tahoma; font-size: 11px; color: Green; }



/* message box */



.messageBox { font-family:  Arial, Verdana, Tahoma; font-size: 10px; }

.messageStackError, .messageStackWarning { font-family:  Arial, Verdana, Tahoma; font-size: 11px; height: 25px; color: #FF0000; }

.messageStackSuccess { font-family:  Arial, Verdana, Tahoma; font-size: 11px; background-color: #bded81; border:1px solid #1C612D; height: 45px; color: #1C612D; }



/* input requirement */



.inputRequirement { font-family:  Arial, Verdana, Tahoma; font-size: 10px; color: #ff0000; }



.progressbar {

background: url(../images/divider.jpg) repeat-x center top;

height: 25px;

padding: 15px 0 0 0;

}




.topcat {

display: block;

width: 138px;

height: 10px;

padding: 5px 0 5px 0;

text-indent: 0px;

color: #FFFFFF;

font-size: 13px;

border-bottom: 1px solid #ffffff;

border-top: 1px solid #ffffff;

background: #3D342D;

line-height: 10px;

margin-top: 5px;
}

a.topcat, a.topcat:hover {
	color: #ffffff;
}

.topcat:hover {
	text-decoration: none;
}

.secondcat {
display: block;

width: 138px;

height: 10px;

padding: 5px 0 5px 0;

text-indent: 0px;

color: #000000;

font-size: 12px;

line-height: 10px;

font-weight: normal;
}

.secondcat:hover {
	text-decoration: none;
}

.thirdcat {
display: block;

width: 127px;

height: 10px;

padding: 0 0 5px 0;

margin-left: 11px;

color: #fff;

font-size: 12px;

line-height: 10px;

font-weight: normal;
}

.thirdcat:hover {
	text-decoration: none;
	color: #B3A575;
}

.fourthcat {
display: block;

width: 122px;

height: 10px;

padding: 0 0 5px 0;

margin-left: 16px;

color: #000;

font-size: 12px;

line-height: 10px;

font-weight: normal;
}

.fourthcat:hover {
	text-decoration: none;
	color: #B3A575;
}

#splash-content {color: #000;}
#splash-content p {margin: 0;}
#splash-content a {color: #000;}
