/*
## layout.css - Contains style for page layout
*/

/* Normalizes margin and padding */
* { 
  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,
#content .horizontal-user-table,
#content .outlined-vertical-user-table,
#content .vertical-user-table,
#content .user-box,
#content form {
  margin-bottom: 12px;
}

img, fieldset {
  border: 0;
}

a {
  text-decoration: none;
  color: #3d3d3d;
}

a:hover {
  text-decoration: none;
}

ul, ol {
  padding-left: 20px;
}

/** 75% sets medium size to 12px in standard browsers **/
body {
  font: 75% Tahoma, Verdana, Arial, Helvetica, sans-serif;
  background: #fff url(../GFX/mainBg.gif) scroll repeat-x top left;
  color: #3d3d3d;
}

h1, h2, h3, h4 {
  font-weight: normal;
}

h1 {
  font-size: 180%;
}

h2 {
  font-size: 180%;
}

h3 {
  font-size: 150%;
}

h4 {
  font-size: 117%;
}

h5 {
  font-size: 100%;
}

img {
  display: block;
}

input {
  font-size: 100%;
}

input.button, input.default {
  padding: 4px;
  border: 1px solid #bbbeca;
  background-color: #fff;
}

/********************
## Framework style ##
********************/
#wrapper {
  margin: 0 auto 50px;
  width: 960px;
}

#header {
  height: 170px;
  position: relative;
  border-bottom: 1px solid #bbbeca;
  margin-bottom: 30px;
}

#headerText {
  position: absolute;
  bottom: -1px;
  right: 0;
}

#header h1 {
  display: block;
  font-family: "Arial Black";
  color: #BBBECA;
  font-size: 210%;
  text-transform: uppercase;
  line-height: 100%;
  position: absolute;
  bottom: -3px;
  right: -1px;
  cursor: default;
}

#logo {
  display: inline;
}

#searchForm {
  position: absolute;
  top: 50px;
  right: 0;
  width: 220px;
  text-align: right;
  z-index: 1;
}

#searchForm .query, #newuser_email {
  width: 150px;
  padding: 6px;
  border: 1px solid #bbbeca;
  background-color: #fff;
  margin-right: 8px;
}

#searchForm .button, #content #completeButton {
  padding: 5px 6px;
  border: 1px solid #bbbeca;
  background-color: #fff;
  cursor: pointer;
}

#lngIcons {
  position: absolute;
  top: 16px;
  right: 0;
  width: 45px;
  text-align: right;
}

#lngIcons img {
  display: inline;
  margin-left: 5px;
}

#breadcrumbs {
  font-size: 92%;
  padding: 0 16px;
  margin-bottom: 10px;
  color: #a1a1a1;
}

#breadcrumbs a {
  color: #a1a1a1;
}

#breadcrumbs a.active {
  color: #000;
}

#main {
  padding: 0;
}

#main.big #mainColumn {
  width: 100%;
}

#productgroupImage {
  margin-bottom: 20px;
}

#leftColumn {
  float: left;
  width: 260px;
}

#simpleBasketInside {
  border: 1px dashed #BBBECA;
  background-color: #fff; 
  padding-left: 12px;
  margin-bottom: 15px;
}

#simpleBasket .content {
  padding: 19px 0 19px 40px;
  height: 31px;
  background: url(../GFX/shopcart.png) left center no-repeat;
}

#simpleBasket .content a {
  text-decoration: underline;
}

#mainColumn {
  float: right;
  width: 670px;
}

.com #mainColumn {
  float: left;
  width: 800px;
}

#content {
  padding: 0;
}

.logintrue {background-color:#fff; border: 1px dotted #BBBECA; padding:10px; text-align:center; margin-bottom:-20px; font-weight: bold;}

.passinfo {
  display:inline;
  font-size: 80%;
  margin: 0 0 0 2px;
}

#footer {
  border-top: 1px solid #bbbeca;
  border-bottom: 1px solid #bbbeca;
  margin-top: 25px;
}

#footer.big .footerContent {
  width: 100%;
  border-right: none;
}

.com #footer .footerContent {
  padding:20px 0 10px;
  border:0;
}

#footer .footerContent {
  width: 679px;
  padding: 20px 0;
  float: left;
  border-right: 1px solid #bbbeca;
  height: 84px;
}

