@charset "UTF-8";
/* CSS Document */

/* START OF COMMON CSS */
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	font-family: "comic sans ms", Arial, Helvetica;
	font-size: 14px;
	color: #583f0c;
	min-width: 620px;
	background: url('../images/site_images/bg.jpg');
	line-height: normal;
}

a {
	outline: none;
	border: 0;
	text-decoration: none;
	color: #583f0c;
}

a:hover {
	color: #aa7b1b;
}

.img-right {
	float: right;
	margin: 0 0 5px 10px;
}

.img-left {
	float: left;
	margin: 0 10px 5px 0;
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.clearfix:after {
	content: " "; /* Older browser do not support empty content */
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

clearfix:after {
	content: "";
	display: table;
	clear: both;
}

/* ERROR */
.error-box p {
	padding: 8px;
	border:1px solid #B94A48;
	color: #B94A48;
	margin: 0 0 5px 0;
}
/* END OF ERROR */

.float-container {
	width: 100%;
	overflow: hidden;
	display: block;
	float: none;
}

/* END OF COMMON */

/* START OF TABLE */
table{width:100%;}

table.tabular-data{border-collapse: collapse; border-spacing:0; border:0;}
table.tabular-data thead{font-weight:bold; vertical-align:top;}
table.tabular-data thead th {padding: 12px 5px; text-align: left; border-bottom: 1px solid #000;}
table.tabular-data td{padding: 12px 5px; border-bottom:1px solid #ccc; overflow:hidden;}
table.tabular-data tr:hover{background-color:#d8d8d8}
table.tabular-data thead tr:hover{background-color:#fff;}

table.tabular-data td.table-border-left{border-left:1px solid #ccc;}

table.table-border td{border:1px solid #ccc;}
table.table-border td.border-bottom-red{border-bottom:2px solid red;}
table.table-border td.active{background-color:#d8d8d8}

table.tabular-data td.action-links a{margin-right: 10px}
table.tabular-data td.action-links a:last-child{margin-right: 0}
/* END OF TABLE */

/* CONTENTS */
.wrapper {
	width: 790px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

#header {
	background: url('../images/site_images/top.jpg') left top no-repeat;
	height: 197px;
	overflow: hidden;
}

#header a.logo {
	display: block;
	width: 300px;
	margin: 0 auto;
	height: 175px;
}

#header .links {
	float: right;
	margin: 60px 35px 0 0 ;
	font-weight: bold;
}

#header .links a {
	margin: 0 5px;
}

nav ul {
	font-weight: bold;
	text-align: center;
	display: block;
	margin: 0 0 18px 0;
	padding: 0;
}

nav li {
	list-style: none;
	display: inline-block;
	margin: 0 10px;
	padding: 0;
}

nav a{
	margin-right: 20px;
	text-decoration: none;
}

nav ul.sub-menu {
	font-size: 12px;
	margin-top: 8px;
}

#footer {
	background: url('../images/site_images/bottom.jpg') left top no-repeat;
	padding-top: 64px;
	overflow: hidden;
	text-align: center;
	color: #e0d39f;
	font-size: 12px;
	font-weight: bold;
}

#footer a {
	color: #e0d39f;
	font-size: 12px;
	font-weight: bold;
}

#contents {
	background: url('../images/site_images/fill.jpg') left top repeat-y;
	overflow: hidden;
	padding-bottom: 30px;
}

h1.title {
	font-size: 16px;
	margin-bottom: 20px;
}

#contents .content-wrapper {
	width: 677px;
	overflow: hidden;
	margin: 0 auto;
}

/* LOGIN */
.login-container {
	width: 460px;
	margin: 20px auto 0 auto;
	border: 1px solid #ccc;
	padding: 20px;
}
/* END OF LOGIN */

/* FORM */
.fieldset-view fieldset {
	border: 0;
	margin: 5px 0;
}

.fieldset-view legend a.edit {
	margin: 0 10px;
	padding-right: 20px;
	background: url('../images/icon_edit.gif') right center no-repeat;
	display: inline-block;
}

.fieldset-view legend a:hover.edit {
	color: #ff0000;
}

form fieldset {
	border: 0;
}

form fieldset label{
	display: inline-block;
	width: 25%;
}

form fieldset input[type="text"], input[type="password"], select{
	display: inline-block;
	width: 60%;
	padding: 8px 12px;
	font-size: 11px;
}

.submit-btn {
	font-size: 18px;
	color: #fff;
	padding: 10px 20px;
	background: #32c3d6;
	cursor: pointer;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	outline: none;
	border: none;
	display: inline-block;
}
/* FORM */

/* PRODUCTS */
.product-list {
	margin: 0;
	padding: 0;
	font-size: 12px;
}

.product-list li {
	display: block;
	list-style: none;
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #777;
}

.product-list li .image {
	width: 60px;
	padding: 2px;
	min-height: 45px;
	float: left;
}

.product-list li .info {
	width: 600px;
	float: right;
}

.product-list li .info .name {
	float: left;
	width: 420px;
	overflow: hidden;
}

.product-list li .info .name h2 {
	font-weight: bold;
	margin: 0;
	padding: 0;
	font-size: 12px;
	display: inline-block;
	float: left;
	width: 260px;
}

.product-list li .info .add-to-cart {
	float: right;
	width: 150px;
}

.product-list li .info .add-to-cart input[type="text"] {
	width: 50px;
}

.product-list li .info .float-container {
	margin-bottom: 5px;
}

.product-list li .info select {
	padding: 2px;
	width: auto;
}

.product-list li .info .options {
	width: auto;
	display: inline-block;
	float: right;
	width: 160px;
}
/* END OF PRODUCTS */

/* CART */
.cart-container {
	width: 100%;
	overflow: hidden;
}

.cart-container .total {
	font-weight: bold;
}

.cart-container input[type="text"] {
	width: 50px;
}
/* END OF CART */

/* CHECKOUT */
.checkout-progress {
	margin: 30px 0 0 0;
	padding: 0;
	overflow: hidden;
	color: #283752;
	font-size: 11px;
}

.checkout-progress li {
	list-style: none;
	display: block;
	float: left;
	width: 24%;
	text-align: center;
	overflow: hidden;
}

.checkout-progress li.active {
	color: #ff0000;
}

.checkout-progress li:before,
.checkout-progress li:after {
	background-color: #666;
	content: "";
	display: inline-block;
	height: 1px;
	position: relative;
	vertical-align: middle;
	width: 50%;
}
.checkout-progress li:before {
	right: 0.5em;
	margin-left: -50%;
}
.checkout-progress li:after {
	left: 0.5em;
	margin-right: -50%;
}

.order-info {
	font-size: 11px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
}

.shipping-selection {
	padding: 10px;
	margin: 10px 0 20px 0;
	border: 1px solid #ccc;
}

.shipping-selection li {
	list-style: none;
	display: block;
	margin-bottom: 5px;
}

.shipping-selection li input[type="radio"] {
	display: inline-block;
	width: 10%;
	vertical-align: top;
}

.shipping-selection li div {
	display: inline-block;
}
/* END OF CHECKOUT */