@import"header.css";
@import"footer.css";
@import"responsivo.css";
html {
	overflow-y: scroll;
	margin: 0;
	padding: 0;
}
body {
	color: #666;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
}
body, td, th, input, textarea, select, a {
	font-size: 11px;
}

a {
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	text-decoration: none;
}

.simplecheckout-customer-right {
	margin-bottom: 1%;
	display: block;
}
.simplecheckout-customer-right input {
	width: 100%;
}

.img-responsive {
	width: 100%;
	height: auto;
}

/*NOVOS*/
.clear {
	clear:both;
}

.wrapper {
	/*max-width:980px;
	margin:0 auto;
	padding:0% 1%;
	position:relative;*/
}

.wrapper-home {
	/*max-width:1200px;
	margin:0 auto;
	padding:2px;
	position:relative;*/
}


.wrapper-pages {
	/*max-width:980px;
	margin:0 auto;
	padding:0;
	position:relative;*/
}

.wrapper_pages {
	/*max-width:980px;
	margin:0 auto;
	padding:5px 0;
	position:relative;*/
}

.wrapper_pages_full {
	/*max-width:1200px;
	margin:0 auto;
	padding:1% 1%;
	position:relative;*/
}

/*CONTENT REGUA*/
.content_regua {
	max-width:980px;
	margin-bottom:10px;
	background:#EFEFEF;
	height:54px;
}

.regua1 {
	width:250px;
	float:left;
	margin-left:5px;
	margin-right:45px;
}

.regua2 {
	width:331px;
	float:left;
	background:url(../image/icon_valepresente_box.html) no-repeat;
	height:54px;
}

.regua3 {
	width:310px;
	float:right;
	margin-right:10px;
}

.img_regua {
	width:auto;
	float:left;
	margin-right:10px;
}

.p_entrega {
	font:12px 'Dosis', sans-serif;
	color:#141414;
	text-align:center;
	margin-top:20px;
}

.p_entrega2 {
	font:12px 'Dosis', sans-serif;
	color:#141414;
	text-align:center;
	margin-left:20px;
	margin-top:10px;
}

.link_p_entrega {
	font:12px 'Dosis', sans-serif;
	color:#CCA862;
	text-decoration:none;
}

.link_p_entrega:hover {
	color:#000;
}

h1, .welcome {
	color: #636E75;
	font: Verdana;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 32px;
	font-weight: normal;
	text-shadow: 0 0 1px rgba(0, 0, 0, .01);
}
h2 {
	color: #000000;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 5px;
}
p {
	margin-top: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 3%;
}
/*a, a:visited, a b {
	color: #38B0E3;
	text-decoration: underline;
	cursor: pointer;
}*/
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input[type='text'], input[type='password'], textarea {
	background: #FFF;
	border: 1px solid #CCC;
	padding: 3px;
	margin-left: 0px;
	margin-right: 0px;
}
select {
	background: #FFF;
	border: 1px solid #CCC;
	padding: 3px;
}
label {
	cursor: pointer;
}

/*BG CONTAINER*/
/*.bg_home {
	width:auto;
	margin-top:10px;
}*/

.bg_da_home {
	width:auto;
	padding:1%;
	background:#DEDEDE;
}

.bg_conteudo_da_home {
	max-width: 1170px;
	margin:0 auto;
	background:#FFF;
	/*border-top-left-radius: 10px;
	border-top-right-radius: 10px;*/
	padding-top:1%;
	padding-bottom: 1%;
	min-height: 150px;
	/*box-shadow: 0px 70px 55px #8E8E8E;*/
}

/*.bg_da_home #content {
	max-width:1250px;
	margin:0 auto;
	background:#FFF;
	border: 5px solid white;
    position:relative;
    box-shadow: -1px 0px 8px rgba(0, 0, 0, 0.80);
    -moz-box-shadow: -1px 0px 8px rgba(0, 0, 0, 0.80);
    -webkit-box-shadow: -1px 0px 8px rgba(0, 0, 0, 0.80);
}*/

/*********************************************************************************/
/*HOME*/
.facilidades {
	text-align: center;
}
.quem-somos-home .title, .quem-somos-home .p-title {
	text-align: center;
}
.quem-somos-home .p-title {
	font-weight: 800;
}
.quem-somos-home .separator {
	border-bottom: 8px solid #2B2F5D;
	width: 5%;
	margin:1% auto;
}

.txt {
	font-family: 'Oswald', sans-serif;
	text-transform:uppercase;
	font-size:2em;
	color:#333;
	text-align:center;
	margin-bottom:1%;
}

.quem-somos-home p {
	font-size:11px;
	color:#666;
	text-align:justify;
}

.linha-home {
	border-top:1px solid #EEE;
	padding:10px 0;
	width:90%;
	margin:0 auto;
}

