#cover {
    position: absolute;
    top: 10px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: gray;
    opacity: .7;
	filter: alpha(opacity=70);
    z-index: 5;
}

#loginpopup {
    position: absolute;
    background-color: white;
    top: 100px;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    z-index: 10;
    padding: 10px;
}


input.btn {background-color:#e9e9e9; border: 1px solid #336699;}
.btn {background-color:#e9e9e9; border: 1px solid #336699; margin: 0 5px 0 5px; vertical-align: bottom}
.center { margin-left: auto; margin-right: auto; text-align: center }
/* category list for directory, width should be 90%, font-size should be smaller on each level, margin should be higher on each level */
.cats {
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 10px;
}

.cats .cats2 {
	font-size: 80%;
	padding: .1em .5em;
}

.cats .cats3 {
	font-size: 70%;
	padding: .3em .8em;
}

.cats ul {
	width: 90%;
}

/* item comments */
.warning, .positive {
	background: url(/templates/img/warning.png) 0 100% no-repeat;
	padding: 0 0 7px 0;
	color: #999;
	margin: 20px 0;
	clear: left;
} * html .warning, * html .positive { height: 35px; }

.warning div, .positive div {
	background: url(/templates/img/warning.png) 0 0 no-repeat;
	padding: 8px 0 0 50px;
	min-height: 35px;
} * html .warning div, * html .positive div { height: 35px; }

.warning p, .positive p {
	margin-bottom: 0;
}
fieldset #url {
	width: 350px;
	display: inline;
}
.form-error {
	position: relative;
	top: -0.8em;
}

.form-error, .form-error-basic, .error/*, .warning*/ {
        color: #900;
        font-size: 85%;
        font-weight: bold;
        margin-bottom: 1em;
        background: url(/templates/img/error.gif) no-repeat;
        padding: 2px 0 4px 18px;
}

.form-large .form-text, .form-large .form-text-variable, .form-large textarea, #topic-default1, #topic-default2, #topic-default3, .form-large select, .form-large .form-brief {
	font-size: 126%;
	background: #FFFADB url(/templates/img/form-back.gif) repeat-x;
	border: 1px solid #CBB945;
	color: #776B1B;
	padding: 2px;
}

.form-large select {
	padding: 1px 0;
}

.form-large textarea.disabled {
	background: #eee;
	border: 1px solid #ccc;
	color: #666;
}

.form-large input {
	font-size: 126%;
}

.form-large div {
	padding-bottom: 1em;
	clear: left;
}

.form-large .inline {
	float: left;
	clear: none;
	padding-right: 5px;
}
.comhead {
	background: url(/templates/img/topbg.gif) repeat-x 0 95%;
  border:1px solid #666;color:#818181;padding:5px 0;
	margin: 10px 0 0 0;
	font-size: 135%;
	font-weight: normal;
	letter-spacing: -0.03em;
	line-height: 1;
}
.c-info {
	font-size: 95%;
	padding: 3px 5px;
	color: #546477;border-bottom: 1px solid #fff;
	text-align:right; 
	vertical-align: bottom;
}

.c-s {
	vertical-align: bottom;
}

.c-body-inside {
  width:90%;
	padding: 5px 0px;	
	overflow: hidden; /* for long urls */
	min-height: 25px;
	right: 5px;
} 

.c-reply {
	position: absolute;
	bottom: 0px;
	right: 5px;
	font-size: 85%;
}
.comdetail {
	background-color:#fff;border:1px solid #666;padding:5px 5px;
	text-align:center; 
}
.comdetail_a {
	background-color:#fff;border:1px solid #666;
	border-top: 0;
	text-align:center;
}
.comtextarea {
	background-color:#fff;width:400px;border:1px solid #666;
}
div.posttext,div.posttext2  {
 background: url(/templates/img/comment-1.png) no-repeat;
	color: #333;
	padding: 0;
	margin: 0 0 3px 0;
	position: relative;
	list-style: none;
	width: 100%; /* need IE7   border:1px solid #666;  padding:5px 0;	margin: 2px 0 0 0;*/
}
div.posttext2 {
  background:	#f0f0f0;
}
div.post {
	padding: 1px;
}
.cgro a { display:block; width:20px; height:20px; background-image:url(/templates/img/c_good_d.png);	text-align: right;	vertical-align : middle;}
.cgro a:hover {  background-image:url(/templates/img/c_good.png);}

