body {
   margin: 0;
   padding: 0;
   font-family: Verdana,Arial,Helvetica,sans-serif;
}

div.clear {
  clear: both;
}

img {
   margin: 0;
   padding: 0;
   border: none;
}

a, a:visited {
   text-decoration: none;
   color: #0066cc;
   border: 0;
}

#pageWrapper{
   width: 1024px;
   border: 1px solid #cccccc;
   margin: 0 auto;
   position: relative;
}

#topNavi {
   width: 1024px;
   height: 38px;
   background: url('../images/topnav_bg.jpg') top left repeat-x;
}

#topNavi ul {
   list-style: none;
   margin: 0;
   padding: 0;
   color: #898989;
   font-family: Verdana,Arial,Helvetica,sans-serif;
   font-weight: bold;
   font-size: 13px;
   float: right;

}

#topNavi ul li a, #topNavi ul li a:visited  {
   color: #666666;
   text-decoration: none;
}

#topNavi ul li {
   position: relative;
   height: 38px;
   float: left;
   margin: 0 4px 0 0;
   padding: 10px;
   z-index: 200;
}

#topNavi ul li.active {
   background: url('../images/topnav_bg_active.jpg') top left repeat-x;
}

.active a, .active a:visited {
   color: #000000 !important;
}

#startSearchBt {
   margin: -5px 0 0 7px;
}


.greyButton {
  position: relative;
  background: url('../images/buttons/button_grey_right.jpg') top right no-repeat;
  height: 24px;
  float: left;
  margin: 0;
  padding: 4px 5px 2px 5px;
  text-align: right;
  cursor: pointer;
  color: #cccccc;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-weight: bold;
  font-size: 13px;
}

span.greyLeft {
  position: absolute;
  margin: -4px 0 0 -5px;
  background: url('../images/buttons/button_grey_left.jpg') top left no-repeat;
  height: 24px;
  width: 4px;
  display: block;
}

.textInput {
  height: 19px;
  border: 1px solid #cccccc;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 13px;
  color: #999999;
  padding: 3px 0 0 5px;
}

#searchInput {
  margin: -5px 0 0 20px;
  float: left;
  width: 140px;
}

.closeBt {
  background: url('../images/buttons/button_grey_close.jpg') top left no-repeat;
  width: 13px;
  height: 13px;
  cursor: pointer;
}

#navClose {
  float: right;
  margin: 0;
}

.subnaviWrapper {
  width: 200px;
  position: absolute;
  top: 38px;
  left: 0px;
  /*background a little bit more transparence :D*/
  background-color: #ffffff;
  border: 1px solid #cfcfcf;
  padding: 0 0 10px 0;
  filter:alpha(opacity=90);-moz-opacity:.90;opacity:.90;
}


.subnavi {
   margin: 0 !important;
   padding: 0 0 5px 0 !important;
   width: 100%;
   height: 100%
   background: transparent;
   list-style: none;
   padding-top; 10px;
   font-weight: normal !important;

}

.subnavi li {
  /*i don't like this hardcoded width...maybe javascript could help :)*/
  width: 180px;
  color: #3081d3;
  padding: 5px !important;
  margin: 5px 5px 0 5px !important;
  height: 17px !important;

}

.subnavi li.hover {
  color: #ffffff;
  background-color: #0066cc;
}

#Logo{
   margin: 25px 0 0 40px;
   display: block;
}

#wonCounter {
   float: left;
   border: 1px solid #cccccc;
}

.wonCounterDigit {
   margin: 0;
   padding: 0;
   border-left: 1px solid #a3a3a3;
   width: 19px;
   height: 27px;
   background: url('../images/woncounter/digit_bg.jpg') #ffffff top left no-repeat;
   float: left;
   display: block;
}

.digit {
   position: absolute;
   color: #000000;
   filter:alpha(opacity=40);-moz-opacity:.40;opacity:.40;
   display: block;
   margin: 4px;
   font-family: Verdana,Arial,Helvetica,sans-serif;
   font-size: 16px;
   font-weight: bold;

}

.wonCollected {
   padding-left: 3px;
   width: 54px;
   height: 29px;
   background: url('../images/woncounter/won_collected.jpg') top right no-repeat;
   float: left;
}

