/* ------------------------------------------------------------ //
// -- fix for transparant .png in internet explorer v5.5 and v6 //
// -- v7 has this fixed, other browsers will ignore this fix    //
// ------------------------------------------------------------ */

/*
  ADD THIS LINE TO THE STYLE YOU WANT TO APPLY TRANSPARANCY TO
  behavior: url(../shared/styles/iepngfix.htc);
*/

/* =============================================================================================================== */

/* ----------------------------- //
// -- GLOBAL STYLES [ START ] -- //
// ----------------------------- */

body {
  background-color: #3F3F3F;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: top;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  margin: 0px;
}

h1 { /* pagetitle */
  clear: both;
  height: 27px;
  background-color: #FFFFFF;
  border-bottom-width: 1px;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-style: dashed;
  padding-top: 5px;
  padding-left: 13px;
  font-size: 18px;
  color: #0081A6;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: normal;
}

h2 { /* menu header */
  height: 18px;
  padding-left: 7px;
  padding-top: 4px;
  font-size: 12px;
  font-weight: bold;
  color: #3F3F3F;
  margin-top: 0px;
  margin-bottom: 0px;
}

h3 { /* content header */
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 3px;
  padding-bottom: 3px;
  height: 16px;
  font-size: 13px;
  font-weight: bold;
  color: #3F3F3F;
  margin-top: 0px;
  margin-bottom: 8px;
}

h4 { /* content title */
  font-size: 17px;
  margin-top: 0px;
  margin-bottom: 0px;
}

h5 { /* content title sub */
  font-size: 12px;
  margin-top: 0px;
  margin-bottom: 10px;
}

h6 { /* item title */
  font-size: 11px;
  font-weight: bold;
  color: #3F3F3F;
  margin-top: 0px;
  margin-bottom: 0px;
}

textarea,input,select {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  color: #3F3F3F;
  margin: 0px;
}

a:link {
  color: #2E7A90;
  text-decoration: none;
}

a:visited {
  text-decoration: none;
  color: #2E7A90;
}

a:hover {
  text-decoration: none;
}

input.sfld {
  margin-top: 1px;
  margin-left: 5px;
  border-bottom-width: 0px;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  background-color: #DFDFDF;
  width: 140px;
  font-size: 10px;
}

input.ssub {
  margin-top: 1px;
  margin-left: 5px;
  border-bottom-width: 0px;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  background-color: #DFDFDF;
  width: 20px;
  font-size: 10px;
  font-weight: bold;
}

input.searchbox {
  margin: 2px;
  padding: 0px;
  font-size: 11px;
  color: #3F3F3F;
  width: 130px;
  height: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #999999;
}

form {
  margin: 0px;
  padding: 0px;
}

td.key {
  font-size: 11px;
  color: #3F3F3F;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
}

td.val {
  font-size: 11px;
  color: #3F3F3F;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

/* --------------------------- //
// -- GLOBAL STYLES [ END ] -- //
// --------------------------- */

/* =============================================================================================================== */

/* --------------------------------------- //
// -- LAYOUT POSTITION STYLES [ START ] -- //
// --------------------------------------- */

div.stwr {
  width: 777px; /* - 149 left menu and - 51 to match collectorz.com site-width */
  margin: 0px auto;
}

div.sttbttl {
}

div.stfr {
  clear: both;
  position: relative;
  background-color: #DFDFDF;
  width: 777px; /* -149 left menu */
  padding-top: 10px;
}

div.ctwr {
  float: left;
  position: relative;
  width: 564px;
  padding-left: 0px; /* -149 left menu */
}

div.ct {
  width: 557px;
  margin-left: 8px;
}

div.rtwr {
  float: left;
  position: relative;
  width: 210px;
}

div.rt {
  width: 204px;
  margin-right: 6px;
  margin-left: 0px;
}

div.stft {
  clear: both;
}

div.stcpr {
  clear: both;
  text-align: center;
  font-size: 11px;
  color: #666666;
  padding: 10px;
  margin: 0px;
}

/* --------------------------------------- //
// -- LAYOUT POSTITION STYLES [ END ] ---- //
// --------------------------------------- */

/* =============================================================================================================== */

// EXTRA ADDED, NEW HEADER
/* ---------------------------------- //
// -- TOP MENU STYLES [ START ] ----- //
// ---------------------------------- */

div.header {
  width: 777px;
  height: 110px;
  background-color: white;
}

#logo {
  float: left;
  border: 0px;
  height: 55px;
  width: 55px;
  margin-top: -9px;
  margin-left: 2px;
}

