@charset "utf-8";
/* CSS Document */
/*==============*/

/*@font-face {
	font-family: "HelveticaNeueLT Std Cn";
	src: url('/files/HelveticaNeueLTStd-Cn.otf') format('opentype');
}

@font-face {
	src: url('/files/HelveticaNeueLTStd-Cn.otf') format('opentype');
	font-family: "HelveticaNeue";
}*/
* {
	behavior: url('/styles/iepngfix.htc');
}

body {
	font: 80%/1.4em "Arial", "Helvetica", sans-serif;
	color: #4f4f4f;
	margin: 12px 0;
	padding: 0;
}

h1 {
	font: 200%/1.2em "Arial", "Helvetica", sans-serif;
	color: #5d3514;
	margin: 0;
}
h2 {
	font: 160%/1.2em "Arial", "Helvetica", sans-serif;
	color: #000;
	margin: 0;
}
h3 {
	font: bold 120%/1.2em "Arial", "Helvetica", sans-serif;
	color: #000000;
}
h4 {
	font: bold 110%/1.2em "Arial", "Helvetica", sans-serif;
	color: #d50b27;
}

a {
	color: #d50b27;
	text-decoration: underline;
}
a:hover {
	color: #d50b27;
	text-decoration: underline;
}

/*ul li {
	margin: 0;
	padding: 0;
}
ol li {
	margin: 0;
	padding: 0;
}*/

acronym, abbr {
	border-bottom: 1px dotted #a0c3e3;
	cursor: help;
}

blockquote {
	padding-left: 35px;
	padding-top: 5px;
	background: url('/images/quote.gif') no-repeat;
	font-style: italic;
}

/* Main */
#wrapper {
	background: #fff url('/images/bg-page.jpg') center top repeat-y;
    margin: 0 auto;
	width: 1030px;
}
#main {
    margin: 0 auto;
    width: 1020px;
}

#shadowheader {
	background: url('/images/bg-header.jpg') center top no-repeat;
	height: 10px;
}

#header {
	background: url('/images/header-store.jpg') center top no-repeat;
	height: 154px;
}


#logo {
	position: absolute;
	padding: 25px 0 0 30px;
}
#logo a {
	background: url('/images/logo-store.png') center no-repeat;
	display: block;
	width: 220px;
	height: 110px;
}
#logo span {
	display: none;
}

/* Horizontal Navigation */
#hnav {
	background: #d3d1d1;
	height: 38px;
	clear: both;
	padding-top: 2px;
}

/* Top Navigation */
#topmenu {
	/*font: bold 110%/1.2em "Arial", "Helvetica", sans-serif;*/
	font: bold 115%/1.2em "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
	letter-spacing: -1px;
}
#topmenu ul {
	margin: 0;
	padding: 0;
}
#topmenu li {
	float: left;
	list-style-type: none;
}
#topmenu a {
	color: #180400;
	display: block;
	padding: 2px 10px;
	margin-top: 7px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	border-left: 1px solid #180400;
}
#topmenu a:hover {
	color: #fff;
}
#topmenu a:active {
	color: #fff;
}
#topmenu a.bnone {
	border: none;
}
#topmenu .current {
	color: #fff;
}

/* Login menu */
#loginmenu {
	float: right;
	font: bold 110%/1.5em "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
	letter-spacing: -1px;
	padding-right: 15px;
}
#loginmenu ul {
	margin: 0;
	padding: 0;
}
#loginmenu li {
	float: left;
	list-style: none;
}
#loginmenu a {
	color: #180400;
	display: block;
	padding: 0 8px;
	margin-top: 8px;
	text-align: center;
	text-decoration: none;
	border-left: 1px solid #180400;
}
#loginmenu a:hover {
	color: #fff;
}
#loginmenu a.bnone {
	border: none;
}

