/* PrestaShop - Default theme */

/* static pages */
.static h1 {
	margin-bottom: 15px;
}

.static td {
	padding-bottom: 10px
}

.static ul {
	list-style-position: inside;
	list-style-type: circle;
	margin-left: 20px
}

.static li {
	margin-bottom: 10px;
}

.naranja {

   color: #F15604;
   font-weight: bold;
   text-decoration: none;

}

.naranja:hover {

   color: #000000;
   font-weight: bold;
   text-decoration: underline;

}

.azul {

   color: #003366;
   font-weight: bold;
   text-decoration: none;

}

.azul:hover {

   color: #000000;
   font-weight: bold;
   text-decoration: underline;

}

.campo {
	width: 120px;
	height: 15px;
	background-color: #FFFFFF;
	border: 1px solid #064160;
	font-family: Verdana;
	font-size: 10px;
	color: #333333;
}

.campo_editar {

	width: 300px;
	height: 15px;
	background-color: #FFFFFF;
	border: 1px solid #064160;
	font-family: Verdana;
	font-size: 10px;
	color: #333333;
}

.campo3 {

	width: 300px;
	height: 220px;
	background-color: #FFFFFF;
	border: 1px solid #064160;
	font-family: Verdana;
	font-size: 10px;
	color: #333333;

}

.campo2 {

	width: 144px;
	height: 18px;
	background-color: #FFFFFF;
	border: 1px solid #064160;
	font-family: Verdana;
	font-size: 10px;
	color: #333333;

}

.campo_user {

	width: 75px;
	height: 15px;
	background-color: #FFFFFF;
	border: 1px solid #064160;
	font-family: Verdana;
	font-size: 10px;
	color: #333333;
	
}

.campocantidad {

	width: 40px;
	height: 15px;
	background-color: #EEEEEE;
	border: 1px solid #333333;
	font-family: Verdana;
	font-size: 10px;
	color: #333333;

}

.rojo {

	color: #F0242A;
	text-decoration: none;
	font-weight: bold;

}

.rojo:hover {

	color: #F0242A;
	text-decoration: underline;

}

.campocredito {

	width: 170px;
	height: 18px;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	font-family: Verdana;
	font-size: 10px;
	color: #333333;

}

.selectfecha {

	width: 100px;
	height: 18px;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	font-family: Verdana;
	font-size: 10px;
	color: #333333;
}

.selectano {

	width: 60px;
	height: 18px;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	font-family: Verdana;
	font-size: 10px;
	color: #333333;

}

.campocomentspedido {

  width: 450px;
  height: 120px;
  background-color: #FFFFFF;
  border: 1px solid #333333;
  font-family: Verdana;
  font-size: 10px;

}

.camporegistro {

	width: 300px;
	height: 18px;
	background-color: #EEEEEE;
	border: 1px solid #666666;
	font-family: Verdana;
	font-size: 10px;
	color: #333333;

}

.campologin {

	width: 200px;
	height: 18px;
	background-color: #EEEEEE;
	border: 1px solid #666666;
	font-family: Verdana;
	font-size: 10px;
	color: #333333;

}

.campo_sugiere {

  width: 300px;
  height: 150px;
  background-color: #EEEEEE;
  border: 1px solid #333333;
  font-family: Verdana;
  font-size: 10px;
}

/* General */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	background: #FFF;
	line-height: 1.6em;
}

p {
	margin: 0 0 10px 0;
}

input {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
}

input[type="checkbox"] {
	margin:0.5em 0px 0px 0px;
	padding:0px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	margin: 0;
	padding: 0px;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: 1px solid #999;
	font-size: 20px;
}

h1.real_h1{
	float: left;
}

h1 a:hover {
	text-decoration:none;
}

h2 {
	margin: 6px 0px 0 0px;
	font-size: 15px;
}

h3 {
 	margin: 0 0 4px 0;
}

h3 a {
	font-weight: bold;
}

h3 {
	font-size: 12px;
}

a img {
	border: 0px;
}

form {
 	margin: 0px;
 	padding: 0px;
}

textarea {
	font-family: inherit;
	font-size: 12px;
}

/* Layout */

div.page {
	width: 784px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	height: 115px;
	background-image: url(../img/bg/header.gif);
	background-repeat: no-repeat;
	padding: 7px 8px 26px 9px;
}

#currencies {
	float: right;
	height: inherit;
	margin-right: 30px;
}

#languages {
	float: right;
	height: inherit;
	margin-right: 30px;
}

#header_nav {
	float: right;
	height: inherit;
	vertical-align: bottom;
}

