/*  
Theme Name: i3Theme 1.8 Classic (Fluid Right Edition)
Theme URI: http://www.mangoorange.com
Description: WordPress theme designed by <a href="http://www.ndesign-studio.com">N.Design Studio</a>, customized by <a href="http://www.mangoorange.com">MangoOrange&trade;</a>, sponsored by <a href="http://www.web-hosting-top.com/">Top 10 Web Hosting</a>.
Version: 1.8
Author: Mickey Cheong
Author URI: http://www.mickeyckm.com/

	This theme was designed by Nick La, customized by Mickey Cheong Kah Meng.
	
	By downloading and using this theme, you agree to the following terms:
		- You may NOT resell this theme
		- A link back to N.Design Studio and MangoOrange™ must be retained in the footer (either modified or unmodified)
		- You may use this theme for personal or commercial projects
		- You may modify, translate or distribute
   
  Sponsored by
	   * Top 10 Web Hosting Worldwide (http://www.web-hosting-top.com/)
	   * Webhosting (http://www.b4udecide.com/)
   	
  Changelog
	Version 1.8
  		* More robust design. No more IE problem with right column overflow at the bottom
		* Fluid edition available.
		* Compatible with Wordpress 2.7

	Version 1.7
		* Added support for Wordpress 2.5 CSS elements - alignright and alignleft
		* Separate Pings and Comments
		* New comment design with support for Paged Comments plugin
		* Gravatar Plugin support
	
	Version 1.6
		* Site Admin link available in Meta [with icon modified from famfamfam's silk icons (http://famfamfam.com/)]
		* 4 New Colours available: Grassy Green, Midnight Blue, Ruby Red, Snazzy Pink
		* Original i3Theme has been renamed to i3Theme Classic
		* Quote icon available for blockquoted text
		* Enable coloured bullet points for List
		* BUG-FIXED: Layout error when display non-exist post
		* BUG-FIXED: Wrong CSS element [ol li] name
	
	Version 1.5	
		* SEO-friendly header title
		* Enable hierarchical structure for category's sidebar (for Widgets, use the 'Categories' widget)
		* BUG-FIXED: (Only in IE6) Information overflow in the sidebar destroy the layout
		* BUG-FIXED: Next/Previous link display the same [special thanks to Jamie(http://www.jessfortress.com/)]
		* BUG-FIXED: Category icons missing when using Widgets' categories
		* BUG-FIXED: Unable to work in WordPress 2.2 or lower [special thanks to mat(http://www.ekstasis.net/)]
	
  Version 1.4
		* Availability of author credential of each post
		* Improved blog header title with better navigation information
		* Newly Support Plugins (means fully tested)
		  * Paged Comments (http://www.keyvan.net/code/paged-comments/)
		* BUG FIXED: Unable to display more than one row of sub navigation bar
		* BUG FIXED: Wrong function name used, bloginfo() instead of get_bloginfo() [original iTheme code]
		* BUG TEMP-FIXED: Temporary increase the length of the list to 2 times (over 2000px in height).
  	
  Version 1.3.1
		* BUG FIXED: Sub-navigation bar will be display regardless whether there are sub-categories
  	
	Version 1.3
		* Optimised codings
		* Fully tested on Internet Explorer 7, Firefox 2, Safari 3 and Opera 9
		* Works on the latest Wordpress v2.3 release
		* Newly Support Plugins (means fully tested)
		  * Inline Adsense (http://philhord.com/phord/adsense-inline-with-wordpress-blog-posts/)
		  * Secure Contact Form (http://blue-anvil.com/archives/secure-accessible-contact-form-for-wordpress-multi-user-version)
		* BUG UNFIXED:
			* IE7 unable to display the toggle button in Wordpress 2.2.3 
				* SOLUTION: Upgrade to Wordpress 2.3

  Version 1.2
		* Bug Fixed: Unable to display sub-navigation bar when using Widgets Plugin by Automattic
		* Left and Right Edition made available.

	Version 1.1
		* Support Widgets Plugin by Automattic.
		* Support Recent Posts and Recent Comments widgets.
		* Links sorted according to alphabetical order by default.

*/


/* EBOOK SCROLLER */
.scroller_prev {
	width: 30px;
	margin-right: 10px;
	float: left;
	padding-top: 50px;
	text-align: right;
}

.scroller_container {
	width: 885px;
	float: left;
	overflow: hidden;
	height: 140px;
	text-align: left;
	margin-top: 5px;
}

#scroller {
	position: relative;
	left: 0px;
	top: 0px;
	width: 2250px;
	float: left;
	height: 135px;
	visibility: visible;
}

.scroller_next {
	width: 30px;
	margin-left: 10px;
	float: left;
	padding-top: 50px;
	text-align: left;
}

.scroller_entry {
	width: 210px;
	height: 100%;
	border: 1px solid #ddd;
	background-color: #fff;
	float: left;
	margin-right: 10px;
}

.scroller_entry .scroller_img {
	width: 80px;
	height: 120px;
	padding: 2px;
	border: 1px solid #aaa;
}

.scroller_entry .scroller_text {
	font-size: 11px;
	line-height: normal;
}

.scroller_entry h4 {
	font-size: 13px;
	margin: 0px 0px 6px;
}

.scroller_entry .scroller_links {
	font-size: 12px;
	font-weight: bold;
	margin-top: 6px;
}

.scroller_entry .scroller_links a {
	margin-right: 8px;
}

.scroller_prev a, .scroller_next a {
	display: block;
	font-size: 40px;
	font-weight: bold;
}

