
/* Styles for General and Special Text Items */
BODY	{
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 11px;
color: #000;
background-color: #fff;
margin: 0;
}

ul	{
padding-left: 20px;
}

ul.articlelist	{
padding-left: 0;
list-style: none;
}

li.article   { 
padding-left: 13px;
background: url(../images/icon_article.gif) no-repeat 0px 1px;
list-style: none;
}

ol	{
padding-left: 20px;
}




p.whatsnew	{
margin: 2px 0 2px 0;
font-weight: bold;
}

.small	{
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 10px;
}

.cell	{
border-right: 1px solid #c5af97;
border-bottom: 1px solid #c5af97;
}
.cellfirst	{
border-left: 1px solid #c5af97;
border-right: 1px solid #c5af97;
border-bottom: 1px solid #c5af97;
}

.imgcenter {
font-size: 10px;
text-align: center;
color: #333;
background: #EBE0D2;
padding: 10px;
width: auto;
border: 1px solid #ccc;
margin: 0px 0px 0px 0px;
}

.imgreview {
text-align: center;
padding: 0px;
width: auto;
border: 1px solid #c5af97;
margin: 0px 0px 10px 0px;
}


.categorybox {
text-align: left;
/* white-space: nowrap; */
color: #333;
background: #EBE0D2;
float: none;
clear: both;
padding: 5px;
width: auto;
border: #c5af97 1px solid;
margin-top:0px;
margin-bottom: 20px;
margin-left: 0px;
margin-right: 0px;
}

.itembox {
text-align: left;
color: #333;
background: #EBE0D2;
float: none;
clear: both;
padding: 5px;
width: auto;
border: #c5af97 1px solid;
margin-top:0px;
margin-bottom: 20px;
margin-left: 0px;
margin-right: 0px;
}

h1	{
font-family: Georgia, serif;
font-weight: bold;
font-size: 15px;
text-align: center;
color: #300;
background: #988675;
float: none;
clear: both;
width: auto;
border: 1px solid #726257;
margin: 0;
padding: 3px;
}

h2	{
font-family: Georgia, serif;
font-weight: bold;
font-size: 13px;
color: #000;
margin: 5px 0 10px 0;
text-align: center;
}

h3	{
text-align: center;
font-family: Georgia, serif;
font-weight: bold;
font-size: 12px;
color: #000;
margin: 0 0 10px 0;
padding: 0 0 5px 0;
border-bottom: 1px dotted #c5af97;
}

h4 {
font-family: Georgia, serif;
font-weight: bold;
font-size: 11px;
color: #000;
margin: 0 0 10px 0;
}

.pricetag	{
font-family: Georgia, serif;
font-weight: bold;
font-size: 16px;
color: #000;
margin: 0 0 2px 2px;
float: right;
}
.deci	{
font-family: Georgia, serif;
font-weight: bold;
font-size: 12px;
color: #666;
}
.pricenote	{
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 11px;
color: #999;
}

/* Styles for General and Special Links */
a:link    {
color:#c30;
text-decoration:none;
}
a:visited    {
color:#c30;
text-decoration:none;
}
a:active    {
color:#300;
text-decoration:none;
}
a:hover    {
color:#300;
text-decoration:underline;
}

a.on:link    {
color:#fff;
text-decoration:none;
}
a.on:visited    {
color:#fff;
text-decoration:none;
}
a.on:active    {
color:#fff;
text-decoration:none;
}
a.on:hover    {
color:#fff;
text-decoration:none;
}







