/*
** Basic
*/

body {
/*  color: #a8a7a0;*/
  color: #0f0f0f;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 12px;
  text-align: center;
/*  background-color: pink;*/
}

a:link, a:visited, a:hover, a:active {
  text-decoration: underline;
  color: rgb(102, 102, 102);
  color: #444;
}
a:link, a:visited {
  text-decoration: none;
}
a:hover, a:active {
  text-decoration: underline;
}


input {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 12px;
}

textarea {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 12px;
}

#wrap {
  margin: 0px auto;
  text-align: left;
  width: 1004px;
}

/*
** Header
*/

#header {
  background-image: url('../i/layout/upper-tail.png');
  background-repeat: no-repeat;
  background-position: right;
  height: 173px;
  overflow: hidden;
}

#header div.box {
  float: left;
  width: 244px;
  margin-left: 9px;
}

#header div.logo {
  padding-top: 35px;
  padding-left: 5px;
}
/* WebKit FTW!
   screw ya, Mozilla && MS :> */
#header div.logo {
  -webkit-transition-property: transform;
  -webkit-transition-duration: .7s;

}
#header div.logo:active,
#header div.logo:hover {
  -webkit-transform: scale(1.04);
}

#header div.friendly {
  padding-top: 18px;
  width: 393px;
}

#header div.path-menu {
  margin-top: 10px;
  overflow: hidden;
  height: 13px;
}
#header div.path-menu ol li {
  background-image: url('../i/layout/header-path-bullet.png');
  background-repeat: no-repeat;
  background-position: left center;
  display: inline;
  font-size: 10px;
  padding-left: 10px; 
}
#header div.path-menu ol li.first {
  background-image: none;
  padding-left: 0;
}

#header div.language {
  padding-top: 109px;
  width: 90px;
}

div.language-select {
  float: right;
  width: auto;
}

div.language-select a {
  margin-left: 5px;
}

#header div.input-boxes {
  padding-top: 15px;
}

div.input-box-col-left {
  float: left;
  width: 196px;
}

div.input-box-col-right {
  float: left;
  width: 27px;
  padding-left: 10px;
}
.login-loggedin .input-box-col-left {
  width: 175px;
}

div.input-field-wrap {
  background-image: url('../i/layout/login-input-box.png');
  background-repeat: no-repeat;
  height: 27px;
  margin-bottom: 2px;
  width: 196px;
}

div.input-boxes input.box-field {
  background-color: transparent;
  border: 0;
  height: 13px;
  margin: 6px 5px 5px 5px;
  width: 182px;
}

div.input-boxes input.login-button {
  background-color: transparent;
  background-image: url('../i/layout/login-button.png');
  background-repeat: no-repeat;
  border: 0;
  cursor: pointer;
  margin-top: 29px;
  height: 27px;
  width: 27px;
}


#header div.input-boxes input.search-button {
  background-color: transparent;
  background-image: url('../i/layout/search-button.png');
  background-repeat: no-repeat;
  border: 0;
  cursor: pointer;
  height: 27px;
  width: 27px;
}

div.sign-up-or-forgot {
  font-size: 10px;
  margin-bottom: 7px;
  margin-top: 5px;
}


.header-loggedin {
  font-size: 15px;
  color: gray;
  padding: 45px 5px 10px 5px;
  text-align: right;
/*  border: 1px solid red;*/
}
.header-loggedin img {
  margin-right: 7px;
  float: right;
}
.header-loggedin-container {
  margin: 5px 0px 0px 10px;
  float: left;
  width: 160px;
}
.header-username {
  color: red;
  font-weight: bold;
}
.header-muvipoints {
  font-size: 11px;
  margin-top: 3px;
}
.header-muvipoints-number {
  color: red;  
}

/* header menu */
#header-menu {
  width: 100%;
  margin-top: 10px;
  float: left;
  background-image: url('../i/layout/header-menu-background.png');
  background-repeat: no-repeat;
  height: 41px;
}

#header-menu-title {
  float: left;
  margin: 14px 5px 0px 20px;
}

#header-menu-items {
  float: right;
  width: auto;
  margin-top: 6px;
  margin-right: 13px;
}

#header-menu ul li {
  display: inline;
  float: left;
  margin-left: 8px;
  overflow: hidden;
}

#header-menu ul li a, 
#header-menu ul li.red a {
  cursor: pointer;
}

/*
**  Grey button
*/
#header-menu ul li a span.left {
  background-image: url('../i/layout/main-menu-button-grey-left.png');
  background-repeat: no-repeat;
  background-position: left;
  display: block;
  float: left;
  height: 26px;
  width: 5px;
}