div.hproduct {
  float: left;
  width: 777px;
  height: 60px;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #999999;
}

div.hproduct a {
  float: left;
  height: 48px;
  width: 77px;
  display: block;
  margin: 0px;
  padding-left: 19px;
  padding-top: 12px;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #999999;
  font-family: Arial;
  font-size: 14px;
  color: #FFFFFF;
  text-decoration: none;
}

div.hproduct a:hover {
  font-size: 15px;
  color: #FFFFFF;
  text-decoration: none;
  height: 49px;
  width: 78px;
  padding-left: 18px;
  padding-top: 11px;
}

div.hproduct a:visited {
  color: #FFFFFF;
  text-decoration: none;
}

#bghome {
  background-color: #086b8c;
}

#phome {
  background-image: url(collectorz_connect_blue.png);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #086b8c;
  width: 290px;
  padding-left: 0px;
}

#phome:hover {

}

#phome_no {
  background-image: url(collectorz_connect_grayw.png);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #AAAAAA;
  width: 290px;
  padding-left: 0px;
}

#pmusic_no,#pmovie_no,#pbook_no,#pcomic_no,#pgame_no {
  background-color: #AAAAAA;
}

#phome_no:hover {
  background-image: url(collectorz_connect_blue.png);
  background-color: #086b8c;
}

#bgmusic, #pmusic, #pmusic_no:hover {
  background-color: #f99734;
}

#bgmovie, #pmovie, #pmovie_no:hover {
  background-color: #59b332;
}

#bgbook, #pbook, #pbook_no:hover {
  background-color: #903e86;
}

#bgcomic, #pcomic, #pcomic_no:hover {
  background-color: #41a9de;
}

#bggame, #bggamesub, #pgame, #pgame_no:hover {
  background-color: #f3cf01;
}


/* -- sub menu -- */
div.m {
  float: left;
  width: 775px;
  height: 22px;
  padding-top: 2px;
  color: #FFFFFF;
  font-size: 12px;
  text-transform: lowercase;
	line-height: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	border-bottom-width: 0px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}

div.m a { 
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
}

div.m a:hover {
  color: #FFFFFF;
  text-decoration: underline;
  font-weight: bold;
}

div.m a:visited {
  color: #FFFFFF;
  font-weight: bold;
}

div.mleft {
  float: left;
  margin-left: 10px;
  line-height: 20px;
}

div.mright {
  float: right;
  margin-right: 10px;
  line-height: 20px;
}

div.hcrumb {
  float: left;
  width: 769px;
  height: 22px;
  font-size: 11px;
  line-height: 20px;
  color: #999999;
  font-weight: bold;
  padding-left: 3px;
  padding-right: 5px;
  padding-top: 2px;
  background-color: #dddddd;
  text-transform: lowercase;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #999999;
  border-left-width: 0px;
  border-left-style: solid;
  border-left-color: #999999;
  border-right-width: 0px;
  border-right-style: solid;
  border-right-color: #999999;
}

div.hcrumb a {
  color: #086b8c;
  text-decoration: none;
}

div.hcrumb a:hover {
  color: #086b8c;
  text-decoration: underline;
}

div.hcrumb a:visited {
  color: #086b8c;
}

/* -------------------------------- //
// -- TOP MENU STYLES [ END ] ----- //
// -------------------------------- */

/* =============================================================================================================== */

/* ------------------------------------- //
// -- CENTER CONTENT STYLES [ START ] -- //
// ------------------------------------- */

div.ctblfr {
  float: left;
  position: relative;
  width: 547px;
  background-color: #EEEEEE;
  border-left-color: #BFBFBF;
  border-left-style: solid;
  border-left-width: 1px;
  border-bottom-color: #BFBFBF;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-right-color: #BFBFBF;
  border-right-style: solid;
  border-right-width: 1px;
  margin-bottom: 10px;
  overflow: hidden;
}

div.ctblcn {
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-style: solid;
  border-color: #BFBFBF;
  padding-left: 7px;
  padding-right: 7px;
  padding-bottom: 7px;
  font-size: 11px;
  font-weight: normal;
  color: #3F3F3F;
  line-height: 14px;
}

div.ctblcn img.top {
  border: 2px;
  border-style: groove;
}

div.ctplfr {
  clear: both;
  font-size: 12px;
  color: #3F3F3F;
  margin-bottom: 10px;
  margin-right: 10px;
  overflow: hidden;
  /* min-height: 400px; */
  background-color: #EEEEEE;
  padding: 6px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-style: solid;
  border-color: #BFBFBF;
}

div.ctinfwr {
  float: right;
  position: relative;
  width: 243px;
}

