*, html, body {
	margin:0;
	padding:0
}
body {
	background: #f6f0d3 url(../img/bk_bk.png) repeat-x left top;
	text-align:left;
	color:#574b35;
	font: normal 82% verdana, arial, helvetica, sans-serif;
	line-height:1.5em;
}
.clr {
	display:block;
	clear:both;
	height:0px;
}
#holder {
	float:left;
	width:941px;
	background:url(../img/blazina_bk.jpg) no-repeat right 290px;
	text-align:left;
	margin:0 0 1em 12px;
	padding:0 0 3em 0;
	position:relative;
	
	height:auto !important;
	min-height:600px;
	height:600px;
}

#contents {
	width:656px;
	display:block;
	padding:12px;
	margin:124px 31px 0 228px;
	background:none;
	background-color: #f5efd7;
	border:1px solid #cac08f;
	z-index:100;
	font-size:.85em;
}
#flashcontents {
	float:left;
	width:740px;
 	padding:12px;
 	display:block;
 	margin:124px 31px 0 70px;
 	background:none;
	background-color: #f5efd7;
	border:1px solid #cac08f;
	font-size:.85em;
}
ul#langz {
	width:30px;
	position:absolute;
	right:0;
	top:148px;
	background: #f5efd7;
	border:1px solid #cac08f;
	list-style:none;
	text-align:left;
	padding-top:3px;
	
}
ul#langz li {
	
}
ul#langz li a, ul#langzintro li a{
	border:0;
}
ul#langz li a img, ul#langzintro li a img {
	border:0;
}

ul#langzintro {
	position:absolute;
	width:30px;
	left:835px;
	top:148px;
	background: #f5efd7;
	border:1px solid #cac08f;
	list-style:none;
	text-align:left;
	padding-top:3px;
	padding:0;
}

div#logo {
	position:absolute; left:0; top:0; z-index:10;
}

a, a:link, a:visited {
	color: #9E0505;
	text-decoration: none;
	border:0;
	border-bottom:1px dotted;
}
a:hover, a:active {
	color:black;
	border-bottom:1px solid;
}

h1 {
	font: bold 1.1em "Georgia", times;
	padding: 12px 0;
	text-transform:uppercase;
}
p {
	text-align: left;
}

div#menu {
	display:block;
	width:148px;
	position:absolute;
	left:67px;
	top:148px;
	background: #f5efd7;
	border:1px solid #cac08f;
	text-align:left;
	padding: 12px 0 12px 12px;
	overflow:hidden;
}

#menu ul {
	list-style:none;
	font: normal .85em "Georgia", times;
	margin:0 0 1em 0;
}

#menu ul li {
	margin:0 0 1px 0;
	display:block;
	border:1px solid #e6e1c1;
	border-right:0;
	width:147px;
	
}
#menu ul li a {
	display:block;
	color:#ad2d28;
	text-decoration:none;
	background:url(../img/button_bk.png) no-repeat -150px center;
	padding: 8px 0 8px 30px;
	text-transform:uppercase;
	border:0;
	
}

#menu ul li a:hover {
	color:white;
	background-position:left center;
}

#contents .left, #contents .right, #contents .full {
		padding:25px;	
		background:#f7f5e8;
		border:1px solid #e5e0c2;
}
#contents .left {
	width:271px;
	float:left;

}
#contents .right {
	width:271px;
	float:right;
}

#contents .full {
	width:604px;
}
address {
	font-size:.85em;
	line-height:1.2em;
	font-style:normal;
	color: #574B35;
}
a.add,
a.delete,
a.assigned,
a.content,
a.edit,
a.country,
a.product,
a.shippingmethod,
a.setting,
a.paymentmethod,
a.plugin,
a.user,
a#settings,
a.orderproduct {
background-repeat:no-repeat;
background-position:center left;
padding-left:25px;
}

a.add,
a.edit,
a.delete,
a.assigned {
padding-left:20px;
margin-right:10px;
}

a.add {
background-image: url(../img/ico/add.png);
}

a.edit {
background-image: url(../img/ico/edit.png);
}

a.delete {
background-image: url(../img/ico/delete.png);
}

table {
width:100%;
border:0;
border-color:#574b35;
border-top:1px dotted;
border-right:1px dotted;
clear:both;
}
th, td {
	vertical-align:top;
	text-align:center;
	padding:3px;
	border-color:#574b35;
	background-color: transparent;
}
td li {
	list-style-position:inside;
}

th {
	font-size:1em;
	font-weight: bold;
	border-color:#574b35;
	border:0;
	border-bottom: 1px solid;
	border-left:1px dotted;
}
td {
	border-color:#574b35;
	border:0;
	border-bottom: 1px dotted;
	border-left:1px dotted;
}
table.main td {
	vertical-align:middle;
}
table.sub {
	border:0;
}
table.sub td {
	text-align:left;
	vertical-align:top;
	border:0;
	width:25%;
}

table.main tbody tr:hover td {
	background-color:#FFFFFF;
}