/***********************************************/
/**** 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;
}

body {
  background: url(/images/elem/body_bg.gif) repeat-y;
}


/** Notice - Alert **/

.notice {
  margin: 10px 0 20px 10px;
  border: #9C0707 solid 1px;
  text-align: center;
}

.notice span, .notice strong, .notice ul li {
  line-height: 20px;
  color: #9C0707;
}

.notice a {
  text-decoration: underline;
  color: #9C0707;
}

.notice a:hover {
  background: #FCC;
}

.notice ul {
  list-style-position: inside;
  margin: 10px;
  text-align: left;
}

.fieldWithErrors input {
  border-color: #900;
  background-color: #FCC;
  color: #900;
}

/** Logo **/

.logo {
	z-index: 10;
	position: absolute;
	clear: both;
	top: 24px;
	left: 45px;
	width: 182px;
	height: 58px;
}


/** Banner Left **/

.banner_left {
	float: left;
}


/** Banner Right **/

.banner_right {
	z-index: 1;
	position: relative;
	float: left;
	width: 610px;
}


/** Banner Top **/

.banner_top {
	height: 40px;
	background: url(/images/elem/banner_top.jpg) no-repeat;
}


/** Banner Tools **/

.banner_tools {
	z-index: 1;
	position: relative;
	height: 54px;
	background: url(/images/elem/final_flag.gif) no-repeat right;
}

.banner_tools a {
	position: absolute;
	bottom: 0;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-left: 23px;
	font: bold 14px 'Times New Roman', serif;
	color: #9CA9C1;
	text-decoration: underline;
}

.banner_tools a:hover {
	color: #1F314E;
}

.banner_tools_1 {
	left: 76px;
	background: url(/images/elem/banner_tools_hp.gif) no-repeat;
}

.banner_tools_2 {
	left: 167px;
	background: url(/images/elem/banner_tools_cart.gif) no-repeat;
}

.banner_tools_3 {
	left: 327px;
	background: url(/images/elem/banner_tools_search.gif) no-repeat;
}


/** Search **/

.input_blur {
	border: #9CA9C1 solid 1px;
	background: #F1F5F8;
	text-align: center;
	font-weight: bold;
	color: #9CA9C1;
}

.input_focus {
	border: #9CA9C1 solid 1px;
	background: #1F314E;
	text-align: center;
	font-weight: bold;
	color: #F1F5F8;
}

.search_1_blur {
	position: absolute;
	bottom: 0;
	left: 447px;
	width: 105px;
	margin-bottom: 5px;
	 text-align: center;
 	 font-weight: bold;
	 border: #9CA9C1 solid 1px;
	 background: #F1F5F8;
	 color: #9CA9C1;
}

.search_1_focus {
	position: absolute;
	bottom: 0;
	left: 447px;
	width: 105px;
	margin-bottom: 5px;
	 text-align: center;
 	 font-weight: bold;
	 border: #9CA9C1 solid 1px;
	 background: #1F314E;
 	 color: #F1F5F8;
}

.search_2 {
	position: absolute;
	bottom: 0;
	left: 557px;
	margin-bottom: 7px;
}

.ok_blur {
	position: absolute;
	bottom: 4px;
	right: 37px;
	width: 17px;
	height: 15px;
	background: url(/images/elem/ok.gif) no-repeat;
}

.ok_focus {
	position: absolute;
	bottom: 4px;
	right: 37px;
	width: 17px;
	height: 15px;
	background: url(/images/elem/ok.gif) no-repeat 0 -17px;
}


/** Banner Sections **/

.banner_sections {
	z-index: 5;
	position: absolute;
	width: 578px;
	height: 27px;
	background: url(/images/elem/banner_sections_bg.gif) repeat-x;
}

.banner_sections div {
	padding-left: 80px;
}

.banner_sections a {
	float: left;
	margin-right: 5px;
	line-height: 27px;
	background: url(/images/elem/button_a.gif) no-repeat;
	text-align: center;
}

.banner_sections a span {
	padding: 3px 8px;
	background: url(/images/elem/button_b.gif) no-repeat right;
	font-family: 'Times New Roman', serif;
	font-size: 14px;
	font-weight: bold;
}

.banner_sections a:hover span {
	color: #FFF;
}


