html,body {
	margin: 0;
	padding: 0;
	height: 100%;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	min-height: 100%;
}

body {
	text-align: center;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 10px;
}

form {
	margin: 0;
	padding: 0;
	width: 100%;
}

#page-contents form {
	margin-left: 15px;
}

fieldset {
	border: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

input,textarea,select {
	padding: 5px 3px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	float: left;
	margin: 5px 0;
}

input,textarea {
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
}

input {
	width: 180px;
}

select {
	width: 187px;
}

label {
	width: 120px;
	float: left;
	line-height: 20px;
	margin: 5px 0;
}

.button-bar {
	margin: 10px 0;
}

button,a.button {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	padding: 4px 3px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	text-decoration: none;
}

a.button {
	padding: 5px 3px;
	font-size: 11px;
}

button:hover,a.button:hover {
	text-decoration: none;
}

ul.success {
	width: 80%;
	list-style: none;
	padding: 10px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

ul.validation-errors {
	width: 80%;
	list-style: none;
	padding: 10px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

ul.validation-errors li {
	margin-left:15px;
	color: #ffffff;
}
ul.validation-errors li.title {
	padding-bottom: 5px;
	margin-left:5px;
	font-weight:bold;
	
}

#simple-search-field {
	border-radius: 4px;
	-moz-border-radius: 4px;
	text-align: left;
	margin: 0 10px;
}

#simple-search-field input,#simple-search-field button {
	margin: 0;
	padding: 3px;
	border: none;
	background: none;
	float: none;
}

#simple-search-field input {
	width: 153px;
	height: 16px;
}

#simple-search-field button img {
	vertical-align: -4px;
}

#simple-search {
	text-align: right;
	margin: 0 10px;
	padding: 5px 0 20px 0;
}

#simple-search a {
	margin-right: 10px;
}

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

#header {
	width: 100%;
	height: 125px;
}

#logo {
	float: left;
	margin:  -29px 0 0 0;
}

#header-cart {
	width: 210px;
	height: 70px;
	float: right;
	margin-top: 15px;
	text-align: left;
}

div.title {
	font-weight: bold;
	font-size: 12px;
	margin: 10px 0 10px 70px;
}

a.product {
	text-decoration: none;
}

a.product span.title {
	font-size: 12px;
	font-weight: bold;
}

a.product:hover span.title {
	text-decoration: underline;
}

a.product span.description {
	font-weight: normal;
}

#header-cart a {
	display: block;
	font-size: 11px;
	text-decoration: none;
	margin: 5px 0 0 70px;
}

#header-cart a:hover {
	text-decoration: underline;
}

#top-menu {
	margin: 5px 5px 0 0;
	display: block;
	float: right;
	list-style: none;
	width: 650px;
	text-align: right;
}

#top-menu li {
	display: inline;
	padding: 0 5px;
	line-height: 20px;
}

#top-menu li a {
	text-decoration: none;
}

#top-menu li.strong {
	font-weight: bold;
}

#top-menu li a:hover {
	text-decoration: underline;
}

#main-menu {
	display: block;
	width: 100%;
	height: 35px;
	margin: 0;
	padding: 0;
	line-height: 35px;
	background-image: url('../gfx/menu_bg.png');
}

#main-menu li {
	display: block;
	float: left;
	padding: 0;
}

#main-menu li a {
	display: block;
	text-decoration: none;
	padding: 0 10px;
	background-image: url('../gfx/menu_bg.png');
}

#main-menu li span {
}

#contents {
	width: 100%;
	padding: 10px 0;
}

#category-menu {
	float: left;
	width: 230px;
	text-align: left;
}

#page-contents {
	float: left;
	width: 710px;
	text-align: left;
	padding: 0 10px;
}

.cf {
	clear: both;
}

h4 {
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
	text-indent: 10px;
	line-height: 30px;
	font-weight: bold;
	font-size: 13px;
	height: 35px;
	width: 100%;
}

#category-menu ul {
	list-style: none;
	margin: 0;
	padding: 0 0 15px 0;
}

#category-menu ul li {
	padding: 7px 0 7px 20px;
}

#category-menu .cat {
	display: block;
	font-size: 12px;
	font-weight: bold;
}

#category-menu ul a {
	text-decoration: none;
	display: block;
}

#category-menu ul a:hover {
	text-decoration: none;
}

#category-menu a:hover .cat {
	text-decoration: underline;
}

#product-list div.product {
	float: left;
	width: 230px;
	height: 270px;
	margin: 3px 2px;
	color: #bbbbbb;
}

#product-category-list div.product {
	float: left;
	width: 700px;
	height: 228px;
	margin: 3px 2px;
	color: #bbbbbb;
}

