html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background: url(/img/back_top.jpg) no-repeat top center #679110;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	line-height: 130%;
}

a:link,
a:visited {
	color: #005699;
	text-decoration: none;
}

a:hover,
a:active {
	color: #005699;
	text-decoration: underline;
}

img {
	border: none;
}

h1 {
	margin: 0 0 10px 0;
	padding-bottom: 5px;
	font-size: 1.5em;
	color: #108CEC;
}

h2 {
	margin: 0 0 10px 0;
	padding: 0 0 5px 5px;
	font-size: 1.5em;
	color: #108CEC;
	background: url(/img/border1.gif) repeat-x bottom left;
}

h3 {
	margin: 1em 0;
	font-size: 1.1em;
	color: #005699;
}

h4 {
	margin: 1em 0;
	font-size: 1em;
	color: #005699;
}

p {
	margin: 0.75em 0;
}

ul {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}


/* Layout */

#container {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#header {
	height: 283px;
	background-image: none;
}

#header h1 {
	position: absolute;
	top: 85px;
	left: 45px;
	width: 470px;
	margin: 0;
}

#header h1 a {
	display: block;
	height: 120px;
	text-indent: -999em;
	overflow: hidden;
}

#header address {
	display: none;
}

/* Search */

form#search {
	position: absolute;
	top: 10px;
	left: 35px;
	margin: 0;
}

input#search-text {
	width: 175px;
	height: 20px;
	padding: 5px;
	background: url(/img/search_input.gif) no-repeat top left transparent;
	border: none;
	font-size: 14px;
	color: #333;
}

input#search-button {
	width: 95px;
	height: 31px;
	padding: 0;
	background: url(/img/search_button.gif) no-repeat top left transparent;
	border: none;
	letter-spacing: 200px;
	font-size: 0;
	overflow: hidden;
	position: absolute;
	left: 185px;
	top: 1px;
	color: #ccc;
}

/* Main menu */

ul#menu {
	height: 46px;
	margin: 0;
	padding: 0 0 0 50px;
	list-style: none;
	font-size: 14px;
}

ul#menu li {
	display: inline;
	margin: 0 60px 0 0;
	padding: 0;
}
ul#menu.admin li {
	margin-right: 30px;
}

ul#menu li a {
	color: #333;
	text-decoration: none;
}

ul#menu li.active a {
	color: #005699;
	font-weight: bold;
}

/* Main */

#main-container {
	background: url(/img/back_content.gif) repeat-y top center #fff;
}
#main {
	min-height: 200px;
	padding: 20px 18px 1px 18px;
	background: url(/img/back_content_top.jpg) no-repeat top center;
	color: #333;
}
* html #main {
	height: 200px;
	padding: 20px 9px 1px 18px;
	z-index: 100;
}

#content {
	float: right;
	width: 760px;
	margin-right: 7px;
}

#leftcol {
	float: left;
	width: 170px;
	margin-left: 7px;
}
* html #leftcol {
	margin-left: 3px;
}

#leftcol ul.menu {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
	background: url(/img/border2.gif) repeat-x top left;
}

#leftcol ul.menu li {
	margin: 0;
	padding: 10px 0;
	background: url(/img/border2.gif) repeat-x bottom left;
}

#leftcol ul.menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
}

#leftcol ul.menu ul li {
	margin-top: 10px;
	padding: 10px 0 0 20px;
	background: url(/img/border2.gif) repeat-x top left;
	border-bottom: none;
}


/* Footer */

#footer {
	height: 30px;
	padding: 40px 10px 20px 10px;
	background: url(/img/back_bottom.gif) no-repeat top center #679110;
	color: #eee;
	font-size: 11px;
}

#footer .copy {
	float: left;
}

#footer ul.menu {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer ul.menu li {
	display: inline;
	margin: 0 0 0 8px;
	padding: 0 0 0 10px;
	border-left: 1px solid #ccc;
}

#footer ul.menu li.first {
	border-left: none;
}

#footer ul.menu li.active {
	font-weight: bold;
}

#footer a {
	color: #fff;
}


/* Misc */

#flashMessage {
	margin-bottom: 1em;
	padding: 1em;
	background-color: #efe;
	color: #6c6;
	border: 1px solid #6c6;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}

#authMessage {
	margin: 1em 0;
	color: #c66;
	font-size: 1.1em;
	font-weight: bold;
}

#login {
	margin: 0 310px;
}

#login h2 {
	text-align: center;
}


/* Forms */

input,
select,
button,
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333;
}

form {
	margin: 0;
}

form div.input {
	clear: left;
	margin: 0;
	padding: 5px;
}

form div.input label {
	display: block;
	float: left;
	width: 140px;
	margin: 0 10px 0 0;
	text-align: right;
}

form div.submit {
	padding: 5px;
	margin: 20px 0 0 150px;
}

form div.checkbox {
	margin: 0 0 0 150px;
}

form div.checkbox input {
	margin-right: 1em;
}

form div.checkbox label {
	display: inline;
	float: none;
}

form .error-message {
	color: #f00;
	margin-left: 110px;
	font-size: 11px;
}