.ctcvlarge {
  float: left;
  border: 2px;
  border-style: groove;
  margin-bottom: 10px;
}

.ctcvsmall {
  border: 1px;
  border-style: groove;
}

tr.ctmedth {
  font-weight: bold;
}
tr.ctmedth td {
  width: 17%;
}
tr.ctmedtc {
  vertical-align: top;
}

.cnbil {
  float: right;
  margin: 7px;
  text-align: right;
  font-size: 11px;
}

div.ctblviop {
  margin-right: 4px;
  text-align: right;
  margin-top: -20px;
}

div.ctblviop img {
  border: 0px;
}

  /* WHITE BLOCK STYLES START */
  
  div.ctblwfr {
    float: left;
    position: relative;
    width: 547px;
    background-color: #FFFFFF;
    margin-bottom: 10px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: #BFBFBF;
  }
  
  div.ctblwhdtit {
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-style: solid;
  }
  
  div.ctblwfr .rat {
    float: right;
    position: relative;
    text-align: right;
    margin-top: -44px;
    margin-right: 7px;
  }
  
  div.ctblwcn {
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 7px;
    padding-bottom: 5px;
    font-size: 11px;
    font-weight: normal;
    color: #3F3F3F;
    line-height: 14px;
  }
  
  div.ctblwcn img {
    float: left;
    position: relative;
    margin-top: 10px;
    margin-left: 4px;
    margin-right: 8px;
    border: 1px;
    border-style: groove;
  }
  
  div.ctblwcncol {
    float: left;
    position: relative;
    padding-left: 7px;
    padding-top: 7px;
    padding-bottom: 5px;
    font-size: 12px;
    color: #0081A6;
    font-weight: bold;
  }
  
  .sglcv {
    width: 38%;
  }
  
  .dblcv {
    width: 32%;
  }
  
  div.ctblwcntxt {
    clear: both;
    font-size: 11px;
    color: #3F3F3F;
    font-weight: normal;
  }
  
  /* WHITE BLOCK STYLES END */

/* ------------------------------------- //
// -- CENTER CONTENT STYLES [ END ] ---- //
// ------------------------------------- */

/* =============================================================================================================== */

/* --------------------------------- //
// -- RIGHT MENU STYLES [ START ] -- //
// --------------------------------- */

div.rtblfr {
  width: 203px;
  background-color: #EEEEEE;
  margin-bottom: 10px;
}

div.rtblhd {
}

div.rtblcnpl {
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 0px;
  border-bottom-width: 1px;
  border-style: solid;
  border-color: #BFBFBF;
  width: 187px;
  padding-top: 10px;
  padding-bottom: 5px;
  padding-right: 7px;
  padding-left: 7px;
  overflow: hidden;
  font-size: 11px;
  color: #3F3F3F;
}

div.rtblcnpl .pt {
  font-size: 11px;
  font-weight: lighter;
  color: #3F3F3F;
}

div.rtblcnpl img.mr {
  border: 0px;
  margin-right: 6px;
  margin-bottom: 0px;
  padding: 0px;
}

