/*
 * Roo Link Directory
 *
 * Default stylesheet for link directory front-end
 * Name: Original
 * Version: 0.1
 */

.roo_panel {
	padding: 0px 6px 12px 0;
}

.category-table {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}
.category {
	padding-left: 0;
}
.roo_panel .category a {
	font-size: 14px;
	font-weight: normal;
}

/* All pages are enclosed in <span>s of this class */
.wrap .selected { color: #FF0000; font-weight: bold; }

.roo_page {}
.roo_page img {}
.roo_page a { font-weight: normal; text-decoration: underline; }
.roo_page cite { font-style: normal; color: #999999; }
.roo_page label { display: inline; }

.roo_page .section { margin-bottom: 16px; }

.thumbshot {}

.roo_page .selected { color: #999999; }

.roo_page .gpr {
	font-weight: normal;
	font-size: smaller;
}
/* The links including link title and description */
.roo_links {
	padding: 8px 0;
	border-spacing: 8px;
}
.roo_links h3 {
	margin-top: 0;
	padding-top: 0;
}

.roo_premium_links {
	padding: 8px 0;
	background: url(../images/ribbon-premium.png) no-repeat top right;
}
.icon {
	background: none !important;
	border: none !important;
	border-width: 0 !important;
	vertical-align: middle;
	padding: 0 !important;
}
.question {
	cursor: help;
}

address {
	color: #666666;
}
.roo_links h4,
.roo_premium_links h4 {
	margin-top: 8px !important;
}
hr {
	height: 0px;
	margin: 0px;
	border: none;
	border-bottom: 1px solid #CCCCCC;
	font-size: 1px;
  	display: block;
	width: 100%;
	margin: 8px auto;
	position: relative;
	padding: 0;
	clear: none;
	font-size: 1px;
	line-height: 0;
	overflow: visible;
}
.roo_navbar {}

.detail-left-general { float: left; width: 120px; }
.detail-right-general { margin-left: 136px; }

.cat-left-thumbnail { float: left; width: 128px; }
.cat-right-thumbnail { margin-left: 136px; }

.cat-left-logo { float: left; width: 90px; }
.cat-right-logo { margin-left: 98px; }

.cat-right-blank {}

.cat-right-thumbnail p { margin-top: 0; margin-bottom: 8px; }

.roo-button {
	font-family: inherit;

	border-radius: 2px;
	cursor: pointer;
	text-align: center;
	padding: 4px 8px;

	position: relative;
	display: inline-block;
}

#roo_submit {}

.roo_meta { color: #666666; }
.rooform td { text-align: left; padding: 2px; }

/* RATING STYLES */
.star-rating {
	width: 80px;
	height: 16px;
	background: url(images/rating.png) no-repeat;
	cursor: pointer;
	opacity: 0.7;
}
.star-rating:hover {
	opacity: 1;
}
.star {
	width: 16px;
	height: 16px;
	float: left;
}
.result {
	color: #454545;
}

/* COMMENTS STYLES */
.roo-clear { clear: both; }

.roo-comments .roo-column {
	width: 48%;
	margin-right: 1%;
	float: left;
}
.roofield {
	font-family: inherit;
	border: 1px solid #BBBBBB;
	border-radius: 2px;
	color: #333333;
	box-shadow: inset 0 0 8px #DDDDDD;
	padding: 6px;
	margin: 0; margin-bottom: 2px;
	width: 90%;
}
.roofieldshort {
	font-family: inherit;
	border: 1px solid #BBBBBB;
	border-radius: 2px;
	color: #333333;
	box-shadow: inset 0 0 8px #DDDDDD;
	padding: 6px;
	margin: 0; margin-bottom: 2px;
}
.rooarea {
	font-family: inherit;
	border: 1px solid #BBBBBB;
	border-radius: 2px;
	color: #333333;
	box-shadow: inset 0 0 8px #DDDDDD;
	padding: 6px;
	margin: 0; margin-bottom: 2px;
	width: 90%; height: 90px;
}

/* TABLE STYLES */
.roo-table {
	width: 100%;
}
.roo-table tr,
.category-table tr {
	vertical-align: top;
}
.roo-table .third,
.category-table .third {
	width: 33%;
}

.roo-category-link-title { margin-bottom: 4px; }

/* FLOATER STYLES */
.roo-floater {
	width: 48%;
	margin-right: 6px;
	float: left;
}

.spammy { display: none; }
