/* Main Sections 
------------------------------------------------------------------------- */
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    background: #E5E5E5 url('/images/bg_grad4.jpg') top repeat-x;
}

a, a:link {
    text-decoration: none;
    color: #69c;
    border-bottom: 1px dotted #69c;
}
a:visited { color: #669; border-color: #669; }
a:hover { color: #693; border-color: #693; text-decoration: none; }
a:active { color: #c33; border-color: #c33 }

#motto {
  float: right;
  margin: -30px -15px 10px 50px;
}

#newcontent {
  width: 205px;
  clear: right;
  float: right;
  margin: 0px -18px 10px 50px;
}

#newcontent2 {
  width: 195px;
  clear: right;
  float: right;
  margin: 75px -25px 10px 50px;
}

#pricecap {
  margin-top: 10px;
  clear: left;
  float: left;
  margin-right: 15px;
  width: 310px;
  text-align: center;
}


.s li {
  margin: 0px;
}

.s li a:link, .s li a:visited {
   color: #fff;
   font-family: verdana, sans-serif;
   font-size: 9px;
   border-bottom: 1px solid;
}

.graybox {
 width:100%;
 min-width:20em;
 color:#000;
}

.graybox .hd .c,
.graybox .ft .c {
 font-size:1px; /* ensure minimum height */
 height:13px;
}

.graybox .ft .c {
 height:14px;
}

.graybox .hd {
 background:transparent url(/images/tl_g.jpg) no-repeat 0px 0px;
}

.graybox .hd .c {
 background:transparent url(/images/tr_g.jpg) no-repeat right 0px;
}

.graybox .bd {
 background:transparent url(/images/ml_g.jpg) repeat-y 0px 0px;
}

.graybox .bd .c {
 background:transparent url(/images/mr_g.jpg) repeat-y right 0px;
}

.graybox .bd .c .s {
 margin:0px 8px 0px 2px;
 background:#fff url(/images/ms_g.jpg) repeat-x 0px 0px;
 padding:1em;
}

.graybox .ft {
 background:transparent url(/images/bl_g.jpg) no-repeat 0px 0px;
}

.graybox .ft .c {
 background:transparent url(/images/br_g.jpg) no-repeat right 0px;
}


.dialog {
 width:100%;
 margin:0px auto;
 min-width:100px;
 color:#fff;
}

.dialog .hd .c,
.dialog .ft .c {
 font-size:1px; /* ensure minimum height */
 height:13px;
}

.dialog .ft .c {
 height:14px;
}

.dialog .hd {
 background:transparent url(/images/tl.gif) no-repeat 0px 0px;
}

.dialog .hd .c {
 background:transparent url(/images/tr.gif) no-repeat right 0px;
}

.dialog .bd {
 background:transparent url(/images/ml.gif) repeat-y 0px 0px;
}

.dialog .bd .c {
 background:transparent url(/images/mr.gif) repeat-y right 0px;
}

.dialog .bd .c .s {
 margin:0px 8px 0px 4px;
 background:#000 url(/images/ms.jpg) repeat-x 0px 0px;
 padding:1em;
}

.dialog .ft {
 background:transparent url(/images/bl.gif) no-repeat 0px 0px;
}

.dialog .ft .c {
 background:transparent url(/images/br.gif) no-repeat right 0px;
}


/* content-specific */

.dialog h1 {
 /* header */
 font-size:2em;
 margin:0px;
 padding:0px;
 margin-top:-0.6em;
}

.dialog p {
 margin:0.5em 0px 0px 0px;
 padding:0px;
 font:0.95em/1.5em arial,tahoma,"sans serif";
}


#closepreview {
  float: right;
  padding: 0px 0px 0px 0px;
  position:relative;
  top: -45px; left: -5px;
  text-decoration: none;
  border-bottom: none;
}
#preview-window {
  position:absolute;
  z-index:98;
  width:0px;
  height: 0px;
  top: 0px; left:0px;
  background: #000;
}
#preview-box {
  position:absolute;
  z-index:99;
  display: none;
  width:500px;
  height:350px;
  color: #f0f0f0;
  background: #000;
  top: 0px; left:0px;
  text-align: center;
  padding: 50px 0 0px 0;
}

