@import url(items.css);
@import url(text.css);

body {
  margin: 0px;
  background: #cccccc; 
  text-align: center;
  font: 9px "Arial";
  color: #000;
  height: 100%;
  width: 100%;
  padding: 20px 0px;
  font-weight: normal;
}

A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline}

a img {
  border-width: 0px;
}

img, div { 
  behavior: url(iepngfix.htc); 
}

#body {
  background: #666666; 
  margin: 0px auto;
  text-align: left;
  width: 913px;
}

#head {
  background: #fff;
  height: 92px;
  padding: 0 18px 0 0;
}

.logo {
  float: left;
}

.info-graph {
  display: block;
  margin-left: 145px;
  padding-top: 5px;
}

.account-info {
  float: right;
  background: #525252 url("../../images/layoutv3/gradient.gif") repeat-x top;
  margin: 11px 0 0 0;
  width: 234px;
  border: 1px solid #000;
  color: #fff;
}

.account-info a {
  color: #fff;
  text-decoration: none;
}

.account-info h2 {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #000;
  font-weight: normal;
  font-size: 12px;
  line-height: 22px;
  padding-left: 7px;
}

.account-info div {
  padding: 7px;
  line-height: 18px;
}

#content-body {
  padding: 10px 14px 10px 14px;
}

#navigation {
  height: 25px;
  padding-top: 5px;
  background: url("../../images/layoutv3/gradient2.gif") repeat-x;
  border-top: 1px solid #000;
  text-align: center;
  margin: 10px 0 0 0;
}

#navigation a {
  line-height: 23px;
  color: #fff;
  text-decoration: none;
  margin: 0 12px;
}

#navigation a:hover {
  color: #D68383;
}

.left-column {
  float: left;
  margin: 0;
  width: 298px;
}

.right-column {
  width: 161px;
  float: right;
  margin: 0;
}

.middle-column {
  margin: 0 0 0 20px;
  float: left;
  width: 384px;
  overflow: hidden;
}

.categories {
  min-height: 400px;
  background: #cccccc;
  border-bottom: 4px solid #fff;
}

.categories h2 {
  background: url("../../images/layoutv3/header_bg.gif") no-repeat;
  font-size: 100%;
  color: #fff;
  margin: 0;
  padding: 0 0 0 9px;
  line-height: 30px;
  height: 30px;
  border-bottom: 2px solid #fff;
  font-weight: normal;
}

.categories-search {
  padding: 10px;
}

.video {
  background: #fff;
  border: 1px solid #B9B9B9;
  padding: 0 0 10px 0;
  margin-bottom: 8px;
}

.video .more {
  margin-top: 20px;
  display: block;
  text-align: center;
  font-size: 110%;
}

.titled-block {
  background: #fff;
  border: 1px solid #B9B9B9;
  padding: 0 0 10px 0;
  margin-bottom: 8px;
}

.titled-block h2 { 
  background: url("../../images/layoutv3/header_bg2.gif") no-repeat -1px -1px;
  font-size: 100%;
  color: #fff;
  margin: 0;
  padding: 0 0 0 9px;
  line-height: 30px;
  height: 30px;
  border-bottom: 2px solid #fff;
  font-weight: normal;
}

.titled-block .text {
  padding: 10px;
}