.cbro a { display:block; width:20px; height:20px; background-image:url(/templates/img/c_bad_d.png);	text-align: right;	vertical-align : middle;}
.cbro a:hover {  background-image:url(/templates/img/c_bad.png);}


.cfro a { display:block; width:20px; height:20px; background-image:url(/templates/img/cflag_d.png);	text-align: right;	vertical-align : middle;}
.cfro a:hover {  background-image:url(/templates/img/cflag.png);}
.cuser {	font-size: 12px;font-weight: bold;	width: auto;	float: left;	vertical-align : middle;}
.menu1{
      font-size: 10px;
      color: #5f5f5f;
      margin: 0;
	    vertical-align : middle;
	    text-align:right;
	    background: #EEEEEE;
	    background: url(/templates/img/bgcom.gif) repeat-x 0 95%;
	    padding: 2px 0;
    }
    .menu2 ul, .menu1 ul {
      margin: 0;
      padding: 0;
      list-style-type: none;
      width: 100%;
       height:20px;
    }
    .menu2 li, .menu1 li {
      margin: 0;
      padding: 0;
      float: right;
      padding-right: 1em;
       width: auto;
    }
    .menu2 li{float: left;font-weight: bold;}

#comments {
	direction: ltr;
	display: inline;
	font-size: 11px;
	text-align: left;
	width: 440px;
}


#comments .addcommentlink {
	color: #676767;
	font-size: 10px;
	text-decoration: none;
}

#comments .addcommentlink1 {
	font-size: 10px;
	text-decoration: none;
}

#comments .bad {
	color: #808080;
}

#comments .badcomment, #comments .opencomment {
	color: #808080;
	font-size: 11px;
}

#comments .by {
	color: #676767;
	font-size: 10px;
	margin: 2px 0 2px 0;
	padding-right: 0px;
}

#comments .commenttext {
	margin: 0px 0px 0px 0;
}

#comments .filtered {
	font-size: 10px;
	padding-bottom: 12px;
}

#comments .imguser {
	margin-bottom: -2px;
}

#comments .m {
	list-style: url(/templates/img/new_lic2.gif);
	list-style-type: circle;
	margin-right: 0px;
	margin-top: 0px;
	padding-right: 0px;
	vertical-align: bottom;
	white-space: normal;
}

#comments .moderateg {
	color: #008000;
	direction: ltr;
	font-size: 10px;
}

#comments .moderater {
	color: #FF0000;
	direction: ltr;
	font-size: 10px;
}

#comments .name {
	color: #676767;
	font-size: 10px;
}

#comments .p {
	font-family: verdana;
	font-size: 11px;
	list-style: url(/templates/img/new_lic1.gif);
	list-style-type: circle;
	margin-right: 0px;
	margin-top: 0px;
	padding-right: 0px;
	text-align: left;
	vertical-align: bottom;
	white-space: normal;
}

#comments .space15px {
	margin-bottom: 15px;
}

#comments .verybad {
	color: #808080;
	font-size: 10px;
}

#comments strong {
	direction: ltr;
	font-family: verdana;
	font-size: 11px;
	margin-right: 0px;
	padding-right: 0px;
	width: 300px;
}

#comments ul {
	margin: 0px 0px 0px 10px;
}


/* info page */

#info .fs {
	float: right;
	margin: 0 0 .8em 0;
}

#info .submitter {
	display: block;
	height: 64px;
}
#info em {
	color: #000000;
	display: block;
	float: left;
	font-weight: bold;
	margin: 0 0 .8em 0;
	padding: 0;
}
#info img {
	float: left;
	margin-right: 5px;
}
#info p {
	clear: both;
	margin: 0 0 1em 0;
}