#content {
/* 	overflow: auto;*/
 	clear: both;
 	width: 784px;
 	margin: auto;
 	border: 1px solid #fff;
 	overflow: hidden;
}

#left {
	width: 187px;
	float: left;
	_overflow: hidden;
}

#center {
	margin: 3px 0 5px 0;
	width: 596px;
	float: right;

	background-image: url(../img/bg/center.gif);
	background-repeat: repeat-y;
}

#center.noHeader {
	padding-top: 0;
}
	
	#menu {
		background-color: #FFF;
		list-style-type: none;
		padding-top: 3px;
	}

		#menu li {
			display: block;
			float: left;
		}

	#centerTop {
		height: 46px;
		background-image: url(../img/bg/centerTop.gif);
		background-repeat: no-repeat;
		background-position: top;
		width: 596px;
		margin: 0;
		clear: both;
	}
	
	#centerContent {
		margin: 10px 20px;
	}
	
	#centerSeparator {
		clear: both;
		background-image: url(../img/bg/centerSeparator.gif);
		background-repeat: no-repeat;
		background-position: 0 10px;
		padding: 35px 10px 0 10px;
		text-align: center;
	}
	
	#centerBottom {
		height: 17px;
		clear: both;
		background-image: url(../img/bg/centerBottom.gif);
		background-repeat: no-repeat;
		background-position: top;
	}
	
#footer {
	margin-left: 197px;
}

#footer a {
	color: #999;
}

#product, #product #content {
	width: 606px;
}

#product #header,
#product #left,
#product #footer,
#product #menu {
	display: none !important;
}

#product #center {
	float: none;
}

table.attributes {
	border: 1px solid #036;
	margin-bottom: 10px;
	clear: both;
}

table.attributes td {
	text-align: center;
	background-color: #EEE;
	border-bottom: 1px solid #036;
}

	table.attributes .price {
		font-weight: bold;
		font-size: 1em;
	}

	table.attributes th {
		padding-top: 5px;
		text-align: center;
	}

	table.attributes th.btn {
		width: 90px;
	}
	
	table.attributes .notAvailable {
		color: #f15604;
		font-weight: bold;
		text-align: right;
		padding-right: 20px;
	}

/* Classes */

.header_nav {
	font-size: 11px;
	text-align: right;
	margin-right: 10px;
	margin-bottom: 10px;
	line-height: 1.5em;
}

.footer_nav {
	font-size: 11px;
	line-height: 18px;
}

.block_title {
	width: 201px;
	padding-top: 4px;
	line-height: 20px;
	font-family: Verdana, sans-serif;
	background-image: url("../img/block_title_red.gif");
}

.block_title, .block_title a {
 	color: #3C3C3C;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFF;
}

.block_title a:hover {
 	text-decoration: none;
}

.strike { 
 text-decoration: line-through;
}

.block a {
	color: #555;
}

.clear {
	clear: both;
}

.space {
	margin-top: 20px;
}

.bspace {
	margin-bottom: 8px;
}

.bbspace {
	margin-bottom: 20px;
}

.tspace {
	margin-top: 8px;
}

.bottom {
	vertical-align: text-bottom;
	padding-right: 2px;
}

.m_bottom {
	margin-bottom: 8px;
}

.middle {
 	vertical-align: middle;
}

.text-bottom {
	vertical-align: text-bottom;
}

.text-top {
 	vertical-align: text-top;
}

.f_left {
 	float: left;
}

.best_sellers li {
	margin-left: 10px !important;
}

.best_sellers .first {
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
}

#rssfeed ul {
	margin: 0px;
	padding:4px 8px 2px 8px;
	list-style-type: none;
	color: #C7327A;
	background-color: #EFEFEF;
}

#rssfeed ul li {
	background: url("../img/puce.gif") no-repeat 0px 8px;
	border-bottom: dashed 1px #D3D3D3;
	padding-left: 12px;
}

#rssfeed a {
	color: #555;
	background-color: #EFEFEF;
	font-size:10px;
}

#rssfeed li {
	line-height: 22px;
}

#cat_img {
 	padding-right: 2px;
}

.product_properties .featured_product {
	padding-top: 20px;
}

.featured_product {
	margin-bottom: 10px;
	width: 100%;
	clear: both;
	border-bottom: 1px solid #BFBFBF;
	padding: 10px 0;
}

.featured_product .product_image  {
	display: block;
	float: left;
	margin-right: 20px;
}

.featured_product .data {
	margin-left: 130px;
}