/** Middle **/

.content {
	float: left;
	width: 100%;
	padding-bottom: 25px;
	border-left: black solid 1px;
	background: white;
}


/** Flowbar **/

.flowbar {
	height: 18px;
	margin-bottom: 15px;
	border-top: #CBD6E2 dashed 1px;
	border-bottom: #CBD6E2 dashed 1px;
	background: #F1F5F8;
}

.flowbar ul {
	padding-left: 6px;
}

.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;
}

.flowbar ul li a:hover {
	color: #1F314E;
	text-decoration: underline;
}


/** Banner Bottom **/

.banner_bottom {
	z-index: 1;
	position: relative;
	clear: both;
	height: 130px;
	background: url(/images/elem/banner_bottom.gif) repeat-y;
}


/** Bottom Tools **/

.bottom_tools {
	width: 609px;
	height: 18px;
	margin-left: 151px;
	border-top: #CBD6E2 dashed 1px;
	border-bottom: #CBD6E2 dashed 1px;
	background: #F1F5F8;
}

.bottom_tools a {
	line-height: 18px;
	padding-left: 16px;
	padding-right: 12px;
	border-left: #9CA9C1 solid 1px;
	color: #9CA9C1;
	text-decoration: none;
}

.bottom_tools a:hover {
	color: #1F314E;
	text-decoration: underline;
}	

.bottom_tools_first {
	margin-left: 8px;
	background: url(/images/elem/top.gif) no-repeat 0 2px;
}


/** Bottom Policy **/

.bottom_policy {
	height: 25px;
	margin-left: 151px;
	padding: 5px 0;
}

.bottom_policy p {
	padding-left: 10px;
	font-size: 9px;
	color: #9CA9C1;
}

.bottom_policy a {
	font-size: 9px;
	color: #C99;
}

.bottom_policy a:hover {
	text-decoration: underline;
	color: #900;
}


/** Tecnologies **/

.tecnologies {
	height: 17px;
	margin-left: 151px;
	background: url(/images/elem/copyright.gif) no-repeat;
}

.tecnologies p {
  padding-left: 10px; 
  line-height: 16px;
}

.tecnologies p a {
  font-size: 10px;
  color: #F1F5F8;
}

.tecnologies p a:hover {
  color: #FFF;
}


/** Bottom Partners **/

.bottom_partners {
  position: relative;
  width: 760px;
  height: 80px;
  background: black;
}

.redbarn_label {
  position: absolute;
  margin-top: -40px;
  margin-left: 10px;
}

.get_firefox {
  position: absolute;
  top: -30px;
  right: 15px;
}

.ubuntu {
  position: absolute;
  top: 35px;
  right: 23px;
}

.copyright {
  position: absolute;
  top: 58px;
  right: 220px;
  text-align: center;
  font-size: 10px;
  color: #FFF;
}


.white_clowd {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 151px;
  width: 610px;
  height: 550px;
  background: white;
}


/***********************************************/
/*************** General Markers ***************/
/***********************************************/

.module h1 {
  position: relative;
  width: 100%;
  z-index: 100;
  border-bottom: #CBD6E2 dashed 1px;
  font: bold 20px Georgia, 'Times New Roman', serif;
  text-indent: 10px;
}

.module h1 img {
  position: absolute;
  right: 0;
  border: #CBD6E2 dashed 1px;
}

.module span {
  font: bold 20px Georgia, 'Times New Roman', serif;
  color: #900;
}

.module a {
  font: bold 20px Georgia, 'Times New Roman', serif;
}

.show_sections_list {
  float: left;
  width: 100%;
  padding-top: 10px;
  padding-left: 10px;
  background: url(images/elem/bg_2.gif) repeat-y;
}

.show_sections_list a, ul li a {
  text-decoration: none;
}

.show_sections_list a:hover, ul li a:hover {
  text-decoration: underline;
}

.show_sections_list div {
  float: left;
  width: 197px;
}

.show_sections_list div span {
  display: block;
  margin-top: 10px;
  padding-left: 10px;
  background: url(/images/elem/mark_1.gif) no-repeat 0 4px;
  font-weight: bold;
}

.show_sections_list ul {
  list-style: none;
  margin: 5px 0 15px 0;
  line-height: 17px;
}