#preview-box {
  opacity: 0.0; 
}

#preview-title {
  margin-top: 30px;
}

#playerframe {
  z-index: 110;
  opacity: 1; 
}

.playbutton {
  position:absolute;
  opacity: 0.0; 
  top: 93px;
  left: 3px;
}

a:hover .playbutton {
  opacity: 0.6; 
  text-decoration: none;
  border-bottom: 0px;
}


.media-thumbnail-image {
  height: 126px;
  /*width: 224px;*/
}

a.media-link {
  border-bottom: 0px;
}



.media-price {
  border: 0px solid;
  font-weight: bold;
  float: right;
  padding: 3px 15px 0px 3px;
  margin-left: 3px;
  width: 40px;
  text-align: right;
}



 

.media-score {
  display: none;
  position: absolute;
  top: 115px;
  left: 695px;
}






#cart {
  position:relative;
  top: 78px;
  left: 745px;
  width: 142px;
  height: 27px;
  text-align: right;
  padding: 0px;
  color: #fff;
  font-size: 10px;
}

#cart div {
  width: 141px;
  height: 27px;
  background:  url(/images/cart.gif) top right no-repeat;
  opacity: 0.7; 
}

#cart a, #cart a:link {
    position: relative;  top: -21px;
    text-decoration: none;
    color: #fff;
    border-bottom: 0px;
    margin-right: 7px;
}
#cart a:visited { color: #fff; border-color: #fff; }
#cart a:hover { border-bottom: 1px solid; }



div, p, img, a, td, ul, ol {
    font-size: 1em; 
}

td { padding: 2px; }

.validation-failed {
        background: #FFBFBF;
}
.validation-advice {
        text-align:left;
	font-size: 11px;
	padding: 2px 2px 2px;
        color: red;
}

.sectionHeader{
        margin: 0 10px 4px;
        font-weight: bold;
        color: #000;
        border-top: 1px solid #e3e3e3;
        padding: 5px 3px 5px 10px;
        background: #bee860 url(/images/ltbluefade.gif) repeat-x top;
}

.sectionBody {
        position: relative;
        top: -5px;
        background: #fff;
        border: 1px solid #e3e3e3;
        border-top-color: #ccc;
        margin: 0 10px 20px;
        padding: 4px;
        display: block;
        background: #fff url(/images/tabareabg.gif) repeat-x top;
}

.sectionRow { 
   clear: both; 
   padding: 4px; 
}
.sectionRow .main  { 
   float: left; 
   width: 500px; 
   text-align: left; 
   margin: 0;
   padding: 0;
}
.sectionRow .sub  { text-align: right;} 


.even { background: #EFFAFF; }
.odd { }


.slider{
	border:1px solid #317082;
	width:400px;
	padding: 5px;
}

.smborder{
	border:1px solid #317082;
}
.subox{
	width:525px;
	padding: 6px 5px 6px 10px;
	overflow: auto;
}
.lpad{
	margin: 3px 0 3px 15px;
}

.category {
   float: left;
   width: 170px;
   padding: 1px;
   margin: 1px;
}

ol {
    margin-left: 1em;
    padding-left: 1em;
}
ol li {
    margin-left: 1em;
    padding: 0 0 .5em.3em;
    list-style: decimal;
}
h1, h2, h3, h4 {
	font-family: "Trebuchet MS", georgia, helvetica, arial, verdana, sans-serif;
	font-weight: bold;
	margin: .5em 0 15px 0;
	letter-spacing: .07em;
}
h1 { font-size: 218% }
h2 { font-size: 164%; }
h3 { font-size: 145%; }
h4 { font-size: 110%; letter-spacing: .10em }

p { padding: 0 0 1em; }



a img, img {
    border: none;
}

ul {
    margin: 0 0 10px 15px;
}
li {
    list-style: circle;
    padding-left: 5px;
    margin-bottom: 3px;
    margin-left: 10px;
}


.clear {
    clear: both;
    height: 1px;
    margin: -1px 0 0;
    font-size: 1px;
}


#page {
    width: 900px;
    margin: 0px auto;
    text-align: left;
    background: white;
    border-right: 2px solid #5A5A5A;
    border-left: 2px solid #5A5A5A;
    margin-top: 20px;
}

