/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body { 
  line-height: 1.5; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

/* Rearanging list default CSS. */
ol, ul { list-style: none; }




/* --------------------------------------------------------------------------------------------------------------------------------------------------
       grid.css
       * Sets up an easy-to-use grid of 24 columns.

       By default, the grid is 950px wide, with 24 columns
       spanning 30px, and a 10px margin between columns.

       If you need fewer or more columns, namespaces or semantic
       element names, use the compressor script (lib/compress.rb)

----------------------------------------------------------------------------------------------------------------------------------------------------- */

/* A container should group all your columns. */
.container {
  width: 950px;
  margin: 0 auto;
}

/* Use this class on any div.span / container to see the grid. */
.showgrid {
  background: url(src/grid.png);
}


/* Columns
-------------------------------------------------------------- */

/* Sets up basic grid floating and margin. */
.column, div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, div.span-16, div.span-17, div.span-18, div.span-19, div.span-20, div.span-21, div.span-22, div.span-23, div.span-24 {
  float: left;
  margin-right: 10px;
}

/* The last column in a row needs this class. */
.last, div.last { margin-right: 0; }

/* Use these classes to set the width of a column. */
.span-1 {width: 30px;}

.span-2 {width: 70px;}
.span-3 {width: 110px;}
.span-4 {width: 150px;}
.span-5 {width: 190px;}
.span-6 {width: 230px;}
.span-7 {width: 270px;}
.span-8 {width: 310px;}
.span-9 {width: 350px;}
.span-10 {width: 390px;}
.span-11 {width: 430px;}
.span-12 {width: 470px;}
.span-13 {width: 510px;}
.span-14 {width: 550px;}
.span-15 {width: 590px;}
.span-16 {width: 630px;}
.span-17 {width: 670px;}
.span-18 {width: 710px;}
.span-19 {width: 750px;}
.span-20 {width: 790px;}
.span-21 {width: 830px;}
.span-22 {width: 870px;}
.span-23 {width: 910px;}
.span-24, div.span-24 { width:950px; margin-right:0; }

/* Use these classes to set the width of an input. */
input.span-1, textarea.span-1, input.span-2, textarea.span-2, input.span-3, textarea.span-3, input.span-4, textarea.span-4, input.span-5, textarea.span-5, input.span-6, textarea.span-6, input.span-7, textarea.span-7, input.span-8, textarea.span-8, input.span-9, textarea.span-9, input.span-10, textarea.span-10, input.span-11, textarea.span-11, input.span-12, textarea.span-12, input.span-13, textarea.span-13, input.span-14, textarea.span-14, input.span-15, textarea.span-15, input.span-16, textarea.span-16, input.span-17, textarea.span-17, input.span-18, textarea.span-18, input.span-19, textarea.span-19, input.span-20, textarea.span-20, input.span-21, textarea.span-21, input.span-22, textarea.span-22, input.span-23, textarea.span-23, input.span-24, textarea.span-24 {
  border-left-width: 1px!important;
  border-right-width: 1px!important;
  padding-left: 5px!important;
  padding-right: 5px!important;
}

input.span-1, textarea.span-1 { width: 18px!important; }
input.span-2, textarea.span-2 { width: 58px!important; }
input.span-3, textarea.span-3 { width: 98px!important; }
input.span-4, textarea.span-4 { width: 138px!important; }
input.span-5, textarea.span-5 { width: 178px!important; }
input.span-6, textarea.span-6 { width: 218px!important; }
input.span-7, textarea.span-7 { width: 258px!important; }
input.span-8, textarea.span-8 { width: 298px!important; }
input.span-9, textarea.span-9 { width: 338px!important; }
input.span-10, textarea.span-10 { width: 378px!important; }
input.span-11, textarea.span-11 { width: 418px!important; }
input.span-12, textarea.span-12 { width: 458px!important; }
input.span-13, textarea.span-13 { width: 498px!important; }
input.span-14, textarea.span-14 { width: 538px!important; }
input.span-15, textarea.span-15 { width: 578px!important; }
input.span-16, textarea.span-16 { width: 618px!important; }
input.span-17, textarea.span-17 { width: 658px!important; }
input.span-18, textarea.span-18 { width: 698px!important; }
input.span-19, textarea.span-19 { width: 738px!important; }
input.span-20, textarea.span-20 { width: 778px!important; }
input.span-21, textarea.span-21 { width: 818px!important; }
input.span-22, textarea.span-22 { width: 858px!important; }
input.span-23, textarea.span-23 { width: 898px!important; }
input.span-24, textarea.span-24 { width: 938px!important; }

/* Add these to a column to append empty cols. */

.append-1 { padding-right: 40px;}
.append-2 { padding-right: 80px;}
.append-3 { padding-right: 120px;}
.append-4 { padding-right: 160px;}
.append-5 { padding-right: 200px;}
.append-6 { padding-right: 240px;}
.append-7 { padding-right: 280px;}
.append-8 { padding-right: 320px;}
.append-9 { padding-right: 360px;}
.append-10 { padding-right: 400px;}
.append-11 { padding-right: 440px;}
.append-12 { padding-right: 480px;}
.append-13 { padding-right: 520px;}
.append-14 { padding-right: 560px;}
.append-15 { padding-right: 600px;}
.append-16 { padding-right: 640px;}
.append-17 { padding-right: 680px;}
.append-18 { padding-right: 720px;}
.append-19 { padding-right: 760px;}
.append-20 { padding-right: 800px;}
.append-21 { padding-right: 840px;}
.append-22 { padding-right: 880px;}
.append-23 { padding-right: 920px;}

/* Add these to a column to prepend empty cols. */

.prepend-1 { padding-left: 40px;}
.prepend-2 { padding-left: 80px;}
.prepend-3 { padding-left: 120px;}
.prepend-4 { padding-left: 160px;}
.prepend-5 { padding-left: 200px;}
.prepend-6 { padding-left: 240px;}
.prepend-7 { padding-left: 280px;}
.prepend-8 { padding-left: 320px;}
.prepend-9 { padding-left: 360px;}
.prepend-10 { padding-left: 400px;}
.prepend-11 { padding-left: 440px;}
.prepend-12 { padding-left: 480px;}
.prepend-13 { padding-left: 520px;}
.prepend-14 { padding-left: 560px;}
.prepend-15 { padding-left: 600px;}
.prepend-16 { padding-left: 640px;}
.prepend-17 { padding-left: 680px;}
.prepend-18 { padding-left: 720px;}
.prepend-19 { padding-left: 760px;}
.prepend-20 { padding-left: 800px;}
.prepend-21 { padding-left: 840px;}
.prepend-22 { padding-left: 880px;}
.prepend-23 { padding-left: 920px;}


/* Border on right hand side of a column. */
div.border {
  padding-right: 4px;
  margin-right: 5px;
  border-right: 1px solid #eee;
}

/* Border with more whitespace, spans one column. */
div.colborder {
  padding-right: 24px;
  margin-right: 25px;
  border-right: 1px solid #eee;
}


/* Use these classes on an element to push it into the
next column, or to pull it into the previous column.  */


.pull-1 { margin-left: -40px; }
.pull-2 { margin-left: -80px; }
.pull-3 { margin-left: -120px; }
.pull-4 { margin-left: -160px; }
.pull-5 { margin-left: -200px; }
.pull-6 { margin-left: -240px; }
.pull-7 { margin-left: -280px; }
.pull-8 { margin-left: -320px; }
.pull-9 { margin-left: -360px; }
.pull-10 { margin-left: -400px; }
.pull-11 { margin-left: -440px; }
.pull-12 { margin-left: -480px; }
.pull-13 { margin-left: -520px; }
.pull-14 { margin-left: -560px; }
.pull-15 { margin-left: -600px; }
.pull-16 { margin-left: -640px; }
.pull-17 { margin-left: -680px; }
.pull-18 { margin-left: -720px; }
.pull-19 { margin-left: -760px; }
.pull-20 { margin-left: -800px; }
.pull-21 { margin-left: -840px; }
.pull-22 { margin-left: -880px; }
.pull-23 { margin-left: -920px; }
.pull-24 { margin-left: -960px; }

.pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, .pull-7, .pull-8, .pull-9, .pull-10, .pull-11, .pull-12, .pull-13, .pull-14, .pull-15, .pull-16, .pull-17, .pull-18, .pull-19, .pull-20, .pull-21, .pull-22, .pull-23, .pull-24 {float: left; position:relative;}


.push-1 { margin: 0 -40px 1.5em 40px; }
.push-2 { margin: 0 -80px 1.5em 80px; }
.push-3 { margin: 0 -120px 1.5em 120px; }
.push-4 { margin: 0 -160px 1.5em 160px; }
.push-5 { margin: 0 -200px 1.5em 200px; }
.push-6 { margin: 0 -240px 1.5em 240px; }
.push-7 { margin: 0 -280px 1.5em 280px; }
.push-8 { margin: 0 -320px 1.5em 320px; }
.push-9 { margin: 0 -360px 1.5em 360px; }
.push-10 { margin: 0 -400px 1.5em 400px; }
.push-11 { margin: 0 -440px 1.5em 440px; }
.push-12 { margin: 0 -480px 1.5em 480px; }
.push-13 { margin: 0 -520px 1.5em 520px; }
.push-14 { margin: 0 -560px 1.5em 560px; }
.push-15 { margin: 0 -600px 1.5em 600px; }
.push-16 { margin: 0 -640px 1.5em 640px; }
.push-17 { margin: 0 -680px 1.5em 680px; }
.push-18 { margin: 0 -720px 1.5em 720px; }
.push-19 { margin: 0 -760px 1.5em 760px; }
.push-20 { margin: 0 -800px 1.5em 800px; }
.push-21 { margin: 0 -840px 1.5em 840px; }
.push-22 { margin: 0 -880px 1.5em 880px; }
.push-23 { margin: 0 -920px 1.5em 920px; }
.push-24 { margin: 0 -960px 1.5em 960px; }

.push-1, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8, .push-9, .push-10, .push-11, .push-12, .push-13, .push-14, .push-15, .push-16, .push-17, .push-18, .push-19, .push-20, .push-21, .push-22, .push-23, .push-24 {float: right; position:relative;}


/* Misc classes and elements
-------------------------------------------------------------- */

/* In case you need to add a gutter above/below an element */
.prepend-top {
  margin-top:1.5em;
}
.append-bottom {
  margin-bottom:1.5em;
}

/* Use a .box to create a padded box inside a column.  */
.box {
  padding: 1.5em;
  margin-bottom: 1.5em;
  background: #E5ECF9;
}

/* Use this to create a horizontal ruler across a column. */
hr {
  background: #ddd;
  color: #ddd;
  clear: both;
  float: none;
  width: 100%;
  height: 1px;
  margin: 0 0 1.45em;
  border: none;
}

hr.space {
  background: #fff;
  color: #fff;
  visibility: hidden;
}

.centered {
    margin:0 auto;
}
/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clearfix:after, .container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow:hidden;
}
.clearfix, .container {display: block;}

