/* ==========================================================================
	 HTML5 display definitions
	 ========================================================================== */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
	 HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
	display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
	display: none;
}
/* ==========================================================================
	 Base
	 ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
	font-family: sans-serif;
	/* 1 */

	-webkit-text-size-adjust: 100%;
	/* 2 */

	-ms-text-size-adjust: 100%;
	/* 2 */

}
/**
 * Remove default margin.
 */
body {
	margin: 0;
}
/* ==========================================================================
	 Links
	 ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
	outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
	outline: 0;
}
/* ==========================================================================
	 Typography
	 ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
	border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
	font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
	font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
	background: #ff0;
	color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
	white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
	quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
	font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
/* ==========================================================================
	 Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
	border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
	overflow: hidden;
}
/* ==========================================================================
	 Figures
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
	margin: 0;
}
/* ==========================================================================
	 Forms
	 ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
	border: 0;
	/* 1 */

	padding: 0;
	/* 2 */

}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
	font-family: inherit;
	/* 1 */

	font-size: 100%;
	/* 2 */

	margin: 0;
	/* 3 */

}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
	line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
	text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	/* 2 */

	cursor: pointer;
	/* 3 */

}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
	cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	/* 1 */

	padding: 0;
	/* 2 */

}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */

	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	/* 2 */

	box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
	overflow: auto;
	/* 1 */

	vertical-align: top;
	/* 2 */
	
	resize: none;
}
/* ==========================================================================
	 Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*
		Colorbox Core Style:
		The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	overflow: hidden;
}
#cboxWrapper {
	max-width: none;
}
#cboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
	clear: left;
}
#cboxContent {
	position: relative;
}
#cboxLoadedContent {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
#cboxTitle {
	margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
	cursor: pointer;
}
.cboxPhoto {
	float: left;
	margin: auto;
	border: 0;
	display: block;
	max-width: none;
	-ms-interpolation-mode: bicubic;
}
.cboxIframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}
/*
		User Style:
		Change the following styles to modify the appearance of Colorbox.  They are
		ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
	background: #000;
}
#colorbox {
	outline: 0;
}
#cboxContent {
	margin-top: 20px;
	background: #000;
}
.cboxIframe {
	background: #fff;
}
#cboxError {
	padding: 50px;
	border: 1px solid #ccc;
}
#cboxLoadedContent {
	border: 5px solid #000;
	background: #fff;
}
#cboxTitle {
	position: absolute;
	top: -20px;
	left: 0;
	color: #ccc;
}
#cboxCurrent {
	position: absolute;
	top: -20px;
	right: 0px;
	color: #ccc;
}
#cboxLoadingGraphic {
	background: url(img/loading.gif) no-repeat center center;
}
/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
	border: 0;
	padding: 0;
	margin: 0;
	overflow: visible;
	width: auto;
	background: none;
}
/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
	outline: 0;
}
#cboxSlideshow {
	position: absolute;
	top: -20px;
	right: 90px;
	color: #fff;
}
#cboxPrevious {
	position: absolute;
	top: 50%;
	left: 5px;
	margin-top: -32px;
	background: url(img/controls.png) no-repeat top left;
	width: 28px;
	height: 65px;
	text-indent: -9999px;
}
#cboxPrevious:hover {
	background-position: bottom left;
}
#cboxNext {
	position: absolute;
	top: 50%;
	right: 5px;
	margin-top: -32px;
	background: url(img/controls.png) no-repeat top right;
	width: 28px;
	height: 65px;
	text-indent: -9999px;
}
#cboxNext:hover {
	background-position: bottom right;
}
#cboxClose {
	position: absolute;
	top: 5px;
	right: 5px;
	display: block;
	background: url(img/controls.png) no-repeat top center;
	width: 38px;
	height: 19px;
	text-indent: -9999px;
}
#cboxClose:hover {
	background-position: bottom center;
}

@font-face {
	font-family: 'myriad-bold';
	src: url('/templates/fonts/myriadpro-bold-webfont.eot');
	src: url('/templates/fonts/myriadpro-bold-webfont.eot?#iefix') format('embedded-opentype'), url('/templates/fonts/myriadpro-bold-webfont.woff') format('woff'), url('/templates/fonts/myriadpro-bold-webfont.ttf') format('truetype'), url('/templates/fonts/myriadpro-bold-webfont.svg#myriad-bold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'myriad-regular';
	src: url('/templates/fonts/myriadpro-webfont.eot');
	src: url('/templates/fonts/myriadpro-webfont.eot?#iefix') format('embedded-opentype'), url('/templates/fonts/myriadpro-webfont.woff') format('woff'), url('/templates/fonts/myriadpro-webfont.ttf') format('truetype'), url('/templates/fonts/myriadpro-webfont.svg#myriad-regular') format('svg');
	font-weight: normal;
	font-style: normal;
}


* {
	outline: none !important;
	outline-style: none !important;
}


body {
	font-family: "myriad-regular";
	font-size: 14px;
	min-width: 1000px;
	color: #202020;
}

html,
body {
	height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-weight: normal;
	line-height: 1 !important;
}
a {
	text-decoration: none;
	cursor: pointer;
	outline: none;
	color: #135CA6;
}
a:hover {
	color: #135CA6;
}
a.last {
	border: 0 !important;
}
.default-link {
	color: #202020;
	text-decoration: underline;
}
.default-link:hover {
	color: #135ca6;
}
p {
	margin: 0;
}
ul {
	margin: 0;
	padding: 0;
	list-style-position: inside;
}
strong {
	font-weight: normal;
}


.m-0 {
  margin: 0rem !important;
}

.p-0 {
  padding: 0rem !important;
}

.mx-0 {
  margin-left: 0rem !important;
  margin-right: 0rem !important;
}

.px-0 {
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}

.my-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.py-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.mt-0 {
  margin-top: 0rem !important;
}

.pt-0 {
  padding-top: 0rem !important;
}

.mr-0 {
  margin-right: 0rem !important;
}

.pr-0 {
  padding-right: 0rem !important;
}

.mb-0 {
  margin-bottom: 0rem !important;
}

.pb-0 {
  padding-bottom: 0rem !important;
}

.ml-0 {
  margin-left: 0rem !important;
}

.pl-0 {
  padding-left: 0rem !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.pr-3 {
  padding-right: 1rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.pl-3 {
  padding-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.pr-4 {
  padding-right: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.pl-4 {
  padding-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.mx-5 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.px-5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.mr-5 {
  margin-right: 3rem !important;
}

.pr-5 {
  padding-right: 3rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ml-5 {
  margin-left: 3rem !important;
}

.pl-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.p-auto {
  padding: auto !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.px-auto {
  padding-left: auto !important;
  padding-right: auto !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.py-auto {
  padding-top: auto !important;
  padding-bottom: auto !important;
}

.mt-auto {
  margin-top: auto !important;
}

.pt-auto {
  padding-top: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.pr-auto {
  padding-right: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.pb-auto {
  padding-bottom: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.pl-auto {
  padding-left: auto !important;
}


.site-wrapper {
	min-width: 980px;
	/*min-height: 100%;*/
	min-height: 1200px;
	position: relative;
}
.container {
	width: 980px;
	margin: auto;
}
.page-content {
	margin-top: 25px;
	padding-bottom: 155px;
}

.main-content {
	width: 75%;
}
.clear {
	clear: both;
}
h3 {
	font-size: 28px;
}
h4 {
	color: #ffffff;
	font-size: 24px;
	padding: 6px 10px 5px;
}
.pattern-bkg {
	background: url('/img/bkgs/pattern-bkg.jpg');
}
.pattern-bkg.dark {
	background: url('/img/bkgs/pattern-bkg-black.jpg');
}
.black-title {
	margin-bottom: 7px;
}
.black-boll-bkg {
	background: url('/img/sprites/icons-sprite.png') no-repeat -371px -348px;
	width: 49px;
	height: 49px;
}
.black-boll-bkg .icon {
	margin: 10px 8px;
}
.section-title {
	padding: 0 0 5px;
	/*margin-bottom: 30px;*/
	border-bottom: 1px solid #202020;
}
.section-title .black-boll-bkg {
	float: left;
	margin: -5px 10px 0 0;
}
.section-title em {
	font-style: normal;
	color: #135ca6;
	font-size: 18px;
	display: block;
	margin: 1px 0 5px 30px;
}


.section-title em a{
	color: #135ca6;
	text-decoration: underline;
}
/*===== Default Formating =====*/
input,
select,
textarea {
	color: #32475D;
	padding: 4px 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #cacaca;
	outline: none;
	line-height: 1.5;
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
	outline: none;
}
input {
	height: 21px;
}

select {
	height: 31px;
}

