html {
	overflow-y: scroll;
	margin: 0;
	padding: 0;
}
body {
	background-image: url("https://www.todocalefon.cl/index_files/fondo-todocalefon-A0002.jpg");
	background-attachment: fixed;
	background-color: #f8f8f8;
	color: #666;
	font-family: 'Ubuntu', sans-serif;
	margin: 0px;
	padding: 0px;
}

body02 {
	background-repeat: no-repeat;
	background-color: #fff;
	color: #182983;
	font-family: 'Ubuntu', sans-serif;
	text-align: left;
	margin: 15px;
	padding: 15px;
}

::selection {
	background: #182983;
	color: #223ab7;
	text-shadow: none;
}
body, td, th, input, textarea, select, a {
	font-size: 10px;
	overflow: hidden;
}
h1 {
	color: #F00;
	margin-bottom: 15px;
	font-size: 15px;
	font-weight: normal;
	font-family: Ubuntu, sans-serif;
	text-align: left;
	line-height: 18px;
}
h2 {
	font-size: 12px;
}
p {
	margin-top: 0px;
	line-height: 19px;
}
p img, .category-info .image img {
	max-width: 100% !important;
	height: auto !important;
}
a, a:visited, a b {
	color: #FFF;
	text-decoration: none;
	border-radius: 10px;
	padding: 0px;
}
a:hover {
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}
a img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input[type='text'], input[type='password'], textarea {
	background: #fff;
	border: 1px solid #D6DBDF;
	padding: 3px;
	margin: 5px 0 5px 0;
	color: #666;
}
textarea {
	width: 97% !important;
}
select {
	background: #F8F8F8;
	border: 1px solid #D6DBDF;
	padding: 2px;
	margin-top: 5px;
	color: #e32526;
}
label {
	cursor: pointer;
}

/* Begin layout */
#container-wrapper {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
#container {
	padding: 10px 15px 10px 15px;
	padding-bottom: 8px;
	text-align: left;
	border-width: 1px;
	border-style: double;
	border-color: #dddddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 8px;
	background-color: #ffffff;
}
#column-left {
	float: left;
	width: 215px;
	margin: 0 0 30px 0;
	border-right: 1px dotted #e1e1e1;
}
#column-right {
	float: right;
	width: 215px;
	margin: 0 0 30px 0;
	border-left: 1px dotted #e1e1e1;
}
#content {
	padding: 0 0 15px 0;
}
#column-left + #column-right + #content {
	margin-left: 234px;
	margin-right: 234px;
}
#column-right + #content {
	margin-right: 234px;
}
#column-left + #content {
	margin-left: 234px;
}
/* End layout */

/* Begin currency-language dropdown */
#language {
	position: absolute;
	top: 0px;
	right: 436px;
	width: auto;
	text-align: left;
	z-index: 9999;
}
#language img {
	cursor: pointer;
}
#language a {
	display: block;
	padding: 4px 5px 4px 30px; 
	color: #666;
	text-decoration: none;
	margin-right: 2px;
	margin-bottom: 2px;	
	white-space:nowrap;
	font-size: 12px;	
}
#language a:hover {
	color: #e1e1e1;
}
#language-options {
	border-top: 1px solid #eee;
	margin: 0 2px;
	padding-top: 2px;
}
#language-switcher {
	background: #fff;
	border: 1px solid #e1e1e1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;	
}
.language-selected {
	display: block;
	line-height: 12px;
	padding: 4px 7px 3px 7px;
	color: #666;
	text-decoration: none;
	cursor: pointer;
	margin-right: 7px;
	margin-bottom: 2px;	
	background: url('../image/arrow-down-small.png') 100% 60% no-repeat;	
}
.language-selected img{
	float:left; 
	margin: 3px 6px 0 0;	
}

#currency {
	position: absolute;
	width: auto;
	top: 0px;
	right: 298px;
	text-align: left;
	z-index: 9999;
}
#currency a {
	display: block;
	padding: 4px 6px;
	color: #666;
	text-decoration: none;
	margin-right: 2px;
	margin-bottom: 2px;	
	white-space:nowrap;
	font-size: 12px;	
}
#currency a:hover {
	color: #e1e1e1;
}
#currency-options {
	border-top: 1px solid #eee;
	margin: 0 2px;
	padding-top: 2px;
}
#currency-switcher {
	background: #fff;
	border: 1px solid #E6E6E6;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;	
}
.currency-selected {
	display: block;
	line-height: 17px;
	padding: 4px 16px 3px 6px;
	color: #666;
	text-decoration: none;
	cursor: pointer;
	margin-right: 7px;
	margin-bottom: 2px;	
	background: url('../image/arrow-down-small.png') 100% 60% no-repeat;	
}
#currency a b {
	color: #666;
	text-decoration: none;
}
/* End currency-language dropdown */

/* header */
#header-area {
	padding-top: 0px;
	border-width: 0px;
	border-style: solid;
	border-color: #E2E2E2;
	border-left: none;
	border-right: none;
	border-bottom: none;
}
#header-wrapper {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(sup-Videos-02.png);
}
#header-wrapper-2 {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(sup-TodoAires-002.png);
}
#header-wrapper-3 {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(sup-TodoTermos-002.png);
}
#header-wrapper-4 {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(sup-TodoCalderas-00001-A0002.jpg);
}
#header-wrapper-5 {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(sup-TodoCalefon-2-002.png);
}
#header-wrapper-6 {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(sup-TodoComoComprar-002.png);
}
#header-wrapper-7 {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(sup-TodoBombasdeCalor-002.png);
}
#header-wrapper-8 {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(sup-TodoAccesorios-002.png);
}
#header-wrapper-9 {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(sup-Listado-Instaladores-002.png);
}
#header-wrapper-10 {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(sup-TodoCalefon-00001-A0003-002.png);
}
#header-wrapper-11 {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(sup-TodoCalefon-00001-A0003-002.png);
}
#header-wrapper-12 {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(sup-Listado-Instaladores-02.jpg);
}
#header-wrapper-13 {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(sup-TodoComoComprar-00001-A0002-02.jpg);
}
#header-wrapper-14 {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(sup-TodoCalefon-Ofertas-02.png);
}
#header-wrapper-15 {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(sup-Videos-002.png);
}
#header-wrapper-16 {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(sup-Liquidacion.png);
}
#header {
	height: 100px;
	position: relative;
}
#header #logo {
	position: absolute;
	top: 0px;
	left: 10px;
}