/* Regular clearing
   apply to column that should drop below previous ones. */

.clear { clear:both; }
.left { float:left; }
.right { float:right; }





/* --------------------------------------------------------------------------------------------------------------------------------------------------

   forms.css
   * Sets up some default styling for forms
   * Gives you classes to enhance your forms

   Usage:
   * For text fields, use class .title or .text
   * For inline forms, use .inline (even when using columns)

----------------------------------------------------------------------------------------------------------------------------------------------------- */

/*label       { font-weight: bold; }*/
/*fieldset    { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }*/
legend      { font-weight: bold; font-size:1.2em; }


/* Form fields
-------------------------------------------------------------- */

input {
    height:16px;
    padding:7px 0 5px 5px;
    }
input[type=text], input[type=password],
input.text, input.title,
textarea, select {
  background-color:#fff;
  border:1px solid #D7D7D9;
}
input[type=text]:focus, input[type=password]:focus,
input.text:focus, input.title:focus,
textarea:focus, select:focus {
  border-color:#bbb;
}

input.text,
input.title   { width: 300px; padding:5px; }
input.title   { font-size:1.5em; }
textarea      { width: 390px; height: 250px; padding:5px; }

input[type=checkbox], input[type=radio],
input.checkbox, input.radio {
  position:relative; top:.25em;
}

