/* puth the almighty PNG fix first */
img { behavior: url(/js/iepngfix.htc); }

/* ------------( body ) ----------- */
body {
	font-family					: Arial, Verdana, sans-serif;
	font-size						: 12px;
	color								: #000000;
	margin							: 0;
	padding							: 0;
}

body#website { 
  background					: url(/images/bg_website.gif);
  text-align					: center;
}

/* ------------( linx ) ----------- */
a {
	text-decoration			: underline;
	color								: #35671f;
}
a:hover, a:active {
  text-decoration			: underline;
  color								: #88bf67;
}

a img {
	border							: none;
}

/* ------------( images ) ----------- */
img {
  display							: block;
}

img.inline {
  display							: inline;
}

img.popupnormal {
  display							: inline;
  border							: none;
}

img.external {
  display							: inline;
  border							: none;
  padding							: 0;
  margin							: 0 0 0 0.2em;
}

img.external_doc {
  display							: inline;
  border							: none;
  padding							: 0;
  margin							: 0 0 0 0.2em;
  vertical-align			: bottom;
}

img.icon {
  display							: inline;
  border							: none;
}

/* ------------( table defaults ) ----------- */
table {
	border-collapse			: collapse;
}
td {
	vertical-align			: top;
}
th {
	text-align					: left;
}

.stripe {
	background-color		: #eee;
}

.rtd {
	text-align					: right !important;
}

.ltd {
	text-align					: left !important;
}

.ctd {
	text-align					: center !important;
}

/* ------------( headings ) ----------- */
h1, h2, h3, h4, h5, h6 {
	font-family					: Arial, sans-serif;
	color								: #c10113;
	margin							: 11px 0 0 0;
}
h1 {
  /*margin							: 11px 0 3px 0;*/
  font-size						: 16px;
  font-weight					: bold;
}
h1#str_title {
  margin 							: 0 0 10px 0;
  font-size						: 18px;
  font-weight					: bold;
}

h2 {
  font-size						: 15px;
  font-weight					: bold;
  padding							: 0;
}
h3 {
  font-size						: 13px;
  font-weight					: bold;
  padding							: 0;
}
h4 { 
  font-size						: 12px;
  font-weight					: bold;
}
h5 { 
  font-size						: 12px;
  font-weight					: bold;
	color								: #000;
}
h6 { 
  font-size						: 11px;
  font-weight					: bold;
	color								: #000;
}

/* ------------( paragraphs ) ----------- */
p { 
  padding							: 0; 
  margin							: 0 0 10px 0;
	line-height					: 1.4em;
	word-spacing				: 1px;
}

.error {
  color								: #C90101;
}

p.error {
	background-color		: #fff;
	border			      	: #EDEDED 1px solid;
	padding							: 10px;
}

p#demo {
  font-size						: 11px;
  color								: #999;
  text-align					: center;
}


/* ------------( site ) ----------- */
#site {
	padding							: 0px 27px;
	margin								: 10px auto 20px auto;
	text-align						: left;
	width								: 906px;
}

/* ------------( header ) ----------- */
div#header {
	margin: 0 auto;
	width: 960px;
}

/* ---------- ( menu ) ------------- */
div#menu {
	margin 							: 0 auto;
	padding							: 0px 0 0px 0px;
	color								: #fff;
	font-size         	: 12px;
	/*---( horizontal settings )-----*/
	height 							: 28px;
	background: url(/images/bg_menu.gif) repeat-x center center;
	z-index: 1000;
	display: inline;
	/*---( vertical settings )-----*/
	/*width								: 147px;*/

}

#menu a {
	color								: #fff;
	font-size         	: 12px;
	display							: block;
	text-decoration			: none;
	padding							: 7px 10px 6px 10px;
	font-weight: bold;
	background: url(/images/bg_menu.gif) repeat-x;
	z-index: 1000;
	/*---( vertical settings )-----*/
	/*width								: 147px;*/
}

