/* Reset styles
----------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, form, label,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

/* Normal styles
----------------------------------------------- */

body {
    font: 12px/22px "Lucida Grande",Lucida,Verdana,sans-serif;
	height: 100%;
	color: #333;
	background-color: white;
	background-image: url('/img/header.png');
	background-repeat: repeat-x;
	background-position: 0 59px;
}

/* Links
----------------------------------------------- */

a {
	color: #C1272D;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #C1272D;
	border-bottom: 1px dotted #FFF;
}

a img {
	border-style: none;
}

a:hover.group {
	background: none !important;
	border-bottom: none !important;
	text-decoration: none !important;
	border-style: none !important;
}

/* Headers
----------------------------------------------- */

h1 {
	font-size: 2em;
	font-weight: normal;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	background: transparent;
}

h2 {
	font-size: 1.6em;
	font-weight: normal;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
/*letter-spacing: 1px;

*/
}

h3 {
	font-size: 1.3em;
	font-weight: normal;
	margin: 0;
	padding-top: 0px;
	padding-bottom: 3px;
}

h1 a, h2 a, h3 a {
	color: #000;
	background-color: transparent;
	border-bottom: none;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	color: #000;
	background-color: transparent;
}

ol {
	margin-left: 20px;
}

ul {
	list-style-type: none;
	padding-bottom: 10px;
}

ul ul {
	padding-left: 10px;
}

object {
	z-index: -1;
}

#content p {
	padding-bottom: 10px;
}

acronym {
	border-bottom: 1px dotted #444;
}

.hover {
	cursor: pointer;
	cursor: hand;
}

/* Forms
----------------------------------------------- */

form {
	margin: 0px;
}

input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

input.text, textarea, select {
	border-color: #E1E1E1;
	border-style: solid;
	border-width: 1px;
}

input {
	font-size: 1em;
	padding: 2px;
}

select {
	padding: 2px;
}

textarea {
	padding: 2px;
}

input:focus, textarea:focus {
	background-color: #FEFEEE;
}

label {
	cursor: pointer;
	cursor: hand;
}

label:hover {
	color: #666666;
}

form .special {
	display: none;
}

fieldset {
	position: relative;
	margin-top: 2.5em;
	padding-top: 2.75em;
	border: none;
	width: 677px;
	padding-left

: 10px;
/*background-color: #fa

fafa;*/
/*border: 1px solid #E4E4E4;*/
}

legend {
	position: absolute;
	top: -.5em;
	left: .5em;
	font-size: 1.5em;
	margin-bottom: 10px;
}

dl {
	overflow: hidden;
}

dt {
	float: left;
	width: 150px;
	font: inherit;
	margin-bottom: 5px;
	clear: left;
}

dd {
	min-height: 35px;
	height: auto;
	_height: 35px;
}

/* Tables
----------------------------------------------- */

table {
	border: none;
	margin: 10px 0 10px 0;
	padding: 0;
}

tr td {
	padding: 5px;
	border-bottom: 1px solid #F3F3F3;
}

thead tr {
	background-color: #fafafa;
}

thead tr td {
	border-top: 1px solid #E4E4E4;
	border-bottom: 1px solid #E4E4E4;
	font-weight: bold;
	background-color: #fafafa;
}

tr td.alignright {
	text-align: right;
}

tr td.delete img {
	position: relative;
	top: 5px;
}

tr td.delete a:hover {
	background-color: transparent;
	border: none;
}

tr td.product {
	width: 350px;
}

tr td.quantity {
	width: 50px;
}

tr td.price, tr td.total {
	width: 150px;
}

tfoot tr.totalprice {
	font-size: 1.2em;
}

tfoot tr td {
	border: none;
	background-color: #fff;
}

tfoot tr.update td {
	border: none;
/

*background-color: #fafafa;*/
	/

*border-bottom: 1px solid #E4E4E4;*/
}

/* Classes
----------------------------------------------- */

.inactive {
	color: #AFAFAF;
}

.inactive a {
	color: #AFAFAF;
}

.hidden {
	display: none;
}

.clearboth {
	clear: both;
	display: block;
}

.center {
	width: 1000px;
	margin: auto;
	padding: 0 10px 0 10px;
	text-align: left;
	overflow: hidden;
}

.right {
    float: right;
}

.left {
    float: left;
}

img.about {
	display: block;
	float: left;
	width: 270px;
	height: 270px;
	margin-right: 5px;
	margin-bottom: 5px;
}

ul.errors {
	list-style: none;
}

ul.errors li {
	color: red;
}

.error {
	clear: both;
	margin-bottom: 20px;
	padding: 7px 7px;
	width: 600px;
	border: 1px solid #FFF7B5;
	color: #4A4D4A;
	background-color: #FFFFD6;
}