/*SERVIÇOS*/
.servicos_home {
	width:100%;
	margin-bottom:2%;
}

.col_servicos .txt {
	margin-top:2%;
}

.col_servicos img {
	-webkit-transition:all 0.8s ease;
	-moz-transition:all 0.8s ease;
	-o-transition:all 0.8s ease;
	transition:all 0.8s ease;
}

.col_servicos img:hover {
	-webkit-transition:all 0.8s ease;
	-moz-transition:all 0.8s ease;
	-o-transition:all 0.8s ease;
	transition:all 0.8s ease;
	-webkit-transform:scale(1.05);
	-moz-transform:scale(1.05);
	-ms-transform:scale(1.05);
	-o-transform:scale(1.05);
	transform:scale(1.05);
}

.col_servicos p {
	color:#666;
}

/*VISA TRAVEL HOME*/
.content_visatravel {
	width:100%;
	margin-top:1%;
}

.box_visatravel {
	border:1px solid #EEE;
	padding:1%;
	height:auto;
}
.box_visatravel h1 {
	text-align: center;
	text-transform: uppercase;
}
.box_visatravel p {
	text-align: center;
}



/*********************************************************************************/
/* layout */
#container {
	width:auto;
	text-align:left;
	background:url(../image/bg_sombra_separator.jpg) center bottom no-repeat #FFF;
	padding-bottom:2%;
	margin-bottom:1%;
}

.bg_header {
	width:auto;
	text-align:left;
	background:url(../image/bg_sombra_separator.jpg) center bottom no-repeat #FFF;
	padding-bottom:2%;
	margin-bottom:1%;
}

/*#column-left {
	float: left;
	width: 20%;
}
#column-right {
	float: right;
	width: 20%;
}*/
#content {
	min-height: 400px;
	/*margin-bottom: 25px;*/
	margin-bottom:2%;
}
/*#column-left + #column-right + #content, #column-left + #content {
	margin-left: 195px;
}
#column-right + #content {
	margin-right: 195px;
}*/

/*CONTENT H1*/
#content a {
	text-decoration:none;
	/*color:#666;*/
}

.simpleregister-have-account a {
	color:#D34448 !important;
}

#content h1 {
	font:24px 'Oswald', sans-serif;
	color:#666;
	text-transform:uppercase;
}

#content h2 {
	font:14px 'Oswald', sans-serif;
	color:#A6A8AC;
	text-transform:uppercase;
}

.content ul li {
	float:left;
	list-style:none;
	margin-right:2px;
	margin-bottom:10px;
}

.content ul li a {
	font:11px Arial, Helvetica, sans-serif;
	color:#333;
	text-transform:uppercase;
	border-right:1px solid #F1F1F1;
	padding:1px 4px;
	text-decoration:none;
}

.content ul li:last-child a {
	border-right:0;
}

.content ul li a:hover {
	color:#BC3437 !important;
}

/*CONTENT DO SITE*/
.breadcrumb {
	width:auto;
	margin-top:15px;
	margin-bottom: 20px;
	background: transparent !important;
	text-align: center;
}

.breadcrumb a {
	font-size:10px;
	font-family: Arial, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 2% 1%;
	color:#666;
	text-decoration:none;
}

.breadcrumb a:hover {
	text-decoration: underline !important;
}

.succes > .txt_success a {
	font:13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#333;
}

.success, .warning, .attention, .information {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	color: #333;
	font:13px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.success {
	width:100%;
	height:auto;
	background: #FFF url('../image/success.png') 10px center no-repeat;
	border: 1px solid #CCC;
}
.warning {
	background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.attention {
	background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
	border: 1px solid #F2DD8C;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	padding-top: 4px;
	padding-right: 4px;
	cursor: pointer;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	display: block;
	color: #FF0000;
}
.help {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}
table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.form tr td:first-child {
	width: 150px;
}
table.form > * > * > td {
	color: #000000;
}
table.form td {
	padding: 4px;
}
input.large-field, select.large-field {
	width: 300px;
}
table.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
table.list td {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
table.list thead td {
	background-color: #EFEFEF;
	padding: 0px 5px;
}
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;
}

.pagination {
	border-top: 1px solid #EEEEEE;
	padding-top: 8px;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	display: inline-block;
	border: 1px solid #EEEEEE;
	padding: 4px 10px;
	text-decoration: none;
	color: #A3A3A3;
}
.pagination .links b {
	display: inline-block;
	border: 1px solid #269BC6;
	padding: 4px 10px;
	font-weight: normal;
	text-decoration: none;
	color: #269BC6;
	background: #FFFFFF;
}
.pagination .results {
	float: right;
	padding-top: 3px;
}
/* button */
a.button {
	display: inline-block;
    padding: 4px 4px;
    font-family: 'Open Sans', sans-serif;
	text-decoration:none;
    font-size: 11px;
	text-transform:uppercase;
    color: #FFF !important;
	background:#0B52A0;
}

input.button {
	cursor: pointer;
	color: #FFF !important;
	font-family: Arial, Helvetica, sans-serif;
	padding: 4px 4px;
	font-size: 11px;
	text-transform:uppercase;
	background:#0B52A0;
	border: 0;
}
a.button:hover, input.button:hover {
	background:#333;
	color:#FFF !important;
	cursor:pointer;
}
.buttons {
	background: #FFFFFF;
	/*border: 1px solid #EEEEEE;*/
	overflow: auto;
	padding: 0.55%;
	margin-bottom: 1%;
}
.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;
}

/*NOTIFICATION*/
#notification {
	z-index: 9999 !important;
	width: 45%;
	top:40%;
	position:fixed;
	left:25%;
}