#menu a:hover {
	color 							: #fff;
	background: url(/images/menu_item_hover.gif) repeat-x center center;
}

#menu a.selected {
	color 							: #FFFFFF;
	background: url(/images/menu_item_hover.gif) repeat-x center center;
}

#menu ul ul {
	width								: 250px;
	padding-top: 5px;
	background: #f7dee0;
	z-index: 1000;
}

#menu ul li li {
	padding-left				: 0px;
	z-index: 1000;
}

#menu ul li li a {
	width								: 210px;
	border-top 			: 1px solid #e7adbd;
}

/* ------------( content ) ----------- */
#content {
	padding							: 10px 20px;
	margin							: 0;
	background: #fff;
	min-height: 245px;
}

#content_welcome {
	padding							: 0;
	margin							: 0;
	background: #fff;
}


/* ---------- ( footer ) ------------- */
#footer {
	clear             	: both;
	margin 							: 0;
	color								: #ecb4b9;
	font-size         	: 11px;
	/* IE6 hack to achieve a minimum height, others will ignore it */
	min-height					: 13px;
	height							: auto !important;
	height							: 13px;
}

#footer ul {
	padding							: 0;
	margin							: 0;
}

#footer ul li {
	list-style-type			: none;
	display							: inline;
	padding							: 0;
	margin							: 0 0 0 10px;
}

#footer a {
	color								: #ecb4b9;
}

#footer a:hover {
	color								: #fff;
}

/* ------------( credits ) ----------- */
#credits {
	font-size						: 11px;
	text-align					: right;
	color								: #ecb4b9;
}

#credits a {
	color								: #ecb4b9;
	text-decoration			: underline;
}

#credits a:hover {
	color								: #FFFFFF;
	text-decoration			: underline;
}

/* ------------( breadcrumb ) ----------- */
#breadcrumb {
	margin							: 0 0 5px 0;
	padding							: 2px;
	color								: #35671f;
}

#breadcrumb a {
	color								: #35671f;
	text-decoration			: underline;
}

#breadcrumb a:hover {
	color								: #88bf67;
	text-decoration			: underline;
}

/*------( sub pages )------*/
#subpages {
	background: #f7dee0;
	z-index: 10;

}

#subpages ul {
	list-style					: none;
	color								: #C80200;
	margin: 0;
	padding: 0;
}

#subpages li {
	margin							: 0px;
	padding: 0px;
	z-index: 10;
	width: 243px;
}

#subpages_cont {
	background: none;
	float: left;
	width: 243px;
	margin: 0 20px 0 0;
}

#subpages li ul {
	margin: 0;
	padding: 0;
	background: #e7adbd;
}

#subpages li ul li {
	background: #e7adbd;
	margin: 0;
	padding: 0px;
	width: 243px;
	z-index: 10;
}


#subpages li a {
	border-bottom: 1px solid #e7adbd;
	padding: 7px 0px 7px 20px;
	color: #000;
	text-decoration: none;
	margin: 0;
	z-index: 0;
	display: block;
}

#subpages li a:hover {
	text-decoration: underline;
}

#subpages li li a {
	border-bottom: 1px solid #eab7c4;
	margin: 0px;
	padding: 7px 0px 7px 35px;
}

#subpages li li a:hover {
	text-decoration: underline;
}


/*-----( productgroepen overzicht )-----*/
div#shopsettings {
	border								: 1px solid #fff;
	margin								: 10px;
	color									: #006633;
	letter-spacing : 1px;
}
div#shopsettings li {
	margin								: 3px;
}
div#shopsettings a {
	text-decoration				: none;
	color									: #006633;
	font-weight						: bold;
}
div#shopsettings a:hover {
	color									: #fff;
}
div#shopsettings a.selected {
	color									: #fff;
}
/*-----( productgroepen overzicht )-----*/
ul#prdgrp {
	list-style-type			: none;
	color								: #363636;
	font-weight					: bold;
	margin							: 10px 0 0 5px;
	padding							: 10px 0 0 5px;
}

