@import "shop.css";

* {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #a19c7d;
}

#bodyFrameset {
	margin:0;
	background-color:#000000;
	background-image:url(themes/default/images/body-bg.gif);
	text-align: center;
}

#iframeBody {
	margin:0;
	background-color:#000000;
}

a
{
	color: #a7921f;
}

form 
{
	padding: 0px;
	margin:0px;
}

input, textarea, select, option
{
	border: 1px #a19c7d solid;
	background-color: black;
	color: #E3DECA;
}

input:focus, textarea:focus
{
	background-color: #0D0D0D;
}

#container {
	position: relative;
	width: 746px;
	margin: 80px auto 0 auto;
	background-color:#000000;
}

#logo {
	position:absolute;
	top: -35px;
	left: 25px;
}

#content {
	text-align: left;
	padding-left: 60px ;
	padding-right: 60px ;
	padding-bottom: 25px;
}

#header {
	height: 250px;
	padding-top: 50px;
}

#footer, #footer a {
	padding-top: 10px;
	color:#666666;
	text-align:center;
	padding-bottom: 20px;
}

/* --- MAIN MENU */
#menu {
	position: absolute;
	top: 10px;
	right: 20px;
}
#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#menu li {
	display:inline;
	padding: 0px;
	margin: 0px;
	height: 20px;
}
#menu a {
	display:inline;
	width: 153px;
	height: 20px;
}

.menuItem {
	font-size: 15px;
	width:auto;
	padding: 5px 5px 5px 0;
}

.contenttitle {
	font-size: 18px;
	padding: 0px 0 5px 0;
}

.title {
	font-size: 13px;
	padding: 0px 0 5px 0;
	border-bottom: solid 1px #333333;
	margin-bottom: 5px;
}

.titleNoReplace {
	font-size: 12px;
	color: #606060;
	font-weight:bold;
}

.menutitle {	
	font-weight:bold;
}

th {
	background-color: #0D0D0D;
	border-top: solid 1px #333333;
	border-bottom: solid 1px #191919;
	padding: 3px 5px 3px 5px;
	text-align: left;
}

.notice
{
	font-weight:bold;
	color:#a7921f;
	padding-bottom: 2px;
	border-bottom: solid 1px #333333;
}


.thumbnail .img
{
	border: solid 1px #a19c7d;	
	margin-right: 5px;
	margin-bottom: 5px;
}

.text  p
{
	margin: 0px;
	pading: 0px;
}
