/**
## Stylesheet name: Layout.css
## Defines style for layout and site framework
*/

* {
  margin: 0;
  padding: 0;
}

/* Normalizes article content elements */
#content h1 {
  margin-bottom: 9px;
}

#content p,
#content dl.fileObject,
#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 {
  margin-bottom: 12px;
}

img, fieldset {
  border: 0;
}

p, h1, h2, h3, h4, h5 {
  font-weight: normal;
}

a {
  text-decoration: none;
  color: #fbfbfb;
}

a:hover {
  text-decoration: underline;
}

ul, ol {
  padding-left: 20px;
}

h1 {
  font-size: 2.5em;
  color: #a4a4a4;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.2em;
  font-weight: bold;
}

h4 {
  font-size: 1.2em;
}

h5 {
  font-size: 1em;
  font-weight: bold;
}
  
img {
  display: block;
}

input {
  font-size: 100%;
}

legend {
  color: #fbfbfb;
}

body {
  background: url(../GFX/bgBody.gif) top right repeat;
  font: 75% Verdana, Arial, Helvetica, sans-serif;
  color: #fbfbfb;
  background-color: #4e4e52;
}

#wrapper {
  width: 960px;
  background: #1d1d1d;
  margin: 15px auto;
}

a.logo {
  display: block;
  width: 124px;
}

img.logo {
  padding: 20px 0 10px 20px;
}


#main {
  width: 920px;
  padding: 0 20px;
}

#leftColumn {
  float: left;
  width: 160px;
  padding: 58px 30px 0 0;
}

#content {
  width: 730px;
  float: right;
  padding: 13px 0;
}

.expanded #content {
  width: auto;
  float: none;
  padding-top: 15px;
}

#mainContent {
  float: left;
  width: 510px;
  margin-right: 20px;
}

#rightColumn {
  float: right;
  width: 200px;
}

#footer {
  width: 920px;
  margin: 15px auto;
  padding: 0 20px;
  position: relative;
  font-family: 'Century Gothic',Verdana,Arial,helvetica,sans-serif;
  color: #fbfbfb
}

#footer .footerContent {
  font-family: Verdana;
  font-size: 0.92em;
}

.divider {
  display: block; 
  float; left; 
  clear: both;
}

/* SURVEY STYLES
################################# */

#survey {
  color: #FBFBFB;
  background: #1d1d1d; padding: 10px 0px;
  border-bottom: 2px solid #ffffff;
}

#survey p {
  color: #FBFBFB;
}

#survey .container {
  width: 920px;
  margin: 0 auto;
}

#survey .left {
  float: left;
  margin-right: 10px;
}

#survey h4 {
  color: #a4a4a4;
}

#survey img {
  margin-top: 10px;
}

#survey .button {
  font-weight: bold;
  border: 1px solid #ffffff;
  padding: 5px;
  margin-top: 15px;
}

#survey .green {
  background: #8dc63f;
}

#survey .red {
  background: #ed1c24;
}

/* IDIUM REFERENCE LOGO 
################################# */
#footer .idium {
  position: absolute;
  right: 20px;
  top: 0;
}

#footer a,
#standout #footer a {
  color: #c4c4c4;
}

#footer .idium span {
  font-weight: bold;
  padding-left: 6px;
}

#footer .idium span span {
  font-size: 0.91em;
  font-weight: normal;
  color: #fbfbfb;
  padding: 0;
}

#footer .idium img {
  display: inline;
  margin-bottom: -6px;
}

/* SUMMARY|ARTICLE VIEW
################################################# */
#content .summary h1 {
  font-size: 1.5em;
}

#content .summary h1 a,
#content .summary h2 a {
  text-decoration: none;
}

#content .summary {
  margin-bottom: 30px;
}

#content .summary img {
  float: left;
  margin-right: 10px;
}

#rightColumn .summary img {
  float: none;
  margin-right: 0;
  margin-bottom: 20px;
}

#rightColumn a {
  text-decoration: underline;
}

#rightColumn a:hover {
  text-decoration: none;
  color: #a4a4a4;
}


#content .summary a,
#content .article a {
  text-decoration: underline;
}

#content .summary a:hover,
#content .article a:hover {
  text-decoration: none;
  color: #a4a4a4;
}

#content .article {
  margin-bottom: 20px;
}


/*  FORHANDLER - DEALER
################################################# */
#content .dealer {
  margin-bottom: 30px;
}

#content #map {
  height: 700px;
}

#content .dealer .map {
  float: right;
  padding-left: 20px;
  width: 200px;
  height: 200px;
}

#content .dealer .map img {
  cursor: pointer;
}

#map .summary {
  margin: 0;
  color: #1f1f1f;
}

#map .summary a {
  color: #1f1f1f
}

#rightColumn #map {
  height: 200px;
}

#rightColumn #map img {
  cursor: pointer;
}

/*  STANDOUT
#################### */
body#standout {
  color: #1f1f1f;
}
#standout h1 {
  color: #929497;
}