#notification .success a {
	font:11px Arial, Helvetica, sans-serif;
	color:#300;
	font-weight:bold;
}

/*HTABS*/
.htabs {
	height: 50px;
	line-height: 18px;
	/*border-bottom: 1px dashed #DDDDDD;*/
}

.htabs_vocetambem {
	font-family: 'Oswald', sans-serif;
	text-transform:uppercase;
	font-size: 18px;
	color: #333;
	margin-top:25px;
	margin-bottom:15px;
}

.htabs a {
	float: left;
	font-family: 'Oswald', sans-serif;
	text-transform:uppercase;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	color: #333;
	margin-right: 2px;
	display: none;
}

.htabs a.selected {
	color:#333 !important;
	margin-top:-5px;
}
.link_ver_completo {
	padding: 10px;
	margin-bottom: 20px;
	z-index: 2;
	overflow: auto;
}
/*REGUA HOME*/
@media only screen and (min-width: 250px) {
.regua_home {
	display: none;
}
}
@media only screen and (min-width: 768px) {
.regua_home {
	display: block;
}
.regua_home img {
	width: 100%;
	height: auto;
}
}
/* box */
.box {
	background:#FFF;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	min-height: auto;
	padding: 2%;
	box-shadow: 0px 70px 55px #8E8E8E;
	margin-bottom: 2%;
}
.box2 .box-heading {
	padding: 1% 1%;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
	font-size:20px;
	text-transform: uppercase;
	color: #666;
	text-align: center;
}
.box2 .box-content {
	padding: 2% 2%;
	margin-top: 2%;
}
.box .title, .box .p-title {
	text-align: center;
}
.box2 .box-content ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.box2 .box-content ul li {
	padding-top:5px;
	padding-bottom:5px;
	width:100%;
	border-bottom: 1px solid #EEE;
	margin:5px 0;
}
.box2 .box-content ul li a {
	font-size:11px;
	color:#666;
	padding:4px 0px;
	text-decoration:none;
}
.box2 .box-content ul li a:hover {
	color:#292D59;
	text-decoration: underline;
}