/* items list */
#items {
	float: left;
	margin-right: 0px;
	margin-top: 8px;
	padding-right: 0px;
	width: 500px;
}
#items li {	
	display: block;
	margin-bottom: 1.5em;
	margin-left: 10px;
	width: 480px;
}
* html #items li {
	cursor: pointer;
	display: block;
	margin-bottom: 1.5em;
	margin-left: 5px;
	width: 480px;
}
#items TD {
	font-size: 11px;
}
#items .block,#items .blocks {
	display: block;
	float: left;
	line-height: 1.5em;
	margin: -.1em 0em .4em 0em;
	width: 330px;
	font-size: 11px;	
	cursor: pointer;
}
#items .blocks{ width: 460px;}
#items .desc a {
	color: #4d4f50;
	text-decoration: underline;
}

#items .block0, .block1 {
	float: right;
	margin: 0em 0em 0em 0em ;
	font-size: 11px;
}
#items .block1 {
	float: left;
}
#items div {
	clear: none;
	float: right;
	width: 428px;
}

#items .desc {
	color: #4d4f50;
	font-size: 11px;	
  margin: 5px 0px;	
}
#items .g{
	color: #009900;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
}

#items .odd{
	background-color: #F1F5F6;
}

#items .r{
	color: #FF0000;
	font-style: normal;
	text-transform: capitalize;
}

#items .rated {
	color: #3f4040;
	display: inline;
}
#items .runTime {
	color: #333;
	font-size:9px;
	text-align: right;
	display: block;
	margin-top:-8px;
	z-index: 10000;
	float: right;
}
#items #imgAndTime {
	float:left;
	width:136px;
	vertical-align:bottom;
}
#items .submitted {
  cursor: pointer;
	text-align:left;
	color:#3f4040;
	font-size:9px;
}
#items .submitted a {
	color: #1d73a3;
	text-decoration: underline;
}

#items .tag {
  margin-top:5px;
	text-align:left;
	color:#3f4040;
	font-size:9px;
}
#items .tag a {
	color: #1d73a3;
	text-decoration: underline;
}

#items a {
	color: #1d73a3;
	text-decoration: none;
	font-size: 11px;		
}
#items .subm {
	width:66%;
	font-weight:bold;
}
#items .itemsHeader {
	display:inline;
	width:100%;	
	border-bottom:1px solid #666;
}
#items .timeago {
	text-align:right;
	width:34%;
	float:right;
}
#items em {
	float: right;
	font-size: 90%;
	font-style: normal;
	padding: 0 .2em;
	white-space: nowrap;
}
* html #items em {
	float: right;
	font-size: 90%;
	font-style: normal;
	padding: 0 0.5em;
	white-space: nowrap;
}
#items img {
	border: none;
}
#items .rated img {
	border: none;
	float: none;
	position: relative;
	top: 3px;
}
#items .plus {
	position: relative;
	top: 3px;
	margin: 0 0 0 4px;
}

#items strong, #items h3 {
	display: block;
	float: left;
	font-size: 110%;
	margin:0 0 0 -0.2em;
	padding: 0 .2em;
	text-align: left;
	cursor: pointer;
	color: #3f4040;
}
#items h3 {
  border-bottom:1px dashed #CFCFCF;
}
#items table{
	width: 330px;
}

#items tr{
	padding-left: .5em;
}
#items .p{
	margin: 0;
	padding: 5px 0px 0px 5px;
}

/* rounded spotlights */
.round {
	text-align: left;
	clear:both;
	margin: 0 0 0 10px;
}

/* for each color, define */
.round .blue {
	background: url(/templates/img/rblue.gif) no-repeat;
}

.round .blue:hover {
	background: url(/templates/img/rbluen.gif) no-repeat;
}

.round .green {
	background: url(/templates/img/rgreen.gif) no-repeat;
}

.round .green:hover {
	background: url(/templates/img/rgreenn.gif) no-repeat;
}

.round .pink {
	background: url(/templates/img/rpink.gif) no-repeat;
}

.round .pink:hover {
	background: url(/templates/img/rpinkn.gif) no-repeat;
}

.round a {
	display: block;
	height: 42px;
	line-height: 42px;
	text-align: center;
	text-decoration: none;
}

.round a strong {
	text-transform: uppercase;
}