#footer .footerContent p {
  padding: 0 10px;
}

#footer .subscribe {
  width: 280px;
  padding: 20px 0;
  float: right;
}

#footer .subscribe p {
  padding: 0 10px;
}

.fpSum {
  float: left;
  margin: 50px 58px 0 0;
  width: 281px;
}

.fpSum .fpImg {
  padding: 10px;
  border: 1px solid #bbbeca;
  width: 260px;
  height: 260px;
  overflow: hidden;
  background: transparent url(../GFX/photoBg.gif) scroll repeat-x top left;
}

.fpSum .headline {
  text-align: center; 
  border-bottom: 1px solid #bbbeca;
  padding: 10px 0;
  margin-bottom: 10px;
  font-size: 190%;
}

.fpSum ul {
  margin: 0 10px;
}

.fpSum ul li a {
  padding: 3px 0;
  display: block;
}

#content.overView ul.nav {
  margin: 20px 0;
}

.overView ul.nav li {
  float: left;
  border-left: 1px solid #cacaca;
}

.overView ul.nav li a {
  display: block;
  padding: 0 12px;
  font-family: "Arial Black";
  color: #cacaca;
  font-size: 210%;
  text-transform: uppercase;
  line-height: 100%;
}

.overView ul.nav li.first {
  border-left: none;
}

.overView ul.nav li.first a {
  padding-left: 0;
}

.overView ul.nav li a.selected {
  color: inherit;
}

.fpSum.small {
  margin: 0 13px 0 0;
  width: 126px;
}

.fpSum.small .fpImg {
  width: 115px; 
  height: 115px;
  padding: 5px;
}

.fpSum.small .headline {
  border-bottom: none;
  font-size: 100%;
  text-align: left;
  padding-left: 12px;
  background: transparent url(../GFX/arrow.gif) scroll no-repeat left 13px;
}

/******************
## COMMON STYLES ##
******************/
#content h1.title {
  color: #fff;
  background-color: #BF2C37;
  padding: 13px 20px;
}

#content h2.title {
  color: #fff;
  background-color: #BF2C37;
  padding: 5px 10px;
}

h4.boxTitle {
  padding: 0 20px;
  margin-bottom: 0;
  font-size: 125%;
  font-weight: bold;
  background: url(../GFX/titleBullet.gif) 0 55% no-repeat;
}

#content .text {
  font-size: 125%;
}

div.message {
  padding: 15px 10px;
  margin: 0 0 10px 0;
  border: 1px solid #ccc;
  background-color: #ffffcb;
}

#content div.message p.error,
#content div.message p.feedback {
  margin-bottom: 0;
}

div.message .error {
  color: #f00;
}

a.internalLink, a.arrow {
  color: #2d3e84;
}


/*******************
## SEARCH STYLES ##
*******************/
#searchProducts {
  float: left;
  width: 470px;
}

#searchArticle {
  float: right;
  width: 470px;
}

#searchProducts h2, #searchArticle h2 {
  border-bottom: 1px solid #BBBECA;
  padding-bottom: 5px;
}

#searchProducts div h2, #searchArticle div h2 {
  border: none;
  margin-bottom: 5px;
  padding-bottom: 0;
}

.queryString, .totalHits {
  margin-bottom: 15px;
}

.summaryText h2 {font-size: 160%;}

/*******************
## PRODUCT STYLES ##
*******************/
/**
## start common webshop style ##
**/
/** TODO: Move this to COMMON STYLE, as it affects the whole website **/
#content .infoBox {
  border: 1px solid #BBBECA;
  padding: 10px;
  margin-bottom: 20px;
}

#content .infoBox h1.title, #content .infoBox h2.title {
  margin: -11px -11px 12px;
}

#content .infoBox h2.title {
/*margin: -10px -10px 10px;*/
  font-size: 150%;
}

/** TODO: this in not longer a override, make this work properly **/
#content form div.submit {
  float: right;
}

/** TODO: Change this to #checkout label and put in checkout common styles? **/
#paymentMethod label,
#deliverMethod label {
  margin-right: 15px;
}
/**
## end common webshop style ##
**/

/**
## start common product style ##
**/

#content .product .left {
  width: 230px;
  float: left;
}

