/* www.vari.cz, CSS styly pro zobrazeni */

/* zakladni nastaveni */

body {
	background-color: #BEC0C3;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 0.8em;
	color: #666666;
	text-align: center;
}
.editor{
	background-color: #FFFFFF;
	text-align: left;
}
a img, a:link img {
	border: none;
}

p {
	margin: 0.3em 0em 0.8em 0em;
	/* text-align: justify; */
}

h1, h2, h3, h4, h5, h6{
	color: #666666;
	font-weight: normal;	
}
.red
{
	color: red;
}
h1 {
	font-size: 1.25em;
	color: #dd1b3d;
	font-weight: bold;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.4em;
	color: #114411;
	font-weight: bold;
}

h5 {
	font-size: 1.4em;
	color: #114411;
	font-weight: normal;
}

h6 {
	font-size: 1.1em;
	color: #114411;
	font-weight: normal;
}

ol {
	padding-left: 2.3em;
}

ul {
	padding-left: 2.3em;
}

ul li {
	list-style-type: square;
}

a, a:hover{
	color: #DD1D36;
	text-decoration: underline;
}
a:hover{
	color: black;
}

sub {
	font-size: 85%;
}

sup {
	font-size: 85%;
}

fieldset {
	border: 1px solid #cccccc;
	padding: 0.3em;
}

legend {
	border: 1px dotted #cccccc;
	padding: 0.3em;
}

input.text, input.captcha-number {
	font-size: 1em;
	background-color: #ffffff;
	border: 1px solid #BFBFBF;
	font-family: Tahoma, Arial;
	padding-left: 2px;
	padding-right: 2px;
  margin-bottom: 2px;
}

input.checkbox {
	width: 12px;
	height: 12px;
}

input.radio {
	width: 12px;
	height: 12px;
}

input.submit, input.reset, input.button {
	font-family: Tahoma, Arial;
	font-size: 1em;
	cursor: pointer;
	border: none;
	background-color: #90D378;
	border: 1px solid #70A55E;
	color: #114411;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 30px;
	padding-right: 30px;	
}

input.file {
	width: 200px;
}

input.image {
	padding: 0px;
	border: none;
}

textarea {
	font-size: 1em;
	background-color: #ffffff;
	border: 1px solid #BFBFBF;
	font-family: Tahoma, Arial;
	overflow: auto;
	width: 250px;
	height: 50px;
	padding-left: 2px;
	padding-right: 2px;
  margin-bottom: 2px;
}

select {
	font-size: 1em;
	background-color: #ffffff;
	border: 1px solid #BFBFBF;
	font-family: Tahoma, Arial;
  margin-bottom: 2px;
}

hr {
	color: #666666;
	height: 1px;
	border: none;
	background-color: #666666;
}

table {
	font-size: 1em;
}

table th, table td {
	padding-left: 5px;
	padding-right: 5px;
}

table.standard {
	border-top: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
}

table.standard td {
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}

table.standard th {
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}

table.colored {
	border-collapse: collapse;
}

table.colored td {
	border: 1px solid #DD1D36;
	border-collapse: collapse;
}

table.colored th {
	border: 1px solid #DD1D36;
	border-collapse: collapse;
	background-color: #DD1D36;
	color: white;
}
.cleaner{
	clear: both;
	width: 100%;
	font-size: 0px;
	height: 0px;
	
	padding: 0px;
	margin: 0px;
	
	overflow: hidden;
}
.align-left{
	text-align: left;
}
.align-center{
	text-align: center;
}
.align-right{
	text-align: right;
}
/* zakladni struktura */
.page{
	position: relative;

	width: 1004px;

	margin-left: auto;
	margin-right: auto;
	
	text-align: left;
	
	background-image: url(bg-page.gif);
		background-repeat: repeat-y;
}
.top{
	position: relative;

	height: 211px;
	width: 100%;
	
	background-image: url(header_letni_2.jpg);
	background-repeat: no-repeat;
}
.top a.a-header{
	display: block;
		height: 80px;
		width: 280px;	
	position: absolute;
		top: 0em;
		left: 100px;
}
.top ul.menu,
.top ul.menu li{
	padding: 0px;
	margin: 0px;
}
.top ul.menu li{
	display: inline;
	line-height: 27px;
	
	color: white;
}
.top  ul.menu{
	position: absolute;
	bottom: 0px;
	left: 0px;		
}
.top ul.menu li a,
.top ul.menu li span{
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	
	font-weight: bold;
	font-size: 11px;
}
.top ul.menu li a{
	padding: 0px 15px 0px 15px;
}
.top ul.menu li a:hover,
.top ul.menu li a.active:hover,
.top ul.menu li a.active{
	color: #FFFB00;
}




