/**
 * @project     Need 2 Review (v2)
 * @file        /css/layout.css 
 * @author		Matthijs de Ridder, Christiaan de Ridder
 * @copyright	(c) 2008 - De Ridder Server
 */

/****************************************************************************/
/* Layout                                                                   */
/****************************************************************************/
body, html, form, textarea {
  margin: 0px;
  padding: 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 16px;
  color: #000;
}

body {
  background: #444;
}

h1, h2, h3, h4, h5, h6, h7, p {
  margin: 5px 10px;
  padding: 0px;
}

.title_input input {
  width: 600px;
  height: 24px;
  border: none;
  background: #fff;
  font-size: 20px;
  float: left;
}

h1, h2, .title_input, .title_input input {
  font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #cc8707;
}

.title_input {
  margin: 5px 0px;
  padding: 0px;
  width: 730px;
  height: 25px;
  padding-bottom: 1px;
  border-bottom: 1px solid #ccc;
  clear: both;
  position: relative;
  left: 10px;
}

h1 {
  font-size: 20px;
  padding-bottom: 6px;
  border-bottom: 1px solid #ccc;
}

h2 {
  font-size: 16px;
  padding-bottom: 6px;
  border-bottom: 1px solid #ccc;
}

h3 {
  padding: 2px 5px;
  font-size: 10px;
  font-weight: normal;
  color: #fff;
  background: #afafaf;
}

a {
  text-decoration: none;
  color: #000;
}

a img {
  border: 0px;
}

.clear {
  margin: 0px;
  padding: 0px;
  clear: both;
  height: 0px;
  border: none;
}

.col25, .col33, .col34, .col50, .col75, .col100 {
  float: left;
}

.col25 {
  width: 25%;
}

.col33 {
  width: 33%;
}

.col34 {
  width: 34%;
}

.col50 {
  width: 50%;
}

.col75 {
  width: 75%;
}

.col100 {
  width: 100%;
}

#wrapper {
  margin: 0px auto;
  padding: 20px 25px;
  width: 1100px;
  background: #4d4d4d;
}

#header {
  height: 80px;
  background: url(../images/header.jpg) center bottom no-repeat;
  position: relative;
  clear: both;
}

/****************************************************************************/
/* Sidebar: Infolist                                                        */
/****************************************************************************/

.infolist {
  margin: 0px 8px;
  width: 100%;
}

.infolist th, .infolist td {
  vertical-align: top;
  padding: 0px 2px;
  text-align: left;
}

.infolist th {
  width: 100px;
}

/****************************************************************************/
/* Header: Navigation                                                       */
/****************************************************************************/

#header .tabs {
  width: 1000px;
  height: 50px;
  position: absolute;
  left: 42px;
  top: 0px;  
}

#header .tabs ul,
#header .tabs ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

#header .tabs ul {
  margin: 20px 10px 0px 10px;
}

#header .tabs li {
  width: 99px;
  height: 30px;
  float: left;
  line-height: 30px;
  text-align: center;
  background: url(../images/tabs.gif) no-repeat 0px 0px;
  text-transform: uppercase;
  cursor: pointer;
}

#header .tabs li:hover {
  background: url(../images/tabs.gif) no-repeat 0px -30px;
}

#header .tabs li.active {
  color: #fff;
  background: url(../images/tabs.gif) no-repeat 0px -60px;
}

#header .tabs li.active a {
  color: #fff;
}

#header .tabs li.last {
  width: 100px;
}

/****************************************************************************/
/* Header: Sub Navigation                                                   */
/****************************************************************************/

#header .navbar {
  width: 600px;
  height: 30px;
  position: absolute;
  top: 55px;
  left: 0px;
  float: left;
}

#header .navbar h2 {
	display: none;
}

#header .navbar ul,
#header .navbar ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

#header .navbar ul {
  margin: 0px 10px;
  height: 16px;
}

#header .navbar li {
  margin: 5px 0px;
  padding: 0px 5px;
  min-width: 75px;
  height: 16px;
  float: left;
  text-align: center;
  cursor: pointer;
  border-right: 1px dotted #828282;
  background: none;
}

#header .navbar li:hover, #header .navbar li a:hover {
  color: #ddd;
}

#header .navbar li.active a {
  color: #fff;
}

#header .navbar li.last {
  border: none;
}

#header .navbar input.field, #header .navbar input.button {
  margin: 0px;
  padding: 0px;
  height: 18px;
}

#header .navbar input.field {
  margin-top: -2px;
  width: 98px;
  border: 1px solid #828282;
  background: url(../images/field_background.gif) repeat-x center;
}

#header .navbar input.button {
  margin-top: -7px;
  border: none;
  color: #000;
  background: transparent;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

#header .navbar input.button:hover {
  color: #ddd;
}

#header .navbar {
  display: none;
}

/****************************************************************************/
/* Header: Languages                                                        */
/****************************************************************************/

#header .langbar {
  position: absolute;
  right: 0px;
  top: 55px;
}

#header .langbar ul,
#header .langbar ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

#header .langbar ul {
  margin: 0px 10px;
  height: 16px;
  float: right;
}

#header .langbar li {
  margin: 7px 0px;
  padding: 0px 5px;
  min-width: 75px;
  height: 16px;
  float: left;
  cursor: pointer;
  border-right: 1px dotted #828282;
}

#header .langbar li img {
  margin-right: 5px;
  float: left;
}

#header .langbar li:hover, #header .langbar li a:hover {
  color: #ddd;
}

#header .langbar li.active a {
  color: #fff;
}

#header .langbar li.last {
  border: none;
}

/****************************************************************************/
/* Header: Menu                                                             */
/****************************************************************************/