/* Main Navigation */
#mainmenu {
	margin: 0;
	padding: 0;
}
#mainmenu h2 {
	margin: 0;
	padding: 4px 0;
	font-size: 100%;
	color: #262626;
	text-transform: uppercase;
	border-bottom: 1px solid #180400;
	font-weight: bold;
	font-size: 90%;
}
#mainmenu a {
	color: #180400;
	display: block;
	/*padding: 2px 0;
	margin-top: 7px;*/
	text-decoration: none;
}
#mainmenu a:hover {
	color: #d50b27;
}
#mainmenu ul {
	margin: 0;
	padding: 0;
}
#mainmenu li {
	list-style-type: none;
}
#mainmenu ul li a {
	color: #262626;
	padding: 2px 0 2px 10px;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px solid #180400;
	font-size: 90%;
	background: url('/images/arrow-link.jpg') center left no-repeat;
}
#mainmenu ul li a:hover {
	background: url('/images/arrow-hover.jpg') center left no-repeat;
	color: #d50b27;
}
#mainmenu ul ul {
	margin: 5px 0 8px 0;
	padding: 0;
}
#mainmenu ul li li a {
	background: url('/images/arrow-link.jpg') center left no-repeat;
	padding: 0 0 0 10px;
	color: #4f4f4f;
	text-transform: none;
	font-weight: normal;
	border-bottom: 1px dotted #afafaf;
}
#mainmenu ul li li a:hover {
	background: url('/images/arrow-hover.jpg') center left no-repeat;
	color: #d50b27;
}
#mainmenu ul li li a:active {
	background: url('/images/arrow-hover.jpg') center left no-repeat;
	color: #d50b27;
}
/*#mainmenu a {
	color: #180400;
	display: block;
	padding: 2px 10px;
	margin-top: 7px;
	text-align: center;
	text-decoration: none;
	border-bottom: 1px solid #180400;
}
#mainmenu a:hover {
	color: #fff;
}
#mainmenu a.bnone {
	border: none;
}*/

#mainmenu .current {
	background: url('/images/arrow-hover.jpg') center left no-repeat;
	color: #d50b27;
}
#mainmenu .currentt {
	background: url('/images/arrow-hover.jpg') center left no-repeat;
	color: #d50b27;
}

/* Container */
#container {
	margin: 0 20px;
	padding: 15px 0;
	clear: both;
}

#navigation {
	padding: 10px 20px;
	clear: both;
}

#cleft {
	float: left;
	width: 220px;
}

#cright {
	float: right;
	width: 220px;
}

#content {
	float: none;
	margin: 0 250px;
}
#content h1 {
	margin: 0 0 10px 0;
}
#content h1 span {
	color: #d50b27;
}
#content h2 {
	margin: 0;
}
#content h3 {
	border-bottom: 1px solid #000;
}
#content ul li {
	list-style: outside;
}
#content ol li {
	list-style: decimal;
}


/* Forms */
form {
	margin: 0;
	padding: 0;
}
/*form p {
	margin: 2px 0;
}*/

fieldset {
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #b4b4b4;
	/*-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;*/
}

legend {
	color: #4f4f4f;
	font-size: 130%;
	font-weight: bold;
	padding: 0 10px;
}

label {
	color: #000;
	cursor: pointer;
	text-align: right;
	padding-right: 10px;
	width: 160px;
	float: left;
	font-weight: normal;
}

label.noblock {
	float: none;
}

input, textarea, select {
	border: 1px solid #bfbfbf;
	font: 100%/1.4em "Arial", "Helvetica", sans-serif;
	padding: 2px;
}

input:focus, textarea:focus {
	border: 1px solid #5f5f5f;
}