.warning, .success {
	clear: both;
	margin-bottom: 20px;
	padding: 7px 7px;
	width: 600px;
	border: 1px solid #FFF7B5;
	color: #4A4D4A;
	background-color: #FFFFD6;
}

/* Zend Forms CSS3 cool things */

/*.required:after {
    color: #f00;
    content: ' *';
}*/

.required {
	background-image: url('/img/required.png');
	background-position: top right;
	background-repeat: no-repeat;
	padding-right: 8px;
}

.no-border {
	border: 0;
}

/* Navlist-main */

#navigation {
	float: left;
	overflow: hidden;
	margin-left: 175px;
	width: 500px;
}

#navigation ul {
	list-style-type: none;
	float: left;
	display: block;
	padding-bottom: 0;
}

#navigation li {
	float: left;
	line-height: 1.1em;
	margin: 0 0px 0 0px;
	padding: 0;
	text-align: center;
	height: 50px;
}

#navigation li.active {
	
}

/* \*/

* html #navigation li a {
	display: inline-block;
}

/* */

#navigation li a {
	display: block;
	padding: 20px 20px 15px 20px;
	color: #fff;
	text-decoration: none;
	font-size: 1.2em;
	border-bottom: none;
}

#navigation li a:hover {
	color: #eee;
	text-decoration: none;
	background-color: transparent;
}

#navigation li.active a:hover {
	color: #fff;
	text-decoration: none;
}

#navigation li.active a {
	color: #fff;
}

/* ID's
----------------------------------------------- */

#wrapper {
	
}

#header, #header .center {
	background-color: #ED1C24;
	height: 50px;
}

#logo {
	float: left;
	padding-top: 10px;
	margin-left: -2px;
}

#logo a {
	background-color: transparent;
	border-bottom: none;
}

#lang {
	float: right;
	display: inline;
}

#lang li {
	display: inline;
	padding-left: 20px;
}

#lang li.active {
	background-image: url('/img/shop-tree-right.png');
	background-repeat: no-repeat;
	background-position: 10px 3px;
}

#lang li a {
	color: #fff;
}

#lang li.active a {
	font-weight: bold;
}

#breadcrumbs {
	top: 0px;
	text-align: left;
	color: #fff;
	background-color: #C1272D;
	width: 100%;
}

#breadcrumbs .center {
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #C1272D;
}

#breadcrumbs a {
	color: #fff;
}

/*#breadcrumbs a:hover{
	text-decoration: underline;
}*/

#shoppingbag {
	float: right;
	background-image: url('/img/shoppingbag.png');
	background-repeat: no-repeat;
	padding-left: 25px;
	overflow: hidden;
}

#content {
	padding: 10px 0px 10px 0px;
	background: transparent;
	min-height: 400px;
	height: auto;
	_height: 400px;
	overflow: hidden;
}

#about {
	margin: 20px 0 20px 0;
	float: left;
	width: 240px;
}

#text {
	width: 650px;
	float: left;
}

#textcol2 {
	width: 346px;
	float: left;
}

#textcol2 .right {
	margin-left: 146px;
	margin-top: 60px;
	width: 200px;
	display: block;
}

#textcol2 .right img{
	display: block;
	margin-bottom: 20px;
}

#subfooter {
	clear: both;
	border-top: 2px solid #fff;
	color: white;
    background-color: #333;
}

#subfooter .center {
	background-color: #333;
	padding-top: 20px;
	padding-bottom: 20px;
}

#subfooter h2 {
	font: 1.7em Helvetica ,Arial, Verdana, sans-serif;
	font-weight: normal;
}

#subfooter a, #footer a {
	color: #fff;
}

#subfooter a:hover, #footer a:hover {
	color: #ccc;
	background: none;
}

#footer {
	color: #fff;
	font-size: .9em;
	background-color: #3F3F3F;
}

#footer .center {
	padding-top: 5px;
	padding-bottom: 10px;
	background-color: #3F3F3F;
}

#footer .right a {
    border-bottom: 1px dotted;
}

#credits {
	float: left; 
	}

#credits img{
	position: relative;
	top: 2px; 
	
}

#quote {
	margin-top: 20px;
	float: left;
	background-image: url("/img/balloon.png");
	background-repeat: no-repeat;
	background-position: 165px 67px;
	width: 600px;
	height: 250px;
	padding-left: 0px;
}

#quote img {
	float: left;
	position: relative;
	top: 10px;
	z-index: -1;
	height: 250px;
	width: 165px;
}

#quote h2 {
	margin-top: 80px;
	margin-left: 50px;
	width: 335px;
	float: left;
	color: #fff;
	font: 1.5em Georgia, "Times New Roman", serif;
	font-style: italic;
}