#header .menu {
  margin: 2px 0px;
  height: 27px;
  position: absolute;
}

#header .menu ul,
#header .menu ul li {
  margin: 0px 5px;
  padding: 0px;
  list-style: none;
  line-height: 12px;
}

#header .menu ul li {
  margin: 5px 0px;
  padding: 0px 5px;
  float: left;
}

#header .menu ul li.last {
  border: none;
}

#header .menu ul li:hover a {
  color: #ccc;
}

#header .menu ul li img {
  margin-right: 5px;
  float: left;
}

#header .menu ul li.active a {
  color: #fff;
}

/****************************************************************************/
/* Main                                                                     */
/****************************************************************************/

#main {
  min-height: 600px;
  background: #fff url(../images/main_background.gif) center repeat-y;
  /*background: #fff;*/
  clear: both;
}

/****************************************************************************/
/* Content                                                                  */
/****************************************************************************/

#content {
  width: 750px;
  float: left;
  background: url(../images/content_top.gif) top repeat-x;
}

#content div.newsitem {
  min-height: 105px;
  clear: both;
}

#content table.overview {
  margin: 0px 5px;
  width: 740px;
}

#content table.overview th,
#content table.overview td {
  padding: 2px 0px 0px 0px;
  text-align: left;
  font-size: 10px;
  line-height: 12px;
}

#content table.overview td {
  border-top: 1px dotted #ccc;
}

#content table.formlayout {
  margin: 5px 10px;
  width: 730px;
}

#content table.formlayout th,
#content table.formlayout td {
  text-align: left;
  vertical-align: top;
}

#content table.formlayout th {
  width: 150px;
}

#content textarea,
#content input.textlarge,
#content input.text,
#content input.button {
  margin: 5px 10px;
  padding: 2px 0px;
  width: 728px;
  height: 100px;
  border: 1px solid #ccc;
  background: #fff;
}

#content input.textlarge {
  height: 16px;
}

#content input.button {
  width: 150px;
  height: 25px;
}

#content input.text {
  margin: 0px;
  width: 568px;
  height: 16px;
}

#content img.captcha {
  border: 1px solid #ccc;
  background: #fff;
}

#content img.thumbnail {
  margin: 5px;
  background: #fff;
  border: 1px solid #ccc;
}

#content span.sign {
  margin: 5px 0px;
}

#content div.comment {
  margin: 0px 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #ccc;
}

#content div.comment p {
  margin: 5px 0px;
}

/****************************************************************************/
/* AJaX Content                                                             */
/****************************************************************************/

#ajaxcontent {
  padding-top: 5px;
}

/****************************************************************************/
/* Searcharea                                                               */
/****************************************************************************/

#searcharea {
  margin: 10px 0px;
  height: 90px;
}

#searcharea form {
  margin: 10px;
}

/****************************************************************************/
/* Sidebar                                                                  */
/****************************************************************************/

#sidebar {
  width: 349px;
  min-height: 112px;
  float: right;
  /*background: url(../images/sidebar_top.gif) top repeat-x;*/
}

#sidebar fieldset {
  margin: 5px 10px;
  padding: 0px;
  border: 0px;
  border-top: 1px solid #ccc;
}

#sidebar fieldset legend {
  margin: 0px;
  margin-left: -10px;
  margin-bottom: 5px;
  padding-right: 10px;
  float: left;
  font-weight: bold;
}

#sidebar fieldset div.button {
  margin: 0px 5px;
  padding: 10px;
  width: 60px;
  height: 60px;
  text-align: center;
  float: left;
  font-size: 9px;
  line-height: 12px;
}

#sidebar img.avatar {
  border: 1px solid #ccc;
  background: #fff;
}

#sidebar img.thumbnail {
  margin: 5px;
  background: #fff;
  border: 1px solid #ccc;
}

/****************************************************************************/
/* Sidebar: Slider                                                          */
/****************************************************************************/

#ratingSliderDiv {
  margin: 5px 10px;
  width: 250px;
  height: 15px;
  float: left;
  background: url(../images/dot_grey.gif) repeat-x center;
}

#ratingSliderKnob {
  margin: 0px;
  width: 16px;
  height: 16px;
  background: url(../images/icons/16/n2r.png) no-repeat center;
  cursor: pointer;
}

#review_rating {
  width: 25px;
  height: 16px;
  margin: 5px 10px;
  margin-right: 0px;
  border: none;
  background: #eee;
  float: left;
  text-align: right;
}

/****************************************************************************/
/* Footer                                                                   */
/****************************************************************************/

#footer {
  padding: 2px;
  height: 46px;
  background: url(../images/footer.jpg) center top no-repeat;
  text-align: center;
  clear: both;
}

/****************************************************************************/
/* Classes                                                                  */
/****************************************************************************/

.advertisement {
  display: block;
}

.advertisement img,
.advertisement object {
  margin: 10px;
  margin-bottom: 0px;
}

.nodots,
.nodots li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.nodots li {
  margin: 5px 10px;
}

.addonicon {
  margin-left: 3px;
}

.m_banner_hide {
	display: none;
}
.m_banner_show {
	display: block;
}

.admin_note {
  margin: 5px 10px;
  border: 2px solid #f00;
  color: #f00;
  font-weight: bold;
  background: #fdd;
  cursor: pointer;
}

.admin_note a {
  color: #f00;
}

/****************************************************************************/
/* Banners                                                                  */
/****************************************************************************/

#banner_top {
  min-height: 100px;
}

#banner_right {
  margin: 5px 10px;
  min-width: 300px;
}

#banner_article {
  margin: 5px 10px;
  min-width: 300px;
}