ul#prdgrp li {
	margin							: 3px;
}

ul#prdgrp a {
	text-decoration		: none;
	color								: #363636;
	letter-spacing			: 1px;
}

ul#prdgrp a:hover {
	text-decoration			: underline;
  color								: #fff;
}

ul#prdgrp a.selected {
  color								: #fff;
}

/*-----(nieuws)-----*/
table.newsitem {
	width 							: 100%;
	margin-bottom 			: 10px;
}

table.newsitem td {
	
}
table.newsitem td.thumb {
	width 							: 102px;
}

table.newsitem td.thumb img {
	margin-top					: 21px;
	border 							: 1px solid #6d6d6d;
	padding							: 1px;
	background-color		: #fff;
}
table.newsitem td.thumb img:hover {
	border 							: 1px solid #cd003a;
}
table.newsitem h2 {
	margin 							: 0;
}

table.newsitem em {
	font-size 					: 11px;
}

table.newsitem p {
	margin 							: 0;
}

table.newsitem a {
	color 							: #C80200;
}

table.newsitem a:hover {
	color 							: #545454;
}

/*----( welcome_news )------*/
#welcome_news {
	float								: right;
	width								: 330px;
	margin-left					: 30px;
	margin-bottom				: 10px;
}

#welcome_news ul {
	/*margin							: 0;*/
	/*padding							: 0;*/
	margin-top					: 0px;
  list-style					: none;
  color								: #000;
}

#welcome_news li {
	clear								: right;
  margin							: 0;
  padding							: 0.2em 0;
}

#welcome_news li a {
  margin							: 0;
}

#welcome_news li img {
  margin							: 0 0 0 5px;
	float								: right;
	border							: none;
	padding							: 1px;
	background-color		: #fff;
	border							: 1px solid #6d6d6d;
}

#welcome_news li img:hover {
	border							: 1px solid #cd003a;
}

#welcome_news li a:hover {
  margin							: 0;
}

#welcome_news li a.welcome_news_title {
  color								: #000;
	display							: block;
	background-color		: #cd003a;
	color								: #fff;
	font-size						: 13px;
	padding							: 3px 0 3px 3px;
	text-decoration			: none;
	font-weight					: bold;
	margin-bottom				: 5px;
}

#welcome_news li a.welcome_news_title:hover {
  color								: #fff;
	background-color		: #6d6d6d;
	/*text-decoration			: underline;*/
}


/*----(gallerij)------*/
ul#gallery {
	margin							: 0;
	padding							: 0;
}

a.gallery img{
	border 							: none;
	display 						: inline;
	/*margin-right 				: 10px;*/
	margin-bottom 			: 0px;
}

img.gallery {
	padding							:	1px 1px 1px 1px;
	border							:	1px solid #0d2044;
}

.gallery_cont {
	float								:	left;
	/*display							:	inline;*/
	margin-right 				: 10px;
}


/*-----( activities )-----*/
table#activities {
  margin							: 15px 0 15px 0;
  border-collapse			: collapse;
  background-color		: #fff;
  border							: 1px solid #999;
}

/* tabjes */
table#activities th {
  padding							: 0;
  margin							: 0;
  text-align					: left;
  vertical-align			: top;
  border							: 1px solid #999;
  font-size 					: 12px;
  background-color		: #cd003a;
}

table#activities th a, 
table#activities th p {
  color								: #fff;
  background-color		: #cd003a;
	display							: block;
	width								: 40px;
	padding							: 5px;
	text-decoration			: none;
	text-align					: center;
	margin							: 0;
}

table#activities th a {
	padding							: 6px 5px 6px 5px;
}

table#activities th p {
  background-color		: #6d6d6d;
}

table#activities th.selected {
	border-bottom				: none;
	background-color		: #fff;
}

table#activities th.selected a {
  margin							: 0;
  color								: #000;
	background-color		: #fff;
}
table#activities th.selected a:hover {
  background-color		: #fff;
}

