﻿*
{
	margin: 0px;
	padding: 0px;
	border: none;
}

body
{
	background: url('Images/kmzhead.jpg') repeat-x;
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;/* 62.5%;*/
	background-color: #FBF9EF;
	margin: 0px;
	padding-left: 20px;
	padding-right: 20px;
}


#container
{
	font-size: 1.2em;
}

#header
{
	position: relative;
	width: 100%;
	height: 110px;
}

#headposit
{
	position:absolute;
	top:50px;
}

#headtxt
{
	float: left;
}

#content-section
{
	min-width: 600px;	
	width: 100%;
}

#main
{
	min-height: 400px;
	width: 100%;
}

#update-message
{
	color: #F6855E;
	font-weight: bold;
}

#footer
{
	clear: both;
	padding: 12px;
	text-align: right;
	border-top: 1px dotted #8A8575;
	border-bottom: 1px dotted #8A8575;
	font-family: Constantia, Georgia, serif;
}

#menucontainer
{
	width: 100%;
	top: 78px;
	height: 28px;
	background-repeat: repeat-x;
	position: absolute;
}

#logindisplay
{
	list-style-image: url('Images/pin.png');
	/*font-size: 0.9em;*/
	display: block;
	text-align: right;
	margin-top: 10px;
	color: #000;
	font-weight: bolder;
}

#logindisplay a:link
{
	color: #0066FF;
	text-decoration: underline;
}

#logindisplay a:visited
{
    color: #0066FF;
    text-decoration: underline;
}

#logindisplay a:hover
{
	color: #0033CC;
	text-decoration: none;
}

ul#menu
{
    text-align: right;
	height: 28px;
}

ul#menu li
{
	padding-right:4px;
	padding-left:4px;
	line-height: 28px;
	display: inline-block;
	vertical-align: middle; 
}

ul#menu li:hover
{
	background-position: center top;
	background-image: url('Images/bakbarh.gif');
	background-repeat: repeat-x;
	background-color: #FFCC66;
}

ul#menu li a
{
	height:28px;
	padding: 4 px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFCC;
}

ul#menu li a:hover
{
	text-decoration: underline;
	color: #FFFF00;
}

ul#menu li.selected a
{
	background-image: url('Images/bakbarh.gif');
    background-color: #fff;
    color: #000;
}

/********************* End top navigation ***************************/
p
{
	margin-top: 0px;
	padding: 0px;
}