#wonCounterWrapper {
   position: relative;
   display: block;
   margin: 10px 0 0 30px;
}

#previousBox {
   margin: 40px 0 0 20px;
   padding: 0;
   border: 1px solid #cccccc;
   background-color: #ffffff;
   color: #666666;
   width: 200px;
   height: 200px;
   font-family: Verdana,Arial,Helvetica,sans-serif;
   font-size: 12px;
}

#previousBox p {
   margin: 0;
   padding: 7px;
}


#previousBox img {
   margin: 2px 0 0 40px;
}

#previousBox span.border {
   display: block;
   padding: 4px 0 0 0;
   margin: 4px 10px 3px 10px;
   border: none;
   background: url('../images/border/dotted_grey.gif') top left repeat-x;
   position: relative;

}

#previousBox span.border span.result{
   font-weight: bold;
   position: absolute;
   left: 130px;
}

.green {
   color: #009900;
}

#leftBar {
   width: 240px;
   float: left;
}

#mainContent {
   width: 700px;
   float: left;
   margin: 60px 0 0 0;
}

#mainContent h1 {
   font-size: 21px;
   color: #0066cc;
}

.currentBox {
   border: 1px solid #cccccc;
   position: relative;
}

.productShot {
   border-right: 1px solid #cccccc;
   width: 397px;
   height: 298px;
   position: relative;
   float: left;
   overflow: hidden;
}


.decorationArrow {
   position: absolute;
   right: -3px;
   top: 30px;
   border-right: 1px solid #ffffff;
}

.infoBox {
   width: 300px;
   float: left;
   font-size: 12px;
}

.avatar {
  border: 1px solid #cccccc;
}

#userAvatar {
  margin: 10px 10px 0 20px;
  padding: 0;
  float: left;
}

.postInfo {
  float: left;
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 12px;
}


.infoBox p {
   margin: 13px;
   padding: 0;
   clear: both;
}

#userInfo {
   display: block;
   margin-top: 12px;
   padding: 0;
   font-weight: bold;
}

.infoBox span.hr {
  display: block;
  margin: 10px 20px 0 20px;
  padding: 0;
  border-top: 1px solid #cccccc;
}

#comments {
  font-weight: bold;
}

.icon {
  display: block;
  float: left;
  margin-right: 5px;
}

#footBox {
  width: 870px;
  margin: 20px auto 0 auto;
  background: url('../images/footbox_bg.jpg') top left repeat-x;
  border-top: 1px dotted #cccccc;
}

#LogoSmall {
  margin-left: 20px;
  float: left;
}

#LinkBox {
  font-size: 12px;
  float: right;
  width: 650px;
  margin: 0px 20px 0 0;
  padding: 0;
}


#LinkBox p {
  margin: 10px 0 10px 0 ;
  padding: 0;
}

.footContainer {
  float: left;
  width: 216px;
  margin: 0;
  padding: 0;
}

.footContainer a, .footContainer a:visited {
  display: block;
  margin: 0 0 7px 0;
}

.TopRankingBox {
  width: 870px;
  margin: 20px 0px 0px 75px !important;
  padding-top: 10px;
  border-top: 1px dotted #cccccc;
}

.TopRankingBox div.BoxTopic {
  float: left;
  font-size: 16px;
  margin-top: 20px;
  text-align: right;
  width: 150px;

}

.TopRankingBox ul {
  list-style: none;
  float: right;
  padding: 0;
  margin: 20px 0 20px 10px;
}

.TopRankingBox ul li {
  float: left;
  position: relative;
  width: 122px;
  margin-left: 12px;
}

#top10Wickeds ul li {
  margin-left: 23px;
}

.noMargin {
  margin: 0 !important;
}

.TopRankingBox a {
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}

.topPic {
  border: 1px solid #cccccc;
}

.topRank {
  background-color: #ffffff;
  padding: 2px;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  width: 20px;
  border: 1px solid #cccccc;
  position: absolute;
  color: #0066cc;
  top: -10px;
  right: -10px;
}

.topDescription {
  color: #0066cc;
  font-size: 10px;
  font-weight: bold;
}