#content .product .right {
  width: 410px;
  float: right;
}

#content .product .image {
  border-style: solid;
  border-color: #eee;
}

#content .product .productno {
  color: #999;
}

#content .product .price {
  font-size: 150%;
}

#content .product .oldPrice {
  text-decoration: line-through;
}

#content .product .stock {
  color: #999;
  display: none;
}

#content .product.detailed .stock {
  clear: both;
  display: none;
}

#content .product form {
  width: auto;
}

#content .product form .amount,
#basketList .amount {
  width: 28px;
  padding: 5px 0;
  text-align: center;
  border: 1px solid #bbbeca;
  background-color: #fff;
}

#content .product form .button {
  border: 1px solid #bbbeca;
  background-color: #fff;
  margin-left: 10px;
}

#lastProductsList {
  border-style: solid; 
  border-color: #BBBECA; 
  border-width: 1px 0 1px 0; 
  padding: 15px 0; 
  margin-top: 15px;
}

ul#navHistory {
  padding: 6px 0 0 20px;
}

ul#navHistory li a {
  display: block;
  padding: 5px 12px;
}

/**
## end common product style ##
**/

/**
## start product list style ##
**/
#content .product.list {
  position: relative;
  margin-bottom: 35px;
  min-height: 150px;
}

.imageBorder {
  border: 1px solid #c2c4ca;
  background-color: #fff;
}

#content .product.list .image {
  padding: 4px;
  margin: 0 auto;
}

#content .product.list .image:hover {
}

#content .product.list h2 {
/*  position: absolute;
  top: 0.2em;
  left: 16.5%; */
  margin-bottom: 0;
}

#content .product.list p {
  margin-bottom: 0;
}

#content .product.list .productno {
  display: none;
}

#content .product.list .shortDescription {
  margin: 5px 0 63px; 
}

#content .product.list .stock {
  font-size: 83%;
  color: #999;
  margin-bottom: 65px;
}

#content .product.list .priceContainer {
  position: absolute;
  bottom: 0;
  left: 262px;
  width: 410px;
  padding: 12px 0;
  border-top: 1px solid #c2c4ca;
  border-bottom: 1px solid #c2c4ca;
}

#content .price {
  float: left;  
  margin: 0 5px 0 10px;
}

#content .product.detailed .price {
  margin: 0 5px 0 0px;
}

#content .oldPrice {
  text-decoration: line-through;
  float: left;
}

#content .product.list form {
  float: right;
  margin-right: 10px;
  margin-bottom: 0;
}

#content .product.detailed form {
  float: right;
  margin-bottom: 10px;
}

/**
## end product list style ##
**/

/**
## start product category list style ##
**/
.productCategory #content .product.list {
  border-top: 1px dotted #a5a5a5;
  border-bottom: 0 none;
  position: static
}

.productCategory #content .product.list.odd {
  float: left;
  width: 49%;
  margin-right: 2%;
}

.productCategory #content .product.list.even {
  float: right;
  width: 49%;
}

.productCategory #content .product.list .image {
  float: right;
  margin-bottom: 0.8em;
}
.productCategory #content .product.list h2 {
  position: static;
}

.productCategory #content .product.list .shortDescription {
  padding-top: 0;
  width: auto;
}

.productCategory #content .product.list .priceContainer {
  position: static;
  clear: right;
  float: left;
  width: 67%;
}

.productCategory #content .product.list .price {

}

.productCategory #content .product.list .oldPrice {
}

.productCategory #content .product.list form {
  position: static;
  float: right;
  width: 33%
}
/**
## end product category list style ##
**/

/**
## start product detail style ##
**/
#content .product.detailed {
  border: 0 none;
}

#content .product.detailed h1 {
}

#content .product.detailed .gallery {
}

#content .product.detailed .image {
  float: none;
  margin: 0 auto;
  padding: 4px;
}

#content .product.detailed .item {
  float: left;
  margin-top: 5px;
  margin-right: 5px;
}

#content .product.detailed .variants {
  border-collapse: collapse;
  margin-bottom: 10px;
}

#content table.variants label.variant {
  margin-right: 10px;
}

#content table.variants select.variant {
  width: auto;
  margin-bottom: 0;
  margin-right: 15px;
}

