﻿

/* Object */

#obj-container
{
	padding: 10px;
	clear: both;
}

.clear
{
	clear: both;	
}

/* Object Image (Update borders) */

.obj .obj-img img
{
	border: 1px solid #ccc;
}

/* Object Detailed view */


.obj.detail
{
	float: none;
	width: auto;
	min-height: 150px;
}

.obj.detail ul
{
	display: block;
	float: left;
}

.obj.detail ul li 
{
	display: inline;
}

.obj.detail div.obj-img
{
	float: left;
	margin-right: 20px;
	min-height: 150px;
}

.obj.detail h4
{
	float: left;
	font-size: 1.4em;
	margin-top: 0;
	color: #274663;
}

.obj.detail p
{
	margin-top: 5px;
	float: right;
	display: block;
	width: 509px;
}

.obj.detail div.obj-trail
{
	margin-top: 10px;
	clear: left;
	float: left;
	width: 250px;
}

.obj.detail a.obj-link
{
	float: right;
	width: 180px;
	position: relative;
	background: #eee;
	padding: 3px;
	text-align: center;
	color: #274663;
}

/* Object full view */

.obj.full
{
	float: right;
	width: 800px;
	border-bottom: 1px solid #ccc;
	min-height: 150px;
	
}

.obj.full div.obj-img
{
	float: left;
	
}

.obj.full div.obj-img img 
{
	 
}

.obj.full div.terra
{
	float: right;
	width: 500px;
	position: relative;
	bottom: 30px;
	right: 30px;
}

.obj.full div.obj-trail
{
	width: 250px;
	display: block;
	float: left;
	position: relative;
	right: 240px;
	top: 120px;
	border-bottom: none;
}

.obj.full h4
{
	float: left;
	
	position: relative;
	left: 20px;
}

.obj.full p
{
	float: left;
	width: 500px;

	
	position: relative;
	left: 20px;
	
	
}

.obj.full a.obj-link
{
	
	display: block;
	float: right;
}



/* Object standard view */

.obj
{
	width: 250px;
	min-height: 200px;
	float: left;
	margin: 10px;
}

.obj h4
{
	color: #333;
	padding: 0;
	margin: 10px 0 0 0;
	font-weight: bold;
	font-size: 1.0em;
}

.obj p
{
	margin: 0 0 10px 0;
	height: 65px;
	overflow: hidden;
}

.obj-trail
{
	width: 250px;
	height: 15px;
	margin-bottom: 5px;
	margin-top: 10px;
	border-bottom: 1px solid #eee;
	padding-bottom: 7px;
	padding-left: 10px;
}

/* Arrow */

.obj-link:after
{
	content: " »";
}

/* Rating */

.obj-rating
{
	display: inline;
	float: left;
	height: 15px;
	width: 85px;
}

.obj-rating div
{
	float: left;
	background: url('../gfx/star.gif') no-repeat 0 0;
	width: 17px;
	height: 15px;
	overflow: hidden;
}

.obj-rating div.on
{
	background-position: 0 -16px;
}

.obj-rating div.hover
{
	background-position: 0 -32px !important;
	cursor: pointer;
}

.obj-rating:hover div
{
	background-position: 0 0;
}

/* Clicks */

.obj-clicks
{
	float: left;
	display: inline;
	height: 15px;
	width: 50px;
	margin-left: 10px;
	font-size: 0.9em;
	color: #333;
	text-decoration: underline;
}

.obj-clicks img 
{
	border: 0 !important;
}

.obj a
{
	clear: both;
	color: blue;
	text-decoration: none;
	color: #4197E3;
}

.obj a:hover
{
	color: #A62B39;
}

/* Tell a friend */

.obj-tell
{
	float: left;
	display: inline;
	height: 15px;
	width: 90px;
	margin-left: 10px;
}

.obj-tell a
{
	color: #8f8f8f;
	text-decoration: none;
	padding: 5px;
	background: url(../gfx/ico-mail.gif) no-repeat;
	background-position: 0 7px;
	padding-left: 18px;
	font-size: 0.9em;
}

.obj-tell a:hover
{
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #333;
	background: url(../gfx/ico-mail-hover.gif) no-repeat;
	background-position: 0 7px;
}

/* Actions */

#actions
{
	background: #fcfefc;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #eee;
	text-indent: 10px;
	border-top: 1px solid #fff;
}

