
/**
*	Page specific styles for the my neoworld section.
*/

/**
*	Content styles.
*/

.error
{
	color: red;
}

div.wide
{
	width: 35em;
}

div.content-holder div.content,
div.my-neoworld-content-holder div.content
{
	border: solid 2px white;
	padding: 6px;
}

div.content p
{
	font-size: 0.75em;
	line-height: 1.25em;
	margin: 1em 0em;
}

div.content ol,
div.content ul
{
	font-size: 0.75em;
	line-height: 1.25em;
	margin: 1em 0em 1em 1em;
	padding-left: 1em;
}

div.content form p
{
	line-height: 1.6em;
}

div.content h1
{
	color: #FF5200;
	font-family: "VAG Rounded Std Light", "Arial Rounded MT Bold", arial, sans-serif;
	font-size: 1.1em;
	letter-spacing: -1px;
	margin: 0em;
}

div.content h1 a:hover
{
	border: none;
}

/**
*	Un-themed My Neoworld content.
*/


div.content-holder
{
	float: left;
	margin-left: 10.6em;
	margin-right: 0.25em;
	margin-bottom: 0.25em;
	width: 21.5em;
}


div.content-holder p.back
{
	font-size: 0.7em;
	margin-top: 0.5em;
	margin-bottom: 0em;
	padding-left: 6px;
}

div.content-holder p.back a
{
	cursor: pointer;
}

/**
*	My NeoWorld themed content.
*/

div.my-neoworld-content-holder
{
	float: left;
	margin-left: 0em;
	margin-right: 0.25em;
	margin-bottom: 0.25em;
	width: 21.5em;
}

div.my-neoworld-content-holder p.back
{
	font-size: 0.7em;
	margin-top: 0.5em;
	margin-bottom: 0em;
	padding-left: 6px;
}

div.my-neoworld-content-holder p.back a
{
	cursor: pointer;
}

div.my-neoworld-content-holder div.content
{
	border-color: white;
	padding: 14px;
	padding-right: 8px;
}

/**
*	My NeoWorld homepage.
*/

/*	Favourites list	*/

div#my-neoworld-favourites
{
	width: 19.65em;
}

div#my-neoworld-favourites h2
{
	font-family: "VAG Rounded Std Light", "Arial Rounded MT Bold", arial, sans-serif;
	margin-top: 0.3em;
	margin-bottom: 0.6em;
	font-size: 1em;
}

div.my-neoworld-favourite-item h3
{
	font-size: 0.75em;
	margin-top: 1em;
	margin-bottom: 0em;
}

div.my-neoworld-favourite-item h3 span.category
{
	font-weight: normal;
}

div.my-neoworld-favourite-item p
{
	margin: 0em;
}

div.my-neoworld-favourite-item a.more-details
{
	font-size: 0.9em;
}

/**
*	My NeoWorld homepage - Options
*/

div#my-neoworld-options
{
	float: left;
	margin-top: 0.25em;
	margin-right: 0.25em;
	margin-left: 0.6em;
	width: 102px;
}

div#my-neoworld-options a:hover
{
	border: none;
}

a#my-neoworld-options-button-invite
{
	display: block;
	margin-top: 1.4em;
}
	
/**
*	My NeoWorld homepage - Side boxes 
*/

div#my-neoworld-boxes
{
	float: left;
	width: 13em;
}

div.my-neoworld-box
{
	border: solid 2px white;
	margin-bottom: 0.9em;
	padding: 9px 12px 9px 14px;
}

div.my-neoworld-box h2
{
	margin-top: 0em;
	margin-bottom: 0em;
}

div.my-neoworld-box p
{
	font-size: 0.75em;
	line-height: 1.25em;
	margin-top: 1em;
	margin-bottom: 0em;
}

/*	Category and tag lists	*/

div.my-neoworld-box ul
{
	font-size: 0.75em;
	line-height: 1.25em;
	list-style: none;
	margin: 0em;
	padding-left: 0em;
}

div.my-neoworld-box ul#my-neoworld-categories
{
	margin-top: 1em;
}

div.my-neoworld-box li
{
	padding: 0.4em 0em 0.4em 0.5em;
	
}

div.my-neoworld-box li.sort-criteria
{
	background: yellow;
}

div.my-neoworld-box a
{
	font-weight: bolder;
}

/*	Profile	*/

div#my-neoworld-my-neoprofile p a
{
	font-size: 0.95em;
	font-weight: normal;
}

/*	Buttons */

div#my-neoworld-buttons
{
	float: left;
	margin-left: 0.5em;
	width: 130px;
}

div#my-neoworld-buttons a:hover
{
	border: none;
}

.view-detail {
  font-family: Arial,Helvetica, sans-serif;
  font-size:12px;
  color:#868586;
  text-decoration:none; }

.view-detail:hover {
  border-bottom:1px solid #FF5200; }