#header-menu ul li a span.bg {
  background-image: url('../i/layout/main-menu-button-grey-bg.png');
  background-repeat: repeat-x;
  display: block;
  float: left;
  height: 26px;
  min-width: 80px;
}

#header-menu ul li a span.bg img {
  margin-top: 8px;
  margin-left: 6px;
  margin-right: 6px;
}

#header-menu ul li a span.right {
  background-image: url('../i/layout/main-menu-button-grey-right.png');
  background-repeat: no-repeat;
  display: block;
  float: left;
  height: 26px;
  width: 5px;
}

/*
** Red button
*/
#header-menu ul li a.red span.left {
  background-image: url('../i/layout/main-menu-button-red-left.png');
  background-repeat: no-repeat;
  background-position: left;
  display: block;
  float: left;
  height: 27px;
  width: 5px;
}

#header-menu ul li a.red span.bg {
  background-image: url('../i/layout/main-menu-button-red-bg.png');
  background-repeat: repeat-x;
  display: block;
  float: left;
  height: 27px;
  /*min-width: 90px;*/
}

#header-menu ul li a.red span.bg img {
  margin-top: 8px;
  margin-left: 6px;
  margin-right: 6px;
}

#header-menu ul li a.red span.right {
  background-image: url('../i/layout/main-menu-button-red-right.png');
  background-repeat: no-repeat;
  display: block;
  float: left;
  height: 27px;
  width: 5px;
}



/*
** Sidebar
*/

#sidebar {
  float: left;
  width:244px;
}

#sidebar div.sidebar-upper-menu-background {
  background-image: url('../i/layout/sidebar-upper-menu-background.png');
  background-repeat: no-repeat; 
  background-position: left bottom;
  text-align: right;
  padding-right: 5px;
  padding-top: 10px;
  padding-bottom: 5px;
  padding-left: 5px;
  width: 233px;
}

#sidebar div.sidebar-upper-menu-background ol li {
  background-image: url('../i/layout/main-upper-menu-bullet.png');
  background-repeat: no-repeat;
  background-position: right center;
  font-size: 12px;
  margin-bottom: 7px;
  padding-right: 13px;
}

#sidebar div.sidebar-upper-menu-background ol li a{
  color: #5d5d5d;
}

#sidebar div.sidebar-upper-menu-background ol li.red {
  background-image: url('../i/layout/main-upper-menu-bullet-red.png');
  background-repeat: no-repeat;
  background-position: right center;
  font-size: 14px;
  margin-bottom: 7px;
  padding-right: 13px;
}

#sidebar div.sidebar-upper-menu-background ol li.red a {
  color: #e62423;
}

#banner-container-small {
  margin-top: 8px;
  width: 244px;
  height: 134px;
}

#sidebar div.sidebar-tab-background {
  background-image: url('../i/layout/sidebar-tab-background.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 76px;
  margin-top: 9px;
  width: 244px;
}

#sidebar div.sidebar-tab-upper-title {
  background-image: url('../i/layout/sidebar-tab-upper-title.png');
  background-repeat: no-repeat;
  display: block;
  height: 24px;
  padding-top: 15px;
  padding-left: 20px;
  width: 224px;
}

#sidebar a.sidebar-tab-box {
  display: block;
  float: left;
  height: 37px;
  width: 81px;
}

#sidebar div.sidebar-small-button-box {
  margin-top: 9px;
}

#sidebar a.sidebar-small-button {
  background-image: url('../i/layout/sidebar-small-button.png');
  background-repeat: no-repeat;
  display: block;
  float: left;
  height: 27px;
  padding: 6px;
  width: 105px;
}

#sidebar a.sidebar-small-button:hover {
  background-image: url('../i/layout/sidebar-small-button-hover.png');
  background-repeat: no-repeat;
}

#sidebar img.sidebar-small-button-text {
  float: left;
  margin-top: 8px;
  margin-left: 13px;
}

#sidebar img.sidebar-small-button-icon {
  float: right;
}

/*
** Content
*/

#content {
  overflow: hidden;
  width: 100%;
}

#entry {
/*  color: #6c6c6c;*/
  color: #555;
  float: left;
  margin-left: 20px;
  margin-top: 10px;
  width: 740px;
}
#entry.entry-fullwidth {
  width: auto;
  margin-left: 0px;
  float: none;
}

#entry h2 {
  color: #4d4d4d;
  color: #e62120;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 10px;
}
#entry h2 a {
  color: #e62120;
}
#entry h2 a:link, #entry h2 a:visited {
  text-decoration: none;
} 
#entry h2 a:active, #entry h2 a:hover {
  text-decoration: underline;
} 

