@import url(layout.css);
@import url(navigation.css);
@import url(modules.css);

body {
	margin: 0;
	background: #fff url(images/bg.jpg) repeat-x;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size:0.75em;
	color:#333333;
	line-height:1.5;
}

* {
	margin: 0;
	pading: 0;
}

h1 {
	margin: 0;
	padding: 6px 5px 2px 20px;
	color: #6c6c6c;
	font-size: 14pt;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}
h2 {
	margin: 0;
	padding: 0 !important;
	color: #6c6c6c;
	font-size: 12pt;
        border: 0 !important;
        background: none !important;
}
h2 a {
	margin: 0;
	padding: 0;
	color: #006eb9;
	font-size: 10pt;
}
h3 {
	margin: 0;
	padding: 0;
	color: #6c6c6c;
	font-size: 11pt;
}

a {
	text-decoration: none;
	color: #006eb9;
}
a:hover {
	text-decoration: none;
	color: #555;
}
a:active {
	text-decoration: none;
	color: #555;
}

p {
        padding: 0 !important;
        margin: 0 !important;
        border: 0 !important;
        background: none !important;
}

hr {
	width: 100%;
	height: 1px;
	float: left;
	background: #6c6c6c;
	border: 0;
	margin: 5px 0px 5px 0px;
	padding: 0;
}

form p {
	width: 460px;
	height: auto !important;
	float: left;
	margin: 2px 0px 2px 0px;
}

p label, p span {
	width: 175px;
	height: auto !important;
	float: left;
	font-weight: bold;
}

input.button {
	width: 150px;
	height: auto !important;
	float: left;
	margin: 2px 5px 2px 0px;
	padding: 2px;
	background: #E3E3E3;
	border: 1px solid #bfbfbf;
}

input.button:hover, input.button:active, input.button:focus {
	background: #fff;
	border: 1px solid #bfbfbf;
}

p label.description {
	width: 350px;
	float: left;
}

p input#equalAddress, .message p input.radio {
	width: 10px;
	float: left;
}

p input {
	width: 278px;
	height: auto !important;
	float: left;
	margin: 2px 0px 2px 0px;
	padding: 2px;
	background: #E3E3E3;
	border: 1px solid #bfbfbf;
	border-bottom: 1px solid #555;
}

p input:hover, p input:active, p input:focus {
	background: #fff;
	border: 1px solid #bfbfbf;
}

p select, td select {
	width: 284px;
	height: auto !important;
	float: left;
	margin: 2px 0px 2px 0px;
	padding: 2px;
	background: #E3E3E3;
	border: 1px solid #bfbfbf;
	border-bottom: 1px solid #555;
}

p select:hover, p select:active, p select:focus, td select:hover, td select:active, td select:focus {
	background: #fff;
	border: 1px solid #bfbfbf;
}

p textarea {
	width: 278px;
	height: 60px;
	float: left;
	margin: 2px 0px 2px 0px;
	padding: 2px;
	background: #E3E3E3;
	border: 1px solid #bfbfbf;
	border-bottom: 1px solid #555;
}

p textarea:hover, p textarea:active, p textarea:focus {
	background: #fff;
	border: 1px solid #bfbfbf;
}

p input#contactFormCaptcha {
	width: 278px;
	height: auto !important;
	float: left;
	margin: 2px 0px 2px 150px;
	padding: 2px;
	background: #E3E3E3;
	border: 1px solid #bfbfbf;
	border-bottom: 1px solid #555;
}

p input#contactFormCaptcha:hover, p input#contactFormCaptcha:active, p input#contactFormCaptcha:focus {
	background: #fff;
	border: 1px solid #bfbfbf;
}

p.button {
	width: 450px;
	height: auto !important;
	float: left;
	position: relative;
	left: 150px;
	margin: 0px 0px 0px 0px;
}

p input.contactFormClass_button {
	width: 100px;
	height: auto !important;
	float: left;
	margin: 2px 0px 2px 2px;
	padding: 2px;
	background: #E3E3E3;
	border: 1px solid #bfbfbf;
}

