/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* =Basic HTML
--------------------------------------------------------------------------------*/
@import url(http://fonts.googleapis.com/css?family=Oswald:400,700,300&subset=latin,latin-ext);

body {
  font-size: 12px;
  line-height: 1.5;
}

a:focus {
  outline: 1px dotted invert;
}

hr {
  border-color: #ccc;
  border-style: solid;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
}

/* =Headings
--------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  letter-spacing: 0px;
  font-family: 'Oswald', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

h1 {
  font-size: 155%;
  text-transform: none !important;
}

h2 {
  font-size: 23px;
}

h3 {
  font-size: 145%;
}

#page h3 {
  font-size: 125%;
  text-transform: none !important;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 15px;
  text-transform: uppercase;
}

/* =Spacing
--------------------------------------------------------------------------------*/

ol {
  list-style: decimal;
}

ul {
  list-style: square;
}

li {
  margin-left: 30px;
}

p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
  margin-bottom: 20px;
}

small {
  font-size: 90%;
}

/* Forms Elements 
--------------------------------------------- */

.button, button {
  padding: 4px 10px 4px 10px;
  margin: 4px 10px 3px 4px;
  border: 0;
  cursor: pointer;
  vertical-align: middle;
  font: 11px 'Oswald', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

input.inputbox, textarea, .textarea, select.inputbox, input.validate-email, select.inputbox, .quantity-input, table.user-details input, #com-form-login-username input, #company_field, #title, #first_name_field, #middle_name_field, #last_name_field, #address_1_field, #address_2_field, #zip_field, #city_field, #virtuemart_country_id, #phone_1_field, #phone_2_field, #fax_field, #agreed_field, .contentpane #name, .contentpane #email, .contentpane #counter, .contact-input-box input, .form-validate input {
  background: #ffffff;
  padding: 4px 5px;
  margin: 4px 0px;
  color: #505050;
  border: 1px solid rgba(0, 0, 0, 0.15);
  vertical-align: middle;
  font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
}

textarea, .textarea {
  width: 98% !important;
}

.contentpane #comment {
  margin-right: 10px !important;
  width: 70% !important;
}

img.shadow {
  -webkit-box-shadow: rgba(0, 0, 0, 0.296875) 0px 5px 5px;
  box-shadow: rgba(0, 0, 0, 0.296875) 0px 5px 5px;
  border-bottom-left-radius: 10px 10px;
  border-bottom-right-radius: 10px 10px;
  border-top-left-radius: 10px 10px !important;
  border-top-right-radius: 10px 10px !important;
  -moz-border-radius:10px 10px 10px 10px;
  -moz-box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.3);
  margin-left: 3px;
}