#entry p {
  line-height: 150%;
  margin-bottom: 10px;
  margin-top: 10px;
}

#entry span.remember {
  color: #e62120;
  display: block;
  font-size: 14px;
  margin-bottom: 6px;
}

#entry img.intro {
  display: inline;
  float: right;
  margin-left: 5px;
  margin-bottom: 5px;
}

#entry div.entry-intro {
  margin-top: 10px;
  margin-bottom: 15px;
  /*  width: 400px;*/
}

#entry /*div.entry-intro*/ h2 {
  color: #e62120;
  margin-bottom: 5px;
  margin-top: 0;
}

#entry div.entry-intro p {
  margin-top: 0;
}
#entry a:link, #entry a:visited {
  text-decoration: underline;
}
#entry a:hover, #entry a:active {
  text-decoration: none;
}
#entry .entry-pic {
  float: right;
  margin-left: 5px;
  margin-bottom: 5px;
}

.news-content {
  padding: 5px 5px;
  min-height: 110px;
}
#entry .news-content h2 {
  font-size: 18px;
}
.news-content img {
  float: right;
}


/*
** Footer
*/
#footer {
  background-image: url('../i/layout/footer-background.png');
  background-repeat: no-repeat;
  margin-top: 10px;
  overflow: hidden;
  width: 100%;
  width: 1002px;
}
#footer div.footer-content {
  /*background-image: url('../i/layout/footer-tail.png');
  background-repeat: no-repeat;
  background-position: right top;
  height: 120px;*/
  height: 55px;
  padding-top: 15px;
  padding-left: 5px;
  width: auto;
}
#footer div.footer-content ol li {
  display: inline;
  margin-left: 15px;
}
#rus .footer-content ol img {
  vertical-align: top;
}
#footer.keepfooteronbottomofthepage {
  position: absolute;
  bottom: 0;
}

#dev {
  border: 1px dotted red;
  padding: 3px;
  position: fixed;
  top: 0px;
  right: 0px;
  font-size: 10px;
  background-color: white;
  text-align: left;
}

#entry ul {
/*  margin-left: 20px;*/
  padding-left: 20px;
  list-style: disc;
}
#entry ul li {
  margin-top: 3px;
  margin-bottom: 3px;
}



#content div.main-split-box {
  float: left;
  margin-left: 9px;
  width: 244px;
}

#content div.main-split-title, #content a.main-split-title {
  background-image: url('../i/layout/split-title-box-2.png');
  background-repeat: no-repeat;
  display: block;
  height: 25px;
  padding: 6px;
  width: 232px;
}

#content div.main-split-title:hover, #content a.main-split-title:hover {
  background-image: url('../i/layout/split-title-box-hover.png');
  background-repeat: no-repeat;
}

#content img.main-split-title-text {
  float: left;
  margin-left: 15px;
  margin-top: 8px;
}

#content img.main-split-title-icon {
  float: right;
}

#content div.main-split-inner-content {
  height: 358px;
}

a.bfooter-button {
  background-image: url('../i/layout/bfooter-button.png');
  background-repeat: no-repeat;
  display: block;
  float: left;
  height: 27px;
  margin-left: 9px;
  padding: 6px;
  width: 232px;
}
a.bfooter-button:hover {
  background-image: url('../i/layout/bfooter-button-hover.png');
}
a.bfooter-button-red {
  background-image: url('../i/layout/bfooter-button-red.png');
  background-repeat: no-repeat;
  display: block;
  float: left;
  height: 27px;
  margin-left: 9px;
  padding: 6px;
  width: 233px;
}
#sidebar a.bfooter-button {
  float: none;
  margin-left: 0px;
  margin: 7px 0px 3px 0px;
}


#dim-the-light {
  background-color: rgb(21,21,21);
  display: none;
	position: absolute;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	z-index: 3;
}

#form-login {
  height: 80px;
}

.notice {
  background-color: #cd0000;
  color: white;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border: 1px solid silver;
  padding: 6px 10px;
  margin-bottom: 3px;
/*  font-weight: bold;*/
  font-size: 11px;
}
.notice-information {
  background-color: #96c0e6;
}
.notice-failure {
  background-color: #cd0000;
}
.notice-success {
  background-color: #b3d88b;
  color: #6e6f73;
}
.notice-ok { /* X */
  float: right;
  float: right;
  position: relative;
  background-image: url('../i/mans/elements/close.gif'); 
  background-position: 5px 50%; 
  background-repeat: no-repeat; 
  display: block; 
  width: 20px; 
  height: 20px;
}

/* #auth_* */
.disabled {
  color: gray;
}