/** Loading Box **/

.loading {
  z-index: 100;
  position: absolute;
  left: 50%;
  margin-top: 50px;
  margin-left: -150px;
  width: 300px;
  background: white;
}

.loading div {
  height: 100px;
  margin: 10px;
  border: #CBD6E2 dashed 1px;
  background: #F1F5F8;
  text-align: center;
}

.loading h3 {
  margin-top: 15px;
  font: bold 20px Georgia, 'Times New Roman', serif;
  text-align: center;
  color: #BBC5D1;
}

.loading img {
  position: absolute;
  left: 115px;
  bottom: 12px;
}


/***********************************************/
/**************** Form Effects *****************/
/***********************************************/

/** Form Columns **/

.form_columns {
  position: relative;
  width: 100%;
  margin-bottom: 25px;
  border-bottom: #CBD6E2 dashed 1px;
}

.form_columns div, .form_columns p {
  margin: 20px 0;
}

.form_columns label {
  float: left;
  width: 250px;
  margin-right: 3px;
  text-align: right;
}

.form_columns select option {
  text-align: left;
}

.form_columns div h5, .form_columns div h5 a {
  padding-top: 10px;
  font: normal 18px Georgia, 'Times New Roman', serif ;
  color: #900 
}

.form_columns div h5 a, .form_columns div h5 span {
  font: bold 20px 'Times New Roman', serif;
  color: #1F314E;
}

.form_columns div h5 a:hover {
  text-decoration: underline;
}

/** Input Fields **/

.input_blur {
  border: #9CA9C1 solid 1px;
  background: #F1F5F8;
  text-align: center;
  font-weight: bold;
  color: #9CA9C1;
}

.input_focus {
  border: #9CA9C1 solid 1px;
  background: #1F314E;
  text-align: center;
  font-weight: bold;
  color: #F1F5F8;
}


/** Submit Buttons **/

.continue_blur {
  position: absolute;
  bottom: 10px;
  right: 35px;
  width: 91px;
  height: 34px;
  background: url(/images/elem/continue.gif) no-repeat;	
}

.continue_focus {
  position: absolute;
  bottom: 10px;
  right: 35px;
  width: 91px;
  height: 34px;
  background: url(/images/elem/continue.gif) no-repeat 0 -37px;	
}

.login_blur {
  width: 89px;
  height: 34px;
  background: url(/images/elem/login.gif) no-repeat;	
}

.login_focus {
  width: 89px;
  height: 34px;
  background: url(/images/elem/login.gif) no-repeat 0 -37px;	
}

.add_blur {
  width: 89px;
  height: 34px;
  background: url(/images/elem/add.gif) no-repeat;	
}

.add_focus {
  width: 89px;
  height: 34px;
  background: url(/images/elem/add.gif) no-repeat 0 -37px;	
}

.back_blur {
  margin-left: 10px;
  width: 91px;
  height: 34px;
  background: url(/images/elem/back.gif) no-repeat;	
}

.back_focus {
  margin-left: 10px;
  width: 91px;
  height: 34px;
  background: url(/images/elem/back.gif) no-repeat 0 -37px;	
}

.modify_blur {
  width: 91px;
  height: 34px;
  background: url(/images/elem/modify.gif) no-repeat;	
}

.modify_focus {
  width: 91px;
  height: 34px;
  background: url(/images/elem/modify.gif) no-repeat 0 -37px;	
}

.conclude_blur {
  width: 89px;
  height: 34px;
  background: url(/images/elem/conclude.gif) no-repeat;	
}

.conclude_focus {
  width: 89px;
  height: 34px;
  background: url(/images/elem/conclude.gif) no-repeat 0 -37px;	
}

.insert_blur {
  position: absolute;
  right: 35px;
  width: 69px;
  height: 34px;
  background: url(/images/elem/insert.gif) no-repeat;
}

.insert_focus {
  position: absolute;
  right: 35px;
  width: 69px;
  height: 34px;
  background: url(/images/elem/insert.gif) no-repeat 0 -37px;
}

.send_blur {
  width: 89px;
  height: 34px;
  background: url(/images/elem/send.gif) no-repeat;
}

.send_focus {
  width: 89px;
  height: 34px;
  background: url(/images/elem/send.gif) no-repeat 0 -37px;
}