form.inline { line-height:3; }
form.inline p { margin-bottom:0; }
span.form-help {
    font-family:verdana;
    font-size:11px;
    color:#999
}



/* Messages
-------------------------------------------------------------- */
.success { color:#3d6611; }
.error { color:#df280a; }
.notice {color:#e26703; }
.success, .error { font-weight:normal; }
.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.error-msg, .success-msg, .notice-msg, .note-msg {
    min-height:23px !important;
    margin-bottom:1em !important;
    border-bottom:1px solid #DBD9EC !important;
    border-top:1px solid #DBD9EC !important;
    padding:8px !important;
    font-size:1em !important;
    font-weight:normal !important;
    }
.error-msg li, .success-msg li, .notice-msg li {margin-bottom:.2em; }
.error-msg {
    color:#df280a;
    background-color:#faebe7;
    }
.success-msg {
    color:#3d6611;
    background-color:#eff5ea;
    }
.notice-msg, .note-msg {
    color:#3d6611;
    background-color:#fafaec;
    }

/* Form Messages */
.validation-advice, .required { color:#EB340A; }
.validation-advice {
    clear:both;
    min-height:15px;
    margin-top:3px;
    padding-left:17px;
    font-size:.95em;
    font-weight:bold;
    line-height:1.25em;
    margin-left:130px;
    }
.validation-failed { border:1px dashed #EB340A !important; background:#faebe7 !important; }
/* Expiration date and cvv number validation case */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; margin-right:-12em; width:12em; position:relative; }

label.required { font-weight:bold; }
p.required { font-size:.95em; text-align:right; }




/* -------------------------------------------------------------------------------------------------------------------------------------------------------------

   typography.css
   * Sets up some sensible default typography.
   
--------------------------------------------------------------------------------------------------------------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
html { font-size:100.01%; }
body { 
  font-size: 87.5%; /* setting default font size of 14px */
  color: #222; 
  background: #fff;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}
p {
    text-align:justify;
}

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; }

h1 { font-family:"gill sans mt", arial; font-size: 26px; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}
h4#logo {
    font-size:26px;
    margin-bottom:0.5em;
}
.footer-container ul h3 {
    margin-bottom:15px;
    font-size:16px;
    color:#FFC0F2;
}
.footer-container ul.last h3 { margin-bottom:5px;}

/* Text Type
-------------------------------------------------------------- */
.title {
    font-family:"gill sans mt","arial";
    font-size:19px;
    color:#C41B73;
}
h2.title { margin-top:1.5em; }

.emphasize { color:#C41B73; }
.postContent span.emphasize { font-size:16px; }
.cms-page-view span.emphasize { font-size:16px; }
.cms-page-view h2  {
    font-family:"gill sans mt","arial";
    font-size:19px;
    color:#C41B73;
	margin-top:1.5em;
}
.postContent p { margin-bottom:12px; }

.postTitle a.blogTitle {
    font-family:"gill sans mt","arial";
    font-size:30px;
    color:#C41B73;
    padding-top:15px;
    text-decoration:none;
}

.postContent h2 {
    font-family:"gill sans mt","arial";
    font-size:19px;
    color:#C41B73;
    margin-top:1.5em;
}

.cms-page-view p { margin-bottom:12px; }
.quiet {
    font-size:100%;
    color:#808080;
}
.very.quiet {
    font-size: 12px;
    color:#808080;
    line-height:1.25;
}
.form.help {
    font-size:11px;
    font-family:verdana, tahoma, arial;
    color:#999;
}

/* -----------------------------------------------------------------------------------------------------------------------------------------------

    Start of Adonia Custom CSS
    Everything else than forms, typography, and grid system and messages

-----------------------------------------------------------------------------------------------------------------------------------------------*/


/* Link Styling
-------------------------------------------------------------- */
a:link, a:hover, a:active, a:visited {
    text-decoration:underline;
    color:#7A75B8;
}


#left-nav a {
    text-decoration:none;
    color:#404041;
    font-size:12px;
}
#left-nav a:hover { text-decoration:underline; }
#left-nav a.filter {
    background:transparent url(../images/filter_checkbox.gif) no-repeat scroll left center;
    padding-left:20px;
}
#left-nav a:hover.filter {
    background:transparent url(../images/filter_checkbox_active.gif) no-repeat scroll left center;
}
#left-nav ol.currently a {
    color:#7A75B8;
    background: transparent url(../images/filter_remove_active.gif) no-repeat scroll center left;
    padding-left:20px;
}
#left-nav ol.currently a.right {
    color:#7A75B8;
    background: none;
    padding-left:0;
}
.footer-container a {
    color:#FFC0F2 !important;
    display:block;
    text-decoration:none;
}
.footer-container a:hover {
    color:#FFC0F2 !important;
    text-decoration:underline;
}