#top7Players ul li {
  float: left;
  position: relative;
  width: 78px;
  margin-left: 26px;
}

.completeRankingLink {
  float: right;
  margin: 0 0 15px 0;
  font-size: 11px !important;
}

.rateButton {
  float: left;
}


#loginBox {
   z-index: 301;
   position: absolute;
   background-color: #ffffff;
   border: 1px solid #888888;
   width: 180px;
   height: 210px;
   padding: 10px;
   left: 630px;
   top: 38px;
   font-size: 12px;
}

#loginBox div {
   margin: 10px 0 10px 0;
}


#loginBox p {
   margin-top: 10px;
   padding: 0;
}

#loginBox span.headline {
  color: #0066cc;
  font-weight: bold;
  font-size: 14px;
}

#loginBox span#loginClose {
  background: url('../images/buttons/button_white_close.jpg') top left no-repeat;
  width: 13px;
  height: 13px;
  display: block;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
}

#loginLayer {
  background: #ffffff url('../images/loginlayer_bg.jpg') top left repeat-x;
  position: absolute;
  z-index: 300;
  filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;
}

.loginInput {
  width: 170px;
  height: 20px;
  border: 1px solid #cccccc;
  padding: 3px 0 0 5px;
  margin: 0 0 10px 0;
  font-size: 13px;
  color: #888888;
}


.postUserInfo {
  margin: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0px;
  position: relative;
  width: 250px;
}

div.border {
  border: 1px solid #bcbcbc;
}

div.border div.shadow {
  margin: 0;
  padding: 0;
  z-index: -1;
  position: absolute;
  background: transparent;
  width: 100%;
  height: 100%;
  border-right: 1px solid #888888;
  border-bottom: 1px solid #888888;
  left: 1px;
  top: 1px;
}

.BoxText {
  float: left;
  width: 397px;
  margin: 20px 0 0 13px;
  font-size: 11px;
  line-height: 13px;
}

.defaultTextarea {
  width: 387px;
  height: 100px;
  border: 1px solid #cccccc;
  margin: 0;
  padding: 0;
  overflow: auto;
}


.comments {
  float: left;
  width: 670px;
  font-size: 11px;
  line-height: 13px;
}

.comments li {
  float: none;
  width: 100% !important;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #cccccc;
  display: block;
}

.comments li .commentText {
  float: left;
  width: 370px;
}

.comments li .postUserInfo {
  margin: 0;
}

ul.chartList {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.chartList li {
  border-top: 1px dotted #888888;
}

ul.chartList li div {
  padding: 5px;
  float: left;
}

.chartProductDescription {
  width: 365px;
}

.chartRank {
  color: #999999;
  font-size: 24px;
  font-weight: bold;
  text-align: right;
  width: 40px;
}

.chartProductRating {
  width: 130px;
}

.chartProductPic img {
  border: 1px solid #cccccc;
}

.chartsHead {
  color: #666666;
  font-size: 24px;
  font-weight: bold;
}

.chartsHead select {
  height: 34px;
  width: 370px;
  font-size: 24px;
  color: #666666;
  border: 1px solid #666666;
}

.chartsHead #chartsDateBox {
  font-size: 16px;
  font-weight: normal;

}
.chartProductDescription .headline {
  display: block;
  color: #0066cc;
  font-size: 16px;
}

.chartProductDescription .productText {
  margin-top: 5px;
  display: block;
  font-size: 12px;
}
.chartProductDescription .productPlatformInfo {
  margin-top: 5px;
  font-size: 12px;
  display: block;

}

.chartProductDescription .productPlatformInfo span {
  margin-top: 3px;
  margin-left: 5px;
  float: left;

}

.chartProductDescription .productPlatformInfo a {
  color: #0066cc;
}

.chartProductDescription .productPlatformInfo img {
  border: 1px solid #cccccc;
  float: left;
}

.chartProductUserInfo {
  float: left;
  margin-top: 3px;
}

.SmallAvatar {
 margin-left: 5px;
}

.chartProductCommentInfo {
  margin-left: 15px !important;
}

.chartProductCommentInfo a {
  font-weight: bold;
}

.profilAvatar {
  border: 1px solid #cccccc;
  float: left;
  margin: 0 10px 0 0 !important;
}