h1
{
	margin: 10px;
	font-size: 2em;
	color: #6072B9;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

h2, h3
{
	font-size: 1.3em;
	margin-bottom: 20px;
	font-weight: bold;
	text-align: center;
}

h3
{
	color: #9B9993;
}

h3 em
{
	color: #5E5B54;
}

a:link
{
	color: #D85704;
	text-decoration: none;
	font-weight: bold;
}

a:visited
{
	color: #D85704;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	color: #FF3333;
	text-decoration: none;
	font-weight: bold;
}

a:active
{
	color: #006633;
	text-decoration: none;
	font-weight: bold;
}

/***************************** sidebar navigation ****************************/

#categories
{
	font-family: Constantia, Georgia, serif;
	font-size: 1.6em;
}

#categories ul
{
	list-style-type: none;
}

#categories a:link, #categories a:visited
{
	color: #9B9993;
	text-decoration: none;
}

#categories a:hover, #categories h3 em
{
	color: #F46739;
}


/* Form styles */
form label
{
	width: 150px;
	display: block;
	float: left;
}


fieldset
{
	padding: 10px;
	background: url('Images/tranbk.png') 
}

legend
{
	margin-left: 20px;
	font-weight: bold;
	margin-top: 0px;
}

fieldset input
{
	margin-top: 10px;
}

fieldset 
{
    border: 1px solid #8A8575;
}

input[type=text], input[type=password], select
{
    border: 1px solid #8A8575;
    width: 250px;
}

/*================================================ MIE ============================================*/

.button, input[type=submit]
{
	color:#444;
	display: inline-block;
	padding: 3px;
	margin-top: 2px;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #C0C0C0;
	border-style: solid;
	border-width: 1px;
	cursor: hand;
}

.button:hover
{
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF #808000 #808000 #FFFFFF;
	background-image: url('Images/transph.png');
	color: #FFFFCC;
}

.button-small
{
	color:#444;
	display: inline-block;
	padding: 3px;
	margin-top: 2px;
	border: 1px solid #C0C0C0;
	background: #FBF9EF;
	font-size: 12px;
	font-weight: bold;
	cursor: hand;
}

.button-small:hover
{
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF #808000 #808000 #FFFFFF;
	background-image: url('Images/transph.png');
	color: #00a;

}

div.field-validation-error 
{
	color: #FF0000;
}

span.field-validation-error 
{
	color: #FF0000;
}

#leftmainpanel
{
	float: left;
	width:20%;
}

#contentmainpanel
{
	float:right;
	width:76%;
	position: relative;
	padding: 15px;
}
	
#footmainpanel
{
	float: none;
	right: 0px;
	left: 0px;
}

.tabdetails
{
	border: 0px ;
}

.form_desc
{
	width: 150px;
	color: #808080;
	text-align: right;
	vertical-align: bottom;
}

.form_values
{
	margin: 2px;
	width: 220px;
	color: #000080;
	text-align: left;
	font-weight: bold;
	background-color: #FFF;
	vertical-align: bottom;
}

div.editor-field
{
	vertical-align: middle;
	margin-bottom: 2px;
	color : Red;
}

div.editor-label label
{
}

#shoppingchart
{
	width: 100%;
	border-color: #FFFFFF #C0C0C0 #C0C0C0 #FFFFFF;
	border-style: solid;
	border-width: 1px;
	padding-top: 2px;
	margin-top: 15px;
	min-width: 100px;
}

#categories
{
	width: 209px;
}

.tabledat
{

}

.table-shop
{
	border: 1px solid #C0C0C0;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
}

.datarow-shop
{
	border-left: 1px solid #dbddff;
	border-right: 1px solid #dbddff;
	border-bottom: 1px solid #dbddff;
	border-top: 1px solid #dbddff;
	margin: 0px;
	padding: 0px;
	border-spacing: 1px;
}

.datarow-shop:hover
{
	background-color: #ECECF4;
}

.datarow
{
	border-left: 1px solid #dbddff;
	border-right: 1px solid #dbddff;
	border-bottom: 1px solid #dbddff;
	border-top: 1px solid #dbddff;
	margin: 5px;
	padding: 5px;
	border-spacing: 1px;
}

.shop-head
{
	margin: 5px;
	padding: 5px;
}
.shop-cell
{
	margin: 2px 5px 2px 5px;
	padding: 2px 5px 2px 5px;
}

.datarow:hover
{
	background-color: #fff;
}

.tddata
{
	border-left: 0px;
	border-right: 0px;
	padding: 2px;
}

td
{

}
	
.display-label
{
	
	text-align:right;
}
	  
.display-field
{
	right: 2px;
	font-weight: bold;
	color: #000000;
}

.table-producer
{
	border: 1px solid #ECECEC;
	width: 100%;
	padding: 0;
	height: 100px;
}

.table-producer:hover
{
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF #C0C0C0 #C0C0C0 #FFFFFF;
	width: 100%;
	padding: 0;
	background-color: #FFFFFF;
}

.producer-picture
{
	border-color: #FFFFFF #C0C0C0 #C0C0C0 #FFFFFF; 
	border-style: solid; 
	border-width: 1px; 
	background-color: #FFFFFF; 
	width: 100px; 
	height: 100px;
	vertical-align: middle;
}

.product-picture
{
	border-color: #FFFFFF #C0C0C0 #C0C0C0 #FFFFFF; 
	border-style: solid; 
	border-width: 1px; 
	background-color: #FFFFFF; 
	width: 80px; 
	height: 80px;
	vertical-align: middle;
}

.imageproduct
{
	border-width: 1px; 
	background-color: #FFFFFF;
	vertical-align: middle;
}

.imgemain
{
	border: 2px solid #F7F8FB; 
	vertical-align: middle;
	width: 260px;
}

.imgemain:hover
{
	border-color: #FF0000;
	border-width: 2px;
	vertical-align: middle;
}

.maindesc
{
	font-size: large;
	padding: 5px;
	color: #333333;
	font-weight: bold;
	text-align: justify;
}

.text-norm
{
	list-style-image: url('Images/pin.png');
	font-size: medium;
	color: #666666;
	text-indent: 20px;
	margin-top: 8px;
}

.text-err
{
	font-size: medium;
	color: #F00;
	font-weight: bold;
}

.lst
{
	list-style-image: url('Images/pin.png');
	margin-left: 40px;
}

.alertstyle
{
	border: 1px outset #C0C0C0; 
	padding: 3px; 
	color: #FF0000; 
	font-weight: bold; 
	background-color: #FFFFFF;
}

.mlnk a
{
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: x-large;
	color: #006600;
	font-family: 'MV Boli';
}

.mlnk a:hover
{
	color: #009900;
}

.btnbuy
{
	background-image: url('Images/add-to-cart.png');
	width:100px;
	height:18px;
	cursor:hand;
}

.btnbuy:hover
{
	background-image: url('Images/add-to-cart-h.png');
}

.paneltl
{
	position:absolute; top:0px; left:0px; width:10px; height:10px; background: url('Images/panel-trans_1x1.png')
}
.paneltm
{
    position:absolute; top:0px; left:10px; right:17px; height:10px; background: url('Images/panel-trans_1x2.png'); background-repeat: repeat-x;
}
.paneltr
{
	position:absolute; top:0px; right:0px; width:17px; height:10px; background: url('Images/panel-trans_1x3.png') 
}

.panelml
{
	position:absolute; top:10px; left:0px; width:10px; bottom:21px; background: url('Images/panel-trans_2x1.png') ; background-repeat: repeat-y
}
.panelmm
{
	position:absolute; top:10px; left:10px; right:17px; bottom:21px; background: url('Images/panel-trans_2x2.png')
}
.panelmr
{
	position:absolute; top:10px; right:0px; width:17px; bottom:21px; background: url('Images/panel-trans_2x3.png') ; background-repeat: repeat-y
}

.panelbl
{
	position:absolute; bottom:0px; left:0px; width:10px; height:21px; background: url('Images/panel-trans_3x1.png')
}

.panelbm
{
	position:absolute; bottom:0px; left:10px; right:17px; height:21px; background: url('Images/panel-trans_3x2.png'); background-repeat: repeat-x
}

.panelbr
{
	position:absolute; bottom:0px; right:0px; width:17px; height:21px; background: url('Images/panel-trans_3x3.png')
}