a.quiet, .header .links a {
    text-decoration:none;
    border-bottom:1px dotted #7A75B8;
    background:none !important;
    padding:0 !important;
    margin:0 !important;
}
a.quiet:hover {
    color:#C41B73;
    border-bottom-color:#C41B73;
    text-decoration:none !important;
}
a.quiet:visited {text-decoration:none !important;}
a.quiet.right {
    float:right;
}
#home a.product {
    font-family:arial;
    font-size:14px;
    color:#C41B73;
    text-decoration:none;
    display:block;
}
#home a.brand {
    color:#808080;
    font-family:"gill sans mt", arial;
    font-size:16px;
    font-style:italic;
    text-decoration:none;
    display:block;
}
#products-list h2 a {
    text-decoration:none;
}
#products-list div.ratings a {
    font-size:13px;
}
#breadcrumbs a {
    text-decoration:none;
    color:#808080;
    vertical-align:top;
    padding:8px;
}
#breadcrumbs a:hover { text-decoration:underline; }

a.mini {
    font-size:12px;
    text-decoration:none;
}
a.mini:hover {
    text-decoration:underline;
}

/* Buttons
-------------------------------------------------------------- */

div.twitter-button {
	background: transparent url(../images/twitter.png) no-repeat scroll 65px 0px;
	width:150px;
	height:80px;
	position:absolute;
	right:-75px;
	top:12px;
	cursor:pointer;
}

a.twitter-link {
	background-color: #FCF5F9;
	border: 1px solid #DBD9EC;
	padding: 5px;
	color:#C41B73;
	position:absolute;
	right:1px;
	top: 45px;
	z-index:-200;
}
input.button {
    cursor:pointer;
    border:0 none;
    height:30px;
    padding:0;
    margin:0 0 0 -5px;
    vertical-align:top; 
    text-indent:-1000em;
}
input.button:hover { background-position: 0 0; }
input.button:active { background-position: 0 bottom; }
.button.full { margin:0; }
.button.simple:active { background-position: 0 0; }

.button.search {
    background: transparent url(../images/btn_search.gif) no-repeat scroll 0 -30px;
    width:90px;
}
.button.go {
    background: transparent url(../images/btn_go.gif) no-repeat scroll 0 -30px;
    width:47px;
}
.button.login {
    background: transparent url(../images/btn_login.gif) no-repeat scroll 0 -30px;
    width:120px;
}
.button.aplicar {
    background: transparent url(../images/btn_aplicar.gif) no-repeat scroll 0 -30px;
    width:90px;
}
.button.checkout {
    background: transparent url(../images/btn_checkout.gif) no-repeat scroll 0 0;
    height:35px !important;
    width:160px;
}
.button.tarjeta {
    background: transparent url(../images/btn_targeta.gif) no-repeat scroll 0 0;
    height:35px !important;
    width:190px;
    margin-left:30px !important;
}
.button.transferencia {
    background: transparent url(../images/btn_transferencia.gif) no-repeat scroll 0 0;
    height:35px !important;
    width:190px;
    margin-left:50px !important;
}
.button.completar-pago {
    background: transparent url(../images/btn_completar-pago.gif) no-repeat scroll 0 0;
    height:40px !important;
    width:192px;
}
input.add-to-cart {
    cursor:pointer !important;
    border:0 none !important;
    height:30px !important;
    vertical-align:top !important; 
    text-indent:-1000em !important ;
    background: transparent url(../images/btn_cart.gif) no-repeat scroll 0 -30px;
    padding:0 !important;
    margin:0 !important;
}
input.add-to-cart:hover { background-position: 0 0; }
input.add-to-cart:active { background-position: 0 bottom; }
input.add-to-cart.listing { margin-left:30px !important; }

input.btn-continuar {
    cursor:pointer !important;
    border:0 none !important;
    height:30px !important;
    vertical-align:top !important; 
    padding:0 !important;
    margin:0 !important;
    width:120px;
    background: transparent url(../images/btn_continuar.gif) no-repeat scroll 0 -30px;
}
input.btn-continuar:hover { background-position: 0 0; }
input.btn-continuar:active { background-position: 0 bottom; }

input.btn-create-account {
    cursor:pointer !important;
    border:0 none !important;
    height:30px !important;
    vertical-align:top !important; 
    padding:0 !important;
    margin:0 !important;
    width:120px;
    background: transparent url(../images/btn_create-account.gif) no-repeat scroll 0 -30px;
}
input.btn-create-account:hover { background-position: 0 0; }
input.btn-create-account:active { background-position: 0 bottom; }

