/*
## layout.css - Contains style for page layout
*/

* {
  margin: 0;
  padding: 0;
}

/* Normalizes article content elements */
#content p,
#content dl.fileObject,
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content .image-box,
#content ol,
#content ul,
#content .flashContent,
#content .mediaPlayer,
#content .user-table,
#content .bordered-user-table,
#content .outlined-user-table,
#content .outlined-horizontal-user-table,
#contant .horizontal-user-table,
#content .outlined-vertical-user-table,
#content .vertical-user-table,
#content .user-box,
#content form,
#content blockquote {
  margin-bottom: 8px;
}

img, fieldset {
  border: 0;
}

a {
  text-decoration: none;
  color: #005943;
}

a:hover {
  text-decoration: underline;
}

ul, ol {
  padding-left: 20px;
}

/** 75% sets medium size to 12px in standard browsers **/
body {
  font: 75% Arial, Helvetica, sans-serif;
  background: #f3efed url(../GFX/body.gif) top left repeat-x;
  color: #1b1b1b;
}

h1, h2, h3, h4, h5 {
  font-weight: normal;
  color: #695d54;
}

h1 {
  font-size: 250%
}

h2 {
  font-size: 183%;
}

h3 {
  font-size: 150%;
}

h4 {
  font-size: 133%;
}

h5 {
  font-size: 117%;
}

img {
  display: block;
}

input {
  font: 100% Arial, Helvetica, sans-serif;
}

/********************
## Framework style ##
********************/
#wrapper {
  margin: 0 auto;
  width: 954px;
  border: 3px solid #dfdbd8;
  border-top: 0 none;
}

#header {
  height: 90px;
  position: relative;
  border-bottom: 3px solid #dfdbd8;
}

#header .logo {
  position: absolute;
  top: 20px;
  left: 18px;
  display: block;
}

#searchForm {
  position: absolute;
  top: 70px;
  right: 120px;
  width: 185px;
}

#searchForm .query {
  width: 119px;
  margin-right: 5px;
  padding: 0 2px;
}

#searchForm .button {
  padding: 0 2px;
  height: 20px;
}

#header .celebrate {
  position: absolute;
  top: 53px;
  right: 14px;
}

#breadcrumbs {
  background: #fff;
  padding: 10px 17px;
  font-size: 92%;
  color: #887d75;
}

#breadcrumbs a {
  color: #887d75;
}

#main {
  background: #fff;
  padding: 0 5px 20px;
}

#leftColumn {
  float: left;
  width: 180px;
  margin-right: 20px;
}

#newsletter input.text {
  display: block;
  width: 156px;
  margin-bottom: 5px;
}

#newsletterFormEx #gid {
  width: 156px;
}

#newsletterFormEx .groups {
  width: 70px;
  float: left;
}

#newsletterFormEx div label {
  padding-right: 10px;
}

#newsletterFormEx .text {
  display: block;
  margin: 5px 0;
  clear: both;
}

#newsletter input.submit {
  float: right;
}

#midColumn {
  float: left;
  width: 530px;
}

#rightColumn {
  float: right;
  width: 190px;
  margin-left: 24px;
}

#currentNews dt {
  font-size: 92%
}

#currentNews dd {
  margin-bottom: 4px;
}

#campaign {

}

#footer {
  font-size: 108%;
  color: #fff;
  background: url(../GFX/footer.gif) top left no-repeat;
  padding: 17px 0 16px;
  text-align: center;
}

/******************
## COMMON STYLES ##
******************/
h1 a,
h2 a,
h3 a {
  color: #695d54;
}

h3.title {
  padding: 5px 0 4px 12px;
  font-size: 108%;
  text-transform: uppercase;
  color: #fff;
  background: #00664c url(../GFX/title.gif) top left repeat-x;
}

h3.title a {
  color: #fff;
}

h3.grey {
  background: #7a6e67 url(../GFX/titleGrey.gif) top left repeat-x;
}

.container {
  padding: 0 10px 7px;
  margin-bottom: 10px;
  border-bottom: 1px solid #dfdbd8;
}
.container h3.title {
  margin: 0 -10px 8px;
}

/************************
## MASKE MARKET STYLES ##
************************/
#marketLogo {
  padding: 0 10px 7px;
  margin-bottom: 10px;
  border-bottom: 1px solid #dfdbd8;
}

