/* headings */
h1, h2, h3, h4 {
	color: #000000;
}
h1 {
	display: inline;
	font-weight: bold;
	margin: 0 0 10px 0;
}
h2 {
	display: inline;
	font-weight: bold;
	margin: 0;
}
h3 {
	display: inline;
	font-style: italic;
	font-weight: normal;
}
h4 {
	display: inline;
	font-weight: normal;
	padding-right: 5px;
}

/* regular links */
a {
	color: #003366;
	text-decoration: none;
}
a:hover {
	color: #FD6115;
	text-decoration: underline;
}
a.link:visited {
	color: #2233EE;
}

/* general modifiers */
.rounded-corners {
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari, Chrome */
	border-radius: 10px; /* CSS3 */
}

.noshow {
	color: inherit;
	text-decoration: none;
	border-bottom: none;
}
.noshow:hover {
	color: inherit;
	text-decoration: none;
	border-bottom: none;
}
.info:hover {
	cursor: help;
}
.nowrap {
	white-space: nowrap;
}
.inline {
	display: inline;
}
.overline {
	text-decoration: overline;
}
.underline {
	text-decoration: underline;
}

.edit {
	color: #888888;
	padding: 2px 1px 2px 1px;
}
.edit:hover {
	color: #FD6115;
	text-decoration: underline;
}

.color {
	color: #993333;
}
.backgroundcolor {
	background: #3366FF;
}
.smaller {
	font-size: 80%;
}
.tiny {
	font-size: 60%;
}
.help {
	color: #888888;
}

.error {
	color: #FF0000;
	font-weight: bold;
}
.lowprofile {
	color: #888888;
}
.midprofile {
	color: #AAAAAA;
}
.highprofile {
	color: #FF0000;
}

.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.smiley {
	vertical-align: middle;
}

.current {
	background-color: #EE8888;
}

.hidden {
	display: none;
}
.border {
	border: 1px solid #000000;
}

.code {
	font-family: "Courier", "Courier New", monospace;
	font-size: 13px;
}
.fixedfont {
	font-family: "Courier", "Courier New", monospace;
	font-size: 13px;
}

/* html commands */
ul.items {
	padding: 2px;
	margin-left: 15px;
	list-style-type: disc;
	list-style-position: outside;
}
ol.items {
	padding: 2px;
	margin-left: 15px;
}
li.subitems {
	margin-left: 10px;
	list-style-type: circle;
	list-style-position: outside;
}

.cleardiv {
	clear: both;
}

div.skip {
	clear: both;
	height: 2ex;
}
div.smallskip {
	clear: both;
	height: 10px;
}
div.miniskip {
	clear: both;
	height: 5px;
}
div.clear {
	clear: both;
}

a.nav {
}
a.nav-active {
	font-weight: bold;
}

/* tables */
td, th {
	padding: 3px 4px 3px 4px;
	text-align: left;
}
td.left, th.left {
	text-align: left;
}
td.right, th.right {
	text-align: right;
}
td.center, th.center {
	text-align: center;
}
td.justify, th.justify {
	text-align: justify;
}
th {
	font-weight: bold;
}