/* pagination links (prev/next) */
#pagination {
	font-size: 10pt;
	letter-spacing: 0px;
	margin: 16px 0 0px 0;
	text-align: center;
	width: 776px;	
}
#pagination img {
	width: 776px;	
}
#pagination .pages {
	bottom: 42px; 
	position: relative;
	right: 0em;
}
* html #pagination .pages {
	bottom: 44px; 
	cursor: default;
	position: relative;
	right: 0em;
}
#pagination .pages a {
	text-decoration: underline;
	color: #1d73a3;
	font-size: 15px;
	font-weight: normal;
	position: relative;
	bottom:4px;
	cursor: pointer;
}

#pagination .pages strong {
	color: #4d4f50; /*	font-weight:bold;*/
	font-size: 18px;
	position: relative;
	bottom:2px;
}
/* Banners */

#floatBannersRight {
	float: right;
	width: 230px;
}
#floatBannersLeft {
	float:left;
	width:230px;
}
#promo {
	cursor: pointer;
	display: block;
	float: right;
	height: 400px;
	text-align: left;
	width: 230px;
}
/* top items */
#topitems {
	float: left;
	margin: 0 10px 1.5em 10px;
	font-size: 11px;	
	width:756px;
}
* html #topitems {
	float: left;
	margin: 0 0px 1.5em 5px;
	font-size: 11px;	
	width: 766px;
}
#topitems #firsttopitems {
	margin-left: 0px;
}
#topitems .play {
	position: absolute;
	top: 140px;
	left:8px;
}
#topitems .comments {
	font-style: normal;
}
#topitems .desc {
	display: block;
	font-style: normal;
	cursor: pointer; 
	color: #4d4f50;
	width:220px;
}
#topitems .strong a {
	color:#4d4f50;
	text-decoration: none;
	display: inline;
	width: 100%;
}
#topitems a {
	text-decoration: none;
	color: #4d4f50;
}
#topitems .submitted {
  cursor: pointer;
	text-decoration: none;
	color: #4d4f50;
	font-size: 9px;
}
#topitems .submitted a {
	text-decoration:underline;
	color: #1d73a3;
	font-size: 9px;
}
#topitems em, #topitems h1 {
	font-style: normal;
	font-size: 14px;
	margin: 0;
	font-weight: 300;
}
#topitems li {
	margin-left: 43.5px;
	width:221px;
	position: relative;	
}
* html #topitems li {
	margin-left: 38px;
	width:226px;
	position: relative;
}
#topitems p {
	margin: 0;
	cursor: pointer;
}
#topitems strong, #topitems h2{
	color: #3f4040;
	text-decoration: none;
	font-size: 13px;
	margin: 0;
	font-weight: 600;
}
#topitems h2 a {
	text-decoration: none;
	color: #3f4040;
	display: block;
}
#topitems .runTime {
	color: #4d4f50;
	font-size:10px;
	text-align: right;
	display: block;
	margin:-8px 0px 0 0;
	z-index: 10000;
	direction: ltr;
}
#topitems .strong img {
	position: relative;
	top:3px;
}
#topitems a.comments {
	font-size:11px;
	display:block;
	/*color:#5ba2e2; */
	color:#1d73a3;
	font-weight:normal;
	text-decoration:underline;
}
#topitems .sep {
	color:#aaa; 
	font-weight:normal;
}

/* small table submitter */
#smallsub {
	float: right;
	height: 240px;
	margin: 10px 10px 0px 0;
	text-align: left;
	width: 223px;
}
* html #smallsub {
	float: right;
	height: 240px;
	margin: 10px 5px 0px 0;
	text-align: left;
	width: 223px;
}
#smallsub  #level0 {
	background-image: url(/templates/img/submitters/new_smallh.gif);
	font-size: 11px;
	height: 27px;
	width: 223px;
	padding: 0px 0 0px 0;
}

#smallsub  #level0 a.linktop {
	color: #fff;
	font-weight: bold;
	height: 217px;
	text-decoration: none;
	font-size: 14px;
	text-align: center;
	font-family: verdana;
}

#smallsub  #level0 a.linktop:hover {
	color: #fff;
	font-weight: bold;
	height: 217px;
	text-decoration: none;
}

#smallsub  #level1, #smallsub  #level3, #smallsub  #level4, #smallsub  #mains0 {
	background: #FFFFFF;
}

#smallsub  #level12, #smallsub  #mains1 {
	background: #ebf2f5;
}