/* box products */
.box-product {
	width: 100%;
	overflow:auto;
}
.box-product > div {
	display: inline-block;
	vertical-align: top;
	margin-top:1%;
	margin-bottom: 2%;
	position:relative;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
@media only screen and (min-width: 1024px) {
.box-product > div:hover {
	background: #FFF;
	cursor: pointer;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    -o-transform: rotate(-1deg);
    writing-mode: lr-tb;
}
}
.box-product .description {
	display: none;
}
.box-product .image {
	text-align: center;
	display: block;
	margin-bottom: 0px;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.box-product .image:hover {
	opacity:1.0;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

@media only screen and (min-width: 250px) {
.box-product .image img {
	width:100%;
	height:auto;
}
}
@media only screen and (min-width: 768px) {
.box-product .image img {
	width:auto;
}
}
.box-product .image img {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.box-product .name a {
	color: #1779A4;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	margin-top: 15px;
	letter-spacing: 1px;
	text-decoration: none;
	display: inline-block;
}

.box-product .name a:hover {
	color:#2B2F5D;
}
.box-product .cart {
	margin-top: 15px;
}
.box-product .bt-cart {
	background: #197AA5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 11px;
	padding: 10px 20px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	border-bottom: 4px solid #2B2F5D;
	display: inline;
	font-weight: normal;
}
.box-product .bt-cart:hover {
	background: #666;
}
.box-product .price span {
	font-weight: normal;
	font-size: 11px;
}
.box-product .price {
	color: #1779A4;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	margin-top: 10px;
	font-weight: bold;
	margin-bottom: 4px;
}
.box-product .price-old {
	color: #666;
	font:12px Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration: line-through;
}
.box-product .price-new {
	font-weight: bold;
	font-size:18px;
}
.box-product .rating {
	display: block;
	text-align:center;
	margin-bottom: 4px;
}
.box-product .economize {
	background:#05C98C;
	padding:4px 4px;
	color:#FFF;
	font:14px Arial, Helvetica, sans-serif;
	font-weight:bold;
	position:absolute;
	top:1%;
	left:2%;
}

.box-product .buttons_esgotado {
	padding:5px 5px;
	background:#333;
	color:#FFF;
	font:12px Arial, Helvetica, sans-serif;
	font-weight:bold;
	opacity:0.89;
	position:absolute;
	top:42%;
	right:10%;
}

/*BOX com Carousel*/
.box-product-carousel {
	/*width: 100%;
	overflow: auto;*/
}
.box-product-carousel > div {
	/*width: 190px;
	display: inline-block;
	vertical-align: top;
	margin-right: 0;
	margin-top:2%;
	margin-left:4%;
	margin-bottom: 2%;*/
	position:relative;
	border:1px solid #EEEEEE;
}

.box-product-carousel .image {
	display: block;
	margin-bottom: 0px;
}
.box-product-carousel .image img {
	
}
.box-product-carousel .name a {
	color: #333;
	font:14px Arial, Helvetica, sans-serif;
	text-align:center;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}

.box-product-carousel .name a:hover {
	color:#666;
}

.content_parcelamento_produto {
	font-weight:normal;
	font:12px Arial, Helvetica, sans-serif;
	color:#666;
}

.box-product-carousel .price {
	float:left;
	color: #3D4068;
	font:22px Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 4px;
}
.box-product-carousel .price-old {
	color: #666;
	font:12px Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration: line-through;
}
.box-product-carousel .price-new {
	font-weight: bold;
	font-size:18px;
}

.box-product-carousel .cart {
	float:left;
	margin-left:2%;
}
.box-product-carousel .rating {
	display: block;
	text-align:center;
	margin-bottom: 4px;
	/*position:absolute;
	top:15%;
	right:5%;*/
}

.box-product-carousel .economize {
	background:#05C98C;
	padding:4px 4px;
	color:#FFF;
	font:14px Arial, Helvetica, sans-serif;
	font-weight:bold;
	position:absolute;
	top:1%;
	left:2%;
}

.box-product-carousel .buttons_esgotado {
	padding:5px 5px;
	background:#333;
	color:#FFF;
	font:12px Arial, Helvetica, sans-serif;
	font-weight:bold;
	opacity:0.89;
	position:absolute;
	top:42%;
	right:10%;
}



/* box products related */
.box-product-related {
	width: 100%;
	overflow: auto;
}
.box-product-related > div {
	width: 190px;
	display: inline-block;
	vertical-align: top;
	margin-right: 0;
	margin-bottom: 20px;
	position:relative;
}

.box-product-related .image {
	display: block;
	margin-bottom: 0px;
}
.box-product-related .image img {
	
}
.box-product-related .name a {
	color: #141414;
	font:11px Arial, Helvetica, sans-serif;
	text-align:center;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}

.box-product-related .name a:hover {
	color:#666;
}

.box-product-related .price {
	display: block;
	font-weight: bold;
	color: #333;
	font:12px Arial, Helvetica, sans-serif;
	text-align:center;
	margin-bottom: 4px;
}
.box-product-related .price-old {
	color: #666;
	text-decoration: line-through;
}
.box-product-related .price-new {
	font-weight: bold;
	font-size:16px;
}

.box-product-related .rating {
	/*display: block;
	text-align:center;
	margin-bottom: 4px;*/
	position:absolute;
	top:170px;
	left:2%;
}

.box-product-related .buttons_esgotado {
	padding:5px 5px;
	background:#D34448;
	color:#FFF;
	font:14px "Century Gothic", Arial, Helvetica, sans-serif;
	position:absolute;
	top:2%;
	right:2%;
}

.box-product-related .economize {
	background:#05C98C;
	padding:3px 3px;
	color:#FFF;
	font:14px "Century Gothic", Arial, Helvetica, sans-serif;
	position:absolute;
	top:48%;
	left:2%;
}


/****/
.box .box-heading-category {
	border-bottom: 4px solid #D34448;
	padding: 8px 4px;
	font-family: 'Open Sans', sans-serif;
	background:#F16145;
	text-transform:uppercase;
	font-size:20px;
	color: #FFF;
	margin-bottom:10px;
}

/* box category */
ul.box-category, ul.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.box-category > li:first-child {
	padding: 0px 0px 8px 0px;
	border-bottom:1px solid #CCC;
}
ul.box-category > li {
	border-bottom:1px solid #CCC;
	padding: 8px 0px 8px 0px;
}
ul.box-category > li + li {
	/*border-top: 1px solid #EEEEEE;*/
}
ul.box-category > li > a {
	text-decoration: none;
	color: #333;
}
ul.box-category > li ul {
	/*display: none;*/
}
ul.box-category > li a.active {
	background:#D3282F;
	color:#FFF;
	padding:4px 4px;
}
ul.box-category > li a.active + ul {
	display: block;
}
ul.box-category > li ul > li {
	padding: 5px 5px 0px 1px;
}
ul.box-category > li ul > li > a {
	text-decoration: none;
	display: block;
}
ul.box-category > li ul > li > a.active {
	/*font-weight: bold;*/
}

.sub_departamentos {
	color:#666;
	border-bottom:none;
	padding-bottom:5px;
	
}

/*TAGS*/
.tags {
	width:auto;
	margin:0;
}

.tags b {
	font-family: 'Oswald', sans-serif;
	font-size:16px;
	text-transform:uppercase;
	font-weight:normal;
	color:#333;
	margin-right:5px;
	float:left;
}

.tags a {
	font:12px Arial, Helvetica, sans-serif;
	color:#FFF !important;
	background:#0B52A0;
	float:left;
	padding:4px 4px;
	margin-right:0.3%;
	text-decoration:none;
	text-transform:uppercase;
	border:1px solid #0B52A0;
}

.tags a:nth-child(2n+1) {
	background:#333;
	border:1px solid #333;
	color:#FFF !important;
}

.tags a:nth-child(2n+1):hover {
	background:#666;
	color:#FFF !important;
	border:1px solid #666;
}

.tags a:hover {
	background:none;
	color:#333 !important;
	border:1px solid #CCC;
}


/* box filter */
ul.box-filter, ul.box-filter ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.box-filter span {
	font-weight: bold;
	border-bottom: 1px solid #EEEEEE;	
	display: block;
	padding-bottom: 5px;
	margin-bottom: 8px;
}
ul.box-filter > li ul {
	padding-bottom: 10px;
}
/* content */
#content .content {
	padding: 10px 5px;
	overflow: auto;
	margin-bottom: 20px;
}
/*#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}*/
#content h1 {
	text-align: center;
	font-family: 'Oswald', sans-serif;
	color: #666;
	letter-spacing: 2px;
}

/*ACCOUNT*/
#content .content_acc {
	padding: 10px 5px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
}
#content .content_acc .left {
	float: left;
	width: 49%;
}
#content .content_acc .right {
	float: right;
	width: 49%;
}

