body { padding-top: 50px; }

div.navbar-fixed-top { z-index: 10; }

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

.h5 { height: 5em; }
.h10 { height: 10em; }
.h20 { height: 20em; }
.dnone { display: none; }
.nw { white-space: nowrap; }

.red, .red:link, .red:visited { color: #FF0000; }

textarea.swoopy {
 width: 95%;	 
 overflow: visible;
}

textarea.lswoopy {
 width: 95%;
 overflow: visible;
}

div.maincontent {
  padding: 0px 0px 10px 0px;
  word-wrap: break-word;
  min-height: 600px;
}

div.main, div.messages {     
  padding: 7px;
  margin: 15px 0px 10px 0px;
  border: 1px solid #CCC;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

div.tblrow {
  border: 1px solid #CCC;
  padding: .5em;
  margin-bottom: 1em;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
}

div.rbox {
  padding: .75em;
  width: 95%;
}

div.rboxtight {
  padding: .75em 0em;
  width: 98%;
}

div.fullbox {
  margin: .5em;
}

div.leftbox {
  margin: .5em 0em .5em 0em;
}

div.rightbox {
  margin: .5em .5em .5em 0em;
}

img { border: none; }
img.bioimg { float: left; margin: 5px 10px 5px 5px; }
img.avatar { float: left; margin: 3px; }
img.flag { margin: 0px 3px; vertical-align: text-bottom; }
img.graph { margin: 10px; float: left; }
img.wirc { vertical-align: bottom; }

ol.legend { float: left; }

div.itemres {
  float: left;
  margin: 5px 10px 5px 0px;
  height: 80px;
  width: 80px;
}

div.itempageimg {
  float: left;
  margin: 5px 10px 5px 0px;
  height: 160px;
  width: 160px;  
}

.fright { float: right; }
.fleft  { float: left; }
.cleft  { clear: left; }
.cright { clear: right; }
.cboth  { clear: both; }
.center { text-align: center; }
.underline { text-decoration: underline; }
.strike { text-decoration: line-through; }

.fade25 { opacity: .25; }
.fade50 { opacity: .50; }

.b { font-weight: bold; }

span.texthidden { 
  display: none; 
}

div.texthide { 
  border: 1px solid #CCC; 
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: .5em;
}

div.trkbox {
  border: 1px solid #CCC;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: .5em;
}

caption { 
  font-weight: bold; 
  font-size: 1.4em;
  padding-bottom: .5em;
}

table.box th, table.box td {
  border: 1px solid #CCC;
  padding: 5px;
}

span.stdlistinfocon {
  float: right;
}

span.stdlistwho {
  float: left;
  padding: .5em 0em;
}

span.stdlistwhor {
  float: right;
  padding: 0em 0em;
  margin-right: .5em;
  width: 11em;
  text-align: right;
}

div.stdlistscore {
  display: inline;
  padding: .25em 1.5em 0em 0em;
}

div.stdlisttext {
  display: block;
  clear: both;
  padding: .5em 1em;
  background-color: #F6F6F6;
  background: -o-linear-gradient(top, #F6F6F6, #E0E0E0);
  -webkit-border-radius: .5em;
  -moz-border-radius: .5em;
  border-radius: .5em;
  background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#E0E0E0));
  background: -webkit-linear-gradient(top, #F6F6F6, #E0E0E0);
  background: -moz-linear-gradient(top, #F6F6F6, #E0E0E0);
  background: -ms-linear-gradient(top, #F6F6F6, #E0E0E0);
  min-height: 1.75em;
}

span.stdlistwhen {
  float: right;
  text-align: right;
  white-space: nowrap;
  width: 7em;
}

span.stdlistcount {
  float: right;
}

span.stdlistactions {
  float: right;
  padding: 0em;
  margin-right: .5em;
}

div.stdlistrow {
  border-bottom: 1px solid #CCC;
  padding: .5em;
  margin: .25em;
  clear: both;
}

div.stdlistrowcpct {
  clear: both;
}

/* Compact variant */

div.stdlisttextcpct {
  float: left;		    
  width: 58%;
  padding-left: .5em;
  border-left: 1px dotted #CCC;
}

div.stdlistrowcpct span.stdlistwho {
  width: 25%;
}

div.stdlistrowcpct span.stdlistwhen {
  width: 15%;
}

div.stdlistrowcpct div.stdlisttext {
  -webkit-border-radius: 0em;
  -moz-border-radius: 0em;
  border-radius: 0em;
}

div.stdlistrowcpct:first-child div.stdlisttext {
  -webkit-border-top-left-radius: .5em;
  -moz-border-top-left-radius: .5em;
  border-top-left-radius: .5em;
  -webkit-border-top-right-radius: .5em;
  -moz-border-top-right-radius: .5em;      
  border-top-right-radius: .5em;
}

div.stdlistrowcpct:last-child div.stdlisttext {
  -webkit-border-bottom-left-radius: .5em;
  -moz-border-bottom-left-radius: .5em;
  border-bottom-left-radius: .5em;
  -webkit-border-bottom-right-radius: .5em;
  -moz-border-bottom-right-radius: .5em;
  border-bottom-right-radius: .5em;
}

.hoverhide {
  visibility: hidden;
}

div.stdlistrow:hover .hoverhide, div.stdlistrowcpct:hover .hoverhide, div.revbox:hover .hoverhide {
  visibility: visible;
}

.hovdisp {
  display: none;
}

.hovdisppar:hover .hovdisp {
  display: inline;
}

# Messages

span.msghead {
  float: left;
}

span.msgwhen {
  line-height: 2em;
  float: right;
}

div.msgmsg {
  clear: left;
  clear: right;
  margin: .5em;
  margin-bottom: 1em;
  padding: 1em;
  border-bottom: 1px solid #CCC;
}

p.bump {
  margin-top: .25em;
}

a.listrowhref:hover {
  text-decoration: none;
}

label {
  display: inline;
  padding: .5em;
  font-weight: bold;
}

div.emo {
  float: left;
  border: 1px solid #CCC;
  padding: .5em;
  margin: 3px;
  min-height: 25px;
}

div.popover {
  width: 22em;
}

h1.title, h2.title, h3.title {
  display: block;
  font-weight: bold;
  padding: 0px;
  margin-top: 0px;
  font-size: 1.6em;
}

h1 { font-size: 1.6em;  }
h2 { font-size: 1.4em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1em; }
h5 { font-size: .83em; line-height: 1.17em; }
h6 { font-size: .67em; }
h1, h2, h3, h4, h5, h6 { font-weight: bolder; margin-top: 0px; }

.border  { border: 1px solid #CCC; }

fieldset {
  padding: 1em;
  border: 1px solid #CCC;
  margin: 1em;
}

legend {
  padding: 0em 0em 0em .5em;
  margin-bottom: 0em;
  border: 0px;
}

p.forminfo {
  padding-bottom: 1em;
}

li.nav-spacer {
  border-top: 1px solid #CCC;
  height: 0.5em;
}

img.feimg { margin: 5px; float: left; }

img.wfeimg { margin-right: 10px; float: left; }
div.wfeimg { margin: 0px; padding-left: 20px; }
div.wfeimgl { padding-left: 20px; border-right: 1px dotted #CCC; height: 220px; }
h3.wfeimg { 
  font-size: 1.2em;
  display: block;
  font-weight: bold;
  padding: 0px;
  margin-top: 0px;
}

div.feusr {
  border: 1px solid #CCC;
  padding: 1em;
  margin: 1em;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

/* fixes nav bar overlap when #hash is used */
a[name], div.hashjump {
  padding-top: 40px;
  margin-top: -40px;
}

div.scorebox {
  border: 1px solid #CCC;
  padding: 0.5em;
  margin: 0.5em;
  display: none;
}

div.adtop, div.adbot { text-align: center; }

body.packingslip {
  background-color: #FFF;
  padding: 1em;
}

div.feitem {
  display: inline-block;
  padding: 0em 0em 0em 2em;
  width: 45%;
  height: 15em;
  vertical-align: text-top;
}


/* Reviews */

div.revrat {
  text-align: center;
  font-weight: bold;
  font-size: 30pt;
  font-family: Verdana, Arial, Helvetica;
  padding: 0em 0em .5em 1em;
}

div.revratlr {
  float: right;
  font-weight: bold;
  font-size: 24pt;
  padding: .25em;
  margin: .25em;
  border: 1px solid #CCC;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

div#mediahook { clear: both; }

@media (max-width: 767px) { div#mediahook { clear: none; }}

@media (max-width: 480px) { div#mediahook { clear: none; }}


@media print { a:link:after, a:visited:after { content: ""; } }

hr {
  margin: 1em;
}

ul.most {
   padding: 0px;
   margin: 0px;	
}

ul.most li {
  list-style: none;
  padding: 0px;
  margin: 0px;	
}

table.wccol td {
  padding: 0px 0px 0px 20px;
}

div.forumbar {
  margin-bottom: 0.5em;
}

div.footer {
  text-align: center;
}

div.frmprehead {
  border-bottom: 1px solid #CCC;
  margin-bottom: .5em;
}

div.frmprehead,div.frmpremsg {
  padding: .5em;
}

.tooltip-inner {
  white-space:pre-wrap;
}

a.topic {
  font-weight: bold;
  font-size: 1.2em;
  display: block;
  padding: .25em;
  -webkit-border-radius: .3em;
  -moz-border-radius: .3em;
  border-radius: .3em;
}

h2.topic {
  font-weight: bold;
  font-size: 1em;
  line-height: 1.6em;
}

div.noteme {
  font-size: .83em; 
  line-height: 1.17em;
  font-weight: normal;
  margin: 0;
}