input:focus,
textarea:focus {
	border-color: rgba(60, 130, 205, 0.8);
	outline: 0;
	outline: thin dotted \9;
	/* IE6-9 */

	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(60, 130, 205, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(60, 130, 205, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(60, 130, 205, 0.6);
}
fieldset,
button {
	border: 0;
	background: none;
}
.btn {
	background: url('/img/bkgs/pattern-bkg-black.jpg');
	color: #ffffff;
	padding: 5px 7px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: table;
}
.btn:hover {
	text-decoration: none;
	color: #ffffff;
}
.btn.default-btn {
	padding: 7px 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	line-height: 2;
	/*.icon-send, 
		.icon-cart,
		.icon-gold-loupe  {
			margin-top:-6px;
			margin-bottom: -4px;
		}*/

}
.btn.default-btn .icon {
	margin: 0 5px 0 0;
}
.search-btn {
	background: url('/img/sprites/icons-sprite.png') no-repeat -107px -365px;
	width: 38px;
	height: 32px;
	margin-left: -8px;
}
.input-xlarge {
	width: 684px;
}
.input-large {
	width: 319px;
}
.input-medium {
	width: 297px;
}
.input-mini {
	width: 59px;
	text-align: center;
}
.required-field {
	color: #a5111b;
	margin-right: 5px;
}
.error input,
.error textarea {
	border-color: rgba(165, 17, 27, 0.8);
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(165, 17, 27, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(165, 17, 27, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(165, 17, 27, 0.6);
}
.error-advice {
	color: #a5111b;
	margin: 5px 0 0 10px;
}
.styleRadio input {
	cursor: pointer;
	filter: alpha(opacity=0);
	opacity: 0;
}
.styleRadio {
	cursor: pointer;
	background: url('/img/sprites/payments-sprite.png') no-repeat -519px -126px;
}
.inputRadioChecked {
	background-position: -519px -69px;
}
header .top-container {
	border-top: 8px solid #3c82cd;
}
header .informs {
	margin-top: 5px;
}
header .informs a,
header .informs strong {
	font-size: 12px;
	color: #202020;
}
header .informs a:hover {
	text-decoration: underline;
	color: #135ca6;
}
header .informs strong {
	text-transform: uppercase;
}
header .informs strong span {
	color: #135ca6;
}
header .mcafee {
	margin-right: 30px;
}
header .main-top {
	/*padding-bottom: 7px;*/
}
header .main-top > .pull-right {
	margin-top: 17px;
}
header .shop-basket {
	width: 114px;
}
header .shop-basket .btn {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
header .search-field {
	margin: 5px 22px 0 0;
}
header .top-menu .parent {
	display: block;
	float: left;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	background: url('/img/sprites/top-menu-bkg.jpg') repeat-x;
	width: 162.3px;
	height: 42px;
	cursor: pointer;
}
header .top-menu .parent:hover {
	background-position: 0 bottom;
}

header .top-menu .parent:hover .sub-menu {
	display: block;
}


header .top-menu .parent:hover > a {
	color: #202020;
}
header .top-menu .parent:hover .icon-supersecao0 {
	background-position: 0px -57px;
}
header .top-menu .parent:hover .icon-supersecao1 {
	background-position: -54px -57px;
}
header .top-menu .parent:hover .icon-supersecao2 {
	background-position: -101px -57px;
}
header .top-menu .parent:hover .icon-supersecao3 {
	background-position: -142px -57px;
}
header .top-menu .parent:hover .icon-supersecao4 {
	background-position: -183px -57px;
}
header .top-menu .parent:hover .icon-supersecao5 {
	background-position: -222px -57px;
}
header .top-menu .parent:hover .icon-supersecao6 {
	background-position: -266px -60px;
}
header .top-menu .parent:hover .icon-supersecao7 {
	background-position: -312px -57px;
}
header .top-menu .parent:hover .icon-supersecao8 {
	background-position: -357px -59px;
}
header .top-menu .parent:hover .icon-supersecao9 {
	background-position: -403px -57px;
}
header .top-menu .parent:hover .icon-supersecao10 {
	background-position: -452px -60px;
}
header .top-menu .parent:hover .icon-supersecao11 {
	background-position: -495px -58px;
}

header .top-menu .parent > a {
	color: #ffffff;
	display: table;
}
header .top-menu .parent > a span {
	display: table-cell;
	vertical-align: middle;
	padding: 4px 16px;
	width: 162.3px;
	height: 34px;
}
header .top-menu .parent > a .icon {
	margin: 3px 15px 0 0;
}
header .top-menu .parent > a .icon-supersecao10,
header .top-menu .parent > a .icon-supersecao11,
header .top-menu .parent > a .icon-supersecao {
	margin-top: -2px;
}
header .top-menu .sub-menu {
	position: absolute;
	padding-top: 9px;
	z-index: 9;
}
header .top-menu .sub-menu .nav-list {
	box-shadow: 1px -1px 15px #4a4a4a;
}
footer {
	background: #202020;
	color: #ffffff;
	text-align: center;
	position: absolute;
	bottom: 0;
}
footer h2 {
	font-size: 18px;
	text-align: center;
	width: 100%;
	float: left;
}
footer h2 .bigger {
	font-size: 24px;
	margin-right: 15px;
	padding-right: 15px;
	border-right: 2px solid #CCCCCC;
}
footer .pattern-bkg.dark > .container {
	padding: 15px 0;
}
footer > .container {
	padding: 10px 0;
	width: 100%;
}
footer li {
	display: inline;
}
footer .footer-links a {
	color: #3c82cd;
	padding: 0 5px;
	border-right: 1px solid #4a4a4a;
}
footer .footer-links a:hover {
	text-decoration: underline;
}
footer .copyright {
	font-size: 12px;
	margin: 5px auto;
}
footer .copyright a {
	color: #ffffff;
	border-left: 1px solid #ffffff;
	padding: 0 3px 0 4px;
	margin-left: 2px;
}
footer .copyright a:hover {
	text-decoration: underline;
	color: #3C82CD;
}
footer .copyright p {
	margin-right: 5px;
}
.share-links {
	margin-right: 28px;
}
.informs{
	line-height: 1.3;
	width: 100%;
	margin-top: 20px;
}
.share-links li {
	display: block;
	float: left;
}
.share-links .icon {
	margin: 0px 0px 0px 20px;
}
.share-links .fb-share {
	width: 9px;
	height: 21px;
	background-position: -207px -376px;
}
.share-links .tw-share {
	width: 18px;
	height: 21px;
	background-position: -258px -378px;
}
.share-links .gplus-share {
	width: 20px;
	height: 21px;
	background-position: -309px -377px;
}
.sidebar {
	margin-right: 45px;
}
.side-menu .icon-plus {
	margin: 1px 90px 0px 0px;
}
.nav-list {
	margin-bottom: 20px;
	background: url('/img/bkgs/pattern-bkg-black.jpg');
	box-shadow: 3px 1px 16px #cacaca;
	width: 200px;
}

.sub-menu .nav-list{
	width: 240px;
}
.nav-list ul {
	list-style: none;
	background: #ffffff;
	margin-left: 7px;
}
.nav-list li {
	margin: 0 10px;
}
.nav-list li a {
	color: #202020;
	display: block;
	padding: 10px 0;
	border-bottom: 1px dotted #cacaca;
}
.nav-list li a:hover,
.nav-list li a.active {
	color: #135ca6;
}
.newsletter p {
	margin: 15px 0 10px 0;
	/*text-indent: 15px;*/
}
.newsletter .newsletter-input {
	margin-right: 3px;
	width: 140px;
}
.cart-holder .btn {
	padding-bottom: 5px;
}
.shopping-informs {
	padding-top: 20px;
	margin-bottom: 20px;
}
.shopping-informs a {
	color: #135ca6;
	text-decoration: underline;
}
.shopping-informs p {
	line-height: 1.3;
}
.shopping-informs > div {
	width: 404px;
}
.shopping-informs > div:first-child {
	border-right: 1px solid #202020;
	width: 470px;
}
.shopping-informs .warranty-seal {
	margin-right: 5px;
	margin-top: 6px;
}
.shopping-informs > .pull-left {
	padding-right: 48px;
}
.shopping-informs > .pull-left .txt {
	margin: 34px 0;
}
.shopping-informs > .pull-right .txt:first-child {
	margin-bottom: 25px;
	margin-top: 6px;
}
.shopping-informs strong {
	font-size: 23px;
	display: block;
	margin-bottom: 8px;
}
.shopping-informs strong span {
	font-weight: bold;
}
.month-sugestions {
	padding-bottom: 5px;
	width: 980px !important;
	margin: auto;
	padding-top: 20px;
}
.sugestion a {
	width: 26.1%;
	min-height: 200px;
	max-height: 200px;
	float: left;
	padding: 35px;
	display: block;
	color: #202020;
}
.sugestion a strong {
	color: #135ca6;
	font-size: 18px;
	margin: 15px 0;
	display: block;
	text-align: center;
}
.sugestion a .black-boll-bkg {
	position: relative;
	left: 50%;
	margin-left: -24px;
}
.sugestion a:hover {
	background: #135ca6;
	color: #ffffff;
}
.sugestion a:hover strong {
	color: #ffffff;
}
.sugestion a:hover .icon-supersecao0 {
	background-position: 0px -118px;
}
.sugestion a:hover .icon-supersecao1 {
	background-position: -54px -117px;
}
.sugestion a:hover .icon-supersecao2 {
	background-position: -101px -117px;
}
.sugestion a:hover .icon-supersecao3 {
	background-position: -142px -117px;
}
.sugestion a:hover .icon-supersecao4 {
	background-position: -183px -117px;
}
.sugestion a:hover .icon-supersecao5 {
	background-position: -222px -117px;
}
.sugestion a:hover .icon-supersecao6 {
	background-position: -266px -117px;
}
.sugestion a:hover .icon-supersecao7 {
	background-position: -312px -117px;
}
.sugestion a:hover .icon-supersecao8 {
	background-position: -357px -118px;
}
.sugestion a:hover .icon-supersecao9 {
	background-position: -403px -117px;
}
.sugestion a:hover .icon-supersecao10 {
	background-position: -452px -117px;
}
.sugestion a:hover .icon-supersecao11 {
	background-position: -495px -119px;
}

.pagination ul {
	position: relative;
	float: left;
	left: 50%;
	margin-left: -39px;
}
.pagination li {
	display: block;
	float: left;
}
.pagination li:hover {
	background: url('/img/sprites/icons-sprite.png') no-repeat -262px -264px;
}
.pagination li a {
	width: 39px;
	height: 39px;
	margin: 0;
}
.pagination li .icon-back {
	background-position: -154px -275px;
}
.pagination li .icon-next {
	background-position: -206px -275px;
}
.products-list {
	margin-top: 20px;
}
.products-list .product {
	color: #202020;
}
.products-list .product .title {
	color: #135ca6;
	display: table;
}
.products-list .product .title h5 {
	/*display: table-cell;*/
	text-align: center;
	/*vertical-align: middle;*/
	font-size: 18px;
}
.products-list .product .price span {
	font-size: 24px;
}
.products-list .product.box {
	float: left;
	width: 33.15%;
	border-right: 1px dotted #cacaca;
}
.products-list .product.box .title {
	padding: 15px 0 10px;
	margin: 0 22px;
	/*min-height: 58px;*/
	width: 184px;
}
.products-list .product.box .title h5 {
	font-size: 20px;
}
.products-list .product.box .description {
	padding: 10px 22px;
}
.products-list .product.box .price {
	margin: 10px 10px 0;
	text-align: center;
}
.products-list .product.box .more-related{
	margin: 10px 15px 0;
	text-align: center;
}

.products-list .product.box .more-related a{
	color: #135ca6;
}

.products-list .product.box .division {
	border-bottom: 1px solid #202020;
	width: 30%;
	display: none;
	margin: auto;
}
.products-list .product.box a {
	color: #202020;
}
.products-list .product.box a:hover .description {
	background: #135ca6;
	color: #ffffff;
}
.products-list .product.box a:hover .more-related {
	color: #ffffff;
}

.products-list .product.box a:hover .division {
	display: none;
}
.products-list .product.box em {
	font-style: normal;
}
.products-list .product.box.first {
	border-left: 1px dotted #cacaca;
}
.products-list .product.box .image {
	border: 1px solid #cacaca;
	margin: auto;
	width: 182px;
	height: 182px;
	display: table;
}
.products-list .product.box .image span {
	display: table-cell;
	vertical-align: middle;
}
.products-list .product.box .image img {
	display: block;
	margin: auto;
	max-width: 180px;
}
.cart-holder {
	padding-bottom: 40px;
	border-bottom: 1px dotted #cacaca;
	margin-top: 20px;
}
.form-actions {
	margin-top: 30px;
}
.form-actions .btn {
	margin-left: 35px;
}
.form-actions .default-link {
	margin-top: 9px;
	display: block;
}
.th {
	color: #135ca6;
	font-size: 24px;
}
.th li {
	display: block;
	float: left;
	text-align: center;
	width: 16%;
}
.th li:first-child {
	width: 50%;
}
.table-row {
	margin-bottom: 8px;
	padding: 5px 10px;
}
.table-row ul {
	list-style: none;
}
.table-row ul li {
	display: table;
	float: left;
	height: 20px;
}
.table-row ul li > span {
	display: table-cell;
	vertical-align: middle;
}
.item-holder .product-name {
	font-size: 18px;
}
.item-holder .sale {
	font-size: 14px;
}
.item-holder .bought li {
	width: 16%;
	text-align: center;
}
.item-holder .bought li:first-child {
	text-align: left;
	width: 50%;
}
.item-holder .bought li.remove {
	text-align: right;
}
.item-holder .bought li.remove a {
	color: #a5111b;
}
.item-holder .bought li.remove .icon {
	margin: 3px 0 0 38px;
}
.item-holder .suggested{
	background: #135ca6;
	color: #ffffff;
	padding: 7px 10px !important;
}
.item-holder .suggested a {
	color: #ffffff;
	text-decoration: underline;
}
.item-holder .suggested a .icon {
	margin: 0 5px 0 0;
}
.item-holder .suggested .break {
	display: block !important;
}
.item-holder .suggested .legend {
	text-decoration: underline;
	width: 100%;
}
.item-holder .suggested .product-name {
	width: 64%;
	margin-top:0px;
}
.item-holder .suggested .more-info {
	width: 18%;
	margin-top:-7px;
}
.item-holder .suggested .more-info > span {
	vertical-align: bottom;

}
.item-holder .suggested .price {
	width: 14%;
	margin-top:-7px;
}
.item-holder .suggested .action {
	width: 4%;
	margin-top:-7px;
}
.see-more strong {
	display: block;
	color: #135ca6;
	font-size: 24px;
	margin: 15px 0 15px 62px;
}
.see-more .area-image {
	margin-top: 15px;
}
.see-more .area-image .black-boll-bkg {
	margin-right: 13px;
}
.see-more .product {
	margin-bottom: 25px;
	border-bottom: 1px dotted #cacaca;
}
.see-more .product .pattern-bkg {
	padding: 10px 15px;
	width: 643px;
	height: 35px;
	overflow: hidden;
}
.see-more .product .txt {
	margin-top: 5px;
}
.see-more .product .pull-left {
	width: 70%;
}
.see-more .product .pull-right {
	text-align: right;
}
.see-more .product .price span {
	color: #135ca6;
}
.see-more .product .price.incash span {
	color: #202020;
}
.see-more .product .actions {
	text-align: center;
	margin: 10px 0;
}
.see-more .product .actions a {
	padding: 0 10px;
}
.see-more .product .actions a:first-child {
	border-right: 1px solid #202020;
}
.footnote {
	margin-left: 62px;
	font-size: 13px;
}
#contact .section-title {
	margin-bottom: 20px;
}
#contact .warning {
	margin-bottom: 15px;
}
#contact .warning p {
	margin: 10px 100px;
	line-height: 1.4;
}
#contact .warning a {
	color: #a5111b;
	text-decoration: underline;
}
.contact-form {
	border-bottom: 1px dotted #cacaca;
	margin-bottom: 25px;
}
.contact-form label {
	display: block;
	margin-bottom: 0px;
}
.contact-form .input {
	margin-bottom: 20px;
}
.contact-form .action {
	margin: 30px 0;
}
.contact-form .action .btn {
	float: left;
	margin: 0px 0 0 -95px;
	left: 50%;
	position: relative;
}
.contact-info a {
	text-decoration: underline;
	color: #135CA6;
}
.news-list .news-item {
	margin-bottom: 10px;
}
.news-list .area-image {
	margin: 15px 10px 0 0;
}
.news-list .product {
	padding: 15px;
	min-height: 57px;
	width: 95.7%;
}
.news-list .product-informs {
	width: 91.9%;
	padding-bottom: 10px;
	border-bottom: 1px dotted #cacaca;
}

.news-list .news-item:last-child .product-informs{
	border-bottom: none;
}
.news-list .description {
	min-width: 100%;
}
.news-list .txt {
	margin-top: 5px;
}
.news-list .more{
	/*min-height: 60px;*/
	min-width: 100%;
	display: table;
	text-align: right;
	margin-top: 5px;
}
.news-list .more > span {
	display: table-cell;
	vertical-align: bottom;
}
.news-list .title  a {
	color: #135ca6;
	text-decoration: underline;
}
.news-list .more a {
	color: #135ca6;
	text-decoration: underline;
}
.more-news {
	padding: 30px 0;
	border-bottom: 1px dotted #cacaca;
}
.more-news a {
	color: #202020;
	font-size: 18px;
	text-decoration: underline;
}
.more-news a:hover {
	color: #135ca6;
}
.more-news a .icon {
	position: relative;
	left: 50%;
	float: left;
	margin: 10px 0 0 -15px;
}
.previous-news {
	margin: 30px 0;
	padding-left: 20px;
}
.previous-news .icon {
	margin: 0 20px 0 149px;
}
.previous-news a {
	color: #202020;
	text-decoration: underline;
}
.previous-news a:hover {
	color: #135ca6;
}
.previous-news a span {
	font-size: 18px;
}
.main-content .newsletter p {
	font-size: 24px;
}
.main-content .newsletter input {
	margin: 0 10px 0 133px;
}
.payment-type {
	background: url('/img/sprites/payments-sprite.png') no-repeat 0px 0px;
	display: block;
}
.credit-card-image {
	width: 84px;
	height: 52px;
	background-position: 0px 0px;
}
.invoice-image {
	width: 68px;
	height: 35px;
	background-position: -148px 0px;
}
.incash-image {
	width: 77px;
	height: 44px;
	background-position: -264px 0px;
}
.bradesco-image {
	width: 63px;
	height: 63px;
	background-position: -278px -102px;
}
.bb-image {
	width: 63px;
	height: 63px;
	background-position: -144px -102px;
}
.itau-image {
	width: 63px;
	height: 63px;
	background-position: 0px -102px;
}
.paypal-image {
	width: 86px;
	height: 23px;
	background-position: -382px -142px;
}
.bankcheck-image {
	width: 66px;
	height: 55px;
	background-position: -504px 0px;
}
.foreign-image {
	width: 57px;
	height: 55px;
	background-position: -396px 0px;
}
.payments-holder .input-radio {
	border: 1px solid #cacaca;
	display: table;
	padding: 10px 0;
	margin-bottom: 20px;
	width: 100%;
}
.payments-holder .input-radio label {
	display: table;
	min-height: 63px;
}
.payments-holder .input-radio label > span {
	display: table-cell;
	vertical-align: middle;
}
.payments-holder .input-radio input {
	margin: 0px 35px;
}
.payments-holder .payment-image {
	width: 125px;
}
.payments-holder .description {
	margin-right: 20px;
}
.payments-holder .description span {
	margin-top: 5px;
	display: block;
}
.payments-holder strong {
	color: #135ca6;
	font-size: 18px;
	display: block;
}
#product-internal .section-title {
	margin-bottom: 15px;
	min-height: 50px;
}
#product-internal .section-title span {
	display: block;
}
#product-internal .more-products {
	margin-bottom: 10px;
}
#product-internal .more-products a {
	text-decoration: underline;
	color: #202020;
}
#product-internal .more-products a .icon {
	margin: 0 0 0 5px;
}
#product-internal .product-summary{
	margin-bottom: 15px;
	padding-bottom: 25px;
	border-bottom: 1px dotted #cacaca;
}
#product-internal .product-image{
	border: 1px solid #cacaca;
	margin: 30px 38px 25px;
	padding: 25px;
	position: relative;
}
#product-internal .product-image img {
	max-width: 125px;
}
#product-internal .sale-seal{
	width: 88px;
	height: 90px;
	background: url('/img/sprites/icons-sprite.png') no-repeat -126px -441px;
	font-size: 29px;
	color: #ffffff;
	text-shadow: -1px -1px #64686d;
	display: table;
	position: absolute;
	top: -37px;
	right: -37px;
}
#product-internal .sale-seal span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	cursor: default;
}
#product-internal .see-canvas {
	margin: 25px 0 0 33px;
}
#product-internal .see-canvas a {
	color: #a5111b;
	text-decoration: underline;
	margin: 0 0 0 1px;
}
#product-internal .buy-info{
	width: 57%;
	background: #eeeeee none repeat scroll 0 0;
	margin-top: 30px;
	padding: 18px 15px;
}
#product-internal .buy-info .label {
	color: #135ca6;
	margin-right: 8px;
}
#product-internal .buy-info .input {
	margin-top: 5px;
}
#product-internal .buy-info .bigger {
	font-size: 32px;
}
#product-internal .buy-info .smaller {
	font-size: 24px;
}
#product-internal .buy-info .btn-holder{
	/*margin: 25px 59px;*/
	margin: 15px 0;
	width: 100%;
	text-align: center;
}

