﻿*
{
	margin: 0px;
	padding: 0px;
	border: none;
}

body
{
	background: url('Images/kmzhead.png') repeat-x;
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #FBF9EF;
	margin: 0px;
	padding-left: 20px;
	padding-right: 20px;
}


#container
{
	font-size: 1.2em;
}

#header
{
	top:0px;
	width: 100%;
	border-bottom: 1px dotted #5D5A53;
}

#header h1
{

	float: left;
	width: 300px;
	height: auto;
	font-size:40px;
	padding: 25px 80px 0px 0px;
	top: 40px;
	font-style: normal;
	vertical-align: bottom;
}

#header h1 a
{
	color: #808080;
}

#content-section
{
	padding-top: 0px;
	min-width: 600px;	
	width: 100%;
}

#main
{
	min-height: 400px;
	width: 100%;
}
/*
#main ul
{
	list-style-type: square;
	margin-left: 25px;
	font-size: 1.4em;
}

#main ul#album-list
{
	list-style: none;
	font-size: 1.2em;
	margin-left: 0px;
}

ul#album-list li
{
	height: 150px;
	width: 100px;
	float: left;
	margin: 10px;
	text-align: center;
}

ul#album-list li a, ul#album-list li .button
{
	float: left;
}

ul#album-list li a span
{
    color: #9b9993;
    font-size: .9em;
    text-decoration: underline;
}

*/
#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
{
    margin-top:20px;
}

#logindisplay
{
	font-size: 1.1em;
	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
{
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

ul#menu li
{
    display: inline;
    list-style: none;
}

ul#menu li#greeting
{
	padding: 10px 5px;
	font-weight: bold;
	text-decoration: none;
/*	line-height: 2.8em;*/
	color: #666699;
}

ul#menu li a
{
	padding: 3px 5px;
	font-weight: bold;
	text-decoration: none;
	line-height: 2.8em;
	background-color: #777; /*#e8eef4;*/
	color: #FFFFCC /* #034af3;*/;
}

ul#menu li a:hover
{
	/*background-color: #FFFFCC;*/
	background-color: #999;
	text-decoration: underline;
	color: #FFFF00;
}

ul#menu li a:active
{
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a
{
    background-color: #fff;
    color: #000;
}


/******************** Top Navigation ************************/
ul#navlist
{
	float: right;
}

ul#navlist li
{
	display: inline;
}

ul#navlist li a
{
	border-left: 1px dotted #8A8575;
	padding: 10px;
	margin-top: 10px;
	color: #8A8575;
	text-decoration: none;
	float: left;
}

ul#navlist li:first-child a
{
	border: none;
}

ul#navlist li a:hover
{
	color: #F6855E;
}

/********************* End top navigation ***************************/

p
{
	/*margin-bottom: 15px;*/
	margin-top: 0px;
	/*margin: 0px; */
	padding: 0px;
}

h1
{
	font-size: 2em;
	color: #F6855E;
	font-style: italic;
	font-weight: bold;
}

h2, h3
{
	font-size: 1.3em;
	margin-bottom: 20px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}

h3
{
	color: #9B9993;
}

h3 em
{
	color: #5E5B54;
}

a:link
{
	color: #F6855E;
	text-decoration: none;
	font-weight: bold;
}

a:visited
{
	color: #F6855E;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	color: #333333;
	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;
	margin-left: 20px;
}

#categories a:link, #categories a:visited
{
	color: #9B9993;
	text-decoration: none;
}

#categories a:hover, #categories h3 em
{
	color: #F46739;
}
/*
div#album-details
{
	margin-left: 50px; 
	width: 250px;
	text-align: center;
}

div#album-details p
{
	margin-bottom: 5px;
	color: #5e5b54;
	font-weight: bold;
	text-align: left;
}

div#album-details p em
{
	padding-left: 80px;
	width: 100px;
	color: #9b9993;
}
*/
/* Form styles */
form label
{
	width: 150px;
	display: block;
	float: left;
}

fieldset, legend
{
	padding: 10px;
}

legend
{
    font-weight: bold;
}

 /*   padding-top: 15px;*/

fieldset input
{
	margin-top: 10px;
}

fieldset 
{
    border: 1px solid #8A8575;
}

input[type=text], input[type=password], select
{
    border: 1px solid #8A8575;
    width: 250px;
}

/* Begin: Tables */
/*table
{
	border: 1px solid #dbddff;
	border-bottom: 3px solid #dbddff;
	border-collapse: collapse;
	font-family: Tahoma, Arial, sans-serif;
	color: #666666;
	font-size: 95%;
	margin: 0;
}*/
/* min-width: 670px;*/
/*
th
{
	background-position: 1px 1px;
	background-repeat: repeat-x;
	background-color: #ffffff;
	font-size: 100%;
	text-align: left;
	line-height: 1.3em;
	color: #666666;
	border-left: 1px solid #dbddff;
	border-right: 1px solid #dbddff;
	border-bottom: 1px solid #dbddff;
	padding: 10px 20px;
}

td
{
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px dotted #dadada;
	padding: 5px;
}

tr:hover
{
	background-color: #fff;
}
*/

/*================================================ MIE ============================================*/


.button, input[type=submit]
{
	clear: both;
	display: inline-block;
	padding: 10px;
    margin-top: 10px; 
	border: 1px;
	background: #5e5b54;
	color: #fff;
	font-size: 12px;
    font-weight: bold;
}

.button a
{
	color: #fff !important;
}

/*.button-small, input[type=submit]*/
.button-small
{
	clear: both;
	display: inline-block;
	padding: 1px;
    margin-top: 1px; 
	border: 1px;
	background: #5e5b54;
	color: #fff;
	font-size: 12px;
    font-weight: bold;
}

.button-small a
{
	color: #fff !important;
}

/*div.field-validation-error label**/
div.field-validation-error 
{
	color: #FF0000;
}

span.field-validation-error 
{
	color: #FF0000;
}

#leftmainpanel
{
	float: left;
	width: 200px;
	margin: 0;
	padding-right: 1em;
}

#contentmainpanel
{
	margin-left: 210px;
	padding: 1em;
}
/*	max-width: 36em;
*/
#footmainpanel
{
	float: none;
	right: 0px;
	left: 0px;
}

.tabdetails
{
	border: 0px ;
}

.form_desc
{
	width: 160px;
	color: #808080;
	text-align: right;
	background-color: #FBF9EF;
	vertical-align: bottom;
}

.form_values
{
	margin: 2px;
	width: 200px;
	color: #000080;
	font-weight: bold;
	background-color: #F4F4DF;
	vertical-align: bottom;
}
div.editor-field
{
	vertical-align: middle;
	margin-bottom: 2px;
	color : Red;
}

div.editor-label label
{
}

#shoppingchart
{
	width: 200px;
	border-color: #FFFFFF #C0C0C0 #C0C0C0 #FFFFFF;
	border-style: solid;
	border-width: 1px;
	padding-top: 2px;
	margin-top: 15px;
	min-width: 100px;
}

#categories
{

}

.tabledat
{
/*	border-color: #FFFFFF #C0C0C0 #C0C0C0 #FFFFFF;
	border-style: solid;
	border-width: 1px;*/
}

.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;
	/*border-top: 1px solid #dadada;*/
	padding: 2px;
}

td
{

}
	/*padding: 4px;*/
	
.display-label
{
	
	text-align:right;
}
	  
.display-field
{
	right: 2px;
	font-weight: bold;
	color: #000000;
}

.table-producer
{
	border: 1px solid #ECECEC;
	width: 100%;
	padding: 0;
}

.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;
}

