





/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* =Basic HTML
--------------------------------------------------------------------------------*/
@import url(/web/20150408125351/http://fonts.googleapis.com/css?family=Ubuntu+Condensed);

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
{
	font-size: 27px;
}

h2
{
	font-size: 23px;
}

h3
{
	font-size: 20px;
}

h4
{
	font-size: 18px;
}

h5
{
	font-size: 16px;
}

h6
{
	font-size: 15px;
	text-transform: uppercase;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
}

/* =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, .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, .addtocart_button {
	height: 30px;
	line-height: 28px;
	padding: 0px 15px 0px 15px;
	margin: 5px 3px 3px 3px;
	border: 0;
	cursor: pointer;
	vertical-align: middle;
	font-weight: 600;
	font-size: 12px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.30) 0px 2px 3px;
	box-shadow: rgba(0, 0, 0, 0.30) 0px 2px 3px;
	-moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.30);
	border-bottom-left-radius: 6px 6px;
	border-bottom-right-radius: 6px 6px;
	border-top-left-radius: 6px 6px;
	border-top-right-radius: 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
}

input.inputbox, textarea, .textarea, select.inputbox, input.validate-email, select.inputbox, .inputboxquantity {
	background: #ffffff;
	padding: 6px;
	margin: 4px 0px;
	border: 1px solid rgba(0,0,0, 0.1) !important;
	color: #505050;
	vertical-align: middle;
	font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
	-webkit-box-shadow: rgba(0, 0, 0, 0.20) 0px 1px 5px;
	box-shadow: rgba(0, 0, 0, 0.20) 0px 1px 5px;
	-moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.20);
	border-bottom-left-radius: 6px 6px;
	border-bottom-right-radius: 6px 6px;
	border-top-left-radius: 6px 6px;
	border-top-right-radius: 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
}

img.shadow {
	-webkit-box-shadow: rgba(0, 0, 0, 0.22) 0px 0px 3px;
	box-shadow: rgba(0, 0, 0, 0.22) 0px 0px 3px;
	-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.22);
	border-bottom-left-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
	border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	padding: 10px;
	background: #ffffff;
	margin: 3px;
}