.content_acc ul li {
	float:left;
	list-style:none;
	margin-right:2px;
	margin-bottom:10px;
}

.content_acc ul li a {
	font:11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
	text-transform:uppercase;
	border-right:1px solid #F1F1F1;
	padding:1px 4px;
	text-decoration:none;
}

.content_acc ul li:last-child a {
	border-right:0;
}

.content_acc ul li a:hover {
	color:#666 !important;
	text-decoration: underline;
}
/* category */
.category-info {
	overflow: auto;
	margin-bottom: 20px;
}

.image_category {
	margin-bottom:1%;
}

.category-info .image_category {
	/*float: left;
	padding: 5px;
	margin-right: 15px;*/
	padding:2px;
	border: 1px solid #E7E7E7;
}

.category-list {
	overflow: auto;
	margin-bottom: 20px;
}

.category-list ul {
	float: left;
	/*width: 18%;*/
	list-style:none;
	margin:0;
}

.category-list ul li {
	float:left;
	position:relative;
	margin-right:2px;
	margin-bottom:5px;
}

/*.category-list ul li:before {
	position:absolute;
	content: '';
	left: -12px;
	top: 5px;
	color:#141414;
}*/

.category-list ul li a {
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:11px;
	float:left;
	text-decoration:none;	
	background:#333;
	color:#FFF !important;
	padding:4px 6px;
}

.category-list ul li a:hover {
	background:#05C98C;
	color:#FFF !important;
}
/*VISIBLE MOBILE*/
.visible-mobile div {
	background: #0089B5;
	border-right: 1px solid #117D4F;
}

.visible-mobile div:last-child {
	border-right:0;
}

.visible-mobile a {
	color: #FFF;
	display: block;
	padding:4% 0;
}
.visible-mobile a:hover {
	color: #000;
}
.visible-mobile .fa {
	font-size: 20px;
}
/* manufacturer */
.manufacturer-list {
	border: 1px solid #DBDEE1;
	padding: 5px;
	overflow: auto;
	margin-bottom: 20px;
}
.manufacturer-heading {
	background: #F8F8F8;
	font-size: 15px;
	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;
}

.manufacturer-content ul li a {
	font:11px Arial, Helvetica, sans-serif;
	color:#333;
	text-decoration:none;
}

.manufacturer-content ul li a:hover {
	color:#006;
}
/* product */
.product-filter {
	border-bottom: 1px solid #EEEEEE;
	padding-bottom: 5px;
	overflow: auto;
}
.product-filter .display {
	margin-right: 15px;
	float: left;
	padding-top: 4px;
	color: #039;
	cursor:pointer;
	display:none;
}