.button input {
	background: #4f4f4f;
	color: #fff;
	padding: 2px 10px;
	text-transform: uppercase;
	border: none;
}
.button1 input {
	background: #4f4f4f;
	color: #fff;
	text-transform: uppercase;
	border: none;
	font-size: 11px;
	margin: 4px 0 8px 0;
	padding: 4px 10px;
	width: 150px;
}
.button2 input {
	background: #4f4f4f;
	color: #fff;
	text-transform: uppercase;
	border: none;
	font-size: 10px;
	margin: 4px 0;
	padding: 4px 0;
	width: 150px;
}
.button3 input {
	background: #da4324;
	color: #fff;
	text-transform: uppercase;
	border: none;
	font-size: 10px;
	padding: 2px 0;
	width: 130px;
}
.button4 input {
	background: #4f4f4f;
	color: #fff;
	padding: 2px 10px;
	text-transform: uppercase;
	border: none;
	font-size: 90%;
}

#formstep {}
#formstep fieldset { border:none; }
#formstep legend { display: none; }
/*#formstep legend { visibility: hidden; }*/
#formstep .prev, #formstep .next { background-color:#da4324; padding:2px 12px; color:#ffffff; text-decoration:none;}
#formstep .prev:hover, #formstep .next:hover { background-color:#4f4f4f; text-decoration:none;}
#formstep .prev { float:left; }
#formstep .next { float:right; }
#formstep #steps {
	margin: 0 0 0 15px;
	padding: 0;
	width: 450px;
	overflow: hidden;
}
#formstep #steps ul {
	margin: 0;
	padding: 0;
}
#formstep #steps li {
	background: url('/images/checkout.png') center top no-repeat;
	list-style: none;
	float: left;
	width: 140px;
	padding: 50px 5px 0 5px;
	color: #959595;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
#formstep #steps li span {
	font-size: 60%;
	display: block;
}
#formstep #steps li.current {
	background: url('/images/checkout1.png') center top no-repeat;
	color: #000;
}
/*#formstep #steps li {
	width: 130px;
	font-size: 24px;
	float: left;
	padding: 10px;
	color: #b0b1b3;
	list-style: none;
	text-align: center;
}
#formstep #steps li span {font-size:55%; display:block; }
/*#formstep #makeWizard { background-color:#b0232a; color:#fff; padding:5px 10px; text-decoration:none; font-size:18px;}
#formstep #makeWizard:hover { background-color:#000; }*/

/* Productos */
#products {
	border: 1px solid #d3d1d1;
	margin: 15px 0;
	padding: 10px;
}
#products img {
	border: none;
}
#products p {
	margin: 2px 0;
}
#products h1 {
	font-size: 170%;
	color: #4f4f4f;
}
#products h2 {
	color: #c17e28;
	font-size: 140%;
	margin: 0 0 20px 0;
}

#products_random {
	margin: 0;
	padding: 0;
	text-align: center;
}
#products_random caption {
	font-size: 150%;
	text-align: left;
	color: #000000;
	padding-bottom: 5px;
	border-bottom: 1px solid #000000;
}
#products_random img {
	border: 0;
}


.infoproducts {
	text-align: center;
	margin: 5px 0;
}
.infoproducts td {
	background: #fde3b3;
	color: #000;
	padding: 2px 15px;
	font-size: 95%;
}
.pright {
	margin: 0 0 15px 110px;
}

.itemsp {
	margin: 0 5px;
}
.itemsp a {
	color: #000;
}

.send {
	background: url('/images/send.png') center left no-repeat;
	padding-left: 22px;
}

.pdf {
	background: url('/images/pdf.png') center left no-repeat;
	padding-left: 22px;
}

.car {
	background: url('/images/car.png') center left no-repeat;
	padding-left: 22px;
}

/* Imagenes */
.pictures-left {
	float: left;
	margin-right: 10px;
}
.pictures-right {
	float: right;
	margin-left: 10px;
}

.pics {
	border: none;
	vertical-align: middle;
}
/*.thumbpicitem {
	width: 200px;
	height: 150px;
	margin: 5px;
	text-align: center;
}

.thumbpicitem a {
	border: 0 !important;
}

.thumbpicitem img {
	border: 1px dotted #ccc;
	background: #fafafa;
}

.thumbpicitem img:hover {
	border: 1px dotted #c1c1c1;
}*/