.featured_product .data h2.product_name a {
	color: #0c3c6d !important;
}

.featured_product .tools {
	background: #eeeeee;
	border: 1px solid #003366;
	padding: 5px;
	text-align: right;
	clear: both;
	color: #f15604;
	font-weight: bold;
	text-transform: uppercase;
	height: 25px;
	margin: 0 !important;
}

.featured_product .tools .name {
	float: left;
	text-align: left;
	position: relative;
	top: -5px;
	font-weight: normal;
	color: #333;
	text-transform: none;
}

.featured_product. .tools img {
	vertical-align: middle;
}

.featured_product .tools input.qty {
	border: 1px solid #003366;
	background: #eeeeee;
}

.featured_product .tools .price {
	color: #f15604;
	font-weight: bold;
	padding-right: 10px;
}

.featured_product .addToCart {
	margin-left: 5px;
}

.last {
	border-right: 0 none;
	margin-right: 0;
}

.nav_bar {
	margin-bottom: 15px;
	font-size: 13px;
	font-style: italic;
}

.nav_bar a {
	font-style: normal;
	color: #666;
	text-decoration: underline;
}

.masinfo {
	color: #eb004d;
	font-weight: bold;
}

/* Header */
#header_nav, #languages, #currencies {
	height: 75px;
 	padding-top: 24px;
 	font-size: 12px;
}

#currencies select {
 	font-size: 10px;
}

img.flag {
 	padding-top: 4px;
}

span.pipe_spacer {
 	padding-left: 8px;
}

.selected_language {
	border: 1px solid #BBB;
	padding: 3px;
	margin-bottom: -4px;
}

/* General blocks */
.bg {
	background-color: transparent;
}

.block .bg {
	padding: 10px 0 5px 0;
	margin: 0 6px 0 7px;
	height: 100%
}

.block_footer .bg {
	margin: 0 6px 0 7px;
	height: 63px;
	overflow: hidden;
}

.block a {
	color: #555;
}

div.block {
	width: 187px;
	color: #555;
	background-image: url("../img/block_bg.gif");
}

div.block a {
	color: #555;
}

.link {
	line-height: 20px;
}

ul.link {
 	margin: 0px 10px;
 	padding: 0px;
 	padding-left: 10px;
 	padding-right: 10px;
	list-style-type: none;
}

ul.link a {
	text-decoration: none;
	color: #555;
}

div.block_content_end {
 	padding-top: 10px;
  	padding-left: 10px;
 	padding-right: 10px;
 	text-align: right;
}

div.block_content_end a {
	font-weight: bold;
}

div.block_footer {
	width: 187px;
	height: 70px;
	background-image: url("../img/block_footer.gif");
	background-repeat: no-repeat;
	overflow: hidden;
}

/* block's ol */
div.block_img {
 	width: 100%;
 	padding-bottom: 6px;
 	text-align: center;
}

div.block ol {
 	width: 160px;
 	margin: 0px;
 	padding: 0px;
 	padding-left: 10px;
 	padding-right: 10px;
 	list-style-position: inside;
}

div.block ol li {
 	margin: 0px;
 	padding: 0px;
}

div.block ol a {
	text-decoration: none;
}

div.block ol a:hover {
 	text-decoration: underline;
}

div.block ol li {
 	padding-bottom: 4px;
}

/* Search block */
form.search_block {
 	text-align: center;
 	float: right;
 	margin-right: 5px;
 	padding: 31px 0 0 0;
}

form.search_block input {
	display: block;
	margin: 10px auto;
}

form.search_block .searchStr {
	border: 1px solid #064160;
	width: 146px;
	padding: 1px 2px;
	font-size: 11px;
}

/* User info block */
#user_info .bg {
	padding: 10px;
}

#user_info .login {
	text-align: right;
	margin: 0 0 10px 0;
	font-size: 11px;
}

#user_info a {
	color: #666
}

#user_info .cartlink {
	float: right;
	margin: 0;
	text-align: right
}

#user_info .cartlink span {
	font-weight: bold;
	color: #a43059;
}

/* Categories block */
#categories ul {
	margin: 0px;
	padding-left: 18px;
	padding-top: 4px;
	padding-bottom: 2px;
	list-style-type: none;
	color: #C7327A;
}

/*
#categories ul li:before {
	content: url("../img/puce.gif");
	padding-right: 6px;
}
*/

#categories ul li {
	background: url("../img/puce.gif") no-repeat 0px 5px;
	padding-left: 12px;
}

#categories li {
	line-height: 20px;
}

