/*#############################################################
Author: AC Webs <http://www.websbyac.com>
Date: 2007-07-28
Last update:  2007-08-26

#############################################################*/

/* standard elements */
html {
	min-height: 100%;
}

* {
	margin: 0;
  padding: 0;
  /*
  border: 0;
  font-family: Tahomoa,sans-serif;
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  */
}

a {
	color: #048;
}
a:hover {
	color: #06C;
}

body {
	background: #E7E7E2;
	color: #444;
	font: normal 62.5% Tahoma,sans-serif;
	padding-top: 32px;
}

p,ul {
	padding-bottom: 1.2em;
}

li {
	list-style: none;
}

h1 {
	font: normal 1.8em Tahoma,sans-serif;
}
h2 {
	font: bold 1.4em sans-serif;
}
h3 {
	font: bold 1em Tahoma,sans-serif;
}

h1,h2,h3 {
	padding-top: 6px; color: #553; margin-bottom: 4px;
}

img{
	border: 0px;
}

/* form elements */
form {
	margin: 0; padding: 0; display: inline;
}

input, select, textarea {
	margin: 0; padding: 0; display: inline;
	background-color: #FFFFFF;
	color: #000000;
	border-width: 1px;
	border-color: #000000;
	font-family: verdana;
	font-size: 8pt;
}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

select {
}

input[type="submit"], input[type="button"] {
	outline:    1px solid #000;
}

input[type="submit"]:hover, input[type="button"]:hover {
	color:      #FFFFFF;
  background: #000000;
  outline:    1px solid #000;
}

/* misc */
.clearer {
	clear: both; font-size: 0;
}
.left {
	float: left;
}
.right {
	float: right;
}

/* structure */
.inner-container {
	border: 2px solid #D7D7D2;
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 10px;
	width: 780px;
}

.outer-container {
	background: #E7E7E2;
	padding-bottom: 32px;
}

/* navbar */
.navbar {
	padding-top: 8px;
	padding-left: 12px;
	padding-bottom: 8px;
	padding-right: 12px;
	margin-top: 5px;
	text-align: right;
	background: #BDB76B;
	color: #FFF;
	font: normal 1.1em Verdana,sans-serif;
}
.navbar a {
	color: #FAFAFA;
	text-decoration: none;
}
.navbar a:hover {
	color: #FFE;
	text-decoration: underline;
}

/* sidenavbar */
.sidenavbar {
	font-size: 1em;
	float: left;
	line-height: 5px;
	width: 160px;
	padding-bottom: 10px;
}
.sidenavbar h1 {
	font-weight: bold;
	width: 160px;
	background: #BDB76B;
	font-size: 1em;
	color: #FFFFFF;
	font-family: Tahoma,sans-serif;
	line-height: 15px;
	margin: 0;
	padding-bottom: 4px;
	padding-left: 4px;
}
.sidenavbar h2 {
	font-weight: bold;
	width: 160px;
	background-color: #F7F7F2;
	font-size: 1em;
	text-decoration: underline;
	color: #575740;
	font-family: Tahoma,sans-serif;
	line-height: 15px;
	margin: 0;
	padding-left: 4px;
}
.sidenavbar ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.sidenavbar li {
	border-bottom: 1px solid #EAEADA;
}
.sidenavbar li a {
	background-color: #F7F7F2;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
	padding-left: 12px;
}
.sidenavbar li a:hover {
	background: #F0F0EB;
	color: #654;	
	
}

/* headere & title */
.header {
	background: #222 url('images/header.png') no-repeat;
	height: 160px;
	margin-bottom: 0px;
	text-align: center;
}
.header .title {
	color: #FFF;
	padding-top: 50px;
}
.header .title .sitename a {
	border-bottom: 1px dashed #657382;
	color: #FFF;
	font: normal 3em sans-serif;
	padding-bottom: 2px;
	text-decoration: none;
}
.header .title a:hover {
	border-color: #F60;
}
.header .title .slogan {
	font: normal 1.1em Verdana,sans-serif;
	padding-top: 6px;
}

/* main */
.main {
	border-top: 4px solid #FFF;
	padding: 8px 12px 0 0;
}