/* Header
-------------------------------------------------------------- */
.header .logo {
    background-position:0 0;
    background-repeat:no-repeat;
    text-indent:-999em;
    margin-left:20px;
}
.header .logo a {
    display:block;
    height:85px;
}
input#search {
    -moz-border-radius-bottomleft:4px;
    -moz-border-radius-topleft:4px;
}
input#search:focus { border:1px solid #bbb; }
.header ul.links {
    list-style-type:none;
    padding-top:4px;
	z-index:100;
}
.header ul.links li { display:inline; }
.header ul.links li.first { padding-right:10px; }
.header .spotlight {
    color:#C41B73;
    font-weight:bold;
}
.header h5.phone {
    text-indent:-999em;
    width:245px;
    height:65px;
    margin-bottom:0;
}
.header h5.caixa {
    text-indent:-999em;
    width:164px;
    height:65px;
    margin-bottom:0;
}
.header div.prepend-3 {
    position:relative;
}
.header .bkg_flower-small {
    width:16px;
    height:16px;
    position:absolute;
    background:transparent url(../images/bkg_body_flower_small.png) no-repeat scroll 0 0;
    left:100px;
    top:-25px;
}
.header .bkg_flower {
    width:15px;
    height:15px;
    position:absolute;
    background:transparent url(../images/bkg_body_flower.png) no-repeat scroll 0 0;
    left:125px;
    top:-17px;
}
.header .logout {
    font-size:12px !important;
}
/* Footer
-------------------------------------------------------------- */
ul.flower {
    list-style-image: none;
    padding:10px 0 0 0;
}
ul.flower li {
    padding-bottom:5px;
    padding-left:30px;
    background:transparent url(../images/flower.gif) no-repeat scroll 0 center;
    font-size:14px !important;
}
.footer div.span-8 p { text-align:right; }
.footer div.span-5 img { margin:2px 0 0 10px; }

/*footer wide*/
.footer-container {
    height: 200px;
    background-color:#C41B73;
    position:relative;
    color:#FFC0F2;
    font-size:12px !important;
}
.footer-container span.form.help { color:#FFC0F2 !important; }
.footer-container span.very.quiet { color:#FFC0F2 !important; }
.footer-end { height:40px; }
div.butterfly-left {
    width:100px;
    height:80px;
    position:absolute;
    background:transparent url(../images/bkg_body_footer-left.png) no-repeat scroll 0 0;
    left:40px;
    top:-80px;
}
div.butterfly-right {
    width:120px;
    height:100px;
    position:absolute;
    background:transparent url(../images/bkg_body_footer-right.png) no-repeat scroll 0 0;
    right:20px;
    top:-100px;
}
.footer-container ul {
    float:left;
    margin-top:20px;
    padding:0 20px;
    width:197px;
}
.footer-container li {
    display:block;
    padding:4px 0;
    text-align:left;
}
.footer-nav {
    height:190px;
    width:950px;
    margin:0 auto;
}
input#newsletter {
    -moz-border-radius-bottomleft:4px;
    -moz-border-radius-topleft:4px;
    width:140px;
    color:#C41B73;
    font-size:13px;
}
input#newsletter:focus { border:1px solid #bbb; }
.footer-container li img {
    margin: 6px 0;
}
.legal.right {
    font-size:12px;
    margin-top:5px;
}

/* Navigation
-------------------------------------------------------------- */
div#top-nav {
    height:40px;
    background:transparent url(../images/bkg_top-nav.png) no-repeat scroll 0 0;
    position:relative;
    padding-top:1px;
    z-index:2000;
}


#top-nav div.butterfly {
    width:52px;
    height:46px;
    position:absolute;
    background:transparent url(../images/bkg_body_butterfly.png) no-repeat scroll 0 0;
    right:100px;
    top:-26px;
}




#nav { width:918px; margin: 0 auto;} 
#nav li {position:relative; text-align:left; }
#nav li.over { z-index:999; }
#nav a {
    text-decoration:none;
    color:#404041;
    font-size:16px;
    padding: 9px 3px 10px 22px;
    display:block;
    line-height:1.3em;
}
#nav a:hover {  text-decoration:underline; }
#nav a { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }

/************ 0 LEVEL  ***************/
#nav li { float:left;}
/*#nav li.over > a{
  background:#FCF5F9;
}*/
#nav ul.level0 {
  border:1px solid #D7D7D9;
  border-top:none;
}
/************ 1ST LEVEL ************/
#nav ul li,
#nav ul li.active { float:none; margin:0;}

#nav ul li.last {padding-bottom:0; }

#nav ul a,
#nav ul a:hover { background:#FFFFFF; }
#nav ul li a { background:#FCF5F9; font-weight:normal !important; }

/************ 2ND LEVEL ************/
#nav ul { position:absolute; width:15em; top:39px; left:-10000px; }

/* Show menu */
#nav li.over > ul { left:0; }
#nav li.over > ul li.over > ul { left:100px; }
#nav li.over ul ul { left:-10000px; }

div#toolbar {
    height:42px;
    background-color:#F8F2F6;
    -moz-border-radius: 5px;
}
#toolbar span {
    display:inline-block;
    color:#aaa;
    font-family:tahoma, arial !important;
    font-size:12px !important;
    padding:10px 13px;
    letter-spacing:0.05em;
}
#toolbar select {
    width:160px;
    color:#aaa;
    height:22px;
    letter-spacing:normal;
}
#toolbar label {
    font-weight:normal;
    font-family:tahoma, arial !important;
    font-size:12px !important;
    margin-right:5px;
}
#toolbar li { display:inline; }
div#toolbar.bottom span.bottom { display:inline-block; }
div#toolbar.top span.bottom, div#toolbar.bottom span { display:none; }

/* Catalog navigation */
#left-nav h2 {
    padding-left:30px;
    background: transparent url(../images/flower.gif) no-repeat scroll center left;
    color:#C41B73;
    font-size:12px;
}