.ship_calc_blur {
  width: 81px;
  height: 20px;
  background: url(/images/elem/calcular.gif) no-repeat 0 -24px;
}

.ship_calc_focus {
  width: 81px;
  height: 20px;
  background: url(/images/elem/calcular.gif) no-repeat;
}

.fillout_blur, .fillout_focus {
  position: absolute;
  top: -6px;
  left: 355px;
  width: 127px;
  height: 34px;
  background: url(/images/elem/fillout.gif) no-repeat;
}

.fillout_focus {
  background-position: 0 -37px;
}

.ok_mini_blur {
  position: relative;
  margin-bottom: -7px;
  width: 28px;
  height: 25px;
  background: url(/images/elem/ok_mini.gif) no-repeat;
}

.ok_mini_focus {
  position: relative;
  margin-bottom: -7px;
  width: 28px;
  height: 25px;
  background: url(/images/elem/ok_mini.gif) no-repeat 0 -26px;
}

.fast_back_blur, .fast_back_focus {
  position: absolute;
  margin-top: 6px;
  right: 140px;
  width: 13px;
  height: 12px;
  background: url(/images/elem/fast_back.gif) no-repeat;
}

.fast_back_focus {
  background-position: 0 -26px;
}

.slow_back_blur, .slow_back_focus {
  position: absolute;
  margin-top: 6px;
  right: 78px;
  width: 62px;
  height: 12px;
  background: url(/images/elem/slow_back.gif) no-repeat;
}

.slow_back_focus {
  background-position: 0 -26px;
}

.slow_forward_blur, .slow_forward_focus {
  position: absolute;
  margin-top: 6px;
  right: 13px;
  width: 65px;
  height: 12px;
  background: url(/images/elem/slow_forward.gif) no-repeat;
}

.slow_forward_focus {
  background-position: 0 -20px;
}


.fast_forward_blur, .fast_forward_focus {
  position: absolute;
  margin-top: 6px;
  right: 0;
  width: 13px;
  height: 12px;
  background: url(/images/elem/fast_forward.gif) no-repeat;
}

.fast_forward_focus {
  background-position: 0 -20px;
}

/***********************************************/
/**************** List Products ****************/
/***********************************************/

.pagination {
  margin: 10px;
}

.list_product {
  position: relative;
  height: 99px;
  margin-top: 20px;
  border-top: #CBD6E2 dashed 1px;
  border-bottom: #CBD6E2 dashed 1px;
}

.list_product_focus {
  position: relative;
  height: 99px;
  margin-top: 20px;
  border-top: #CBD6E2 dashed 1px;
  border-bottom: #CBD6E2 dashed 1px;
  background: #F1F5F8;
}

.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_name a:hover, .list_product_name a:hover span {
  text-decoration: underline;
}

.list_product_name span {
  font-size: 9px;
  font-weight: bold;
}

.list_product_ref {
  position: absolute;
  width: 450px;
  height: 96px;
  border-right: #CBD6E2 dashed 1px;
}

.list_product_ref span {
  position: absolute;
  top: 75px;
  left: 97px;
  font-size: 10px;
  color: #900;
}

.list_product_stock {
  position: absolute;
  top: 75px;
  right: 170px;
  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: bold 18px 'Times New Roman', 'Arial Black', sans-serif;
  color: #696;
}

.list_product_price span {
  font: bold 36px 'Times New Roman', serif;
  color: #696;
}

.list_product_edit {
  position: absolute;
  top: 59px;
  right: 0;
  text-align: right;
}

.list_product_edit a {
  line-height: 15px;
  font-size: 10px;
  font-weight: bold;
}

.list_product_edit a:hover {
  text-decoration: underline;
}

.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 {
  position: relative;
  margin-bottom: 35px;
}


.conclusion_order {
  position: relative;
  float: right;
  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: 100%;
  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;
}

.cell_1 {
  margin: 3px 0;
  text-align: left;
}

.cell_1 span {
  font-size: 9px;
  font-weight: bold;
}

.cell_2 {
  width: 20px;
  text-align: center;
  cursor: pointer;
}

.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;
}

.cell_2_over {
  cursor: pointer;
  width: 20px;
  text-align: center;
  background: #F1F5F8;
}