ul.category {
 	padding-right: 5px;
}

ul.category li {
	vertical-align: middle;
	text-transform: uppercase;
}

	#categories ul.category li li {
		background-image: none;
		padding-left: 0;
		line-height: 17px;
	}

	ul.category li li a {
		font-size: 11px;
		color: #868585;
	}

/* Tags cloud */
div.tags_cloud {
 	padding-left: 10px;
 	padding-right: 10px;
 	font-weight: normal;
}

div.tags_cloud span {
	margin-right: 5px;
}

/* Bank logo */
div.bank_logo {
 	margin: 40px 0 0 0;
 	padding: 0px;
 	width: 190px;
 	text-align: center;
}

/* Center block */
img.home_logo {
 	padding-bottom: 4px;
}

h1.home_title {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
 	border: 0px;
}

p.home_presentation {
 	margin: 0px;
 	margin-bottom: 12px;
}

h2.product_name {
 	margin: 0px;
 	padding: 0px;
 	padding-bottom: 4px;
}

/* Cart block */
div.separator {
	height: 1px;
	margin-top: 4px;
	margin-bottom: 2px;
	margin-left: 10px;
	margin-right: 10px;
	color: #555;
	background-color: #C0C0C0; 
}

div.total {
 	padding-top: 2px;
 	padding-right: 7px;
 	line-height: 20px;
 	text-align: right;
}

div.edit_my_cart {
 	padding-top: 12px;
 	padding-left: 10px;
 	padding-right: 10px;
 	margin-bottom: 10px;
}

div.edit_my_cart a {
 	color: #555;
}

div.my_cart img {
 	vertical-align: text-bottom;
}

div.checkout {
 	float: right;
}

div.checkout a {
 	font-weight: bold;
}

div.checkout img {
 	vertical-align: text-bottom;
}

ol.link {
	padding-left: 26px;
}

.cart {
	font-size: 11px;
	padding: 0 10px;
}

table.cart {
 	margin: 0px;
 	padding: 0px;
 	margin-left: 6px;
 	margin-right: 6px;
 	font-weight: normal;
 	border-collapse: collapse;
}

table.cart a {
 	text-decoration: none;
}

td.cart_item {
 	width: 120px;
 	padding: 3px 0;
 	border-bottom: 1px dotted #666;
}

.last {
	border: 0 none !important;
}

td.cart_item img {
 	float: left;
 	margin-right: 5px;
}

td.cart_item .product_name {
	margin-left: 20px;
}

td.cart_price {
 	width: 54px;
 	text-align: right;
  	border-bottom: 1px dotted #666;
	color: #00744a;
}

strong.total {
	color: #000;
}

.cart .total strong {
	font-size: 12px;
}

/* Specials block */
div.specials {
 	text-align: center;
}

div.specials a {
 	color: #555;
}

div.specials img {
 	padding-bottom: 6px;
}

span.discounted {
 	text-decoration: line-through;
 	color: #555;
}

/* New_product block*/
.new_product {
	padding: 0 9px;
	width: 115px;
	height: 180px;
	text-align: center;
}

.new_product .product_image {
	float: none;
}

.new_product .in_stock {
	margin-bottom: 10px;
	position: absolute;
}

/* Content title (under category picture) */
h2.content_title {
 	width: 530px;
 	margin: 5px;
 	padding-top: 14px;
 	padding-bottom: 4px;
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 15px;
	border-bottom: 1px solid #A0A0A0;
}

div.block_title {
 	font-family: arial, sans-serif;
}

div.block_title img {
 	vertical-align: text-top;
}


/* Other */
span.navigation_end {
	font-weight: bold;
}

p.mentions {
 	margin: 4px 0 12px 0;
}

.center {
 	width: 100%;
 	text-align: center;
}

.right {
 	text-align: right;
}

ul.static_description {
 	margin: 0px;
 	padding: 4px 0 0 22px;
}

ul.static_description li, ol.static_description li {
	padding-bottom: 4px; 
}

div.frame {
 	margin: auto;
 	padding: 4px;
 	width: 220px;
 	border: 1px solid #999999;
 	color: #555;
}

.bold {
 	font-weight: bold;
}

.img_middle {
 	vertical-align: text-top;
}

/* Category page */
.catImg {
	position: absolute;
	z-index: -1;
}

.catPage {
	padding-top: 220px;
}

#categories_list {
 	border-bottom: 1px dashed #D3D3D3;
 	overflow: auto;
}
div.subcategory {
 	float: left;
 	padding: 4px;
 	padding-bottom: 14px;
 	width: 172px;
 	text-align: center;
}