#content .product.detailed .shortDescription,
#content .product.detailed .description {
  clear: left;
}
/**
## end product detail style ##
**/

/**
## start shopping basket style ##
**/
#basketList,
#checkoutActions {
  width: 100%;
}
#basketList th {
  text-align: left;
  text-transform: capitalize;
}

#basketList th.headRemove {
  width: 8%;
}

#basketList th.headImage {
  width: 9%;
}

#basketList th.headName {
  width: 57%;
}

#basketList th.headAmount {
  width: 10%;
  text-align: center;
}

#basketList th.headPrice {
  width: 16%;
  text-align: right;
}

#basketList td {
  padding: 10px 0;
  border-top: 1px dashed #f0f0f0;
}

#basketList td.productName {
  vertical-align: top;
}

#basketList .removeItem,
#basketList .amount {
  display: block;
  margin: 0 auto;
}

#basketList h2 {
  margin-bottom: 0;
}

#basketList table.variants td {
  border: 0 none;
  padding: 0;
}

#basketList dl {
  text-align: right;
}

#basketList dl dt {
  color: #999;
}

#basketList dl dd {
  font-size: 150%;
}

#basketList .basketActions td,
#checkoutActions td {
  padding: 10px;
}

#basketList .basketActions td {
  background-color: #eee;
}

#checkoutActions td.checkout {
  text-align: right;
}
/**
## end shopping basket style ##
**/

/**
## start signin style ##
**/
#existingCustomer .infoBox,
#newCustomer .infoBox {
  height: 13.5em;
}
#existingCustomer {
  float: left;
  width: 325px;
}

#content #existingCustomer form fieldset {
  border: 0 none;
  padding: 0;
}

#existingCustomer form label {
  float: left;
  width: 37%;
  margin: 0 0 0.8em 0;
}

#existingCustomer form label.error {
  float: none;
  width: auto;
  margin: 0;
  display: block;
  font-size: 92%;
}

#existingCustomer form input.username,
#existingCustomer form input.email,
#existingCustomer form input.password {
  width: 59%;
  margin: 0 0 0.8em 0;
}

#existingCustomer form input.submit {
  float: right;
  margin-top: 10px;
}

#existingCustomer .getPassword {
  float: right;
}

#newCustomer {
  float: right;
  width: 325px;
}

#newCustomer form input.submit {
  float: right;
  margin-top: 10px;
}
/**
## end signin style ##
**/

/**
## start register style ##
**/
#content #userForm fieldset {
  border: 0 none;
  padding: 0;
}

#content form.twoColumn label.block,
#content form.twoColumn label .block {
  float: left;
  width: 30%;
  margin-right: 0;
}

#content form.twoColumn input.default {
  width: 40%;
  margin-right: 0;
  margin-bottom: 8px;
}

#content form.twoColumn input.checkbox {
  margin-right: 15em;
}

#messageBubble {
  position: absolute;
  width: 155px;
  padding-left: 5px;
  background: url(../GFX/tipArrow.gif) 0 5px no-repeat;
  font-size: 92%;
}

#messageBubble .content {
  border: 1px solid #ccc;
  padding: 5px;
  background-color: #ffffcb;
}
/**
## end register style ##
**/

/**
## start checkout style ##
**/
#content #checkout {
}

#content #checkout fieldset {
  border: 0 none;
  padding: 0;
}

#deliverTo ul {
  margin-bottom: 0;
  padding-left: 0;
}

#deliverTo ul li {
  list-style-type: none;
}

#deliverTo .deliveryAddress {
  float: left;
  width: 50%;
}

#deliverTo .paymentAddress {
  float: right;
  width: 50%;
}

#orderSummary {
  float: right;
  width: 26%;
}

#orderSummary dl {
  padding: 0 0.4em;
  line-height: 1.6em;
  font-size: 87%;
}

#orderSummary dt {
  float: left;
  width: 50%;
  clear: both;
}

#orderSummary dd {
  float: right;
  width: 50%;
  text-align: right;
}

#orderSummary dd.total,
#orderSummary dt.total {
  font-weight: bold;
  color: red;
}

#paymentMethod,
#deliverMethod {
  float: left;
  width: 65%;
}

#paymentMethod h1.title,
#deliverMethod h1.title {
}

