#pimpmypcArea {

  height: auto;
  float: left;

  padding: 0px;
  position: relative;


}

#pimpmypcHeader {



	margin: 0px auto 20px auto;
clear:both;
float:none !important;
  position: relative;

  background-position:0px 17px;
}

#pimpmypcHeader p {
  padding: 0px;


  position: relative;

  line-height:1;
}

#pimpmypcArea .edit-pc{
    float:right;
    
}

#pimpmypcHeader a ,#pimpmypcArea .edit-pc{
  margin:		10px 0 0 0;
  background-color:	#354253 !important;
  /* As it should be for all browsers */
	background:		linear-gradient(center top , #737982, #354253) !important;
  /* Firefox 3.6+ */
	background:		-moz-linear-gradient( #737982, #354253) !important;
  /* Safari 4+, Chrome 1+ */
	background:		-webkit-gradient(linear, left top, left bottom, from(#737982), to(#354253) ) !important;
  /* Safari 5.1+, Chrome 10+ */
  background:		-webkit-linear-gradient(#737982, #354253) !important;
  /* Opera 11.10+ */
  background:		-o-linear-gradient(#737982, #354253) !important;
  /* Oddly, for IE 5.5 ->*/
  filter: 	progid:DXImageTransform.Microsoft.Gradient( StartColorStr='#737982', EndColorStr='#354253', GradientType=0) !important;
  /* Oddly, for IE 8.0 ->*/
  -ms-filter: 'progid:DXImageTransform.Microsoft.Gradient( StartColorStr='#737982', EndColorStr='#354253', GradientType=0)' !important;
  box-shadow:		0px 0px 5px #efefef;
  -moz-box-shadow:	0 0 5px rgba(102, 102, 102, 0.5);
  -webkit-box-shadow:	0px 0px 5px #efefef;
  border:		1px solid #EFEFEF;
  border-top:	1px solid #EFEFEF;
  border-left:	1px solid #EFEFEF;
  line-height:	100%;
  text-decoration:none;
  color:		#ffffff !important;
  cursor:		pointer;
    font-size:	14px;
  padding:	4px 8px;/* 10px 6px 7px; */
  font-weight:normal !important;
  border-radius: none !important;
  -moz-border-radius: none !important;
  -webkit-border-radius: none !important;
  -o-border-radius: none !important;
  
}



#freshPCs {
 background-color: #EEEEEE;
border: 1px solid #DDDDDD;
display: inline;
float: left;
font-size: 9px;
height: auto;


padding: 0;
position: relative;

}

#freshPCs h1, 
#freshPCs h2,
#freshPCs h2 a {
 background-color: #354253;
clear: both;
color: #FFFFFF;
font-size: 20px;
font-weight: normal;
margin: 0;
padding-bottom: 2px;
padding-top: 2px;
text-align: center;
}


#freshPCs img {
  padding: 0px;
  margin: 4px 0px 2px 0px;
  clear: both;
}


.freshlyPimpedPC div img{
height:80px !important;
}

.freshlyPimpedPC{
  margin-right:5px !important;
  height:160px;
  text-align:center;
}
.freshlyPimpedPC a {
  color: #ff9900;
  text-decoration: underline;
}


#currentPC {


  margin-top: 10px;
  position: relative;
}

#PCtitle {
color: #354253;
font-family: FranklinGothicFSMedium,Helvetica Neue,Helvetica,Arial,sans serif !important;
font-size: 33px;
overflow: hidden;
position: relative;
text-transform: uppercase;
clear:both;
}

#pimpNav {
  font-size: 9px;
  margin-top: 8px;
  float: right;
  width: 160px;
  height: 40px;
  display: inline;
  text-align: center;
  position: relative;
  left: 4px;
}

#pimpNav a {
  text-decoration: underline;
  font-weight: bold;
}

#pimpNav img {
  border: 1px solid #ddd;
  margin: 0px 4px 3px 4px;
  vertical-align: middle;
  position: relative;
}

#pimpNav div {
}

#pimpNav img:hover {
  border: 1px solid #000;
  background-color: #ddd;
}

