
/* Basic tags setup */
body {
  margin: 0;
  padding: 0;
  background: #eee url(../img/back.gif) top center repeat-y;
  text-align: center;
  font: normal 11px Verdana;
  color: #fff;
}

html, body {
  height: 100%;
}

img {
  border: 0px;
}

p {
  margin: 0;
  padding: 0;
  padding-bottom: 8px;
}

form {
  margin: 0;
  padding: 0;
}
pre {
  font: normal 11px Verdana;
}

/* Layout: general style */

#container {
  margin: 0 auto;
  width: 980px;
  min-height: 100%;
  height: auto;
  _height: 100%;
  background: #000060 url(../img/back_container.gif) bottom repeat-x;
  text-align: left;
}

#header {
  width: 980px;
  height: 120px;
  background: #7bd url(../img/header.jpg) top center no-repeat;
}

#header-left {
  width: 300px;
  float: left;
}

#header-right {
  width: 660px;
  float: right;
}

#header-logo {
  margin: 0;
  padding: 0;
}

#header-logo a {
  display: block;
  height: 100px;
}

#header-logo a span{
  display: none;
}

#header-top-bar {
  height: 30px;
  padding-left: 60px;
  padding-right: 40px;
}

#header-top-bar .title-image {
  float: left;
  margin-top: 4px;
}
#header-top-bar .title-image h4 {
  display: none;
}
#header-top-bar #title-welcome.title-image {
  width: 153px;
  height: 19px;
  background: url(/img/header/top-bar/title_welcome.gif) top left;
}

#header-top-bar #title-signin.title-image {
  width: 161px;
  height: 19px;
  background: url(/img/header/top-bar/title_vip_sign_in.gif) top left;
}

#header-top-bar form {
  float: right;
  width: 380px;
  padding-top: 4px;
}

#header-top-bar input {
  background: #cdcdcd url(../img/header/top-bar/input_back.gif) top left no-repeat;
  font-size: 10px;
  border: solid 1px #000365;
  text-align: center;
}

#header-top-bar input.button-image {
  border: 0;
  vertical-align: middle;
  margin-left: 8px;
  margin-bottom: 3px;
}

#header-login-links {
  height: 20px;
  padding-right: 40px;
  text-align: right;
  color: #0000cc;
}

#header-login-links a {
  color: #0000cc;
}

#header-menu {
  height: 70px;
}

#header-menu-background {
  display: block;
  height: 70px;
  padding-left: 32px;
  background: url(../img/header/menu/home.gif) bottom right no-repeat;
}

#header-menu ul {
  margin: 0;
  padding: 16px 0 0 12px;
  list-style: none;
}
#header-menu li {
  display: inline;
  margin: 0;
  padding: 0;
}
#header-menu ul li a {
  display: block;
  float: left;
  width: 118px;
  height: 32px;
}

#header-menu ul li a span {
  display: none;
}


#header-bottom-bar a{
  color: #ccffff;
}

#content {
  padding-top: 16px;
}

#footer {
  padding: 8px;
  text-align: center;
  color: #fff;
}

#footer a {
  color: #fff;
}

#footer img {
  border: 0;
}

#footer-banner {
  display: inline;
  float: left;
  width: 445px;
  margin-left: 24px;
}

#buttton-tell-a-friend {
  display: inline;
  float: left;
  width: 255px;
}

#buttton-talk-to-us {
  display: inline;
  float: left;
  width: 230px;
}

#buttton-tell-a-friend img, #buttton-talk-to-us img {
  margin-top: 12px;
  border: 0;
}

#footer-links {
  clear: both;
  display: block;
  clear: both;
  padding: 12px 0;
  font-size: 9px;
}

/* Header menu : customization per page */

#header-menu-background.selected-home {
  background: url(../img/header/menu/home.gif) bottom right no-repeat;
}

#header-menu-background.selected-girls {
  background: url(../img/header/menu/girls.gif) bottom right no-repeat;
}

#header-menu-background.selected-videos {
  background: url(../img/header/menu/videos.gif) bottom right no-repeat;
}

#header-menu-background.selected-wallpapers {
  background: url(../img/header/menu/wallpapers.gif) bottom right no-repeat;
}

#header-menu-background.selected-chat {
  background: url(../img/header/menu/chat.gif) bottom right no-repeat;
}

#header-menu-background.selected-user-action {
  background: none;
}

#pagination {
  clear: both;
  padding: 8px;
}
#pagination a {
  color: #36c;
}

#pagination a.selected {
  font-weight: bold;
}

/* Other generic styles */

.clear {
  clear: both;
}

.align-right {
  text-align: right;
}

.align-left {
  text-align: left;
}

.yellow-bold {
  font-weight: bold;
  color: #ff0;
}

.seperator {
  display: inline;
}

.error {
  font-weight: bold;
  color: #f00;
  padding: 0 8px;
}

.morelink {
  display: block;
  clear: both;
  padding: 8px;
  color: #0065f9;
  font-weight: bold;
  text-decoration: none;
}

.morelink:hover {
  text-decoration: underline;
}

.view-document {
  height: 600px;
  overflow: auto;
  padding: 0 8px;
}
