/***********************************************/
/**** Folha de Estilo CSS - Red Barn Layout ****/
/***********************************************/

/** Zerando os atributos padrão dos elementos **/

* {
  margin: 0px;
  padding: 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #1F314E;
  text-decoration: none;
  border: 0;
}


/** Logo **/

.logo {
  position: absolute;
  top: 20px;
  width: 182px;
  height: 58px;
}


/** HIDDED CLASSES **/
.banner_left, .banner_top, .banner_tools, .banner_sections, .bottom_tools, .bottom_partners, .list_product_name span,
.list_product_edit,
.show_product_other_photos, .show_product_cross_selling, .tecnologies, .bottom_policy, .print_optimizer, .loading {
  display: none;
}

.banner_right {
  position: absolute;
  top: 100px;
  width: 100%;
}

/** Flowbar **/

.flowbar {
  height: 18px;
  width: 18cm;
  margin-bottom: 15px;
  border-top: #CBD6E2 dashed 1px;
  border-bottom: #CBD6E2 dashed 1px;
  background: #F1F5F8;
}

.flowbar ul li {
  float: left;
  list-style: none;
  line-height: 18px;
  margin-right: 8px;
  padding-left: 12px;
  background: url(/images/elem/fb.gif) no-repeat 0 7px;
  color: #9CA9C1;
}

.flowbar ul li a {
  color: #9CA9C1;
  text-decoration: none;
}



/************************************************************/
/**************** Shop Styles - Show Product ****************/
/************************************************************/

/** Left Column **/

.show_product_left_column {
  float: left;
  position: relative;
  border-right: #CBD6E2 dashed 1px;
  width: 12.25cm;
}

.show_product_ref {
  margin-top: 10px;
  font-size: 10px;
  color: #900;
}

.show_product_price {
  margin-top: 20px;
  font: bold 18px Georgia, 'Times New Roman', 'Arial Black', sans-serif;
}

.show_product_price span {
  font: bold 36px 'Times New Roman', serif;
  color: #1F314E;
}

.show_product_stock {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 10px;
  font-weight: bold;
}

.show_product_stock span {
  font-size: 10px;
  font-weight: normal;
}


/** Right Column **/

.show_product_right_column {
  float: left;
  position: relative;
  width: 215px;
  background: #FF0;
}


/** Footer **/

.show_product_footer {
  clear: both;
  position: relative;
  width: 18cm;
  border-top: #CBD6E2 dashed 1px;
}



/***********************************************/
/**************** List Products ****************/
/***********************************************/

.list_product, .list_product_focus {
  position: relative;
  height: 99px;
  width: 18cm;
  margin-top: 20px;
  border-top: #CBD6E2 dashed 1px;
  border-bottom: #CBD6E2 dashed 1px;
}

.list_product_thumbnail {
  position: absolute;
  top: 10px;
  left: 10px;
}

.list_product_brand {
  position: absolute;
  top: 10px;
  left: 97px;
  font-size: 12px;
  font-weight: bold;
  color: #900;
}

.list_product_name {
  z-index: 5;
  position: absolute;
  top: 25px;
  left: 97px;
  width: 345px;
}

.list_product_ref {
  position: absolute;
  width: 100%;
  height: 96px;
}

.list_product_ref span {
  position: absolute;
  top: 75px;
  left: 97px;
  font-size: 10px;
  color: #900;
}


.list_product_stock {
  position: absolute;
  top: 75px;
  right: 0;
  font-size: 10px;
  font-weight: bold;
}

.list_product_stock span {
  font-size: 10px;
  font-weight: normal;
}

.list_product_price {
  position: absolute;
  top: 10px;
  right: 0;
  font-family: 'Arial Black', sans-serif;
  font-size: 14px;
  color: #696;
}

.list_product_price span {
  font-family: 'Times New Roman', serif;
  font-size: 26px;
  font-weight: bold;
  color: #696;
}


.list_product_label {
  position: absolute;
  top: -9px;
  right: 0;
  height: 14px;
  padding: 0 10px;
  border: #CBD6E2 dashed 1px;
  background: #F1F5F8;
}



/************************************************************/
/************* Shop Styles - Conclusion Page ****************/
/************************************************************/

.conclusion {
  width: 18cm;
  position: relative;
  margin-bottom: 35px;
}


.conclusion_order {
  position: absolute;
  right: 0;
  margin: 20px 0 20px 10px;  
  padding: 20px 70px 20px 20px;
  border: #900 dashed 1px;
  background: #FCC;
  color: #900;
}

.conclusion_order span {
  position: absolute;
  top: 20px; 
  right: 20px;
  font-family: 'Times New Roman', serif;
  font-size: 26px;
  font-weight: bold;
  color: #900;
}


.conclusion_title h1 {
  width: 18cm;
  margin-top: 20px;
  border-bottom: #CBD6E2 dashed 1px;
  font: bold 20px Georgia, 'Times New Roman', serif;
  text-indent: 10px;
}

.conclusion_title h1 span {
  font: bold 20px Georgia, 'Times New Roman', serif;
  color: #900;
}

.conclusion_sub_title, .conclusion_text_1, .conclusion_text_2 {
  padding: 10px;
  line-height: 18px;
  background: #F1F5F8;
}

.conclusion_sub_title {
  font-weight: bold;
}

.conclusion_sub_title a:hover {
  text-decoration: underline;
}

.conclusion_text_2 {
  margin-top: 1px;
  background: #E3E7EE;
}

.conclusion p {
  margin: 15px 10px;
}

.conclusion ul {
  margin: 10px 0;
}

.conclusion li {
  list-style: none;
  padding: 0 10px;
  line-height: 18px;
}

.conclusion table {
  width: 100%;
}

.conclusion table tr td {
  padding: 5px 10px;
  border-bottom: #E3E7EE 1px solid;
}




/***********************************************/
/*************** General Markers ***************/
/***********************************************/

.module {
  position: relative;
  width: 18cm;
}

.module h1 {
  width: 100%;
  border-bottom: #CBD6E2 dashed 1px;
  font: bold 20px Georgia, 'Times New Roman', serif;
}

.module h1 img {
  z-index: 1;
  position: absolute;
  right: 0;
  border: #CBD6E2 dashed 1px;
}

.conclusion table {
  width: 100%;
}

.conclusion table tr td {
  padding: 5px 10px;
  border-bottom: #E3E7EE 1px solid;
}

.cell_1 { 
  margin: 3px 0;
  text-align: left;
}

.cell_1 span {
  font-size: 9px;
  font-weight: bold;
}

.cell_2 {
  width: 20px;
  text-align: center;
}

.cell_3 {
  width: 85px;
  padding-right: 10px;
  text-align: right;
}

.cell_4 {
  width: 85px;
  padding-right: 10px;
  text-align: right;
}

.cell_5 {
  font-weight: bold;
  text-align: right;
}

.cell_1 a:hover, .cell_2 a:hover, .cell_3 a:hover, .cell_4 a:hover, .cell_5 a:hover {
  text-decoration: underline;
}

