/* ------------------------------------------------------------------- #
# File: MediaPro.css (Skin CSS)
# Author: Huw Williams | huw@oinkba.com
# Copyright 2007 www.oinkba.com
# Revision: 1.1 (10th August 2007)
 
* You may edit the files included with this distribution to suit your
* own site, but please leave these credits intact.
# ------------------------------------------------------------------- */


/* --- GENERIC ---------- */

body {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  background: #000000 url('images/bg.png') repeat-x;
  font-size: 12px;
  color: #666666;
  margin: 0px;
  padding: 0px;
  padding-bottom: 30px;
}

b {
  font-weight: bold;
  color: #000033;
}

p {
  font-size: 1.1em;
  line-height: 1.2em;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 12px;
}

a {
  color: #0099FF;
  text-decoration: none;
}

a:hover {
  color: #990000;
  text-decoration: none;
}

img {
  border: 0px;
}



/* --- LAYOUT ---------- */

.wrapper {
  margin: 0px auto;
  width: 990px;
}

.column-180 {
  width: 180px;
  float: left;
  margin: 5px;
}

.column-250 {
  width: 250px;
  float: left;
  margin: 5px;
}

.column-half {
  width: 474px;
  float: left;
  margin: 5px;
}

.column-495 {
  width: 495px;
  float: left;
  margin: 5px;
}

.column-505 {
  width: 505px;
  float: left;
  margin: 5px;
}

.column-695 {
  width: 695px;
  float: left;
  margin: 5px;
}

.column-765 {
  width: 765px;
  float: left;
  margin: 5px;
}

.column-full {
  width: 960px;
  margin: 5px;
}



/* --- HEADER CONTENT ---------- */

.welcome {
  height: 30px;
  color: #777777;
  font-size: 11px;
  background-color: #000000;
  border-top: 1px #333333 solid;
  border-left: 1px #333333 solid;
  border-right: 1px #333333 solid;  
}

.basket {
  float: left;
  padding-left: 10px;
  padding-top: 10px;
}

.welcome-menu {
  float: right;
  padding-right: 10px;
  padding-top: 10px;
}

.header {
  background: #000000 url('images/header_bg.png') repeat-x;
  border-top: 1px #333333 solid;
  border-left: 1px #333333 solid;
  border-right: 1px #333333 solid;  
  height: 90px;
}

.logo {
  background: transparent url('images/logo.png') no-repeat;
  height: 70px;
  width: 375px;
  margin-top: 10px;
  float: left;
}

.header-search {
  float: left;
  margin-top: 30px;
}

.radio {
  background: url('images/box_radio.png') no-repeat;
  float: right;
  width: 224px;
  height: 52px;
  margin-top: 20px;
  padding: 7px;
}

.tv {
  float: right;
  padding-top: 5px;
  padding-left: 5px;
}



/* --- HEADER MENU ---------- */

.menu-bar {
  background: #000000 url('images/menu_bg.png') repeat-x;
  height: 30px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 30px;
}

.menu {
  float: left;
}

.menu ul {
  padding: 0px;
  margin: 0px;
}

.menu ul li {
  font-size: 13px;
  list-style-type: none;
  display: inline;
  padding-right: 15px;
}

.menu ul li a {
  color: #999999;
  text-decoration: none;
  border: 1px transparent solid;
  padding-top: 2px;
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 2px;
}

.menu ul li a:hover {
  color: #0099FF;
  background: #333333;
  border: 1px #333333 solid;
  padding-top: 2px;
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 2px;
}

.menu-current {
  color: #99CC00;
}



/* --- CONTENT ---------- */

.content {
  background: #FFFFFF url('images/content_bg.png') repeat-x;
  border: 1px #333333 solid;
  padding: 10px;
}



/* --- MAIN AND COLUMN BOXES ---------- */

.header-gradient {
  background: url('images/header_gradient.png') repeat-x;
  height: 34px;
  line-height: 34px;
  padding-left: 10px;
}

.box-1 {
  background-color: #FFFFFF;
  border: 1px #DEDEDE solid;
  margin-bottom: 20px;
}

.box-2 {
  background-color: #F2F2F2;
  border: 1px #EEEEEE solid;
  margin-bottom: 20px;
}

.box-3 {
  background-color: #FFFFFF;
  border: 1px #DEDEDE solid;
}

.box-180 {
  background: url('images/box_180.png') no-repeat;
  width: 180px;
  margin-bottom: 20px;
}

.box-250 {
  background: url('images/box_250.png') no-repeat;
  width: 250px;
  margin-bottom: 20px;
}

.box-title {
  line-height: 34px;
  padding-left: 10px;
}

.box-tab {
  height: 30px;
  color: #999933;
  line-height: 30px;
  padding-left: 10px;
  background-color: #F2F2F2;
  border-top: 1px #DEDEDE solid;
  border-bottom: 1px #FFFFFF solid;
}

.box-tab:hover {
  background-color: #DEDEDE;
}

.page {
  background-color: #FFFFEE;
  border: 1px #DEDEDE solid;
  padding: 4px;
}

.page:hover {
  background-color: #FFFFCC;
}

.table-title {
  background-color: #FFFFEE;
  border: 1px #DEDEDE solid;
  padding: 4px;
}

.table-title-sml {
  background-color: #FFFFEE;
  border: 1px #DEDEDE solid;
  padding: 4px;
  font-size: 8.0pt;
}

.table {
  background-color: #FFFFFF;
}

.table tr td {
  font-family: "lucida grande", verdana, sans-serif;
  font-size: 8pt;
  padding: 3px 8px;
}
	
.table tr.selected:hover td {
  background-color: #FFFFCC;
}

.table tr.selected-1 td {
  background-color: #EEEEEE;
  color: #996633;
}