/**/

.info {
	background: #f0faff url('/images/admin/msginfo.png') 10px no-repeat;
	padding: 8px 30px;
	margin: 10px 0;
	color: #5b5753;
	font-size: 90%;
	cursor: help;
	border: 1px solid #009de2;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.msg {
	background: #fff5f0;
	padding: 8px 30px;
	margin: 10px 0;
	color: #5b5753;
	text-align: center;
	border: 1px solid #e24500;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

/* My Cart */

#mycart {
	margin: 0;
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #afafaf;
}
#mycart h2 {
	background: url('/images/bg-title.jpg') center no-repeat;
	text-transform: uppercase;
	text-align: center;
	font-size: 100%;
	color: #ffffff;
	height: 21px;
	padding-top: 5px;
	margin-bottom: 5px;
}
#mycart p {
	margin: 3px 0;
	padding: 3px 0;
}
#mycart .resumecart {
	text-align: center;
	font-weight: bold;
	font-size: 90%;
	height: 18px;
}

#viewcartlink {
	padding: 10px 0 0 0;
}

.methodpay {
	text-align: left;
}
.methodpay label {
	float: none;
	margin-left: 40px;
}

/* My Account Tabs */

#accounttabs {
	margin: 0 0 15px 0;
	/*padding-top: 15px;
	padding-bottom: 25px;*/
	padding: 15px 0 25px 40px;
	border-bottom: 1px solid #c9c7c7;
}

#accounttabs ul, #accounttabs li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#accounttabs a	{
	background: #d3d1d1;
	color: #000;
	float: left;
	font-size: 90%;
	line-height: 14px;
	margin-right: 5px;
	padding: 5px 6px;
	text-decoration: none;
	border: 1px solid #c9c7c7;
}

#accounttabs a:hover {
	color: #fff;
}

#accounttabs .current {
	background : #fff !important;
	border-bottom : 1px solid #fff !important;
	color : #d50b27 !important;
}

/* Varios */
.aright { text-align: right !important; }
.acenter { text-align: center !important; }
.aleft { text-align: left !important; }
.fright { float: right !important; }
.fleft { float: left !important; }
.nofloat { float: none !important; }
.clear { clear: both !important; }
.hidden { display: none;}
.upper { text-transform: uppercase; }
.ohp { 	background: #b2b2b2; width: 66%;}
.ohp1 {	background: #b2b2b2; width: 54%;}
.divider { border-bottom: 1px dotted #e1e1e1; }
.dividerp { border-bottom: 1px dotted #ccc; }
.bnone { border: none; }

.req {
	font-size: 90%;
	font-weight: bold;
	color: #FF0000;
}

#gotop {  
	width: 80px;
	border: 1px solid #ccc;
	background: #f7f7f7;
	text-align: center;
	padding: 5px;
	position: fixed;	/* this is the magic */
	bottom: 10px;		/* together with this to put the div at the bottom*/
	right: 10px;
	cursor: pointer;
	display: none;
	color: #333;
}

.slider ul {
	margin: 100px 0 100px 0;
	border-bottom: 1px dotted #ccc;
}

.clearcart {
	float: left;
}
.clearcart a {
	background: url('/images/delete.png') center left no-repeat;
	padding-left: 20px;
}

#banner {
	margin: 0;
	padding: 0;
}
#banner p {
	margin: 4px 0;
}
#banner img {
	border: none;
}


/* Language */
.lang {
	background: #000;
	margin: 0;
	padding: 8px 0 0 0;
	color: #d39900;
	text-align: right;
}
.lang a {
	color: #d39900;
	text-decoration: none;
	padding: 0 2px;
}
.lang a:hover {
	color: #8a6400;
	text-decoration: underline;
}

.certificates {
	display: block;
	width: 330px;
	height: 60px;
	margin: 0;
	padding: 5px 15px;
}

.footermenu {
	background: #000;
	height: 36px;
	padding: 0 15px;
}