#content {
    background: white;
    float: left;
    text-align: left;
    width: 850px;
    min-height: 400px;
    margin: 10px 0 50px 0px;
    padding: 10px 10px 0px 20px;
    line-height: 1.5em;
}

/* Special text formatting 
------------------------------------------------------------------------------- */
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, cite {
	text-decoration: none;
}
h2 a:hover, h3 a:hover {
	color: #06c;
	border-bottom: 1px dotted #06c;
}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

h4.date-header {
    margin-top: 0;
    padding-left: 14px;
    font-size: 90%;
    color: #f93;
    background: url(/images/date_icon.gif) no-repeat 0 50%;
}

blockquote {
    margin: 0 0 0 30px;
    padding: 10px 0 0 20px;
    font-size: 88%;
    line-height: 1.5em;
    color: #666;
    background: url(/images/quotes.gif) no-repeat top left;
}

blockquote p { margin-top: 0; }

blockquote cite {
	margin: 5px 0 0;
	display: block;
}
code {
	font: 1em/2.5em 'Courier New', Courier, monospace;
	color: #444;
	white-space: pre; 
    width: 350px;
    height: auto;
	overflow: auto;
    display: block;
    border: 1px solid #999;
    border-width: 2px 0;
    padding: 1em;
    margin: 0 0 1em 0;
    background-color: #fafafa;
}
li code { width: 330px }

acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
	cursor: help;
	border-bottom: 1px dotted #3f3f3f;
}

.center { text-align: center;}
.alignright { float: right; }
.alignleft { float: left; }

hr { display: none; }


.error, .message {
    padding: 12px;
    background-color: red;
    color: #fff;
}
.message {
    background-color: green;
}

/* Header 
------------------------------------------------------------------------- */
#header { 
    background: #E5E5E5 url(/images/ggm_header4.jpg) no-repeat top left;
    position: relative;
    width: 900px;
    height: 107px;
    margin: 0px 0px 0px 0px;
    border-bottom: 0px solid #094404;
}

#header h1 {
    margin: 0;
    padding: 45px 60px 20px 75px;
    color: #fff;
    text-shadow: #81A75B 2px 2px 2px;
}
#header h1 a {
    text-decoration: none;
    border-bottom: none;
    color: #fff;
}
#header h1 a:hover { 
    color: #eee; 
    text-shadow: #fff 0 0 4px;
}

#loginlnk {
   text-align: right;
   float: right;
   margin: 8px 15px 0 0px;
   color: #ffffff;
}
#loginlnk a, #loginlnk a:visited {
   color: #ffffff;
   font-weight: bold;
   font-family: verdana, sans-serif;
   font-size: 14px;
   border-bottom: 0px solid #fff;
}





/* Post (main content entries)
------------------------------------------------------------------------- */
.post {
    margin: 0 0 0 0;
    padding: 0 0 0px 14px;
    border-bottom: 1px solid #ddd;
}

.post h3 {
    margin-top: 0;
    color: #f63;
}
.post ul li {
	margin-left: 0em;
}







/* Footer 
------------------------------------------------------------------------- */
#footer {
    width: 900px;
    margin: 0 auto;
    padding-top:0px;
    text-align: left;
    font-size: 85%;
    background: #FFF;
    height: 50px;
    border-bottom: 2px solid #5A5A5A;
    border-left: 2px solid #5A5A5A;
    border-right: 2px solid #5A5A5A;
}

#footer p {
    padding-left: 295px;
    padding-bottom: 55px;
}

#footer a {border-bottom: none;}


/* Forms 
------------------------------------------------------------------------------- */
form {
	text-align: left;
	/*clear: both;*/
	padding-bottom: 20px;
	border: none;
}