.profilHead {
  font-size: 22px;
}

.profilHead ul {
  list-style: none;
  float: left;
  border-top: 1px dotted #cccccc;
  font-size: 12px;
  width: 240px;
  padding: 0;
  margin: 10px 10px 0 0;

}

.profilHead ul li {
  border-bottom: 1px dotted #cccccc;
  position: relative;
  padding: 5px;
  margin: 0;
}

.profilUserInfo {
  font-weight: bold;
  position: absolute;
  left: 130px;
}

#profilUserBox {
  margin-top: 20px;
}

.profilInfos2 {
  margin-right: 0 !important;
  width: 320px !important;
}

.TabPanel {
   border-bottom: 1px solid #888888;
   margin: 50px 0 50px 0;
   padding: 0 0 0 15px;
   height: 100%;
}

.TabPanel ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0 0 -1px 0;
  height: 100%;
  font-size: 14px;
  border-left: 1px solid #888888;

}

.TabPanel ul li {
  float: left;
  margin: 0;
  padding: 5px;
  background-color: #f2f2f2;
  color: #888888;
  border-top: 1px solid #888888;
  border-right: 1px solid #888888;
  border-bottom: 1px solid #888888;
}

.TabPanel ul li.active {
  border-bottom: 1px solid #ffffff;
  background-color: #ffffff;
  color: #000000;

}

.TabPanel ul li a, .TabPanel ul li a:visited {
  color: #888888
}

.clearLeft {
  clear: left;
}

#list_friends ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#list_friends ul li {
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
  position: relative;
  width: 240px;
}

#list_friends ul li span.icon {
  position: absolute;
  left: 40px;
  bottom: -5px;
  display: block;
  width: 18px;
  height: 16px;
}

.heart {
  background: url('../images/icons/heart_ico.gif') top left no-repeat;
}

.friendInfo {
   display: block;
   margin: 5px 0 8px 0;
   padding: 0;
   font-weight: bold;
}

#commentList, #submissionsList {
  font-size: 12px;
  margin: 0;
  padding; 0;
  height: 100%;
}

#commentList ul {
  list-style: none;
  margin: 10px 0 0 0;
  padding: 0;
}

#commentList ul li {
  
  margin-bottom: 10px;

}

.listComment {
  float: left;
  padding: 10px;
  width: 350px;
}

.listComment a {
  text-decoration: underline;
  font-weight: bold;
}

.listWicked  {
  float: right;
  width: 300px;
  padding: 10px;
}

.listWicked img {
  float: left;
  margin-right: 10px;
  display: block;
}

.listWicked span {
  margin-top: 10px;
  display: block;
}

.listWicked a {
  font-weight: bold;
  line-height: 16px;
}

.commentListHeadline {
  color: #666666;
  font-weight: bold;
  margin: 0;
}


#submissionsList ul {
  list-style: none;
  margin: 10px 0 0 0;
  padding: 0;
  border-bottom: 1px dotted #888888;
}

#submissionsList ul li {
  border-top: 1px dotted #888888;
  margin-bottom: 10px;

}

#submissionsList .listWicked {
  float: left;
}

#submissionsList .listComment {
  float: right;
}

.red {
  font-weight: bold;
  color: #e41129;
}


#yourComment input, #register input, #simple_captcha input {
  display: block;
  margin: 5px 0 10px 0;
}


#yourComment input.textField, #register input.textField, #simple_captcha input {
  border: 1px solid #cccccc;
  width: 387px;
}

#yourComment input:focus, #register input:focus, #simple_captcha input:focus {
  border: 1px solid #888888;
  background-color: #cccccc;
  color: #000000;
}

#simple_captcha {
  width: 387px;
}

#simple_captcha div.simple_captcha_field input {
  width: 150px;
}

#simple_captcha div.simple_captcha_label {
  font-size: 12px;
}

#register .formError {
  margin: -25px 0 0 400px;
}

.fieldWithErrors {
  display: inline;
}
.formError {
  display: inline;
  color: red;
  margin: -20px 0 0 400px;
  position: absolute;
}
.formElements label {
  width: 150px;
  display: block;
  float: left;
}