#payInfoBox,
#deliverInfoBox {
  padding: 4px;
  margin-top: 1em;
  border: 1px dashed #f0f0f0;
}

#basketSummary {
  clear: left;
}

/**
## end checkout style ##
**/

/**
## start receipt style ##
**/
#webshopOrder {
}

#webshopOrder h1 .first {
  float: left;
  width: 60%;
}

#webshopOrder h1 .last {
  float: right;
  width: 40%;
  text-align: right;
}

#webshopOrder .receipt {
  width: 100%;
  border-collapse: collapse;
}

#webshopOrder .receipt .separator {
  border-bottom: 1px solid #ebeaef;
}

#webshopOrder .receipt .odd {
  width: 50%;
}

#webshopOrder .receipt .even {
  width: 50%;
}

#webshopOrder .payer,
#webshopOrder .shipper,
#webshopOrder .orderDetails,
#webshopOrder .receiptSummary {
  margin-bottom: 1em;
}

#webshopOrder .orderDetails,
#webshopOrder .receiptSummary {
  margin-top: 1em;
}

#webshopOrder #basketList {
  margin-top: 2em;
}

#webshopOrder #basketList td.position {
  padding-right: 10px;
  padding-left: 10px;
}

#webshopOrder #basketList td.productId {
  text-align: center;
}

#webshopOrder #basketList td.productAmount {
  text-align: center;
}

#webshopOrder #basketList .last td {
  border-bottom: 1px dashed #f0f0f0;
}

#webshopOrder #basketList .summaryLines td {
  border: 0 none;
  padding: 2px 0;
}

#webshopOrder #basketList .summaryLines td.total {
  border-top: 1px solid #ebeaef;
  border-bottom: 1px double #ebeaef;
  font-weight: bold;
}

#webshopOrder #basketList .priceCell {
  text-align: right;
}

#webshopOrder .receiptArticle {
  margin-top: 60px;
  padding-top: 5px;
  border-top: 1px solid #ebeaef;
}

#content #orderTools {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#orderTools li {
  float: left;
}

#orderTools li a {
  margin-left: 20px;
}

#orderTools li.print {
  background: url(../GFX/print.gif) left top no-repeat;
}

/**
## end receipt style ##
**/

/**
## start account style ##
**/
#content #account {
}

#account div.message {
  margin-left: 0;
  margin-right: 0;
}

#userInfo table,
#billingInfo table,
#deliveryInfo table {
  border-collapse: collapse;
  width: 100%;
}

#userInfo table td.label,
#billingInfo table td.label,
#deliveryInfo table td.label {
  width: 25%;
}

#userInfo table td,
#billingInfo table td,
#deliveryInfo table td {
  padding: 5px;
}
/**
## end account style ##
**/

/*************************
## SUMMARY|ARTICLE LIST ##
*************************/
#content .article h1 {
/**  margin-left: -18px;
  margin-right: -18px; **/
}

#content .summary {
  margin-bottom: 20px;
}

#content .summary h1, #content .summary h2 {
  font-size: 180%;
  font-weight: normal;
}

/* reset font size of .text in summary view */
#content .summary .text {
  font-size: 100%;
  margin-bottom: 5px;
}

#content .summary img {
  float: left;
  margin: 0 10px 10px 0;
  border: 1px solid #BBBECA;
}

#content .article {
/**  padding: 0 18px; **/
}

/**************
## PAGINATOR ##
**************/
#content .paginator {
  clear: both;
  padding: 5px;
}

#content .paginator span p {
  margin-bottom: 0;
  color: #ccc;
  cursor: default;
}

#content .paginator .prev {
  float: left;
}

#content .paginator .next {
  float: right;
}

#content .paginator .pages {
  margin: 0 50px;
  text-align: center;
}

#content .paginator .pages span {
  margin: 0 2px;
  padding: 3px 5px;
}

#content .paginator .pages span.active {
  background-color: #e2e2e2;
  color: #1f1f1f;
}

#content .paginator .pages a {
  text-decoration: none;
}

#wrapper #description .tab form {float: none;}

#description .tab {
  display: none;
  border: 1px solid #BBBECA;
  padding: 10px;
  background-color: #f7f8fb;
  width: 388px;
  overflow: auto;
  max-height: 350px;
}

