/** GENERAL ATTRIBUTES **/
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    background: #f0e9d9;
}

body, table, input, textarea, select {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
}

img {
	border: none;
}

a {
    /*color: #4683a0;*/
    color: #000;
	text-decoration: none;
}

a:hover {
    color: #000;
}

form {
    margin: 0;
    padding: 0;
}

p { /* Define same margins for all browsers */
    margin: 10px 0 10px 0;
}

/** PAGES **/
#container {
    width: 942px;
    margin: 0 auto auto;
    background: url(../images/container_bg.png) no-repeat;
}

#top {
    height: 19px;
    padding: 5px 6px 0 6px;
}

#top input, #search-marquee input {
    margin: 0 3px 0 10px;
}

#search-marquee {
    height: 21px;
    padding: 0 6px 0 6px;
    position: relative;
}

/* Marquee, do not change these properties */
.mooquee {
    position: absolute;
    overflow: hidden;
    white-space: nowrap;
}

.mooquee-text {
    position: absolute;
}
/* End marquee */

#search-marquee .mooquee {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 14px;
    color: #746c60;
    right: 6px;
    padding-top: 2px;
}

#search-marquee .mooquee a {
    color: #746c60;
    text-decoration: underline;
}

#search-marquee .mooquee a:hover {
    text-decoration: none;
}

#content {
    background: url(../images/content_bg.png) repeat-y;
    overflow: hidden;
}

#content-left {
    width: 216px;
    padding: 10px 0 0 22px;
    float: left;
}

#content-main {
    width: 650px;
    padding: 13px 24px 0 24px;
    float: left;
}

#address-info {
    padding: 0 0 0 8px;
}

#user-info-top, #address-info {
    margin: 40px 0 0;
}

#user-menu {
    background: url(../images/user_info_bg.png) repeat-y;
    width: 215px;
}

.user-menu-margin {
    padding: 13px 19px 13px 8px;
}

#logos {
    margin: 10px 0 0 8px;
}

#logos img {
    margin: 0 10px 0 0;
}

/** FRONTPAGE **/
.frontpage-sections {
    width: 195px;
}

.frontpage-sections h1 {
    color: #fff;
    background: url(../images/front_top.gif) no-repeat;
    padding: 0;
    margin: 0;
    height: 32px;
    font-size: 13px;
    font-weight: 500;
    border-bottom: 0px none;
}

.frontpage-sections h1.br {
    background: url(../images/front_top_br.gif) no-repeat;
}

.frontpage-sections h1.no {
    background: url(../images/front_top_no.gif) no-repeat;
}

.frontpage-sections h1 a, .frontpage-sections h1 span {
	color: #fff;
    display: block;
    padding: 8px 0 0 8px;
}

.frontpage-sections h1 a:hover {
	color: #fff;
}

.frontpage-sections p {
    margin: 3px 0 3px 0;
    padding: 0;
}

.frontpage-sections a.market {
    display: block;
    background: url(../images/front_link.gif) no-repeat right center;
    padding: 4px;
}

.front-table {
    margin: 0 0 20px 0;
}
.front-table .notop {
    padding-top: 0 ! important;
}

.front-table .brown {
    padding-top: 6px ! important;
}

.front-table .noleft {
    padding-left: 0 ! important;
}

.front-table .rest {
    padding: 24px 0 0 32px;
}

/** FORMS **/
#contact-form {
	margin: 0 0 30px 0;
}

#contact-form .input-text-view {
    margin: 0 0 10px 0;
}

/** STORE **/
.store-sections {
    width: 295px;
    height: 100%;
    margin: 20px 0 0 30px;
    padding: 5px;
    border: 1px solid #f0e9d9;
    border-right-width: 2px;
    border-bottom-width: 2px;
}

/** PROFILES **/
#profil-form {
    margin: 10px 0 0;
}

/** MARKETS **/
.market-legend {
    width: 50px;
    height: 26px;
    padding: 3px 3px 3px 3px;
    white-space: normal;
}

.innerbox {
    clear: left;
    min-height: 35px;
    padding: 5px 0 5px 0;
}

.innerbox div {
    display: none;
}

.innerbox span {
    margin: 0 0 0 5px;
}

#box {
    padding: 5px;
    border: 1px solid #f0e9d9;
    border-right-width: 2px;
    border-bottom-width: 2px;
    margin: 0 0 10px 0;
}

#normlist {
    margin: 0 0 10px 0;
}

#normlist th, #normlist td {
    border-bottom: 1px solid #f0e9d9;
    padding: 3px 0 3px 0;
}

/** SEARCH **/
.search-item {
    padding: 5px;
    border: 1px solid #f0e9d9;
    border-right-width: 2px;
    border-bottom-width: 2px;
    margin: 5px 0 5px 0;
}

/** NEWSLETTER **/
.nl-section td {
    vertical-align: top;
}

.nl-spacer {
    display: none;
}

/** MENU **/
.main-menu, .main-menu ul, .top-menu, .user-menu, .user-menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.top-menu li {
    display: inline;
    border-left: 1px solid #2e6a86;
    padding: 0 0 0 10px;
    margin: 0 0 0 8px;
}