#left-nav dl {
    -moz-border-radius:5px;
    padding: 15px 0 15px 15px;
    border:1px solid #DBD9EC;
}
#left-nav dt {
    -moz-border-radius:5px;
    padding-left: 15px;
    background: transparent url(../images/bkg_down-arrow.png) no-repeat scroll center left;
    color:#C41B73;
    cursor:pointer;
}
#left-nav dd { margin:10px 0; }
#left-nav dd.categoria { margin:0; font-size:16px; }
#left-nav .categoria a {
  font-size:14px;
}
#left-nav span.number {
    font-size:12px;
    color:#404041;
}
#left-nav ol.currently {
    margin-bottom:15px;
    color:#7A75B8;
}
#left-nav ol.currently h4 {
    padding-right:15px;
    font-size:12px;
    color:#7A75B8;
    margin-bottom:5px;
}
#left-nav select {
    -moz-border-radius:4px;
    width: 230px;
    height:28px;
    padding:4px 4px 4px 15px;
}
#left-nav select:hover { border:1px solid #bbb; }

/* Breadcrumbs */
#breadcrumbs * { display:inline-block; }
#breadcrumbs ul { padding-left:15px; }
#breadcrumbs li { vertical-align:top; }
#breadcrumbs {
    background: transparent url(../images/bkg_breadcrumbs.png) no-repeat scroll center;
    height:40px;
}
#breadcrumbs span {
    height:39px;
    width:15px;
    background: transparent url(../images/bkg_breadcrumbs-span.png) no-repeat scroll center;
}

/* Homepage
-------------------------------------------------------------- */
.content-links div { float:left; }
div.flower-block {
    height:80px;
    width:35px;
    background: transparent url(../images/flower.gif) no-repeat scroll center;
}
.content-links ul li {
    text-align: center;
    padding:2px 0;
}

/* Brand Pages
-------------------------------------------------------------- */
.brand-page img {
    float:left;
    margin-right:40px;
    margin-bottom:30px;
    clear:both;
}
.brand-page p { height:105px; }
.brand-page a, .brand-page a:visited { color:#808080; text-decoration:none !important; cursor:pointer !important; }
.brand-page a:hover, .brand-page a:active { color:#C41B73; text-decoration:none !important; }

/* Widgets
-------------------------------------------------------------- */

/* homepage widget */
#home h2 {
    font-size:14px;
    margin:1.5em 0;
    background: transparent url(../images/bkg_home-widget.png) no-repeat scroll center bottom;
    color:#C41B73;
}
#home #front-tabs  li{
	display:inline;
}
#home #front-tabs a {
    background:#FCF5F9 none repeat scroll 0 0;
    border: 1px solid #DBD9EC;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    cursor:pointer;
    display:inline-block;
    height:16px;
    padding:9px 0 9px 0;
    width:98px;
    text-align:center;
    text-decoration:none;
    color:#C41B73;
}
#home #front-tabs .active {
    background:#fff none repeat scroll 0 0;
    border-bottom-color: #fff;
    color:#222;
}
#home .brands td {
    padding-right:20px;
}
#home .brands td.last {
    padding-right:0;
}
#home div.img {
    float:left;
    display:block;
    text-align:center;
    width:100px;
    height:65px;
    overflow:hidden;
}
#home div.description {
    float:left;
    width:190px;
}
#home span.price {
    font-family:arial;
    font-size:14px;
    color:#414042;
    text-decoration:none;
    margin-top:5px;
    display:block;
}
#home table {
    padding-left:10px;
}
#home td {
    height:80px;
    padding-bottom:2px;
}
#home td.last {
    padding-bottom:0;
}
#home {
    line-height:1;
}
#home .content-links {
    line-height:1.5;
}

/* brand widget */
.brand-widget span {
    background:#FCF5F9 none repeat scroll 0 0;
    border: 1px solid #DBD9EC;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    display:inline-block;
    height:16px;
    padding:8px 0 10px 0;
    width:228px;
    text-align:center;
    color:#C41B73;
}
.brand-widget span + span {
    background:none;
    border-left: 1px solid #DBD9EC;
    border-right: 1px solid #DBD9EC;
    border-bottom: 1px solid #DBD9EC;
    border-top: none;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    display:inline-block;
    height:140px;
    padding:0;
    width:228px;
    text-align:center;
}
.brand-widget div.centered {
    width:110px;
    height:70px;
    margin:0 auto;
    padding:10px 0;
}

/* content links widget */
.content-widget span {
    border: 1px dotted #DBD9EC;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    display:block;
    height:16px;
    padding:8px 0 10px 20px;
    width:208px;
    text-align:left;
    color:#C41B73;
}
.content-widget div {
    border-left: 1px dotted #DBD9EC;
    border-right: 1px dotted #DBD9EC;
    border-bottom: 1px dotted #DBD9EC;
    border-top: none;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    display:inline-block;
    height:100px;
    padding:0;
    width:208px;
    text-align:left;
    padding:15px 0 0 20px;
}
.content-widget ul li {
    padding:2px 0;
}
/* products you may like widget */
.product-widget { line-height:1 !important; }
.product-widget span.widget-title {
    background:#FCF5F9 none repeat scroll 0 0;
    border: 1px solid #DBD9EC;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    display:block;
    height:16px;
    padding:10px 0 8px 0;
    width:228px;
    text-align:center;
    color:#C41B73;
}
.product-widget div.img {
    float:left;
    display:block;
    text-align:center;
}
.product-widget div.description { margin-top:10px; }
.product-widget .item {
    padding:15px 15px 15px 0;
    border: 1px solid #DBD9EC;
    height:100%;
    overflow:auto;
    border-top:none;
}
.product-widget td {
    
}
.product-widget .item.last {
    -moz-border-radius-bottomright:5px;
    -moz-border-radius-bottomleft:5px;
}
.product-widget h2.product a {
   color:#C41B73;
   text-decoration:none;
}
.product-widget h2 {
    margin-bottom:0;
    font-size:14px;
    }
