html {
	background-color: #ebebeb;/*#002f1d;*/
	margin:0;
	padding:0;
	font-family:'Arial', cursive;
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
	/*color:#575451;*/

}
body {
	margin: 0;
	padding: 0;
}

div.header {
	position: relative;
	width: 90%;
	height: 90px;
	margin-bottom:5px;
	margin-top:2px;
	padding:5px;
	border:1px solid #4C6D87;
  background-image: url('/images/header/header_m.jpg');
	/*background-color:#4C6D87;*/
}

div.headerTitle{
	margin-left:60%;
  padding-top:10px;
  width:100;
}

.contentimage{
	width:15%;
	float:left;
	padding-right:2px;
	padding-left:2px;
	
	overflow: hidden;
	display:block;
}

.headerimageFrame{
	width:15%;
	float:left;
	margin-right:2px;
	margin-left:2px;
	
	overflow: hidden;
	display:block;
}

/*GROW*/
.headerimageFrame img {
  	width: 100%;
	margin-right:2px;
	margin-left:2px;
	display:block;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
 
.headerimageFrame img:hover {
	width: 100%;
	display:block;
	margin-right:2px;
	margin-left:2px;
	
	float:left;
}

.headerTitle{
	float:left;
	margin-right:2px;
	margin-left:2px;
	width:30%;
	
	/*background: url(/images/header/middle.jpg);*/
}

.headerTitleText{
	color:#4C6D87;
	margin-top:20px;
	text-align:center;
	font-family: 'Lobster', cursive;
	font-size: 12px;
	-ms-transform: rotate(-18deg); /* IE 9 */
    -webkit-transform: rotate(-18deg); /* Chrome, Safari, Opera */
    transform: rotate(-18deg);
}

div.contentselector{
	margin-left:10px; border:1px solid #60995c; background-color:#60995c; float:left; padding:7px; margin-left:10px;
}

div.main_content{
	width: 80%;
	height: auto;
	overflow:hidden;
	margin-top:0px;
	text-align:justify;
	overflow:auto;
	float:left;
	padding:10px;
	border:1px solid #4C6D87;
	
	font-family: 'Arial', cursive;
	margin-left:10px;
	color:#4C6D87;
}

#container {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height:auto;
}

div.footer{
	margin-top:5px;
	border:1px solid #4C6D87;
	height: 100px;
	font-family:'Arial', cursive;
	font-size: 14px;
	text-align:center;
	color:#4C6D87;
}

div.main_menu{
	background-color: #ebebeb;
	background-repeat: repeat-x;
	float:left;
	width:90%;
	margin-left:0px;
	padding-bottom:3px;
}

.basemenu{
	margin-top:3px;
	padding:5px;
	margin-right:5px;
	margin-left:5px;
	text-align:center;
	border:1px solid #4C6D87;
  font-family:'Arial', cursive;
	font-size: 14px;
	text-decoration: none;
	font-weight:none;
	float:left;

}

.basemenuselected{
	margin-top:3px;
	padding:5px;
	margin-right:2px;
	margin-left:2px;
	text-align:center;
	border:1px solid #4C6D87;
	font-family:'Arial', cursive;
	font-size: 14px;
	background:#4C6D87;
	text-decoration: none;
	font-weight:none;
    float:left;
}

a.menu{
	text-decoration: none;
	color:#4C6D87;
	/*float:left;*/
	margin-left:2px;
}

a.menuselected{
	text-decoration: none;
	color:#ffffff;
    /*float:left;*/
}


table{
color:#4C6D87;
}
div.productcategory{
	padding:10px;
	border:1px solid #4C6D87;
	float:left;
	margin:2px;
}

div.productcategoryselected{
	padding:10px;
	border:1px solid #4C6D87;
	float:left;
	margin:2px;
	background:#4C6D87;
}

a.productcategory{
	text-decoration: none;
	color:#4C6D87;
}

a.productcategoryselected{
	text-decoration: none;
	color:#ffffff;
}

div.categoryProduct{
	padding:5px;
	border:1px solid #4C6D87;
	float:left;
	margin:2px;
	text-align:center;
	width:175px;
	height:150px;
	overflow:none;
	font-size:14px;
	position: relative;
}

div.basketCounterStyle{
	
	float:left;
	height:20px;
	margin-left:5px;
	margin-right:0px;
	padding-top:0px;
	color:#4C6D87;
}

div.basketRow{
	width:100%;
	float:left;
	padding-top:2px;
}
div.basketProductData{
	width:70%;
	float:left;
}
div.basketRowSum{
	width:30%;
	float:left;
}


.button_body {
	background-color: #4C6D87 !important;
	color: #ffffff !important;
	cursor: pointer !important;
	font-size: 12px !important;
	font-weight: normal !important;
	padding: 6px 15px !important;
	border-radius: 5px 5px 5px 5px;
}
