/* CSS reset */
html, body,
div, span, code,
h1, h2, h3, h4, h5, h6,
p, ul, ol,
table, tbody, thead, tfoot, tr, th, td, 
img {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}
body {
	line-height: 1;
}
table {
	border-collapse: collapse;
	border-spacing: 0; /* Pseudobrowsers still need <table cellspacing="0"> */ 
}
ol, ul {
	list-style: none;
}
/* close CSS reset*/
html {
	font-size: 62.5%;
}
body {
	font: 1.3em/1.5 Georgia, serif;
	text-align: center;
	color: #cf877a;
	background: #000000 url('/img/bg-body-2.jpg') 50% 0 no-repeat;
	background-attachment: fixed;
}
h1, h2.h1 {
	margin-bottom: .5em;
	font-weight: normal;
	font-size: 2em;
	color: #ffffff;
}
h1.homepage {
	font-size: 1.6em;
}
a {
	text-decoration: none;
	color: #f4a000;
}
p {
	margin-bottom: 1em;
	text-align: justify;
}
#container {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}
#column {
	width: 335px;
	float: left;
	font-style: italic;
}
#column p {
	margin-left: 30px;
}
#column .strong {
	margin-bottom: 0;
	font-size: 1.1em;
	font-weight: bold;
	color: #fae7cb;
}
#logo {
	display: block;
	margin-bottom: 15px;
}
#cart a {
	text-decoration: underline;
}
#cart a:hover {
	text-decoration: none;
}
#cart #bag {
	float: right;
	margin: 10px 42px 0 0;
}
#user {
	padding-top: 10px;
}
#user a {
	text-decoration: underline;
}
#user a:hover {
	text-decoration: none;
}
#user .login {
	margin-bottom: .5em;
	padding: 0 0 0 16px;
	background: url('/img/bg-login.png') 0 0 no-repeat;
}
#user .login .name {
	display: block;
	float: left;
	width: 112px;
	margin: 9px 0 0 14px;
	padding: 5px 0 0 0;
	color: #513f39;
	background: none;
	border: 0px;
}
#user .login .passwd {
	width: 90px;
	padding-left: 22px;
}
#user .login input.okbutton {
	margin: 5px 0 5px 4px;
	vertical-align: middle;
}
.menubg {
	margin-top: 20px;
	background: url('/img/bg-menu-div.png') 100% 0 repeat-y;
}
#menu {
	padding: 50px 37px 1px 37px;
	background: url('/img/bg-menu.png') 100% 0 no-repeat;
}
#menu li {
	background: url('/img/menu-arrow.png') 10px 10px no-repeat;
	border-top: 1px solid #c1a478;
}
#menu li:first-child {
	border-top: 0px solid #c1a478;
}
#menu li a {
	display: block;
	padding: 5px 10px 5px 35px;
	color: #5b412f;
	font-weight: bold;
}
#menu li li {
	background: none;
}
#menu li li a {
	font-weight: normal;
	padding-left: 45px;
}
#menu li li li a {
	padding-left: 65px;
}
#menu a:hover, #menu a.active1 {
	color: #fae8c7;
	background: url('/img/bg-menu-a-active.png') 0 50% repeat-y;
}
#menubottom {
	height: 182px;
	background: url('/img/bg-menu-bottom.png') 100% 0 no-repeat;
}
#content {
	width: 625px;
	float: left;
	padding: 30px 0 0 20px;
}
#search {
	float: right;
	background: url('/img/bg-search.png') 0 0 no-repeat;
}
#search label {
	display: block;
	float: left;
	padding: 10px 0 0 10px;
	width: 100px;
	color: #593d2b;
}
#search .searchfield {
	display: block;
	float: left;
	width: 123px;
	margin: 10px;
	color: #593d2b;
	background: none;
	border: 0;
}
#search .searchbutton {
	margin: 4px 2px 0 0;
}
.toplinks {
	padding: 10px 0 50px 0;
	font-style: italic;
}
.toplinks a {
	margin-right: 15px;
	text-decoration: underline;
}
.toplinks a:hover {
	text-decoration: none;
}
#breadcrumb {
	clear: both;
	margin-bottom: 30px;
	padding: 32px;
	font-size: .9em;
	font-style: italic;
	color: #ffffff;
	background: url('/img/bg-breadcrumb.png') 50% 50% no-repeat;
}
#breadcrumb span {
	font-weight: bold;
	font-style: normal;
}
#breadcrumb a {
	text-decoration: underline;
}
#breadcrumb a:hover {
	text-decoration: none;
}
.box2-top {
	height: 31px;
	background: url('/img/bg-breadcrumb-top.png');
}
.box2-bottom {
	margin-bottom: 2em;
	height: 31px;
	background: url('/img/bg-breadcrumb-bottom.png');
}
.box2-content {
	padding: 1px 40px;
	font-style: italic;
	color: #ffc000;
	background: url('/img/bg-box2.png');
}
.onebox {
	margin-bottom: 20px;
}
.onebox .boxtop {
	height: 10px;
	background: url('/img/bg-box-top.png') 50% 0 no-repeat;
}
.onebox .box {
	padding: 10px 40px 10px 40px;
	font-style: italic;
	background: url('/img/bg-box.png') 50% 0 repeat-y;
}
.onebox .box a {
	text-decoration: underline;
}
.onebox .box a:hover {
	text-decoration: none;
}
.onebox .boxbottom {
	height: 15px;
	background: url('/img/bg-box-bottom.png') 50% 0 no-repeat;
}
.onebox .box h2 {
	margin-bottom: .5em;
	font-size: 1.2em;
	color: #ffffff;
}
.onebox .box .pageroff {
	float: right;
}
.list div.oneitem {
	clear: both;
	margin-bottom: 5px;
	padding-top: 15px;
	background: url('/img/oneitem-separator.png') 50% 0% no-repeat;
}
.list div.oneitem:first-child {
	background: none;
}
.oneitem .thumb {
	float: left;
	width: 138px;
	/* height: 118px; */
	/* padding: 9px 18px 0 9px; */
}
.oneitem .thumbbg {
	padding: 9px 9px 0 9px;
	text-align: center;
	background: url('/img/bg-thumb.png') 0 0 no-repeat;
}
.oneitem .thumb img {
	display: block;
	margin: 0 auto;
	border: 0px;
}
.oneitem .thumbbottom {
	/* clear: left; */
	/* float: left; */
	width: 138px;
	height: 10px;
	background: url('/img/bg-thumb-bottom.png') 0 0 no-repeat;
}
.oneitem .descr {
	float: left;
	width: 446px;
	padding-left: 40px;
	font-family: Arial, sans-serif;
}
.oneitem .descr h2 {
	margin-bottom: .5em;
	font-size: 1.4em;
	font-weight: normal;
	font-family: Georgia, serif;
}
.oneitem .descr .price {
	padding-top: 5px;
	font-size: 1.1em;
	font-weight: bold;
	color: #ffffff;
}
.buyit {
	float: right;
	text-align: right;
	width: 200px;
}
.buyit input, input.quant {
	width: 25px;
	padding: 5px;
	text-align: center;
	color: #522c08;
	background: url('/img/bg-buyit.png') 0 0 no-repeat;
	border: 0;
}
.addtocart {
	padding-left: 40px;
	font-family: Georgia, serif;
	font-style: italic;
	text-decoration: underline;
	background: url('/img/smallbag.png') 15px 50% no-repeat; 
}
input.addtocart2 {
	width: 120px;
	color: #f4a000;
	font: italic 1em/1.5 Georgia;
	text-decoration: underline;
	background: url('/img/smallbag.png') 15px 50% no-repeat; 
}
a:hover.addtocart {
	text-decoration: none;
}
.tile {
	float: left;
	width: 295px;
	padding-bottom: 30px;
	font-family: Arial, sans-serif;
}
.tile h2 {
	height: 3.4em;
	/* margin-bottom: .5em; */
	font-size: 1.2em;
	/* font-weight: normal; */
	font-family: Georgia, serif;
}
.tile .descrshort {
	margin-left: 156px;
}
.tile .price {
	margin-bottom: 1em;
	color: #ffffff;
	font-weight: bold;
}
.tag {
	padding: 0 0 .5em 20px;
	background: url('/img/tag.png') 0 50% no-repeat;
}
.tag a {
	text-decoration: underline;
}
.pager {
	padding: 30px 0 30px 0;
	text-align: center;
	background: url('/img/bg-pager.png') 50% 0 no-repeat;
}
.pager a, .pager strong {
	margin: 0 .5em;
}
.pager a.active {
	color: #ffffff;
}
.pager a:hover {
	color: #ffffff;
}
.print {
	display: block;
	margin-top: 5px;
	padding: 5px 0 5px 30px;
	float: right;
	text-align: right;
	font-style: italic;
	color: #f4d6b4;
	background: url('/img/print.png') 0 0 no-repeat;
}
/* detail */
.detail .bx_wrap {
	width: 290px;
	margin: 10px 0;
}
.detail .bx_wrap .prev {
	float: left;
}
.detail .bx_wrap .next {
	float: right;
}
.detail .bx_wrap .bx_container {

}
.detail .images {
	width: 340px;
	float: left;
}
.detail .onethumb {
	display: block;
	overflow: hidden;
	width: 120px;
	height: 60px;
	background: white;
	text-align: center;
}
.bigthumb {
	width: 300px;
}
.bigthumb-top {
	height: 10px;
	background: url('/img/bg-bigthumb-top.png') 0 0 no-repeat;
}
.bigthumb-bottom {
	height: 10px;
	background: url('/img/bg-bigthumb-bottom.png') 0 0 no-repeat;
}
.bigthumb-content {
	padding: 0 59px 0 9px;
	text-align: center;
	background: url('/img/bg-bigthumb.png') 0 0 repeat-y;
}
.bigthumb-content img {
	display: block;
	margin: 0 auto;
}
.detail {
	margin: 0 0 30px 0;
	padding: 0 0 10px 0;
	background: url('/img/oneitem-separator.png') 50% 100% no-repeat;
}
.detail .descr {
	width: 285px;
	float: left;
	font-family: Arial, sans-serif;
}
.detail .price {
	margin: 10px 0;
	font-size: 1.5em;
	color: #ffffff;
}
.detail .buyit {
	float: none;
	text-align: left;
}
.descrtext {
	margin-bottom: 1em;
}
.attributes {
	margin: 1em 0;
	font-size: .9em;
}
.attributes a {
	display: block;
	width: 117px;
	float: left;
	padding: 5px 0 5px 25px;
	font-family: Georgia, serif;
	font-style: italic;
	text-decoration: underline;
	background: url('/img/attribute.png') 0 50% no-repeat;
}
h2.title {
	margin-bottom: 1em;
	font-size: 1.5em;
	font-style: italic;
	font-weight: normal;
	color: white;
}
#actuals {
	font-style: italic;
	color: #ffc000;
}
#actuals h2 {
	margin-bottom: .5em;
	font-size: 1.3em;
	font-style: normal;
	font-weight: normal;
}
#actuals h2 a {
	color: white;
}
#actuals small {
	font-style: normal;
	font-family: Arial, sans-serif;
}
#actuals img.thumb {
	float: left;
	margin: 0 10px 5px 0;
}
.actualbox-top {
	height: 20px;
	background: url('/img/actualbox-top.png') 0 0 no-repeat;
}
.actualbox {
	padding: 2px 30px 20px 30px;
	background: url('/img/actualbox.png') 0 0 repeat-y;
}
.actualbox-bottom {
	height: 24px;
	margin-bottom: 2em;
	background: url('/img/actualbox-bottom.png') 0 0 no-repeat;
}
#actuals li {
	width: 248px;
	padding: 0 10px;
}
#actuals .bx_wrap {
	width: 566px;
	margin: 10px 0;
}
#actuals .bx_wrap .prev {
	float: left;
	padding: 30px 0;
}
#actuals .bx_wrap .next {
	float: right;
	padding: 30px 0;
}
/* close detail */