#pimpByline {
  position: relative;
  left: 2px;
  width: 400px;
}

#pimpByline a {
  font-weight: bold;
}


#mainImgArea {

  position: relative;
  float: left; 

}

#mainImgArea .caption {
  font-size: 10px;
  color: #000;
  margin-top: 4px;
  background-color: #eee;
  position: relative;
}

#topp40Link {
  position: absolute;
  left: 130px;
  top: 98px;
  width: 140px;
}

#topp40Link a {
  color: #000;
  text-decoration: underline;
}

/* TERNINGKAST */
#ratingBar {

  height: 40px;
  position: relative;
  overflow: hidden;
  background-color: #354253;
  color: #fff;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-top: 8px;
  margin-bottom: 8px;  
}

#ratingSummary {
  position: absolute;
  left: 30px;
  top: 4px;
  width: 200px;
  height: 30px;
}

#dice {
  position: absolute;
  left: 250px;
  top: 4px;
  width: 350px;
  height: 30px;
  cursor: pointer;
}

#dice div, 
#ratingSummary div {
  font-size: 9px;
  float: left;
  width: 100px;
  margin-top: 5px;
}

#ratingSummary div {
  text-align: center;
}


.die,
#avgRatingDie{
box-shadow: 0 0 5px white;
-o-box-shadow: 0 0 5px white;
-moz-box-shadow: 0 0 5px white;
-webkit-box-shadow: 0 0 5px white;

}
.top40Die img{
  box-shadow: 0 0 5px #666666;
-o-box-shadow: 0 0 5px #666666;
-moz-box-shadow: 0 0 5px #666666;
-webkit-box-shadow: 0 0 5px #666666;
}

.die, 
#avgRatingDie, .top40Die img {
  border: 2px solid #354253;
border-radius: 5px;
-o-border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;

margin: 0 4px 2px 2px;
}


/* DATABOKSER */
#dataBoxes {




  font-size: 9px;
  color: #000;
}

.dataBox {
background-color: #EEEEEE;
border: 1px solid #DDDDDD;
margin-bottom: 8px;
width: 148px;
}

.dataBox h1 {
background-color: #354253 !important;
color: #EFEFEF;
font-size: 17px;
padding: 4px;
}

.dataBox img {
  float: left;
  margin: 4px 4px 4px 6px;
  cursor: pointer;
  display: inline;
}

/* KOMMENTARER */

#commentsArea {
  padding-top: 20px;
  position: relative;
  clear: both;
  height: auto;
  width: 610px;
}

#pimpedPCComments {
  width: 610px;
  position: relative;
  clear: both;
  overflow: auto;
  overflow-y: auto;
  overflow-x: hidden;
  height: auto;
  max-height: 600px;
}

.post {
  width: 586px;
}

.post .inner {
  width: 576px;
}

.post .postText {
  width: 500px;
}

.post .postFooter {
  width: 560px;
}

.post .avatar {
  width: 70px;
}

.post .quoteText .inner{
  width: 480px;
}

.post .postEditArea {
  width: 550px;
}

.post textarea { 
  width: 540px;
}

#commentInputArea {
  width: 610px;
  height: 115px;
}

#commentInputArea .inner {
  height: 110px;
}


#commentInputText {
  width: 440px;
  height: 92px;
}

/* MODERATOR */
#modBar {
  width: 610px;
  float: none;
  height: 20px;
  position: relative;
  background-color: #eee;
  margin: 0px 0px 8px 0px;
  font-size: 9px;
}

/* TOPP 40 */
.top40Header {
  color: #354253;
font-size: 38px;
padding: 0;
text-align: center;
text-transform: uppercase;
}

.topPCItem {
  border: 1px solid #b2b79a;
  background-color: #fff;

  
  margin-bottom: 8px;

  position: relative;
  color: #000;
}

.topPCItem:hover {
  border: 1px solid #000;
  cursor: pointer;
}

.ranking {
  float: left;
  display: inline;
  width: 44px;
  text-align: center;
  font-size: 12px;
  color: #354253;
  font-weight: bold;
  height: 70px;
}