.product-widget span.brand {
    color:#808080;
    font-family:"gill sans mt", arial;
    font-size:16px;
    font-style:italic;
    display:block;
}
.product-widget span.price {
    font-weight:bold;
    font-size:16px;
    color:#414042;
    margin-top:10px;
    display:block;
}

/* cart widget */
.cart-widget span.head {
    border: 1px dotted #DBD9EC;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    display:block;
    height:16px;
    padding:8px 0 10px 20px;
    text-align:left;
    color:#C41B73;
}
.cart-widget span.content {
    border-left: 1px dotted #DBD9EC;
    border-right: 1px dotted #DBD9EC;
    border-bottom: 1px dotted #DBD9EC;
    border-top: none;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    display:inline-block;
    padding:0;
    width:268px;
    text-align:left;
    padding:15px 20px;
}
.redirect.cart-widget span.head { width:650px; }
.redirect.cart-widget span.content { width:630px; }
.cart-widget ol li {
    padding:2px 0;
}
.cart-widget p.right { margin-top:15px; }
.cart-widget p.right span { margin-right:15px; }
.cart-widget span.head.lock { background: transparent url(../images/icon_lock-small.gif) no-repeat scroll 170px 5px; }

/* Product Listings 
-------------------------------------------------------------- */
ol#products-list li {
    border-bottom: 1px solid #DBD9EC;
    padding:1.5em 0;
}
#products-list ul li {
    border-bottom: none;
    padding-bottom:0;
}
#products-list h2 {
    margin:0;
    padding:0;
    font-size:16px;
}
#products-list span.name {
    font-size:16px;
    color:#C41B73;
    border-bottom:1px dotted #C41B73;
}
#products-list span.brand, #products-list span.certification {
    color:#808080;
    font-size:16px;
    font-family:"gill sans mt", arial;
    font-style:italic;
    padding-right:5px;
}
#products-list span.price, #products-list span.regular-price {
    font-size:16px;
    font-weight:bold;
    width:120px;
    display:block;
    text-align:center;
}
#products-list p.description {
    padding-top:15px;
    font-size:13px;
}
#products-list div.price { float:right; }

 
/* Product View
-------------------------------------------------------------- */
#product h1 { margin-bottom:5px; }
#product .essential span { color:#C41B73; }
#product .essential span.price { color:#222; }
#product .essential ul { margin:15px 0; }
#product .essential div.cart { margin-bottom:0; }

/* cart styling */
#product div.cart {
    margin-top:20px;
    margin-bottom:20px;
    padding-top:20px;
    padding-bottom:20px;
    border-top:dotted #DBD9EC 1px;
    border-bottom:dotted #DBD9EC 1px;
}
#product div.cart fieldset { float:right;}
#product div.cart input.qty {
    width:30px;
    -moz-border-radius:5px;
    text-align:center;
    padding-left:0;
    margin-right:10px;
}
#product div.cart label {
    color:#222;
    font-weight:normal
}
#product div.cart .price-box { float:left; }
#product div.cart span.regular-price {
    color:#333;
    font-size:20px;
    font-weight:bold;
}
/* end of cart styling */

#product .recomendado {
    font-family:"gill sans mt", arial;
    color:#CDA751;
    font-size:14px;
    background: transparent url(../images/bkg_recomendado.png) no-repeat scroll 0 0;
    min-height:65px;
    vertical-align:middle;
    margin-left:20px;
}
#product span.title {
    display:block;
    border-bottom:1px solid #DBD9EC;
    margin:20px 0 15px 0;
}
#product h4 {
    display:block;
    border-bottom:1px solid #DBD9EC;
    margin:20px 0 15px 0;
    color:#C41B73;
    font-size:19px;
    font-family:"gill sans mt";
}
#product .reviews dt { margin-bottom:5px;}
#product .reviews dd { margin-bottom:15px;}
#product input#summary_field { width:395px; }
#product #reviewForm li { margin-bottom:10px; }
#product #reviewForm ul { margin-top:10px; }

.catalog-product-view .content-widget { margin:1.5em 0; }

/* Checkout Process
-------------------------------------------------------------- */

/* Cart Page */
.free-shipping {
    color:#C41B73;
    font-size:16px;
    background-color:#FCF5F9;
    padding:15px 0;
    border-top:1px solid #DBD9EC;
    border-bottom:1px solid #DBD9EC;
}
.free-shipping p {
    position:relative;
    float:left;
    left:50%;
}
.free-shipping span {
    float:left;
    position:relative;
    right:50%;
}
input.qty {
    width:30px;
    -moz-border-radius:5px;
    text-align:center;
    padding-left:0;
    padding-right:0;
}
h3.product-name a {
    border-bottom:1px dotted #C41B73;
    color:#C41B73;
    font-size:16px;
    text-decoration:none;
}
h3.product-name {
    margin-bottom:0;
}
.cart th {
    border-top:1px dotted #DBD9EC;
    border-bottom:1px dotted #DBD9EC;
    padding:5px 0;
}
.cart tr { margin: 5px 0; }
.cart .cart-price {
    font-size:16px;
}
.cart .total-price {
    font-weight:bold;
    font-size:16px;
}
.cart a.mini { margin-left: 10px; }
.cart tfoot td {
    border-top:1px dotted #DBD9EC;
    border-bottom:1px dotted #DBD9EC;
    padding:5px 0;
}
.cart td span.total {
    text-transform:uppercase;
    color:#C41B73;
    font-size:15px;
    float:right;
    margin-right:12px;
    margin-top:2px;
}
.cart tbody tr td {
    padding-bottom:5px;
}
.cart table {
    border-collapse:collapse;
}
input#coupon {
    -moz-border-radius-bottomleft:4px;
    -moz-border-radius-topleft:4px;
}