/* Begin header cart */
#header #cart {
	position: absolute;
	top: 43px;
	right: 0;
	z-index: 999;
	min-width: 300px;
}
#header #cart .heading {
	text-align: right;
}
#header #cart .heading h4 {
	margin: 0;
}
#header #cart .heading a {
	color: #819C45;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	padding: 7px 30px 7px 5px;
	background: url(../image/cart-black.png) 100% 50% no-repeat;
}
#header #cart .heading a span {
	background: none;
}
#header #cart .content {
	clear: both;
	display: none;
	position: relative;
	top: -1px;
	background: #FFF;
	padding: 8px;
	min-height: 150px;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#header #cart.active .heading {
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 6px;
}
#header #cart.active .content {
	display: block;
}
.mini-cart-info table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
.mini-cart-info td {
	vertical-align: top;
	padding: 10px 5px;
	border-bottom: 1px dashed #ddd;
}
.mini-cart-info td a {
	color: #666;
	font-weight: normal;
}
.mini-cart-info .image {
	width: 1px;
}
.mini-cart-info .image img {
	padding: 2px;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: #DDD;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}
.mini-cart-info .name small {
	color: #666;
}
.mini-cart-info .quantity {
	text-align: right;
}
.mini-cart-info td.total {
	text-align: right;
}
.mini-cart-info .remove {
	text-align: right;
}
.mini-cart-info .remove img {
	cursor: pointer;
}
.mini-cart-total {
	text-align: right;
}
.mini-cart-total table {
	border-collapse: collapse;
	display: inline-block;
	margin-bottom: 5px;
}
.mini-cart-total td {
	padding: 4px;
}
#header #cart .checkout {
	text-align: right;
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
}
#header #cart .checkout a {
	background-image: url(../image/button-bg.png);
	background-repeat: repeat;
	background-color: #F8F8F8;
	border: none;
	padding: 6px 10px;
	margin-left: 10px;
	color: #555;
	text-decoration: none;
	cursor: pointer;
	line-height: 17px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
#header #cart .checkout a:hover {
	background-image: url(../image/button-hover-bg.png);
}
#header #cart .empty {
	padding-top: 50px;
	text-align: center;
}
/* End header cart */

/* Begin header search */
#header #search {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
#header .button-search {
	position: absolute;
	top: 0;
	right: 0;
	background: url('../image/button-search.png') center center no-repeat;
	width: 32px;
	height: 28px;
	cursor: pointer;
}
#header #search input {
	padding: 1px 30px 1px 5px;
	margin: 0;
	width: 250px;
	height: 24px;
	border: 1px solid #e6e6e6;
	color: #999;
	font-size: 13px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
/* End header search */

/* Begin header welcome */
#header #welcome {
	position: absolute;
	bottom: 15px;
	right: 2px;
	z-index: 20;
	width: auto;
	text-align: right;
	font-size: 12px;
	color: #999;
}
#header #welcome a {
	color: #172983;
}
/* End header welcome */

/* Begin header links */
#header .links {
	position: absolute;
	right: 200px;
	top: 43px;
	z-index: 999;
}
#header .links-mobile {
	display: none;
}
#header .links a {
	display: none;
	float: left;
	font-size: 12px;
	color: #666;
	background: url(../image/arrow-right-small.png) 0 50% no-repeat;
	padding-left: 8px;
}
#header .links a:hover {
	text-decoration: none;
}
#header .links a + a {
	margin-left: 10px;
}
.text-home {
	display: none;
}
/* End header links */

/* Begin menu */
#menu-area {
}
#menu-wrapper {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}
#menu-mobile {
	display: none;
}
#menu {
	height: 40px;
	background-repeat: repeat;
	background-color: #e2001a;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 8px;
}
.menu-home-link a {
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 12px;
    padding-right: 12px;
}
#menu > ul > li {
	position: relative;
	float: left;
	z-index: 20;
	background: url(../image/menu-split.png) right no-repeat;
}
#menu > ul > li:hover {
}
#menu > ul > li > a {
	display: block;
	font-size: 12px;
	font-weight: 400;
	color: #ffffff;
	font-weight: bold;
	line-height: 40px;
	padding: 0px 6px 0px 6px;
	position: relative;
	text-decoration: none;
	text-shadow: 0px -1px 0px #000;
	z-index: auto;
}
#menu > ul > li:hover > a {
	color: #ecebeb;
	text-align: center;
	font-weight: bold;
	}
#menu > ul > li > div {
	position: absolute;
	display: none;
	overflow: hidden;
	z-index: 5;
	background-image: url(https://www.todocalefon.cl/index_files/footer-shadow.png);
	background-repeat: repeat-x;
	background-color: #e2001a;
	padding-bottom: 50px;
	border-width: 2px;
	border-style: solid;
	border-color: #fe9596;
	border-top: none;
	padding: 5px 5px 5px 5px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}
#menu > ul > li:hover > div {
	display: table;
}
#menu > ul > li > div > ul {
	display: table-cell;
}
#menu > ul > li ul + ul {
	padding-left: 20px;
}
#menu > ul > li ul > li > a {
	text-decoration: none;
	font-size: 10px;
	font-weight: bolder;
	background: url(../image/arrow-right-small-white.png) left 10px no-repeat;
	padding: 2px 2px 2px 2px;
	color: #f1f3f5;
	display: block;
	white-space: nowrap;
	min-width: 120px;
}
#menu > ul > li ul > li > a:hover {
	color: #fcd2d3;
}
#menu > ul > li > div > ul > li > a {
	color: #ffffff;
}
/* End menu */

/* Begin slider shadow */
.slider-shadow {
	height: 20px;
	background: url(../image/slider-shadow.png) top center no-repeat;
	margin: 0 -15px 0 -15px;
	padding-bottom: 15px;
}
/* End slider shadow */

/* Begin breadcrumb */
.breadcrumb {
	color: #ccc;
	margin: 0px 0px 0px 0px;
}
.breadcrumb a {
	color: #888;
}
/* End breadcrumb */

/* Begin notice */
.success, .warning, .attention, .information {
	padding: 10px 10px 10px 33px;
	margin: 15px 0 15px 0;
	color: #666;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
.success a, .warning a, .attention a, .information a {
	color: #172983;
}
.success {
	background: #F4FAED url('../image/success.png') 10px center no-repeat;
	border: 1px solid #E0EBD3;
}
.warning {
	background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;
}
.attention {
	background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
	border: 1px solid #F2DD8C;
}
.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	padding-top: 4px;
	padding-right: 4px;
	cursor: pointer;
}
/* End notice */