body {
	background: #42afdc url(images/html-bg.gif) repeat-x;
	font: 75%/170% Arial, Helvetica, sans-serif;
	padding: 0px 6px; /* edited: war vorher 0px 20px; */
	margin: 0px;
	color: #333333;
}
a {
	color: #44a1d0;
	text-decoration: none;
}
a:visited {
	color: #5EAFD7;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0px 0px 15px;
}
img {
	border: none;
}
ul {
	margin: 5px 0px 15px;
	padding-left: 10px;
}
ul li {
	margin: 0px;
	list-style: none;
	background: url(images/bullet-orange.gif) no-repeat;
	padding-left: 20px;
}
ol {
	margin: 5px 0px 15px;
	padding-left: 20px;
}
ol li {
	margin: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
small {
	font-size: 90%;
}
blockquote{
	background: url(images/blockquote.gif) no-repeat left top;
	color: #777;
	font-style: italic;
	padding: 10px 5px 5px 36px;
}
#page {
	background: url(images/main-bg.jpg) no-repeat center top;
}
#wrapper {
	width: 985px;
	margin: 0px auto;
	position: relative;
}

/* ------------------------------------- header area  */
#header {
	height: 100px;
}
/* site title */
h1 {
	position: absolute;
	top: 40px;
	left: 25px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font: normal 30px/100% "Trebuchet MS", Arial, sans-serif;
}
h1 a, h1 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
h1 a:hover {
	color: #000000;
	text-decoration: none;
}
.description {
	position: absolute;
	top: 77px;
	left: 25px;
	color: #000000;
	font: 12px Arial, Helvetica, sans-serif;
}
/* search form */
#searchform {
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(images/searchform-bg.png) no-repeat right bottom;
	height: 37px;
	width: 210px;
}
#searchform #s{
	background: #ffffff url(images/form-field-bg.gif) no-repeat ;
	height: 17px;
	width: 148px;
	margin: 6px 5px 0px 10px;
	padding: 3px 7px 2px 5px;
	color: #999999;
	border: none;
}
#searchform #searchsubmit { 
	background: url(images/search-btn.png) no-repeat left top;
	height: 24px;
	width: 24px;
	border: none;
	text-indent: -999%;
	line-height: 1px;
	margin-top: 6px;
}

/* ------------------------------------- main content area  */
#left-col {
	width: 100%;
	float: left;
	margin-top: 11px;
}
/* main menu */
#nav-left{
	background: url(images/content-top-bg-left.png) no-repeat left top;
	height: 26px;
}
#nav-right{
	background: url(images/content-top-bg-right.png) no-repeat right top;
	height: 26px;
	margin-left: 25px;
}
#nav {
	background: url(images/content-top-bg-center.png) repeat-x left top;
	height: 26px;
	clear: both;
	margin-right: 11px;
}

#nav-wide {
	background:url(images/sidep-handle-wide.png) no-repeat 0 0;
	position:relative;
	margin:0;
	height: 18px;
	padding: 10px 24px 7px 10px;
}

#nav ul, #nav-wide ul{
	list-style: none;
	margin: 0;
	padding: 0px;
	font: bold 12px/100% Arial, Helvetica, sans-serif;
}
#nav ul li, #nav-wide ul li{
	margin: 0px 1px 0px 0px;
	padding: 0px;
	float: left;
	background: none;
}
#nav ul li a, #nav-wide ul li a{
	padding: 5px 7px 6px 7px;
	text-decoration: none;
	color: #000000;
	display: block;
}
#nav li a:visited, #nav-wide li a:visited{
	text-decoration: none;
	color: #000000;
}
#nav li a:hover, #nav .current_page_item a, #nav .current_page_item a:visited, #nav-wide li a:hover, #nav-wide .current_page_item a, #nav-wide .current_page_item a:visited{
	text-decoration: none;
	background: #2e91c6 url(images/nav-item-hover.gif) repeat-x;
	color: #ffffff;
}
/* sub menu */
#subnav {
	background: #ecebeb;
}
#subnav ul {
	margin: 0px;
	padding: 3px 5px 5px 5px;
	list-style: none;
	font: 11px/100% Arial, Helvetica, sans-serif;
}
#subnav li {
	border-right: 1px solid #D8D8D8;
	padding: 0px 7px;
	margin: 0 0 5px;
	display:inline;
	line-height: 18px;
	background: none;
}
#subnav li a, #subnav li a:visited, #subnav .page_item {
	text-decoration: none;
	color: #333333;
}
#subnav .current_page_item a, #subnav .current_page_item a:visited {
	color: #3b9acc;
}
#subnav li a:hover {
	text-decoration: none;
	color: #3b9acc;
}
/* layout */
#layout{
	width: 100%;
	border-collapse: collapse;
}
#layout tr td{
	vertical-align: top;
}
#layout tr td.sidebars{
	width: 210px;
}

/* content */
#content-padding{
	padding: 0 25px 25px 25px;
	background-color: #fff;	
}
#content {
	padding: 25px 25px 15px 25px;
	padding: 0;
	width: 100%;
	background: #ffffff;
	clear: both;
	overflow: hidden;
}
#post-head{
	width: 100%; 
	border-collapse: collapse;
}
#post-head tr td#head-date{
	width: 50px;
}
.post {
	padding: 0px;
	clear: both;
	overflow: hidden;
	margin-top: 20px;
}
.post .date {
	height: 50px;
	width: 45px;
	background: url(images/calendar.gif) no-repeat;
	font: normal 22px Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
	padding: 0px 2px 0 0;
	line-height: 100%;
	float: left;
}
.post .date span {
	height: 16px;
	display: block;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: center;
	padding-top: 5px;
}
.post .title {
	float: left;
	margin-left: 10px;
	width: 98%; /* edited: war 100% */
}
.postdata {
	font-size: 90%;
	color: #999999;
}
.postdata a, .postdata a:visited {
	color: #999999;
	text-decoration: none;
}
.postdata a:hover {
	color: #44a1d0;
	text-decoration: none;
}
.postdata .category{
	background: url(images/mini-category.gif) no-repeat;
	padding-left: 18px;
	float: left;
}
.postdata .comments{
	background: url(images/mini-comment.gif) no-repeat;
	padding-left: 18px;
	float: right;
}
.mini-add-comment {
	background: url(images/mini-down-arrow.gif) no-repeat left center;
	padding-left: 12px;
	margin-right: 12px;
	float: right;
}
.entry {
	padding: 10px 0px 5px;
	clear: both;
}
.entry p.submeta{
	font-size: 11px;
}