a.product-name {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 2px 0 2px 13px;
	height: 14px;
	overflow: hidden;
	display: block;
}

a.product-name:hover {
	text-decoration: underline;
}

div.price {
	margin: 3px 0 0 13px;
}

a.buy {
	float: right;
	font-size: 11px;
	margin: -12px 13px 0 0px;
	font-weight: bold;
	text-decoration: none;
}

#product-list div.product .product-img, #product-category-list div.product .product-img {
	width: 205px;
	height: 205px;
	margin: 10px 12px 4px 12px;
	border: 1px solid #dddddd;
}

#product-category-list div.product .product-img {
	margin: 10px 0px 4px 12px;
	float: left;
}

#product-category-list div.product .description {
	float: right;
	width: 472px;
	height: 205px;
	margin: 10px 0 0 0;
	padding: 0;
	overflow: hidden;
}

#footer {
	padding: 40px 0 10px 0;
	font-size: 10px;
}

#breadcumb {
	list-style: none;
	margin: 0;
	padding: 2px 2px 3px 0;
}

#breadcumb li {
	display: inline;
	margin: 0;
	padding: 0 1px;
}

#breadcumb li a {
	text-decoration: none;
}

h2 {
	font-size: 24px;
	margin: 10px 0 5px 10px;
	padding: 0;
}

h3 {
	font-size: 16px;
	margin: 10px 0 5px 10px;
	padding: 0;
}

fieldset legend {
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0 5px 10px;
	padding: 0;
}

p.description, div.description, div.description p {
	margin: 13px;
	line-height: 16px;
	font-size: 13px;
	text-indent: inherit;
}

p {
	margin: 15px;
	line-height: 16px;
	font-size: 13px;
	text-indent: 24px;
}

#footer-menu {
	list-style: none;
	font-size: 11px;
}

ul.pager {
	list-style: none;
	float: right;
	margin: 5px 20px;
	font-size: 11px;
}

ul.pager li {
	float: left;
	padding: 0 2px;
	line-height: 20px;
	text-align: center;
}

ul.pager li a {
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-decoration: none;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

ul.pager li.active {
	display: block;
	font-weight: bold;
	width: 20px;
	height: 20px;
	line-height: 20px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 0;
	margin: 0 2px;
}

#footer-menu li {
	display: inline;
	padding: 0 2px;
}

#column-left {
	width: 470px;
	float: left;
}

#column-right {
	width: 240px;
	float: left;
}

table {
	width: 98%;
	border-collapse: collapse;
}

td,th {
	padding: 5px;
}

th {
	text-align: center;
}

td.c {
	text-align: center;
}

td.r {
	text-align: right;
}

td.l {
	text-align: left;
}

input.cart-quantity {
	float: inherit;
	width: 40px;
	text-align: right;
	margin: 0 3px 0 0;
}

div.gallery {
	width: auto;
	border: 1px solid #1F1A15;
	background-color: #342C25;
	float: left;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 10px;
	margin: 0 40px;
}

div.product-details {
	float: right;
	width: 300px;
	margin: 5px 20px;
}

div.hr {
	font-size: 0px;
	height: 1px;
	margin: 10px;
	background-color: #2F251D;
}

.product-details tr {
	background: none;
	border-bottom: 1px solid #3F3023;
}

.product-details th {
	text-align: left;
	vertical-align: top;
}

pre {
	color: red;
}

div.checkbox input {
	width: 15px;
	height: 20px;
	margin-right: 5px;
}

div.checkbox label {
	width: 400px;
}

div.userProfileInfo {
	float: left;
	line-height: 16px;
	font-size: 13px;
	text-indent: 24px;
}

div.userProfileInfo div.label {
	width: 220px;
	float:left;
	margin: 5px;
}

div.userProfileInfo div {
	width: 350px;
	float:left;
	margin: 5px;
}

div.userPofileInfo br {
	clear: both;	
}

div.news-content {
	float: left;
	width: 340px;
	font-size: 10px;
	margin: 5px;
}

div.news-content p {
	font-size: 11px;
	padding: 2px 0;
	margin: 0;
	text-align: justify;
}

div.news-content .info {
	display: block;
	float: right;
	font-size: 10px;
	text-align: right;
	color: #999999;
	font-weight: normal;
}

div.news-content h4 {
	margin: 0;
	padding: 0;
	height: auto;
	line-height: auto;
	font-size: 12px;
	color: #555555;
}

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

ul.alerts li {
	border: 1px solid;
	padding: 5px;
	margin: 2px 30px;	
}

ul.alerts li.ok {
	background-color: #FEFFAF;
	border: 1px solid #CFC667;	
}

ul.alerts li.error {
	border: 1px solid #550000;
	background-color: #990000;
	color: #ffffff;
}