#description #tabs {
  width: 100%;
  display: block;
  list-style: none;
  padding-left: 0px;
  margin: 0 0 -1px 0;
}

#tabs li {
  float: left;
  margin: 0 0 0 5px;
  background: url(../GFX/tabLeft.gif) top left no-repeat;
}

#tabs li a {
  display: block;
  background: url(../GFX/tab.gif) top right no-repeat;
  padding: 9px 25px;
  line-height: 14px;
}

#tabs li a:hover {text-decoration: none;}

#tabs li.current {
  background: url(../GFX/tabCurrentLeft.gif) top left no-repeat;
}

#tabs li.current a {
  background: url(../GFX/tabCurrent.gif) top right no-repeat;
}

#content .product .left ul, #content .article ul.tip {
  list-style-type: none;
  border-style: solid;
  border-width: 1px 0;
  border-color: #BBBECA;
  padding: 10px 0;
  clear: both;
}

#content .article ul.tip {
  border-width: 0;
  margin-bottom: 0;
  margin-top: 15px;
  width: 220px;
}

#content .product .left ul li.pdf, #content .article ul.tip li.pdf {
  background: transparent url(../GFX/pdfList.gif) scroll no-repeat center left;
}

#content .product .left ul li.tip, #content .article ul.tip li.tip {
  background: transparent url(../GFX/tipList.gif) scroll no-repeat center left;
}

#content .product .left ul li a, #content .article ul.tip li a {
  padding: 10px 0 10px 35px;
  display: block;
}

.newsletterSignup {
  float: left;
  padding: 14px 0px 12px 20px;
  width: 260px;
}

.newsletterSignup #newuser_email {
  margin: 5px 0;
  width: 236px;
  color: #888888;
}

.newsletterSignup .button {
  float: right;
}

#newsletterForm {
  padding-right: 10px;
}
#newsletterForm h3 {
  font-size: 125%;
}

#content #tipsForm {
  float: none;
  display: none;
  margin-bottom: 10px;
}
#content #tipsForm fieldset {
  border: 0;
  padding: 0;
}
#tipsForm label {
  display: block;
  margin-bottom: 3px;
}
#tipsForm label {
  display: block;
  margin-bottom: 3px;
}
#content #tipsForm .button {
  margin: 0;
}
#tipsForm #senderName, #tipsForm #senderEmail, #tipsForm #recipientEmail {
  width: 200px;
  border: 1px solid #BBBECA;
  padding: 4px;
  margin-bottom: 5px;
}
#tipsForm #objectResponse {margin-bottom:5px; font-weight: bold;}

#content #tipsForm .error {
  border: 1px solid red;
}

.articleSum {
  float: left;
  width: 300px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.articleSum img {
  float: left;
  margin-right: 10px;
}

.productArticles {
  margin-top: 10px;
  padding-top: 20px;
  border-top: 1px solid #BBBECA;
}

#groupPhoto {
  border: 1px solid #BBBECA;
  padding: 9px;
}
 
#headimgholder {
  height: 250px;
  overflow: hidden;
}

a.arrow, #navHistory a {
  background: transparent url(../GFX/arrow.gif) no-repeat scroll left center;
  padding-left: 12px;
}

#content p.readmore {
  margin-bottom: 0;
}

#content .articleSum p {padding-left: 135px; line-height: 140%;}

#content .relation.summary img {
  border: 1px solid #ccc;
}

#content .relation.summary h3 {
  margin-bottom: 5px;
}

#relations h3 {font-size: 135%;}

/*************
## 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 */


/*****************
## IDIUM FOOTER ##
*****************/


.idium {
  margin: 20px 5px;
  float: right;
}

.idium a:hover,
.idium a:active {
  text-decoration: none;
}

.idium,
.idium a {
  font-family: 'Century Gothic', Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #898989;
  text-transform: uppercase;
  text-decoration: none;
}

.idium img {
  float: left;
  margin-top: -3px;
}

.idium span {
  font-family: Century Gothic,Verdana,Arial,helvetica,sans-serif;
  font-size: 13px;
  font-weight: bold;
  margin: -8px 0 0;
  padding: 0 0 0 6px;
  text-transform: lowercase;
  word-spacing: 3px;
  color: #000;
}