/* @override http://localhost:8888/b3html/css/style.css */

/* @override http://localhost:8888/b3html/css/style.css */

body
{
	background: #d4d7de;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2f2b2c;
	margin: 0;
	padding: 20px 0 0;
}

img, a, p
{
	border: 0;
	margin: 0;
	padding: 0;
}

a, a:link, a:visited
{
	outline: none;
	color: #03679b;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

strong
{
	color: #2e2e2e;
}

input
{
	background: url(../images/input-background.gif) no-repeat top center;
	width: 270px;
	height: 30px;
	border: 0;
	padding-left: 10px;
}

.textarea-container
{
	background: url(../images/textarea-background.gif) no-repeat top center;
	width: 285px;
	height: 140px;
}

textarea
{
	background: none;
	width: 270px;
	height: 135px;
	border: 0;
	padding: 5px 0 0 10px;
}

button
{
	background: url(../images/submit-background.gif) no-repeat top center;
	width: 84px;
	height: 30px;
	border: 0;
	cursor: pointer;
}

#container
{
	width: 1000px;
	margin: 0 auto;
}

#header
{
	background: url(../images/header.jpg) no-repeat top center;
	width: 1000px;
	height: 412px;
	position: relative;
}

#header-map
{
	position: absolute;
}


/* menu 
--------------------*/
#menu
{
	padding: 49px 0 0 330px;
	height: 48px;
}

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

ul#menu-ul li
{
	background: url(../images/menu-separator.gif) no-repeat center right;
	font-size: 22px;
	margin: 0 0 0 27px;
	padding: 0 36px 0 0;
	float: left;
	height: 48px;
	line-height: 48px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

ul#menu-ul li#menu-last
{
	background: none;
}

/*
ul#menu-ul li#menu-active a,
ul#menu-ul li#menu-active a:visited,
ul#menu-ul li#menu-active a:link
{
	color: #009de0;
}
*/


ul#menu-ul li a,
ul#menu-ul li a:visited
ul#menu-ul li a:link
{
	color: #19171c;
	text-decoration: none;
}

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

#menu-ul li.active a {
	color: #009de0;
}

/* end menu -------------------*/



#flags
{
	width: 115px;
	position: absolute;
	right: 0;
	top: 105px;
}

#product-select-container
{
	position: absolute;
	right: 70px;
}

#product-select
{
	font-family: Lucida Sans Unicode, Lucida Grande, Garuda, sans-serif;
	font-size: 11px;
}

#content
{
	width: 860px;
	background: url(../images/content-background.gif) repeat-y;
	padding: 0 70px 0 70px;
	overflow: hidden;
	position: relative;
}

#content h1
{
	text-transform: uppercase;
	font-size: 32px;
	margin: 0 0 21px 0;
	letter-spacing: 2px;
}

#content #issuu
{
	margin: 0 auto;
	width: 860px;
	z-index: 1;
}

.post
{
	padding-bottom: 18px;
	margin-bottom: 10px;
	letter-spacing: 1px;
	clear: both;
}

.has-background
{
	background: #fff url(../images/post-background.jpg) no-repeat top center;
	width: 820px;
	overflow: hidden;
	padding: 20px 20px 0 20px;
}

.post-image
{
	margin-right: 20px;
	float: left;
}

.has-border
{
	border: solid 1px #cecece;
}

.post-rows
{
	float: left;
	width: 60%;
}

.post-row
{
	clear: both;
}

.post-label
{
	float: left;
	width: 40%;
}

.post-value
{
	float: left;
	width: 60%;
}

.post-box
{
	width: 170px;
	float: left;
	padding-bottom: 18px;
	margin-right: 5px;
	letter-spacing: 1px;
}

.post-box p
{
	padding-bottom: 12px;
}

.post-box .post-image
{
	margin: 0 auto;
	float: none;
}

.post-center
{
	text-align: center;
}

.post-form
{
	width: 50%;
	margin: 0 auto;
	margin-top: 20px;
}

.post-form .post-row
{
	padding: 5px 0 5px 0;
	text-align: left;
}

.post-form .post-label
{
	width: 30%;
}

.post-form .post-value
{
	width: 60%;
}

.post-about
{
	width: 530px;
	float: left;
}

.post-banners
{
	width: 301px;
	float: right;
}

.post-banners img
{
	margin-bottom: 7px;
}

a.read-more
{
	background: url(../images/read-more.gif) no-repeat top center;
	width: 82px;
	height: 20px;
	line-height: 20px;
	color: #fff !important;
	display: block;
	text-align: center;
	text-decoration: none !important;
	float: right;
}

#products-list
{
	background: url(../images/products-background.gif) no-repeat top center;
	position: absolute;
	height: 48px;
	line-height: 48px;
	text-align: center;
	width: 1000px;
	left: 0;
}

#products-list a
{
	color: #2e2e2e;
	font-size: 12px;
	
}

#products-list a:hover {
	color: #049BDB;
	}
	
#products-list a#active {
	color: #049BDB;
	font-weight: bold;
	text-decoration: none;
	cursor: default;
	}


.post-products
{
	padding-top: 70px;
}

.clear
{
	display: block;
	clear: both;
	font-size: 1%;
	height: 1%;
	line-height: 1%;
}

#footer
{
	background: url(../images/footer-background.gif) no-repeat top center;
	height: 163px;
	clear: both;
	padding: 35px 32px 0;
}

#footer-left
{
	float: left;
}

#footer-right
{
	float: right;
}

#footer p
{
	text-transform: uppercase;
	font-size: 22px;
}

/* jquery selectbox */
.jquery-selectbox {
	position: relative;
	height: 30px;
	width: 250px;
	z-index: 0;
	float: left;
	display: inline;
	font-family: Lucida Sans Unicode, Lucida Grande, Garuda, sans-serif;
	font-size: 11px;
	color: #414141;
	padding: 0 0 0 10px;
	background-image: url("../images/dropdown-background.gif");
}
.jquery-selectbox.selecthover {
	z-index: 700;
}	
.jquery-selectbox .jquery-selectbox-currentItem {
	padding: 7px 0 0 0;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 30px;
	padding: 2px;
	left: 0px;
	background: #fff;
	width: 250px;
	height: 110px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
	border: 1px solid #e8e8e8;
}
.jquery-selectbox .jquery-selectbox-moreButton {
	float: right;
	background: url("../images/dropdown-arrow-down.gif");
	width: 30px;
	height: 30px;
	cursor: pointer;
}
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
	
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background-color: #82bced;
	color: #eee;
	cursor: pointer;
}
.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
	height: 20px;
	line-height: 20px;
	padding: 0 0 0 10px;
}

/** ERROR classes **/
form .error .jquery-selectbox {
	color: #d00;
	border-color: #d00;
	background-image: url("../images/bg-TextFieldError.gif");
}

/*SHOP TABLE */



table.shops thead {
	font-weight: bold;
	font-size: 14px;
	background: url(../images/table_td.jpg) repeat-x 0 bottom;
	text-align: center;
}

table.shops tbody tr td.title {
	padding: 15px 3px 3px;
	font-size: 24px;
	background: #fff;
	color: #bababb;
}

table.shops tbody tr {
	background: url(../images/table_td.jpg) repeat-x 0 bottom;
}

table.shops tbody tr td {
	padding: 10px 3px 3px;
	font-size: 11px;
	vertical-align: bottom;
	text-align: center;
}

table.shops tbody tr td.name {
	font-size: 16px;
	text-align: left;
}

ul.shops li {
	list-style-type: none;
}