table#activities th a:hover {
  background-color		: #fff;
	color								: #000;
}

table#activities p {
	margin							: 60px 0 60px 30px;
}

table#activities table {
	border-collapse					: collapse;
	width										: 100%;
}

table#activities table td.datum {
	width										: 75px;
}

table#activities table td {
	padding							: 3px;
}

/*-----( talen )-----*/
div#language {
	float 							: right;
}

div#language a img {
	display 						: inline;
	border 							: 1px solid #000;
	margin 							: 0 5px 0 5px;
}

div#language a:hover img {
	border 							: 1px solid #ccc;
}

/* ------------( forms ) ----------- */
form {
	margin 							: 0;
	padding 						: 0;
}

input, select, textarea {
	font-family       	: Verdana, Arial, sans-serif;
	font-size						: 12px;
	color								: #666;
	background-color		: #fff;
	border							: 1px solid #ccc;
}

.formbutton {
	margin							: 0;
	padding 						: 2px 10px 2px 10px;
	font-weight 				: bold;
	color								: #fff;
	background-color		: #c10113;
	border     					: 1px solid #6d6d6d;
	text-decoration 		: none;
	cursor: pointer;
}

a.formbutton:hover {
	text-decoration 		: none;
	color								: #666;
}

.noborder {
	border 							: none;
	background-color		: transparent;
}

input.noborder {
	border 							: none;
	background-color		: transparent;
}

td.noborder input {
	border 							: none;
	background-color		: transparent;
}

/*----(login)--------*/
div#loginform {
	width 							: 300px;
	margin 							: 10px auto 10px auto;
	padding 						: 10px;
}

div#loginform_welcome {
	width 							: 223px;
	margin 							: 10px auto 0px auto;
	padding 						: 10px;
	background: #f7dee0;
	color: #000;
	
}


table.forget {
	width 					: 350px !important;
}

/*-----( contactform )--------*/
#contact {
  margin-top					: 15px;
  border-collapse			: collapse;
}

#contact th {
	color								: #c10113;
	padding							: 5px 10px 5px 0;
	margin							: 0px;
	text-align					: left;
	vertical-align			: top;
	font-size						: 12px;
}

#contact td {
  padding							: 5px 10px;
  margin							: 0px;
  vertical-align			: top;
  font-size						: 12px;
}

td.contact_footer {
	/*margin-top					: 5px;*/
	font-size						: 10px !important;
}

/*To disable fieldsets in contactform uncomment the following:*/
/*
#contact fieldset {
  border							: 0px solid #ccc;
  margin              : 0px;
  padding             : 0px;
}

#contact legend {
  padding             : 0 5px;
  margin              : 0px;
  display:none;
}
*/
/*To enable fieldsets in contactform uncomment the following:*/

#contact fieldset input{
  margin-top: 5px;
}

#contact fieldset {
  border							: 1px solid #ccc;
  margin              : 0px;
  padding             : 0 5px 5px 5px;
}

#contact legend {
  color               : #545454;
  padding             : 0 2px;
  margin              : 0px;
}

fieldset input{
  margin-top: 5px;
}

fieldset {
  border							: 1px solid #ccc;
  margin              : 0px;
  padding             : 0 5px 5px 5px;
}

legend {
  color               : #545454;
  padding             : 0 2px;
  margin              : 0px;
}

input.radio{
}

input.checkbox{
}

input.text{
  width               : 300px;
}
input.date{
  width               : 280px;
  margin-right        : 2px;
  float               : left;
}

textarea{
  width               : 300px;
}

/*------( captcha )---------*/
#hcaptcha {
	font-size						: 10px;
	margin-left					: 10px;
	position						: relative;
	right								: 0;
}

.captcha_image {
	border							: 1px solid #000;	
	float								: left;
	margin-right				: 10px;
}

#dcaptcha {
	position						: absolute;
	z-index							: 3;
	background-color		: #fff;
	width								: 200px;
	clear								: left;
	margin-left					: 0px;
	margin-top					: 11px;
	border							: 1px solid #ccc;
	padding							: 5px;
}