.required {
	color: #F00;
	font-weight: bold;
	font-family: "Arial Black", Gadget, sans-serif;
}
.error {
	display: block;
	color: #EE4848;
}
.help {
	color: #999;
	font-size: 12px;
	font-weight: normal;
	display: block;
}
table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.form tr td:first-child {
	width: 150px;
}
table.form > * > * > td {
}
table.form td {
	padding: 4px;
}
input.large-field, select.large-field {
	max-width: 100%;
}
table.list {
	background: #fff;
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	margin-bottom: 20px;
}
table.list td {
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}
table.list thead td {
	background-color: #f3f3f3;
	padding: 0px 5px;
	color: #666;
}
table.list thead td a, .list thead td {
	text-decoration: none;
	color: #222222;
	font-weight: bold;
}
table.list tbody td {
	padding: 0px 5px;
}
table.list .left {
	text-align: left;
	padding: 7px;
}
table.list .right {
	text-align: right;
	padding: 7px;
}
table.list .center {
	text-align: center;
	padding: 7px;
}
table.radio {
	width: 100%;
	border-collapse: collapse;
}
table.radio td {
	padding: 5px;
}
table.radio td label {
	display: block;
}
table.radio tr td:first-child {
	width: 1px;
}
table.radio tr td:first-child input {
	margin-top: 1px;
}
table.radio tr.highlight:hover td {
	background: #F1FFDD;
	cursor: pointer;
}

/* Begin pagination */
.pagination-top {
	display: inline-block;
	width: 100%;
	padding-top: 20px;
}
.pagination-bottom {
	display: inline-block;
	width: 100%;
	padding-bottom: 30px;
}
.pagination-top .links, .pagination-bottom .links {
	float: left;
}
.pagination-top .links a, .pagination-bottom .links a {
	display: inline-block;
	background: #eee;
	padding: 3px 8px;
	text-decoration: none;
	color: #888;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}
.pagination-top .links a:hover, .pagination-bottom .links a:hover {
	color: #666;
	background: #eee;
}
.pagination-top .links b, .pagination-bottom .links b {
	display: inline-block;
	background: #d6d6d6;
	padding: 3px 8px;
	font-weight: normal;
	text-decoration: none;
	color: #666;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}
.pagination-top .results, .pagination-bottom .results {
	float: right;
	padding-top: 3px;
}
/* End pagination */

/* button */
a.button {
	background-image: url(../image/button-bg.png);
	background-repeat: repeat;
	background-color: #F8F8F8;
	border: none;
	padding: 5px 10px;
	color: #555;
	text-decoration: none;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
input.button {
	background-image: url(../image/button-bg.png);
	background-repeat: repeat;
	background-color: #F8F8F8;
	border: none;
	padding: 4px 10px;
	color: #555;
	text-decoration: none;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
a.button:hover, input.button:hover {
	background-image: url(../image/button-hover-bg.png);
}
input.button-product-page {
	background-image: url(../image/button-product-bg.png);
	background-repeat: repeat;
	background-color: #4F861B;
	border: none;
	padding: 6px 20px;
	font-size: 13px;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	line-height: 17px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
input.button-product-page:hover {
	background-image: url(../image/button-product-hover-bg.png);
}
input.button-product {
	background-image: url(../image/button-product-bg.png);
	background-repeat: repeat;
	background-color: #0CF;
	border: none;
	padding: 4px 10px;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	cursor: pointer;
	line-height: 17px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
input.button-product:hover {
	background-image: url(../image/button-product-hover-bg.png);
}
.buttons {
	overflow: auto;
	padding: 6px;
	margin-bottom: 20px;
}
.buttons .left {
	float: left;
	text-align: left;
}
.buttons .right {
	float: right;
	text-align: right;
}
.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.htabs {
	font-size: 12px;
	background: #ffffff;
	height: 36px;
	line-height: -100px;
	padding: 10px 0px 10px 0px;
	margin-bottom: 0px;
}
.htabs a {
	background: #e2001a;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	padding: 6px 12px 6px 12px;
}
.htabs a:hover {
	background: #182983;
	color: #32c8fb;
	font-size: 12px;
	font-weight: bold;
	padding: 6px 12px 6px 12px;
	height: 36px;
	line-height: -100px;
}
.htabs a.selected {
	padding-bottom: 10px;
	background: #e2e2e2;
	border-top: 1px solid #d8d8d8;
	border-left: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
}
.tab-description2, .tab-attribute2, .tab-review2, .tab-related2 {
}
.tab-content {
	padding: 10px 0px 5px 0px;
	border-bottom: 1px dotted #f1f3f5;
	margin-bottom: 0px;
	z-index: 2;
}
.tab-content ul {
	line-height: 19px;
}
#captcha {
	margin-top: 10px;
}
.tags {
	background: url(../image/tags.png) left center no-repeat;
	padding: 5px 5px 5px 25px;
	margin-bottom: 20px;
}

/* Begin welcome */
.welcome {
	display: none;
}
.welcome-message {
	padding: 0 0 15px 0;
}
#column-left .welcome-message {
	padding: 0 15px 10px 0;
}
#column-right .welcome-message {
	padding: 0 15px 10px 15px;
}
/* End welcome */

/* BEGIN BOX */
.box {
	padding-bottom: 15px;
}
/* Begin box heading */
.box .box-heading {
	font-size: 13px;
	text-align: left;
	color: #F00;
	margin: 5px 0 0 -5px;
}
.box .box-heading span {
	background-image: url(../image/default.png);
	background-position:  8px center;
	background-repeat: no-repeat;
	background-color: #F4F4F4;
	border-top: solid 4px #fefeff00;
	padding-left: 30px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-top: 4px;
	border-left: 1px dotted #fff;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	-webkit-box-shadow: 2px 2px 0px 0 #E4E4E4;
	-moz-box-shadow: 2px 2px 0px 0 #E4E4E4;
	box-shadow: 2px 2px 0px 0 #E4E4E4;
}
.box .box-heading .account {
	background-image: url(../image/account2.png);
	background-position:  5px center;
	background-repeat: no-repeat;
	background-color: #172983;
}
.box .box-heading .category {
	background-image: url(../image/category.png);
	background-position:  8px center;
	background-repeat: no-repeat;
	background-color: #172983;
}
.box .box-heading .info {
	background-image: url(../image/info2.png);
	background-position:  5px center;
	background-repeat: no-repeat;
	background-color: #172983;
}
.box .box-heading .latest{
	background-image: url(../image/latest.png);
	background-position:  7px center;
	background-repeat: no-repeat;
	background-color: #EEE;
	font-weight: bold;
	border-bottom: solid 4px #fff;
}
.box .box-heading .featured {
	background-image: url(../image/featured.png);
	background-position:  8px center;
	background-repeat: no-repeat;
	background-color: #172983;
}
.box .box-heading .specials {
	background-image: url(../image/star.png);
	background-position:  5px center;
	background-repeat: no-repeat;
	background-color: #172983;
}
.box .box-heading .bestsellers {
	background-image: url(../image/sun.png);
	background-position:  5px center;
	background-repeat: no-repeat;
	background-color: #172983;
}
#column-right .box .box-heading {
	margin-left: -1px;
}
#column-left + #content .box .box-heading,
#column-left + #column-right + #content .box .box-heading {
	margin-left: 10px;
}
/* End box heading */

.box .box-content {
	margin-top: 25px;
	text-align: left !important;
}
#column-right .box .box-content {
	margin-left: 15px;
}
.affiliate > ul {
	line-height: 20px;
	list-style: none;
	padding: 0;
}
.affiliate > ul li {
	background: url('../image/arrow-right-small.png') left 7px no-repeat;
	padding-left: 8px;
	color: #666;
	font-size: 13px;
}
.affiliate > ul li a {
	color: #666;
	font-size: 12px;
}
.box-account-content, .box-information-content {
	margin-top: 20px;
}
#column-right .box-account-content, #column-right .box-information-content {
	margin-left: 15px;
}
.box-account-content ul, .box-information-content ul {
	list-style-type: none;
	padding: 3px 15px 0 0;
	line-height: 22px;
}
.box-account-content ul li, .box-information-content ul li {
	background: url(../image/arrow-right-small.png) left 10px no-repeat;
	padding-left: 8px;
}
.box-account-content ul li a, .box-information-content ul li a {
	color: #666;
	font-size: 12px;
}