#loginfrm {
        width: 400px;
}

.regform { 
	/*width: 550px;*/
        text-align: left;
	padding-left: 0px;
}

.regform td { padding: 3px; }
.smallnote { font-size: 8pt; }

.basicbox { 
  width:75%;
  border:2px solid #CCCCCC;
  padding:4px;
  margin-bottom:30px; 
}

.medbold {
	font-family: "Trebuchet MS", georgia, helvetica, arial, verdana, sans-serif;
	margin: .5em 0 15px 0;
	letter-spacing: .07em;
	font-weight: bold;
        font-size:16px;
	color: #2F2F2F;
        
}
.required, a.required {
	font-weight: bold;
	color: #EF7777;
}
a.required {
	font-weight: bold;
	color: #EF7777;
        border-bottom: 0px;
}
a:hover.required {
        border-bottom: 1px solid #000;
}

form.full { width: 100%; }


fieldset {
    border: none;
}

legend {
	display: none;
}
form h3 {
	padding: 15px 0 5px;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	font-weight: bold;
}

form p {
	display: block;
	width: 310px;
	font-size: 1em;
	line-height: 1.5em;
	padding: 0 0 9px;
}



form input.radio {
	clear: left;
	float: left;
	padding: 0;
	margin: 0;
}

div.row             { clear: both; padding-top: 4px; }
div.row span.label  { float: left; width: 250px; text-align: left; margin: 0 2px 2px 0px; padding: 3px; }
div.row span.label2 { float: left; width: 400px; text-align: left; clear:both; }
div.row span.field  { text-align: left;} 
div.row div.field   { text-align: left; float:left;}

form label.radio,
form label.radioitem {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}


/* style the form elements to look similar across browsers ... emulates Safari */
form textarea {
	margin-top: 3px;
	width: 383px;
	height: auto;
	display: block;
}

 form input.submit, form input.reset {
    display: inline;
    clear: none;
}

/* Special handling for images & alignment 
------------------------------------------------------------------------------- */

p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin: 0 auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.tool-tip {
	color: #fff;
	width: 239px;
	z-index: 13000;
}
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(/images/bubbleLG.png) top left;
}
 
.tool-text {
        text-align:left;
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(/images/bubbleLG.png) bottom right;
}

.toolW-tip {
        color: #fff;
        width: 500px;
        z-index: 13000;
}
.toolW-title {
        font-weight: bold;
        font-size: 11px;
        margin: 0;
        color: #9FD4FF;
        padding: 8px 8px 4px;
        background: url(/images/bubbleLGW.png) top left;
}

.toolW-text {
        text-align:left;
        font-size: 11px;
        padding: 4px 8px 8px;
        background: url(/images/bubbleLGW.png) bottom right;
}


.itemname { 
    padding-bottom: 5px;
}
.itemoption { 
    padding-left: 20px;
}
.underline {
  border-bottom: 1px solid #E0E0E0;
}

#googlebutton {
  float: right;
  margin-right: 10px;
}

.media-download {
  display: block;
  position: absolute;
  top: 110px;
  left: 245px;
}

.dlmedia{
  border: 1px solid;
  padding: 3px;
  margin-left: 3px;
  width: 40px;
  text-align: right;
}

.dlmedia a {
  border-bottom: 0px;
}


#searchbox {
  float: left;
  width: 800px;
  position: relative;
  top: -15px;
  left: 0px; 
}

#search {
  float: left;
  width: 600px;
}

#searchresults {
  position: relative;
  top: -10px;
  z-index: 1;
}

#catbox {
   float: left;
   border:1px solid #317082;
   padding: 3px 3px 3px 6px;
   margin-top: 10px;
   width: 600px;
   height: 0px;
   overflow: hidden;
   position: relative;
   top: -20px;
   z-index: 2;
} 

.search_cat {
   float: left;
   width: 140px;
   padding: 3px 2px 3px 2px;
   margin: 1px;
} 

.termstxt {
   overflow:scroll;
   width:96%;
   height:200px;
   border: 1px solid #e3e3e3;
   margin-left: 10px;
   margin-bottom: 10px;
}

