/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* =Basic HTML
--------------------------------------------------------------------------------*/

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: 22px;
}

h4
{
	font-size: 19px;
}

h5
{
	font-size: 17px;
}

h6
{
	font-size: 16px;
	text-transform: uppercase;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: 'Cuprum', arial, serif;
}

/* =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 {
	line-height: 27px;
	padding: 0px 15px 0px 15px;
	margin: 3px 0px 3px 0px;
	background: #e9e9e9 url(../images/button-bg.gif) repeat-x 0 0;
	color: #505050;
	text-shadow: 1px 1px 0px #ffffff;
	border: 0px solid #dcdcdc;
border-top: 1px solid #f6f6f6 !important;
border-left: 1px solid #f6f6f6 !important;
border-bottom: 1px solid #d7d7d7 !important;
border-right: 1px solid #d7d7d7 !important;
	cursor: pointer;
	vertical-align: middle;
	font: bold 13px Arial, Helvetica, sans-serif;

}

input.inputbox, textarea, .textarea, select.inputbox, input.validate-email, input.required {
	background: #ffffff url(../images/input-bg.gif) repeat-x 0 0;
	padding: 5px;
	padding-right: 25px;
	margin: 0px 0px;
	color: #505050;
	border: 1px solid #dcdcdc;
	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;
	vertical-align: middle;
	font: normal 12px Arial, Helvetica, sans-serif;
}

textarea, .textarea {
	width: 98% !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;
}