/* Begin middle column content  */
#column-left + #column-right + #content .box-product > div {
	width: 222px;
	margin-left: 8px;
	margin-right: 7px;
}
/* End middle column content  */

/* Begin box-product */
.box-product {
	width: 100%;
	text-align: center;
}
.box-product > div {
	position: relative;
	width: 220px;
	display: inline-block;
	vertical-align: top;
	margin-left: 6px;
	margin-right: 6px;
	margin-bottom: 20px;
	text-align: left;
}
.box-product .boxgrid {
	position: relative;
	overflow: hidden;
	/* background: url(../image/noimage.gif) center repeat; */
	height: 138px;
	padding: 1px;
	/* border-width: 1px;
	border-style: solid;
	border-color: #dddddd; */
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 6px;
}
.box-product .boxgrid-002 {
	position: relative;
	overflow: hidden;
	/* background: url(../image/noimage.gif) center repeat; */
	height: 700px;
	padding: 1px;
	/* border-width: 1px;
	border-style: solid;
	border-color: #dddddd; */
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 6px;
}
.box-product .image {
	display: block;
	height: 140px;
	overflow: hidden;
	text-align: center;
}
.box-product .image-002 {
	display: block;
	height: 700px;
	overflow: hidden;
	text-align: center;
}
.box-product .image img {
	padding: 0;
/*	margin-top: -17%; */
	height: 100%;
}
.box-product-info {
	position: absolute;
	width: 220px;
	height: 144px;
	top: 142px;
	padding: 0px;
	margin-left: -2px;
	background: #e6f3fb;
	opacity: 0.99;
	z-index: 0;
	background-image: url(index_files/Termo-Electrico-Rheem-55L-220V-al-Mural-bot.png);
	left: 1px;
}
.box-product .rating {
	float: none;
}
#rating-none {
	opacity: 0;
	filter: Alpha(opacity=50); /* IE8 and earlier */
}
.box-product .description {
	margin-top: 5px;
	line-height: 20px;
	height: 60px;
	overflow: hidden;
}
.box-product .description a {
	display: block;
	color: #030e4a;
	text-decoration: none;
	font-family: Ubuntu, sans-serif;
}
.box-product-info .button-cart {
	position: absolute;
	width: 200px;
	height: 124px;
	right: 33px;
	bottom: 18px;
	background: url(index_files/logo-todo-calefon-bot.jpg) 144px 220px no-repeat;
	border: 1px solid #e6f3fb;
	padding: 0;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.box-product-info .button-cart:hover {
	background-image: url(index_files/Termo-Electrico-Rheem-125L-220V-al-Mural-b-300x300.jpg);
	background-repeat: no-repeat;
	background-position: 11px 9px;
}
.box-product-info .more a {
	position: absolute;
	width: 28px;
	height: 24px;
	right: 40px;
	bottom: 10px;
	background: url(index_files/logo-todo-calefon-bot.jpg) 144px 220px no-repea) center -21px no-repeat;
	border: 1px solid #ddd;
	padding: 3px;
	margin-right: 12px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.box-product-info .more a:hover {
	background: url(index_files/logo-todo-calefon-bot.jpg) 144px 220px no-repea) center 9px no-repeat;
}
.box-product-info .wishlist a /* Category box-product only */ {
	position: absolute;
	width: 34px;
	height: 30px;
	right: 94px;
	bottom: 10px;
	background: url(index_files/logo-todo-calefon-bot.jpg) 144px 220px no-repea) 8px -19px no-repeat;
	border: 1px solid #e6f3fb;
	padding: 0;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.box-product-info .wishlist a:hover /* Category box-product only */ {
	background: url(index_files/logo-todo-calefon-bot.jpg) 8px 8px no-repeat;
}
.box-product-info .compare a /* Category box-product only */ {
	position: absolute;
	width: 34px;
	height: 30px;
	right: 136px;
	bottom: 10px;
	background: url(index_files/logo-todo-calefon-bot.jpg) 9px -21px no-repeat;
	border: 1px solid #DDD;
	padding: 0;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.box-product-info .compare a:hover /* Category box-product only */ {
	background: url(index_files/logo-todo-calefon-bot.jpg) 9px 8px no-repeat;
}
.box-product .boxgrid-bottom {
	padding-bottom: 20px;
	text-align: center;
	background: url(index_files/logo-todo-calefon-bot.jpg) bottom center no-repeat;

}
.box-product .name {
	margin-top: 10px;
	text-align: center;
}
.box-product .name a {
	font-size: 13px;
	color: #666;
	text-decoration: none;
}
.box-product .name a:hover {
	text-decoration: none;
}

.box-product .price-02 {
    display: block;
    font-family: "Arial Black", Gadget, sans-serif;
    color: #182983;
    font-size: 12px;
    font-weight: bold;
    background-color: #f9fc019e;
    border-radius: 8px;
    border: 2px #f9fc019e;
    block-size: 12px;
    padding-bottom: 6px;
    padding-top: 0px;
    padding-left: 8px;
    padding-right: 8px;
    border-style: solid;
    text-align: center;
    display: inline-block;
}

.box-product .price {
	display: block;
	color: #000;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #fed22f;
	border-radius: 8px;
	border: 0px #fed22f;
	block-size: 25px;
	padding-bottom: 0px;
	padding-top: 8px;
	padding-left: 12px;
	padding-right: 12px;
	border-style: solid;
	text-align: center;
	display: inline-block;
	margin-top: 8px;
}
.box-product .price-old {
	color: #bbb;
	font-weight: normal;
	text-decoration: line-through;
        font-size: 13px;
}
.box-product .price-new {
        font-size: 14px;
        font-weight: bold;
        color: #172983;
}
.ribbon-sale {
	position: absolute;
	background: url(index_files/logo-todo-calefon-bot.jpg) no-repeat;
	width: 50px;
	height: 21px;
	top: 10px;
	left: 3px;
}
/* End box-product */

/* Begin column left and column right box-product */
#column-left .box-product > div {
	width: 200px;
	background: none;
	margin: 0 0 10px 0;
	padding: 0px 0 10px 0;
	border-bottom: 1px dotted #DDD;
}
#column-right .box-product > div {
	width: 200px;
	background: none;
	margin: 0 0 10px 0;
	padding: 0px 0 10px 0;
	border-bottom: 1px dotted #DDD;
}
#column-left .box-product .boxgrid, #column-right .box-product .boxgrid {
	float: left;
	width: 75px;
	height: 50px;
	margin-right: 10px;
	background: url(../image/noimage-small.gif) center no-repeat;
}
#column-left .box-product .image, #column-right .box-product .image {
	display: block;
	float: left;
	width: 75px;
	height: 50px;
	overflow: hidden;
	text-align: center;
}
#column-left .box-product .box-product-info, #column-right .box-product .box-product-info,
#column-left .box-product .ribbon-sale, #column-right .box-product .ribbon-sale {
	display: none;
}
#column-left .box-product .boxgrid-bottom, #column-right .box-product .boxgrid-bottom {
	text-align: left;
	background: none;
	padding: 0;
	margin-top: -10px;
}
#column-left .box-product .name, #column-right .box-product .name {
	margin-top: 10px;
}
#column-left .box-product .name a, #column-right .box-product .name a {
	font-size: 12px;
}
/* End column left and column right box-product */