div.subcategory img {
 	padding-bottom: 2px;
}

table.product_list, table.manufacturer_list, table.supplier_list {
 	width: 100%;
}

table.product_list tr.separator, table.product_list td.separator,
table.product_list tr.separator2, table.product_list td.separator2,
table.manufacturer_list tr.separator, table.manufacturer_list td.separator,
table.manufacturer_list tr.separator2, table.manufacturer_list td.separator2,
table.supplier_list tr.separator, table.supplier_list td.separator,
table.supplier_list tr.separator2, table.supplier_list td.separator2 {
	margin: 0px;
	padding: 0px;
	height: 1px;
	color: #000000;
 	background-color: #999999;
}

hr {
	border: 0 none;
	border-top: 1px solid #999;
	height: 0;
}

table.product_list tr.separator2, table.product_list td.separator2,
table.manufacturer_list tr.separator2, table.manufacturer_list td.separator2,
table.supplier_list tr.separator2, table.supplier_list td.separator2 {
	color: #000000;
 	background-color: #C0C0C0;
}

tr.product {
 	vertical-align: top;
}

tr.product td {
 	padding-top: 4px;
}

table.product_list td.price {
 	text-align: center;
 	vertical-align: middle;
}

table.product_list img.add_to_cart {
 	vertical-align: middle;
 	padding-left: 2px;
}

a.product_link:link, a.product_link:visited {
 	font-weight: bold;
 	color: #0C3D6C !important;
 	font-size: 16px;
}

div.cat_description {
 	margin: 0px;
 	padding: 0px;
 	padding-top: 8px;
 	padding-bottom: 16px;
}


/* Product page */
h1.product_name {
 	border: 0px;
 	padding-bottom: 6px;
 	font-size: 1.2em;
 	font-weight: bold;
}

div.product_img {
 	float: left;
 	width: 250px;
 	padding-bottom: 8px;
}

div.img_prev {
 	float: left;
}

div.img_zoom {
 	text-align: center;
}

div.img_next {
 	float: right;
}

div.other_views {
	clear: both;
 	padding-top: 10px;
 	margin-bottom: 4px;
 	border-bottom: 1px solid #C0C0C0;
 	font-weight: bold;
 	color: #3C3C3C;
}

img.min_image {
 	padding: 2px;
 	cursor: pointer;
}

div.product_properties {
}

#bigpic {
 	margin-right: 10px;
}

div.product_description {
 	padding: 4px;
 	background-color: #F0F0F0;
 	border: 1px dashed #999999;
}

div.product_prices {
 	text-align: right;
 	
}

h2.product_options {
 	margin: 0 0 4px 0;
 	padding: 0px;
}

div.product_attributs {
 	padding-left: 10px;
 	text-align: right;
 	padding-top: 10px;
 	clear:right;
}

div.attributs_description, div.attributs_select {
 	float: right;
}

div.attributs_description {
 	line-height: 22px;
}

div.attributs_select {
 	margin-left: 4px;
}

div.attributs_select select{
 	height: 20px;
 	margin: 0px;
 	margin-bottom: 2px;
 	padding: 0px;
 	font-size: 12px;
}

div.product_price {
 	float: right;
 	width: 180px;
	padding-top: 10px;
}

div.on_sale {
	float:left;
	padding-right: 10px;
}

div.big_price {
 	color: #C33102;
	font-weight: bold;
	font-size: 24px;
}

div.percent_discount, div.price_discount {
 	font-weight: bold;
 	font-size: 14px;
}

span.ecotax {
 	color: #009900;
 	font-size: 10px;
}

#add_to_cart_btn {
 	vertical-align: middle;
}

div.add_to_cart_17 {
 	padding-top: 8px;
    clear:right;
}

div.user_interaction {
 	width: 180px;
 	line-height: 18px;
 	color: #CCCCCC;
}

div.product_availability {
	clear: right;
 	line-height: 18px;
 	padding-top: 12px;
}

div.qtyav {
 	font-weight: bold;
}

div.last_quantities {
 	color: #DD0000;
 	font-weight: bold;
}

h2.product {
 	margin: 0px;
 	padding: 0px;
 	padding-top: 12px;
 	margin-bottom: 6px;
 	color: #3C3C3C;
}

.add_to_cart_btn {
 	padding-top: 2px;
	vertical-align: middle;
}

h2.full_description {
 	clear: both;
 	margin-bottom: 8px;
 	padding-top: 22px;
 	color: #3C3C3C;
}