#smallsub  #level12, #smallsub  #mains0 {
	background: #f7f8f9;
}
#smallsub  #level15 {
	background: #f7f8f9;
	height: 6px;
}

#smallsub  #level16 {
	border: 0px solid #89949a;
}

#smallsub  #topbars{
	background: #FFCC00;
}

#smallsub  .linktop {
	padding: 0px 0 0 10px;
}

#smallsub .score {
	margin: 0 4px 0 8px;
	text-align: right;
}
#smallsub .scores {
	padding: 0 0px 0 0px;
	text-align: left;
	width: 30px;
}
#smallsub .number {
	padding: 0 0px 0 20px;
	text-align: left;
}
#smallsub a {
	color: #1d73a3;
}

#smallsub .footer {
	background-color: #fff;
	font-family: verdana;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	margin: 10px 0 0 0;
}
#smallsub .footer a {
	color: #1d73a3;
}

#subcontent {
	margin-bottom: 40px;
}
#statsLiveCounter {
	width: 230px;
	height: 70px;
}

#floatStatsMessage, #floatStatsCategory, #topUsers {
  background: url(/templates/img/getDiscovered.jpg) no-repeat;
	float: right;
	margin: 10px 10px 0 0;
	width: 227px;
	text-align: left;
	height: 141px;
	font-family: verdana;
	padding: 5px 0 0 0 ;
}

#topUsers  a{
	color: #1d73a3;
	font-size:13px;
  text-decoration:none;
}

#floatStatsCategory {
  background: url(/templates/img/category_bg.jpg) no-repeat;
	height: 300px;
}

#floatStatsMessage .head, #floatStatsCategory .head, #topUsers .head{
	color: #3686B3;
	font-size:13px;
	font-weight: bold;
	padding: 0px 8px;
}
#floatStatsMessage .text, #floatStatsCategory .text {
	color: #3f4040;
	font-size:13px;
	font-weight: normal;
	padding: 5px 10px;
	display: block;
}
#floatStatsMessage a , #floatStatsCategory a{
	color: #1d73a3;	
	margin: 2px 10px;	
	font-size:13px;
  text-decoration:none;	
  padding: 5px 10px;
}

#relativemenu{  
  padding:6px 6px;
  height:520px;
  width:227px;
  float: right;
}
#relativeinside{
  height:510px;
  width:227px;
  display:block;
  overflow:auto;
  color:#000;
  background-color:#eee;
  border:1px solid #ccc; 
}

#relcon{  
  width:200px; 
  color:#000;
  background-color:#eee;
  margin:10px 10px;  
}
#reldetail{
  text-align: left;
  width:190px;
}
#relimg{
  text-align: center;  
  border:2px solid #fff;   
  padding:2px 2px;
  width:130px;
}
#reltitle,#relviewall{
  font-size:12px;
  text-decoration:underline;
  color:#3686B3;
}

#reltitle a,#relviewall a{
  color:#1587CB;
}

#reltitle a:hover,#relviewall a:hover{
  color:#000;  
}

#relviewall{
  margin:10px;
}


#relfrom, #relviews{
  font-size:10px;
  color:#666;
}

div.tabArea {
  font-size: 80%;
  font-weight: bold;
}


a.tab {
  background-color: #d0d0d0;
  border:1px solid #ccc; 
  border-bottom-width: 0px;
  padding: 2px 1em 2px 1em;
  position: relative;
  text-decoration: none;
  top: -1px;
  z-index: 100;
}

a.tab.activeTab {
  background-color: #f0f0f0;
  z-index: 102;
}

a.tab {
  color: #808080;
}

a.tab:hover, a.tab.activeTab:hover {
  background-color: #f0f0f0;
  color: #606060;
}

#userTab, #relativeTab{
  cursor:pointer !important;
}

.statsFF {
	float: right;
	margin: 10px 0 10px 0;
	width: 230px;
	text-align: center;
}
#navsub {
	float:left;
	width:776px;
	text-align:left;
	padding:0 0px 0 10px;
}
#familyFilterArea{
	float:right;
	width:150px;
	margin: 0 14px 0 0;
}
#sort{
	margin: 10px 7px 0px 2px;
	padding: 0;
}
* html #sort{
	margin: 0px 7px 0px 2px;
	padding: 0;
}
#sort span, #sort a {
	margin: 0;
	padding: 0;
	font-size: 11px;
}

