﻿@charset "utf-8";
@import "predefined.css";

#skip {display:none;}
a {
	text-decoration:none;
	color:#639;
}
a:hover {
	text-decoration:none;
	color:#303;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
h1, h2, h3, h4, h5, h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:-1px;
	font-weight:bold;
}
h1 {
	font-size:1.6em;
}
h2 {
	font-size:1.4em;
}
h3 {
	font-size:1.2em;
}
h4 {
	font-size:1.4em;
}
h5 {
	font-size:1.2em;
}
h6 {
	font-size:1em;
	letter-spacing:0;
}

habout {
	font-size:1.2em;
	font-variant:small-caps;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
}
.failure {
	color:#f00;
}
.success {
	color:#360;
}
img {
	float:left;
	padding-right:15px;
	padding-bottom:15px;
	padding-top:5px;
}
p {
	text-align:justify;
	line-height:150%;
}



/* ------------------------------------
Layout
------------------------------------ */
body {
	background:#CBC3B2;
	color:#3E1F00;
	text-align:center;
	behavior:url("/styles/csshover3.htc");
}
#page {
	margin:0 auto;
	width:1000px;
}
#header, #primary {
	text-align:left;
}
#header {
	background:url(../images/bg-header.jpg) no-repeat -28px 0;
	height:242px;
	border-width:0 2px;
	border-color:#764975;
	border-style:solid;
}
#primary {
	border-width:3px 2px 2px 2px;
	border-color:#764975;
	border-style:solid;
	height:1%;
	overflow:hidden;
	background:#E5E1D8;
	padding:17px 0 0 0;
	font:1.7em Arial;
}
#footer {
	text-align: center;
}






/* ------------------------------------
Header
------------------------------------ */
#header {
	position:relative;
}
#header ul {
	position:absolute;
	font:bold 1.3em Verdana;
	top:203px;
	left:60px;
}
#header ul li {
	float:left;
	display:inline;
	margin:0 28px 0 0;
}
#header ul li a {
	float:left;
	display:block;
	color:#663164;
}

#header ul li a:hover {
	float:left;
	display:block;
	color:#639;

}
#header h2 a {
	display:block;
	text-indent:-5000em;
	width:500px;
	height:140px;
	color:#693078;
	font-size:6em;
	position:absolute;
	top:60px;
	left:280px;
	line-height:0.9;
}
#header h2 span {
	display:block;
	font-size:0.3em;
}









/* ------------------------------------
Primary
------------------------------------ */
#prod {
	background:#875992;
	overflow:hidden;
	height:1%;
}
#nav {
	margin:0 0 0 14px;
	float:left;
	display:inline;
}
#nav a, #nav li, #nav li ul {
	width:170px;
}
#nav a {
	display: block;
	color:#fff;
	height:39px;
	padding:20px 0 0 24px;
	width:146px;
}
#nav a:hover {
	background:#B1A58B;
	text-decoration:none;
}
#nav li {
	float: left;
}
#nav li:hover, #nav li:hover ul {
	background:#C2B9A5;
}
#nav li ul {
	position: absolute;
	left: -999em;
}
#nav li:hover ul {
	left: auto;
}






#search {
	float:right;
	width:277px;
	margin:16px 0 0 0;
}
#search .button {
	background:url(../images/btn-search.png) no-repeat 0 0;
	width:80px;
	height:26px;
	text-indent:-1000em;
	overflow:hidden;
	border:none;
	border-width:0;
	cursor:pointer;
	display:inline;
	margin:0 0 0 20px;
}
* html #search .button {
	padding:1000px 0 0 0;
}
#search .button, #search .input-text {
	float:left;
}
.input-text {
	font-size:0.9em;
	padding:2px;
}

#search .input-text {
	width:150px;
}










