/* layout */

html, body {
	margin: 0px;
}

#block-frame {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding: 0px;
	text-align: left;
}

#block-main {
	width: 450px;
	height: 750px;
}

#block-sidebar-left, #block-sidebar-right {
	width: 165px;
	height: 750px;
}

#block-main, #block-sidebar-left, #block-sidebar-right {
	overflow: hidden;
	display: inline-block;
	float: left;
}



/* styling */

body {
	background-color: #b7dee6;
	color: #000;
}

body, input, .button, .select, .itemcontroller-select {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

h3 {
	font-size: 18px;
	font-weight: normal;
	color: #ec7523;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 24px;
	font-weight: normal;
	margin: 0px;
}

h1 {
	color: #ec7523;
	font-size: 18px;
	padding-top: 10px;
	margin: 0;
}

#page-show {
	font-size: 12px;
}

a, a:hover {
	color: #ec7523;
}

a:hover {
	text-decoration: none;
}

a img {
	border: 0px;
}

form {
	margin: 0px
}

img {
	display: block;
}


.validation-error {
	color: red;
}

.outofstock {
	color: red;
}

#block-main {
	background-color: #fff;
	vertical-align: top;
}

#block-menu {
	height: 30px;
	background-color: #bdd350;
	padding-left: 16px;
}

#block-menu a {
	padding: 0 8px 0 8px;
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	display: block;
	float: left;
}

#block-menu a:hover, #block-menu a.selected {
	background-color: #ee7722;
}

#block-menu-search {
	float: right;
	margin: 4px 20px 0 0;
}

#block-menu-search input {
	width: 140px;
}

#block-sidebar-left, #block-sidebar-right {
	background-color: #efefef;
	vertical-align: top;
}

#block-content {
	padding: 10px 10px 5px 10px;
	height: 730px;
	overflow: auto;
}

table.lister {
	margin: 5px 0px 5px 0px;
	border: 0px;
}

td.lister-td {
	vertical-align: top;
}

td.lister-td-image {
	width: 120px;
	height: 85px;
	vertical-align: middle;
	text-align: center;
}

td.lister-td-text {
	width: 85px;
	height: 85px;
	vertical-align: top;
}

td.lister-horizontal-spacer {
	width: 13px;
}

td.lister-vertical-spacer {
	height: 14px;
}

.select {
	width: 100%;
	margin-top: 2px;
	margin-bottom: 2px;
}

td.odd {
	background-color: #eee;
}

td.odd, td.even {
	padding: 4px;
}

#block-search-search {
	width : 120px;
}

#block-search {
	text-align : right;
}

.itemcontroller-select {
	width: 98px;
	margin-top: 6px;
	margin-bottom: 10px;
	font-weight: bold;
}

.itemcontroller-div {
	float: left;
	margin-right: 20px;
}

.itemcontroller-label {
}

.border-activated {
	border: 1px solid #ec7523;
}
.border-deactivated {
	border: 1px solid #eee;
}

.sectiontitle {
	text-align: left;
	padding-left: 25px;
	background-image: url('ikon.gif');
	background-repeat: no-repeat;
	background-position: 5px 2px;
	height: 20px;
	margin: 0;
	width: 140px;
	margin-top:20px;
	padding-bottom:2px;
	padding-top:2px;
	font-weight: bold;
	font-size: 14px;
	vertical-align: top;
	color: #EC7523;
	border-bottom: dotted 1px #EC7523;
	border-top: dotted 1px #EC7523;
}

.submenu2 {
	text-align:left;
}

.submenu2 ul {
	margin: 0; 
	padding-left: 35px;  
}

.submenu2 ul li {
	list-style-type: none;
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 11px;
}

.submenu2 ul li a {
	color: #EC7523;
	text-decoration: underline;
}

#footer {
	clear: both;
	text-align: center;
	font-size: 12px;
}

.newsitem {
	font-size: 12px;
}

.newsitem-title {
	padding-bottom: 5px;
	font-weight: bold;	
}

.newsitem-published {
	padding-bottom: 5px;
	color: #ec7523;
}

#newsitem-excerpt {
	padding-bottom: 5px;
}