#actions ul
{

}

#actions ul li
{
	float: left;
	margin-right: 10px;
}

#actions ul li a
{
	font: 0.8em Helvetica,Tahoma,Verdana;
	text-decoration: none;
	color: #6c6a6c;
	padding: 4px;
	border: 1px solid #fff;
}

#actions ul li a img
{
	margin-right: 5px;
}

#actions ul li a:hover
{
	border-right: 1px solid #8c8c8c;
	border-bottom: 1px solid #8c8c8c;
	color: #333;
}

/* Categories */

#nav ul
{
	padding: 0;
	list-style: none;
	margin: 0;
}

#nav > ul:first-child
{
	margin-left: 10px;	
}

/* #nav ul li */
#nav > ul:first-child > li
{
	display: block;
	float: left;
}

#nav > ul:first-child > li > a
{
	text-decoration: none;
	height: 23px;
	display: block;
	float: left;
	margin-right: 5px;
	line-height: 23px;
	position: relative;
	
	outline-color:invert !important;
	outline-style:none !important;
	outline-width:medium !important;
}

#nav > ul:first-child > li > a:hover, #nav > ul:first-child > li > a.active,
#nav > ul:first-child > li > a.current
{
	background: transparent url('../gfx/nav-right-bg.png') center right no-repeat;
}

#nav > ul:first-child > li > a:hover span, #nav > ul:first-child > li > a.active span,
#nav > ul:first-child > li > a.current span
{
	background: url('../gfx/nav-left-bg.png') center left no-repeat;
	color: #2f3d48;
}

#nav > ul:first-child > li > a:hover em, #nav > ul:first-child > li > a.active em,
#nav > ul:first-child > li > a.current em
{
	background: transparent url('../gfx/nav-drop-bg.png') center right no-repeat;
}

#nav ul li a span
{
	margin-right: 5px;
	padding-left: 5px;
	/*height: ;*/
	display: block;
	float: left;
	letter-spacing: 1px;
}

div#nav ul li a
{
	color: #fff;
}

div#nav ul li a.highlight
{
	font-weight: bold;
}

#nav ul li a em
{
	background: url('../gfx/drop-bg.gif') no-repeat;
	width: 16px;
	text-indent:-2000em;
	display: block;
	float: left;
}

/* Drop-down */

#nav ul li ul
{
	clear: both;
	background: #FFFFFF none repeat scroll 0% !important;
	border-color: #4084bf;
	border-style: none solid solid;
	border-width:0pt 1px 3px 1px;
	text-align:left;
	position: absolute;
	top: 146px;
	width: 150px;
	z-index: 99;
	display: none;
}

#nav ul li ul li
{
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #ccc;
}

#nav ul li ul li a
{
	display: block;
	padding: 8px 10px;
	text-decoration: none;
	color: #333;
}

#nav ul li ul li a:hover,
#nav ul li ul li a.current
{
	background: #e8b341;
	color: #674b10;
}


 /* Form Error */
 
 span.error
 {
 	float: left;
 	color: Red;
 	display: inline;
 	position: relative;
 	text-align: left;
 	left: 5px;
 	top: 8px;
 	font-weight: bold;
 }

/* Groups */

.group
{
	float: left;
	background: #fefefc url(../gfx/group-bg.jpg) repeat-x;
	width: 236px;
	margin: 5px 5px 5px 18px;
	height: 70px;
	padding: 7px 5px 5px 5px;
}

.group img
{
	float: left;
	margin: 8px 10px 10px 8px;
	padding: 3px 3px 3px 3px;
	border: 1px solid #7b9aba;
	background-color: #fff;
}

.group a {
	text-decoration: none;
	color: #133960;
	font-size: 0.9em;
}

.group a:hover {
	color: #4781bd;
}

.group p 
{
	font-size: 0.8em;
	color: #252525;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 173px;
}

/* Error */

#error
{
	font: 0.9em Arial,Tahoma,Verdana;
}

#error h1
{
	color: #333;
}
#error h1 img
{
	vertical-align: middle;
	margin-right: 10px;
}

#error p
{
	margin: 10px 0 10px 0;
}

#error p em
{
	font-style: italic;	
}

#error, #toenail
{
	margin: auto;
	width: 400px;
	padding: 20px;
	border: 1px solid #ccc;
}