/* post title */
h2 {
	color: #333333;
	margin: 3px 0 2px;
	padding-bottom: 4px;
	font: normal 150%/100% "Lucida Grande", Arial, sans-serif;
	border-bottom: dotted 1px #CCCCCC;
}
h2 a, h2 a:visited {
	color: #333333;
	text-decoration: none;
}
h2 a:hover {
	color: #44a1d0;
	text-decoration: none;
}
h3 {
	color: #666666;
	margin: 5px 0px 5px;
	font: bold 110%/110% "Lucida Grande", Arial, sans-serif;
}

/* next & previous page navigation */
.page-nav-left{
	background: url(images/navigation-bg-left.gif) no-repeat left top;
	height: 21px;
}
.page-nav-right{
	background: url(images/navigation-bg-right.gif) no-repeat right top;
	height: 21px;
	margin-left: 10px;
}
.page-nav {
	clear: both;
	background: url(images/navigation-bg-center.gif) repeat-x left top;
	height: 21px;
	margin-right: 10px;
}
.page-nav a, .page-nav a:visited {
	color: #ffffff;
	text-decoration: none;
}
.page-nav a:hover {
	color: #000000;
	text-decoration: none;
}
.previous-entries a {
	float: left;
	padding-left: 10px;
	margin-left: 10px;
	background: url(images/navigation-left.gif) no-repeat left center;
}
.next-entries a {
	float: right;
	padding-right: 10px;
	margin-right: 10px;
	background: url(images/navigation-right.gif) no-repeat right center;
}

/* next & previous post navigation */
.post-nav {
	clear: both;
	padding-bottom: 35px;
	margin-top: 15px;
	font-size: 95%;
}
.post-nav a, .post-nav a:visited {
	color: #999999;
	text-decoration: none;
}
.post-nav a:hover {
	color: #000000;
	text-decoration: none;
}
.post-nav .previous a {
	float: left;
	padding-left: 20px;
	background: url(images/post-nav-previous.gif) no-repeat left center;
}
.post-nav .next a {
	float: right;
	padding-right: 20px;
	text-align: right;
	background: url(images/post-nav-next.gif) no-repeat right center;
}

/* ------------------------------------- comment area  */
h3#comments {
	background: url(images/comments.gif) no-repeat;
	padding-left: 22px;
	font: normal 140%/120% Arial, Helvetica, sans-serif;
	clear: both;
}
h3#respond {
	background: url(images/respond.gif) no-repeat;
	padding-left: 22px;
	font: normal 140%/120% Arial, Helvetica, sans-serif;
	margin: 20px 0px 0px;
	clear: both;
}
/* commentform */
#commentform {
	margin-top: 10px;
}
#commentform label {
	font-weight: bold;
	color:#666;
	font-size: 100%;
	padding-left: 5px;
}
#commentform small {
	color: #999999;
	font-size: 90%;
}
#commentform input {
	font: 110% Arial, Helvetica, sans-serif;
	width: 220px;
	padding: 5px 3px 3px 7px;
	background: url(images/form-field-bg.gif) no-repeat;
	border-top: 1px solid #e6e6e6;
	border-right: 1px solid #E2E2E2;
	border-bottom: 1px solid #E2E2E2;
	border-left: 1px solid #e6e6e6;
}
#commentform textarea {
	font: 110% Arial, Helvetica, sans-serif;
	width: 480px;
	height: 140px;
	background:url(images/form-field-bg.gif) no-repeat;
	border: solid 1px #e6e6e6;
	padding: 5px 3px 3px 7px;
}
#commentform #submit {
	font: 12px/100% Arial, Helvetica, sans-serif;
	color: #000000;
	background: url(images/submit-btn.gif) no-repeat top left;
	border: none;
	width: 135px;
	height: 25px;
	padding-bottom: 6px;
	margin-left: 355px;
}
#commentform #submit:hover {
	background: url(images/submit-btn.gif) no-repeat bottom left;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	border: solid 1px #3b9acc;
}

/* comment list */
.commentlist {
	margin: 10px 0px;
	line-height: 130%;
	list-style-type:none;
	padding:0;
}
.commentlist li{
	padding: 10px;
}
.commentlist .alt {
	background: #F4F4F4;
}
.commentlist cite {
	font-weight: bold;
	font-style: normal;
	font-size: 110%;
	color: #669900;
}
.commentlist cite a, .commentlist cite a:visited {
	color: #669900;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
.commentlist small a, .commentlist small a:visited{
	color: #999999;
}
.comment_finisher{
	clear:both; 
	height: 1px;
}
.comment-number{
	float:right; 
	font-size: 18px; 
	padding: 5px; 
	color: #777;
}
.commentcontent{
	float: right;
	width: 400px;
	padding:0;
	margin: 0;
}

/* ------------------------------------- footer area  */
#footer-left{
	background: url(images/content-bottom-bg-left.png) no-repeat left top;
	
}
#footer-right{
	background: url(images/content-bottom-bg-right.png) no-repeat right top;
	margin-left: 10px;
}
#footer {
	background: url(images/content-bottom-bg-center.png) repeat-x left top;
	padding: 15px 0px 0px 10px;
	font-size: 87%;
	color: #282828;
	line-height: 15px;
	clear:  both;
	margin-right: 10px;
}
#footer a, #footer a:visited {
	text-decoration: none;
	color: #000000;
}
#footer a:hover {
	text-decoration: underline;
}

