body {
    margin: 0px;
    padding: 10px; 
    background-color: #745A4D;
    font-family: Verdana, Helvetica, sans-serif;
}

#header {        
    background: url(../images/temp_02.gif) repeat-x #BF470B;
	padding: 26px 0px 0px 30px; 
	height: 85px;       
}

#logo {
    background: url(../images/logo.gif) no-repeat left center;
    height: 58px;
    width: 200px;
    padding: 4px 0px 0px 60px;
}

#logo a {
    font-size: 1.3em;
    color: white;
    text-decoration: none;
}

#book {
    background: url(../images/book.gif) no-repeat right top;
    position: absolute;
    right: 0px;
    top: 0px;
    margin-right: 5px;
    width: 313px;
    height: 205px;
}

#container {
    position: relative; 
    padding: 55px 5px 0px 5px;
    background-color: #EFE7D0;
    height: 100%; 
    min-width: 960px;     
}

#top {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 0.7em;
    color: #BF470B;
}

#top a {
    color: #BF470B;
    background: url(../images/li2.gif) no-repeat left center;     
    padding-left:12px; 
    padding-right:5px; 
    font-weight: bold;
}

#top a:hover {
    text-decoration: none;
}

#footer {
    float: left;
    color:#EFE7D0;
    padding-top:10px;
    font-size: 0.8em;
    text-align: center;
}

#sidebar {
	position: absolute;
    top: 165px;
    left: 0px;
    width: 220px;
}

#sidebar2 {
	position: absolute;
    top: 165px;
    right: 0px;
    width: 220px;
}

.content {
    border-left: 1px solid #E1D9C2;
	border-right: 1px solid #E1D9C2;
	margin: 0px 220px;
	padding: 20px; 
    min-height: 1500px;
    height: auto !important; height: 1500px;
}

.content p, .content ul{
	font-size: 0.8em;
	line-height: 1.4em;
    text-align: justify;
}

.content a {
    color: #BF470B;
    text-decoration: none;
}

.content a:hover {
    text-decoration: underline;
}

.navigation {
	font-size: 0.8em;
	font-weight: bold;
    padding: 10px;
    margin: 5px;
	background: url(../images/menu.jpg) no-repeat right bottom #DDCDA3;
    overflow: hidden;
}

.navigation ul {
	margin: 0;
    padding: 10px 0;
	list-style-type: none;
}

.navigation li{
    padding: 3px 15px;       
    background: url(../images/li.gif) no-repeat left center;	  
}

.navigation a {
	color: #000000;
	text-decoration: none;
}

.navigation a:hover {
    color: #BF470B;
}

.arc {
    font-size: 0.9em;
    font-weight: bold;
    padding: 10px;
    margin: 5px;
}

.arc ul {
    margin: 0;
    padding: 10px 0;
	list-style-type: none;
    font-size: 11px;
}

.arc li {
    padding: 0px 15px 6px 15px; 
    background: url(../images/li2.gif) no-repeat left center;
}

.arc a {
	color: #BF470B;
}

.arc a:hover {
    text-decoration: none;
}

.path {
	position: relative;
    border-bottom: 1px solid #E1D9C2;
	font-style: italic;
	padding: 15px 20px 2px 20px;
	color: #595959;
	margin-bottom: 35px;
	font-size: 0.7em;
}

.path a {
	color:#BF470B;
	text-decoration:none;
}

h1 {
	font-size: 0.9em;
	font-weight: bold;
}

div.search {
	border-bottom: 1px solid #E1D9C2;
    text-align: center;
    padding: 40px 0 20px 0;
}

.search form {
    padding:0;
    margin:0;
}

.search input {
    border: 1px solid #BF470B !important;
    margin-bottom: 5px;
    width: 170px;
}

.search .submit {
    background-color: #DDCDA3;
    height: 20px;
    width: 70px;
}

.pages {
	padding:15px 0px;
	text-align:center;
	font-size:10px;
}

.pages a {
    /*background: url(../images/page.gif) no-repeat center center; */
    padding:1px 4px;
	margin:0px 3px;
	color:#000;
	text-decoration:none;
	border:1px solid #BF470B;      
}

.pages a:hover, a.cur_page {
	background-color:#BF470B;
	color:#fff;
    text-decoration:none;
}

.fulltext {
    font-weight: bold;
    text-align: right;
    font-size: 0.9em;
}

.order {
    width: 100%;
    font-size: 0.8em;
}

.order td{
    padding: 20px 0px;
}

.terms {
    text-align: center;
    width: 100%;
    font-weight: bold;
    padding: 20px 0px;
}

.terms a {
    text-decoration: none;
}

p.norm {
    margin: 0;
    padding-bottom: 5px;
    text-align: left;
}

p.norm a{
    font-size: 11px;
    line-height: 15px;
    font-weight: bold;
}

ul.fullist {
    margin:0 0 0 30px;
    padding:0;
}

ul.fullist a {
    color: #000000;
}

ul.fullist a:hover {
    color: #BF470B;
    text-decoration:none;
}

.news {
    width: 100%;
    font-size: 0.8em;
}

.news td {
    width: 50%;
    vertical-align: top;
    padding: 0px 5px;
}

.news_header {
    font-weight: bold;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid black;
}
.news_header a {
    color:black;
}
.news_header a:hover {
    color:gray;
    text-decoration:none;
}

.news_body {
    color: #808080;
    font-size: 0.9em;
    text-align: left;
    border-bottom: 1px solid #E1D9C2;
    padding-bottom: 5px;
    margin-bottom: 5px; 
}

.mix table {width:99%;font-size:0.9em;margin-bottom:10px;}
.mix tr {background-color:transparent;}
.mix td {padding-right:20px;padding-left:3px;}
.mix-name {font-weight:bold;color:#0B911B !important;}
.mix-merch {font-size:0.8em;color:#A1A1A1 !important;}
.mix-price{}

iframe {width:100% !important;}

.b2bnews a {
    text-decoration:underline;
    font-weight:bold;
}
.b2bnews a:hover {
    text-decoration:none;
}
.b2bnews span {
    color:gray;
    font-size:85%;
}

