body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding: 0px;
  margin: 15px 0px 15px 0px;
  background-color: #787B7B;
}

.main {
  font-size: 11px;
  border: 1px solid #FFFFFF;
  padding: 0px;
  margin: 0px;
  width: 798px;
  background-color: #FFFFFF;
  text-align: left;
}

.main .inner {
  width: 796px;
  border: 1px solid #787B7B;
  background-image: url(img/logo.jpg);
  background-position: 0px 25px;
  background-repeat: no-repeat;
  background-color: #D9D7CE;
  border-collapse: collapse;
}

.menubar {
  line-height: 30px;
  margin-top: 130px;
  width: 796px;
  background-color: #E26F26;
  background-position: right;
  background-repeat: no-repeat;
  background-image: url(img/menu_search.jpg);
}

.searchbar {
  height: 80px;
  width: 796px;
  line-height: 30px;
  background-color: #FF9933;
  background-position: bottom;
  background-repeat: repeat-x;
  background-image: url(img/shadow.jpg);
  text-align: left;
  vertical-align: middle;
  margin-bottom: 12px;
}

.searchbar table {
  font-size: 12px;
}

.bottombar {
  height: 30px;
  width: 796px;
  line-height: 30px;
  background-color:#E26F26;
  text-align: center;
  vertical-align: middle;
  color:#FFF;
}

.bottommenu {
  height: 15px;
  width: 796px;
  line-height: 15px;
  background-color:#FF9933;
  text-align: center;
  vertical-align: middle;
  font-size:9px;
}

.bottommenu a {
  color:#000000;
  text-decoration:none;
}

.window {
  margin-bottom:15px;
  margin-left:15px;
  margin-right:15px;
  padding: 0px;
  background-color: #EBEBEB;
  border-collapse: collapse;
  font-size: 12px;
  width: 90%;
}
.window table { font-size: 12px; }

.window .content { padding: 5px; }

.window .title { background-color: #666666; font-weight: bold; color: #FFFFFF; padding-left:5px;border-bottom:2px solid #555555; }
.window .subtitle { background-color: #999999; font-weight: bold; color: #333333; padding-left:10px; }

.window .corner_top_left {
  height: 8px;
  background-image: url(img/corner_top_left.jpg);
  background-position: left;
  background-repeat: no-repeat;
}

.window .corner_top_right {
  height: 8px;
  background-image: url(img/corner_top_right.jpg);
  background-position: right;
  background-repeat: no-repeat;
}

.window .corner_bottom_left {
  height: 8px;
  background-image: url(img/corner_bottom_left.jpg);
  background-position: left;
  background-repeat: no-repeat;
}

.window .corner_bottom_right {
  height: 8px;
  background-image: url(img/corner_bottom_right.jpg);
  background-position: right;
  background-repeat: no-repeat;
}

/* Links */
.plink { font-size: 12px; text-decoration: none; color: #666666; }
.plink:hover { font-size: 12px; text-decoration: none; color: #000000; }

.link { font-size: 12px; font-weight: bold; text-decoration: none; color: #000000; }
.link:hover { font-size: 12px; font-weight: bold; text-decoration: underline; }

/* Inputs */
.textbox { font-size: 11px; }

/* Fonts */
.txt_title { font-size:14px; font-weight:bold; }


#vc_nav_bar {
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	color: white;
}

.vc_nav_link:link, .vc_nav_link:active, .vc_nav_link:visited {
	font-size: 10px; 
	font-weight: bold; 
	text-decoration: none; 
	color: #d9d7ce; 
}
.vc_nav_link:hover { 
	font-size: 10px; 
	font-weight: bold; 
	text-decoration: underline; 
	color: #FFFFFF;
}

.vc_nav_link_act:link, .vc_nav_link_act:active, .vc_nav_link_act:visited {
	font-family:Verdana;
	font-size: 10px; 
	font-weight: bold; 
	text-decoration: none; 
	color: #FFFFFF; 
}
.vc_nav_link_act:hover { 
	font-size: 10px; 
	font-weight: bold; 
	text-decoration: underline;
	color: #FFFFFF; 
}

#categories {
	position: absolute;
	z-index: 500;
	width: 250px;
	height: 300px;
	background-color: white;
	overflow:scroll;
	margin-top:15px;
	border: 1px solid grey;
	display: none;
	color: black;
}

#selected_category {
	position: absolute;
	z-index: 501;
	width: 250px;
	height: 20px;
	background-color: white;
	margin-top: -7px;
	border: 1px solid grey;
}

#btn_extend_categories {
	position: absolute;
	right: 3px;
	margin-top: 7px;
}

#selected_category_name {
	position: absolute;
	z-index: 501;
	width: 230px;
	margin-top: 3px;
	margin-left: 4px;
	color: black;
}

#sstr {
	width: 500px;
}