.top ul.menu-top,
.top ul.menu-top li{
	padding: 0px;
	margin: 0px;
}
.top ul.menu-top li{
	display: inline;
	line-height: 27px;
	
	color: #AFAFAF;
}
.top  ul.menu-top{
	position: absolute;
	top: 0px;
	right: 100px;
}
.top ul.menu-top li a,
.top ul.menu-top li span{
	color: #BABABA;
	text-decoration: none;
	
	font-size: 11px;
}
.top ul.menu-top li a{
	padding: 0px 5px 0px 5px;
}
.top ul.menu-top li a:hover,
.top ul.menu-top li a.active:hover,
.top ul.menu-top li a.active{
	color: #DA0E29;
	text-decoration: underline;
}


.top ul.langmenu {
	margin: 0em;
	padding: 0em;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.top ul.langmenu li {
	list-style-type: none;
	list-style-image: none;
	text-transform: uppercase;
	font-weight: bold;
	float: left;
	font-size: 11px;
	line-height: 27px;
}

.top ul.langmenu li span {
	color: #ffffff;
}

.top ul.langmenu li a {
	color: #ffffff;
	text-decoration: none;
	padding: 0px 5px 0px 5px;
}

.top ul.langmenu li a:hover {
	color: #fffb00;
}

.content-shadow-top{
	height: 7px;

	background-image: url(bg-content-shadow-top.gif);
		background-repeat: no-repeat;
}
.content-shadow-bottom{
	height: 4px;
	
	overflow: hidden;
	
	background-image: url(bg-content-shadow-bottom.gif);
		background-repeat: no-repeat;
}
.in{
	padding: 6px 6px 6px 6px;
	/*min-height: 500px;*/
	
}

div.content {
	width: 100%;
	display: table;
	
	z-index: 1;
}
* html div.content{
	height: 450px;
}

.content .left{
	float: left;
	width: 190px;
	overflow: hidden;
}
.content .right{
	float: right;
	width: 213px;
	
	position: relative;
	z-index: 2;
	
	/*height: 500px;*/
	min-height: 500px;
	overflow: hidden;
}
.content .middle{
	float: left;
	width: 600px;
	overflow: hidden;
	
	position: relative;
	z-index: 2;
}
.content .right h2,
.content .left h2 {
	text-align: right;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 5px 6px 2px 0px;
	
	color: #ED1A3B;
}
h2.red {
	color: #ED1A3B !important;
	border: none;
}
h2.green {
	color: #009020 !important;
	border: none;
}
h2.blue {
	color: #0060D0 !important;
	border: none;
}


.box{
	background-color: white;
}
.left .box{
	width: 173px;
	overflow: hidden;
}
.right .box{
	width: 196px;
	overflow: hidden;
}
.box.green{
	border: 2px solid #009020;
	border-width: 1px 0px 0px 0px;
}
.box.blue{
	border: 2px solid #0060D0;
	border-width: 1px 0px 0px 0px;
}
.box.red{
	border: 2px solid #ED1A3B;
	border-width: 1px 0px 0px 0px;
}

.shadow{
	position: relative;

	background-image: url(bg-shadow-y.gif);
		background-position: right;
		background-repeat: repeat-y;
}
.shadow .shadow-in{
	padding: 0px 5px 0px 0px;
}
.shadow .shadow-bottom{
	position: relative;

	height: 8px;
	
	overflow: hidden;

	background-image: url(bg-shadow-x.gif);
		background-repeat: repeat-x;
}
.shadow .shadow-bottom .shadow-bottom-right{
	position: absolute;
		top: 0px;
		right: 0px;
	
	height: 8px;
	width: 5px;

	overflow: hidden;

	background-image: url(bg-shadow-x-right.gif);
		background-repeat: no-repeat;
}
* html .shadow .shadow-bottom .shadow-bottom-right{
	right: -1px;
}
.shadow .shadow-bottom .shadow-bottom-left{
	position: absolute;
		bottom: 0px;
		left: 0px;
	
	height: 8px;
	width: 9px;

	overflow: hidden;

	background-image: url(bg-shadow-x-left.gif);
		background-repeat: no-repeat;
}
.shadow .shadow-top-right{
	position: absolute;
		top: 0px;
		right: 0px;
	
	height: 8px;
	width: 5px;
	
	overflow: hidden;

	background-image: url(bg-shadow-y-right.gif);
		background-repeat: no-repeat;
}
* html .shadow .shadow-top-right{
	right: 5px;
}

ul.sub-menu{
	font-size: 5px;
	width: 174px;
}
ul.sub-menu,
ul.sub-menu li ul,
ul.sub-menu li ul li ul {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}

ul.sub-menu li
{
	border: 0px none;
	list-style-type: none;
	list-style-image: none;
/*font-size: 11px;*/
	font-weight: bold;
	line-height: 17px;
 	background-color: #90d378;
	background-image: url(sub-menu-middle.gif);
	background-repeat: repeat;
	min-height: 24px;
}

* html ul.sub-menu li{
	margin: 0px;
	padding: 0px;
   height: 24px;
}

* html ul.sub-menu li,
* html ul.sub-menu li ul li,
* html ul.sub-menu li ul li ul li
{
	/*line-height: 16px;*/
}
html ul.sub-menu li a{
	font-size: 11px;
}

* html ul.sub-menu li a:hover,
* html ul.sub-menu li ul li a:hover,
* html ul.sub-menu li ul li ul li a:hover
{
	text-decoration: none;
	border: none;
}

ul.sub-menu li ul li,
ul.sub-menu li ul li ul li
{
	min-height: 20px;
	padding-top: 4px;
	background-color: #ffffff;
	background-image: none;
}

ul.sub-menu li ul li
{
   margin-left: 10px;
}
ul.sub-menu li ul li ul li{
   margin-left: 10px;
}

ul.sub-menu li span.sub-menu-top{
	width: 174px;
	height: 5px;
	display: block;
	background-image: url(sub-menu-top.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0px;
	padding: 0px;
}

ul.sub-menu li span.sub-menu-bottom{
	width: 174px;
	height: 5px;
	display: block;
	background-image: url(sub-menu-bottom.gif);
	background-repeat: no-repeat;
   background-position: bottom;
	margin: 0px;
	padding: 0px;
}

ul.sub-menu li.active
{
	background-color: #70a55e;
	background-image: url(sub-menu-middle-active.gif);
	background-repeat: repeat;
	color: #ffffff;
	font-weight: bold;
}
ul.sub-menu li.active ul li.active,
ul.sub-menu li.active ul li.active ul li.active
{
	background-image: none;
 	background-color: #ffffff;
}

ul.sub-menu li.active .sub-menu-top{
	width: 174px;
	height: 5px;
	display: block;
	font-size: 5px;
	background-image: url(sub-menu-top-active.gif);
	background-repeat: no-repeat;
}
ul.sub-menu li.active .sub-menu-bottom{
	width: 174px;
	height: 5px;
	display: block;
	font-size: 5px;
	background-image: url(sub-menu-bottom-active.gif);
	background-repeat: no-repeat;
}
/*
ul.sub-menu li ul li.active{
	background: none;
	font-weight: bold;
}
ul.sub-menu li ul li{
	background: none;
	background-color: white;
}
*/
ul.sub-menu li a {
	color: #000000;
	text-decoration: none;
	padding-left: 16px;
	display: block;
	padding-top: 3px;
	padding-bottom: 5px;
	min-height: 16px;
}
/*
ul.sub-menu li.active a {
	color: #ffffff;
}
ul.sub-menu li a:hover {
	text-decoration: none;
}
ul.sub-menu li.active ul li a {
	color: #000000;
}*/
ul.sub-menu li a {
	background-image: url(header-a.gif);
	background-repeat: no-repeat;
	background-position: 7px center;
}

/*
ul.sub-menu li.active a {
	background-image: url(header-a-active.gif);
}
*/
ul.sub-menu li ul li a {
	background-image: url(sub-menu-li.gif) ;/*!important*/
	background-position: 0px center; /*!important*/
	padding-left: 10px;
}

ul.sub-menu li ul li {
	font-weight: normal;
}
/*
ul.sub-menu li ul li a {
	padding-bottom: 3px;
}
ul.sub-menu li ul li ul li a {
	background-position: 20px center !important;
	padding-left: 30px;
}

*/
.bottom{
	background-color: #bfbfbf;
	height: 30px;
}
.bottom .in{
	padding: 0em;
	margin: 0em;
}
.bottom table{
	width: 100%;
	font-size: 11px;
	border: 1px solid #ffffff;
}
.bottom table td {
	padding: 0.5em;
}
.bottom span{
	font-weight: bold;
}
.bottom a{
	font-weight: normal;
	text-decoration: none;
	color: #70707F;
}
.bottom a:hover{
	font-weight: normal;
	text-decoration: underline;
	color: #70707F;
}

form{
	margin: 0px;
	padding: 0px;
}
input.text-search {
	border-left: 1px inset #e7e7e7;
	border-top: 1px inset #e7e7e7;
	border-bottom: none;
	border-right: none;
	margin-right: 5px;
	
	width: 135px;
}
input.submit-search {
					width: 38px;
					height: 21px;
					background-image: url(search.gif);
	border-left: 1px solid #b0e09f;
	border-top: 1px solid #b0e09f;
		border-bottom: none;
	border-right: none;
}
div.path {
	width: 100%;
	display: table;
	
	font-size: 11px;
	
	margin: 0px 0px 10px 0px;
}
div.path a {
	color: #676767;
	text-decoration: underline;
}
div.path span.separator {
	color: #676767;
	text-decoration: none;
	padding: 0px 5px 0px 5px;
}
.search-results{
	border: 1px solid #666666;
	background-color: #F7F7F7;
	
	margin: 0em 0em 1em 0em;
	padding: 0.5em;
}
.search-results .item{
	margin: 0em 0em 0.2em 1em;
}
.search-results .item p{
	font-size: 0.85em;
	margin: 0px;
	padding: 0px;
}
.search-results h3{
	font-size: 1.5em;
	margin: 0px;
	padding: 0px;
	color: #ED1A3B;
}
.search-results a{
}
img.captcha-image{
	float: left;
	margin-right: 10px;
	border: 1px solid #999999;
}
span.captcha-help{
	font-size: 80%;
	display: block;
	margin-bottom: 5px;
}
ul.messages {
	padding: 0em;
}

ul.messages li {
	list-style-type: square;
	list-style-image: none;
}

ul.messages span.error {
	color: #ff0000;
}

ul.messages span.ok {
	color: #339933;
}
.thread{
	border: 1px solid #A9A9A9;
	background-color: #F5F5F5;
	margin: 0em 0em 10px 0em;
}
.thread{
	font-size: 0.85em;
	width: 100%;
}
.thread .image{
	float: right;
	width: 13em;
	overflow: hidden;
	text-align: right;
}
.thread .image a img{
	padding: 1px;
	border: 1px solid #A9A9A9;
}
.thread .image a:hover img{
	border: 1px solid #DD1D36;
}
.thread .name{
	font-weight: bold;
	margin: 0em 0em 0.2em 0em;
}
.galleryes .galleryes-item{
	padding: 0.5em;
	margin: 0em 0em 0.5em 0em;
	border: 1px solid #666666;
	background-color: #F7F7F7;
}
.galleryes .galleryes-item-description a img{
	padding: 1px;
	border: 1px solid #A9A9A9;
	margin: 0em 0.5em 0.2em 0em;	
}

.galleryes .galleryes-item-description a:hover img{
	border: 1px solid #DD1D36;	
}
.galleryes .galleryes-item-description h2{
	margin: 0em;
	padding: 0em;
	font-size: 1.5em;
}
/* gallery */
.gallery{
	text-align: center;
}



table.gallery-images-navigator{
	width: 100%;
	border-bottom: 2px solid #00A000;
	margin-bottom: 10px;
}
table.gallery-images-navigator td{
	width: 33%;
	text-align: left;
}
table.gallery-images-navigator td.center2{
	text-align: center;
}
table.gallery-images-navigator td.right2{
	text-align: right;
}
table.gallery-images-navigator td span{
	color: #A0A0A0;
}
table.gallery-images-navigator td span,
table.gallery-images-navigator td a{
	text-decoration: none;
	font-size: 100%;
}
table.gallery-images-navigator td.center2{
	font-size: 100%;
}


.gallery .image-big-image{
	text-align: center;
	margin-bottom: 5px;
	
	color: #666666;
}
.gallery .image-big-image em{
	font-size: 11px;
	color: #A0A0A0;
}
.gallery .image-big-image a img{
	border: none;
	border: 3px double #666666;
	background-color: #F8F8F8;
}
.gallery .image-big-image a:hover img{
	border: none;
	border: 3px solid #00A000;
	background-color: #F8F8F8;
}
.gallery .image-big-description{
	color: #666666;
	
	text-align: center;
}
.gallery .image-big-description h5{
	color: #1185AE;
	font-size: 14px;
	
	margin: 0px;
}
.gallery .image-big-description p{
	margin: 0px;
}
.gallery .image-small-images{
	margin: 15px 0px 0px 0px;
}
.gallery .image-small-images .image-small-images-item{
	width: 135px;
	float: left;
	margin-right: 11px;
}
.gallery .image-small-images .image-small-images-item .image-small-images-item-description{
	margin-top: 3px;
	color: #666666;
	
	overflow-x: hidden;
}
.gallery .image-small-images .image-small-images-item .image-small-images-item-description P{
	margin: 0px;
	padding: 0px;	
}
.gallery .image-small-images .image-small-images-item .image-small-images-item-description h5{
	margin: 0px;
	padding: 0px;
	
	color: #666666;
	font-size: 13px;
	font-weight: bold;
	
	margin-bottom: 3px;	
}
.gallery .image-small-images .image-small-images-item a img{
	border: none;
}
.gallery .image-small-images .image-small-images-item a{
	display: block;
	width: 130px;
	height: 130px;	
	border: 3px double #666666;
	
	overflow: hidden;
}
.gallery .image-small-images .image-small-images-item a.active,
.gallery .image-small-images .image-small-images-item a.active:hover,
.gallery .image-small-images .image-small-images-item a:hover{
	border: 3px solid #00A000;
}
.gallery .image-small-images .image-small-images-item a.active,
.gallery .image-small-images .image-small-images-item a.active:hover{
	background-color: #00A000;
}
.gallery .pager{
	margin-top: 10px;
}

.product-category{
	border: 1px solid #B0E09F;
	border-width: 2px 2px 2px 2px;

	margin: 0px 0px 20px 0px;
	
	position: relative;
}
.product-category .product-category-header{
	background-color: #D3FFBE;
	color: black;
	font-weight: bold;
	font-size: 11px;
	
	position: relative;
	
	border: 1px solid #B0E09F;
	border-width: 0px 0px 2px 0px;
}
.product-category .product-category-content{
	border: 2px solid #B0E09F;
	border-width: 0px 0px 0px 0px;
}
.product-category .product-category-content img{
	margin: 10px 10px 5px 8px;
	border: none;
	
	float: left;
}
.product-category .product-category-content p img{
	float: none;
}

.product{
	border: 1px solid #70A55E;
	border-width: 0px 2px 2px 2px;

	margin: 0px 0px 10px 0px;
	
	position: relative;
}
.product .product-header{
	background-color: #70A55E;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;

	position: relative;
	
	border: 1px solid #70A55E;
	border-width: 0px 0px 0px 0px;
}
.product .product-header .product-header-price{
	position: absolute;
	left: 320px;
	top: 6px;
	
	width: 250px;
	text-align: right;
	
	color: #E7FFAD;
}
.product .product-header .product-header-price span{
	color: black;
}
.product .product-header a{
	color: #FFFFFF;
	text-decoration: none;
}
.product .product-header a:hover{
	color: #FFFB00;
	text-decoration: none;
}
.product .product-content{
}
.product.detail .product-content{
	font-weight: bold;
}
.product p.link-to-detail{
	text-align: right;
	padding: 0px 5px 0px 0px;
}
.product p.link-to-detail a{
	color: #70A55E;
}
.product p.link-to-detail a:hover{
	color: #666666;
}
.product .product-content img{
	margin: 10px 10px 5px 8px;
	border: none;
	
	float: left;
}
.product .product-gallery{
	float: left;
	width: 150px;
	margin: 20px 0px 0px 8px;
}
* html .product .product-gallery{
	margin: 20px 0px 0px 4px;
}
.product .product-gallery a{
	display: block;
	text-align: center;
}
.product .product-gallery a img{
	margin: 0px 0px 5px 0px;
}
.product .product-gallery a:hover img{
}
.product .product-gallery .pager{
	text-align: center;
	font-size: 25px;
}
.product .product-gallery .pager a{
	display: inline;
}
.product .product-gallery .pager span.separator{
	margin: 50px 0px 0px 50px;
}

.product .product-info{
	float: left;
	width: 400px;
	margin: 20px 5px 0px 3px;
}
.product .product-info table{
}
.product .product-info table td{
}
.product .product-info table td.label{
	text-align: right;
	vertical-align: top;
}
.product .product-info table td.field{
	text-align: left;
	vertical-align: top;
	font-weight: bold;
}
.artcle-perex,
.artcle-date{
	font-weight: bold;
}
.artcle-perex{
	margin: 5px 0px 15px 0px;
}
.article{
	border: 2px solid #B9E4AA;
	background-color: #B0E09F;
	margin: 0px 0px 5px 0px;
	
	position: relative;
}
.article h2{
	background-color: #D3FFBE;
	color: #DD1B3D;
	margin: 0px;
	padding: 3px 80px 3px 3px;
	
	font-size: 14px;
	font-weight: bold;
}
.article .date{
	position: absolute;
	top: 5px;
	left: 430px;
	width: 150px;
		
	text-align: right;
	font-style: italic;
	font-size: 11px;
}
* html .article .date{
	top: 7px;
}
.article .perex{
	color: black;
	padding: 5px;
	font-size: 11px;
}
.article p.link-to-detail{
	text-align: right;
	padding: 0px 5px 5px 0px;
	margin: 0px 0px 0px 0px;
}
.article p.link-to-detail a{
	color: #00A853;
	text-decoration: underline;
	font-weight: bold;
	
	font-size: 11px;
}
.article p.link-to-detail a:hover{
	color: black;
	text-decoration: underline;
}
.article .footer{
	font-size: 11px;
	font-style: italic;
	
	height: 22px;
	
	position: relative;
	
	background-color: #D3FFBE;
}
.article .footer .rubric{
	position: absolute;
	top: 5px;
	left: 5px;
}
.article .footer span{
	font-weight: bold;
}
.article .footer .counter{
	position: absolute;
	top: 5px;
	left: 480px;
	text-align: right;
	
	width: 100px;
}
.globe{
	position: absolute;
	top: 280px;
	left: 516px;
	
	width: 398px;
	height: 396px;

	background-image: url(globe.gif);
	background-repeat: no-repeat;
	
	z-index: 0;
}


.contact-list{
	width: 100%;
	border: 1px solid black;
	margin-top: 10px;
}
.contact-list th,
.contact-list td{

}
.contact-list th{
	background: #ed1a3b;
	color: white;
}
.contact-detail{
	background: white;
	padding: 5px;
}
.contact-detail table{
	width: 100%;
	text-align: left;
	border: 1px solid black;
	margin-bottom: 10px;
}
.contact-detail td.lab{
	font-weight: bold;
	width: 80px;
}
.contact-detail td.b { font-weight: bold; }
.contact-detail td.th{
	background: #ed1a3b;
	color: white;
	font-weight: bold;
}
.contact-form{
	background: #ed1a3b;
	color: white;
	width: 250px;
	border: 1px solid black;
	padding: 5px;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
}
.contact-form select{
	font-weight: normal;
}
* html .ie-center{
	text-align: center;
}


div.map {
	background-image: url(map.gif);
	width: 452px;
	height: 264px;
	position: relative;
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
div.map a {
	color: #ffffff;
	text-decoration: none;
}
div.map a:hover,
div.map a.active {
	color: #fffb00;
}
.map ul {
	margin: 0em;
	padding: 0em;
}
.map ul li {
	position: absolute;
	text-align: center;
	overflow: hidden;
}
.map ul li.map-a {
	left: 141px;
	top: 96px;
}
ul li.map-c {
	left: 110px;
	top: 200px;
}
.map ul li.map-b {
	left: 275px;
	top: 190px;
}
.map ul li.map-k {
	left: 25px;
	top: 70px;
}
.map ul li.map-h {
	left: 225px;
	top: 60px;
}
.map ul li.map-l {
	left: 165px;
	top: 25px;
}
.map ul li.map-t {
	left: 370px;
	top: 125px;
}
.map ul li.map-m {
	left: 315px;
	top: 145px;
}
.map ul li.map-e {
	left: 235px;
	top: 115px;
}
.map ul li.map-p {
	left: 45px;
	top: 130px;
}
.map ul li.map-s {
	left: 120px;
	top: 120px;
}
.map ul li.map-u {
	left: 95px;
	top: 45px;
}
.map ul li.map-j {
	left: 210px;
	top: 170px;
}
.map ul li.map-z {
	left: 355px;
	top: 185px;
}
.thread-answer
{
   padding: 10px 0px 0px 0px;
}
.thread-answer-label
{
   color: #A0A0A0;
   border-bottom: 1px solid #A0A0A0;
   
   margin: 0px 0px 5px 0px;
}
table.form-table td
{
   vertical-align: top;
}