#home_pods {
  position: relative;
  left: 0px;
  float: left;
  width: 640px;
  overflow: visible;
  white-space:nowrap;
  padding-bottom: 6px;
}
.home_pod1 {
  position: relative;
  left: 0px;
  margin: 0px;
}
.home_pod2 {
  position: relative;
  left: 8px;
  margin: 0px;
}
.home_pod3 {
  position: relative;
  left: 16px;
  margin: 0px;
}
.home_pod1 a, .home_pod2 a, .home_pod3 a {
  border: 0px;
}

#newcontent_pod {
  width: 205px;
  float: right;
  position: relative;
  top: 2px;
  left: 13px;
}

#home_slogan {
  position: relative;
  top: -15px;
  left: 5px;
}

#home_welcome {
  position: relative;
  top: -10px;
}







/* ---- Navigation ----*/


#jtabs {
    float: left;
    text-align: left;
    width: 900px;
    margin: 10px 0 0 0px;
    padding: 0;
    line-height: 1.5em;
}

.mootabs_title {
	/*list-style-image: none;
	list-style-type: none;*/
        list-style: none;
	margin: 0px;
	padding: 0px;
	height: 24px;
}

.mootabs_title li {
        list-style: none;
        float: left;
        margin: 0 0 0 10px;
	cursor: pointer;
	margin-right: 2px;
	position: relative;
	top: 1px;
	z-index: 2;
	padding: 6px 10px 0;
	width: 130px;
	height: 18px;
	color: #27537a;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	background: url(/js/tab.png) no-repeat;
	/*border-bottom-style: none;*/
	border-bottom: 1px solid #97a5b0;
	
}

.mootabs_title li.active {
    background-position: 0 -50px;
    outline: 0; /* @ Firefox, switch off dotted border */
	border-bottom: 1px solid #fff;
}

.mootabs_panel {
	display: none;
	background-color: #fff;
	position: relative;
	top: 0px;
	width: 100%;
	clear: both;
	overflow: auto;
	border-top: 1px solid #97a5b0;
	border-bottom: 5px solid #97a5b0;
	padding-top:4px;
	
}

.mootabs_panel.active {
	background-color: #fff;
	display: block;
}
.jsub {
   padding: 5px 20px 7px 20px;
   margin: 0px;
}
.jsub:hover {
   background: #E0E8EF;
}
.jsub a {
   border-bottom: 0px;
   padding: 5px;
}



/* added Oct 3, 2007 */
.media-rating {
  background: transparent;
  width: 100px;
  height: 20px;
  position: absolute;
  top: 0px;
  right: 152px;
}

.media-row {
  width: 670px;
  position: relative;
  margin-bottom: 10px;
  font-size: 10px;
}

.media-row-foot, .media-row-body {
  background: #FFF url(/images/media_row_bg2.jpg) no-repeat;
}

.media-row-body {
  background-position: 0px 0px;
  padding: 7px 6px 0px 7px;
  height: 110px;
  position: relative;
  font-size: 10px;
  overflow: visible;
}

.media-row-foot {
  background-position: bottom left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 10px 10px 0px;
  width: 100%;
  height: 22px;
  z-index: 2;
  bottom: 0px;
}

.media-company {
  font-style: italic;
  position: absolute;
  top: 3px;
  left: 239px;
}

.media-addcart {
  padding: 0px;
  position: absolute;
  right: 23px;
  top: 0px;
}

.button_rt, .media-addcart a, .media-addcart a:visited {
   padding: 1px 0px 2px 8px;
   color: #000;
   border: 0px solid;
   background: transparent url(/images/button.gif) no-repeat top left;
   white-space: nowrap;
   height: 20px;
   float: left;
   margin: 0;
   color: white;
   font-size: 10px;
   opacity: 0.9; 
}

.button_rt {
   background-position: top right;
   width: 12px;
   padding: 0px;
}

.media-thumbnail {
  position: absolute;
  z-index: 100;
  overflow: visible;
  top: 7px;
  left: 8px;
}