/* Begin box category */
#box-category-area {
	background: none;
}
ul.box-category {
	list-style: none;
	margin: 0 0 15px 0;
	padding: 0;
}
ul.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.box-category > li:first-child {
	padding: 6px 5px 6px 0px;
}
ul.box-category > li {
	padding: 8px 8px 8px 0px;
}
ul.box-category > li + li {
	border-top: 0px dashed #e2e2e2;
}
ul.box-category > li > a {
	background: url(../image/arrow-right.png) left 3px no-repeat;
	font-size: 12px;
	text-decoration: none;
	color: #666;
	padding-left: 10px;
}
ul.box-category > li > a:hover {
	color: #172983;
	text-decoration: none;
	background: url(../image/arrow-right.png) left 3px no-repeat;
}
ul.box-category > li ul {
	display: none;
}
ul.box-category > li a.active {
	font-weight: normal;
	color: #172983;
}
ul.box-category > li a.active + ul {
	display: block;
}
ul.box-category > li ul > li {
	padding: 10px 5px 0px 15px;
}
ul.box-category > li ul > li > a {
	text-decoration: none;
	font-size: 13px;
	color: #666;
	display: block;
}
ul.box-category > li ul > li > a:hover {
	text-decoration: none;
	color: #172983;
}
ul.box-category > li ul > li > a.active {
	font-weight: normal;
}
/* End box category */

/* Begin box filter */
#box-filter {
	margin-bottom: 20px;
}
ul.box-filter-inner {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
}
ul.box-filter-inner ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.box-filter-inner > li {
	display: inline-block;
	margin-right: 20px;
}
ul.box-filter-inner span {
	font-size: 13px;
	font-weight: bold;
	display: block;
	margin-bottom: 8px;
}
ul.box-filter-inner > li ul {
	padding-bottom: 10px;
}

#column-left ul.box-filter-inner > li {
	display: block;
	margin-right: 15px;
}
#column-right ul.box-filter-inner > li {
	display: block;
	margin: 0;
}
/* End box filter */
/* END BOX */

/* content */
#content .content {
	background: #f3f3f3;
	border: 1px solid #e0e0e0;
	padding: 15px;
	overflow: auto;
	margin-top: 15px;
	margin-bottom: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