p.full_description {
 	clear: both;
 	margin-top: 0px;
}

.bottom_ {
 	vertical-align: bottom;
}

div.product_accessory {
	width: 126px;
	padding: 4px;
 	text-align: center;
}

div.accessory_name {
 	min-height: 2.2em;
}

/* Cart page */
.cart_tab {
	width: 100%;
	border: solid 1px #555;
	font-size: 11px;
	border-collapse: collapse;
	margin-top: 10px;
}

.cart_tab th {
	font-weight: bold;
	height: 25px;
	border-bottom: solid 1px #999;
	background-color: #E9E9E9;
	text-align: center;
	padding: 0 5px;
}

.cart_tab td {
	height: 26px;
	padding: 5px;
}

.cart_tab_td td {
	border-bottom: dashed 1px #999;
}

.cart_tab_discount td {
	background: #EAF9FF;
}

.cart_tab_img {
	padding: 0 15px;
}

.cart_tab_img a{
	text-decoration: none;
}

.cart_tab_img img{
	border: 0;
}

.cart_tab_img a:hover {
	background: none;
}

.cart_tab_img a span{ 
	display: none;
}

.cart_tab_img:hover span{ 
	display: inline;
	position: absolute;
	width: 120px;
	height: 80px;
	background:transparent;
}

.cart_product_link a {
	font-weight: bold;
}

.cart_ref {
 	width: 40px;
 	text-align: center;
}

.cart_picture {
 	width: 16px;
}

.cart_availability {
 	width: 21px;
}

th.cart_product, td.cart_product {
 	text-align: left;
}

th.cart_unit, td.cart_unit {
 	width: 60px;
 	text-align: right;
}

th.cart_quantity, td.cart_quantity {
 	width: 45px;
}

th.cart_total, td.cart_total {
 	width: 60px;
 	text-align: right;
}

.qty_right {
	padding-left: 6px;
	float: right;
}

.qty_left, .qty_middle {
 	float: right;
}

.qty_middle {
 	width: 9px;
 	padding-left: 4px;
 	padding-right: 2px;
 	float: right;
}

tr.cart_entry {
 	border-bottom: 1px dashed #D3D3D3;
}

div.cart_voucher {
	float: right;
	margin-top: 20px;
}

fieldset.voucher {
 	width: 240px;
 	padding: 10px;
}


div.cart_voucher input[type="text"] {
	margin-left: 10px;
}

label {
	float: left;
	width: 120px;
	padding: 0.2em 0 0 0;
	text-align: right;
	font-size: 0.9em;
	font-weight: bold;
}

label.label-checkbox, label.label-radio {
	color:black;
	font-size:1.1em;
	font-weight:normal;
	margin-top:0.5em;
	width:auto;
	text-align:left;
	float:none;
}

.margin-form {
	margin: 0 0 1em 140px;
	color: #7F7F7F;
	font-size: 0.85em;
}

.red_star{
	color: red;
	font-weight: bold;
}

.icon{
	vertical-align: middle;
}

form.add_to_cart {
 	width: 111px;
 	height: 20px;
}


/* Pagination */
div.pagination {
 	clear: both;
 	padding-top: 12px;
}

div.pagination_left {
	float: left;
	width: 60%; 
}

div.pagination_right {
 	float: right;
 	width: 40%;
 	text-align: right;
}


/* Sitemap */
div.sitemap_block {
 	float: left;
 	width: 180px;
	margin-top:20px;
}

div.sitemap_block ul {
	margin-left:0px;
	padding-left:12px;
}

ul.categoryTree {
	margin: 6px 10px 12px 18px;
 	padding: 0px;
	list-style-type: none;
}

ul.categoryTree li {
	overflow: auto;
}

div.cat_tree_img {
 	clear: both;
 	float: left;
}

div.cat_tree_text {
 	float: left;
 	padding-top: 6px;
 	padding-left: 4px;
}

/* History order */
table.history {
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	border-collapse: collapse;
}

table.history td {
 	padding-top: 2px;
 	padding-bottom: 2px;
}

table.history th {
 	padding-bottom: 2px;
}

th.history_ref {
 	width: 70px;
}

th.history_date {
 	width: 80px;
}

th.history_quantity {
 	width: 40px;
}

th.history_price {
 	width: 70px;
}

th.history_method {
 	width: 70px;
}

th.history_invoice {
 	width: 46px;
}

table.history tr.separator, table.history td.separator,
table.history tr.separator2, table.history td.separator2 {
	margin: 0px;
 	padding: 0px;
	width: 100%;
	height: 1px;
	color: #000000;
 	background-color: #999999;
}

