
body {
  margin: 0px;
  xbackground-color: #58a;
  background: #fff;

  font-family: 'Trebuchet MS', 'Verdana', Sans-serif;
  font-weight: normal;
  color: #555;
  text-align: center;
}

a {
  color: #484;
}
a:hover {
  color: #343;
}
blockquote {
  background: #ffd;
  margin: 10px 0;
  padding: 4px 10px;
  font-style: italic;
}

/* Forms */
form {
	margin: 0;
	padding: 0;
}
form div {
	xborder: 1px solid #ddd;
	margin: 4px 0 12px 0;
	padding: 0;
	vertical-align: text-top;
}
form div.required {
	color: #333;
	xbackground: #f2f2f2;
	font-weight: bold;
}
form div.optional, form div.input {
	xbackground: #f6f6f6;
	color: #444;
}
form div.submit {
	border: 0;
	margin-top: 10px;
	margin-left: 0;
}
label {
	color: #111;
	display: block;
	font-size: 14px;
	padding-right: 20px;
}
input, textarea {
	display: block;
	font-size: 14px;
}
select {
	font-size: 14px;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	xwidth: 100%;
}
option {
	font-size: 14px;
	padding: 0 0.3em;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 2px 6px 7px 2px;
	width: auto;
}
input[type=submit] {
	xdisplay: inline;
	padding: 0 .4em;
	width: auto;
	xvertical-align: bottom;
}
.input-narrow {
	width: 100px;
}
.input-medium {
	width: 300px;
}
.input-wide {
	width: 500px;
}

/* Notices and Errors */
div.message, p.error, div.error-message {
	color: #900;
	font-size: 16px;
	font-weight: bold;
	margin: 8px 0px;
}
div.error em {
	font-size: 18px;
	color: #003d4c;
}
span.notice {
	background-color: #c6c65b;
	color: #fff;
	display: block;
	font-size: 16px;
	padding: 0.5em;
	margin: 1em 0;
}

/* Paging */
div.paging {
	xclear: left;
	padding-top: 20px;
	margin-left: 110px;
	font-size: .8em;
	color: #ccc;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}

/* Tables */
table {
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	xborder-bottom: 1px solid #ccc;
	xclear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	background-color: #f2f2f2;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	padding: 1px 4px;
}
table tr td {
	border-right: 1px solid #ddd;
	padding: 4px 4px;
	vertical-align: top;
}
td {
	border-bottom: 1px solid #ddd;
}
table tr.altrow td {
	background: #f4f4f4;
}
td.actions {
	white-space: nowrap;
}
td.actions a {
	padding: 0 6px;
}
#cakeSqlLog td {
	background: #fff;
	border-bottom: 2px solid #ccc;
	padding: 4px 8px;
	text-align: left;
}



/* Layout elements */

.spacer {
  font-size: .1em;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: 0;
  clear: both;
}

#container {
  width: 958px;
  margin-left:auto;
  margin-right:auto;
  text-align: left;
}

#header {
}

#header #logo {
  padding: 10px 0 4px 0;
}

#header #nav {
  font-size: .9em;
  font-weight: bold;
  background: #069;
  padding: 4px 12px;
}

#header #nav ul {
  color: #222;
  margin: 0;
  padding: 0px;
}

#header #nav li {
  display: inline;
  list-style: none;
  padding: 0 20px 0 0;
}

#header #nav li.selected a {
  xcolor: #369;
  color: #fff;
  font-size: 1.2em;
  text-decoration: underline;
}

#header #nav a {
  xcolor: #69b;
  color: #e8e8e8;
  text-decoration: none;
}
#header #nav a:hover {
  text-decoration: underline;
}

#top_ad {
  margin: 10px 0 4px 5px;
}
#sidebar_ad {
  margin: 8px 0 10px 12px;
}

#main {
  margin: 10px 0 0 0;
  padding: 0;
}

#content {
  margin-right: 220px;
}

#sidebar-wrapper {
  float: right;
  clear: left;
  width: 210px;
  margin: 0;
  padding: 0;
}

.sidebar {
  background: #fff url(/img/sidebar-box-bg.gif) repeat-y;
  padding: 0;
  margin: 0 0 20px 0;
}

