
/************************************************************/
/**************** Shop Styles - Show Product ****************/
/************************************************************/

/** Left Column **/

.show_product_left_column {
  float: left;
  position: relative;
  width: 393px;
  border-right: #CBD6E2 dashed 1px;
}

.show_product_selling_box {
  position: relative;
  height: 110px;
  border-bottom: #CBD6E2 dashed 1px;
}

.show_product_ref {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 10px;
  color: #900;
}

.show_product_price {
  position: absolute;
  bottom: 3px;
  left: 10px;
  font: bold 18px 'Times New Roman', 'Arial Black', sans-serif;
  color: #696;
}

.show_product_price span {
  font: bold 36px 'Times New Roman', serif;
  color: #696;
}


.cart_view_blur {
  position: absolute;
  bottom: 0;
  right: 5px;
  width: 81px;
  height: 75px;
  background: url(/images/elem/cart_view.gif) no-repeat;	
}

.cart_view_focus {
  position: absolute;
  bottom: 0;
  right: 5px;
  width: 81px;
  height: 75px;
  background: url(/images/elem/cart_view.gif) no-repeat 0 -76px;
}

.cart_add_blur {
  position: absolute;
  bottom: 0;
  right: 90px;
  width: 81px;
  height: 75px;
  background: url(/images/elem/cart_add.gif) no-repeat;	
}

.cart_add_focus {
  position: absolute;
  bottom: 0;
  right: 90px;
  width: 81px;
  height: 75px;
  background: url(/images/elem/cart_add.gif) no-repeat 0 -76px;
}

.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;
}

.show_product_features h3 {
  width: 100%;
  margin: 25px 0 10px 0;
  border-bottom: #CBD6E2 dashed 1px;
  background: #F1F5F8;
  font: bold 18px Georgia, 'Times New Roman', serif;
  text-indent: 10px;
}

.show_product_features p, .show_product_features table {
  margin: 1.5em 10px;
  line-height: 1.6em;
  text-indent: 10px;
}

.features a, ul li a {
  text-decoration: underline;
  color: #900;
}

.features a:hover {
  background: #FCC;
}

.show_product_features ul {
  list-style-position: inside;
  margin: 1.5em 10px;
  line-height: 1.6em;
}


/** Right Column **/

.show_product_right_column {
  float: left;
  position: relative;
  width: 215px;
}

.show_product_brand_logo {
  position: absolute;
  bottom: -10px;
}

.show_product_other_photos {
  width: 215px;
  line-height: 21px;
  border-bottom: #CBD6E2 dashed 1px;
  background: #F1F5F8;
}

.show_product_other_photos span {
  margin-left: 6px;
  font-weight: bold;
  color: #9CA9C1;
}

.show_product_other_photos a {
  padding: 0 3px;
  border: #9CA9C1 solid 1px;
  color: #9CA9C1;
  font-weight: bold;
}

.show_product_other_photos a:hover {
  border: #1F314E solid 1px;
  background: #1F314E;
  color: #F1F5F8;
}

.show_product_cross_selling {
  margin-top: 20px;
}

.show_product_cross_selling h3 {
  width: 100%;
  border-bottom: #CBD6E2 dashed 1px;
  font: bold 18px Georgia, 'Times New Roman', serif;
  text-indent: 6px;
}

.show_product_sale {
  float: left;
  height: 100%;
  padding-bottom: 10px;
  border-bottom: #CBD6E2 dashed 1px;
}

.show_product_sale_image {
  float: right;
  position: relative;
  margin: 10px 0 0 5px;
}

.show_product_sale_brand {
  margin: 10px 0 10px 6px;
  font-size: 10px;
  font-weight: bold;
  color: #900; 
}

.show_product_sale_name {
	margin: 0 0 0 6px;
	font-size: 10px
}


/** Footer **/

.show_product_footer {
  clear: both;
  position: relative;
  width: 610px;
  border-top: #CBD6E2 dashed 1px;
}