.product-filter .display b {
	color:#333;
}

.product-filter .display a {
	font-weight: bold;
}

.product-filter .display a:hover {
	color:#666;
	cursor:pointer;
}

.product-filter .sort {
	color: #333;
}
.product-filter .limit {
	color: #333;
	margin-bottom: 1%;
}

.product-filter .product-compare {
	margin-right: 15px;
	float: left;
	padding-top: 4px;
	color: #039;
	cursor:pointer;
	display:none;
}

.product-compare a {
	text-decoration: none;
	text-transform:uppercase;
	color:#333 !important;
	padding:2px 8px;
	background:#F2F2F2;
	text-decoration:none;
}

.product-compare a:hover {
	cursor:pointer;
	color:#CF3;
}

.product-list > div {
	overflow: auto;
	margin-bottom: 15px;
}
.product-list .right {
	float: right;
	margin-left: 15px;
}
.product-list > div + div {
	border-top: 1px solid #EEEEEE;
	padding-top: 16px;
}
.product-list .image {
	float: left;
	margin-right: 10px;
}
.product-list .image img {
	/*padding: 3px;
	border-bottom: 1px solid #CCC;*/
}
.product-list .name {
	margin-bottom: 3px;
}
.product-list .name a {
	color: #4A4A4A;
	font:12px Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.product-list .name a:hover {
	color:#666;
}

.product-list .description {
	line-height: 15px;
	margin-bottom: 5px;
	color: #4D4D4D;
}
.product-list .rating {
	color: #7B7B7B;
}
.product-list .price {
	float: right;
	height: 50px;
	margin-left: 8px;
	text-align: right;
	color: #4A4A4A;
	font:12px Arial, Helvetica, sans-serif;
}
.product-list .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-list .price-new {
	font-weight: bold;
}
.product-list .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #BBBBBB;
	display:none;
}
.product-list .cart {
	margin-bottom: 3px;
}
.product-list .wishlist, .product-list .compare {
	margin-bottom: 3px;
}