.sidebar-box-bottom {
  font-size: 1px;
  height: 20px;
  margin-top: -20px;
  background: #fff url(/img/sidebar-box-bottom.gif) no-repeat bottom;
}
.sidebar-box-top {
  font-size: 1px;
  height: 20px;
  margin-bottom: -20px;
  background: #fff url(/img/sidebar-box-top.gif) no-repeat top;
  clear: both;
}

#main .sidebar h3 {
  margin: 10px 10px 0px 10px;
  padding: 0 0 2px 0;
  color: #484848;
  color: #369;
  border-bottom: 1px solid #e6e6e6;
}
#main .sidebar .sidebar-contents {
  margin: 0 0 6px 0;
  padding: 4px 10px;
  color: #484848;
}

.sidebar p {
  font-size: .8em;
  margin: 4px 0;
}

.sidebar ul {
  font-size: .8em;
  margin: 0;
  padding: 0 0 0 4px;
}
.sidebar li {
  list-style: none;
  margin: 4px 0;
}

#layout-content {
  margin-top: 0;
}

#main h3 {
  margin: 2px 0px;
  font-size: 1.1em;
  color: #333;
  font-weight: normal;
  padding: 0px 0px 4px 0px;
}

#main h2.list-head {
  margin: 2px 0px;
  font-size: 1.2em;
  color: #369;
  font-weight: normal;
  padding: 0px 0px 4px 0px;
  border-bottom: 1px solid #e6e6e6;
}

#main #list-nav {
  background-color: #FFF;
  margin: 0px;
  padding: 0 0 0 5px;

  font-size: .8em;
  font-weight: bold;
}

#main #list-nav ul.list-type {
  padding: 2px 0;
  margin: 0;
  border-bottom: 1px solid #e6e6e6;
}
#main #list-nav li {
  display: inline;
  list-style: none;
  padding: 0px 8px 0px 0px;
}
#main #list-nav ul li a:hover {
  text-decoration: underline;
}
#main #list-nav ul.list-type li.title {
  font-size: 1.2em;
  color: #333;
}
#main #list-nav ul.list-type li.selected a {
  color: #369;
  font-size: 1.2em;
  text-decoration: underline;
}
#main #list-nav ul.list-type a {
  color: #69b;
  text-decoration: none;
}
#main #list-nav a:hover {
  text-decoration: underline;
}

#main #list-nav ul.list-time {
  font-size: .9em;
  padding: 2px 0;
  margin: 0;
}
#main #list-nav ul.list-time li.title {
  color: #333;
}
#main #list-nav ul.list-time li.selected a {
  color: #720;
  font-size: 1.2em;
  text-decoration: underline;
}
#main #list-nav ul.list-time a {
  color: #900;
  text-decoration: none;
}

#footer {
  background: #069;

  font-size: .8em;
  color: #eee;

  padding: 0;
  padding: 8px 12px;
  margin: 20px 0 0 0;
}

#footer a {
  color: #fff;
}


/* Item styles */
.item {
  clear: left;
  padding: 5px 0 10px 0;
}

.item .bullet-wrapper {
  float: left;
  width: 110px;
  margin: 3px 0 0 0;
  padding: 0;
}

.bullet-box-bottom {
  font-size: 1px;
  height: 20px;
  margin-top: -20px;
  background: #fff url(/img/bullet-box-bottom.gif) no-repeat bottom;
}
.bullet-box-top {
  font-size: 1px;
  height: 20px;
  margin-bottom: -20px;
  background: #fff url(/img/bullet-box-top.gif) no-repeat top;
  clear: both;
}

.item .bullets {
  background: #fff url(/img/bullet-box-bg.gif) repeat-y;
  font-size: .7em;
  padding: 0 6px 4px 4px;
  margin: 5px 0 0 0;
  text-align: center;
}
.item .bullets .bullet-text {
  clear: left;
  text-align: center;
  margin: 3px 0px;
}
.item .bullets .bullet-text p {
  line-height: 1.3em;
  margin: 0;
}
.item .bullets .bullet-text p.your-rating {
  color: #a00;
}
.item .bullets .bullet-popup {
  border: 1px solid #ddd;
  background-color: #fff;
  color: #900;
  padding: 4px 2px;
  margin-top: 4px;
  position: absolute;
  width: 96px;
}