#period{
	margin: 10px 0px 10px 0px;
	padding: 0;
	display: block;
}
#sort h1 {
	font-size: 17px;
	clear: both;
	margin: 10px 0px 0px 0px;
	display: inline;
}
#sort .sortBy {
	margin: 0 0 0 10px;
	font-weight: bold;
}
#period h1 {
	font-size: 17px;
	clear: both;
	margin: 0px 15px 0px 0px;
	display: inline;
}
#searchResults {
	font-size:17px;
	color:#4d4f50;
	text-align: left;
	margin: 80px 10px 10px 13px;
	display: block;
}
* html #searchResults {
	font-size:17px;
	color:#4d4f50;
	text-align: left;
	margin: 0px 10px 10px 10px;
	display: block;
}
#searchResults h1 {
	font-size:17px;
	color:#4d4f50;
	display: inline;
	clear: both;
}
#searchResults .searchFilter {
	font-size: 10px;
	margin: 0px 10px 0 10px;
}
#formSearch .familyFilter {
	margin: 10px 10px 0 0;
	clear: both;
}
* html #formSearch .familyFilter {
	margin: 0px 0px 0 0;
	clear: both;
}
.searchFilterUnder {
	margin: 6px 2px 0 2px;
	font-size: 10px;
}

/* sub header on subbmitter page*/
#subheader {
	margin: 20px 0 20px 10px;
	padding: 0;
	width: 756px;
	clear: both;
}

#subheader #main {
	background-color: transparent;
	margin: 0;
	padding: 0;
}

#subheader #text {
	border: 0px solid #000000;
	float: right;
	margin: 0px 10px 0px 0px;
	text-align: left;
	width: 82%;
	z-index: 3;
}

#subheader .desc {
	font-size: 12px;
	margin: 0px 0px 0px 10px;
	text-align: left;
}

#subheader .h1 {
	color:#3f4040;
	font-size: 18px;
	font-weight: 900;
}

#subheader .image {
	background-image: url(/templates/img/submitters/user_image.gif);
}

#subheader .rbbot {
	background: url(/templates/img/submitters/corners_bottom.gif) repeat-x;
	z-index: 99;
}

#subheader .rbbot div {
	background: url(/templates/img/submitters/corners_bottom_left.gif) no-repeat top left;
	z-index: 99;
}

#subheader .rbbot div div {
	background: url(/templates/img/submitters/corners_bottom_right.gif) no-repeat top right;
	z-index: 99;
}

#subheader .rbcontent {
	background: url(/templates/img/submitters/corners_right.gif) repeat-y right;
	font-size: 12px;
	margin: 0;
	padding: 0px 7px 0px 7px;
	z-index: 99;
}

#subheader .rbcontentwrap {
	background: url(/templates/img/submitters/corners_left.gif) repeat-y;
	z-index: 99;
}

#subheader .rbroundbox {
	background-color: #ECE9E9;
	margin: 10px 0 0px 0;
	width: 100%;
	z-index: 99;
}

#subheader .rbtop {
	background: url(/templates/img/submitters/corners_top.gif) repeat-x;
	z-index: 99;
}

#subheader .rbtop div {
	background: url(/templates/img/submitters/corners_top_left.gif) no-repeat top left;
	z-index: 99;
}

#subheader .rbtop div div {
	background: url(/templates/img/submitters/corners_top_right.gif) no-repeat top right;
	z-index: 99;
}

/* height and width details */
#subheader .rbtop div, #subheader .rbtop, #subheader .rbbot div, #subheader .rbbot {
	font-size: 0px;
	height: 12px;
	width: 100%;
}

#subheader .title {
	color: #999999;
	margin: 0px 0px 0px 10px;
}

#subheader a {
	font-weight: normal;
	color: #1d73a3;
}