/* ------------------------------------- sidebar area  */
/* sidebar */
#sidebar-right{
	float:right;
	margin-left: 10px;
}
#sidebar-left {
	float: right;
	margin-left: 10px;
}
#sidebar-right,
#sidebar-left {
	width: 210px;
	color: #666666;
	line-height: 160%;	
}
#sidebar-right p, 
#sidebar-left p  {
	margin: 0px 0px 15px;
}
#sidebar-right h3, 
#sidebar-left h3 {
	font: bold 12px/100% Arial, Helvetica, sans-serif;
	color: #666666;
}
#sidebar-right h3 a, #sidebar-right h3 a:visited, 
#sidebar-left h3 a, #sidebar-left h3 a:visited {
	color: #666666;
}
#sidebar-right h3 img, 
#sidebar-left h3 img  {
	vertical-align: middle;
}
#sidebar-right a, #sidebar-right a:visited, 
#sidebar-left a, #sidebar-left a:visited  {
	color: #000000;
	text-decoration:none;
}
#sidebar-right a:hover, #sidebar-right a:focus, #sidebar-right a:active, 
#sidebar-left a:hover, #sidebar-left a:focus, #sidebar-left a:active  {
	text-decoration:underline;
}
#sidebar-right ul, 
#sidebar-left ul {
	list-style: none;
	margin: 0 ;
	padding: 0 ;
}
#sidebar-right ul li, 
#sidebar-left ul li {
	background: url(images/bullet-orange.gif) no-repeat;
	padding-left: 18px ;
}
#sidebar-right ul li ul li, 
#sidebar-left ul li ul li {
	background: url(images/bullet-grey.gif) no-repeat;
	padding-left: 12px ;
}

/* ------------------------------------- widget styles  */
/* archives widget */
#archives ul li {
	background: url(images/mini-archive.gif) no-repeat;
}
/* recent comments widget */
#recent-comments ul li {
	background: url(images/mini-comment.gif) no-repeat;
}
/* category widget */
#categories ul li,
#categories-1 ul li,
#categories-2 ul li,
#categories-3 ul li,
#categories-4 ul li,
#categories-5 ul li,
#categories-6 ul li,
#categories-7 ul li,
#categories-8 ul li,
#categories-9 ul li {
	background: url(images/mini-category.gif) no-repeat;
}
/* recent posts widget */
#recent-posts ul li {
	background: url(images/mini-page.gif) no-repeat;
}
/* links widget */
#links ul li {
	background: url(images/mini-blogroll.gif) no-repeat;
}
/* meta */
#meta .site_admin {
	background: url(images/cog.gif) no-repeat;
}
#meta .rss {
	background: url(images/mini-rss.gif) no-repeat;
}
#meta .login {
	background: url(images/mini-user.gif) no-repeat;
}
#meta .check {
	background: url(images/mini-check.gif) no-repeat;
}
#meta .wordpress {
	background: url(images/mini-wp.gif) no-repeat;
}
/* calendar */
#calendar table {
	margin: 0px auto;
}
#calendar td {
	padding: 0px 4px;
}

/* alignments */
.center {
	text-align: center;
}
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.left {
	float: left;
}
img.left, img[align="left"] {
	float:left;
	margin: 2px 10px 5px 0px;
}
.right {
	float: right;
}
img.right, img[align="right"] {
	float:right;
	margin: 2px 0px 5px 10px;
}
.alignleft{
	float:left;
	margin: 2px 10px 5px 0px;
}
.alignright{
	float:right;
	margin: 2px 0px 5px 10px;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
.hidden {
	clear: both;
	visibility: hidden;
}

/* MangoOrange.com footer (must be included, but can be modified) */
div#footer span.mangoorange{
	color: #fff;
	}
	
div#footer span.mangoorange a, 
div#footer span.mangoorange a:visited{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	}
	
div#footer span.mangoorange a:hover{
	text-decoration: underline;
	}	

/* Gravatars CSS */
.gravatars{
	float: right;
	margin: 3px 0 15px 10px;
	border: 1px solid #333;
}


/* PHP MELODY CSS */
.inputbutton
{
	background-color:#C73C0B;
	color:#fff;
	font-size:11px;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	text-align:center;
	border-color:#F2D8D0 #8A390E #8A390E #F2D8D0;
	border-style:solid;
	border-width:1px;
}

.inputtext,SELECT,textarea
{
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-size:11px;
	border:1px solid #CCC;
	padding:3px;
}

.inputtext:hover,SELECT:hover,textarea:hover
{
	border:1px solid #999;
	background-color:#F9FDFF;
}

.error_msg
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:red;
}

.error_msg2
{
	border-top:5px solid #C00;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#C00;
	display:table;
	background-color:#FFF;
	margin:10px 0;
	padding:10px;
}

.confirm_send
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:700;
	color:#333;
	border:1px solid #090;
	background:#FFF;
	text-align:center;
	margin:10px 0;
	padding:5px;
}

.input-warning
{
	font-weight:700;
}

.small-warning
{
	font-size:9px;
	color:red;
}

.h1_default
{
	font-family:Georgia,"Times New Roman",Times,serif;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	font-size:24px;
	line-height:30px;
	letter-spacing:-1px;
	color:#2680BD;
	text-transform:capitalize;
	margin:0;
	padding:2px;
}

.signup a,.signup a:visited,.signup a:hover
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:400;
	color:#333;
	text-decoration:none;
}

.avatar_border
{
	border:1px solid #ddd;
	background-color:#fff;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#666;
	padding:4px;
}

#logo_search
{
	background:url(images/bg_logoheader.gif) no-repeat 0 0;
	height:60px;
	width:887px;
	display:table;
	padding-top:12px;
	padding-left:8px;
	margin:0;
}

#search_form
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#B9B09D;
	display:block;
	width:340px;
	float:right;
	padding:10px 0;
}

#search_form .search_bttn
{
	background:url(images/search_bttn.gif) no-repeat center top;
	height:26px;
	width:117px;
	border:1px solid #B9B09D;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:700;
	color:#333;
	position:absolute;
	margin:1px;
}

#search_form .search_keywords
{
	border:1px solid #B9B09D;
	background:url(images/search_bg.gif) repeat-x top center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	width:200px;
	height:20px;
	padding-top:3px;
	padding-left:3px;
	margin:1px;
}

#header_1
{
	background-color:#B9121B;
	color:#fff;
	width:233px;
	height:16px;
	float:right;
	display:block;
	text-align:center;
	margin-right:15px;
	padding:4px 0;
}