/************************************************************/
/***************** Shop Styles - Show Cart ******************/
/************************************************************/

.cart {
  margin: 10px 0 0 1px;
  padding-bottom: 10px;
  background: white;
}

.cart h3 {
  width: 100%;
  border-bottom: #CBD6E2 dashed 1px;
  font: bold 20px Georgia, 'Times New Roman', serif;
  text-indent: 10px;
}

.cart p {
  margin: 15px 10px; 
}

.cart_item {
  position: relative;
  height: 99px;
  margin-bottom: 1px;
  border-top: #CBD6E2 dashed 1px;
  background: url(/images/elem/cart_bg.gif) repeat-y;
}

.cart_item_name {
  position: absolute;
  top: 25px;
  left: 97px;
  width: 230px;
}

.cart_item_ref {
  position: absolute;
  width: 300px;
  height: 96px;
}

.cart_item_ref span {
  position: absolute;
  top: 75px;
  left: 97px;
  font-size: 10px;
  color: #900;
}

.cart_item_remove_button {
  position: absolute;
  bottom: 11px;
  right: 340px;
  height: 20px;
  width: 69px;
  background: url(/images/elem/remove.gif) no-repeat 0 -25px;
}

.cart_item_remove_button:hover {
  background-position: 0 0;
}

.cart_item_qtt {
  position: absolute;
  bottom: 10px;
  right: 275px;
  height: 20px;
  font: bold 20px 'Times New Roman', serif;
  vertical-align: baseline;
  color: #9CA9C1;
}

.qtt_less_blur {
  width: 14px;
  height: 18px;
  margin-bottom: 4px;
  background: url(/images/elem/arrow_1.gif) no-repeat;
  vertical-align: bottom;
}

.qtt_less_focus {
  width: 14px;
  height: 18px;
  margin-bottom: 4px;
  background: url(/images/elem/arrow_1.gif) no-repeat 0 -19px;
  vertical-align: bottom;
}

.qtt_more_blur {
  width: 14px;
  height: 18px;
  margin-bottom: 4px;
  background: url(/images/elem/arrow_2.gif) no-repeat;
  vertical-align: bottom;
}

.qtt_more_focus {
  width: 14px;
  height: 18px;
  margin-bottom: 4px;
  background: url(/images/elem/arrow_2.gif) no-repeat 0 -19px;
  vertical-align: bottom;
}

.cart_item_qtt input { 
  position: relative;
  width: 25px;
  height: 16px;
  top: 0;
}

.cart_item_price {
  position: absolute;
  bottom: 6px;
  right: 146px;
  font: bold 18px 'Times New Roman', 'Arial Black', sans-serif;
  color: #9CA9C1;
}

.cart_item_price span {
  font: bold 36px 'Times New Roman', serif;
  color: #9CA9C1;
}

.cart_item_total {
  position: absolute;
  bottom: 6px;
  right: 10px;
  font: bold 18px 'Times New Roman', 'Arial Black', sans-serif;
  color: #9CA9C1;
}

.cart_item_total span {
  font: bold 36px 'Times New Roman', serif;
  color: #9CA9C1;
}

.cart_totalizing {
  position: relative;
  height: 220px;
  border-top: #CBD6E2 dashed 1px;
  background: url(/images/elem/totalizing_bg.gif) repeat-x;
}

.cart_totalizing_destination {
  position: absolute;
  left: 0;
  width: 337px;
  height: 150px;
  color: #9CA9C1;
  vertical-align: baseline;
  background: white;
}

.cart_totalizing_destination h3 {
  margin: 10px -10px;
  padding-left: 10px;
  border: none;
  font: bold 20px Georgia, 'Times New Roman', serif;
  color: #1F314E;

}

.cart_totalizing_destination p {
  padding-left: 10px;
  height: 35px;
  margin: 0;
  line-height: 35px;
  color: #1F314E;
}