table.history tr.separator2, table.history td.separator2 {
	color: #000000;
 	background-color: #D3D3D3;
}

a.history {
 	text-decoration: underline;
}

a.history:hover {
 	text-decoration: none;
}

/* Addresses */
fieldset.address {
 	float: left;
 	margin-right: 20px;
 	margin-bottom: 16px;
 	padding: 5px
}

div.address_content {
 	float: left;
}

div.address_icons {
 	float: right;
 	padding-left: 16px;
}

div.address_menu {
 	clear: both;
}


/* Log in */
div.create_account, div.login {
 	float: left;
 	width: 236px;
 	margin-top: 8px;
 	margin-right: 10px;
 	padding: 6px;
 	border: 1px solid #D3D3D3;
}

input.account_input {
 	width: 180px;
 	margin-bottom: 4px;
}

div.form_field_header {
 	padding-bottom: 6px;
}

h2.auth {
 	margin: 0px;
 	padding: 0px;
 	padding-bottom: 6px;
}

/* Password lost */
div.password_form {
 	width: 386px;
 	border: 1px solid #D3D3D3;
 	padding: 6px;
}

div.password_form input.email_input {
 	margin-left: 10px;
 	width: 160px;
}

div.password_form input.button {
 	margin-left: 6px;
 	vertical-align: middle;
}

/* Order */
.proceso_compra {
	margin: 10px 0;
}

div.order_navigation {
	clear: both;
 	padding-top: 18px;
}

div.order_navigation input {
 	float: right;
}

div.order_navigation img.special_next {
 	float: right;
}

fieldset legend {
 	font-weight: bold;
}

/* step 1 */
div.summary_quantity {
 	float: right;
}

td.cart_quantity {
 	padding-right: 0px;
}

div.cart_delete {
 	float: right;
}

div.address_choices {
 	width: 300px;
 	padding: 6px;
 	border: 1px solid #D3D3D3;
 	margin-bottom: 30px;
}

div.address_input {
 	font-weight: bold;
 	margin-bottom: 6px;
}

div.address_chosen {
 	float: left;
 	width: 210px;
	margin-bottom: 16px;
	margin-right: 20px;
	padding: 6px;
 	border: 1px solid #D3D3D3;
}

div.address_chosen a.edit_address {
 	float: right;
}

div.order_delivery {
 	margin-top: 24px;
 	padding: 4px;
 	overflow: auto;
	border: 1px solid #D3D3D3;
}

div.delivery_address, div.invoice_address {
 	width: 250px;
 	padding: 4px;
}

div.delivery_address {
 	float: left;
}

div.invoice_address {
 	float: right;
}

div.order_carrier {
 	clear: both;
	float: left;
	margin-top: 4px;
 	padding: 4px;
}

.uppercase {
	text-transform: uppercase;
}


/* step 2 */
h1.carrier_title, h1.gift_title {
 	margin-top: 35px;
}

table.carrier {
 	width: 100%;
 	margin-top: 8px;
 	border-collapse: collapse;
}

table.carrier td {
 	padding-top: 4px;
 	padding-bottom: 4px;
}

table.carrier input {
 	margin: 0px;
 	padding: 0px;
}

table.carrier .action {
 	width: 16px;
	text-align: center;
}

table.carrier th.carrier, table.carrier td.carrier {
 	width: 30px;
	text-align: center;
}

table.carrier th.infos, table.carrier td.infos {
 	width: 335px;
	text-align: center;
}

table.carrier .carrier_price {
	text-align: right;
}

table.carrier tr.separator, table.carrier td.separator,
table.carrier tr.separator2, table.carrier td.separator2 {
	margin: 0px;
 	padding: 0px;
	width: 100%;
	height: 1px;
	color: #000000;
 	background-color: #999999;
}

table.carrier tr.separator2, table.carrier td.separator2 {
	color: #000000;
 	background-color: #D3D3D3;
}

#gift_div {
	display: none;
}

/* details */
div.detail_follow {
 	width: 527px;
	margin-top: 18px;
	padding: 6px;
 	border: 1px solid #D3D3D3;
}

h2.detail {
 	margin-top: 0px;
 	margin-bottom: 10px;
}

h2.detail2 {
 	margin-top: 36px;
 	margin-bottom: 8px;
}

div.detail_details {
 	line-height: 20px;
}

table.detail_step_by_step {
 	text-align: center;
}