h3.market {
  color: #1b1b1b;
  background: #ffa100 url(../GFX/titleMarket.gif) top left repeat-x;
}

h3.market a {
  color: #1b1b1b;
}

#contact {
  padding-bottom: 0;
}

#contact p {
  margin-bottom: 13px;
}

#map {
  margin-bottom: 10px;
}

#market #footer {
  color: #1b1b1b;
  background: url(../GFX/footerMarket.gif) top left no-repeat;
}

/*************************
## SUMMARY|ARTICLE LIST ##
*************************/
#content .summary {
  margin-bottom: 25px;
}

#content .summary img {
  float: left;
  margin-right: 10px;
}

#content .summary .date {
  margin-bottom: 0;
  font-size: 92%
}

#content .summary h1,
#content .summary h2 {
  font-size: 150%;
  margin-bottom: 3px;
}

#content .summary .text {
  margin-bottom: 4px;
}

#content .readmore {
  font-weight: bold;
}

#content .article h1 {
  margin-bottom: 9px;
}

#content .article .text {
  font-size: 117%;
}

#content .article-content a {
  text-decoration: underline;
}

#content .article-content a: {
  text-decoration: none;
}

/******************
## FRONTPAGE VIEW ##
******************/
.frontpage #main {
  padding-top: 13px;
}

.frontpage #mainColumn {
  float: left;
  width: 630px;
}

.frontpage .summary h1,
.frontpage .summary h2 {
  font-weight: bold;
}

#profiled {
  height: 244px;
  margin-bottom: 10px;
}

#profiled .summary {
  float: right;
  width: 306px;
  padding-top: 11px;
  padding-right: 8px;
}

#profiled .summary h2 {
  font-size: 200%;
  font-weight: normal;
  margin-bottom: 11px;
}

#profiled .summary .text {
  margin-bottom: 13px;
}

.frontpage #rightColumn {
  width: 290px;
}

#celebrate {
  padding: 10px 7px 1px 15px;
  margin-bottom: 10px;
  background: #f4f2f1;
}

#celebrate .summary {
  margin-bottom: 10px;
}

#celebrate img {
  float: right;
}

#celebrate h3 {
  margin-bottom: 7px;
}

#celebrate .text {
  margin-bottom: 13px;
}

.frontpage #newsletter input.text {
  width: 204px;
  float: left;
  margin-top: 1px;
}

.frontpage #newsletter input.submit {
  float: right;
}

/******************
## CAMPAIGN VIEW ##
******************/
h2.title {
  padding: 8px 0 5px 18px;
  margin-left: 200px;
  margin-bottom: 10px;
  font-size: 250%;
  color: #fff;
  text-transform: uppercase;
  background: url(../GFX/titleCampaign.gif) top left repeat-x;
}

h2.market {
  background: #ffa100 url(../GFX/titleCampaignMarket.gif) top left repeat-x;
  color: #3b3b3b;
}

.campaign #leftColumn {
  margin-top: -59px;
}

#order h3.order {
  color: #e73031;
  background: url(../GFX/titleOrder.gif) top left repeat-x;
}

#order strong {
  font-size: 117%;
}

#order hr {
  margin: 6px -10px;
  height: 1px;
  border: 0 none;
  border-bottom: 1px solid #dfdbd8;
  width: 190px;
}

#conditions p {
  margin-bottom: 4px;
}

#products {
  background: url(../GFX/productBorder.gif) top left repeat-y;
}

#products .item {
  float: left;
  width: 161px;
  padding: 7px 8px 15px 8px;
}

#products .last {
  width: 160px;
}

#products .separator {
  border-bottom: 1px solid #f3efed;
  clear: both;
}

#products .item h3 {
  font-size: 117%;
  font-weight: bold;
}

#products .item h3 a {
  color: #1b1b1b;
}

#products .item img {
  float: right;
}

#products .item .readmore {
  display: block;
  margin-bottom: 58px;
}

#products .item .price {
  margin-bottom: 7px;
}

#products .item .percent {
  width: 70px;
}

#product .item img {
  float: right;
}

.item .price {
  font-family: "Times New Roman", Times;
  font-size: 300%;
  font-weight: bold;
  color: #e73031;
}