#product-internal .buy-info .btn-holder span{
	display: inline-block;
}
#product-internal .buy-info .footnote {
	line-height: 1.4;
	margin: 0;
}
#product-internal .product-description{
	margin-bottom: 15px;
	border-bottom: 1px dotted #cacaca;
}

#product-internal .product-description a{
	color: #135ca6;
	text-decoration: underline;
	font-weight: normal;
}
#product-internal .product-description strong {
	font-size: 24px;
}
#product-internal .txt em,
#product-internal .fb-plugin em {
	font-size: 18px;
	font-style: normal;
	color: #135ca6;
	display: block;
	margin: 20px 0;
}
#product-internal .txt p {
	margin-bottom: 20px;
}
#product-internal .txt li {
	line-height: 1.5;
}
#product-internal .txt.second li {
	margin-bottom: 20px;
}
#product-internal .download-holder{
	margin-bottom: 15px;
}

#product-internal .download-holder .pull-left{
	/*padding-right: 45px;
	border-right: 1px solid #202020;*/
	float: none;
	width: 50%;
	display: table-cell;
	vertical-align: middle;
}
#product-internal .download-holder .pull-right {
	/*padding-left: 45px;*/
	font-size: 12px;
	line-height: 1.4;
	/*margin-top: 10px;*/
	float: right;
	width: 86%;
}
#product-internal .download-holder > div {
	/*width: 43%;*/
}
#product-internal .download-holder strong {
	color: #135ca6;
	font-size: 18px;
}
#product-internal .download-holder a {
	color: #135ca6;
	text-decoration: underline;
}
#product-internal .download-holder .download {
	/*margin-bottom: 40px;
	margin-top: 15px;*/
}
#product-internal .icon-green-aware {
	float: none;
	margin: 2px auto 15px auto;
}
#product-internal .fb-plugin em {
	color: #3c82cd;
	margin-bottom: 10px;
}
#products-section .section-title span {
	display: block;
}
#products-section .list-products .black-title {
	margin-bottom: 15px;
}
#products-section .list-products .black-title h4 {
	font-size: 24px;
}
#products-section .list-products .black-arrow {
	margin: -2px 0px 0px 10px;
}
#products-section .list-products .product-wrapper {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #cacaca;
}

