/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* /templates/yoo_bigeasy/css */

@import url(../warp/css/base.css);

/* New style-related Base Values
----------------------------------------------------------------------------------------------------*/

body {
  font: normal 14px/20px Arial, Helvetica, sans-serif;
  color: #FAFAFA;

}

h1 { font-size: 34px; }

h1, h2, h3, h4 { text-transform: uppercase;  }

a:hover,
em, code { color: #BCAC9A; }

ins, mark { background-color: #ffa; }
mark { color: #444; }

hr { border-top-color: #ddd; }

pre {
  border: 1px solid #ddd;
  background: #fafafa;
}


select, input[type="text"],input[type="password"] textarea { width: 300px;}
button { 
  width: 100px;

  }


/* PER VIRTUEMART */
input.quantity-input { 
                       width: 25px; 
                       height: 28px;
                       }

input.inputbox {
               width: 125px;
  }
  
input[name=quantity]
{
        width: 50px;
        text-align:center;
}

/* ==============*/

/* Useful Snippets
----------------------------------------------------------------------------------------------------*/