* {
    padding: 0;
    margin: 0;
    border: 0;
} /* Override defaults for all tags. */

body,html {
	font-family: Lucida Sans, Arial, Helvetica, sans-serif;
    font-size: 11px;
    margin: 0;
    color: #666;
    background-color: #fff;
    text-align: center; /* Centers the design in old IE versions */
}

#content {
    width: 926px;
    text-align: left;
    margin: 0 auto;
}

a {
    color: #666666;
    text-decoration: none;
}
a:hover {
    color: #EC790E;
    text-decoration: none;
}

.disabled-link {
    color: #dddddd;
}

.h1 {
    font-size: 16px;
    font-weight: bold;
    color: #aaa;
    margin: 10px 0 15px 0;
}

.h2 {
    font-size: 12px;
    font-weight: bold;
    margin: 10px 0 10px 0;
}

.todo {
	font-weight: bold;
	border: 1px dashed red;
	background-color: #fcc;
}

.txt-std {
	line-height: 1.6em;
}

.field-text {
    font-family: Lucida Sans, Arial, Helvetica, sans-serif;
    font-size: 11px;
    background-color: white;
    color: #EC790E;
    border: 1px solid #ccc;
    padding: 2px 3px 2px 3px;
    margin: 0;
}

input.error, select.error, textarea.error {
    border: 1px solid red;
}

.form-std div.h1 {
    font-size: 16px;
    font-weight: bold;
    color: #aaa;
    margin: 10px 0 10px 0;
}

.form-std div.error {
    font-size: 14px;
    font-weight: bold;
    color: red;
    margin: 0px 0 5px 0;
}

.form-std div.fieldError {
    font-size: 11px;
    font-weight: bold;
    font-style: italic;
    color: red;
    margin: 0px 0 1px 0;
}

.form-std div.label {
    font-size: 12px;
    margin: 7px 0 3px 0;
}

.form-std div.buttons {
    padding: 13px 0 10px 0;
    font-size: 12px;
}
.form-std div.buttons a {
    font-weight: bold;
    background-color: #eee;
    padding: 5px;
}

.form-std div.buttons-small {
    font-size: 10px;
    padding: 4px 0px 2px 0;
    margin-right: 15px;
}
.form-std div.buttons-small a {
    font-weight: bold;
    background-color: #eee;
    padding: 3px;
    margin-right: 3px;
}

.strong {
    color: #EC790E;
}

.pageHeader {
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 4px;
    color: #ccc;
    margin-bottom: 21px;
}

.pageHeader a {
    color: #ccc;
}
.pageHeader a:hover {
    color: #EC790E;
}

a.categoryTree-main {
    font-size: 12px;
    letter-spacing: 3px;
    color: black;
}
a.categoryTree-main:hover {
    color: #EC790E;
}
a.categoryTree-sub {
    font-size: 11px;
    color: #666;
}
a.categoryTree-sub:hover {
    color: #EC790E;
}

div.orders-header {
	clear: both;
}
div.orders-header div {
    float: left;
    padding-bottom: 5px;
    margin: 10px;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    text-align: center;
}

div.orders {
    clear: both;
}
div.orders div {
    float: left;
    padding: 5px 10px 5px 10px;
    text-align: center;
}

div.order {
    clear: both;
}
div.order div.header {
    clear: both;
    float: left;
    width: 92px;
    padding: 5px 10px 5px 10px;
    text-align: right;
    font-weight: bold;
}
div.order div.value {
	float: left;
    width: 300px;
    padding: 5px 10px 5px 10px;
    text-align: left;
}

/*
.article .text a:visited {
    color: #666;
}
*/

.article {
    width: 748px;
    position: relative;
}

.article-text {
    position: relative;
    float: left;
    display: inline; /* IE6 double margin bug */
    width: 450px;
    margin-left: 0px;
    vertical-align: top;
    /*background-color: red;*/
}

.article-pictures {
    width: 225px;
    float: right;
    vertical-align: top;
    /* background-color: green; */
    /* margin-left: 0px; */
}

.article-pictures .picture {
    position: relative;
    margin-left: 30px;
}

.article-pictures .description {
    margin-top: 5px;
    font-size: 9px;
    margin-bottom: -5px;
    line-height: 1.6em;
}

.article .mainTitle {
	position: relative;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	letter-spacing: 3px;
	font-weight: normal;
	color: #C40000;
	padding-bottom: 23px;
}

.article .title {
	position: relative;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 1.5em;
	color: #C40000;
	padding-bottom: 5px;
}

.article .date {
	position: relative;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 2px;
	line-height: 1.5em;
    color: #000000;
	padding-bottom: 5px;
}

.article .text {
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	letter-spacing: 0px;
	color: #000000;
	line-height: 19px;
	padding-top: 4px;
}

.article .h1 {
	position: relative;
    color: #EC790E;
    font-weight: normal;
    margin-bottom: 5px;
    font-size: 12px;
}

.search-results {
    position: relative;
}

.search-results-text {
    position: relative;
    float: left;
    display: inline; /* IE6 double margin bug */
    width: 600px;
    margin-left: 0px;
    vertical-align: top;
}

.search-results .page {
	position: relative;
	font-size: 15px;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 1.5em;
	color: #C40000;
	padding-bottom: 0px;
}

.search-results .entry {
    padding-bottom: 10px;
}

.search-results .title {
	position: relative;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 1.5em;
	color: #C40000;
	padding-bottom: 1px;
}

.search-results .text {
	position: relative;
	font-size: 11px;
	letter-spacing: 0px;
	line-height: 19px;
	padding-top: 0px;
}

#footer {
    color: #aaa;
    font-size: 11px;
    line-height: 1.7em;
}
#footer a {
    color: #aaa;
}
#footer a:hover {
    color: #666;
}