#CSviewPoint{
	margin: 14px 0px 0 -10px;
}
#CSviewPoint #CSthumb{
	z-index: 1;
	position: relative;
}
#CSviewPoint #CSthumbGrad{
	z-index: 1000;
	background: url(/templates/img/viewPointGradCategory.gif) no-repeat left top;
	width: 227px;
	height: 138px;
	position: absolute;
	top:50px;
}
#CSviewPoint #CSmessage{
	z-index: 1000;
	background: url(/templates/img/viewPointBGCategory.jpg) no-repeat left top;
	width: 228px;
	height: 188px;
	position: relative;
	top:-9px;
}
/* comments */
#comments {
	font-size:12px;
	direction: ltr;
	text-align: left;
	display: inline;
	width:99%;
	float: left; 
	min-height: 400px;
	padding: 0 0px 0 0px;
}

#comments .p {
	background-image: url(/i/new_lic1.gif);
	background-repeat: no-repeat;
	vertical-align: bottom;
	padding:0px; 
	list-style-type: none;
	font-size: 11px;
	text-align:left;
	white-space: normal;
	margin: 4px 0 0 0px;
	padding: 0 0px 0 30px;
}
#comments strong {
	padding-right:0px; 
	margin-right:0px; 
	font-size: 11px;
	width: 300px;
	direction: ltr;	
}
#comments .m {
	background-image: url(/i/new_lic2.gif);
	background-repeat: no-repeat;
	vertical-align: bottom;
	margin: 10px 0 0 10px;
	padding: 0 0px 0 30px;
	white-space: normal;
	color: #4d4f50;
}
* html #comments .m {
	background-image: url(/i/new_lic2.gif);
	background-repeat: no-repeat;
	vertical-align: bottom;
	margin: 4px 0 0 -20px;
	padding: 0 0px 0 30px;
	white-space: normal;
	color: #4d4f50;
}
#comments ul {
	margin: 0px 0px 0 20px;
}
#comments ul.topLevel {
	background: url('/i/comSep.gif') no-repeat bottom;
	margin: 5px 0 0 -20px;
	width: 490px;
	padding: 4px 0 20px 0;
}
#comments  .reply {
	color: #000;
	visibility: visible;
	display: block;
	border: 1px solid #666;
	padding: 10px;
	margin: 10px 0 10px 0px;
	clear: left;
	background-color: #fff;
	width: 340px;
}
#comments .filtered {
	margin: 10px 0px 0 30px;
	font-size:10px;
	text-align: left;
}
* html #comments .filtered {
	margin: 10px 0px 0 10px;
	font-size:10px;
	text-align: left;
}
#comments .fi {
	vertical-align: bottom;
	padding-right:0px; 
	margin:0 0 14px 0; 
	list-style-type: none;
	white-space: normal;
	font-size: 10px;
}
#comments .adminComments{
	visibility:hidden; 
	font-size:10px;
	text-decoration:none;
}
#comments .NumOfComments {
	font-weight:bold; 
	visibility:hidden; 
	display: inline;
}
#comments .commentText {
	margin: 0px 0px 0px 0;
	font-size: 11px;
}
#comments .by {
	margin: 2px 0 2px 0;
	padding-right:0px;
	font-size: 10px;
	color:#4d4f50;
}
#comments .name {
	font-size: 10px;
	color:#4d4f50;
}
#comments .addCommentLink {
	text-decoration: none; 
	font-size: 10px;
	color: #1d73a3;
}
#comments .addCommentLink1 {
	text-decoration: underline; 
	font-size: 10px;
	cursor: pointer;
	color: #1d73a3;
}
#comments .opencomment {
	color: #4d4f50; 
	font-size: 11px;
}
#comments .bad {
	color: gray; 
}
#comments .badcomment {
	color: gray;
	font-size: 12px 
}
#comments .verybad {
	color: gray;
	font-size: 10px 
}
#comments .moderateg {
	color: green;
	font-size: 10px; 
	direction: ltr;
	unicode-bidi: bidi-override;
}
#comments .moderater {
	color: red;
	font-size: 10px; 
	direction: ltr;	
	unicode-bidi: bidi-override;
}
#comments .space15px {
	margin-bottom: 0px;
}
#comments .show {
	margin: 20px 0;
	display: block;
}
#comments a.show {
	color:#1d73a3;
}
#subcontent {
	margin-bottom: 40px;
}