#content .content ul {
	line-height: 19px;
	list-style: none;
	padding-left: 15px;
}
#content .content ul li {
	background: url('../image/arrow-right-small.png') 4px 7px no-repeat;
	padding-left: 15px;
	color: #666;
	font-size: 13px;
}
#content .content ul li a {
	font-size: 12px;
	color: #666;
}
#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}
/* category */
.category-top-content {
	border: none;
	margin-bottom: 30px;
}
.category-info {
	overflow: auto;
}
.category-info ul {
	line-height: 19px;
}
.category-info .image {
	float: left;
	padding: 2px 2px 0 2px;
	margin-right: 15px;
	border: 1px solid #DDD;
}
.category-list {
	overflow: auto;
	margin-bottom: 20px;
}
.category-list span {
	font-size: 13px;
	font-weight: bold;
	float: left;
	margin-top: 3px;
	margin-right: 10px;
}
.category-list ul {
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
}
.category-list ul li a {
	display: inline-block;
	float: left;
	margin: 0 10px 10px 0;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	font-size: 11px;
	padding: 0 8px 0 8px;
	line-height: 20px;
	background-image: url(../image/category-list-bg.png);
	background-repeat: repeat;
	background-color: #7C8E92;
	border: 2px solid white;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 3px 0px 0px #B6BBBD;
	-moz-box-shadow: 3px 0px 0px #B6BBBD;
	box-shadow: 3px 0px 0px #B6BBBD;
}
.category-list ul li a:hover {
	background-image: url(../image/category-list-hover-bg.png);
	-webkit-box-shadow: 3px 0px 0px #FF7676;
	-moz-box-shadow: 3px 0px 0px #FF7676;
	box-shadow: 3px 0px 0px #FF7676;
}
.category-list .div a {
	text-decoration: none;
	font-weight: bold;
}
/* manufacturer */
.manufacturer-list {
	border: 1px solid #DBDEE1;
	padding: 5px;
	overflow: auto;
	margin-bottom: 20px;
}
.manufacturer-heading {
	background: #f3f3f3;
	font-size: 10px;
	font-weight: bold;
	padding: 5px 8px;
	margin-bottom: 6px;
}
.manufacturer-content {
	padding: 8px;
}
.manufacturer-list ul {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}
/* product */
.product-filter {
	overflow: auto;
	background: #EEE url(../image/product-filter-bg.png) repeat;
	padding: 0 10px 0 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
.product-filter .display {
	margin-right: 15px;
	float: left;
	color: #666;
	line-height: 36px;
}
.product-filter .display a {
	color: #999;
}
.product-filter .display a:hover {
	color: #666;
}
.product-filter .sort {
	float: right;
	color: #666;
	line-height: 36px;
}
.product-filter .limit {
	margin-left: 15px;
	float: right;
	color: #666;
	line-height: 36px;
}
.product-compare {
	float: left;
	line-height: 36px;
}
.product-compare a {
	text-decoration: none;
	padding-left: 20px;
	background: url(../image/compare.png) left -3px no-repeat;
	color: #666;
}
.product-compare a:hover {
	text-decoration: none;
}
.product-add-list-compare {
	margin-top: 15px;
}
.product-add-to-wishlist {
	background: url(../image/wishlist.png) left -1px no-repeat;
	padding-left: 18px;
	color: #666;
}
.product-add-to-compare {
	background: url(../image/compare.png) left -3px no-repeat;
	padding-left: 20px;
	color: #666;
}
.write-review {
	background: url(../image/add.png) left center no-repeat;
	padding-left: 10px;
	margin-left: 10px;
}

/* Product */
.product-info {
	overflow: auto;
	margin-bottom: 0px;
}
.product-info > .left {
	float: center;
	margin-right: 10px;
}
.product-info > .left + .right {
	margin-left: 340px;
	margin-top: -15px;
}
.product-info .image {
	float: left;
	margin-bottom: 10px;
	padding: 1px 1px 1px 1px;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: #dddddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 12px;
}
.product-info .image .zoom{
	margin-top: 5px;
	margin-bottom: -6px;
}
.product-info .image .zoom a{
	font-size: 10px;
	color: #888;
	text-transform: uppercase;
	background: white url('../image/zoom.png') 5px 2px no-repeat;
	padding: 1px 5px 1px 16px;
}
.product-info .image-additional {
	width: 300px;
	margin-left: 0;
	clear: both;
	overflow: hidden;
	float: left;
}
.product-info .image-additional img {
	padding: 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #dddddd;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 8px;
}
.product-info .image-additional a {
	float: left;
	display: block;
	margin-right: 8px;
	margin-bottom: 8px;
}
.product-info .description {
	padding: 0px 2px 0px 2px;
	margin-bottom: 0px;
	line-height: 17px;
	font-size: 12px;
	text-align: left;
}
.product-info .description span {
}
.product-info .description a {
	color: #F00;
}
.price-container {
}
.product-info .price {
	font-size: 19px;
	color: #182983;
	font-weight: bold;
	margin-bottom: 3px;
	border-top-color: 1px #93d5fd;
	border-right-color: #93d5fd;
	border-bottom-color: 1#93d5fd;
	border-left-color: #93d5fd;
	text-align: left;
	line-height: 30px;
}
.product-info .price-old {
	color: #bbb;
	text-decoration: line-through;
	font-size: 16px;
	font-weight: normal;
}
.product-info .price-new {
}
.product-info .price-tax {
	font-size: 12px;
	font-weight: normal;
}
.product-info .price .reward {
	font-size: 12px;
	font-weight: normal;
}
.product-info .price .discount {
	font-weight: normal;
	font-size: 12px;
}
.product-info .options {
	padding: 0px 5px 10px 20px;
	margin-bottom: 10px;
}
.product-info .option-image {
	margin-top: 3px;
	margin-bottom: 10px;
}
.product-info .option-image label {
	display: block;
	width: 100%;
	height: 100%;
}
.product-info .option-image img {
	margin-right: 5px;
	border: 1px solid #CCCCCC;
	cursor: pointer;
}
.product-info .cart {
	padding: 10px 5px 5px 0px;
	margin-bottom: 0px;
	color: #666;
	background-color: #f8f8f8;
	margin-top: 30px;
	border-radius: 8px;
}
.product-info .cart div > span {
	color: #999;
}
.product-info .cart .links {
	display: inline-block;
	vertical-align: middle;
}
.product-info .cart .minimum {
	padding-top: 5px;
	font-size: 11px;
	color: #999;
}
.product-info .review {
	color: #4D4D4D;
	margin-bottom: 10px;
	padding-left: 10px;
}
.product-info .review a {
	color: #666;
}
.product-info .review > div {
	padding: 8px 0;
	line-height: 22px;
}
.product-info .review > div > span {
	color: #C44032;
}
.product-info .review .share {
	overflow: auto;
	line-height: normal;
}
.product-info .review .share a {
	text-decoration: none;
}
.review-list {
	padding-bottom: 10px;
	overflow: auto;
	margin-bottom: 15px;
	border-bottom: 1px dotted #ccc;
}
.review-list .author {
	float: left;
	margin-bottom: 10px;
	background: url(../image/review-list-author.png) left center no-repeat;
	padding-left: 15px;
}
.review-list .rating {
	float: right;
	margin-bottom: 10px;
}
.review-list .text {
	clear: both;
	line-height: 19px;
}
.attribute {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
	font-size: 12px;
	font-weight: normal;
}
.attribute thead td, .attribute thead tr td:first-child {
	font-size: 14px;
	font-weight: bold;
	background: #f3f3f3;
	text-align: left;
}
.attribute tr td:first-child {
	font-weight: bold;
	text-align: right;
	width: 20%;
}
.attribute td {
	padding: 7px;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}
.compare-info {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	margin-bottom: 20px;
	background: #fff;
}
.compare-info-img {
	padding: 2px;
	border-width: 1px;
	border-style: solid;
	border-color: #DDD;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}
.compare-info thead td, .compare-info thead tr td:first-child {
	font-size: 14px;
	font-weight: bold;
	background: #f3f3f3;
	text-align: left;
}
.compare-info tr td:first-child {
	font-weight: bold;
	text-align: right;
}
.compare-info td {
	padding: 7px;
	width: 20%;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}
.compare-info .name a {
	font-weight: normal;
}
.compare-info .price-old {
	font-weight: normal;
	color: #bbb;
	text-decoration: line-through;
}
.compare-info .price-new {
	font-weight: normal;
	color: #172983;
}
/* wishlist */
.wishlist-info table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	margin-bottom: 20px;
}
.wishlist-info td {
	padding: 7px;
}
.wishlist-info thead td {
	font-weight: bold;
	background-color: #f3f3f3;
	border-bottom: 1px solid #e0e0e0;
}
.wishlist-info thead .image {
	text-align: center;
}
.wishlist-info thead .name, .wishlist-info thead .model, .wishlist-info thead .stock {
	text-align: left;
}
.wishlist-info thead .quantity, .wishlist-info thead .price, .wishlist-info thead .total, .wishlist-info thead .action {
	text-align: right;
}
.wishlist-info tbody td {
	background: #fff;
	vertical-align: top;
	border-bottom: 1px solid #e0e0e0;
}
.wishlist-info tbody .image img {
	padding: 2px;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: #DDD;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}
.wishlist-info tbody .image {
	text-align: center;
}
.wishlist-info tbody .name, .wishlist-info tbody .model, .wishlist-info tbody .stock {
	text-align: left;
}
.wishlist-info tbody .name a {
	font-weight: normal;
}
.wishlist-info tbody .quantity, .wishlist-info tbody .price, .wishlist-info tbody .total, .wishlist-info tbody .action {
	text-align: right;
	font-weight: normal;
}
.wishlist-info tbody .price s {
	color: #bbb;
}
.wishlist-info tbody .action img {
	cursor: pointer;
}
.login-content {
	margin-bottom: 20px;
	overflow: auto;
}
.login-content .left {
	float: left;
	width: 48%;
}
.login-content .right {
	float: right;
	width: 48%
}
.login-content .left .content, .login-content .right .content {
	min-height: 190px;
}
/* orders */
.order-list {
	background: #f3f3f3;
	border: 1px solid #e0e0e0;
	padding: 10px;
	margin-bottom: 10px;
}
.order-list .order-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.order-list .order-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.order-list .order-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #f3f3f3;
}
.order-list .order-content div {
	float: left;
	width: 33.3%;
	line-height: 19px;
}
.order-list .order-info {
	text-align: right;
}
.order-detail {
	background: #EFEFEF;
	font-weight: bold;
}
/* returns */
.return-list {
	margin-bottom: 10px;
}
.return-list .return-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.return-list .return-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.return-list .return-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
}
.return-list .return-content div {
	float: left;
	width: 33.3%;
}
.return-list .return-info {
	text-align: right;
}
.return-product {
	overflow: auto;
	margin-bottom: 20px;
}
.return-name {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-model {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-quantity {
	float: left;
	width: 31%;
}
.return-detail {
	overflow: auto;
	margin-bottom: 20px;
}
.return-reason {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-opened {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-opened textarea {
	width: 98%;
	vertical-align: top;
}
.return-captcha {
	float: left;
}
.download-list {
	margin-bottom: 10px;
}
.download-list .download-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.download-list .download-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.download-list .download-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
}
.download-list .download-content div {
	float: left;
	width: 33.3%;
}
.download-list .download-info {
	text-align: right;
}
/* cart */
.cart-info table {
	width: 100%;
	margin-bottom: 15px;
	border-collapse: collapse;
	border-top: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
}
.cart-info td {
	padding: 7px;
}
.cart-info thead td {
	font-weight: bold;
	background-color: #f3f3f3;
	border-bottom: 1px solid #e0e0e0;
}
.cart-info thead .image {
	text-align: center;
}
.cart-info thead .name, .cart-info thead .model, .cart-info thead .quantity {
	text-align: left;
}
.cart-info thead .price, .cart-info thead .total {
	text-align: right;
}
.cart-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #e0e0e0;
	background: #fff;
}
.cart-info tbody .image img {
	border: 1px solid #e0e0e0;
	padding: 3px;
}
.cart-info tbody .image {
	text-align: center;
}
.cart-info tbody .name, .cart-info tbody .model, .cart-info tbody .quantity {
	text-align: left;
}
.cart-info tbody .quantity input[type='image'], .cart-info tbody .quantity img {
	position: relative;
	top: 4px;
	cursor: pointer;
}
.cart-info tbody .price, .cart-info tbody .total {
	text-align: right;
}
.cart-info tbody span.stock {
	color: #F00;
	font-weight: bold;
}
.cart-module > div {
	display: none;
}
.cart-total {
	border-top: 1px solid #e0e0e0;
	overflow: auto;
	padding-top: 8px;
	margin-bottom: 15px;
}
.cart-total table {
	float: right;
}
.cart-total td {
	padding: 3px;
	text-align: right;
}
/* checkout */
.checkout-heading {
	background: #f3f3f3;
	border: 1px solid #e0e0e0;	
	padding: 8px;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 15px;
}
.checkout-heading a {
	float: right;
	margin-top: 1px;
	font-weight: normal;
	text-decoration: none;
}
.checkout-content {
	padding: 0px 0px 15px 0px;
	display: none;
	overflow: auto;
}
.checkout-content .left {
	float: left;
	width: 48%;
}
.checkout-content .right {
	float: right;
	width: 48%;
}
.checkout-content .buttons {
	clear: both;
}
.checkout-product table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	margin-bottom: 20px;
}
.checkout-product td {
	padding: 7px;
}
.checkout-product thead td {
	font-weight: bold;
	background-color: #f3f3f3;
	border-bottom: 1px solid #e0e0e0;
}
.checkout-product thead .name, .checkout-product thead .model {
	text-align: left;
}
.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total {
	text-align: right;
}
.checkout-product tbody td {
	vertical-align: top;
	border-bottom: 1px solid #e0e0e0;
}
.checkout-product tbody .name, .checkout-product tbody .model {
	text-align: left;
}
.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {
	text-align: right;
}
.checkout-product tfoot td {
	text-align: right;
	border-bottom: 1px solid #e0e0e0;
}
.contact-info {
	overflow: auto;
}
.contact-info .left {
	float: left;
	width: 48%;
}
.contact-info .right {
	float: left;
	width: 48%;
}

/* Begin sitemap */
.sitemap-info {
	overflow: auto;
	margin-bottom: 40px;
}
.sitemap-info ul {
	line-height: 19px;
	list-style: none;
}
.sitemap-info ul li ul {
	padding-left: 15px;
}
.sitemap-info ul li a {
	background: url('../image/arrow-right-small.png') 4px 5px no-repeat;
	padding-left: 15px;
	color: #666;
}
.sitemap-info .left {
	float: left;
	width: 48%;
}
.sitemap-info .right {
	float: left;
	width: 48%;
}
.sitemap-info .left > ul > li > a, .sitemap-info .right > ul > li > a {
	font-weight: bold;
	background: none;
	padding: 0
}
/* End sitemap */

/* Begin footer */
#footer-mobile {
	display: none;
}
#footer  {
	position: relative;
	clear: both;
	overflow: auto;
	min-height: 150px;
	margin-left: -16px;
	margin-right: -16px;
	padding: 25px 10px 10px 10px;
	background-image: url(../image/footer-shadow.png);
	background-repeat: repeat-x;
	background-color: #172983;	
	border-style: solid;
	border-width: 2px;
	border-color: #ccc;
	border-left: none;
	border-right: none;
	border-bottom: none;
}
#footer h3 {
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.column1 h3, .column2 h3, .column3 h3, .column4 h3 {
	color: #fff;
}
#footer .column1, #footer .column2, #footer .column3, #footer .column4 {
	float: right;
	width: 17.2%;
	min-height: 120px;
	margin-right: 15px;
	background: url(../image/footer-column-split.png) right no-repeat;
}
#footer .column1 ul, #footer .column2 ul, #footer .column3 ul, #footer .column4 ul {
	margin: 0;
	padding: 0;
}
#footer .column1 ul li, #footer .column2 ul li, #footer .column3 ul li, #footer .column4 ul li {
	line-height: 20px;
	list-style-type: none;
}
#footer .column1 a, #footer .column2 a, #footer .column3 a, #footer .column4 a {
	text-decoration: none;
	color: #ddd;
	display: block;
	font-size: 12px;
	background: url(../image/arrow-right-small-white.png) left 7px no-repeat;
	padding-left: 8px;
}
#footer .column1 a:hover, #footer .column2 a:hover, #footer .column3 a:hover, #footer .column4 a:hover {
	text-decoration: none;
}
/* footer contacts */
.column-contacts {
	float: right;
	width: 23%;
	min-height: 125px;
	margin: 0;
}
.column-contacts h3 {
	color: #fff;
}
.column-contacts ul {
	margin: 0;
	padding: 0;
}
.column-contacts ul li {
	color: #ddd;
	font-size: 12px;
	padding-left: 30px;
	line-height: 28px;
	list-style-type: none;
}
.column-contacts .fono {
	background: url(../image/fono.png) left center no-repeat;
}
.column-contacts .celular {
	background: url(../image/celular.png) 4px center no-repeat;
}
.column-contacts .mapa {
	background: url(../image/mapa.png) left center no-repeat;
}
.column-contacts .correo {
	background: url(../image/correo.png) left center no-repeat;
}
.column-contacts a {
	text-decoration: none;
	color: #ddd;
	display: block;
}
.column-contacts a:hover {
	text-decoration: none;
}
/* powered */
#powered {
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	line-height: 20px;
	color: #ffffff;
	background: #e2001a;
	padding: 15px 25px 15px 25px;
	border-style: solid;
	border-width: 1px;
	border-color: #e1e1e1;
	border-left: none;
	border-right: none;
	border-bottom: none;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;

}
.footer-alignleft {
	float: left;
}
.footer-alignleft a {
	font-size: 11px;
	color: #999;
}
.footer-alignright {
	float: right;
}
.footer-alignright a {
	font-size: 11px;
	color: #999;
}
.footer-alignright a:hover {
	text-decoration: none;
}
/* social icons */
ul.social-icons {
	position: absolute;
	bottom: 23px;
	right: 62px;
	margin: 0;
	padding: 0;
	width: 41px;
}
ul.social-icons li {
	display: inline-block;
	list-style: none;
}
ul.social-icons li img {
	margin-right: 7px; 
}
ul.social-icons li img:hover {
	opacity: 0.7;
	filter: Alpha(opacity=70); /* IE8 and earlier */ 
}
/* End footer */