.product-list .wishlist a {
	color: #333333;
	font:11px Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
.product-list .compare a {
	color: #333333;
	font:11px Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left 60% no-repeat;
}

/*HOVER COMPARE / WISHLIST*/
.product-list .wishlist a:hover {
	cursor:pointer;
	color:#201E23 !important;
}

.product-list .compare a:hover {
	cursor:pointer;
	color:#201E23 !important;
}

.product-grid .wishlist a:hover {
	cursor:pointer;
	color:#201E23 !important;
}

.product-grid .compare a:hover {
	cursor:pointer;
	color:#201E23 !important;
}

.product-grid {
	width: 100%;
	overflow-y: hidden;
}
.product-grid > div {
	display: inline-block;
	vertical-align: top;
	margin-top:1%;
	margin-bottom: 2%;
	position:relative;
	border:1px solid #EEEEEE;
}
/*#column-left + #column-right + #content .product-grid > div {
	width: 125px;
}*/
.product-grid .image {
	width:100%;
	height:auto;
	display: block;
	margin-bottom: 0px;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.product-grid .image img {
	width:100%;
	height:auto;

}
.product-grid .name a {
	color: #333;
	font:14px Arial, Helvetica, sans-serif;
	text-align:center;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}

.product-grid .name a:hover {
	color:#666;
}

.product-grid .description {
	display: none;
}

.product-grid .rating {
	display: block;
	text-align:center;
	margin-bottom: 4px;
	/*position:absolute;
	top:15%;
	right:2%;*/
}

.product-grid .economize {
	background:#05C98C;
	padding:4px 4px;
	color:#FFF;
	font:14px Arial, Helvetica, sans-serif;
	font-weight:bold;
	position:absolute;
	top:1%;
	left:2%;
}

.product-grid .buttons_esgotado {
	padding:5px 5px;
	background:#333;
	color:#FFF;
	font:12px Arial, Helvetica, sans-serif;
	font-weight:bold;
	opacity:0.89;
	position:absolute;
	top:42%;
	right:10%;
}



.product-grid .price {
	float:left;
	color: #3D4068;
	font:22px Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 4px;
}

.product-grid .price-old {
	color: #666;
	font:12px Arial, Helvetica, sans-serif;
	text-decoration: line-through;
}
.product-grid .price-new {
	font-weight: bold;
	font-size:18px;
}
.product-grid .price .price-tax {
	display: none;
}
.product-grid .cart {
	margin-bottom: 3px;
}
.product-grid .wishlist, .product-grid .compare {
	margin-bottom: 3px;
	text-align:center;
	display:none;
}
.product-grid .wishlist a {
	color: #333333;
	font:11px Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	/*background: url('../image/add.png') left center no-repeat;*/
}
.product-grid .compare a {
	color: #333333;
	font:11px Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	/*background: url('../image/add.png') left center no-repeat;*/
}

/* Product */
.product-info {
	overflow: auto;
	margin-bottom: 20px;
}
/*OPTIONS PRODUCT INFO*/
.options_products {
	width:200px;
	margin-bottom:10px;
	margin-top:5px;
	float:left;
}
.page-product .options {
	text-align: center;
}
.page-product .options span {
	font-size: 11px;
}
.options b {
	text-transform:uppercase;
	letter-spacing:1px;
	margin-bottom:5px;
}

.options_products h2 {
	font:14px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#E42C38;
	width:auto;
	padding:6px 3px;
}

.option input[type='radio'] {
	display:none;
}

.required {
	float:left;
	margin-right:3px;
	margin-top:5px;
}
/*PAGE PRODUCT*/
.page-product .stock {
	font-size: 11px;
	text-align: center;
	margin-bottom: 2%;
}
.page-product .content-product1 {
	text-align: center;
	margin-top: 5%;
}
.page-product .content-product1 img {
	text-align: center;
	max-width: 100%;
}
.page-product .product-info .price {
	font-family: 'Oswald', sans-serif;
	color: #666;
	font-size: 22px !important;
	text-align: center;
}
.page-product .product-info h1 {
	font:24px 'Oswald', sans-serif;
	color:#666;
	text-transform:uppercase;
	text-align: center;
}
.page-product .product-info h2 {
	font-family:'Oswald', sans-serif;
	color:#A6A8AC;
	text-transform:uppercase;
}
.page-product .product-info .content-frete {
	margin-bottom: 2%;
}
.page-product .product-info .content-frete h2 {
	font-size: 14px;
}
.page-product .product-info .price small {
	font:11px Arial, Helvetica, sans-serif;
	color:#666;
}
.page-product .product-info .total-price {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	text-align: center;
}
.aviso-product {
	font-size: 11px;
}
@media only screen and (min-width: 250px) {
.page-product .product-info .jumbotron {
    padding-right: 10px;
    padding-left: 10px;
}
}
@media only screen and (min-width: 1024px) {
.page-product .product-info .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
}
}
.page-product .input-group {
	width: 70%;
	margin: 0 auto;
}
.page-product .content-button-cart {
	margin:2% auto 0 auto;
	text-align: center;

}
.product-info .image-additional {
	width:100%;
	margin-right:5px;
	overflow:auto;
}
.product-info .image-additional img {
	border: 1px solid #B7B7B7;
}

.product-info .image-additional img:hover {
	border:1px solid #121212;
}

.product-info .image-additional a {
	float: left;
	display: block;
	margin-left: 10px;
	margin-bottom: 10px;
}
.button_cart {
	width: 60%;
	margin: 1% auto;
	background: #197AA5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 11px;
	padding: 10px 20px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 4px solid #2B2F5D;
	display: inline;
	font-weight: normal;
}
.button_cart:hover {
	background: #666;
}
.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: 0px 5px 10px 5px;*/
	margin-bottom: 5px;
	margin-top:15px;
}
.product-info .cart div > span {
	color: #999;
}
.product-info .cart .links {
	display: inline-block;
	vertical-align: middle;
}

.product-info .cart .links:hover {
	cursor:pointer;
	color:#141414;
}

.product-info .cart .minimum {
	padding-top: 5px;
	font-size: 11px;
	color: #999;
}
.product-info .review {
	color: #4D4D4D;
	margin-bottom: 10px;
}

.col_review {
	float:left;
	margin:0 1%;
}

#review-title {
	font:16px "Century Gothic", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#333;
	letter-spacing:1px;
	margin-bottom:5px;
}

#tab-review b {
	text-transform:uppercase;
	font:13px "Century Gothic", Arial, Helvetica, sans-serif;
	color:#666;
	display:block;
}

#tab-review input {
	border:1px solid #CCC;
}

#captcha {
	margin-top:1%;
}



.product-info .review > div {
	padding: 8px;
	/*border-bottom: 1px solid #E7E7E7;*/
	/*border-top: 1px solid #E7E7E7;*/
	line-height: 20px;
}
.product-info .review > div > span {
	color: #38B0E3;
}
.product-info .review .share {
	overflow: auto;
	line-height: normal;
}
.product-info .review .share a {
	text-decoration: none;
}
.review-list {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
}
.review-list .author {
	float: left;
	margin-bottom: 20px;
}
.review-list .rating {
	float: right;
	margin-bottom: 20px;
}
.review-list .text {
	clear: both;
}
.attribute {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.attribute thead td, .attribute thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.attribute tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
	width: 20%;
}
.attribute td {
	padding: 7px;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.compare-info thead td, .compare-info thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.compare-info tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
}
.compare-info td {
	padding: 7px;
	width: 20%;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}