div.input.text input,
div.input.password input,
div.input.textarea textarea {
	padding: 3px;
	border: 1px inset #aaa;
	color: #333;
}

div.input.select select {
	padding: 4px;
	border: 1px inset #aaa;
	color: #333;
}

div.submit input,
input.button {
	padding: 5px 10px;
	background-color: #ccc;
	color: #444;
	border: 1px outset #ccc;
	font-weight: bold;
}

.required {
	font-weight: bold;
}

fieldset {
	margin: 1em 0;
	padding: 0.5em;
	border: 1px solid #ccc;
}

fieldset legend {
	font-size: 12px;
	color: #666;
	padding: 0 10px;
}

fieldset div.input label {
	width: 130px;
}


/* Tables */

table.list {
	margin: 1em 0;
	border: none;
	border-collapse: collapse;
}

table.list th {
	padding: 5px 10px;
	background-color: #eee;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: left;
}

table.list td {
	padding: 5px 10px;
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

table.list tr.altrow td{
	background-color: #f4f4f4;
}

table td.center,
table th.center {
	text-align: center;
}

table td.right,
table th.right {
	text-align: right;
}

table td.actions {
	white-space: nowrap;
}


/* Definition list */

dl {
	margin: 0 0 0 20px;
	padding: 0;
}

dt {
	clear: left;
	float: left;
	width: 150px;
	margin: 0 20px 10px 0;
	font-weight: bold;
	text-align: right;
}

dd {
	float: left;
	width: 750px;
	margin: 0 0 10px 0;
}

/* Actions list */

div.actions ul {
	margin: 10px 0;
	padding: 0;
	list-style: none;
}

div.actions ul li {
	display: inline;
	margin: 0 15px 0 0;
	padding: 0;
}

/* Paging */

.paging {
	clear: both;
	margin: 0 15px 0 15px;
	padding-top: 20px;
	font-size: 11px;
}

.paging div {
	display: inline;
	margin: 0 10px;
}

.paging span {
	margin: 0 10px;
}

.paging div.left {
	display: block;
	float: left;
	margin: 0;
}

.paging div.right {
	display: block;
	float: right;
	margin: 0;
}

.paging .disabled {
	color: #ccc;
}

/* Headings */

h3.featured-products,
h3.for-you,
h3.for-your-horse,
h3.for-your-stables,
.random-testimonials h3 {
	height: 25px;
	margin: 0 0 5px 0;
	background-repeat: no-repeat;
	background-position: bottom left;
	text-indent: -999em;
	overflow: hidden;
}

h3.featured-products {
	margin: 0 0 10px 0;
	background-image: url(/img/headings/featured_products.gif);
}

h3.for-you {
	background-image: url(/img/headings/for_you.gif);
}

h3.for-your-horse {
	background-image: url(/img/headings/for_your_horse.gif);
}

h3.for-your-stables {
	background-image: url(/img/headings/for_your_stables.gif);
}

.random-testimonials h3 {
	background-image: url(/img/headings/random_testimonials.gif);
}


/* Testimonials */

.testimonials .item {
	margin-top: 1em;
	padding-bottom: 0.5em;
	background: url(/img/border1.gif) repeat-x bottom left;
}

.testimonials .item .content {
	padding-left: 20px;
	background: url(/img/quote.gif) no-repeat 0 3px;
	font-style: italic;
}

.testimonials .item .content p {
	margin: 0 0 1em 0;
}

.testimonials .item .author {
	margin: 1em 0;
	text-align: right;
	font-size: 12px;
}

.random-testimonials {
	font-size: 11px;
}

.random-testimonials .content {
	margin: 10px 0;
	padding-left: 20px;
	background: url(/img/quote.gif) no-repeat top left;
	color: #666;
}

.random-testimonials .author {
	margin: 10px 0;
	padding-left: 20px;
	text-align: right;
}

.random-testimonials .more {
	margin: 1em 0;
	padding: 5px 0 0 20px;
	background: url(/img/border2.gif) repeat-x top left;
}


/* FAQ */

.faq {
	margin: 2em 0 0 0;
	padding-bottom: 0.5em;
	background: url(/img/border1.gif) repeat-x bottom left;
}

.faq .question {
	margin: 0 0 1em 0;
	font-weight: bold;
}
.faq .question:before {
	content: 'Q: ';
	font-weight: bold;
}

.faq .answer {
	font-wight: normal;
}

.faq .answer>p:before {
	content: 'A: ';
	font-weight: bold;
}

.faq .nav {
	margin: 0.5em 0;
	font-size: 11px;
	text-align: right;
}

/* Produt list */

.product {
	float: right;
	width: 372px;
	margin-bottom: 20px;
}
.product.odd {
	float: left;
	clear: both;
}

.product .image {
	float: left;
	width: 168px;
	height: 168px;
	margin: 0 10px 0 0;
	padding: 7px;
	background: url(/img/box.gif) no-repeat top left;
}

.product .details {
	float: right;
	width: 180px;
	color: #888;
}

.product h4 {
	margin: 0 0 10px 0;
	font-size: 13px;
	color: #108CEC;
}
.product h4 a {
	color: #108CEC;
}

.product .small {
	font-size: 11px;
}

.product .price {
	margin: 5px 0;
	color: #666;
}

.product .price span {
	color: #ff7e00;
	font-weight: bold;
	line-height: 140%;
}

.product .price select {
	width: 165px;
}

.product .buy a {
	display: block;
	width: 108px;
	margin: 0 auto;
}

.product .buy img {
	display: block;
}


.product_short {
	width: 182px;
	height: 320px;
	float: left;
	display: inline;
	margin-right: 10px;
	text-align: center;
}
.product_short.last {
	margin-right: 0;
}

.product_short h3 {
	margin: 0 0 10px 0;
	font-size: 13px;
	color: #108CEC;
}
.product_short h3 a {
	color: #108CEC;
}

.product_short .image {
	width: 168px;
	height: 168px;
	margin-bottom: 5px;
	padding: 7px;
	background: url(/img/box.gif) no-repeat top left;
}

.product_short .price {
	height: 40px;
}

.product_short .price span {
	color: #ff7e00;
	font-weight: bold;
	line-height: 140%;
}

.product_short .price select {
	width: 168px;
}

.product_short .buy a {
	display: block;
	width: 108px;
	margin: 0 auto;
}

.product_short .buy img {
	display: block;
}

/* Product Page */

.category-path {
	margin-bottom: 10px;
	padding-bottom: 10px;
	background: url(/img/border1.gif) repeat-x bottom left;
}

.product-details {
	float: left;
	display: inline;
	width: 360px;
	color: #666;
}

.product-details .price {
	font-size: 16px;
	line-height: 140%;
	margin-bottom: 10px;
}

.product-details .price span {
	color: #ff7e00;
	font-weight: bold;
}

.product-details .price .comment {
	font-size: 11px;
}

.product-details .price .radio {
	float: left;
	width: 30px;
	padding-top: 5px;
	font-size: 20px;
}

.product-details .price .margin {
	margin-left: 30px;
}

.product-image {
	float: left;
	width: 343px;
	height: 273px;
	margin-right: 15px;
	padding: 7px;
	background: url(/img/big_box.gif) no-repeat top left;
}

.product-details .intro {
	font-size: 12px;
}

.product-details .buy {
	margin-top: 1em;
}

.buy label {
	vertical-align: middle;
}

.buy select {
	vertical-align: middle;
}

.buy input.submit {
	width: 108px;
	height: 35px;
	background: url(/img/buttons/buy_now.gif) top left no-repeat;
	border: 0;
	letter-spacing: 200px;
	font-size: 0;
	vertical-align: middle;
}


/* Columns */

.column {
	float: left;
	width: 235px;
	margin: 0 25px 0 0;
	font-size: 11px;
}

.column.last {
	margin-right: 0;
}

.column h3 {
	margin: 0 0 8px 0;
	padding: 0 0 5px 5px;
	background: url(/img/border1.gif) repeat-x bottom left;
	font-size: 14px;
}

.column img {
	display: block;
	margin: 8px 0 10px;
	padding-bottom: 8px;
	background: url(/img/border1.gif) repeat-x bottom left;
}

.column ul {
	margin: 0;
	padding: 0 0 0 15px;
	list-style: none;
}

.column ul li {
	margin: 0 0 0.5em;
	padding: 0 0 0 10px;
	background: url(/img/bullet1.gif) no-repeat 0 5px;
}

.column .more {
	margin: 1em 0;
	padding: 5px 0 0 15px;
	background: url(/img/border1.gif) repeat-x top left;
}


/* Misc */

.clear {
	clear: both;
}

.hidden {
	display: none;
}

.float-right {
	float: right;
}

a.button {
	display: block;
	float: left;
	padding: 5px 10px;
	background-color: #ccc;
	color: #444;
	border: 1px outset;
	font-weight: bold;
	text-decoration: none;
}

a.add {
	padding-left: 20px;
	background: url(/img/icons/plus_circle.png) no-repeat 0 50%;
	line-height: 140%;
}

a.view {
	padding-left: 20px;
	background: url(/img/icons/magnifier_left.png) no-repeat 0 50%;
	line-height: 140%;
}

a.edit {
	padding-left: 20px;
	background: url(/img/icons/pencil.png) no-repeat 0 100%;
	line-height: 140%;
}

a.del {
	margin-left: 5px;
	padding-left: 20px;
	background: url(/img/icons/cross_circle.png) no-repeat 0 50%;
	line-height: 140%;
}

a.list {
	padding-left: 20px;
	background: url(/img/icons/table.png) no-repeat 0 50%;
	line-height: 140%;
}

span.tick {
	display: block;
	height: 16px;
	background: url(/img/icons/tick.png) no-repeat 0 50%;
	text-indent: -999em;
	overflow: hidden;
}
td span.tick {
	display: block;
	height: 16px;
	background: url(/img/icons/tick.png) no-repeat 50% 50%;
	text-indent: -999em;
	overflow: hidden;
}