/* ------------------------------------
Primary - Content
------------------------------------ */
#content {
	width:652px;
	float:left;
	padding:30px 40px;
	font-size:0.8em;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6, #content p, #content ul, #content ol, #content dl, #content table {
	margin:0 0 6px 0;
}
#content ul {
	list-style:square;
	margin-left:40px;
}
#content ol {
	list-style:decimal;
	margin-left:40px;
}
#content .products {
	color:#92704C;
	list-style:none;
	margin:0;
	min-height:500px;
	height:auto !important;
	height:500px;
	padding:0 0 0 130px;
	background:url(../images/prodlist.png) no-repeat 0 0;
}
.products a {
	color:#92704C;
}
.products li {
	margin:0 0 27px 0;
}
.products li p {
	font-size:0.9em;
}
.product {
	background:#AB8BB2;
	padding:20px;
}
.product .left {
	background:#fff;
	border:1px solid #843384;
	width:284px;
	padding:30px;
	float:left;
}
.product .right {
	width:250px;
	float:right;
	display:inline;
	overflow:hidden;
}
.product h2 {
	font:bold 1.1em Arial;
	color:#535353;
	letter-spacing:0;
	padding:0 0 10px 0;
	border-bottom:1px solid #875A92;
}
.product p {
	
}
.tags span {
	color:#92704C;
}
.product .addtocart {
	margin:10px 0 0 0;
}
.product fieldset {
	margin:0 0 6px 0;
}
.product label {
	float:left;
	width:60px;
	padding:3px 0 0 0;
}
.input-text {
	width:100px;
}
.clear-both {
	clear:both;
}
.addtocart button {
	border:none;
	border-width:0;
	background:url(../images/addtocart.png) no-repeat 0 0;
	width:80px;
	height:26px;
	overflow:hidden;
	text-indent:-1000em;
	cursor:pointer;
}





/* ------------------------------------
Primary - Sidebar
------------------------------------ */
#sidebar {
	width:240px;
	float:left;
	border:2px solid #A99B7F;
	padding:17px 0;
	background:#CBC3B2;
	color:#fff;
	min-height:360px;
	height:auto !important;
	height:360px;
}
.cart {
	text-indent:-1000em;
	overflow:hidden;
	height:59px;
	background:#A99B7F url(../images/shoppingcart.png) no-repeat 0 0;
}
.checkout {
	text-indent:-1000em;
	overflow:hidden;
	height:60px;
	display:block;
	border:none;
	border-width:0;
	width:100%;
	background:#A99B7F url(../images/checkout.png) no-repeat 0 0;
	cursor:pointer;
}
.prodlist {
	margin:15px 0;
	border-color:#A99B7F;
	border-style:solid;
	border-width:2px 0;
	background:#EFEDE7;
	color:#906B47;
	font-size:0.7em;
}
.prodlist .main {
	padding:10px 16px;
}
.prodlist .count {
	color:#875A92;
	text-align:right;
}
.cartcontent {
	padding:10px 0 0 0;
	margin:0 0 8px 0;
	border-bottom:1px solid #845B33;
}
.cartcontent .price {
	float:right;
}
.cartcontent div {
	padding:0 0 6px 0;
}
.prodlist .title {
	font-weight:bold;
	color:#663300;
}
.prodlist .volume {
	
}
.prodlist .price {
	color:#336600;
	font-weight:bold;
}
.prodlist .quantity {
	font-weight:bold;
	color: #5B3D63;
}
.prodlist .subtotal {
	text-align:right;
}
.prodlist .operation {
	font:0.9em Courier New;
	position:relative;
	bottom:1px;
}
.prodlist .operation a {
	padding:0 1px 1px 1px;
}
.prodlist .operation a:hover {
	background:#663300;
	color:#fff;
	text-decoration:none;
}
.clearcart {
	display:block;
	background:#A99B7F;
	color:#fff;
	margin:0 0 11px 0;
	font-size:0.9em;
	padding:2px 10px;
}
.clearcart:hover {
	text-decoration:none;
}
.coupon {
	text-align:center;
	padding:15px 0 10px 0;
}
.coupon button {
	background:url(../images/apply.png) no-repeat 0 0;
	border:none;
	border-width:0;
	width:65px;
	height:21px;
	text-indent:-1000em;
	overflow:hidden;
	cursor:pointer;
}
.coupon p {
	margin:0 0 2px 0;
}
.coupon .current {
	margin:0 0 5px 0;
}

form {
	margin: 0px;
	padding: 0px;
}