.cart_totalizing_destination p a {
  position: absolute;
  height: 20px;
  width: 81px;
  margin-left: 10px; 
  background: url(/images/elem/calcular.gif) no-repeat 0 -24px;
}

.cart_totalizing_destination p a:hover {
  background-position: 0 0;
}

.cart_totalizing_destination label{
  color: #1F314E;
}

.cart_totalizing_calc {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 240px;
}

.cart_totalizing_calc div {
  float: left;
  height: 50px;
  width: 50%;
  text-align: right;
  font: bold 18px 'Times New Roman', 'Arial Black', sans-serif;
  color: #9CA9C1;
}

.cart_totalizing_calc div span {
  font: bold 36px 'Times New Roman', serif;
  color: #9CA9C1;
}

.cart_tools {
  position: relative;
  height: 50px;
  border-top: #CBD6E2 dashed 1px;
}

.keep_shopping {
  position: absolute;
  top: 10px;
  left: 10px;
  height: 32px;
  width: 119px;
  background: url(/images/elem/keep_shopping.gif) no-repeat;
}

.keep_shopping:hover {
  background-position: 0 -37px;
}

.conclude_shopping {
  position: absolute;
  top: 10px;
  right: 0;
  height: 32px;
  width: 139px;
  background: url(/images/elem/conclude_shopping.gif) no-repeat;
}

.conclude_shopping:hover {
  background-position: 0 -37px;
}

/************************************************************/
/**************** Shop Styles - Identifier ******************/
/************************************************************/

.identifier_new_consumer,
.identifier_old_consumer {
  position: relative;
  float: left;
  height: 170px;
  width: 300px;
  border-right: #CBD6E2 dashed 1px;
  border-bottom: #CBD6E2 dashed 1px;
  background: white;
}

.identifier_new_consumer {
  text-align: center;
}

.identifier_old_consumer {
  width: 308px;
  border-right: 0;
  text-align: right;
}

.identifier_new_consumer h3,
.identifier_old_consumer h3 {
  margin: 15px 0;
  font-size: 14px;
  text-align: center;
}

.identifier_old_consumer p {
  margin-right: 45px;
  margin-bottom: 10px;
}


/************************************************************/
/************* Shop Styles - Payment Choices ****************/
/************************************************************/

.payment_choices {
  clear: right;
  height: 140px;
}

.payment_choices p {
	margin: 10px;
}

.payment_choices div {
  display: inline;
  float: left;
  height: 90px;
  margin-left: 10px;
  border: #CBD6E2 dashed 1px;
  text-align: center;
}

.payment_choices a {
  margin: 10px;
}

.payment_choices h4 {
  margin: 10px 0;
}


/************************************************************/
/******************** Shop Styles - SAC *********************/
/************************************************************/

.sac_options {
  height: 100px;
}

.sac_options ul {
  padding-left: 10px;
}

.sac_options li {
  list-style: none;
  display: inline;
  padding-right: 127px;
}

.sac_options a {
  position: absolute;
  height: 72px;
  width: 81px;
}

.sac_email {
  background: url(/images/elem/sac_email.jpg) no-repeat;
}

.sac_email:hover {
  background-position: 0 -74px;
}

.sac_online {
  background: url(/images/elem/sac_online.jpg) no-repeat;
}

.sac_online:hover {
  background-position: 0 -74px;
}

.sac_fone {
  background: url(/images/elem/sac_fone.jpg) no-repeat;
}

.sac_fone:hover {
  background-position: 0 -74px;
}

.sac_fax {
  background: url(/images/elem/sac_fax.jpg) no-repeat;
}

.sac_fax:hover {
  background-position: 0 -74px;
}

.sac_correio {
  background: url(/images/elem/sac_correio.jpg) no-repeat;
}

.sac_correio:hover {
  background-position: 0 -74px;
}