table.detail_step_by_step tr.separator, table.detail_step_by_step td.separator,
table.detail_step_by_step tr.separator2, table.detail_step_by_step td.separator2 {
	margin: 0px;
 	padding: 0px;
	width: 100%;
	height: 1px;
	color: #000000;
 	background-color: #999999;
}

table.detail_step_by_step tr.separator2, table.detail_step_by_step td.separator2 {
	color: #000000;
 	background-color: #D3D3D3;
}

th.detail_date {
 	width: 140px;
}

th.detail_status {
 	width: 260px;
}

div.detail_invoice_address {
 	float: left;
 	width: 240px;
	padding-right: 20px;
	text-align: center;
}

table.order_detail {
 	border-collapse: collapse;
 	border: 1px solid #000000;
}

table.order_detail th {
 	border-bottom: 1px solid #000000;
 	background-color: #E9E9E9;
 	padding: 4px;
}

table.order_detail td {
 	padding: 4px;
}

th.order_detail_ref {
 	width: 80px;
}

th.order_detail_name {
 	width: 280px;
}

th.order_detail_quantity {
 	width: 36px;
}

th.order_detail_unit_price {
	width: 70px; 
}

th.order_detail_price {
 	width: 70px;
}

td.special_total, td.special_total2 {
	text-align: right;
	font-weight: bold;
	height: 17px;
}

td.special_total {
 	border-top: 1px solid #000;
}


/* Account creation */
fieldset.account_creation {
 	width: 400px;
 	margin-top: 20px;
}

/* Payment modules */

.payment_module {
	border-bottom: 1px solid #CCC;
	padding: 7px 0 7px 0;
}


.red {
 	color: #FF0000;
}

.green {
 	color: #008000;
}

/* Send to a friend */
div.send_to_a_friend {
 	width: 420px;
	margin-top: 6px;
	padding: 8px;
 	border: 1px solid #D3D3D3;
}

div.send_to_a_friend p.top {
 	margin: 0px 0px 10px 0px;
}

div.send_to_a_friend p.bottom {
 	margin: 10px 0px 0px 0px;
}

div.send_to_a_friend form {
 	line-height: 25px;
}

/* New blocks */
#payment_logos {
	text-align: center;
	width: 100%;
	margin: 10px 0px 20px 0px;
}
#payment_logos img {
	margin: 0 0.5em;
}

#permanent_links {
	margin: 10px 0px 15px 0px;
}

#permanent_links div {
	margin-bottom: 5px;
	clear:both;
}

#permanent_links img {
	float: left;
}

div.advertising_block {
	width: 190px;
	height: 115px;
	margin: 10px 0px 20px 0px;
}

/* Hints */
.hint {
	height: 34px;
	padding: 25px 0 0 0;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	background-image: url(../img/hintTop.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin-bottom: 25px;
}

.hint div.bottom {
	height: 29px;
	background-image: url(../img/hintBottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

.hint p {
	background-image: url(../img/hintBg.gif);
	background-repeat: repeat-y;
	margin: 0;
	padding: 0 20px;
}

/* Custom styles */
h2.home_title {
	border-bottom: 1px solid #999;
	
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.6em;
	color: #86a1b4;
	
	line-height: 36px;
}

.banner {
	margin-bottom: 20px;
}

.Left {
	margin-left: 5px;
}

.Right {
	text-align: right;
	margin-right: 5px;
}

.product_video {
	text-align: center;
	margin: 20px 0;
}

.advanced_search {
	color:#333333;
	background-color:#f5f5f5;
	border:1px solid #999999;
	padding:12px 0 12px 0;
}

.advanced_search  input,
.advanced_search  textarea,
.advanced_search  select{
	padding:2px 6px 2px 6px;
	border: 1px solid #333333;
}

.advanced_search table tr td{
	padding:5px 0 5px 20px;
}


.product_list td {
	vertical-align: middle;
	padding: 20px 0 5px 0;
}

th.sort_by {
	font-size: 0.9em;
	font-weight: normal;
}

td.avail {
	text-align: center;
	width: 80px;
}

td.price {
	width: 100px;
}

td.product_col {
	vertical-align: top;
}

td.sort_by {
	text-align: center;
}

input, select, img {
	vertical-align: middle
}

select {
	border: 1px solid #5c5c5c;
	background-color: #FFF;
	color: #5c5c5c;
}


/* shopping cart */
.iva {
	border: 1px solid #CCCCCC;
	padding: 5px 20px;
	margin: 10px auto;
	width: 90%;
	text-align: center;
	background-color: #E9E9E9;
	font-weight: bold;
	color: #F00
}