#standout a {
  color: #1f1f1f;
}

#standout legend {
  color: #1f1f1f;
}

#standout #main {
  background-color: #fbfbfb;
}

/* TODO: check */
#standout #dealer h1 {
  font-size: 1.5em;
  color: #fbfbfb;
}

/*  CATEGORY VIEW
###################### */
#category #content .summary {
  float: left;
  width: 215px;
  margin-right: 20px;
  margin-bottom: 0;
}

#category #content .summary.last {
  margin-right: 0;
}

#category #content .summary img {
  margin: 0;
  margin-bottom: 20px;
}

/* NEW PRODUCT LIST VIEW
############################### */
.productNav {
  float:right;
  padding:8px 0;
}

.productNav li {
  display:inline;
  list-style-type:none;
}

.productNav li a {
  padding:0 5px;
}

.productItem {
  width: 130px;
  float:left;
  margin-right:20px;
  margin-bottom:40px;
}

.productItem img {
  margin-bottom:10px;
}

.productItem p {
  font-size:90%;
}

#productlist {
  margin-top:45px;
}

#productlist .last {
  margin-right:0px;
}

.productViewItem {
  overflow:hidden;
  margin-bottom:50px;
  clear:both;
}

.productViewItem img {
  float:left;
  margin-right:20px;
  border:5px solid #A4A4A4;
}

.productCol {
  float:left;
  width:450px;
}

.productCol img {
  border:none;
}

.internalLink {
  color:#A4A4A4;
}

/* PRODUCT LIST VIEW
############################### */
#content .products .thumb {
  float: left;
  width: 88px;
  margin-right: 40px;
  padding-bottom: 20px;
}

#content .products .last {
  margin-right: 38px;
}

#content .products .separator {
  clear: both;
}

/* PRODUCT DETAIL VIEW
########################### */
#mainContent.product {
  margin-bottom: 100px;
}

#productPaginator {
  clear: both;
}

#productPaginator img {
  display: inline;
}

#productPaginator .link {
  font-size: 1.5em;
  position: absolute;
  top: 18px;
}

#productPaginator .previous {
  float: left;
  width: 300px;
  position: relative;
}

#productPaginator .previous .link {
  left: 60px;
}

#productPaginator .next {
  float: right;
  width: 300px;
  position: relative;
  direction: rtl;
}

#productPaginator .next .link {
  right: 60px;
}

/* GALLERY VIEW
################################ */
#gallery {
  margin-bottom: 5px;
}

#imageBoxContainer {
  height: 317px;
  background: #2c2c2c url(../GFX/galleryTop.gif) top left no-repeat;
}

#imageBoxContainer img {
  margin: 0 auto;
  text-align: center;
}

#imagePaginator {
  color: #a4a4a4;
  background: #4c4c4c;
  padding: 4px 5px 3px;
  position: relative;
}

#imagePaginator .pages {
  margin: 0 70px;
  text-align: center;
}

#imagePaginator .previous {
  float: left;
}

#imagePaginator .next {
  float: right;
}

#imagePaginator .page {
  margin: 0;
  padding: 0 3px;
}

#imagePaginator .current {
  background: #e2e2e2;
}

#imagePaginator .current a {
    color: #1f1f1f;
}

/* ORDER CATALOGUE VIEW
############################# */
#content table.group {
  border-collapse: collapse;
}

#content form table.group .default {
  width: 133px;
}

#content form table.group input.block {
  margin-right: 26px;
}

#rightColumn .catalogImage {
  margin-top: 62px;
}

/* KITCHEN SEARCH VIEW
########################## */
#mainContent #kitchenSearch fieldset {
  height: 370px;
}

#content #rightColumn form select {
  width: 100%;
}

#rightColumn #kitchenSearch {
  margin-top: 118px;
}

/* PAGINATOR
############################ */
#content .paginator {
  background: #4c4c4c;
  color: #a4a4a4;
  padding: 4px 5px 3px;
}

#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: 0 3px;
}

#content .paginator .pages span.active {
  background: #e2e2e2;
  color: #1f1f1f;
}

/* DESCRIPTION: Inspiration view */
#content .firstSection .summary img {
  margin-right: 15px;
}

#content .secondSection {
  background: url(../GFX/summarySmallTblBg.gif) top left repeat-y;
}

#content .secondSection .summary {
  margin-bottom: 0;
  padding:0 10px 0 15px;
  float: left;
  width: 230px;
}

#content .secondSection .summary.first {
  padding-left: 0;
}

#content .secondSection .summary.last {
  width: 220px;
  padding-right: 0;
}

.googleSearch {
  float: right;
  padding: 6px 0px;
  margin-right: 15px;
}

.googleSearch input {
  margin-right: 5px;
  border: 0px;
  padding: 2px;
}

.googleSearch input.submit {
  padding: 1px;
}

.productFlash #leftColumn {
  padding:58px 0 0 0;
}

.productFlash #content {
  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 */