#cammain{
	color:#000000;
	cursor:default;
	font-family:"Trebuchet MS";
	font-size:11px;
	width: 700px;
}

#topcammer{
	color:#000000;
	cursor:default;
	font-family:"Trebuchet MS";
	background: #fff;
	padding: 10px;
	width: 210px;
	margin: 0 0 30px 0;
}

#topcammer h2{
	background: url(../img/logo_privatecams.png) no-repeat;
	width: 203px;
	height: 24px;
	text-indent: -9999em;
	margin: 0 auto 5px auto;
}

#camfilter{
	height: 26px;
	width: 688px;
	/*background: url(../img/privatecams/bgbalk_fp.png) no-repeat;*/
	padding: 5px 0 0 7px;
	margin-bottom: 10px;
}

#camfilter label{
  color: #3B3B3B;
  font-family: Georgia, "Times New Roman" ,Times,serif;
  font-size: 12px;
  font-weight: bold;
}

#dropdowns{
  float: left;
}

#namefilter{
  float: right;
  margin-right: 7px;
}

#filterbutton{
	background: url(../img/privatecams/gobutton.gif) repeat-x;
	border: 1px solid #fff;
	color: #fff;
	font-size: 11px;
	position: relative;
	text-decoration: none;
	padding: 0 2px;
	margin: 0 0 0 5px;
	cursor:pointer;
}

ul.camtabs{
  margin: 0 !important;
  padding: 0;
  height: 30px;
}

ul.camtabs li{
  float: left;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

ul.camtabs li.hiddenright{
	float: right;
	display:none;
}

ul.camtabs a{
  color: #3B3B3B;
  font-family: Georgia, "Times New Roman" ,Times,serif;
  font-size: 12px;
  font-weight: bold;
  float: left;
  display: block;
  padding: 5px 10px;
  text-decoration: none;
  height: 18px;
  background-color: #eaeaea;
  margin-right: 2px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -moz-outline-style: none;
  position: relative;
  top: 1px;
  border: solid 1px #d6d6d6;
  border-bottom: none;
}

ul.camtabs li.hiddenright a{
	margin-right: 0;
	margin-left: 2px;
}

ul.camtabs a:hover{
  color: #000;
  background-color: #FFF;
  border-bottom: 1px solid #FFF;
}

ul.camtabs a.current{
  background-color: #FFF;
  border-bottom: 1px solid #FFF;
  color: #000;
  cursor: default;
}

#tabFavorites{
  background: url(../img/privatecams/heart.png) no-repeat 0 0px;
  padding-left: 20px;
}

.panes{
	background: #fff;
	padding: 8px 0 0 8px
}

#buttons{
  position: relative;
  display: block;
  border: 0; 
  margin: 0 14px 0 14px;
  height: 30px;
}

#camcount{
  width: 468px;
  margin: 7px 0 7px 100px;
  float:left;
  text-align: center;
  font-weight: bold;
  color:#000;
}

.spinny{
  height: 16px;
  width: 16px;
  background: url(../img/privatecams/ajax-loader.gif) no-repeat;
  float:right;
}

a.refresh{
  display: block;
  height: 16px;
  width: 16px;
  outline: none;
  background: url(../img/privatecams/recur.png) no-repeat;
  text-indent: -9999px;
  float:right;
}

div.paging{
  position: relative;
  display: block;
  border: 0;
  height: 30px;
}

div.paging a{
  display: block;
  height: 16px;
  position: absolute;
  border: 0;
  cursor: pointer;
  outline: none;
  width: 16px;
  margin: 7px 0 7px 0;
  text-indent: -9999px;
}
.firstpage{
  left: 200px;
  background: url(../img/privatecams/navigate_beginning.png) no-repeat;
}
.prevpage{
  left: 250px;
  background: url(../img/privatecams/navigate_left.png) no-repeat;
}
.nextpage{
  right: 270px;
  background: url(../img/privatecams/navigate_right.png) no-repeat;
}
.lastpage{
  right: 220px;
  background: url(../img/privatecams/navigate_end.png) no-repeat;
}

.pagecount{
  display: block;
  height: 16px;
  width: 100px;
  position: absolute;
  left: 287px;
  border: 0;
  cursor: default;
  outline: none;
  margin: 7px 0 7px 0;
  font-weight: bold;
  text-align:center;
}

.camitem{
  border: solid 1px #D6D6D6;
  position:relative;
  float: left;
  overflow:hidden;
  background:#fff;
  width: 152px;
  height: 193px;
  margin: 0 8px 8px 0;
  padding: 5px;
}

#topcammer .camitem{
	border: none;
	width: 200px;
	height: 230px;
}

.camitem:hover{
  border: solid 1px #333;
  display:block;
}

.camitem.favorite{
  border:dashed  1px #e8008e;
}
.camitem.favorite:hover{
	border: solid 1px #e8008e;
	background:#fff8fc;
}

.camitem.topcam{
  border:dashed 1px #bc8e00;
}
.camitem.topcam:hover{
	border:solid 1px #bc8e00;
	background:#fffbee;
}

.camitem ul{
  font-weight: bold;
}

.camitem ul li{
  float: left;
  list-style:none;
}

.camitem ul li a{
  display: block;
  outline: none;
  position: relative;
  text-decoration: none;
  color: #000;
}

.camitem ul li.rowitemname a:hover{
	text-decoration:underline;
}

.camitem.favorite:hover ul li.rowitemname a{
	color:#ba0072;
}

.camitem ul li.favs{
  float: right;
  width: 16px;
  height: 16px;
}

.camitem ul li.favs button{
	float:right;
  width: 16px;
  height: 16px;
  cursor: pointer;
  text-indent: -9999px;
  border:none;
}