/* cart */
table.cart {
	width: 100%;
}
.cart thead {
	border-bottom: 3px double #6b5347;
}
th {
	font-style: italic;
	font-weight: normal;
	color: #ffffff;
	text-align: left;
}
.cart th {
	padding: 10px;
}
.cart tr.oneitem {
	background: url('/img/oneitem-separator.png') 50% 100% no-repeat;
}
.cart td {
	padding: 10px;
}
.cart .oneitemprice {
	/* padding: 0 1em; */
	font: bold 1em/1.5 Arial, sans-serif;
	/* text-align: right; */
	color: #ffffff;	
}
.cart .price {
	font: bold 1.3em/1.5 Arial, sans-serif;
	/* text-align: right; */
	color: #ffffff;	
}
.cart .price strong {
	color: #e68b07;
}
.cart .sum {
	padding-right: 2em;
	color: #ffffff;
	text-align: right;
	font-style: italic;
}
dt {
	color: #e68b07;
	font-style: italic;
	font-weight: bold;
}
dd {
	font: 1em/1.5 Arial, sans-serif;
	margin: 0 0 1em 32px;
}
table.address {
	width: 100%;
}
.remark {
	width: 312px;
	height: 80px;
	border: 1px solid black;
}
/* close cart*/
/* registration */
.registration {
	padding: 20px 30px 30px 0;
	font: 11px/1.5 Arial, sans-serif;
	color: #ffffff;
	background: url('/img/bg-registration.png') 0 0 no-repeat;
}
.registration2 {
	padding: 20px 30px 30px 0;
	font: 11px/1.5 Arial, sans-serif;
	color: #ffffff;
}
.registration table {
	width: 100%;
}
.registration th {
	padding: 30px 30px 20px 30px;
	font: italic 1.5em/1.5 Georgia, serif;
}
.registration td.label {
	padding: 0 0 0 30px;
	width: 100px;
}
.registration2 td.label {
	width: 100px;
}
.registration td.input {
	padding: 0 0 3px 0;
	text-align: right;
}
.registration td.input {
	padding: 0 0 3px 0;
}
.registration td.mailing {
	text-align: center;
	padding: 15px 0 10px 30px;
}
.registration td.regbutton {
	text-align: center;
	padding: 20px 0 40px 30px;
}
.input input {
	width: 140px;
	height: 23px;
	padding: 5px 4px 0px 4px;
	background: url('/img/bg-reginput.png') 0 0 no-repeat;
	border: 0;
}
.regbutton input {
	cursor: pointer;
	cursor: hand;
	padding: 8px 10px;
	font: italic 1.2em/1.8 Georgia, serif;
	color: #deb287;
	background: #862a17;
	border: 0;
}
/* close registration*/
#footer {
	clear: both;
	font-family: arial;
	font-size: .9em;
	color: #cf877a;
	background: url('/img/bg-footer.png') 50% 0 no-repeat;
}
#footer a {
	color: #cf877a;
}
#footer .art4web {
	margin: 26px 20px 20px 20px;
	float: right;
}
#footer .etrafika {
	margin: 20px 130px 20px 80px;
	float: left;
} 
#footer p {
	padding: 2em 0;
}
/* helpers */
.clear {
	clear: both;
}
.center {
	text-align: center;
}
.small {
	font-size: .9em;
}
.normalstyle {
	font-style: normal;
}
.hiddenblock {
	visibility: hidden;
}
.small {
	font-size: .85em;
}
.morelink {
	margin-bottom: 3em;
	font-style: italic;
	font-weight: bold;
	text-align: right;
}
.boxleft {
	float: left;
	width: 250px;
	padding-right: 25px;
	margin-bottom: 1em;
	color: #cf877a;
}
.boxright {
	float: left;
	width: 250px;
	color: #cf877a;
}