/* COMMON */

body {	
	
	font-family: Verdana;
	background-color: #140810;
	color: #000;
	margin: 6px;
	padding: 6px;
	font-size: 8pt;
}

table, td, div {

	color: #000;
	font-size: 8pt;
	font-family: Verdana;
}

a img {
	
	border: 0;
}

a {

	font-weight: bold;
	text-decoration: underline;
	color: #790707;
}

a:hover {

	text-decoration: none;
	color: #790707;
}

.small {
	
	font-weight: normal;
}

div.search {
	
	width: 315px;
}

table.search {
	
	width: 315px;
}

table.search tr td {
	
	color: #fff;
}

input.num {
	
	width: 25px;
}

input.button {
	
	width: 180px;
	font-size: 8pt;
}

div.gal {
	
	padding: 5px 0 0 0;
}

table.menu {
	
	width: 100%;
}

table.menu td {
	
	font-weight: bold;
	text-align: center;	
	color: #AD0F0E;
}

table.menu td a {
	
	color: #AD0F0E;
}

table.gallery {
	
	width: 315px;
	background: #fff;
	position: relative;
}

div.photo {
	
	padding: 3px 0;
}

td.item {
	
	padding: 0 5px 0 0;
}

table.gallery td {
	
	vertical-align: top;
}

table.gallery td.item {

	border: 3px solid #532442;
}

div.item {
	
	border: 3px solid #532442;
	background: #fff;
}

table.gallery td.hr {

/*	border-bottom: 6px solid #37000E;*/
	height: 10px;
	background: #37000e;
}


h3 {

	color: #532442;
	font-size: 13pt;
}

.red {

	color: #532442;
}


table.char {
	
	padding: 10px 0 0 10px;
}

table.char td {
	
	padding: 0 0 3px 0;
	font-weight: bold;
}

table.char td.val {
	
	padding-left: 10px;
	font-weight: normal;
}

table.char td.price,
table.char td.link {

	text-align: center;	
}

img.vip {
	
	position: absolute;
	top: 139px;
	left: 0px;
	border: none 0;
}

table.gallery td.name {
	
	text-align: center;
	padding: 0 0 6px 0;
}

ul {

	margin: 0;
	padding: 0 0 0 20px;
}

ul li {

	margin: 0 0 2px 0;
	padding: 0;
}

/* /COMMON */

/* Pages */

div.pout {

	font-size: 8pt;
	padding: 5px 0 10px 0;
	text-align: center;
}

div.pout div.nav {

	font-size: 8pt;
}

div.pout div.pages {

	padding-top: 8px;
}

div.pout a {
    
	font-size: 8pt;
	padding: 3px;
	margin: 3px 0 6px 3px;
}

div.pout a:hover {

	text-decoration: none;
}

div.pout strong {

	background-color: #AD0F0E;
	color: #FFF;
	padding: 3px;
	margin: 3px;
}

/* /Pages */