div.rtblcnpl table {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

div.rtblcnli {
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-style: solid;
  border-color: #BFBFBF;
}

div.rtblcnli a {
  height: 16px;
  border-bottom-width: 1px;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-style: solid;
  border-color: #BFBFBF;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 4px;
  font-size: 11px;
  font-weight: normal;
  color: #3F3F3F;
  display: block;
}

div.rtblcnli img {
  border: 0px;
}

div.rtblcnli img.mr {
  float: right;
  position: relative;
  border: 0px;
}

div.rtblcnli a:hover {
  background-color: #FFFFFF;
}

div.rtblcnpl td {
  font-size: 11px;
  font-weight: normal;
  color: #3F3F3F;
  vertical-align: top;
  padding-left: 10px;
  padding-bottom: 5px;
}

div.rtblcnpl td img {
  border: 1px;
  border-style: groove;
}

div.rtblviop {
  margin-right: 4px;
  text-align: right;
  margin-top: -20px;
}

div.rtblviop img {
  border: 0px;
}

/* --------------------------------- //
// -- RIGHT MENU STYLES [ END ] ---- //
// --------------------------------- */

/* =============================================================================================================== */

/* --------------------------------- //
// -- BLOG ITEMS STYLES [ START ] -- //
// --------------------------------- */

div.blblcn {
  width: 516px;
  background-color: #FFFFFF;
  margin-left: 8px;
  margin-bottom: 7px;
  min-height: 130px;
  padding: 7px;
  font-size: 11px;
  font-weight: normal;
  color: #3F3F3F;
}

div.blblcn img {
  max-width: 514px;
}

div.blblcn img.wpavatar {
  float: left;
  border: 1px;
  border-style: groove;
  margin-right: 10px;
  max-width: 80px;
  max-height: 80px;
}

div.blblcntxt {
  margin-bottom: 8px;
}

div.blblmrpg {
  font-size: 11px;
  text-align: right;
  margin-top: 10px;
  margin-bottom: 8px;
  margin-right: 9px;
}

div.blblfd {
  text-align: right;
  margin-top: 5px;
  margin-bottom: 7px;
  margin-right: 8px;
  font-size: 11px;
}

.blblvm {
  float: right;
  position: relative;
  border: 0px;
}

div.blblcntg {
  float: left;
  position: relative;
  font-size: 10px;
}

/* --------------------------------- //
// -- BLOG ITEMS STYLES [ END ] ---- //
// --------------------------------- */

/* =============================================================================================================== */

/* ----------------------------------- //
// -- REVIEW ITEMS STYLES [ START ] -- //
// ----------------------------------- */

div.rvblcn {
  float: left;
  font-size: 11px;
  font-weight: normal;
  color: #3F3F3F;
  width: 517px;
  background-color: #FFFFFF;
  padding: 7px;
  margin-bottom: 7px;
  margin-left: 7px;
  margin-right: 7px;
}

div.rvblcnct {
  float: left;
  margin-top: 7px;
  width: 518px;
}

div.rvblcnrev {
  float: left;
  font-weight: bold;
  margin-top: 2px;
  width: 420px;
  text-align: left;
}

div.rvblcn .rat {
  float: left;
  position: relative;
  margin-top: 4px;
}

.rvblcsm {
  font-size: 11px;
}

textarea.rvfcon {
  width: 512px;
  height: 110px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-color: #BFBFBF;
  border-style: solid;
  font-size: 12px;
  font-weight: normal;
  color: #3F3F3F;
}

div.rvfwr {
  float: left;
  position: relative;
  margin-top: 7px;
}

div.wpinputtxt {
  margin-right: 10px;
}
div.wpsubmitbut {
  text-align: right;
  margin-top: 10px;
  width: 509px;
}

div.rvfname {
  float: left;
  font-size: 11px;
}
div.rvfemail {
  float: left;
  position: relative;
  margin-left: 3px;
  font-size: 11px;
}
div.rvfrat {
  float: left;
  position: relative;
  margin-left: 3px;
  font-size: 11px;
}
div.rvfsub {
  float: left;
  position: relative;
  margin-left: 5px;
  margin-top: -4px;
  font-size: 11px;
}

div.wpinputtxt input {
  width: 175px;
  font-size: 12px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-color: #BFBFBF;
  border-style: solid;
  padding-top: 3px;
  padding-left: 2px;
  padding-right: 2px;
  margin-bottom: 3px;
}
div.rvfname input {
  width: 175px;
  font-size: 12px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-color: #BFBFBF;
  border-style: solid;
}
div.rvfemail input {
  width: 175px;
  font-size: 12px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-color: #BFBFBF;
  border-style: solid;
}
div.rvfrat input {
  width: 55px;
  font-size: 12px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-color: #BFBFBF;
  border-style: solid;
}
div.rvfsub input {
  font-size: 12px;
  font-weight: bold;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-color: #BFBFBF;
  margin-top: 3px;
}

/* ----------------------------------- //
// -- REVIEW ITEMS STYLES [ END ] ---- //
// ----------------------------------- */

/* ----------------------------------------- //
// -- REVIEW SMALL ITEMS STYLES [ START ] -- //
// ----------------------------------------- */

div.rvsmblnv {
  font-size: 10px;
  margin-bottom: 7px;
  width: 575px;
  text-align: right;
}

div.rvsmblmr {
  float: right;
  font-size: 11px;
  text-align: right;
  margin: 8px;
}

div.rvsmblfr {
  float: left;
  position: relative;
  width: 246px;
  background-color: #FFFFFF;
  margin-left: 2px;
  margin-right: 4px;
  margin-bottom: 4px;
  margin-top: 0px;
  padding: 7px;
  min-height: 160px;
}

div.rvsmblfr .cv {
  float: left;
  border: 1px;
  border-style: groove;
  margin-left: 1px;
  min-height: 55px;
  max-height: 110px;
}

div.rvsmblfr .rat {
  float: right;
  position: relative;
  text-align: right;
  border: 0px;
  border-style: groove;
  margin-bottom: 4px;
}

div.rvsmblfr .adt {
  float: right;
  position: relative;
  margin-top: 5px;
  margin-bottom: 10px;
  width: 154px;
}

div.rvsmblfr .adt a {
  font-weight: bold;
}

div.rvsmblfr .txt {
  float: right;
  position: relative;
  width: 154px;
}

div.rvsmblfr .txt img.mr {
  clear: both;
  float: right;
  position: relative;
  margin-top: 5px;
  text-align: right;
  border: 0px;
}

/* --------------------------------------- //
// -- REVIEW SMALL ITEMS STYLES [ END ] -- //
// --------------------------------------- */

/* -------------------------------------------- //
// -- REVIEW FEATURED ITEMS STYLES [ START ] -- //
// -------------------------------------------- */

div.rvfblfr {
  width: 528px;
  background-color: #FFFFFF;
}

div.rvfblcn {
  float: left;
  background-color: #FFFFFF;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-style: solid;
  border-color: #FFFFFF;
  font-size: 11px;
  font-weight: normal;
  color: #3F3F3F;
  padding: 7px;
  margin-bottom: 7px;
  margin-left: 7px;
  margin-right: 7px;
  min-height: 120px;
}

div.rvfblcn .cv {
  float: left;
  margin-top: 2px;
  width: 93px;
}
div.rvfblcn .adt {
  float: left;
  position: relative;
  text-align: left;
  width: 319px;
}

div.rvfblcn .adt a {
  font-weight: bold;
}

div.rvfblcn .rat {
  float: left;
  position: relative;
  text-align: right;
  border: 0px;
  width: 100px;
  text-align: right;
}
div.rvfblcn .txt {
  float: left;
  position: relative;
  width: 419px;
  margin-top: 6px;
}
div.rvfblcn .mr {
  float: right;
  margin-top: 5px;
  text-align: right;
  border: 0px;
}

div.rvfblcn .rat img {
  border: 0px;
}
div.rvfblcn .mr img {
  border: 0px;
}
div.rvfblcn .cv img {
  border: 1px;
  border-style: groove;
  max-height: 115px;
}

/* ------------------------------------------ //
// -- REVIEW FEATURED ITEMS STYLES [ END ] -- //
// ------------------------------------------ */

/* =============================================================================================================== */

/* ------------------------------------ //
// -- UPDATES ITEMS STYLES [ START ] -- //
// ------------------------------------ */

div.upblwr {
}

div.upblcn {
  float: left;
  width: 517px;
  height: 100%;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-style: solid;
  border-color: #FFFFFF;
  font-size: 11px;
  font-weight: normal;
  color: #3F3F3F;
  min-height: 100px;
  padding: 7px;
  margin-left: 8px;
  margin-bottom: 8px;
  background-color: white;
}

div.upblcn_cv {
  float: left;
  width: 97px;
}
div.upblcn_txt {
  float: left;
  position: relative;
  width: 414px;
}
div.upblcn_mr {
  float: right;
  position: relative;
  width: 449px;
  text-align: right;
  margin-top: 6px;
}

div.upblcn_mr img {
  border: 0px;
}

div.upblcn_cv img {
  border: 1px;
  border-style: groove;
}

/* ------------------------------------ //
// -- UPDATES ITEMS STYLES [ END ] ---- //
// ------------------------------------ */

/* =============================================================================================================== */

/* ----------------------------------- //
// -- RATING ITEMS STYLES [ START ] -- //
// ----------------------------------- */

div.ctblratcn {
  clear: both;
  padding: 7px;
  height: 25px;
  margin-bottom: 10px;
  width: 230px;
  background-color: #FFFFFF;
}

div.ctblratv {
  float: left;
  position: absolute;
  font-size: 11px;
}

div.ctblratv img {
  margin-top: 3px;
}

div.ctblratvf {
  float: right;
  position: relative;
}
div.ctblratvs {
  float: right;
  position: relative;
  margin-top: 1px;
  margin-left: 3px;
  margin-right: 0px;
}
div.ctblrated {
  text-align: right;
  font-size: 11px;
}

div.ctblratvf input {
  width: 49px;
  height: 20px;
  font-size: 12px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-color: #BFBFBF;
  background-image: url(images/formfield_ratinginput.jpg);
  background-repeat: no-repeat;
  padding-top: 3px;
  padding-left: 2px;
  padding-right: 2px;
  text-align: center;
  font-weight: bold;
}

div.ctblratvs input {
  border: 0px;
}

div.ctblratv img {
  border: 0px;
}

/* ----------------------------------- //
// -- RATING ITEMS STYLES [ END ] ---- //
// ----------------------------------- */

/* =============================================================================================================== */