.media-extra {
  border: 1px solid #DFDFDF;
  width: 645px;
  height: 37px;
  opacity: 0;
  display: none;
  position: absolute;
  top: 140px;
  left: 8px;
}

.media-title {
  margin-left: 230px;
  min-width: 360px;
  border-bottom: 0px solid;
  display: block;
  padding-top: 2px;
  float: left;
  position: relative;
  font-size: 16px;
  FONT-FAMILY: "My type of font","Times New Roman";
  font-weight: bold;
  letter-spacing: 2px;
}

.media-descripiion {
  margin-left: 230px;
  margin-top: 0px;
  display: block;
  padding-right: 15px;
  line-height: 13px;
}

.media-more a {
  color: black;
  position: absolute;
  top: 3px;
  right: 270px;
  font-weight: bold;
  text-decoration: underline;
  padding: 0px;
  border: 0px;
}

.media-format {
  display: inline;
  float: left;
  padding-left: 5px;
  width: 300px;
}

.media-length {
  border: 0px solid;
  font-weight: normal;
  float: left;
  padding: 0;
  width: 300px;
  margin-right: 15px;
}

.media-vote {
  display: block;
  float: left;
  clear: left;
  padding-left: 5px;
  width: 300px;
}

/*  styles for the unit rater
--------------------------------------------------------- 
ryan masuga, masugadesign.com
ryan@masugadesign.com 
Licensed under a Creative Commons Attribution 3.0 License.
http://creativecommons.org/licenses/by/3.0/
See readme.txt for full credit details.
--------------------------------------------------------- */

.ratingblock {
	display:block;
	border-bottom:0px solid #999;
	padding-bottom:8px;
	margin-bottom:8px;
	}

.loading {
	height: 30px;
	background: url('../images/working.gif') 50% 50% no-repeat;
	}
	
.unit-rating { /* the UL */
	list-style:none;
	margin: 0px;
	padding:0px;
	height: 20px;
	position: relative;
	background: url('../images/starrating.gif') top left repeat-x;		
	}

.unit-rating li{
    text-indent: -90000px;
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
	}
	
.unit-rating li a {
	outline: none;
	display:block;
	width:20px;
	height: 20px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	}
	
.unit-rating li a:hover{
	background: url('../images/starrating.gif') left center;
	z-index: 2;
	left: 0px;
	}

.unit-rating a.r1-unit{left: 0px;}
.unit-rating a.r1-unit:hover{width:20px;}
.unit-rating a.r2-unit{left:20px;}
.unit-rating a.r2-unit:hover{width: 40px;}
.unit-rating a.r3-unit{left: 40px;}
.unit-rating a.r3-unit:hover{width: 60px;}
.unit-rating a.r4-unit{left: 60px;}	
.unit-rating a.r4-unit:hover{width: 80px;}
.unit-rating a.r5-unit{left: 80px;}
.unit-rating a.r5-unit:hover{width: 100px;}
.unit-rating a.r6-unit{left: 100px;}
.unit-rating a.r6-unit:hover{width: 120px;}
.unit-rating a.r7-unit{left: 120px;}
.unit-rating a.r7-unit:hover{width: 140px;}
.unit-rating a.r8-unit{left: 140px;}
.unit-rating a.r8-unit:hover{width: 160px;}
.unit-rating a.r9-unit{left: 160px;}
.unit-rating a.r9-unit:hover{width: 180px;}
.unit-rating a.r10-unit{left: 180px;}
.unit-rating a.r10-unit:hover{width: 200px;}

.unit-rating li.current-rating {
	background: url('../images/starrating.gif') left bottom;
	position: absolute;
	height: 20px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
	}

.voted {color:#000;}
.thanks { display: none; color:#36AA3D;}
.static {color:#5D3126;}		
.ratingblock span { display: none; }

.ratingblock li {list-style: none;}

#media_sort { 
  float: right;
  position: relative;
  top: -19px;
  left: 70px;
}
#o {
  font-size: 11px;
  width: 120px;
}

