
.cpforum .forumpost {
	border: 1px solid gray;
	padding: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #F8F8F8;
}

.cpforum ul {
	list-style-type: none;
	padding-left: 2em;
	margin-left: 0px;
}

.cpforum li {
	padding-top: 2px;
	padding-bottom: 2px;
}

.cpforum ul.postinglevel0 {
	padding: 0px;
}

.cpforum .remoteip {
	color: gray;
	font-size: 88%;
}

.cpforum .cpsradio .cpsradiooption {
	float: left;
}

.cpforum .cpsoptionsclear {
	clear: both;
}

img.cpforumimg {
	padding: 0px;
	margin: 2px;
}

.jcarousel-skin-tango .jcarousel-container {
		margin-left: 5px;
		margin-top: 15px;
		margin-bottom: 10px;
    -moz-border-radius: 10px;
    background: #F8F8F8;
    border: 1px solid gray;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
	width: 575px;
}



.starrating_bar {
	/* 11x12 px stars */
  float: right;
  width: 66px;
  background: url(/images/stars/star_grey.gif) 0 0 repeat-x;
}
.starrating_barleft {
  float: left;
  width: 66px;
  background: url(/images/stars/star_grey.gif) 0 0 repeat-x;
}
.starrating_bar div, .starrating_barleft div{
  height: 12px;
  background: url(/images/stars/star_orange.gif) 0 0 repeat-x;
}


.boxrating_bar {
	/* 11x12 px boxs */
  float: right;
  width: 120px;
  background: url(/images/stars/rating20x20_off.gif) 0 0 repeat-x;
}
.boxrating_barleft {
  float: left;
  width: 120px;
  background: url(/images/stars/rating20x20_off.gif) 0 0 repeat-x;
}
.boxrating_bar div, .boxrating_barleft div{
  height: 18px;
  background: url(/images/stars/rating20x20_on.gif) 0 0 repeat-x;
}


.boxrating_bar_small {
  float: right;
  width: 60px;
  background: url(/images/stars/rating10x10_off.gif) 0 0 repeat-x;
}
.boxrating_bar_small div, .boxrating_barleft_small div{
	padding:0px; margin:0px;
  height: 10px;
  background: url(/images/stars/rating10x10_on.gif) 0 0 repeat-x;
}



.cpfformfieldtiny input,  .cpfformfieldtiny textarea  {
	width: 10%;
}

.cpfformfieldsmall input,  .cpfformfieldsmall textarea  {
	width: 25%;
}

.cpfformfieldmedium input, .cpfformfieldmedium textarea {
	width: 50%;
}

.cpfformfieldlarge input, .cpfformfieldlarge textarea  {
	width: 100%;
}

.forumpost.postnotapproved {
	border-color: red;
}