#comments #subcontent .tooltipTop {
	background: transparent;
	background-repeat: no-repeat;
	background-image: url(/i/quot-top.gif);
	border: 0px solid black; 
	width:200px;
	height:47px;
	color:#333;
	font-weight: normal;
}
#comments #subcontent .middle {
	background: transparent;
	background-image: url(/i/quot-mid.gif);
	background-repeat:repeat-y;	
	font-weight: normal;
	font-size: 11px;
	z-index:1000;
	width: 200px;

}
#comments #subcontent .bottom {
	background: transparent;
	background-image: url(/i/quot-bot.gif);
	background-repeat: no-repeat;
	height: 16px;

}
#comments #subcontent .tooltipExit {
	float:right;
	font-size: 10px;
	z-index:1000;
	margin: 0 6px 0 0;
}
#comments #subcontent .mainText {
	padding: 0 6px 0 6px;
}

#comments #subcontent .exit {
	color: black;
	z-index:1000;
}
#comments #beTheFirst {
	color: #1d73a3;
	text-decoration: underline;
}
#comments .imgUser {
	margin-bottom: 0px;
}
#comments .input, textarea {
	margin-top:0px;
	border:1px solid #000;
	font-family:verdana;
	color: #000;	
}
#comments input.none {
	border: 0px;
}
#comments td, p {
	font-size: 11px;
	color: #000;	
}
#comments table.box {
	width: 300px;
	color: #000;	
}
#comments .box {
	background-color: #F3F3F3;
	border: dashed 1px #CCCCCC;
	color: #000;
	font-family: Verdana, verdana, Helvetica, sans-serif;
	font-size: 11px;
	margin: 10px 0 4px 0;
	padding: 10px;
	width: 320px;
}
#comments .disc {
	color: #000;
	font: 9px sans-serif;
	width: 250px;
	margin: 4px 10px 0 0;
}
#comments .email {
	margin-left: 0px;
}
#comments .notice {
	color: #000;
	font-size: 9px;
	margin-left: 0px;
}
#comments .select {
	padding-left: 0px;
	text-align: right;
}
#comments .submite {
	margin: 10px 0 0 0;
	float:right;
}
#comments .submitm {
	color: #000;
	font-size: 11px;
	margin-left: 0px;
	padding-left: 10px;
	width: 90px;
	text-align: right;
}
#comments .title {
	margin-top: 5px;
	width: 340px;
	border: 1px solid #000;
}
#comments .moderatethis {
	width: 140px;
	text-align: left;
	margin-right: 30px;
}
#comments .commentTitle {
	font-size: 11px;
	color: #000;
	line-height: 10px;
	margin: 0 0 6px 0;
	font-weight: bold;
}
#comments .addcomod{
	font-weight: bold;
	font-size: 11px;
	color: Black;
}
#comments #spanAddCommentText {
	color: #1d73a3;
	text-decoration: none;
}
#comments .right{
	width: 20px;
	float: right;
	text-align: right;
	cursor: pointer;
	color: #1d73a3;
	font-size: 10px;
	margin: 0 10px 0 0;
}
* html #comments .right{
	margin: 0 0px 0 0;
}
#comments .main{
	width: 340px;
	margin: 0 0 10px 0;
}
#items .block0,#items  .rated,#items  .desc,#items .submitted,#items  .tag{
  width:328px;
}
#items .destable{
  width:100%;
}
.destable{
  width:100%;
}
div.pagination {
	padding: 3px;
	margin: 3px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #CCFFFF;
	
	text-decoration: none; /* no underline */
	color: #000099;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #00FFFF;

	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
		border: 1px solid #666;
		
		font-weight: bold;
		background-color: #fff;
		color: #99CCCC;
	}
div.pagination span.disabled {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		border: 1px solid #EEE;
	
		color: #DDD;
}
#user-list ul {
	list-style: none;
	margin-left: 0;
	padding-left: 10px;
}

#user-list li {
	width: 150px;
	float: left;
}
#showimage{  position:absolute;  visibility:hidden;  border: 1px solid gray;  }  #dragbar{  cursor: hand;  cursor: pointer;  background-color: #EFEFEF;  min-width: 100px; /*NS6 style to overcome bug*/  }  #dragbar #closetext{  font-weight: bold;  margin-right: 1px;  }