#products-section .list-products .product-wrapper:last-child{
	border-bottom: none;
}
#products-section .list-products .product {
	background: url('/img/bkgs/pattern-bkg.jpg');
	padding: 0 15px;
	min-height: 88px;
	color:#202020;
}
#products-section .list-products .product > div {
	display: table-cell;
	vertical-align: middle;
}
#products-section .list-products .product > div > .holder {
	padding: 15px 0;
}
#products-section .list-products .product h5 {
	font-size: 18px;
	color: #135ca6;
}
#products-section .list-products .product .txt {
	margin-top: 10px;
	margin-right: 10px;
	width: 525px;
	min-height: 20px;
	overflow: hidden;
}
#products-section .list-products .division {
	position: absolute;
	background: url("/img/list-division.png") 0 -7px repeat-y;
	height: 105px;
	width: 27px;
}
#products-section .list-products .price {
	width: 180px;
	text-align: right;
}
#products-section .list-products .price .full-price .bigger {
	color: #135ca6;
}
#products-section .list-products .price .bigger {
	font-size: 24px;
}
#products-section .list-products .price .smaller {
	font-size: 14px;
}
#products-section .list-products .featured {
	margin-bottom: 10px;
	border-bottom: 1px dotted #cacaca;
}
#products-section .list-products .featured .product-wrapper {
	padding-bottom: 0;
	border: 0;
}
#products-section .list-products .featured .product {
	background: url('/img/bkgs/pattern-bkg-black.jpg');
	color: #ffffff; 
}
#products-section .list-products .featured .product h5 {
	color: #ccb646;
}
#products-section .list-products .featured .full-price .bigger {
	color: #ccb646;
}
.custom-search {
	margin-top: 30px;
}
.custom-search .form-title {
	margin-bottom: 35px;
}
.custom-search .input {
	margin-right: 30px;
}
.custom-search h6 {
	font-size: 24px;
	margin-bottom: 5px;
}
.custom-search label {
	display: block;
	margin-bottom: 5px;
}
.custom-search .actions {
	margin-top: 25px;
}
.custom-search .actions .btn {
	position: relative;
	left: 50%;
	margin-left: -110px;
}
/*============================ New Pages ============================*/
#product-internal .section-title h3 {
	font-size: 28px;
	padding-top: 11px;
}
#product-internal .section-title em {
	font-size: 18px;
}
/*Colorbox*/
#cboxLoadedContent {
	border: 10px solid #ffffff;
}
#cboxClose {
	background: url(../img/sprites/icons-sprite.png) no-repeat -277px -450px;
	width: 24px;
	height: 24px;
}
#cboxClose:hover {
	background: url(../img/sprites/icons-sprite.png) no-repeat -277px -450px;
}
/*Cart*/
.change-basket-box .title {
	background: url('../img/bkgs/pattern-bkg.jpg');
	font-size: 24px;
	color: #3c82cd;
	text-align: center;
	padding: 22px 50px;
	margin-bottom: 18px;
}
.change-basket-box .content {
	margin-left: 30px;

}
.change-basket-box p {
	margin-bottom: 20px;
	font-size: 14px;
}
.change-basket-box p span {
	color: #3c82cd;
}
/* comentado porque o botão fica melhor sem o código
.change-basket-box .btn-holder {
	comentadomargin: 30px 0 30px 50%;
	text-align: center;
}

.change-basket-box .btn-holder .btn {
	margin-left: -50%;
}
*/
.change-basket-box .yellow-refresh {
	background-position: -282px -523px;
	width: 15px;
	height: 17px;
	margin: 6px 6px 0px 0px !important;
}
.empty-cart-icon {
	background-position: -141px -557px !important;
	width: 27px;
	height: 35px;
	margin: -9px 15px 0px 0px !important;
}
#empty-cart .empty-message {
	background: url('../img/bkgs/pattern-bkg.jpg');
	color: #a5111b;
	margin-top: 30px;
	padding: 20px 0 20px 135px;
}
#empty-cart .empty-message h5 {
	font-size: 24px;
}
#empty-cart strong {
	color: #3c82cd;
	font-size: 24px;
	margin: 30px 0 10px 0;
	display: block;
}
#empty-cart .buy-steps p {
	margin-bottom: 30px;
}
#empty-cart .buy-steps p span {
	font-size: 18px;
}
#empty-cart .step {
	padding-top: 40px;
	margin-bottom: 40px;
	border-top: 1px solid #cacaca;
}
#empty-cart .step1 {
	width: 674px;
	height: 189px;
	background: url('../img/sprites/buy-steps-sprite.jpg') no-repeat 0 0;
}
#empty-cart .step2 {
	width: 674px;
	height: 172px;
	background: url('../img/sprites/buy-steps-sprite.jpg') no-repeat 0 -213px;
}
#empty-cart .step3 {
	width: 674px;
	height: 238px;
	background: url('../img/sprites/buy-steps-sprite.jpg') no-repeat 0 -420px;
}
#empty-cart .step4 {
	width: 674px;
	height: 373px;
	background: url('../img/sprites/buy-steps-sprite.jpg') no-repeat 0 -699px;
}
#empty-cart .ssl-info {
	padding-top: 10px;
	border-top: 1px solid #cacaca;
}
#empty-cart .ssl-info span {
	color: #a5111b;
}
#empty-cart .red-lock-icon {
	width: 28px;
	height: 35px;
	background-position: -504px -557px;
}
#empty-cart .txt .last {
	width: 650px;
	line-height: 1.3;
}
.cart-holder .cart-total {
	background: url('../img/bkgs/pattern-bkg-grey.jpg');
	font-size: 17px;
}
/*Search*/
.success-icon {
	background-position: -378px -437px !important;
	width: 104px;
	height: 104px;
	float: none !important;
}
.white-loupe-icon {
	background-position: 5px -569px !important;
	width: 33px;
	height: 26px;
}
#success-search-page .icon-holder {
	margin-left: 50%;
}
#success-search-page .icon-holder .icon {
	margin: 0 0 0 -52px !important;
}
#success-search-page .content h3 {
	font-size: 24px;
	text-align: center;
	margin: 15px 0;
}
#success-search-page .txt span {
	color: #3c82cd;
}
/*Who we are*/
#who-we-are .content strong {
	display: block;
	color: #135CA6;
	font-size: 24px;
	margin-bottom: 20px;
	margin-top: 20px;
}
#who-we-are .content .txt .picture {
	width: 111px;
}
#who-we-are .content .txt .picture span {
	display: block;
	font-size: 11px;
	color: #b2b2b2;
}
#who-we-are .content .txt .text {
	width: 560px;
	margin-left: 20px;
}
#who-we-are .content .txt .text a {
	color: #135CA6;
	text-decoration: underline;
}
#who-we-are .content .txt .text p {
	margin-bottom: 15px;
	text-align: justify;
}
#who-we-are .content .address-info {
	text-align: center;
	padding: 20px 0;
	font-size: 12px;
	line-height: 1.5;
	margin: 30px 0;
}
#who-we-are .content .address-info a {
	color: #135CA6;
	text-decoration: underline;
}
#who-we-are .content .customers {
	padding-top: 20px;
	border-top: 1px dotted #cacaca;
}
#who-we-are .content .customers td {
	border: 1px solid #cacaca;
	width: 242px;
	line-height: 2.5;
	text-indent: 15px;
	font-size: 13px;
}