.item .percent {
  font-size: 108%;
  color: #1b1b1b;
}

/* frontpage */
.frontpage.campaign #main {
  padding-top: 0;
}

.frontpage h2.title {
  margin: 0;
}

#standout {
  height: 350px;
  margin-bottom: 10px;
}

#standout .content {
  float: right;
  width: 292px;
  padding-top: 10px;
  padding-right: 15px;
}

#standout .shortDescription {
  font-size: 117%;
  margin-bottom: 15px;
}

#standout .extraTitle {
  font-size: 150%;
  color: #e73031;
  margin-bottom: 32px;
}

#standout .categoryTitle {
  font-size: 117%;
  font-weight: bold;
  line-height: 24px;
  color: #695d54;
  margin-bottom: 0;
}

#standout ul {
  font-size: 108%;
  line-height: 20px;
  border-top: 1px solid #dfdbd8;
  border-bottom: 1px solid #dfdbd8;
  margin-bottom: 26px;
  padding-top: 2px;
  padding-bottom: 3px;
}

#standout .file {
  font-size: 108%;
  background: url(../GFX/pdfFile.gif) top left no-repeat;
  padding-left: 21px;
  height: 16px;
  display: block;
}

.frontpage #products {
  background: url(../GFX/productBorderFp.gif) top left repeat-y;
}

.frontpage #products .item {
  width: 193px;
}

/** other campaigns **/
#campaigns .box {
  border-bottom: 1px solid #dfdbd8;
  margin: 0 -10px 10px;
  padding: 0 10px 7px;
}

#campaigns .box.last {
  border: 0 none;
  margin-bottom: 0;
  padding-bottom: 0;
}

#campaigns .box h5 {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 7px;
}

#campaigns .box h5 a {
  color: #695d54;
}

#campaigns .box img {
  float: left;
  margin-right: 10px;
  margin-bottom: 2px;
}

#campaigns .box p {
  margin-bottom: 5px;
}

#campaigns .box a {
  font-weight: bold;
}

/** wide campaign list in right column **/
#campaignList .container {
  padding-left: 5px;
}

#campaignList .container h3.title {
  margin-left: -5px;
}

#campaignList .container a.image {
  display: block;
  margin: 0 -10px 6px -5px;
}

#campaignList .container p {
  margin-bottom: 5px;
}

/*****************
## INSTRUCTIONS ##
*****************/
#instructions p {
  margin-bottom: 8px;
}

#instructions code {
  font-size: 124%;
}

/*******************
## SEARCH RESULTS ##
*******************/
.queryString {
  float: left;
  width: 265px;
  margin-bottom: 20px;
}

.queryString span {
  text-transform: uppercase;
}

.totalHits {
  float: right;
  width: 265px;
  margin-bottom: 20px;
  text-align: right;
}

#newSearch .query {
  width: 156px;
  margin-bottom: 10px;
}

#newSearch .button {
  float: right;
}

/** PAGINATOR **/
#content .paginator {
  clear: both;
  padding: 5px 5px;
  margin-bottom: 20px;
}

#content .paginator .prev {
  float: left;
}

#content .paginator .next {
  float: right;
}

#content .paginator .pages {
  margin: 0 50px;
  text-align: center;
}

#content .paginator .pages a {
  text-decoration: none;
}

#content .paginator .pages span {
  margin: 0 2px;
  padding: 3px 5px;
}

#content .paginator .pages span.active {
  background: #e2e2e2;
  color: #1f1f1f;
}

/*************************
## IDIUM REFERENCE LOGO ##
*************************/
#idium div.idium {
  text-align: center;
  margin: 10px auto 10px auto;
  width: 160px;
}

#idium div.idium,
div.idium a {
  font-family: 'Century Gothic', Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #898989;
  text-transform: uppercase;
  text-decoration: none;
}

#idium div.idium span {
  font-family: 'Century Gothic', Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #000000;
  text-transform: lowercase;
  word-spacing: 3px;
  line-height: 23px;
  padding-left: 6px;
}

#idium div.idium img {
  width: 25px;
  height: 25px;
  float: left;
}

/*************
## CLEARFIX ##
*************/
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1px;
}
.clearfix {
  display: block;
 }
/* End hide from IE-mac */