/*  Default Layout VisualTrap.CSS
	Last update on: 20/06/2007	 */

html {
  /* This changes the overall background. Look for .main at the bottom to change the centre content background colour.
	 background: url(../images/your_bg.jpg);
 	 no-repeat = for no repeating, repeat-x = for horizontal repeats, repeat-y = for vertical repeats */
  background:#525252 url(../images/bg_vt.jpg);
  background-repeat : repeat-y;
  background-position: center;
  height:100%; max-height:100%;
  padding:0; margin:0; border:0;
  scrollbar-face-color:#999999;
  scrollbar-arrow-color:#FFFFFF;
  scrollbar-track-color:#333333;
  scrollbar-shadow-color:'';
  scrollbar-highlight-color:'';
  scrollbar-3dlight-color:'';
  scrollbar-darkshadow-Color:'';
  overflow:auto;
}

a:link { text-decoration: underline; color: #ae8f00; }
a:visited { text-decoration: underline; color: #ae8f00; }
a:hover { text-decoration: none; color: #FF6600; }
a:active { text-decoration: underline; color: #FF6600; }

body {
  height:100%; max-height:100%;
  padding:0; margin:0; border:0;
}
body,td,th { color: #FFFFFF; font-size:12px; }
td img { display: block; }

.boxbound { border:#000000 thin solid; cursor:pointer; }
#login, #posting, #comments, #makecomment, #bound, #bound2, .bound3 { border:#ae8f00 thin solid; }
#login, #posting, #comments, #warning { visibility: hidden; }

.submit_but {
  width:inherit; height:0px;
  visibility:hidden;
  overflow:hidden;
}
#login {
  width:inherit; height:0px;
  overflow:hidden;
}
#posting {
  width:250px; height:0px;
  overflow-y:auto;
  overflow-x:hidden;
}
#comments {
  width:640px; height:0px;
  overflow-x:hidden;
  overflow-y:auto;
}
#makecomment {
  width:640px; height:100%;
  overflow:hidden;
}
#warning {
  width:100%; height:0px;
  overflow:hidden;
}
#close { float: right; }
#bound { margin:35px; }
#bound4 { border:#000000 thin solid; }
.bound3 { display:none; position:absolute; background-color:#000000; }
.how_bound1, .how_bound2 { border-left:#ae8f00 thin solid; border-right:#ae8f00 thin solid; }
.how_bound2 { border-bottom:#ae8f00 thin solid; }
.dull { filter:alpha(opacity=50); -moz-opacity:0.5; }

/* This changes the centre content background colour. */
.main {
  width:700px;
  height:100%; max-height:100%;
  background:#000000;
}

.menustyle, .title { color: #ae8f00; }
.style1, .style2, .style4, .style5, .bound3, .menustyle, .title { font-family: Arial, Helvetica, sans-serif; }
.title { font-size:16px; font-weight:bold; }
.menustyle { font-size:14px; font-weight:bold; }
.fieldcart {
  background:#FBFBFB; border:#FBFBFB thin solid;
  font-family:"Times New Roman", Times, serif;
  font-size:12px; text-align:center;
}
.fieldstyle { border:solid thin #ae8f00; }
.textstyle { color: #000000; }
.product_title {
  font-size:14px;
  font-weight:bold;
}
.order_border {
  border-left:#ae8f00 thin solid;
  border-right:#ae8f00 thin solid;
  border-bottom:#ae8f00 thin solid;
}
.order_title {
  background:#58543F;
  padding:3px;
  border-top:#ae8f00 thin solid;
}

.style1, .style2, .style3, .style4, .style5 { font-weight: bold; }
.style5, .bound3 { color: #FFFFFF; font-size: small;}
.style1 {
	font-size: large;
}
.style2 {
	font-size: x-large;
	font-style: italic;
}
.style3 { font-size: large; }
.style4 { font-size: x-large; }
.style5 { font-style: italic; }