#yourComment p, #register p {
  margin: 0;
  color: #444444;
  font-size: 13px;
}

/* product gallery --------------------------------------------------------------
*/

#thumbs {
  width: 310px;
  float: left;
  margin: 0;
}

#thumbs p {
  font-size: 16px;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  color: #888888;
}

#thumbs ul {
  list-style: none;
  width: 300px;
  padding: 0 10px 0 0;
  margin: 0;
}

#thumbs ul li {
  display: inline;
  margin: 3px;
  width: auto;
}

#thumbs ul li img {
  border: 1px solid #888888;
  cursor: pointer;
}

#image {
  float: right;
  padding: 50px 0 0 0;
  width: 405px;
}

#image img {
  border: 1px solid #888888;
  display: block;
}

#image p {  
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  color: #888888;
  
}

#upload {
  margin: 15px 0 0 0;
  padding-left: 320px;
  font-size: 14px;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  color: #888888;
}

#upload form {
  margin: 20px 0 0 0;
}

#upload a {
  color: blue;
  font-weight: bold;
  text-decoration: none;
}

upload a:hover {
  text-decoration: underline;
}

#upload .submit {
  background-color: #ffffff;
  border: 1px solid #888888;
  cursor: pointer;
}

#upload .submit:hover {
  background-color: #cccccc;
}

#upload .picupload {
  background-color: #ffffff;
}


#submitSearch {
  border: 1px solid #cccccc;
  background: #666666 url('../images/buttons/submit_bg.jpg') repeat;
  cursor: pointer;
  color: #cccccc;
  font-weight: bold;
  font-size: 13px;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  padding: 3px;
  margin: -5px 0 0 10px;
}

#splash {
  position: absolute;
  top: 270px;
  right: 0px;
  z-index: -1;
  background: #ffffff url('../images/won_splash10.png') no-repeat;
  width: 240px;
  height: 385px;
}

#flagLayer {
  display: none;
  position: absolute;
  margin-left: -300px;
  margin-top: -100px;
  border: 1px solid #cccccc;
  padding: 10px;
  width: 280px;
  height: 370px;
  background: #ffffff url('../images/won_splash10.png') no-repeat top right;
}

#flagLayer ul {
  margin: 10px;
  padding-left: 10px;
}

#flagLayer ul.first {
  list-style: none;
  padding: 0;
}

#flagLayer #closeBt {
  float: right;
  margin: 2px;
  cursor: pointer;
}




.shadow div {
  position: absolute;
}

.shadow .t {
  background: transparent url('../images/shadow/shadow_top.png') repeat-x;
  height: 15px;
  width: 100%;
  top: -15px;
}

.shadow .l {
  background: transparent url('../images/shadow/shadow_left.png') repeat-y;
  width: 15px;
  height: 100%;
  left: -15px;
}

.shadow .r {
  background: transparent url('../images/shadow/shadow_right.png') repeat-y;
  width: 15px;
  height: 100%;
  right: -15px;
}

.shadow .b {
  background: transparent url('../images/shadow/shadow_bottom.png') repeat-x;
  height: 15px;
  width: 100%;
  bottom: -15px;
}

.shadow .c {
  height: 15px;
  width: 15px;
}

.shadow .tlc {
  background: transparent url('../images/shadow/shadow_top_left.png') no-repeat;
}

.shadow .trc {
  background: transparent url('../images/shadow/shadow_top_right.png') no-repeat;
}

.shadow .blc {
  background: transparent url('../images/shadow/shadow_bottom_left.png') no-repeat;
}

.shadow .brc {
  background: transparent url('../images/shadow/shadow_bottom_right.png') no-repeat;
}

/* shadow classes end ----------------------------------------------------------- */

.bubble {
  background: url('../images/bubble.png') transparent no-repeat top left;
  width: 140px;
  height: 96px;
  position: relative;
}

.bubble span {
  position: absolute;
  top: 32px;
  left: 10px;
  width: 115px;
  height: 50px;
  font-size: 13px;
}

.bubble span a {
  font-weight: bold;
}

#friendship_ui {
  display: none;
}

#friendship_ui a {
  font-weight: bold;
  display: block;
}