/* content */
.content1 {
	float: right;
	width: 588px;
}
.content1 .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content1 li {
	list-style: url(images/li.gif);
	margin-left: 18px;
}
.content1 p {
	font-family: "Lucida Sans Unicode",sans-serif;
}

/* contentwide */
.contentwide {
	margin-bottom: 30px;
	margin-top: 15px;
	text-align: center;
}

.contentwide p {
	font-family: "Lucida Sans Unicode",sans-serif;
}

/* footer */
.footer {
	background: #BDB76B;
	color: #F7F7F2;
	font: bold 1em sans-serif;
	margin-top: 5px;
	padding: 10px 12px;
}
.footer a {
	color: #F7F7F2;
	text-decoration: none;
}
.footer a:hover {
	color: #FFC;
}

/* index */
.index {

}

.index img {
	width: 450px;
	height: 450px;
	margin-left: 69px;
	margin-right: 69px;
	padding-top: 20px;
	padding-bottom: 30px;
}

.index p {
	margin-left: 39px;
	margin-right: 39px;
}

/* items */
.items {
	width: 578px;
	display: table;
	border: 1px solid #BDB76B;
	padding: 8px;
	margin-top: 4px;
	margin-bottom: 8px;
}

.items img {
	float: left;
	padding-top: 0px;
	padding-bottom: 10px;
	vertical-align: middle;
}

.items .header{
	padding: 0;
	margin: 0;
	height: 14px;
	padding-top: 4px;
	background: #C3B091;
}
.items .name {
	float: left;
	padding-left: 10px;
	height: 14px;
	width:auto;
	color: #FFFFFF;
	font-weight: bold;
}

.items .price {
	float: right;
	padding-right: 10px;
	height: 14px;
	width: 140px;
	text-align: right;
	color: #FFFFFF;
}

.items .description {
	letter-spacing: 0em;
	line-height: 1em;
	float: right;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 4px;
	width: 450px;
	font-family: "Lucida Sans Unicode",sans-serif;
	font-size: 1em;
	color: #000;
}

.items a {
	display: block;
	text-decoration: none;
}

.itemsform {
	text-align: right;
	margin-right: 10px;
}

/* item */
.item {
	width: 560px;
	border: 1px solid #BDB76B;
	padding: 8px;
	margin-top: 4px;
	margin-bottom: 8px;
}

.item a {
	//display: block;
	text-decoration: none;
}

.item .name {
	height: 20px;
	width: 560px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.5em;
	background: #C3B091;
	padding-left: 4px;
	padding-top: 0px;
	margin-bottom: 8px;
}

.item .mainimg {
	float: left;
	width: 400px;
	padding-left: 8px;
	padding-top: 0px;
	padding-bottom: 10px;
	vertical-align: middle;
}

.item .about {
	float: right;
	padding-left: 4px;
	padding-right: 8px;
	padding-top: 4px;
	height: 383px;
	width: 136px;
	text-align: left;
	color: #000;
}

.item .about img {
	width: 106px;
	height: 22px;
}

.item .description {
	letter-spacing: 0em;
	line-height: 1em;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 4px;
	margin-bottom: 4px;
	padding-bottom: 4px;
	width: 560px;
	font-family: "Lucida Sans Unicode",sans-serif;
	font-size: 1em;
	color: #000;
}

.item .pics {	
	width: 560px;
	min-height: 150px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.item .pics img{
	padding: 4px;
	vertical-align: top;
}



/* shoppingcart */
.shoppingcart {
	width: 560px;
	border: 1px solid #FFF;
	padding-left: 8px;
	padding-right: 8px;
}

.shoppingcart img {
	float: left;
	padding-right: 4px;
}

.shoppingcart .description {
	padding-right: 4px;
}


.shoppingcart table {
	width:  100%;
}

.shoppingcart th {
	border-right:1px solid #FFF;
	border-bottom:1px solid #FFF;
	padding:5px;
	background-color:#D5D5D5;
}


.shoppingcart td {
	border-right:1px solid #FFF;
	border-bottom:1px solid #FFF;
	vertical-align: top;
	padding:5px;
	background-color:#F2F2F2;
}

.shoppingcart .checkout {
	text-align: right;
	padding-top: 4px;
	margin-right: 8px;
}

.checkout input {
	margin: 4px;
}