#dcaptcha h2 {
	margin-top					: 0;
	margin-bottom				: 5px;
}

/*------( mailing )---------*/
#mailing {
  margin-top					: 15px;
  border-collapse			: collapse;
}

#mailing th {
  color								: #666;
  padding							: 5px 10px;
  margin							: 0px;
  text-align					: left;
  vertical-align			: top;
  font-size						: 12px;
}

#mailing td {
  padding							: 5px 10px;
  margin							: 0px;
  vertical-align			: top;
  font-size						: 12px;
}

/*-----( guestbook )-----*/
.guestbook {
	background					: #eee;
	margin-bottom				: 2em;
	padding							: 10px;
}
.guestbook p.guestbookfooter {
	border-top					: #333 1px solid;
	font-weight					: bold;
	padding-top					: 5px;
}

/* ------------( weblog ) ----------- */
.weblog {
	clear								: right;
	margin-bottom				: 2em;
	background					: #eee;
	padding							: 10px;
}
.weblog h2{
	border-bottom				: #333 1px solid;
	padding-bottom			: 5px;
}
.weblog p.weblogfooter {
	border-top					: #333 1px solid;
	font-weight					: bold;
	padding-top					: 5px;
}
/* ------------( comment ) ----------- */
.comment {
	clear								: right;
	margin-bottom				: 2em;
	background					: #eee;
	padding							: 5px 10px;
}
.comment p.commentfooter {
	border-top					: #333 1px solid;
	font-weight					: bold;
	padding-top					: 5px;
}
/* ------------( reactie  ) ----------- */
#reactie {
	background					: #eee;
	margin-bottom				: 2em;
	padding							: 10px;
}


/* ------------( webshop  ) ----------- */
p.price strong {
	color								: #C80200;
	font-size						: 13px;
	margin-left					: 5px;
}

/* ------------( producten  ) ----------- */
table#productoverview {
	width								: 100%;
	table-layout				: fixed;
	border-collapse			: separate;
}

table#productoverview td {
	padding-bottom			: 10px;
}

table#productoverview td.rpad {
	padding-right				: 10px;
}

table#productoverview table {
	width								: 100%;
	border							: 1px solid #006633;
}

table#productoverview th {
	margin							: 0 0 5px 0;
	padding							: 5px;
	background-image		: url(/images/bg_site.gif);
	background-repeat		: repeat;
	background-color		: #006633;
}
table#productoverview th a {
	text-decoration			: none;
	color								: #fff;
}

table#productoverview img {
	margin							: 0 10px 0 0;
}

table#productoverview a img {
	border							: 1px solid #666;
}

table#productoverview a:hover img {
	border							: 1px solid #C80200;
}

table#productoverview table td {
	padding							: 5px;
}

table.related {
	text-align : center !important;
}
table.related img {
	display							: inline !important;
}


.new {
  color								: #ff2400;
	font-weight					: bold;
}

/*---------( product list )-----------*/
table#productlist {
	width								: 100%;
	table-layout				: fixed;
	border-collapse			: separate;
}

table#productlist h2 {
	margin							: 0 0 5px 0;
}

table#productlist h2 a {
	text-decoration			: none;
  color								: #C80200;
}

table#productlist h2 a:hover {
	text-decoration			: underline;
}

table#productlist td span {
	color								: #f00;
	font-weight					: bold;
}

table#productlist p {
	margin							: 3px 0 3px 0;
}

table#productlist p.price strong {
	font-size						: 14px;
}
table#productlist td {
	padding							: 2px 5px 2px 5px;
}

table#productlist td.imgtd {
	width								: 120px;
}

table#productlist td.imgtd a img {
	border							: 1px solid #000;
}

table#productlist td.imgtd a:hover img {
	border							: 1px solid #f00;
}

table#productlist table {
	border							: 1px solid #000;
	width								: 100%;

}

/*---------( product detail )-----------*/
table#product {
	width								: 100%;
}