table.narrow td, table.narrow th {
	padding: 0;
}
table.wide td, table.wide th {
	padding: 4px 10px 4px 10px;
}
table.smaller td, table.smaller th {
	font-size: 10px;
}
table.tight {
	margin: 0;
	padding: 0;
	border: 0;
	border-spacing: 0;
}
table.tight td, table.tight td {
	margin: 0;
	padding: 1px 0 1px 0;
	border: 0;
	border-spacing: 0;
}
table.normal {
	margin: 0;
	padding: 0;
	border: 0;
	border-spacing: 1px;
}
table.normal td, table.normal th {
	margin: 0;
	padding: 1px 4px;
	border: 0;
	border-spacing: 0;
}
table.normal td:first-child, table.normal th:first-child {
	padding-left: 0;
}
table.normal td:last-child, table.normal th:last-child {
	padding-right: 0;
}
table.wider {
	margin: 0;
	padding: 0;
	border-spacing: 0;
	border: 0;
}
table.wider td, table.wider th {
	margin: 0;
	padding: 1px 15px 1px 0;
	border-spacing: 0;
	border: 0;
}
table.centered {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
table.border {
	border-collapse: collapse;
}
table.border td, table.border th {
	padding: 3px;
	border: 1px solid gray;
}
table.colors {
	margin: 0;
	padding: 0;
	border: 0;
	border-spacing: 1px;
}
table.colors td, table.colors th {
	margin: 0;
	padding: 3px 4px;
	border: 0;
	border-spacing: 0;
}

table.list {
	margin: 0;
	padding: 0;
	border: 0;
	border-spacing: 0;
}
table.list table.nested {
	margin: -2px 0 0 0;
	padding: 0;
	border: 0;
	border-spacing: 0;
}
table.list tr.list {
	margin: 0;
	padding: 0;
	border: 0;
	border-spacing: 0;
}
table.list td.list {
	margin: 0;
	padding: 2px 0 2px 0;
	border: 0;
	border-spacing: 0;
}
table.list td.number {
	margin: 2px 0 0 0;
	padding: 2px 5px 2px 0;
	border: 0;
	border-spacing: 0;
}
table.list td.bullet {
	margin: 0 0 0 0;
	padding: 2px 5px 0 0;
	border: 0;
	border-spacing: 0;
}

td.contents, th.contents {
/*	text-align: justify; */
}

/* form specific */
.formtextarea_resize {
	color: #888888;
	text-decoration: none;
	border-bottom: none;
}
.formtextarea_resize:hover {
	color: #4466CC;
	text-decoration: none;
	border-bottom: none;
}

.formcheckbox_toggle {
	color: inherit;
	text-decoration: none;
	border-bottom: none;
}
.formcheckbox_toggle:hover {
	color: inherit;
	text-decoration: none;
	border-bottom: none;
}

/* blockscript syntax */
.bs_pass {
	color: black;
}
.bs_command {
	color: green;
}
.bs_token {
	color: red;
}
.bs_arg {
	color: blue;
}
.bs_comment, .bs_commentline {
	color: maroon;
}
.bs_number {
	color: gray;
	font-size: 7px;
}
.bs_hidden {
	color: silver;
}

/* blockscript commands */
img.left {
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}
img.right {
	float: right;
	margin-left: 8px;
	margin-bottom: 8px;
}
img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.border {
	padding: 1px;
	border: 1px solid #CCCCCC;
}
img.frame {
	padding: 10px;
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	-moz-border-radius: 4px; /* Firefox */
	-webkit-border-radius: 4px; /* Safari, Chrome */
	border-radius: 4px; /* CSS3 */
}
.text-left {
	display: block;
	text-align: left;
}
.text-right {
	display: block;
	text-align: right;
}
.text-center {
	display: block;
	margin: 0 auto;
	text-align: center;
}
.text-justify {
	display: block;
	text-align: justify;
}
.text-new {
	text-decoration: none;
	border-bottom: 1px dotted #000000;
}
.text-old {
	text-decoration: line-through;
	border-bottom: 1px dotted #000000;
}

.formtext {
	font-family: "Courier", "Courier New", monospace;
	font-size: 13px;
	border: inset 1px #CCCCCC;
	padding: 3px;
	margin: 0;
}

.formtext-normal {
	width: 200px;
}
.formtext-wide {
	width: 400px;
}
.formtext-narrow {
	width: 100px;
}

/*
::selection {
	background: #ffb7b7;
}
::-moz-selection {
	background: #ffb7b7;
}
*/

.product-list {
	margin: 0 0 10px 0;
	background-color: #E0E0E0;
	overflow: hidden;
}
.product-list .image {
	display: block;
	float: left;
	padding: 4px 10px 4px 4px;
}
.product-list .details {
	display: block;
	padding: 4px;
}
.product-list .buttons {
	display: block;
	float: right;
	padding: 4px 4px 4px 4px;
}
.product-list .details .name {
	margin: 0 0 0 0;
	font-size: 110%;
	font-weight: bold;
	color: #993333;
	line-height: 1.4;
}
.product-list .name a {
	text-decoration: none;
}
.product-list .short {
	display: block;
	margin: 4px 0 10px 0;
	line-height: 1.4;
}
.product-single {
	padding: 6px 10px 10px 10px;
	background-color: #E0E0E0;
	overflow: hidden;
}
.product-single .image {
	display: block;
	float: left;
	padding: 4px 10px 10px 0;
}
.product-single .images {
	display: block;
	padding: 4px 10px 4px 4px;
}
.product-single .buttons {
	padding-top: 10px;
	padding-bottom: 10px;
}
.product-single .details {
	margin-left: 310px;
	padding-bottom: 10px;
	display: block;
}
.product-single .name {
	font-size: 110%;
	font-weight: bold;
	color: #993333;
}
.product-single .short {
	display: block;
	margin: 0;
}
.product-single .long {
	display: block;
}
.vatinc {
	color: #888888;
}

table.cart {
	margin: 0;
	padding: 0;
	border: 0;
	border-spacing: 1px;
	background-color: #D9E5EE;
}
table.cart th {
	font-weight: bold;
	margin: 0;
	padding: 4px 6px;
	border: 0;
	border-spacing: 0;
}
table.cart td {
	margin: 0;
	padding: 4px 6px;
	border: 0;
	border-spacing: 0;
	background-color: #F4F5F6;
}
table.cart td img {
	float: left;
	padding: 4px 10px 4px 0;
}
table.cart td input {
	width: 40px;
	text-align: right;
}
div.right {
	display: block;
	float: right;
}

.color-red { color: red; }
.color-green { color: green; }
.color-blue { color: blue; }
.color-yellow { color: yellow; }
.color-brown { color: brown; }
.color-pink { color: pink; }
.color-black { color: black; }
.color-white { color: white; }
.color-grey { color: grey; }

.size-60 { font-size: 60%; }
.size-80 { font-size: 80%; }
.size-100 { font-size: 100%; }
.size-140 { font-size: 140%; }
.size-180 { font-size: 180%; }