/* Legacy styles */

/*Style Sheet for Rhodesian Militaria*/
body,html {
  background: #2F3D16;
  font-size: 11px;
  font-family: tahoma;
  color: #000;
  margin: 0px;
  height: 100%;
  min-height: 110%;
}

h1 {
  display: block;
}

h2 {
  font-size: 20px;
  margin-top: 40px;
}

.green {
  color: #006600;
}

.bordered_block {
  text-align: left;
  border: none;
  padding: 20px;
  margin: 10px 0 10px 0;
}

p {
  margin: 1em 1em 1em 1em;
  font-size: 13px;
  text-align: justify;
}

.buy_button {
  position: absolute;
  bottom: 0;
  right: 0;
}

.image_block {
  position: relative;
}

.product_block {
  margin: 0 20px 20px 20px;
  padding: 0 0 30px 0;
  border-bottom: 1px dotted #bbb;
}

.product_description {
  margin: 20px 0 0 0;
}

.product_title {
  font-size: 13px;
}

a:link {
  color: #5E841B;
  font-weight: bold;
}

a:visited {
  color: #73AC26;
  font-weight: bold;
}

a:active {
  color: #7C6B2E;
  font-weight: bold;
}

a:hover {
  color: #83C529;
  text-decoration: underline;
  font-weight: bold;
}

img {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

.div {
  margin: 0px;
}

div.main {
  background: #FFF;
  background-image: url(Images/translucent_bg.png);
  background-repeat: no-repeat;
  background-position: 100% 90%;
  width: 728px;
  float: left;
  height: 100%;
  min-height: 500px;
  padding: 0px;
  border: 1px solid #000;
  margin: 5px;
  position: relative;
  top: 2px;
  bottom: 2px;
  clear:both;
}

img.over {
  position: relative;
  filter: alpha(opacity = 100);
  cursor: pointer;
  border: 1px solid #808080;
}

img.norm {
  position: relative;
  filter: alpha(opacity = 60);
  -moz-opacity: .60;
  border: 1px solid #000;
}




/* Top Stuff */
div.site_links {
  background: #716025;
  text-align: center;
  font-family: tahoma;
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
  padding: 1px;
}

div.site_links a:link {
  color: #FFF;
  font-weight: bold;
}

div.site_links a:visited {
  color: #FFF;
  font-weight: bold;
}

div.site_links a:active {
  color: #FFF;
  font-weight: bold;
}

div.site_links a:hover {
  color: #AB9138;
  text-decoration: underline;
  font-weight: bold;
}

div.top_menu {
  padding: 0px;
  margin: 0px;
  background: #85794A;
  border-bottom: 1px solid #2F2A13;
  height: 118px;
  width: 728px;
  text-align: center;
  background-image: URL(Images/Top_Bg.png);
}

div.topmenu_right {
  padding: 0px;
  margin: 0px;
  width: 98px;
  height: 117px;
  text-align: center;
  float: right;
}

div.topmenu_main {
  padding: 0px;
  margin: 0px;
  width: 628px;
  height: 117px;
  text-align: center;
  float: left;
  text-align: right;
  display: inline-table;
  display: block;
  clear: both;
  height: 0;
}

/* Content */
div.content_title {
  width: 100%;
  border: 1px solid #192D14;
  background-image: URL(Images/welcome_bg.png);
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  padding-left: 2px;
  padding: 1px;
  float: right;
  margin: 0 -2px 1em 0;
}

div.content_content {
  font-family: tahoma;
  font-size: 11px;
  color: #000;
  padding-top: 4px;
}

span.subtitle {
  font-size: 16px;
}

img.main {
  cursor: pointer;
}

table.main_content {
  text-align: justify;
}

td.main_content_links {
  width: 150px;
  padding-left: 12px;
  padding-right: 3px;
  margin-left: 3px;
  height: 100%;
  text-align: center;
  font-size: 12px;
}

div.linkstitle {
  width: 98%;
  background: #41650F;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  position: relative;
  left: -5px;
  padding: 1px;
  float: right;
}

/* Image Box */
table.content_images {
  border-bottom: 1px solid #BBB;
}

td.content_image_image {
  padding: 2px;
  border-bottom: 1px solid #BBB;
  width: 300px;
}

td.content_image_desc {
  padding: 2px;
  border-left: 1px solid #BBB;
  border-bottom: 1px solid #BBB;
}

td.content_image_allimages {
  width: 730px;
  text-align: center;
  clear:both;
  background-color: #FFFFFF;
}

.content_image_allimages img {
  border: 1px solid #000;
  margin-top: 2px;
  margin-left: 8px;
  width: 50px;
  height: 50px;
}

td.image_on_side {
  background: #CCC;
}

.image_on_side img {
  border: 1px solid #000;
  margin-top: 2px;
  margin-left: 8px;
  width: 50px;
  height: 50px;
}

/* Page Bottom */
div.page_bottom {
  background: #C0C7B2;
  color: #82867A;
  font-weight: bold;
  font-size: 10px;
  text-transform: uppercase;
  padding: 8px;
  text-align: right;
  margin-top: 5px;
}

textarea {
  font-family: tahoma;
  font-size: 10px;
  width: 300px;
  background: #fff;
  border: 0px;
  overflow: auto;
}

.clearfix {
  display: inline-table;
  display: block;
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

/* Easy clearing */
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}