/* Checkout Page */
.checkout-callout {
    font-size:16px;
    font-weight:bold;
    background-color:#FCF5F9;
    padding:15px 0 !important;
    border-top:1px solid #DBD9EC;
    border-bottom:1px solid #DBD9EC;
}
.redirect .checkout-callout { font-weight:normal !important;}
.checkout-callout p {
    padding-left:10px;
}
#checkout span.title {
    border-bottom:1px solid #DBD9EC;
    display:block;
    margin:20px 0 15px;
}
#checkout div.field {
    padding:10px;
}
#checkout .checkout-buttons {
    border-top:1px solid #DBD9EC;
    padding-top:25px;
}
#checkout .checkout-buttons ul { margin-left:52px; }
#checkout .checkout-buttons li { display:inline; }
#checkout .checkout-buttons li.first { margin-right:60px; }
#checkout .footer {
    margin-top:100px;
    border-top:1px solid #DBD9EC;
}
#checkout input[type='text'], #checkout input[type='password'] { width:240px !important; }
#checkout select {
    width:247px !important;
    padding:5px !important;
}
#checkout .name-firstname, #checkout .name-lastname { float:left; }
#checkout .name-firstname { margin-right:15px; }
#checkout ul li { margin-bottom:5px;}
#checkout ul li.login { margin-top:10px; margin-bottom:0 !important;}
input.wide { width:502px !important; }
#checkout .input-box { float:left; }
#checkout .input-box + .input-box { margin-left:15px; }
#checkout .input-box-left { margin-left:15px; float:left; }
#checkout .input-box input { margin:0 !important; }
#checkout fieldset legend {
    font-family:verdana;
    font-size:11px;
    font-weight:bold;
    padding:0 10px;
}
#checkout fieldset { padding:0 10px 10px 10px; }
#checkout fieldset fieldset { padding:0; }
#checkout fieldset.cuenta { padding-top:10px; border-top:1px solid #DBD9EC; }
#checkout h3 {
    font-size:14px;
    color:#999;
    margin-bottom:10px;
    padding-left:10px;
}
#checkout textarea {
    height:80px;
    width:497px;
}
#checkout .image {
    background:transparent url(../images/gracias-por-comprar.png) no-repeat scroll center;
    height:132px;
    width:100%;
}
/* Customer account 
-------------------------------------------------------------- */
.customer-dashboard #left-nav a {
    font-size:14px;
}
.customer-dashboard #left-nav h2 {
    font-size:16px;
}
.customer-dashboard #left-nav li.current {
    font-size:14px;
    font-weight:bold;
}
.customer-dashboard #left-nav li { padding: 2px 0; }
.customer-dashboard #toolbar span {
    font-size:14px !important;
    letter-spacing:0 !important;
    color:#C41B73;
    font-family:arial !important;
}
.customer-dashboard .head h4 {
    font-size:14px;
    float:left;
    margin-bottom:4px;
    font-weight:bold;
}
.customer-dashboard h5 {
    font-size:12px;
    float:left;
    margin-bottom:5px;
    text-transform:uppercase;
}
.customer-dashboard .head a {
    float:right;
}
.customer-dashboard .head {
    border-bottom:dotted 1px #999;
    margin-bottom:10px;
}
.customer-dashboard p { clear:both; }
.customer-dashboard a.quiet:hover {
    color:#7A75B8;
    text-decoration:underline !important;
    border:none !important;
}
.customer-dashboard a.quiet {
    color:#7A75B8;
    font-size:12px;
    text-decoration:none;
    border:none !important;
}
.customer-dashboard .name-firstname { float:left; margin-right:10px; }
.customer-dashboard .name-lastname { float:left; }
.customer-dashboard .input-box { clear:both; }
.customer-dashboard input[type='text'], .customer-dashboard input[type='password'] { width:240px; }
.customer-dashboard form ul li { margin-bottom:5px;}
.customer-dashboard select {
    width:247px;
    padding:5px;
}
.customer-dashboard .pager select {
    width:55px !important;
    color:#808080;
}
.pager .amount {
    float:left;
    margin-right:25px;
    margin-top:4px;
}
.pager fieldset.limiter {
    float:left;
}
.cart.pedidos tbody tr td { padding: 4px 0; }
.customer-dashboard .hello h1 { display:inline-block; margin-right:20px; }
.customer-dashboard h1 + a { display:inline-block; }
.customer-account-create .head { margin-top:1.5em; width:505px; }


/* Content Pages
-------------------------------------------------------------- */

/* Acerca de la tienda Adonia */
div#image-tienda { 
    width: 100%;
    height: 280px;
    background-color:blue;
}
#tienda-adonia dl.faq dt {
    border-bottom:medium none;
    border-top:1px dotted #CCCCCC;
    color:#7A75B8;
    cursor:pointer;
    font-size:1.1em;
    font-weight:normal;
    margin:5px 0;
    padding:5px 0 0;
}
dl.faq dd { margin:15px 0; }
.cms-la-tienda-adonia img { margin-top:1.5em; }

/* Porque Comprar en Adonia */
ul.flower.porque li { margin-bottom: 20px;}


/*Homepage Slideshow */
#slide-images{
    position:relative;
    display:block;
    margin:0px;
    padding:0px;
    width:590px;
    height:294px;
    overflow:hidden;
}
#slide-images li{
    position:absolute;
    display:block;
    list-style-type:none;
    margin:0px;
    padding:0px;
    background-color:#FFFFFF;
}

#slide-images li img{
    display:block;
    background-color:#FFFFFF;
}