table#product td.imgtd {
	width								: 320px;
}

table#product td.imgtd img {
	border							: 1px solid #000;
}

table#product p {
	margin							: 0 0 10px 0;
}
table#product p.special {
	color								: #f00;
	margin							: 0 0 5px 0;
	font-weight					: bold;
}

table#product table.property {
	width								: 100%;
	border							: 1px solid #ccc;
}
table#product table.property td {
	padding							: 1px 5px 1px 0px;
}
table#product table.property th {
	width								: 30%;
	padding							: 1px 5px 1px 5px;
}

table#product table.price {
	margin							: 10px 0 5px 0;
	width								: 100%;
	border-top					: 1px solid #000;
}

table#product table.price strong {
	color								: #f00;
	font-size						: 14px;
}

/*--------( attachments )---------*/
ul.attachment {
	margin							: 5px 0 5px 12px;
	padding							: 5px 0 5px 12px;
}
ul.attachment li {
	list-style-type			: square;
}


/*--------( profile )---------*/
div#profileinfo {
	border							: 1px solid #006633;
	background-color		: #EAF5DC;
	float								: right;
	padding							: 10px 20px;
	color								: #006633;
}

div#profileinfo li {
	list-style-type			: square;
}

div#profileinfo h2 {
	margin							: 0;
}

/*--------( profile edit )---------*/
/*--------( basket )---------*/
table.basket {
	width								: 100%;
	margin							: 5px 0 5px 0;
}

table.basket th {
	background-color		: #eee;
	border-bottom				: 1px solid #666;
	border-top					: 1px solid #666;
	padding							: 2px 5px 2px 5px;
}

table.basket td {
	padding							: 1px 3px 1px 3px;
}

.icontd {
	width								: 20px;
}

.total {
	border-top					: 1px solid #666;
}
	
/*-----( order )--------*/
div.order {
	margin							: 5px 0 5px 0;
	padding							: 5px;
	border							: 1px solid #ccc;
}

div.order h3 {
	margin							: 3px 0 5px 0;
}

/*-----( user form )--------*/

table.userform {
	background-color		: #eee;
	border							: 1px solid #ccc;
	margin							: 5px 0 5px 0;
	width								: 100%;
}

table.userform td {
	padding							: 3px 5px 3px 3px;
}

table.userform th {
	padding							: 3px 5px 3px 3px;
	width								: 20%;							
}

table.usergroup {
	width								: 100%;
	table-layout				: fixed;
}

table.usergroup td.rpane {
	padding-left							: 10px;
}
table.usergroup td.lpane {
	padding-right							: 10px;
}

div#orderinfo {
	padding										: 10px;
	margin										: 5px 0 10px 0;
}
div#orderinfo table {
	width											: 100%;
	table-layout							: fixed;
}

div#orderinfo a {
	color											: #C80200;
}
div#orderinfo a:hover {
	text-decoration						: none;
}

.gmap_pos_top{
  width: 100%;
  height: 300px;
}
.gmap_pos_right{
  width: 50%;
  height: 500px;
  float: right;
  margin: 5px 0 5px 10px;
}
.gmap_pos_left{
	width: 50%;
  height: 500px;
  float: left;
  margin: 5px 10px 5px 0;
}
.gmap_pos_bottom{
  width: 100%;
  height: 400px
}
.gmap_pos_full{
	width: 100%;
  height: 500px;
 }

 div#gmap_directions{
  border: 1px solid #6d6d6d;
  visibility: hidden;
  display:none;
 }

 .gmap_dir_pos_top{
  width: 100%;
  max-height: 200px;
  overflow: auto;
  margin: 5px 0;
}
.gmap_dir_pos_right{
  width: 50%;
  float: right;
  margin: 5px 0 5px 10px;
}
.gmap_dir_pos_left{
	width: 50%;
  float: left;
  margin: 5px 10px 5px 0;
}

.gmap_dir_pos_bottom{
  width: 100%;
  max-height: 200px;
  overflow: auto;
  margin: 5px 0;
}