p input.contactFormClass_button:hover, p input.contactFormClass_button:active, p input.contactFormClass_button:focus {
	background: #fff;
	border: 1px solid #555;
}

input[type=checkbox],
input[type=radio] {
	width: auto;
	float: left;
	margin: 2px 2px 2px 0;
	padding: 2px 15px 2px 15px;
}

/* SHOPNAVBAR */

#shop_navigation {
	width: 180px;
	padding: 0 0 15px 0px;
	margin: 0 0 0 5px;
	height: auto !important;
	float: left;
	background: #E3E3E3;
}

#shopJsCart {
	width: 180px;
	padding: 0 0 15px 0;
	margin: 0 0 0 5px;
	height: auto !important;
	float: left;
	background: #E3E3E3;
}

#shop_currencies {
	width: 180px;
	padding: 0 0 15px 0;
	margin: 0 0 0 5px;
	float: left;
	text-align: center;
	background: #E3E3E3;
}

#shopJsCart ul{
	width: 180px;
	padding: 0 0 1px 0;
	margin: 0;
}

#shopJsCart li{
	list-style: none;
	padding: 0;
	margin: 0;
}

#shopJsCart li a.title {
	display:block;
	padding:9px 6px 8px 20px;
	text-decoration:none;
	color:#000;
	line-height:1;
	font-weight: bold;
}

#shopJsCart li.product {
	display:block;
	padding:5px 6px 5px 36px;
	text-decoration:none;
	background-image:none;
	color:#000;
	line-height:1;
	font-size: 0.9em;
	border-top: 0px solid #c6c6c6;
	font-weight: normal;
	margin-bottom: 0px;
}

#shopJsCart li.total {
	display:block;
	padding:9px 6px 8px 36px;
	text-decoration:none;
	color:#000;
	line-height:1;
}

#shopJsCart li.link a{
	display:block;
	padding:5px 6px 5px 36px;
	text-decoration:none;
	background-image:none;
	color:#006EB9;
	line-height:1;
	font-size: 0.9em;
	border-top: 0px solid #c6c6c6;
	font-weight: normal;
}

#shopJsCart li.link a:hover{
    display:block;
	padding:5px 6px 5px 36px;
	text-decoration:none;
	color:#555;
	font-weight: normal;
	font-size: 0.9em;
}

#shop_navigation ul{
	width: 180px;
	padding: 0 0 1px 0;
	margin: 0;
}

#shop_navigation li{
	list-style: none;
	padding: 0;
	margin: 0;
}

#shop_navigation li a.title {
	display:block;
	padding:9px 6px 8px 20px;
	text-decoration:none;
	color:#000;
	line-height:1;
	font-weight: bold;
}

#shop_navigation li.shopnavbar1 a {
	display:block;
	padding:5px 6px 5px 36px;
	text-decoration:none;
	color:#006EB9;
	line-height:1;
	font-size: 0.9em;
	border-top: 0px solid #c6c6c6;
	font-weight: normal;
}

#shop_navigation li.shopnavbar1 a:hover,
#shop_navigation li.shopnavbar1_active a {
    display:block;
	padding:5px 6px 5px 36px;
	text-decoration:none;
	color:#555;
	font-weight: normal;
	font-size: 0.9em;
}

#shop_navigation li.shopnavbar2 a {
	display:block;
	padding:5px 6px 5px 44px;
	text-decoration:none;
	background-image:none;
	color:#006EB9;
	line-height:1;
	font-size: 0.9em;
	border-top: 0px solid #c6c6c6;
	font-weight: normal;
}

#shop_navigation li.shopnavbar2 a:hover,
#shop_navigation li.shopnavbar2_active a {
    display:block;
	padding:5px 6px 5px 44px;
	text-decoration:none;
	color:#555;
	font-weight: normal;
	font-size: 0.9em;
}

#shop_currencies  a {
	padding: 0 10px 0 0;
	margin: 0;
	height: auto !important;
	font-weight: bold;
	color:#006EB9;
}

#shop_currencies  a:hover,
#shop_currencies  a.active {
	color:#555;
}