.top-menu li.first {
    border: none;
    margin: 0;
}

.main-menu {
    width: 197px;
    border-top: 1px solid #2e6a86;
    margin: 0 0 0 8px;
}

.main-menu.first {
    width: 197px;
    border-top: 0px none;
    margin: 0 0 0 8px;
}

.main-menu li {
    padding: 5px 0 5px 0;
    border-bottom: 1px solid #2e6a86;
}

.main-menu li a, .top-menu li a {
    color: #000;
}

.main-menu li ul, .user-menu li ul {
    padding: 5px 0 0;
}

.main-menu li ul li, .user-menu ul li {
    border: none;
}

.main-menu li ul li a {
    color: #357390;
    background: none;
}

.main-menu li ul li a.active, .main-menu li ul li a:hover {
    color: #357390;
}

.main-menu li a:hover, .main-menu li a.active, .main-menu li a.subactive, .top-menu li a.active, .user-menu li a:hover, .user-menu li a.active {
    font-weight: bold;
}

.user-menu {
    margin: 15px 0 0;
    border-top: 1px solid #c1d3db;
}

.user-menu li {
    padding: 5px 0 5px 0;
    border-bottom: 1px solid #c1d3db;
}

.user-menu li a {
    color: #000;
    background: url(../images/white_arrow.png) no-repeat 0 50%;
    padding: 0 0 0 10px;
}

.user-menu li ul li a {
    color: #fff;
    background: none;
}

/** GENERAL CSS "CLASSES" **/
a.link, a.download, .main-menu li a, .top-menu li a, .frontpage-sections a.link {
    background: url(../images/blue_arrow.png) no-repeat 0 50%;
    padding: 0 0 0 10px;
}

a.link, a.download, .frontpage-sections a.link {
    color: #4683a0;
    font-weight: bold;
}

h1, h2, .header-section {
    font-family: verdana, arial, helvetica, sans-serif;
    color: #357390;
    font-weight: normal;
}

h1 { /* Normal header on top of section for example */
    font-size: 17px;
    border-bottom: 1px solid #2e6a86;
    margin: 0 0 4px 0;
    padding: 0 0 4px 0;
}

h2 {
    font-size: 13px;
}

#top h2, #search-marquee h2 {
    font-size: 14px;
}

#search_form .link {
    color: #000;
}

.header-section {
    font-size: 16px;
    margin: 0 0 4px 0;
    color: #000;
}

.white {
    color: #fff;
}

.black {
    color: #000;
}

table.normal-table {
    width: 100%;
}

table.normal-table td {
    vertical-align: top;
}

.extra-margin-top {
    margin-top: 20px;
}

.extra-margin-left {
    margin-left: 10px;
}

.extra-margin-right {
    margin-right: 10px;
}

.extra-padding-left {
    padding-left: 10px;
}

.extra-padding-right {
    padding-right: 10px;
}

.f-l {
    float: left;
}

.f-r {
    float: right;
}

.img-f-l {
    float: left;
    margin: 0 10px 10px 0;
}

.img-f-r {
    float: right;
    margin: 0 0 10px 10px;
}

.t-a-c {
    text-align: center;
}

.t-a-l {
    text-align: left;
}

.t-a-r {
    text-align: right;
}

.t-a-j {
    text-align: justify;
}

.c-b {
    clear: both;
}

.c-l {
    clear: left;
}

.c-r {
    clear: right;
}

.no-clear {
  clear: none;
}

.no-bg {
	background: none;
}

.no-border {
    border: none;
}

.no-margin {
	margin: 0;
}

.no-margin-top {
    margin-top: 0;
}

.no-margin-right {
    margin-right: 0;
}

.no-margin-bot {
    margin-bottom: 0;
}

.no-margin-left {
	margin-left: 0;
}

.no-padding {
	padding: 0;
}

.no-padding-top {
    padding-top: 0;
}

.no-padding-right {
    padding-right: 0;
}

.no-padding-bot {
    padding-bottom: 0;
}

.no-padding-left {
	padding-left: 0;
}

.disp-block {
    display: block;
}

.disp-no {
    display: none;
}

.pos-abs {
    position: absolute;
}

.pos-rel {
    position: relative;
}

/** INPUTS **/
.input-text-a, .input-text-b, .input-text-c, .input-text-d, .input-text-login, .input-text-view, .input-text-search {
	border-top: 1px solid #888;
	border-left: 1px solid #888;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 1px;
}

.input-text-login {
	width: 200px;
}

.input-text-view {
    width: 250px;
}

.input-text-a {
    width: 50px;
    margin: 0 0 10px 0;
}

.input-text-b {
    width: 150px;
    margin: 0 0 10px 0;
}

.input-text-c {
    width: 250px;
    margin: 0 0 10px 0;
}

select.input-text-c  {
    width: 255px;
}

.input-but {
	margin-top: 5px;
}

.imgdesc .popup {
	float: right;
	margin: 0 0 2px 2px;
}


.market-tip {
	background: #fff;
	border: 1px solid #000;
	padding: 2px;
}

.market-line {
	padding: 1px 0 1px 0;
}