/* --- FONTS AND LINES ---------- */

.title-1 {
  color: #666666;
  font-weight: bold;
}

.title-2 {
  color: #006699;
  font-weight: bold;
}

.title-3 {
  color: #999933;
  font-weight: bold;
}

.title-4 {
  font-size: 16px;
  color: #FF3399;
}

.hl-1 {
  color: #99CC00;
}

.hl-2 {
  color: #999933;
}

.hl-3 {
  color: #FF3399;
}

.hl-4 {
  color: #FF6633;
}

.font-text {
  font-size: 0.9em;
  line-height: 1.2em;
}

.font-10px {
  font-size: 10px;
}

.font-11px {
  font-size: 11px;
}

.font-13px {
  font-size: 13px;
}

.font-14px {
  font-size: 14px;
}

.font-18px {
  font-size: 18px;
}

.font-24px {
  font-size: 24px;
}

.line {
  border-top: 1px #DEDEDE dashed;
}

.bullet-1 {
  color: #FF0033;
}

.bullet-2 {
  color: #33CC66;
}

.bb_code{
  padding: 3px;
  background-color: #F2F2F2;
  font-family: monospace;
  font-size: 11px;
  border: 1px #DEDEDE solid;
}

.bb_quote{
  padding: 3px;
  background-color:#F2F2F2;
  font-style: italic;
  border: 1px #DEDEDE solid;
}

.online {
font-weight: bold;
color: #66CC00;
text-decoration: blink;
}



/* --- SUCCESS AND ERROR TEXT --------- */

.error {
  color: #FF3300;
  font-weight: bold;
}

.success {
  color: #86BE3D;
  font-weight: bold;
}




/* --- DROP SHADOW ---------- */

.img-shadow {
  float:left;
  background: url(images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
}

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 0px;
}



/* --- FORMS AND BUTTONS --------- */

form.margin {
  margin: 0px;
  padding: 0px;
}

input.text, select, file {
  background-color: #FFFFEE;
  font-size: 12px;
  color: #666666;
  border: 1px #DEDEDE solid;
}

input.head-search {
  background: url('images/search_gradient.png') repeat-x;
  font-size: 16px;
  color: #666666;
  border: 1px #DEDEDE solid;
  width: 250px;
}

.head-search-button {
  position: relative;
  top: 6px;
  left: 10px;
}

input.checkbox {
  border: 1px #DEDEDE solid;
}

input.button {
  color: #0099FF;
  font-size: 12px;
  cursor: pointer;
  border: 1px #DEDEDE solid;
  margin-bottom: 0px;
}

input.button:hover {
  background-color: #FFFFFF;
  color: #666666;
}

textarea {
  font-size: 12px;
  border: 1px #DEDEDE solid;
}




/* --- SPACERS --------- */

#spacer-2px {
  margin: 2px;
}

#spacer-5px {
  margin: 5px;
}

#spacer-10px {
  height: 10px;
}

#spacer-20px {
  height: 20px;
}

#spacer-30px {
  height: 30px;
}



/* --- FOOTER --------- */

.footer {
  background: #000000 url('images/footer_gradient.png') repeat-x;
  height: 48px;
  padding-top: 10px;
  text-align: center;
  font-size: 11px;
  border: 1px #333333 solid;
}



/* --- AJAX TABS -- */

.shadetabs {
  padding: 3px 0;
  margin-left: 0;
  margin-top: 1px;
  margin-bottom: 0;
  list-style-type: none;
  text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.no-shadetabs li {
  display: inline;
  margin: 0;
}

.shadetabs li {
  display: inline;
  margin: 0;
}

.shadetabs li a {
  text-decoration: none;
  padding: 3px 7px;
  margin-right: 3px;
  border: 1px solid #DEDEDE;
  background-color: #ECECEC;
}

.shadetabs li a:hover {
  text-decoration: underline;
}

.shadetabs li.selected{
  position: relative;
  top: 1px;
}

.shadetabs li.selected a { /*selected main tab style */
  color: #666666;
  background-color: #FFFFFF;
  border-bottom-color: #FFFFFF;
}

.shadetabs li.selected a:hover { /*selected main tab style */
  text-decoration: none;
}



/* --- SHOW/HIDE CONTENT --------- */

.dhtml-title {
  color: #333333;
  font-size: 15px;
  font-weight: bold;
  padding-left: 20px;
}

.dhtml-menu {
  padding-left: 10px;
}

.dhtmlgoodies_question {
  color: #0099FF;
  overflow: hidden;
  cursor: pointer;
  text-decoration: underline;
}

.dhtmlgoodies_answer {
  visibility: hidden;
  height: 0px;
  overflow: hidden;
  position: relative;
  margin-top: 5px;
  margin-bottom: 10px;
}



/* --- RATING STARS --------- */

.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating {
  background: url("images/rating_back.png") left -1000px repeat-x;
}
.star-rating {
  position: relative;
  width: 80px;
  height: 16px;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
  background-position: left top;
}

.star-rating li {
  display: inline;
}

.star-rating a, 
.star-rating .current-rating {
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -1000em;
  height: 16px;
  line-height: 16px;
  outline: none;
  overflow: hidden;
  border: none;
}

.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus {
 background-position: left bottom;
}

.star-rating a.star1-rating {
  width: 20%;
  z-index: 6;
}

.star-rating a.star2-rating {
  width: 40%;
  z-index: 5;
}

.star-rating a.star3-rating {
  width: 60%;
  z-index: 4;
}

.star-rating a.star4-rating {
  width: 80%;
  z-index: 3;
}

.star-rating a.star5-rating {
  width: 100%;
  z-index: 2;
}

.star-rating .current-rating {
  z-index: 1;
  background-position: left center;
}