#contact .txt strong{
	display: block;
	color: #135CA6;
	font-size: 18px;
	margin-bottom: 5px;
	margin-top: 20px;
}

#contact .txt strong:first-child{
	margin-top: 0;
}

/*============================ New Pages ============================*/.lt-ie9.lt-ie8 .products-list .product.box a:hover .description {
	margin-top: 15px;
}
.lt-ie9.lt-ie8 .sidebar {
	width: 210px;
}
.lt-ie9.lt-ie8 .side-menu .icon-plus {
	margin: -27px 110px 0px 0px;
}
.lt-ie9.lt-ie8 .side-menu .black-arrow {
	margin: 35px 0px 0px -75px;
}
.lt-ie9.lt-ie8 .side-menu a {
	width: 170px;
}
.lt-ie9.lt-ie8 h4 {
	width: 210px;
	height: 32px;
}
.lt-ie9.lt-ie8 .newsletter .black-arrow {
	margin: 35px 0px 0px -140px;
}
.lt-ie9.lt-ie8 .newsletter .btn {
	width: 40px;
	padding: 5px;
}
.lt-ie9.lt-ie8 .newsletter .btn .icon-letter {
	margin: 0 0 0 2px;
}
.lt-ie9.lt-ie8 .informs > .pull-right {
	width: 233px;
}
.lt-ie9.lt-ie8 .shop-basket {
	padding: 5px 8px;
	width: 103px !important;
}
.lt-ie9.lt-ie8 .shop-basket a {
	background: none;
}
.lt-ie9.lt-ie8 .shop-basket .btn {
	background: url('/img/bkgs/pattern-bkg-black.jpg');
	width: 98px;
	height: 31px;
}
.lt-ie9.lt-ie8 .top-menu .icon-white-arrow {
	width: 14px !important;
	height: 7px !important;
}
.lt-ie9.lt-ie8 .top-menu .parent span {
	width: 162px;
	height: 37px;
}
.lt-ie9.lt-ie8 .top-menu .parent > a {
	text-indent: -15px;
	display: block;
	width: 150px !important;
	height: 36px !important;
	padding: 6px 0 0 12px;
}
.lt-ie9.lt-ie8 .top-menu .sub-menu a {
	display: block;
}
.lt-ie9.lt-ie8 .sugestion a {
	width: 25%;
	padding-left: 45px;
}
.lt-ie9.lt-ie8 .sugestion .black-boll-bkg {
	margin-left: -73px;
}
.lt-ie9.lt-ie8 .default-btn {
	display: block;
}
.lt-ie9.lt-ie8 #shopping-cart .products-list .item {
	margin-bottom: 30px;
}
.lt-ie9.lt-ie8 #shopping-cart .products-list .actions {
	clear: both;
}
.lt-ie9.lt-ie8 #shopping-cart .products-list .pattern-bkg {
	min-height: 51px;
}
.lt-ie9.lt-ie8 #shopping-cart .bought .remove a {
	color: #a5111b;
	width: 108px;
	display: block;
	line-height: 1.5;
}
.lt-ie9.lt-ie8 #contact .contact-form .btn {
	width: 200px;
}
.lt-ie9.lt-ie8 .news-list h5 {
	text-align: left;
}
.lt-ie9.lt-ie8 .more-news a {
	display: block;
}
.lt-ie9.lt-ie8 .more-news a .icon {
	margin-left: -25px;
}
.lt-ie9.lt-ie8 .main-content .newsletter .btn {
	margin-left: -75px;
}
.lt-ie9.lt-ie8 .payments-holder .input {
	min-height: 63px;
}
.lt-ie9.lt-ie8 .payments-holder input {
	margin-top: 18px;
}
.lt-ie9.lt-ie8 .payments-holder label > span {
	float: left;
	min-height: 63px;
}
.lt-ie9.lt-ie8 #product-internal .more-products {
	width: 250px;
}
.lt-ie9.lt-ie8 #product-internal .more-products .icon {
	margin-top: -15px;
}
.lt-ie9.lt-ie8 #product-internal .sale-seal span {
	top: 35px;
	left: 10px;
	position: relative;
}
.lt-ie9.lt-ie8 #product-internal .see-canvas {
	clear: both;
}
.lt-ie9.lt-ie8 #product-internal .btn {
	float: left;
}
.lt-ie9.lt-ie8 #products-section .featured h4 {
	height: 24px;
}
.lt-ie9.lt-ie8 #products-section .featured > .holder:first-child {
	margin-bottom: 15px;
}
.lt-ie9.lt-ie8 #products-section .product > div {
	float: left;
}
.lt-ie9.lt-ie8 #products-section .product .description {
	width: 70%;
	margin-right: 20px;
	padding: 20px 0;
}
.lt-ie9.lt-ie8 #products-section .price {
	float: right !important;
	padding: 20px 0;
}
.lt-ie9.lt-ie8 #products-section .custom-search .btn {
	height: 45px;
	width: 209px;
}
.lt-ie9.lt-ie8 #products-section .custom-search .actions {
	clear: both;
}
.lt-ie9.lt-ie8 .sidebar {
	width: 230px;
}
.lt-ie9 .see-more .product .pattern-bkg {
	width: 570px;
}
.lt-ie9.lt-ie8 .sidebar .nav-list,
.lt-ie9 .sidebar .nav-list {
	width: 225px;
}
.lt-ie9.lt-ie8 .nav-list,
.lt-ie9 .nav-list {
	zoom: 1;
	filter: progid:dximagetransform.microsoft.shadow(Color=#cacaca, Strength=5, Direction=0), progid:dximagetransform.microsoft.shadow(Color=#cacaca, Strength=5, Direction=90), progid:dximagetransform.microsoft.shadow(Color=#cacaca, Strength=5, Direction=180), progid:dximagetransform.microsoft.shadow(Color=#cacaca, Strength=5, Direction=270);
}
.lt-ie9.lt-ie8 .nav-list .icon-white-arrow,
.lt-ie9 .nav-list .icon-white-arrow {
	margin-top: 0;
}
.lt-ie9.lt-ie8 input,
.lt-ie9 input {
	border: 0;
	height: 28px;
	line-height: 2;
}
.lt-ie9.lt-ie8 .input-medium,
.lt-ie9 .input-medium {
	background: url(/img/sprites/ie-sprite-inputs.png) no-repeat 0px -105px;
	width: 289px;
}
.lt-ie9.lt-ie8 .input-xlarge,
.lt-ie9 .input-xlarge {
	background: url(/img/sprites/ie-sprite-inputs.png) no-repeat 0px 0px;
}
.lt-ie9.lt-ie8 .input-large,
.lt-ie9 .input-large {
	background: url(/img/sprites/ie-sprite-inputs.png) no-repeat 0px -53px;
}
.lt-ie9.lt-ie8 .input-mini,
.lt-ie9 .input-mini {
	background: url(/img/sprites/ie-sprite-inputs.png) no-repeat 4px -210px;
}
.lt-ie9.lt-ie8 textarea,
.lt-ie9 textarea {
	border: 0;
	background: url(/img/sprites/ie-sprite-inputs.png) no-repeat 0px bottom !important;
	height: 119px;
}
.lt-ie9.lt-ie8 .newsletter-input,
.lt-ie9 .newsletter-input {
	background: url(/img/sprites/ie-sprite-inputs.png) no-repeat 0px -158px;
	width: 173px;
}
.lt-ie9.lt-ie8 .search-btn,
.lt-ie9 .search-btn {
	margin-left: -17px;
}
.lt-ie9.lt-ie8 .main-content,
.lt-ie9 .main-content {
	width: 68%;
}
.lt-ie9.lt-ie8 .bought .remove a,
.lt-ie9 .bought .remove a {
	color: #a5111b;
	width: 108px;
	display: block;
	line-height: 1.5;
}
.icon {
	background: url('/img/sprites/icons-sprite.png') no-repeat 0px 0px;
	display: block;
	float: left;
	margin: 3px 8px 0 0;
}
.icon-cart {
	width: 33px;
	height: 27px;
}
.icon-cart.yellow-cart {
	background-position: 0px -194px;
}
.icon-cart.white-cart {
	background-position: -67px -194px;
}
.icon-supersecao0 {
	width: 33px;
	height: 26px;
	background-position: 0px 4px;
}
.icon-supersecao0.black {
	background-position: 0px -57px;
}
.icon-supersecao0.blue {
	background-position: 0px -118px;
}
.icon-supersecao1 {
	width: 33px;
	height: 26px;
	background-position: -54px 3px;
}
.icon-supersecao1.black {
	background-position: -54px -57px;
}
.icon-supersecao1.blue {
	background-position: -54px -117px;
}
.icon-supersecao2 {
	width: 33px;
	height: 26px;
	background-position: -101px 4px;
}
.icon-supersecao2.black {
	background-position: -101px -57px;
}
.icon-supersecao2.blue {
	background-position: -101px -117px;
}
.icon-supersecao3 {
	width: 33px;
	height: 26px;
	background-position: -142px 3px;
}
.icon-supersecao3.black {
	background-position: -142px -57px;
}
.icon-supersecao3.blue {
	background-position: -142px -117px;
}
.icon-supersecao4 {
	width: 33px;
	height: 26px;
	background-position: -183px 0px;
}
.icon-supersecao4.black {
	background-position: -183px -57px;
}
.icon-supersecao4.blue {
	background-position: -183px -117px;
}
.icon-supersecao5 {
	width: 33px;
	height: 26px;
	background-position: -222px 0px;
}
.icon-supersecao5.black {
	background-position: -222px -57px;
}
.icon-supersecao5.blue {
	background-position: -222px -117px;
}
.icon-supersecao6 {
	width: 33px;
	height: 26px;
	background-position: -266px 5px;
}
.icon-supersecao6.black {
	background-position: -266px -60px;
}
.icon-supersecao6.blue {
	background-position: -266px -117px;
}
.icon-supersecao7 {
	width: 33px;
	height: 26px;
	background-position: -312px 2px;
}
.icon-supersecao7.black {
	background-position: -312px -57px;
}
.icon-supersecao7.blue {
	background-position: -312px -117px;
}
.icon-supersecao8 {
	width: 33px;
	height: 26px;
	background-position: -357px 4px;
}
.icon-supersecao8.black {
	background-position: -357px -59px;
}
.icon-supersecao8.blue {
	background-position: -357px -118px;
}
.icon-supersecao9 {
	width: 33px;
	height: 26px;
	background-position: -403px 3px;
}
.icon-supersecao9.black {
	background-position: -403px -57px;
}
.icon-supersecao9.blue {
	background-position: -403px -117px;
}
.icon-supersecao10 {
	width: 33px;
	height: 26px;
	background-position: -452px 5px;
}
.icon-supersecao10.black {
	background-position: -452px -60px;
}
.icon-supersecao10.blue {
	background-position: -452px -117px;
}
.icon-supersecao11 {
	width: 33px;
	height: 26px;
	background-position: -495px 0px;
}
.icon-supersecao11.black {
	background-position: -495px -58px;
}
.icon-supersecao11.blue {
	background-position: -495px -119px;
}
.icon-supersecao {
 width: 32px;
 height: 35px;
 background-position: -401px -557px;
 margin: 7px 6px 7px 11px !important;
}

.icon-plus {
	width: 20px;
	height: 20px;
	background-position: -462px -371px;
}
.black-arrow {
	width: 14px;
	height: 9px;
	background-position: -507px -382px;
	margin: 2px 0 0 0;
	position: absolute;
}
.icon-letter {
	width: 26px;
	height: 16px;
	background-position: -133px -204px;
	margin: 3px 0 2px 0;
}
.icon-pin {
	width: 20px;
	height: 25px;
	background-position: -341px -278px;
	margin: -2px 10px 0px 0px;
}
.icon-white-arrow {
	width: 14px;
	height: 7px;
	background-position: -506px -364px;
	position: absolute;
	margin: -7px 0px 0px 20px;
}
.icon-back {
	width: 17px;
	height: 16px;
	background-position: -164px -286px;
	text-indent: -9999px;
}
.icon-next {
	width: 17px;
	height: 16px;
	background-position: -218px -286px;
	text-indent: -9999px;
}
.icon-remove {
	width: 12px;
	height: 12px;
	background-position: -508px -290px;
}
.icon-plus-file {
	width: 19px;
	height: 23px;
	background-position: -501px -197px;
}
.icon-refresh {
	width: 22px;
	height: 22px;
	background-position: -325px -199px;
}
.icon-add {
	width: 22px;
	height: 22px;
	background-position: -383px -198px;
}
.icon-checked {
	width: 24px;
	height: 17px;
	background-position: -442px -204px;
	margin-top: 4px !important;
}
.icon-send {
	width: 38px;
	height: 25px;
	background-position: -202px -195px;
}
.icon-red-arrow {
	width: 9px;
	height: 10px;
	background-position: -509px -266px;
}
.icon-arrow-down {
	width: 31px;
	height: 22px;
	background-position: -395px -281px;
}
.icon-calendar {
	width: 29px;
	height: 20px;
	background-position: -458px -283px;
}
.icon-red-loupe {
	width: 18px;
	height: 15px;
	background-position: -106px -288px;
}
.icon-canvas {
	width: 60px;
	height: 27px;
	background-position: 0px -276px;
}
.icon-download {
	width: 75px;
	height: 73px;
	background-position: 0px -450px;
}
.icon-green-aware {
	width: 47px;
	height: 46px;
	background-position: 0px -351px;
}
.icon-gold-loupe {
	width: 28px;
	height: 26px;
	background-position: -267px -193px;
	margin-top: 2px !important;
}
.pull-right {
	float: right;
}
.pull-left {
	float: left;
}
.hide {
	display: none;
}
.show {
	display: block;
}
.affix {
	position: fixed;
}
.center {
	text-align: center;
}
.holder {
	display: table;
}
.towidth {
	width: 100%;
}
.mgb75 {
	margin-bottom: 75px !important;
}
.mgb25 {
	margin-bottom: 25px !important;
}
.mgl60 {
	margin-left: 60px !important;
}
.touppercase {
	text-transform: uppercase;
}
.fonte-media {
font-size:18px;
}
.preco-inteiro {
font-size:24px;
}
.preco-destaque {
color: #135ca6;
}
.txtacao-suggested{
 text-decoration: underline;
 margin-top: 5px;
}
.produto-suggested{
 font-size: 18px;
 width: 100%;
 margin-top: 13px;
}
.maisinfo-suggested {
 font-size: 14px;
 width:18%;
 position:absolute;
 margin-top:-15px;
 margin-left:335px;
}
.preco-suggested {
 font-size: 14px;
 width:14%;
 position:absolute;
 margin-top:-15px;
 margin-left:475px;
}
.btnacao-suggested {
 width:4%;
 position:absolute;
 margin-top: -19px;
 margin-left:655px;
}
.box-sugestao {
 width: 180px;
 text-align: right;
}
/*========= Layout adjustments =========

header .pattern-bkg {
	background: url(../img/bkgs/top-bkg.jpg) no-repeat 0 center;
	margin-bottom: 1px;

}

header .top-container {
	border: 0;
}

header .informs {
	margin: 0;
	padding-top: 5px;
}

header .main-top {
	padding-bottom: 15px;
}

header .informs strong, header .informs a {
	color:#ffffff;
}

header .informs strong span {
	color: #ccb646;
}

header .top-menu .parent {
	background: #202020;
}

header .top-menu .parent:hover {
	background:url('../img/sprites/top-menu-bkg.jpg') repeat-x 0 bottom;
}

.list-products .pattern-bkg.dark {
	background: #135ca6;
}

.list-products .pattern-bkg.dark .icon.black-arrow {
	background-position: -507px -412px;
}

.side-menu .black-title {
	margin-bottom: 7px;
}

#products-section .list-products .featured {
	padding-bottom: 27px;
	border-bottom: 1px solid #202020;
}

#products-section .list-products .featured .product {
	background: url(../img/bkgs/pattern-bkg.jpg);
}

#products-section .list-products .featured .product h5, #products-section .list-products .featured .full-price .bigger {
	color: #135ca6;
}

#products-section .list-products .featured .product {
	color:#202020;
}

#products-section .list-products .featured .product {
	padding: 0 8px;
	border-left: 7px solid #135ca6;
	border-right: 7px solid #135ca6;
}
*/

#iframeConversion, #iframeConversion iframe{
	position: absolute;
	height: 0px;
	width: 0px;
	bottom: -1000px;
	/*left: -1000px;*/
	display: none;
}
.logo{
	position: relative;
	top: -8px;
}