#header_1 a:link,#header_1 a:visited
{
	color:#fff;
	text-decoration:none;
}

#header_1 a:hover
{
	color:#fff;
	text-decoration:underline;
}

#menu
{
	width:100%;
	height:24px;
	padding-top:2px;
	margin:0;
}

#menu_links li
{
	display:inline;
	margin:0;
	padding:2px 5px 2px 15px;
}

#menu_links
{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:6px 5px;
}

#menu_links a,#menu_links a:visited
{
	font-weight:700;
	color:#333;
	text-decoration:none;
}

#menu_links a:hover
{
	color:#333;
}

#reg_box
{
	
}

#registration_index
{
	width:100%;
	margin:0 auto;
	padding:5px;
}

#registration_index h2
{
	font-family:Georgia,"Times New Roman",Times,serif;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	font-size:24px;
	color:#4C1B1B;
	background:url(images/dotx.gif) repeat-x bottom center;
	margin:0;
	padding:10px 0;
}

#content_index
{
	width:100%;
	line-height:17px;
	margin:0 auto;
	padding:5px;
}

#content_index h2
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	letter-spacing:-1px;
	color:#2680BD;
	margin:0;
	padding:5px 0;
}

#mvotd
{
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:700;
	letter-spacing:-1px;
	color:#666;
	margin:0 auto;
	padding:5px;
}

#mvotd a:link,#mvotd a:visited
{
	color:#5C817B;
	font-weight:400;
	text-decoration:none;
}

#mvotd a:hover
{
	color:#422142;
	text-decoration:underline;
}

#list_subcats
{
	display:table;
	width:100%;
}

#list_subcats h4
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform:uppercase;
	color:#C73C0B;
	background:url(images/dotx.gif) repeat-x bottom center;
	margin:0;
	padding:3px 0;
}

#list_subcats ul
{
	margin:0;
	padding:10px 0;
}

#list_subcats li
{
	display:block;
	float:left;
	width:200px;
	background:url(images/ico_folder.gif) no-repeat left top;
	padding:2px 0 2px 20px;
}

#list_subcats a,#list_subcats a:visited
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3D3D3D;
	font-weight:700;
	text-decoration:none;
}

#list_subcats a:hover
{
	font-weight:700;
	text-decoration:underline;
}

#list_cats a,#list_cats a:visited
{
	text-decoration:none;
}

#list_cats a:hover
{
	text-decoration:underline;
}

#top_videos
{
	line-height:19px;
}

#top_videos .item {
	height:50px;
	width:195px;
	padding:4px 0;
}

#top_videos .artist_name, #top_videos .artist_name_1 {
color:#666 !important;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:700;
letter-spacing:-1px;
display:block;
margin: 0;
}

#top_videos .song_name {
color:#666 !important;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:400;
text-decoration:none;
display:inline;
margin: 0;
}
#top_videos .imag {
background-color:#fff;
width:45px;
height:33px;
border:1px solid #ddd;
margin-right:7px;
float:right;
padding:2px;
}

#top_videos .item_views, #new_music_videos .item_views {
color: #666;
font-family: Arial, Helvetica, sans-serif;
font-size:10px;
text-decoration:none;
display:block;
}


#site_stats
{
	line-height:17px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999;
}

#site_stats a,#site_stats a:visited
{
	color:#999;
	text-decoration:none;
}

.tinythumb
{
	background-color:#fff;
	width:53px;
	height:40px;
	border:1px solid #D1D1D1;
	padding:3px;
}

#new_music_videos
{
	width:100%;
	display:table;
	margin:0 auto;
	padding:5px;
}

#new_music_videos .item {
/*display: block;*/
width:110px;
float:left;
text-align:left;
height:130px;
padding:10px;
margin-left: 8px;
}

#new_music_videos .artist_name {
margin-left: 0;
letter-spacing: normal;
font-size: 11px;
font-weight: normal;
line-height: 14px;
}

#new_music_videos .song_name {
margin-left: 0;
}

#favorites_main .playing
{
	width:100%;
	background-color:#000;
	margin:0 auto;
	padding:0px;
	z-index:1;
}

#browse_main h2
{
	font-family:Georgia,"Times New Roman",Times,serif;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	font-size:24px;
	line-height:28px;
	letter-spacing:-1px;
	color:#2680BD;
	margin:0;
	padding:2px;
}

#browse_main .h2_search
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:28px;
	line-height:28px;
	letter-spacing:-1px;
	color:#B9121B;
	margin:0;
	padding:0;
}

#browse_main .h2_searchstring
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	line-height:24px;
	letter-spacing:-1px;
	margin:0;
	padding:0;
}

#sorting
{
	font-size:12px;
	font-weight:700;
	color:#4C1B1B;
	float:right;
	margin:0;
	padding:10px;
}

#sorting ul
{
	display:inline;
	margin:0;
	padding:0;
}

#sorting li
{
	display:inline;
}

#sorting li a
{
	font-family:Verdana, Helvetica, sans-serif;
	font-size:10px;
	font-weight:700;
	text-transform:uppercase;
	background-color:#FAF7D6;
	border:1px solid #E6D3AA;
	text-decoration:none;
	margin:0 2px;
	padding:4px;
}

#sorting li a:hover
{
	background-color:#F6F1C1;
	border:1px solid #BD8D46;
}

#sorting li .selectedli
{
	background-color:#C73C0B;
	color:#FFF;
	border:1px solid #C73C0B;
}

#browse_results
{
	width:100%;
	display:table;
}

#browse_results ul
{
	display:block;
	margin:0;
	padding:20px 0;
}

#browse_results li
{
	float:left;
	display:block;
}

#browse_results .new
{
	background:url(images/ico_new.gif) no-repeat left top;
}

#browse_results .pop
{
	background:url(images/ico_pop.gif) no-repeat left center;
}

#browse_results .pop_new
{
	background:url(images/ico_pop_new.gif) no-repeat left top;
}