.addfav{background: url(../img/privatecams/heart.png) no-repeat 0 0px;}
.addfav:hover{background: url(../img/privatecams/heart_pounding3.gif) no-repeat 0 0px;}
.delfav{background: url(../img/privatecams/heart_pounding3.gif) no-repeat 0 0px;}
.delfav:hover{background: url(../img/privatecams/heart_broken.png) no-repeat 0 0px;}
#favoritescontainer .delfav{background: url(../img/privatecams/heart.png) no-repeat 0 0px;}

.camitem div.itemrating span{
  float: left;
  text-indent: -9999px;
  width: 12px;
  height: 11px;
  margin-left: 2px;
}

span.star{background: url(../img/privatecams/star.gif) no-repeat;}
span.starhalf{background: url(../img/privatecams/starhalf.gif) no-repeat;}
span.starempty{background: url(../img/privatecams/starempty.gif) no-repeat;}

.camitem .piclink{
	position:relative;
	height: 112px;
  width: 150px;
  display:block;
  background: #000;
  margin-top: 3px;
  text-decoration:none;
  border: solid 1px #aaa;
  overflow:hidden;
}

#topcammer .piclink{
	width: 200px;
	height: 150px;
	overflow:hidden;
}

.camitem.topcam .piclink{
	border:solid 1px #bc8e00;
}

.camitem img{
  float: left;
  width: 150px;
  -ms-interpolation-mode:bicubic;
}

#topcammer img{
	width: 200px;
}

.camitem .picholder .livescreen{width:94px;}
.camitem .picholder .photos{width:84px;}

.camitem .picholder .online{background: url(../img/privatecams/online.gif) no-repeat 0 0;}
.camitem .picholder .offline{background: url(../img/privatecams/offline.gif) no-repeat 0 0;}

.camitem .refresh{
	position:absolute;
	top:0;
	left:0;
	height: 112px;
  width: 150px;
  display:none;
	background:#fff url(../img/privatecams/img_load.gif) no-repeat 42px 21px;
	text-indent:-9999px;
}

#topcammer .refresh{
	height: 150px;
  width: 200px;
  display:block;
  background:#fff url(../img/privatecams/img_load.gif) no-repeat 62px 41px;
}

.camitem .imgoverlay{
	position:absolute;
	display:none;
	top: 71px;
	left: 0;
  width: 150px;
  height:20px;
  text-align:center;
	background: url(../img/privatecams/imgoverlaybg_1.png) repeat;
	padding:-3px 0 0 3px;
	color:#fff;
}

#topcammer .camitem .imgoverlay{
	top: 120px;
	width: 200px;
}

.camitem .picholder span{
	position:absolute;
	height:20px;
	background: url(../img/privatecams/imgoverlaybg_1.png) repeat;
	padding:-3px 0 0 3px;
	text-indent:16px;
	color:#fff;
	display:none;
	top: 3px;
	left: 3px;
}

#topcammer .picholder span{
	font-size:11px;
}

.camitem .picholder span span{
	text-indent:-9999px;
  width: 12px;
  height: 12px;
  margin: 2px 0 0 3px;
  top: 0;
  left: 0;
}

.camitem:hover .picholder span{
	display:block;
}

/*.camitem:hover .picholder span span{
	display:block;
	text-indent:-9999px;
  width: 12px;
  height: 12px;
  margin: 2px 0 0 3px;
  top: 0;
  left: 0;
}*/

.camitem:hover .picholder span span{
	display:block;
}

.camitem .imgbuttons{
	position: absolute;
	top: 129px;
	left: 120px;
	width: 34px;
	height: 15px;
	color: #fff;
	text-align: right;
	display:none;
}

.camitem:hover .imgbuttons{
	display:block;
}

.camitem .imgbuttons span{
	display:block;
	float:left;
	width:15px;
	height:15px;
	margin-right:2px;
}

.previousimg{background: url(../img/privatecams/imgleft.png) no-repeat;}
.nextimg{background: url(../img/privatecams/imgright.png) no-repeat;}

.camitem ul.iteminfo {
	padding:5px 0;
}

.camitem ul.iteminfo li{
  float: right;
  text-indent: -9999px;
  width: 16px;
  height: 16px;
  margin-left: 2px;
}

.camitem ul.iteminfo li.rowitemname{
  float:left;
  text-indent: 0px;
  width: auto;
}

.camitem ul.iteminfo li.favs{margin-left: 150px;}

.camitem ul.iteminfo li.about{    
  float: left;
  background: url(../img/privatecams/about.png) no-repeat 0px 0px;
}

li.dutch{background: url(../img/privatecams/flagsprite.png) no-repeat -60px 0px;}
li.english{background: url(../img/privatecams/flagsprite.png) no-repeat 0px 0px;}
li.german{background: url(../img/privatecams/flagsprite.png) no-repeat -40px 0px;}
li.french{background: url(../img/privatecams/flagsprite.png) no-repeat -20px 0px;}
li.italian{background: url(../img/privatecams/flagsprite.png) no-repeat -80px 0px;}
li.spanish{background: url(../img/privatecams/flagsprite.png) no-repeat -120px 0px;}
li.romanian{background: url(../img/privatecams/flagsprite.png) no-repeat -100px 0px;}

.camitem ul.chatbuttons li a {
	border:1px solid #367800;
	display:block;
	font-size:12px;
	height:16px;
	padding:2px 0;
	width:70px;
	text-align: center;
}

#topcammer ul.chatbuttons li{
	display:none;
}

.camitem ul li.online{
  float: right;
  background: #A7F634;
}

.camitem ul li.freechat{
  float: left;
  background: #E4E4E4;
}

.meercams{
	padding: 8px 0;
	background: #fff;
	text-align: center;
}

.campussy_cams{
	background: #fff;
}