.tooltipon{ 
	background-color: #ffffe1;
	padding: 5px;
	border: 1px solid #C0C0C0;
	font-size: 12px;
	color: #000000;
	text-align:left;
	z-index:100;
	display: block;
	position: absolute;
	top: -40px;
	left: 210px;
	width: 190px;
}

.tooltipoff{ 
	display: none;
}

.list-products{
	margin-top: 20px;
}
.semDownload{
	width: 100% !important;
}

.semDownload div{
	width: 47px !important;
	float: left !important;
}

.semDownload p{
	width: 670px !important;
	float: right !important;
	margin-left: 18px;
	line-height: 17px;
}
.textb2b{
	margin-bottom: 20px;
}

.textb2b a{
	color: #135ca6;
	text-decoration: underline;
}

.social-links{
	width: 100%;
	display: inline-block;
}

.social-links .addthis_toolbox{
	float: right;
	margin-top:5px;
}

#cordoslinks{
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	line-height: 15px;
	color: #202020;
	text-align: justify;
}

#cordoslinks a{
	color: #135CA6;
	text-decoration: underline;
}

#cordoslinks span.fechar{
	font-size: 11px;
	font-weight: bold;
	line-height: 23px;
}

.hr_faq{
	margin: 20px 0;
}

.blocoFaq{
	margin-bottom: 5px;  
}
.blocoFaq:last-child .hr_faq{
	display: none;
}
.download p#pOne, .download p#pTwo{
		float: left;
		margin-top: 10px;
}
.containerPrivacidade{
	font-size:13px;
	text-align:left;
	width: 100%;
	margin-top:20px;
	line-height:16px;  
}