#browse_results li a
{
	display:block;
text-decoration:none;
margin:0;
padding:3px 0;
}

#browse_results li a:hover .imag
{
	background-color:#FFF;
	width:125px;
	height:95px;
	border:2px solid #D1D1D1;
	margin-right:7px;
	padding:3px;
}

.artist_name {
color: #004496;
font-size:12px;
font-weight:700;
letter-spacing:-1px;
/*line-height:18px;*/
display:block;
margin-left: 4px;
}
.song_name {
font-size:11px;
text-decoration:none;
color: #0057C2;
margin-left: 4px;
}

.video_i {
position:relative;
padding: 10px 7px;
margin-left: 10px;
width: 150px;
}
.video_i .tag {
top: 94px;
right: 33px;
position: absolute;
height: 12px;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
}

.pag
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:400;
	text-decoration:none;
	color:#999;
}

#detail_page_vid_info
{
	width:330px;
	color:#FFF;
	background:url(images/bg_video_nfo.gif) repeat-x top left;
	line-height:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:12px 10px;
}

.comment_box li
{
	display:table;
	border:1px solid #EDE2D3;
	background-color:#FFF;
	width:450px;
	margin:5px;
	padding:5px 10px;
}

.comment_box li:hover
{
	border:1px solid #FC3;
	background-color:#FFC;
}

.comment_box .avatar_img
{
	border:1px solid #999;
	width:70px;
	float:left;
	display:block;
	margin:0 10px 0 0;
	padding:1px;
}

.comment_box p
{
	float:left;
	line-height:18px;
	margin:0;
	padding:0 10px;
}

.comment_box a,.comment_box a:visited
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:700;
	color:#B9121B;
	text-decoration:none;
}

.comment_box a:hover
{
	color:#B9121B;
	text-decoration:underline;
}

#detail_page .h2_song
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	letter-spacing:-1px;
	color:#B9121B;
	margin:0;
	padding:0;
}

#detail_page .h2_artist
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	letter-spacing:-1px;
	margin:0;
	padding:0;
}

#detail_page_video_links
{
	width:330px;
	color:#FFF;
	background:url(images/bg_video_links.gif) repeat-x top left;
	display:table;
	padding:12px 10px;
}

#detail_page_video_links li
{
	display:block;
	line-height:18px;
	font-size:11px;
}

#detail_page_video_links .ul_title
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:700;
	text-transform:uppercase;
	color:#87D3FF;
}

#detail_page_video_links a
{
	color:#F2F2F2;
	text-decoration:none;
}

#detail_page_video_links a:hover
{
	color:#FFF;
	text-decoration:underline;
}

#detail_page_video_links .play_next
{
	color:#6C0;
	text-decoration:none;
}

#detail_show_more
{
	border:3px solid #8F6224;
	line-height:19px;
	width:350px;
}

#detail_show_more .item
{
	color:#8c8c8c;
	font-family:Arial, Helvetica, sans-serif;
	display:block;
	height:70px;
}

#detail_show_more .artist_name
{
	color:#039;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:700;
}

#detail_show_more .song_name
{
	color:#06F;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:400;
	letter-spacing:-1px;
	display:block;
	text-decoration:none;
}

#detail_show_more .imag
{
	background-color:#fff;
	width:72px;
	height:53px;
	border:1px solid #D1D1D1;
	margin-right:7px;
	float:left;
	padding:3px;
}

#detail_share_video
{
	background-color:#FFF;
}

#detail_share_video .dsv_content
{
	background-color:#FFF;
	width:330px;
	padding:12px 10px;
}

#profile_menu
{
	padding-left:10px;
}

#profile_menu a:link,#profile_menu a:visited
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

#profile_menu a:hover
{
	color:#000;
	text-decoration:none;
}

#logged_menu a,#logged_menu a:visited
{
	color:#036;
	font-weight:700;
	text-decoration:none;
}

#logged_menu a:hover
{
	color:#06F;
	font-weight:700;
}

#logged_menu a.admin_area
{
	color:red;
}

#topvideos_results a
{
	color:#039;
	text-decoration:none;
	font-weight:700;
}

#topvideos_results .row1
{
	background-color:#E1F0FA;
	color:#000;
}

#newvideos_results a
{
	color:#1C9900;
	text-decoration:none;
	font-weight:700;
}

#newvideos_results a:hover
{
	color:#0D4500;
	text-decoration:underline;
}

#newvideos_results .heading
{
	background:#74D22C url(images/bg_newvideoresults.gif) repeat-x top center;
	color:#FFF;
}

#newvideos_results .row1
{
	background-color:#F4FFF2;
	color:#000;
}

#footer_bottom
{
	width:932px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:400;
	color:#FCC;
	line-height:19px;
	margin:0 auto;
	padding:10px;
}

#footer_bottom a
{
	color:#FCC;
	text-decoration:none;
}

.unit-rating
{
	list-style:none;
	width:100px;
	height:20px;
	position:relative;
	background:url('images/star_rating.gif') top left repeat-x;
	margin:0;
	padding:0;
}

.unit-rating li
{
	text-indent:-90000px;
	float:left;
	margin:0;
	padding:0;
}

.unit-rating li a
{
	display:block;
	width:20px;
	height:20px;
	text-decoration:none;
	text-indent:-9000px;
	z-index:20;
	position:absolute;
	padding:0;
}

.unit-rating li a:hover
{
	background:url('images/star_rating.gif') left center;
	z-index:2;
	left:0;
}

.unit-rating a.r1-unit
{
	left:0;
}

.unit-rating a.r1-unit:hover
{
	width:20px;
}

.unit-rating a.r2-unit
{
	left:20px;
}

.unit-rating a.r2-unit:hover
{
	width:40px;
}

.unit-rating a.r3-unit
{
	left:40px;
}

.unit-rating a.r3-unit:hover
{
	width:60px;
}

.unit-rating a.r4-unit
{
	left:60px;
}

.unit-rating a.r4-unit:hover
{
	width:80px;
}