/* Begin banner */
.banner {
	text-align: center;
	margin-bottom: 15px;
}
.banner div {
	float: left;
	margin: 0 7px 15px 7px;
}
.banner div:hover {
	opacity: 0;
	filter: Alpha(opacity=0); /* IE8 and earlier */
}
.banner div img{
	max-width: 100%;
}
#column-left .banner div {
	margin: 0;
}
#column-right .banner div {
	margin: 0 0 0 15px;
}
.clear {
	clear: both;
	visibility: hidden;
	padding: 0 !important;
	margin: 0 !important;
}
/* End banner */

/* Begin scroll to top button */
#scroll-to-top {
	width: 30px;
	height: 30px;
	background: #555 url(../image/scroll-up.png) center no-repeat;
	text-align: center;
	position: fixed;
	bottom: 20px;
	right: 25px;
	cursor: pointer;
	opacity: 0.5;
	filter: Alpha(opacity=50); /* IE8 and earlier */
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}
#scroll-to-top:hover {
	opacity: 1;
	filter: Alpha(opacity=100); /* IE8 and earlier */
}
/* End scroll to top button */

/* litros */
.litros {
	font-weight: bold;
	color: #999;
	font-family: "Arial Black", Gadget, sans-serif;
}
.litros:hover {
	font-weight: bold;
	color: #999;
	font-family: "Arial Black", Gadget, sans-serif;
}
/* End litros */