.containerPrivacidade a{
	color: #135CA6;
	text-decoration: underline;
}

#shopping-cart .section-title, #empty-cart .section-title{
	padding-bottom: 20px;
}

#shopping-cart .section-title h3, #empty-cart .section-title h3{
	margin-top: 10px;
}

#shopping-cart .section-title h3 .black-boll-bkg, #empty-cart .section-title h3 .black-boll-bkg{
	margin-top: -10px;
}

.diffFooter{
	padding-bottom: 50px !important;
	margin-top: 15px;
}

.diffFooter .main-content form > div{
	padding: 5px 20px;
	width:572px;
	height:64px;
	background-color:#FAFAFA;
	margin-bottom:5px;
}


.diffFooter .main-content form > div div.radio{
	float:left;
	margin-left:0px;
	width:40px;
	padding-top:15px;
}

.divPagamento a{
	color: #000000;
}
.divPagamento a:link{
	text-decoration: none;
	color: #000000;
}
.divPagamento a:visited{
	text-decoration: none;
	color: #000000;
}
.divPagamento a:hover{
	text-decoration: underline;
	color: #000000;
}

.divPagamento input, .divPagamento select, .divPagamento textarea{
	background-color: #fafafc;
	border: 1px solid #8fa3b5;
	font-size: 13px;
	padding: 3px 3px 3px 3px;
	height: 15px;
	color: #32475D;
	border-radius: 0px;
}

.divPagamento input[name="email"], .divPagamento input[name="endereco"], .divPagamento input[name="cidade"], .divPagamento input[name="numerocartao"]{
	width: 97% !important;
}

.divPagamento select{
	height: 23px;
}

.divPagamento input.radio{
	border: none 0;
	vertical-align: middle;
	background: transparent;
}

.divPagamento input.submit{
	width:455px;
	border: 1px solid #555555;
	color: #ffffff;
	background-color: #135CA6;
	font-weight:bold;
	padding-top:2px;
	height: 23px;
}

.divPagamento .tabelaform, .divPagamento .tabelaform1, .divPagamento .tabelaform2, .divPagamento .tabelaform3{
	border: none;
}

.divPagamento .tabelaform td, .divPagamento .tabelaform1 td, .divPagamento .tabelaform2 td, .divPagamento .tabelaform3 td, .divPagamento th{
	padding: 5px;
}

.divPagamento .tabelaform th, .divPagamento .tabelaform1 th, .divPagamento .tabelaform2 th, .divPagamento .tabelaform3 th{
	background-color: #D6DCE4;
}

.divPagamento .tabelaform td, .divPagamento .tabelaform1 td, .divPagamento .tabelaform2 td, .divPagamento .tabelaform3 td{
	background-color: #EEF0F3;
}

.divPagamento .tabelaform1, .divPagamento .tabelaform11{
	width: 570px;
}

.divPagamento .tabelaform2{
	width: 525px;
}

.divPagamento .tabelaform3, .divPagamento .tabelaform31{
	width: 535px;
}