.unit-rating a.r5-unit
{
	left:80px;
}

.unit-rating a.r5-unit:hover
{
	width:100px;
}

.unit-rating li.current-rating
{
	background:url('images/star_rating.gif') left bottom;
	position:absolute;
	height:21px;
	display:block;
	text-indent:-9000px;
	z-index:1;
}

#content_index a:link,#content_index a:visited,#detail_page a,#detail_page a:visited,#detail_page_comments a,#detail_page_comments a:visited
{
	color:#C00;
}

#content_index a:hover,#detail_page a:hover #detail_page_comments a:hover
{
	color:#C00;
	text-decoration:underline;
}

#list_cats,#logged_menu
{
	font-size:12px;
	padding:10px 0;
}

#list_cats li,#logged_menu li
{
	/*background:url(images/dotx.gif) repeat-x bottom center;*/
	padding:5px;
}

#new_music_videos .imag,#browse_results .imag
{
	background-color:#FFF;
	width:116px;
	height:87px;
	border:1px solid #D1D1D1;
	margin-right:7px;
	padding:3px;
}

#detail_page_vid_info a,#detail_page_vid_info a:visited,#detail_page_vid_info a:hover
{
	color:#FFF;
	text-decoration:none;
}

#detail_page_video_links .fl,#detail_page_video_links .fr
{
	width:150px;
	float:left;
}

#topvideos_results .row2,#newvideos_results .row2
{
	background-color:#FFF;
	color:#333;
}

#detail_page_share_link
{
	width:360px;
	color:#039;
	background-color:#FFF;
	line-height:15px;
	text-transform:uppercase;
	font-size:9px;
	font-weight:700;
	padding:12px 10px;
}

#fav_content_index
{
	width:100%;
	line-height:17px;
	margin:0 auto;
	padding:5px;
}

#fav_list
{
	width:100%;
}

#fav_list a:visited
{
	color:#fc0;
	text-decoration:none;
}

#fav_list .imag
{
	background-color:#FFF;
	width:49px;
	height:38px;
	border:2px solid #D1D1D1;
	margin-right:7px;
	padding:3px;
}

#fav_list .artist_name
{
	color:#AF7C9D;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:700;
	letter-spacing:-1px;
	line-height:20px;
}

#fav_list .song_name
{
	color:#958F6A;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
}

#fav_list .table_row1
{
	background-color:#eee;
}

#fav_list .table_row1:hover
{
	background-color:#FBE980;
}
#content_index .watch_all {
	padding: 10px 0px;
	text-align: center;
}
#content_index .watch_all a {
	font-size: 11px;
	font-weight: bold;
	color: #003399;
	text-decoration: none;
}
#content_index .watch_all a:hover {
	color: #0033FF;
	text-decoration: underline;
}
#lightsoff {
	font-size: 11px;
	font-weight: bold;
	padding: 0px;
	letter-spacing: -1px;
	width: 100px;
}
#lightsoff a {
	color: #525252;
	text-decoration: none;
}
#lightsoff a:hover {
	color: #FF6600;
	text-decoration: underline;
}
.fav_share_link{
	color: #0033CC;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	letter-spacing: -1px;
	padding: 10px 0px;
}
div.pagination
{
	height:1%;
	width:auto;
	text-align:right;
	margin-top:5px;
	float:right;
}

div.pagination a
{
	font-weight:400;
	text-decoration:none;
	color:#747474;
	background-color:#eee;
	border:1px solid #bababa;
	font-size:0.9em;
	line-height:1.5em;
	margin:0 2px;
	padding:0 2px;
}

div.pagination a:hover,div.pagination a:active
{
	background-color:#039;
	color:#FFF;
	text-decoration:none;
	border-color:#039;
}

div.pagination span.current
{
	font-weight:400;
	color:#FFF;
	border:1px solid #039;
	background-color:#039;
	font-size:0.9em;
	margin:0 2px;
	padding:0 2px;
}

div.pagination span.disabled
{
	font-weight:400;
	border:1px solid #EEE;
	color:#DDD;
	font-size:0.9em;
	margin:0 2px;
	padding:0 2px;
}

#memberslist a
{
	color:#039;
	text-decoration:none;
	font-weight:700;
	font-size:12px;
}

#memberslist .row1
{
	background-color:#ECF3F7;
	color:#027BB8;
	border-top:#FAFAFA;
}

#memberslist .row2
{
	background-color:#E1EBF2;
	color:#027BB8;
	border-bottom:#12A3EB;
}

#memberlist_links a
{
	font-weight:400;
	text-decoration:none;
	color:#747474;
	background-color:#eee;
	border:1px solid #bababa;
	font-size:10px;
	line-height:1.5em;
	margin:2px 1px;
	padding:2px;
}

#memberlist_links a:hover
{
	text-decoration:none;
	color:#747474;
	background-color:#CFE1F6;
	border:1px solid #36C;
}

#playingnow
{
	width:100%;
	background-color:#eee;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: normal;
	font-weight:700;
	color:#333;
	display:table;
	text-align:center;
	margin:0 auto;
	padding:5px;
}

#playingnow li
{
	width:120px;
	display:block;
	float:left;
	margin:0;
	padding:0;
	background-image: none;
}

#playingnow a,#playingnow a:visited
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000;
}

#playingnow a:hover
{
	color:#000;
	text-decoration:underline;
}

#playingnow .imag
{
	border:1px #333;
}

.mycommentspan
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:700;
	color:#06F;
}

.small-print
{
	font-size:9px;
	color:#666;
}

#pag
{
	display:block;
	height:22px;
	font-size:11px;
	padding:5px;
}

#pag a
{
	font-weight:700;
	text-decoration:none;
	color:#fff;
	background-color:#C73C0B;
	padding:5px;
}

#pag a:hover
{
	color:#fff;
	background-color:#3952A2;
}

#tags a,#tags a:visited
{
	color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
}

#tags a:hover
{
	color:#0060E6;
	text-decoration:underline;
}