/* destacado */
.destacado {
	font-weight: bold;
	color: #999;
	font-family: "Arial Black", Gadget, sans-serif;
}
.destacado:hover {
	font-weight: bold;
	color: #999;
	font-family: "Arial Black", Gadget, sans-serif;
}
/* End destacado */

/* destacado02 */
.destacado02 {
	font-size: 13px;
	font-weight: bold;
	color: #666;
}
.destacado02:hover {
	font-size: 13px;
	color: #006;
	font-weight: bold;
	top: auto;
}
/* End destacado02 */

/* .ui-widget-header03 */
.ui-widget-header03 { 
    font-size: 12px;
    font-family: "Arial Black", Gadget, sans-serif;
    border: 1px solid #182983;
    padding: 8px;
    background: #0140bd;
    color: #ffffff;
    font-weight: bold;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}
.ui-widget-header03:hover {
    font-size: 12px;
	font-family: "Arial Black", Gadget, sans-serif;
	border: 1px solid #182983;
	padding: 8px;
	background: #06a4f94a; 
	color: #182983; 
	font-weight: bold;
	border-top-right-radius: 12px; 
	border-bottom-right-radius: 12px;
}
/* End .ui-widget-header03 */

/* .destacado-marcas */
.destacado-marcas {
	background-color: #fff;
	color: #999;
	font-family: "Arial Black", Gadget, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
/* End .destacado-marcas */

/* .full-control */
.full-control {
	background-color: #fff;
	color: #999;
	font-family: "Arial Black", Gadget, sans-serif;
	margin: 0px;
	padding: 0px;
}
/* End .full-control */

/* .trifasico */
.trifasico {
	color: #3b8304;
	font-family: "Arial Black", Gadget, sans-serif;
	margin: 0px;
	padding: 0px;
/* End .trifasico */

/* .360-view */
.360-view {
      width: 100%;
}
/* End .360-view */



/* .Up-bot */
.Up-bot {
	text-align: justify;
	float: left;
}
/* End .Up-bot */








/* .bot360-view */

.bot360-view {
	  background-color: #e6f3fb;
	  border-right: 30px;
	  border-top: 10px;
	  border-left: 10px;
	  border-bottom: 10px;
	  margin-bottom: 20px;
	  margin-top: 20px;
}
/* End .bot360-view */





/* .imbatible */
.imbatible {
    font-size: 14px;
    background: #f9fc01;
    font-family: "Arial Black", Gadget, sans-serif;
    color: #182983;
    padding: 2px;
    padding-left: 14px;
    padding-right: 14px;
    font-weight: bold;
    border-radius: 8px;
}
/* End .imbatible */


.center {
	text-align: center;
	background-color:#dbeef9;
	padding-bottom: 4px;
	padding-top: 4px;
	border-radius: 15px;
}