.tdSeparador1{
	width: 10px;
}

.tdSeparador2{
	width: 14px;
}

.tdSeparador3{
	width: 23px;
}

.tdCampo1{
	width: 60%;
}

.tdCampo2{
	width: 374px;
}

.tdCampo3{
	width: 215px;
}

.tdCampo4{
	width: 149px;
}

.tdCampo5{
	width: 233px;
}

.tdCampo6{
	width: 132px;
}

.tdCampo7{
	width: 133px;
}



.divPagamento hr{
	height:1px;
	color: #dddddd;
	margin-top: 5px;
	margin-bottom: 5px;
}

.pageSecoes{
	background-color: #EFEFEF;
}

.pageSecoes a:link{
	color: #3C82CD;
	font-size: 13px;
	display: inline-block;
	height: 16px;
	text-decoration: none;
}

.pageSecoes a:visited{
	text-decoration: none;
	color: #3C82CD;
}
.pageSecoes a:hover{
	text-decoration: underline;
	color: #3C82CD;
}

#success-search-page .content{
	margin-top: 15px;
}

header .top-menu .parent > a span label{
	cursor: pointer !important;
}

#product-internal .section-title .black-boll-bkg{
	margin-top: 0;
}

#product-internal .section-title em{
	margin-bottom: 0px;
}

#boxAlteraQtd{
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	background: url('/img/bkgs/bg-modal.png') repeat;
	width: 100%;
	height: 100%;
}

#boxAlteraQtd #iframe{
	width: 420px;
	height: 290px;
	position: relative;
	left: calc(50% - 210px);
	top: calc(50% - 165px);
}

#boxAlteraQtd #iframe iframe{
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	border: none;
}

#boxAlteraQtd #iframe #fecharBox{
	float: right;
	padding: 4px;
	background: #000000;
	cursor: pointer;
	color: #FFFFFF;
}

#boxSeguranca{
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	background: url('/img/bkgs/bg-modal.png') repeat;
	width: 100%;
	height: 100%;
}

#boxSeguranca #iframe{
	width: 330px;
	height: 285px;
	position: relative;
	left: calc(50% - 165px);
	top: calc(50% - 160px);
}

#boxSeguranca #iframe iframe{
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	border: none;
}

#boxSeguranca #iframe #fecharBox{
	float: right;
	padding: 4px;
	background: #000000;
	cursor: pointer;
	color: #FFFFFF;
}

#boxDownload{
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	background: url('/img/bkgs/bg-modal.png') repeat;
	width: 100%;
	height: 100%;
}

#boxDownload #iframe{
	width: 380px;
	height: 400px;
	position: relative;
	left: calc(50% - 190px);
	top: calc(50% - 210px);
}

#boxDownload #iframe iframe{
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	border: none;
}

#boxDownload #iframe #fecharBox{
	float: right;
	padding: 4px;
	background: #000000;
	cursor: pointer;
	color: #FFFFFF;
}

#home-page .products-list .product .txt{
	min-height: 45px;
}

#shopping-cart li.qtd label{
	color: #32475D;
	padding: 4px 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #cacaca;
	outline: none;
	line-height: 1.5;
	height: 21px;
	background: #FFFFFF;
	cursor: text;
	width: 59px;
	font-size: 16px;
	display: inline-block;
}

#shopping-cart li.qtd input{
	display: none !important;
}


.formCartao, .formBradesco, .formBanrisul, .formBB, .formBol, .formCheque, .formDeposito, .formItaushop, .formPaypal{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.formCartao{
	margin-top: 21px;
}

.formBradesco, .formBanrisul, .formBB, .formBol, .formCheque, .formDeposito, .formItaushop, .formPaypal{
	margin-top: 15px;
}

.font_size1{
	font-size: 12px;
}

.font_size2{
	font-size: 15px;
}

.font_size3{
	font-size: 18px;
}

@media only screen and (max-width: 750px){
	body
	{
		min-width: 750px !important;
	}
	
	.site-wrapper
	{
		min-width: 740px !important;
	}
		
	.site-wrapper .page-content
	{
		margin-top: 15px !important;
	}
	
	.top-menu > ul
	{
		display: table;
		margin: 0 auto !important;
	}
	
	header .top-menu .parent
	{
		position: relative;  
	}
	
	li.parent
	{
		width: 60.7px !important;
	}
	
	li.parent span
	{
		width: auto !important;
		padding: 4px 14px !important;
	}
	
	li.parent span i
	{
		margin-right: 0px !important;
	}
	
	header .top-menu .parent > a .icon
	{
		margin-top: 0px;
	}
	
	li.parent label
	{
		display: none !important;
	}
	
	.sidebar
	{
		/*display: none;*/
		margin-right: 0;
		width: 100%;
	}
	
	.sidebar .side-menu > div
	{
		display: none;
	}
	
	.sidebar .side-menu .nav-list
	{
		width: 99.7%;
		background: #FFFFFF;
		margin: 0 auto 25px;
		text-align: center;
	}
	
	.sidebar .side-menu .nav-list ul
	{
		margin-left: 0px;
	}
	
	.sidebar .side-menu .nav-list ul li
	{
		display: inline-block;
		margin: 0 15px;
	}
	
	.sidebar .newsletter
	{
		display: none !important;
	}
	
	.container
	{
		width: 740px !important;
	}
	
	.main-content
	{
		width: 96% !important;
		padding: 0 2% !important;
	}
	
	.main-content form[name="formcompra"]
	{
		width: 86.5% !important;
	}
	
	.products-list .product.box
	{
		width: 33.1% !important;
	}
	.month-sugestions
	{
		width: 100% !important;
	}
	
	.container-sugestions
	{
		width: 96% !important;
		padding-left: 2%;
		padding-right: 2%;
	}
	
	.parent .inverter
	{
		right: 0px;
	}
	.parent .inverter .nav-list > span
	{
		margin-left: 204px;
	}
	
	.sugestion a
	{
		padding: 26.7px;
		width: 25.9%;
		max-height: 240px;
		min-height: 240px;
	}
	
	.shopping-informs
	{
		margin-bottom: 10px;
		padding-top: 5px;
		width: 96%;
		padding-left: 2%;
		padding-right: 2%;
	}
	.shopping-informs > div
	{
		border-right: none !important;
		width: 100% !important;
	}
	
	.shopping-informs .pull-left
	{
		padding-right: 0px;
	}
	.shopping-informs .pull-left .txt
	{
		margin: 50px 0;
	}
	
	.shopping-informs .pull-right
	{
		width: 95% !important; 
	}
	
	.shopping-informs .pull-right .txt
	{
		width: 49%;
		display: inline-block;
	}
	
	.shopping-informs .pull-right .txt:first-child
	{
		border-right: 1px solid #202020;
		width: 46%;
		margin: 20px 3% 0 0;
	}
	
	.semDownload p
	{
		width: 645px !important;
	}
	
	.see-more .product .pattern-bkg
	{
		width: 618px;
	}
	
	.news-list .product-informs
	{
		width: 91.6%;
	}
	.previous-news
	{
		padding-left: 0;
		margin-left: 40px !important;
	}
	
	.newsletter
	{
		margin-left: 0 !important;
	}
	
	.newsletter > form
	{
		padding-left: 30px !important;
	}
	
	#products-section .list-products .product .txt
	{
		width: 510px;
	}
	
	.main-content #frantastique
	{
		margin: 0px auto;
		width: 57% !important;
	}
	
	.main-content #gymglish
	{
		margin: 0px auto;
		width: 67% !important;
	}
}

@media only screen and (max-width: 750px) and (min--moz-device-pixel-ratio: 1.5),
													(max-width: 750px) and (-o-min-device-pixel-ratio: 3/2),
													(max-width: 750px) and (-webkit-min-device-pixel-ratio: 1.5),
													(max-width: 750px) and (min-device-pixel-ratio: 1.5){
	.site-wrapper
	{
		min-width: 740px !important;
		min-height: 1200px !important;
	}
}

@media only screen and (max-width: 750px) and (min--moz-device-pixel-ratio: 2),
												(max-width: 750px) and (-o-min-device-pixel-ratio: 4/2),
												(max-width: 750px) and (-webkit-min-device-pixel-ratio: 2),
												(max-width: 750px) and (min-device-pixel-ratio: 2){
	.site-wrapper
	{
		min-width: 740px !important;
		min-height: 1200px !important;
	}
}

@media only screen and (max-width: 750px) and (min--moz-device-pixel-ratio: 3),
												(max-width: 750px) and (-o-min-device-pixel-ratio: 6/2),
												(max-width: 750px) and (-webkit-min-device-pixel-ratio: 3),
												(max-width: 750px) and (min-device-pixel-ratio: 3){
	.site-wrapper
	{
		min-width: 740px !important;
		min-height: 1200px !important;
	}
}