/* Tag Clouds */
#tagclouds {
	margin: 0;
	padding: 0;
}
#tagclouds h2 {
	color: #898989;
	font-size: 120%;
	font-weight: bold;
	margin: 10px 0;
}
#tagclouds a {
	padding: 0 5px 0 0;
	color: #c17e28;
	text-decoration: none;
	line-height: 20px;
}
#tagclouds a:hover {
	color: #4a2909;
}

/* Class Validation */
.tfvHighlight {
	color: #ff0000;
	cursor: pointer;
	text-align: right;
	padding-right: 10px;
	width: 160px;
	float: left;
	font-weight: normal;

}
.tfvNormal {
	color: #000;
	cursor: pointer;
	text-align: right;
	padding-right: 10px;
	width: 160px;
	float: left;
	font-weight: normal;
}

/* Tables */
.tablaitems {
	width: 100%;
	font-size: 90%;
	border-collapse: collapse;
}
.tablaitems thead th {
	text-align: left;
	padding: 5px 10px;
	font-weight: bold;
	border-bottom: 1px solid #b4b4b4;
}
.tablaitems tbody td {
	margin: 2px 0;
	padding: 4px 6px;
}
.tablaitems .tr01 {
	background: #fcfdfe;
}
.tablaitems .tr02 {
	background: #eef2f8;
}
.tablaitems .tr03, .tabla .tr04 {
	background: #fffff0;
}
.tablaitems tfoot td {
	margin: 2px 0;
	padding: 4px 6px;
	font-weight: bold;
}
.tablaitems img {
	border: none;
}
.tablaitems .lineatop {
	border-top: 1px solid #b4b4b4;
}

/* Tables */
.tabla {
	width: 100%;
	font-size: 90%;
	border: 1px solid #d3d1d1;
	border-collapse: collapse;
}
.tabla caption {
	color: #d50b27;
	font-size: 120%;
	font-weight: bold;
	padding-bottom: 10px;
}
.tabla thead th {
	background-color: #d3d1d1;
	text-align: left;
	padding: 5px 10px;
	color: #000;
	border: 1px solid #b8b6b6;
}
.tabla tbody td {
	margin: 0;
	padding: 3px 8px;
	border: 1px solid #d3d1d1;
}
.tabla .tr01 {
	background: #ffffff;
}
.tabla .tr02 {
	background: #fcfcfc;
}
.tabla .tr03, .tabla .tr04 {
	background: #ffffff;
}
.tabla tfoot td {
	margin: 0;
	padding: 5px 10px;
	border: none;
	background: #ffffff;
}


/* Paginator */
.paginator {
	margin: 0 auto;
	padding: 5px 0;
}

.paginator p {
	text-align: center !important;
}

.paginator a {
	padding: 1px 6px;
	border: 1px solid #ede7de;
	background-color: #ede7de;
	text-decoration: none;
	font-weight: bold;
	color: #55452f;
}

.paginator a:hover {
	font-weight: normal;
	text-decoration: none;
	border: 1px solid #55452f;
	background-color: #55452f;
	font-weight: bold;
	color: #fff;
}

.paginator .ezr_nav_na {
	padding: 1px 6px;
	font-weight: bolder;
	border: 1px solid #55452f;
	background-color: #55452f;
	font-weight: bold;
	color: #fff;
}

/* Clear Fix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix { display: block; }
/* End hide from IE-mac */

/* Footerline */
#footerline {
	font-size: 80%;
	margin: 0;
	padding: 0;
	clear: both;
}

/* Footer */
#footer {
	background: #fff url('/images/bg-footer.jpg') center top no-repeat;;
	font-size: 85%;
	color: #808080;
	margin: 0;
	padding: 15px 0 5px 0;
	clear: both;
}
#footer a {
	color: #d39900;
	text-decoration: none;
}
#footer a:hover {
	color: #8a6400;
	text-decoration: underline;
}
#footer p {
	margin: 0;
	padding: 0;
}