/* **************************************************************** */
/* Box definitons frontpage (3,2 and 1 box)                         */
/* **************************************************************** */

.three-box { float: left; width: 100%; }
.three-box .box1, .three-box .box2, .three-box .box3 {
  float: left;
  width: 236px;
  margin-right: 5px;
}

.three-box .box3 { margin-right: 0px; }

.three-box .box1 .boxcontent, 
.three-box .box2 .boxcontent, 
.three-box .box3 .boxcontent { padding: 10px 10px 15px 20px; }

.three-box .box1 .boxcontent h2, 
.three-box .box2 .boxcontent h2, 
.three-box .box3 .boxcontent h2 {
  font-size: 1em;
  color: #555;
  text-transform: none;
  margin-bottom: .25em;
}

.two-box { float: left; width: 100%; margin-bottom: 20px; }
.two-box .box1, .two-box .box2 {
  float: left;
  width: 357px;
  margin-right: 4px;
}

.two-box .box2 { margin-right: 0px; }

.two-box .box1 h2, .two-box .box2 h2 { 
  font-size: 1em;
  color: #424242;
  margin: 0;
  padding: 6px 0 5px 30px;
  background: url(../../../other_files/fastus/img/bg-header-brown.gif) no-repeat 0% 0%; 
}

.two-box .box1 .boxcontent, 
.two-box .box2 .boxcontent { float: left; padding: 10px; font-size: .9em; font-weight: bold; border: 1px solid #c0c0c0; border-top: none; height: 300px; }

.two-box .box1 .boxcontent ul,
.two-box .box2 .boxcontent ul { margin: 0; padding: 0; }

.two-box .box1 .boxcontent ul.left, .two-box .box2 .boxcontent ul.left { float: left; width: 180px; }
.two-box .box1 .boxcontent ul.right, .two-box .box2 .boxcontent ul.right { float: right; width: 140px; }

.two-box .box1 .boxcontent li,
.vorul li,
.two-box .box2 .boxcontent li {
  list-style: none;
  padding-left: 10px;
  margin-bottom: 10px;
  background: url(../../../other_files/fastus/img/bg-list-icon.gif) no-repeat 0% 60%;
}

/*.two-box .box1 .boxcontent li a,
.two-box .box2 .boxcontent li a { color: #555; }*/

.one-box { float: left; width: 100%; margin-bottom: 10px; }
.one-box h2 { 
  font-size: 1em;
  color: #424242;
  margin: 0;
  padding: 6px 0 5px 30px;
  background: url(../../../other_files/fastus/img/bg-header-brown.gif) no-repeat 0% 0%; 
}

.one-box .boxcontent { float: left; padding: 10px; border: 1px solid #c0c0c0; border-top: none; width: 696px; }
.one-box .boxcontent .newslist h4 { font-size: .9em; color: #b5b09f; text-transform: none; margin: 0 12px 0 40px; display: inline; }
.one-box .boxcontent .newslist p { padding: 0; margin-bottom: 10px; }
/*.one-box .boxcontent .newslist a { color: #555; }*/

/* **************************************************************** */
/* Prdoduct list definitions                                        */
/* **************************************************************** */

ul.list { float: left; margin: 0; padding: 0; }
ul.list li  { 
  list-style: none;
  padding-left: 10px;
  margin-bottom: 10px;
  background: url(../../../other_files/fastus/img/bg-list-icon.gif) no-repeat 0% 60%;
}

/*ul.list li a,
ul.list li a:hover { color: #555; }*/

.p-list { float: right; width: 400px; }
.p-list h2 { 
  color: #0f3063;
  padding: 0;
  margin-bottom: 15px;
  border: none; 
  border-bottom: 1px solid #999;
  background: none;
}

.p-list .item {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  padding: 20px 0;
  border-bottom: 1px solid #999;
}

.p-list .item img { float: right; }

.p-list .item .textbox { float: left; width: 176px; padding-left: 80px; overflow: hidden; }
.p-list .item .textbox h4 { 
  float: left; 
  width: 65px;
  font-size: .9em;
  color: #bab5a5;
  text-transform: none;
  padding: 0; 
  margin: 0 10px 10px 0; 
  text-align: right; 
  clear: left;
  margin-left: -80px;
  _margin-left: -40px;
}

.p-list .item .textbox p { float: left; width: 175px; padding: 0; margin: 0 0 10px 0; }
.p-list .item .textbox a { /*float: left;*/ width: 175px; font-weight: bold; margin: 0 0 10px 0; }

/* **************************************************************** */
/* Product detail definitions                                       */
/* **************************************************************** */

.detail {
 line-height: 1.5em;
 float: left; 
 margin-bottom: 15px;
 margin-top: 10px;
 _margin-top: 0;
 _padding-top: 25px;
}

.detail img {
 float: left;
 margin: 2px 20px 5px 20px;
}

.detail h3 {
 font-size: 1em;
 border-bottom: 1px solid #999;
 margin-left: 223px;
 margin-bottom: 17px;
 padding-bottom: 1px;
}

.detail h4 {
 color: #555;
 font-size: .9em;
 text-transform: none;
 margin-bottom: 17px;
 margin-left: 223px;
}

.detail h5 {
 clear: left;
 float: left;
 width: 210px;
 text-align: right;
 padding-right: 10px;
 margin: 0;
 margin-bottom: 10px;
 margin-top: 10px;
 color: #777777;
 font-size: .9em;
}

.detail h6 {
 width: 400px;
 float: left;
 text-align: left;
 margin: 0;
 margin-bottom: 10px;
 margin-top: 10px;
 /*color: #b0b0b0;*/
 color: #333333;
 font-size: .9em;
}


.detail h6 p {
 width: 400px;
 float: left;
 text-align: left;
 margin: 0;
 margin-bottom: 10px;
 margin-top: 10px;
 color: #b0b0b0;
}

.detail p {
 /*width: 55%;*/
 margin-left: 223px;
 font-size: .9em;
 color: #333;
 letter-spacing: 0px;
} 

.detail ul {
 margin-left: 184px;
 _margin-left: 224px;
 margin-bottom: 20px;
}

*:first-child+html .detail ul {
 margin-left: 224px;
}

.detail li {
 margin-bottom: 10px;
}

.detail table{
  text-align: center;
  font-weight: normal;
  font-size: 11px;
  color: #555;
  margin: 0 0 10px 222px; 
  width: 470px;
  background-color: #666;
  border: 0px;
  border-collapse: collapse;
  border-spacing: 0px;
}

.detail table td{
  background-color: #CCC;
  color: #000;
  padding: 4px;
  text-align: left;
  border: 1px #fff solid;
}

.detail table tr.odd {
  background-color: #fff;
}

table.pictures {
 _table-layout: fixed; 
 _width: 680px;
 width:100%;
 clear: both;
 text-align: center;
}

table.pictures td {
 padding: 10px;
}

/* **************************************************************** */
/* Product detail list definitions                                  */
/* **************************************************************** */

.detail.list {
 clear: both;
 margin-left: 220px;
 float: none;
 padding-top: 12px;
} 

.detail.list h4 {
 border-bottom: 1px solid #555;
 width: 200px;
 margin-bottom: 10px;
 margin-left: 0;
}

.detail.list ul {
 margin: 0;
 padding: 0;
}

*:first-child+html .detail.list ul {
 margin-left: 0;
}

.detail.list li {
 font-size: .9em;
 color: #b0b0b0;
 list-style: none;
 padding-left: 10px;
 margin-bottom: 8px;
 background: url(../../../other_files/fastus/img/bg-list-icon.gif) no-repeat 0% 60%;
}

.news-detail p img {
  /*float:right;*/
  padding:0pt 0pt 0pt 10px;

}

div.news-img{
  float: right;
  width: 25%;
  margin: 0.5em;
  padding: 0.5em;
}
div.news-img p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
  margin:15px;
}

/* **************************************************************** */
/* Mailing list definitions                                         */
/* **************************************************************** */

.mailing-list { width: 188px;  margin-bottom: 20px; }

.mailing-list .portlet-form-input-field.text {
  width: 180px;
  border: 1px solid #7f9db9;
}

.mailing-list .portlet-form-label, h2.header {
  color: #0f3063;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  border: none; 
  border-bottom: 1px solid #999;
  font-size: 1em;
}

.mailing-list .portlet-form-button.save {
  width: 61px;
  height: 22px;
  margin: 18px 0 0 118px;
  font-size: 1.1em;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  _cursor: hand;
  background: url(../../../other_files/fastus/img/bg-button-blue.gif) no-repeat 0% 0%;
}

/* **************************************************************** */
/* Catalog definitions                                              */
/* **************************************************************** */

.catalog h2 { 
  width: 188px;
  font-size: 1em;
  margin-bottom: 10px; 
  border-bottom: 1px solid #999; 
  margin-top: 20px;
}

.catalog img { padding-top: 20px; }

/* **************************************************************** */
/* Site Map                                                         */
/* **************************************************************** */

.sitemap {
  float: left;
  width: 200px;
  margin: 0 0 15px 30px;
}

.sitemap .level1,
.sitemap .level2 {
  padding: 0;
  margin: 0;
  background: none;
}

.sitemap ul {
  list-style : none;
  padding-left : 0;
}

.sitemap li {
  display : inline;
  padding-bottom : 0;
}

.sitemap .level1 a {
  display : block;
  padding : 2px 2px 2px 16px;
  margin: 0 3px 0 7px;
  text-decoration: none;
  border: none;
  font-weight: bold;
}

.sitemap .level1 a:active,
.sitemap .level1 a:visited {
  background: none;
}

.sitemap .level1 a:hover {
  text-decoration: underline;
}

.sitemap .level3 a {
  font-weight: normal;
  margin-left: 30px;
}

.sitemap .level4 a {
  font-weight: normal;
  margin-left: 50px;
}

.sitemap .level4 a {
  font-weight: normal;
  margin-left: 70px;
}

/* **************************************************************** */
/* Taxonomy Origo Definitons                                        */
/* **************************************************************** */

.webfx-tree-icon { display: none; }

.webfx-tree-item a {
  color: #0f3063;
  text-decoration: none;
}

.webfx-tree-item a:visited {
  color: #0f3063;
  text-decoration: none;
font-weight:bold;
}

.webfx-tree-item a:hover {
  color: #0f3063;
  text-decoration: underline;
  font-weight:bold;
}

.webfx-tree-container .webfx-tree-item a { color: #0f3063; }

/*.webfx-tree-item.selected {
  background: #D5D0BE no-repeat 10px 50%; 
}*/

.webfx-tree-item.selected a { 
  font-weight: bold; 
}

#DIV_RESET { 
  width: 110px;
  padding: 4px 0 4px 12px;
  margin: 18px 0 0 0;
  font-size: 1.1em;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  _cursor: hand;
  background: url(../../../other_files/fastus/img/bg-button-blue-big.gif) no-repeat 0% 0%;
}

#DIV_RESET a { color: #fff; }
#DIV_RESET a:hover { text-decoration: none; }

/* **************************************************************** */
/* Icons - product detail                                           */
/* **************************************************************** */

.icons-header {
 float: right;
 margin-top: -37px;
}

.icons-header a {
 text-indent: -6000px; 
 background: url(../../../other_files/fastus/img/icon/Carl_Small_use.gif) 0 0 no-repeat; 
 width: 43px; 
 height: 36px; 
 float: right;
}

.icons-header a.doris {
 background: url(../../../other_files/fastus/img/icon/Doris_Small_use.gif) 0 0 no-repeat; 
}

.icons-header a.barbara {
 background: url(../../../other_files/fastus/img/icon/Barbara_Small_use.gif) 0 0 no-repeat; 
}

.icons-header a.albert {
 background: url(../../../other_files/fastus/img/icon/Albert_Small_use.gif) 0 0 no-repeat; 
}

.icons-header a.emma {
 background: url(../../../other_files/fastus/img/icon/Emma_Small_use.gif) 0 0 no-repeat; 
}

/* **************************************************************** */
/* Article list                                                     */
/* **************************************************************** */

.articlelist .meta {
  display: block; 
  font-size: .92em;
  color: #888a8a;
  font-weight: normal;
}

.articlelist .meta span { padding-right: .5em; }

.articlelist .more {
  display: block;
  height: 1.4em;
  white-space: nowrap;
  margin-top:5px;
}

.articlelist .wrap .meta a:link,
.articlelist .wrap .meta a:visited { color: #888a8a; }
.articlelist .item {
  overflow: hidden;
  width: 100%;
  padding-bottom: 2em;
}

.articlelist .item h3 {
  font-size: 1.2em; 
  color: #1b235d;
  margin-bottom: 3px;
}

.articlelist .item h3 a { color: #1b235d; }

.articlelist .item h3 .meta {
  font-size: .74em;
}

.articlelist .summary {}

.articlelist .summary p { margin: 0; }
.articlelist .more {}

.articlelist img {
  float: right;
  margin: .2em 0 .33em 1em;
}

.articlelist img[align=left],
.articlelist img.left {
  float: left;
  margin: .2em .5em .33em 0;
}

.articlelist ul { clear: both; }
.articlelist li { padding-bottom: .7em; }
.articlelist li a { font-weight: bold;  }