.compare-info .name a {
	font-weight: bold;
	color:#333;
	font:10px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}

.compare-info .name a:hover {
	color:#999;
}

.compare-info .price-old {
	font-weight: bold;
	color: #F00;
	text-decoration: line-through;
}
.compare-info .price-new {
	font-weight: bold;
}
/* wishlist */
.wishlist-info table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.wishlist-info td {
	padding: 7px;
}
.wishlist-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.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 {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-info tbody .image img {
	border: 1px solid #DDDDDD;
}
.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 .quantity, .wishlist-info tbody .price, .wishlist-info tbody .total, .wishlist-info tbody .action {
	text-align: right;
}
.wishlist-info tbody .price s {
	color: #F00;
}
.wishlist-info tbody .action img {
	cursor: pointer;
}
.login-content {
	margin-bottom: 20px;
	overflow: auto;
}
.login-content h2 {
	text-align: center;
	letter-spacing: 2px;
}
.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 {
	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 #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.order-list .order-content div {
	float: left;
	width: 33.3%;
}
.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 #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.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 #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.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: 3%;
	border-collapse: collapse;
	/*border-top: 1px solid #DDDDDD;*/
	/*border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;*/
}
.cart-info td {
	padding: 7px;
}
.cart-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #FFF;
	border-bottom: 1px solid #CCC;
}
.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 #DDDDDD;
}
.cart-info tbody .image img {
	/*border: 1px solid #DDDDDD;*/
}
.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;
}

.content_functions_shipping input {
	padding:4px 4px;
}
.cart-module > div {
	display: none;
}
.cart-total {
	overflow: auto;
	/*width:59%;*/
	float:right;
	margin-bottom: 1%;
}
.cart-total table {
	float: right;
}
.cart-total td {
	padding: 3px;
	text-align: right;
}

.cart-total .p_page_cart {
	font:12px Arial, Helvetica, sans-serif;
	color:#666;
}


/*PAGE CART*/
.content_functions_shipping {
	width:auto;
	padding-top:2px;
	min-height:50px;
	padding-bottom:5px;
}

.content_shipping {
	width:auto;
	float:left;
}

.content_coupon {
	width:auto;
	float:right;
	display:none !important;
}

.content_voucher {
	width:auto;
	float:right;
	display:none !important;
}

.content_reward {
	width:auto;
	float:left;
	padding-top:1%;
}

/*CART PAGE*/
.content_cart_page {
	width:40%;
	float:left;
	margin:0;
}

/*.content_next_choice:first-child {
	margin-top:0;
}*/

.name_of_product {
	font:11px Arial, Helvetica, sans-serif;
	color:#000;
	text-decoration:none;
}

.name_of_product:hover {
	color:#666;
}

.p_next_choice {
	font:18px "Century Gothic", Arial, Helvetica, sans-serif;
	color:#121212;
}

.qtd_pontos_fidelidade {
	color:#FC0510;
	font-size:16px;
}

#coupon input {
	margin-bottom:15px;
}

#reward input {
	margin-bottom:15px;
}

#voucher input {
	margin-bottom:15px;
}

#shipping {}

/* checkout */
.checkout-heading {
	background: #F8F8F8;
	border: 1px solid #DBDEE1;
	padding: 8px;
	font-weight: bold;
	font-size: 13px;
	color: #555555;
	margin-bottom: 15px;
}
.checkout-heading a {
	float: right;
	margin-top: 1px;
	font-weight: normal;
	text-decoration: none;
}

.checkout-heading a:hover {
	cursor:pointer;
	font-weight:bold;
}

.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 #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.checkout-product td {
	padding: 7px;
}
.checkout-product thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.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 #DDDDDD;
}
.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 #DDDDDD;
}
.contact-info {
	overflow: auto;
}
.contact-info .left {
	float: left;
	width: 48%;
}
.contact-info .right {
	float: left;
	width: 48%;
}
.sitemap-info {
	overflow: auto;
	margin-bottom: 40px;
}

.sitemap-info ul li {
	padding:2px 0;
	list-style:none;
}

.sitemap-info ul li a {
	font:12px Arial, Helvetica, sans-serif;
	color:#666;
	text-decoration:none;
}

.sitemap-info ul li a:hover {
	color:#386A9C !important;
}

.sitemap-info .h1_sitemap {
	font:13px Arial, Helvetica, sans-serif;
	color:#666;
	text-transform:uppercase;
}

.sitemap-info .left {
	float: left;
	min-width: 25%;
	margin-right:10px;
}
.sitemap-info .right {
	float: left;
	width: 48%;
}

/* banner */
.banner {
	display:inline-block;
}

.banner div {
	text-align: center;
	width: 100%;
	display: none;
}
.banner div img {
	margin-bottom: 20px;
}
