/*
	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=Ubuntu+Condensed);
@import url(http://fonts.googleapis.com/css?family=Play);
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
--------------------------------------------------------------------------------*/

h2
{
	font-size: 23px;
}

h3
{
	font-size: 20px;
}

h4
{
	font-size: 18px;
}

h5
{
	font-size: 16px;
}

h6
{
	font-size: 15px;
	text-transform: uppercase;
}

h2, h3, h4, h5, h6 {
	font-weight: normal;
	/*letter-spacing: -1px;*/
	font-family: 'Ubuntu Condensed', Arial, Helvetica, sans-serif;
}

/* =Spacing
--------------------------------------------------------------------------------*/

ol
{
	list-style: decimal;
}

ul
{
	list-style: square;
}

li
{
	margin-left: 30px;
}

p,
dl,
hr,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset
{
	margin-bottom: 20px;
}

small {
	font-size: 90%;
}

/* Forms Elements 
--------------------------------------------- */

.button, button, .addtocart_button_module, .browseAddToCartContainer .addtocart_button, div.product-page div.product-content div.p-content span.p-ask .button, .addtocart_button_module,
div.product-page div.product-content div.p-content span.p-addtocart form.addtocart_form input.addtocart_button, 
input.addtocart-button, a.ask-a-question, a.product-details, #com-form-login-remember input.default,
.submit .highlight-button {
	height: 26px;
	line-height: 24px;
	padding: 0px 15px 0px 15px;
	margin: 5px 5px 3px 5px;
	border: 0;
	cursor: pointer;
	vertical-align: middle;
	font: bold 12px Arial, Helvetica, sans-serif;
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 0px;
	box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 0px;
	-moz-box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.15);
}

a.ask-a-question, a.product-details {
	float: left;
	height: 14px;
	line-height: 14px;
	padding: 7px 15px;
}

a.ask-a-question {
	margin: 10px 1px;
}

.addtocart_button_module, input.addtocart-button {
	text-indent: -9999px;
	width: 30px;
	height: 30px !important;
        margin: 4px 0 0 5px;
	background-image: url(../images/add-to-cart.png);
	background-position: 8px 8px;
	background-repeat: no-repeat;
}

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);
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 0px;
	box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 0px;
	-moz-box-shadow: 2px 2px 0px 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;
}