body  {
	margin: 0;
	background: #040406;
	font-family: georgia, arial, tahoma;
	font-size: 13px;
	color: #ffffff;
	min-width: 800px;
}

table,div,p,blockquote {
	font-size: 100%;
	line-height: 20px;
}

form {
	margin: 0;
}

table {
	font-size: 100%;
	background: transparent;
}

input, select, textarea {
	font-family: georgia, arial, tahoma;
	font-size: 100%;
}

a {
	color: #b0956a;
	text-decoration: none;
}

a:hover {
	color: #ffe3a8;
	text-decoration: none;
}

label {
	cursor: pointer;
}

h1 {
	font-size: 140%;
	font-weight: bold;
	letter-spacing: 1px;
	color: #FFE3A8;
	margin: 0 0 10px 0;

}

h2 {
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 120%;
	color: #FFE3A8;
	margin: 0 0 10px 0;
}

h3 {
	font-size: 100%;
	font-weight: bold;
	color: #B0956A;
	margin: 0 0 5px 0;
}

small {
	font-size: 85%;
}

p {
	text-align: justify;
}

blockquote {
	text-align: justify;
	margin: 0;
	padding: 10px 0 20px 20px;
}

div.bodybackground {
	display: block;
	position: absolute;
	width: 100%;
	background: #040406 url(../images/gfx/body_bg.jpg) 480px top no-repeat;
	overflow: hidden;
}
div.bodycontent {
	display: table;
	float:left;
	position: relative;
	width: 800px;
}

img.logo {
	/*width: 500px;
	height: 65px;*/
	margin: 25px 0 0 110px;
	border: none;
}

img.ornament_1 {
	position: absolute;
	left: 805px;
	top: 0;
}
img.ornament_2 {
	position: absolute;
	left: 0;
	top: 85px;
}
img.ornament_3 {
	display: block;
	position: absolute;
	left: 1016px;
	bottom:100px;
}

table.support {
	width: 800px;
	height: 70px;
	margin: 5px 0 0 0;
	color: #e7d1b8;
	line-height: 20px;
	overflow: hidden;
}

table.support td {
	padding: 0 0 0 5px;
	overflow: hidden;
}

td.change_language {
	width: 100px;
}

td.change_language img {
	width: 16px;
	height: 11px;
	vertical-align: middle;
	border: solid 1px transparent;
}

td.change_language img.current {
	border: solid 1px #e2cab2;
}

div.topmenu {
	display: block;
	clear: both;
	margin: 30px 0 0 0;
	width: 100%;
	border-bottom: solid 1px #876f58;
}

div.topmenu a {
	margin: 0 0 0 20px;
	color: #7b6848;
	text-decoration: none;
	text-transform: uppercase;
}

div.topmenu a:hover {
	color: #ffe3a8;
	text-decoration: none;
}

div.topmenu a.current {
	color: #ffe3a8;
	text-decoration: none;
}

div.pagetitle {
	display: block;
	clear: both;
	margin: 20px 0 0 20px;
}

div.pagecontent {
	display: block;
	clear: both;
	margin: 0 0 0 20px;
	width: 780px;
	min-height: 550px;
	height: auto !important;
	height: 550px;
}

div.pagecontent div.col {
	display: block;
	float: left;
	padding-bottom: 20px;
}

div.bottommenu {
	display: block;
	clear: both;
	padding: 10px 0 0 0;
	width: 100%;
	border-top: solid 1px #876f58;
	text-align: left;
}

div.bottommenu div {
	display: block;
	float: left;
	width: 140px;
	margin: 5px 0 0 20px;
	padding-bottom: 30px;
	overflow: hidden;
}

div.bottommenu a {
	display: block;
	margin: 0;
	color: #7b6848;
	text-decoration: none;
	text-transform: lowercase;
	white-space: nowrap;
}

div.bottommenu a:hover {
	color: #ffe3a8;
	text-decoration: none;
}

div.bottommenu a.current {
	color: #ffe3a8;
	text-decoration: none;
}

div.bottomimages {
	display: block;
	clear: both;
	margin: 0 0 30px 0;
	width: 100%;
	text-align: center;
}

div.bottomimages img {
	border: none;
}


div.cat_thumb {	display: block;
	float: left;
	width: 260px;
	margin: 0 5px 5px 0;
	padding: 10px 0 10px 0;
	border: solid 1px #333333;
	text-align: center;
}

div.cat_thumb img {
	display: block;
	margin: 0 0 10px 20px;
}
div.cat_thumb a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
}

table.tabs {
	display: table;
	clear: both;
	width: 100%;
	margin: 0 0 0 0;
}

table.tab_content {
	clear: both ;
	width: 100% ;
}

a.tab {
	display: block;
	float: left;
	padding: 5px 20px 5px 20px;
	border-top: solid 1px #333333;
	border-right: solid 1px #333333;
}

a.tab_current {
	color: #ffe3a8;
	display: block;
	float: left;
	padding: 5px 20px 5px 20px;
	border-top: solid 1px #333333;
	border-right: solid 1px #333333;
	background: #15151f;
}

#tabcontent_order_content , #tabcontent_shipping_address , #tabcontent_extras {
	height: 420px;
}

table.checkout_buttons {
	display: table;
	width: 100%;
	border-top: solid 1px #333333;
}

table.checkout_buttons td {
	padding: 20px 0 0 0;
}

table.checkout_buttons input {
}


input.quantity{
	background: none;
	border: solid 1px #333333;
	color: #ffffff;
	width: 40px;
	height: 20px;
	padding-left: 5px;
	text-align: center;
}