.gmap_dir_pos_full{
	width: 100%;
  height: 200px;
  overflow: auto;
  margin: 5px 0;
 }

#header_cont {
	background: url(/images/bg_header.gif) repeat-x left top;
	height: 264px;
}

#menu_cont {
	margin: 0px auto;
	width: 960px;
	position: relative;
	text-align: center;
}

#menu li#first a {
	background: url(/images/menu_first.gif) no-repeat left center;
	padding-left: 20px;
}

li#first a.selected, li#first a:hover {
	background: url(/images/menu_first_hover.gif) no-repeat left center !important;
}

#menu li#last a {
	background: url(/images/menu_last.gif) no-repeat right center;
	padding-right: 15px;
}

li#last a.selected, li#last a:hover {
	background: url(/images/menu_last_hover.gif) no-repeat right center !important;
	color: #FFF;
}


#menu li#first {
	padding: 0px;
}

#header_bg {
	background: url(/images/bg_header.jpg) no-repeat center bottom;
	height: 264px;
}

#content_container {
	background: none;
	float: left;
	width: 642px;
}

#content_container #content_top, #subpages_cont #subpages_top {
	background: url(/images/content_cont_top_bottom.gif) repeat-x center bottom;
	height: 4px;
}

#footer, #credits {
	background: url(/images/content_cont_bottom.png) repeat-x center top;
	margin-top: 2px;
	text-align: right;
	padding: 10px 3px 3px 3px;
	behavior: url(/js/iepngfix.htc);
		/* IE6 hack to achieve a minimum height, others will ignore it */
	min-height					: 40px;
	height							: auto !important;
	height							: 40px;
}

.div_top {
	background: url(/images/content_cont_top_bottom.gif) repeat-x center bottom;
	height: 4px;
}


.div_bottom {
	background: url(/images/content_cont_bottom.png) repeat-x center top;
	/* IE6 hack to achieve a minimum height, others will ignore it */
	min-height					: 40px;
	height							: auto !important;
	height							: 40px;
	margin-top: 2px;
	text-align: right;
	padding: 10px 3px 3px 3px;
	behavior: url(/js/iepngfix.htc);
	width: 240px;
}


.clearAll {
	clear: both;
}

#left_col_cont {
	float: left;
	width: 245px;
	padding-top: 2px;
	border-top: 2px solid #9d5769;
}

#content_welcome_container {
	background: none;
	float: left;
	width: 380px;
	margin: 0 15px;
	padding-top: 2px;
	border-top: 2px solid #9d5769;
}

#right_col_cont {
	float: left;
	width: 243px;
}

#left_col_cont #left_col {
	background: #88bf67;
	padding: 5px;
}

#right_col_cont #right_col {
	padding-top: 2px;
	padding-bottom: 2px;
	border-top: 2px solid #9d5769;
	border-bottom: 2px solid #9d5769;

}

#loginform_welcome input.small {
	width: 135px;
}

#loginform_welcome h3#extranet_login_h3 {
	font-size: 18px;
	margin: 0px 0px 10px 0px;
}

ul#sub_welcome {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#sub_welcome li {
	font-size: 18px;
	color: #c10113;
	border-top: 1px solid #c10113;
	padding: 5px 20px;
	font-weight: bold;
}

ul#sub_welcome li ul li {
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	list-style-type: square;
	border: none;
	padding: 3px;
}

ul#sub_welcome a {
	text-decoration: none;
	color: #c10113;
}

#welcome_text {
	padding: 10px 20px;
}

ul#sub_welcome a:hover {
	color: #88BF67;
}

#gmap_cont {
	overflow: hidden;
	width: 236px;
}

.formbutton:hover {
	background: #9c0030;
}

#loginform_welcome td {
	padding: 3px;
}

p.error_message {
	padding: 5px;
	border: 1px solid #C10113;
	background: #F7DEE0;
}

#loginform td {
	padding: 3px;
}