.topPC {
  
  
  
  
  
}


.topPC img,
.searchResPC img {
  float: left;
  display: inline;
  margin: 1px 8px 0px 4px;
  box-shadow: 0 0 10px #666666;
  -o-box-shadow: 0 0 10px #666666;
  -moz-box-shadow: 0 0 10px #666666;
  -webkit-box-shadow: 0 0 10px #666666;
  height:60px;
  width:60px;
}

.topPC h1{

  font-size: 22px;
}

.searchResPC h1 {
  font-size: 12px;

}

.topPC h1,
.searchResPC h1 {
  color: #000000;

font-weight: bold;
padding: 0;
position: relative;
text-transform: uppercase;
}

.topPC h1:hover,
.searchResPC h1:hover {
  text-decoration: underline;
}

.top40Die {
  position: absolute;
  right: 10px;
  top: 20px;
}

.topPC a {
  color: #000;
  font-weight: bold;
}

.topPC a:hover {
  color: #000;
}

/* pimpBrowser */
#browseTop {
  width: 610px;
  position: relative;
  float: none;
  height: 50px;
}

.searchResPC {
background-color: #EEEEEE;
border: 1px solid #DDDDDD;
cursor: pointer;
float: left;
font-size: 10px;
height: 70px;
margin: 8px;
overflow: hidden;
}

.searchResPC h1 {
  margin-top: 4px;
}

.searchResHeader {
  text-align: center;
  width: 430px;
  font-size: 12px;
  font-weight: bold;
  float: right;
  display: inline;
}

#pimpSearchArea {
  float: left;
  display: inline;
  width: 140px;
  position: relative;
  top: 18px;
  left: 20px;
}

#pimpSearchArea input {
  width: 130px;
  color: #354253;
  font-size: 10px;
}

.searchResPC:hover {
  border: 1px solid #354253;
}

.searchResHeader img {
  position: relative;
  margin: 4px;
  top: 9px;
}

#modBar a {
  color: #000;
}

/* REDIGER OG NY PC */
#pimpmypcFormArea {

  height: auto;
  margin: 8px 0px 12px 0px;
  padding: 0px;
  position: relative;
  overflow: hidden;
  display: inline;
}

#pimpmypcForm {
  margin-top: 10px;

  position: relative;
  height: auto;
  margin-bottom:30px;
}

.inputTag {
  width: 140px;
  text-align:right;
  margin: 5px 4px 4px 4px;
  color: #354253;
  display: inline;
  float: left;
  clear: left;
  font-weight: bold;
}

#pimpmypcForm input {

  color: #000;
  margin: 4px;
  text-align: left;
}

textarea {

  height: 80px;
  color: #000;
  margin: 4px;
  text-align: left;
  overflow: auto;
}

.smallTextArea {
  height: 25px;
}

.fileUpload {
  position: relative;
}

.pimpPic {
  position: relative;
  margin-left: 10px;
  vertical-align: top;
  clear: both;
}

.formRow {
  display: block;
  float: none;
  position: relative;
  width: 610px;
}

.helpText {

  font-size: 9px;

}

#submitButton,
#pimpmypcForm .button {

  margin-top: 10px;
  position: relative;
  top: 6px;
}


#pimpVarsling {
	font-size: 0.8em;
	padding: 10px 4px;
	text-decoration: underline;
}

#debatt{
position:relative;
}

#mainImage{
  box-shadow: 0 0 10px #666666;
  -o-box-shadow: 0 0 10px #666666;
  -moz-box-shadow: 0 0 10px #666666;
  -webkit-box-shadow: 0 0 10px #666666;      
 }


 .ranking div{
   font-family: FranklinGothicFSMedium,Helvetica Neue,Helvetica,Arial,sans serif !important;
    font-size: 33px;
    left: 1px;
    
    position: relative;
    top: 9px;

}

#dice .highglight{
  border: 2px solid #FF9900 !important;

}

#debatt .dsq-user-status .not_logged_in {
  background: none repeat scroll 0 0 #EEEEEE !important;
  border: 1px solid #CCCCCC !important;
}
