@import url("lightbox.css");
body {
	background: #000;
	margin: 35px auto 80px auto;
	font: normal 10pt/14pt trebuchet ms, "trebuchet ms", arial, helvetica, sans-serifserif;
	color: #fff;
	cursor: default;
}

a, a:visited {
	cursor: pointer;
	color: #fff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

b, strong, .high {
	font-weight: bold;
}
.dis {
	color: #808080;
}
.clear {
	clear: both;
}
.clear.left {
	clear: left;
}
.clear.right {
	clear: right;
}
strike {
	opacity: .5;
	filter: alpha(opacity=50);
	text-decoration: line-through;
}

#loading2 {
	display: block;
	position: absolute;
	top: 5px;
	right: 5px;
	width: auto;
	background: #ff0000;
	font: bold 8.5pt verdana;
	color: #fff;
	padding: 2px;
	z-index: 100;
}
#warning {
	position: absolute;
	top: 15%;
	left: 25%;
	right: 25%;
	width: 50%;
	z-index: 100;
	cursor: default;
	padding: 5px;
	background: transparent url("../images/back_warning.png");
	border: 1px #000 solid;
	font: normal 9pt/11pt tahoma, arial;
	letter-spacing: 1px;
	color: #000;
}

#logo { width: 174px; height: 103px; padding: 0 0 10px 0; overflow: hidden; }
#logo h1, #logo h1 a { width: 174px; height: 103px; margin: 0; }
#logo h1 { background: transparent url("../images/logo.gif") no-repeat; text-align: left; }
#logo h1 a { display: block; text-indent: -9999px; }

.menu {
	margin-left: 50px;
	margin-top: 10px;
	width: 250px;
	
	margin-left: 0;
}
.menu ul {
	margin: 0 10px 20px 0;
	padding: 0 0 10px 0;
	list-style: none;
/*	float: left; */
margin: 0;
padding: 0;
}
.menu li {
	margin-bottom: 1px;
	height: 20px;
	line-height: 20px;
}
.menu li a {
	display: block;
	padding: 0 4px 0 50px;
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-radius: 0 4px 4px 0;
}
.menu li a.on, .on {
	background-color: #b3976e;
	font-weight: bold;
	color: #000;
}
.menu li a.on:hover, .on:hover {
	text-decoration: none !important;
}
.menu ul.l2 {
	padding: 10px 0;
}
.menu ul.l2 a.on, .l2 .on {
	background-color: #222;
	color: #fff;
}

.placer {
	position: relative;
	background: #5e5854 url("../images/back.gif") 0px 160px no-repeat;
	width: 800px;
	margin-left: auto; margin-right: auto;
}

.highlight {
	width: 400px;
	float: right;
	margin-left: 50px;
	margin-bottom: 50px;

	height: 400px;
	margin-bottom: 10px;
	overflow: hidden;
	border-bottom: 5px solid #000;
	background-color: #000;
}
.highlight a {
	display: block;
}

#body {
	clear: left;
	background: transparent url("../images/footer.gif") bottom no-repeat;
	padding: 5px 50px 50px 50px;
}
#body a, #body a:visited {
	text-decoration: underline;
}

#body .sidebar {
	clear: right;
	float: right;
	width: 400px;
	height: auto !important;
	margin-right: -40px;
	margin-left: 50px;
}
#body .sidebar a {
	float: left;
	margin: 0 0 5px 5px;
}
#body .sidebar #newsletter a {
	float: none;
	margin-left: inherit;
}

#body .news {
	width: 300px;
}

#body .sidebar h2, #body .sidebar p {
	padding-right: 50px;
}

h2 {
	color: #b3976e;
	line-height: 18pt;
}
h3 {
	margin-bottom: 0;
	width: 300px;
	font-size: 11pt;
}
h3 a, h3 a:visited {
	display: block;
	padding: 4px 8px;
	background-color: #b3976e;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #222;
	text-decoration: none !important;
}
h3 a:hover {
	background-color: #d9b784;
}
h3 a.more {
	background-color: #222;
	font-size: 9pt;
	color: #fff;
}
h3 a.more:hover {
	background-color: #333;
}
h4 {
	margin-top: 5px;
	font-weight: normal;
}

.products {
	clear: both;
}
.product {
	float: left;
	margin: 10px;
	width: 280px;
	height: 180px;
	font-size: 8.5pt;
	letter-spacing: 0.5px;
}
.product_ttl {
	font-size: 10pt;
	font-weight: bold;
	text-transform: lowercase;
}
.product img {
	margin: 5px 0;
}

/* ini tables */
/*
table { }
tr { vertical-align: top; }
td { padding: 4px; }
thead td, thead td.orderby { cursor: default; border: 1px #000 solid; font: bold 8.5pt verdana; background: #b3976e; text-transform: uppercase; }
thead td a, thead td a:visited { color: #000; }

thead td.nostyle { border: none; background: none; }

thead .high { background: #ef9a10; }
thead .high a { color: #000; text-decoration: none; }
thead .high a:visited { color: #000; }
thead .right { text-align: right; }
thead .center { text-align: center; }

tbody tr.add td {
	background: #ffffaf;
	cursor: pointer;
}
tbody td { cursor: default; border: none; font-size: 9pt; }
tbody td a { text-decoration: none; }
tbody td a:hover { text-decoration: underline; }
tbody tr.par:hover td, tbody tr.impar:hover td { background: #b5d5ff; }
tbody tr.par:active td, tbody tr.impar:active td { background: #ffffaf; }
tbody .impar td { background: #f4f4f4; cursor: pointer; }
tbody .par td { cursor: pointer; }
tbody .insert td, tbody tr.insert:hover td { border: 1px #000 dotted; background: #ffffe1; }
tbody .count { color: #808080; }
tbody .disabled { color: #c0c0c0; }
tbody td.nostyle { border: none; background: none; }
*/
table th, table td { text-align: left; padding: 4px; }
thead th, tbody td.label { color: white; font: bold 9pt arial, helvetica, sans-serif; text-transform: uppercase; }
thead th { background: #3e3a37; /*5e5854;*/ }
tbody td.label { background: #b3976e; }
tbody td { vertical-align: top; font: 8.5pt arial, helvetica, sans-serif; letter-spacing: 0.5px; }

/* end tables */

label {
	font-weight: bold;
}
input, select, textarea {
	border: 1px #000 solid;
	padding: 5px;
}
.submit {
	cursor: pointer;
	background: #efefef url("../images/submit.png") repeat-x;
	border: 1px #c0c0c0 solid;
	color: #000;
	padding: 3px 4px 2px 4px;
	font: bold 7.5pt arial, helvetica, sans-serif;
	text-transform: lowercase;
}

#footer {
	clear: both;
	width: 780px;
	margin: 5px auto auto auto;
	font-size: 8.5pt;
	line-height: 12pt;
}

#footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#footer ul li {
	float: left;
	padding: 0 5px 0 0;
	margin: 0;
}

#footer .print {
	display: none;
}

.stats {
	display: none;
}

/* ini facebook */
.socialShare iframe {
	margin-top: 15px;
	width: 450px;
	height: 70px;
	padding: 5px;
	overflow: hidden;
	background-color: #fff;
	border: none;
	border-radius: 4px;
}
#socialShare iframe {
	width: 150px;
	height: 21px;
	padding: 0;
	background-color: transparent;
}

