
body {
	margin-bottom: 50px;
	font-family: arial;
}
select {
	width: auto;
}
.row {
	margin-left: 0px;
}
.table-hover tbody tr:hover>td,
.table-hover tbody tr:hover>th {
	background-color: #eaf0ea;
}
.table-striped tbody>tr:nth-child(odd)>td,
.table-striped tbody>tr:nth-child(odd)>th {
}

tr.align-center th,
tr.align-center td {
	text-align: center;
}

#logo {
	height: 100px;
	z-index: 200;
	position: relative;
}
#top {
	background-image: url('/img/layout/header-gradient.png');
}
.hero-unit h1, h1,
.hero-unit h2, h2,
.hero-unit h3, h3,
.hero-unit h4, h4 {
	color: #7EAE96;
}
.hero-unit h1, h1 { font-size: 28px; }
.hero-unit h2, h2 { font-size: 24px; }
.hero-unit h3, h3 { font-size: 18px; }
.hero-unit, .boxed {
	background: rgb(247,246,232); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjZlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZkZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(247,246,232,1) 0%, rgba(255,253,242,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,246,232,1)), color-stop(100%,rgba(255,253,242,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(247,246,232,1) 0%,rgba(255,253,242,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(247,246,232,1) 0%,rgba(255,253,242,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(247,246,232,1) 0%,rgba(255,253,242,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(247,246,232,1) 0%,rgba(255,253,242,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f6e8', endColorstr='#fffdf2',GradientType=0 ); /* IE6-8 */
	box-shadow: 0px 1px 15px silver;
	border: 1px solid rgba(212, 212, 212, 0.28);
	margin-bottom: 0px;
	padding: 20px;
	padding-bottom: 40px;
	line-height: 1em;
}
.boxed {
	padding: 10px;
	margin: 6px;
}
.inline {
	display: inline-block;
}
.relative {
	position: relative;
}
.lh30 {
	line-height: 30px;
}
.mr30 {
	margin-right: 30px;
}
.ml30 {
	margin-left: 30px;
}
.mr10 {
	margin-right: 10px;
}

#flashMessage {
	width: 86%;
	margin: auto;
	text-align: center;
	padding: 22px;
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	*background-color: #51a351;
	background-image: -moz-linear-gradient(top, #62c462, #51a351);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
	background-image: -webkit-linear-gradient(top, #62c462, #51a351);
	background-image: -o-linear-gradient(top, #62c462, #51a351);
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
#flashMessage.error {
	background: #db4b4d; /* Old browsers */
	background: -moz-linear-gradient(top, #db4b4d 0%, #c33134 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#db4b4d), color-stop(100%,#c33134)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #db4b4d 0%,#c33134 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #db4b4d 0%,#c33134 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #db4b4d 0%,#c33134 100%); /* IE10+ */
	background: linear-gradient(to bottom, #db4b4d 0%,#c33134 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db4b4d', endColorstr='#c33134',GradientType=0 ); /* IE6-9 */
}

hr {
	height: 3px;
	background-color: #7EAE96;
	border: none;
}
p {
	color: grey;
}
#home {
	background: url('/img/layout/basket.png');
	background-position-x: -35px;
	background-repeat: no-repeat;
	padding-top: 20px;
	position: relative;
	margin-bottom: -8px;
}
#home > div {
	position: relative;
}
#home > div.mask {
	position: absolute;
	left: 80px;
	height: 480px;
	width: 800px;
	background-color: #FFF;
	opacity: 0.8;
	z-index: 0;
}
footer {
	margin-top: 2px;
	position: relative;
	box-shadow: 0px 2px 30px silver;
	border: 1px solid rgba(212, 212, 212, 0.28);
	z-index: 99;
}
footer a {
	color: #7f746c;
}
footer th:first-child {
	width: 300px;
}
footer th {
	text-align: left;
	color: #7f746c;
}
footer .top {
	background-color: #D2C9C1;
	z-index: 99;
	padding-left: 100px;
	text-align: center;
}
footer #logo_footer {
	position: absolute;
	top: -30px;
	left: 20px;
}
footer .main {
	background-color: #e2ddd9;
	padding: 20px;
}
footer thead {
	border-bottom: 1px solid #A19685;
}
.navbar {
	margin: 0px;
}
.navbar-inner {
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-top: 0px none;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
.nav li {
	position: relative;
	z-index: 999;
}
#main-search-bar {
	background: rgb(0,0,0); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUlIiBzdG9wLWNvbG9yPSIjYTJhYTk2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTglIiBzdG9wLWNvbG9yPSIjZTJlY2Q3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTklIiBzdG9wLWNvbG9yPSIjZTJlY2Q3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(162,170,150,1) 5%, rgba(226,236,215,1) 18%, rgba(226,236,215,1) 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(5%,rgba(162,170,150,1)), color-stop(18%,rgba(226,236,215,1)), color-stop(99%,rgba(226,236,215,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(162,170,150,1) 5%,rgba(226,236,215,1) 18%,rgba(226,236,215,1) 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(162,170,150,1) 5%,rgba(226,236,215,1) 18%,rgba(226,236,215,1) 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(162,170,150,1) 5%,rgba(226,236,215,1) 18%,rgba(226,236,215,1) 99%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(162,170,150,1) 5%,rgba(226,236,215,1) 18%,rgba(226,236,215,1) 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#e2ecd7',GradientType=0 ); /* IE6-8 */
	padding: 6px;
	height: auto;
	border-radius: 2px 2px 4px 4px;
	margin: 0px 6px;
	margin-bottom: 1px;
	border-radius: 4px;
}
#main-search-bar form {
	display: inline-block;
	margin-bottom: 0px;
}
.help-popover {
	display: inline-block;
	padding: 4px;
	vertical-align: middle;
}
.popover-title {
	text-align: center;
}
.wrapped-img {
	float: right;
	border-radius: 4px;
	border: 1px solid rgb(228, 228, 228);
	box-shadow: 0px 1px 15px silver;
	margin-top: 10px;
	margin-left: 20px;
}
.help-step img {
	padding: 10px;
	display: inline-block;
}
.help-step h2 {
	margin: 0px;
	line-height: 1em;
}
.help-step p {
	clear: both;
}
.help-step-title {
	display: inline-block;
	max-width: 780px;
}
.help-step-title h2 {
	vertical-align: middle;
	display: inline-block;
}

.tooltip {
	font-size: 14px;
}

.popover-content {
	font-size: 14px;
	line-height: 1em;
}


/** BUTTONS **/
.button a {
	background: #888888;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#414141), to(#151515));
	background-image: -webkit-linear-gradient(top, #414141, #151515);
	background-image: -moz-linear-gradient(top, #414141, #151515);
	border-color: #151515;
	color: #fff;
	text-shadow: rgba(200, 200, 200, 1) 1px 1px 2px;
	padding: 4px 10px;
}
.button a:hover {
	background: #101010;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#151515), to(#414141));
	background-image: -webkit-linear-gradient(top, #151515, #414141);
	background-image: -moz-linear-gradient(top, #151515, #414141);
}
.button a:active {
	background: #050505;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#202020), to(#4A4A4A));
	background-image: -webkit-linear-gradient(top, #202020, #4A4A4A);
	background-image: -moz-linear-gradient(top, #202020, #4A4A4A);
	border: 1px solid #A0A0A0;;
	text-shadow: rgba(200, 200, 200, 1) 1px 1px 1px;
}
.button-sprite {
	background-image: url('/img/layout/button-sprite.png');
	background-repeat: no-repeat;
	display: inline-block;
	height: 24px;
	width: 32px;
}
.button-sprite:hover {
	text-decoration: none;
}
.button-sprite:hover {
	background-position-x: -29px;
}
.button-sprite:active {
	background-position-x: -58px;
}
.delete {
	background-position: 0px -5px;
}
.download {
	background-position: 0px -33px;
}
.upload {
	background-position: 0px -72px;
}
.edit {
	background-position: 0px -107px;
}
.view {
	background-position: 0px -141px;
}
.gallery {
	background-position: 0px -175px;
}
.add {
	background-position: 0px -211px;
}
.back {
	background-position: 0px -244px;
}
.password {
	background-position: 0px -309px;
}
.cancel {
	background-position: 0px -277px;
}
/** END BUTTONS **/

.cart-total {
	color: #33AA33;
}

.finalizar {
	margin: 10px;
	padding: 10px;
	border: 1px dotted #7A9;
	text-align: center;
}
.finalizar a img {
	margin-left: 10px;
}

.input-mini {
	width: 50px;
}

.icon-red-basket {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-top: 1px;
	line-height: 30px;
	vertical-align: middle;
	background-image: url("/img/layout/icon-red-basket.png");
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#cart-index-table th:nth-child(1) {
	max-width: 200;
}
#cart-index-table th:nth-child(2) {
	max-width: 300;
}
#cart-index-table th:nth-child(3) {
	max-width: 120;
}
#cart-index-table th:nth-child(4) {
	max-width: 100;
}
#cart-index-table th:nth-child(5) {
	max-width: 60;
}
#cart-index-table th:nth-child(6) {
	max-width: 130;
}
#cart-index-table th:nth-child(7) {
	max-width: 50;
}

#btn-checkout {
	/*position: absolute;*/

}