.tag_cloud_link
{
	text-decoration:none;
	font-weight:400;
}

.tag_cloud_link:hover
{
	text-decoration:underline;
	color:#f03c00;
}

.suggestionList
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#36C;
	background-color:#FFF;
	position:absolute;
	border:1px solid #999;
	width:200px;
	margin:0;
	padding:0;
	z-index: 10;
}

.suggestionList a
{
	color:#36C;
	text-decoration:none;
}

.suggestionList li
{
	display:block;
	cursor:pointer;
	list-style-type:none;
	color:#FFF;
	padding:3px 0 3px 4px;
}

.suggestionList li:hover
{
	display:block;
	color:#FFF;
	background-color:#36C;
}

#list_subcats .selectedcat,#list_cats .selectedcat
{
	background:#fff url(images/dotx.gif) repeat-x bottom center;
}

#top_videos .imag:hover,.tinythumb:hover
{
	border:1px solid #666;
}

#site_stats a:hover,#footer a:hover,.signup a:hover,#footer a:hover
{
	text-decoration:underline;
}

#favorites_main,#browse_main
{
	width:100%;
	margin:5px auto;
	padding:0px;
}

#detail_page,#detail_page_comments
{
	width: 100%;
	display:table;
	margin:0;
	padding:0px;
}

#detail_page h3,#detail_page_comments h3
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	letter-spacing:-1px;
	color:#B9121B;
	margin:0;
	padding:5px 0;
}

.comment_box ol,#menu_links ul,#list_cats ul,#logged_menu ul
{
	list-style-type:none;
	margin:0;
	padding:0;
}

#detail_page_video_links ul,#fav_list .remove_link,#playingnow ul
{
	margin:0;
	padding:0;
}

#topvideos_results a:hover,#memberslist a:hover
{
	color:#06F;
	text-decoration:underline;
}

#topvideos_results .heading,#memberslist .heading
{
	background:#00A1FF url(images/bg_topvideoresults.gif) repeat-x top center;
	color:#FFF;
}

#topvideos_results,#newvideos_results,#memberslist
{
	font-size:11px;
	line-height:17px;
	color:#333;
}

#fav_content_index a,#fav_list a
{
	color:#3952A2;
	text-decoration:none;
}

#memberslist .row1:hover,#memberslist .row2:hover
{
	background-color:#CFE1F6;
	color:#027BB8;
}

.suggestionList ul,.suggestionList li:hover a
{
	color:#fff;
}

/*	Categories Navigation Menu	*/
#ul_categories li {
	background: url(images/mini-category.gif) no-repeat left top !important;
	padding:2px 0 2px 20px;
}

#ul_categories li.selectedsubcat {
	color:#777;
}

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
color: #FFF;
background-color: #999;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
}

.shadetabs li a:visited{
color: #FFF;
}

.shadetabs li a:hover{
text-decoration: none;
color: #FFF;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
color: #FFF;
background-color: #8F6224;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}
/*.contentstyle{
width: 330px;
margin-bottom: 1em; padding: 10px;
}*/
.contentstyle{
width: 330px;
height: 330px;
margin-bottom: 1em; 
padding: 10px;
background-image: none;
overflow:auto;	
}

	

.comments_content, .tabcontent {
display: none;
}

#lightsoff-background 
{
	position: absolute;
	margin:0;
	padding: 0;
	z-index: 20;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
/*
	Language selector
*/
#lang_selector, .lang_selected, .lang_submenu
{
	margin: 0; 
	border: 0; 
	list-style: none; 
	padding: 0;
	width: 40px;
	background-image: none;
}
#lang_selector 
{
	height: 24px;
	float: right;
	margin-right: 8px;
}
.lang_selected span, .lang_selected_onclick span
{
	padding: 4px 2px 2px 4px;
	display: block;
}
.lang_selected li
{
	display:  inline;
}
.lang_selected span:hover, .lang_selected_onclick span
{
	border-right: 1px solid #000000; 
	border-bottom: 1px solid #000000; 
	background-color: #eee;
}
.lang_selected_onclick span
{
	border-bottom: none;
}
.lang_submenu
{
	width: 39px;
	display: none;
	position: absolute;
	border-right: 1px solid #000000; 
	border-bottom: 1px solid #000000; 
	background-color: #eee;
	z-index: 2;
}
.lang_submenu a:link, .lang_submenu a:visited, .lang_submenu a:hover
{
	display: block; 
	font-size: 11px; 
	padding: 4px 2px 2px 4px;
}
.arrow{
	margin-left: 3px; 
	cursor: pointer; 
}

.captions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 100;
	letter-spacing: -1px;
	color:#333333;
	text-transform: uppercase;
	padding: 2px 0px;
	margin: 0;
}



/* 1.6.3 */
.button_upload {
text-transform: uppercase;
}

.relatedArticleli {
	padding: 0;
	margin: 0;
	overflow: hidden;
}
#index_articles .relatedArticleli li,
.relatedArticleli li {
	display: block;
	height: 85px;
	width: 315px;
	float: left;
	padding: 8px;
}
#index_articles .relatedArticleli li,
#detail_related_articles .relatedArticleli li{
	width: 97%;
	height: 55px;
	border-top: 1px dotted #999;
}
.relatedArticleli li a,
.relatedArticleli li a:visited {
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	text-decoration: none;
	color: #0099FF;	
}
#index_articles .relatedArticleli li a,
#index_articles .relatedArticleli li a:visited {
	font-size: 11px;
}
.relatedArticleli li a:hover {
	text-decoration: underline;
}
.relatedArticleli li .minDesc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.2em;
	color: #888;
}
#detail_related_articles .relatedArticleli li .minDesc {
	color: #444;
}
.relatedArticleli li .artThumb {
	padding: 1px;
	margin: 3px 0;
	margin-right: 7px;
	border: 1px solid #999;
}
#fav_list .artist_name {
display: inline;
}
#fav_list .song_name {
}
#fav_list a:link {
	text-decoration: none;
}