.item .item-text {
  padding: 0px;
  margin: 0 0 0 114px;
}

.item .title {
  white-space:nowrap;
  overflow: hidden;
  font-size: 1em;
  font-weight: bold;
  padding: 0;
  margin: 0 0 2px 0;
}
.item .title a {
  color: #a00;
  text-decoration: none;
}
.item .title a:hover {
  text-decoration: underline;
}

.item .title_smaller {
  white-space:nowrap;
  overflow: hidden;
  font-size: .8em;
  font-weight: bold;
  padding: 0;
  margin: 6px 0 2px 0;
}
.item .title_smaller a {
  color: #a00;
  text-decoration: none;
}
.item .title_smaller a:hover {
  text-decoration: underline;
}

.item .item-meta {
  font-size: .8em;
  color: #111;
  padding: 0px;
  margin: 0px 0px 4px 0px;
}
.item .flag {
  font-size: .9em;
  padding-left: 5px;
  position: relative;
  display: inline;
  color: #900;
}
.item .flag a{
  color: #900;
}
.item .flag .flag-popup a{
  display: block;
}
.item .flag .flag-popup {
  white-space:nowrap;
  position: absolute;
  left: 0;
  top: 1.3em;
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 4px;
}

.item .short-desc {
  font-size: .8em;
  line-height: 1.4em;
  height: 2.8em;
  overflow: hidden;
  padding: 0 0 2px 0;
  margin: 0px 0px 0px 0px;
  border-bottom: 1px solid #ddd;
}
.item .description {
  clear: left;
  margin-bottom: 20px;
  font-size: .9em;
  padding-top: 10px;
  color: #222;
}

/* Comment styles */
.comment-head {
  font-weight: bold;
  margin-left: 10px;
}

.comment-box-bottom {
  font-size: 1px;
  height: 20px;
  margin-top: -20px;
  background: #fff url(/img/comment-box-bottom.gif) no-repeat bottom;
}
.comment-box-top {
  font-size: 1px;
  height: 20px;
  margin-bottom: -20px;
  background: #fff url(/img/comment-box-top.gif) no-repeat top;
}

.comment {
  background: #fff url(/img/comment-box-bg.gif) repeat-y;
  margin: 10px 0 20px 0;
  font-size: .9em;
  width: 660px;
}
.comment .comment-meta {
  color: #369;
  font-size:0.8em;
  margin: 2px 8px 2px 8px;
  padding: 4px 2px;
  border-bottom: 1px solid #e6e6e6;
}
.comment .comment-meta a{
  color: #933;
}
.comment .comment-text {
  overflow: hidden;
  margin: 2px 8px 8px 8px;
  padding: 4px 2px;
  color: #333;
}
.comment-form {
  margin: 8px 12px;
}


/* Ratings styles */
.item .bullets ul,
.item .bullets ul a:hover,
.item .bullets ul a:active,
.item .bullets ul a:focus,
.item .bullets ul .current-rating{
  background: url(/img/bullet.gif) left -1000px repeat-x;
}
.item .bullets ul{
  position:relative;
  width:100px;
  height:20px;
  overflow:hidden;
  list-style:none;
  margin:0;
  padding:0;
  background-position: left top;
}
.item .bullets ul li{
  display: inline;
}
.item .bullets ul a,
.item .bullets ul .current-rating{
  position:absolute;
  top:0;
  left:0;
  text-indent:-1000em;
  height:20px;
  line-height:20px;
  outline:none;
  overflow:hidden;
  border: none;
}
.item .bullets ul a:hover,
.item .bullets ul a:active,
.item .bullets ul a:focus{
  background-position: left bottom;
}
.item .bullets ul a.star-1{
  width:20%;
  z-index:6;
}
.item .bullets ul a.star-2{
  width:40%;
  z-index:5;
}
.item .bullets ul a.star-3{
  width:60%;
  z-index:4;
}
.item .bullets ul a.star-4{
  width:80%;
  z-index:3;
}
.item .bullets ul a.star-5{
  width:100%;
  z-index:2;
}
.item .bullets ul .current-rating{
  z-index:1;
  background-position: left center;
}


