/*
+--------------------------------------------------------------------------
|   Video Site Builder V2.0
|   ========================================
|   by Jason Taylor & Vikas Patial
|   http://www.video-site-builder.com
|   ========================================
|   email: downloads@video-site-builder.com
+--------------------------------------------------------------------------
*/

/* Global styles */
html{
	font-size:11px;
	overflow-x: auto;
}
/* Global styles */
body{
        background: #003A6B url(../templates/frontend/Default/images/main_bg.png) fixed repeat-x top left;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #000000;
        text-align: center;
        margin: 0;
        padding: 0;
}
/* Global link styles */
a:link,
a:active,
a:visited,
a:hover{
        color: #FFA500;
        text-decoration: none;
}
a:hover{
        color: #000000;
        text-decoration: underline;
}
img{
        border: 0; /* stops linked images having borders */
}
/* Default table widths */
table{
        width: 100%;
}
td{
        vertical-align: top;
        font-size: 12px;
}
/* Container and main design */
#container{
        background: #FFFFFF;
        width: 990px;
        margin: 7px auto 7px auto;
        text-align: left;
        border:1px solid #383838;
        padding: 0;
}
#wrapper{
        margin:10px;
        background: #003A6B;
}
#banner{
        height: 30px;
        background: #fff url(../templates/frontend/Default/images/banner_bg.png) repeat-x 0 100%;
}
#banner_content{
        height: 122px;
        vertical-align: middle;
}
#top_bar{
        background: #383838 url(../templates/frontend/Default/images/topbar.gif) repeat-x;
        color: #fff;
        padding: 6px;
        height: 25px;
}
#top_bar p.top_user{
        color: #FFA500;
        padding: 5px;
        margin: 0;
        border: 0;
}
#top_bar a:link,
#top_bar a:active,
#top_bar a:visited,
#top_bar a:hover{
        color: #fff;
        text-decoration: none;
}
#top_bar a:hover{
        color: #fff;
        text-decoration: underline;
}
#top_search{
        float: right;
}
#top_search input.top_input{
        border: 1px solid #666666;
        background: #ffffff;
        color: #000000;
        padding: 4px;
        height: 13px;
        font-size: 11px;
        width: 180px;
}
#top_search input.top_btn{
        border: 1px solid #666666;
        background: url(../templates/frontend/Default/images/button.gif) repeat-x;
        margin: 0;
        color: #000000;
        font-size: 11px;
        padding: 4px 8px 4px 8px;
        vertical-align: middle;
}
.top_btn{
        border: 1px solid #666666;
        background: url(../templates/frontend/Default/images/button.gif) repeat-x;
        margin: 0;
        color: #383838;
        font-size: 11px;
        padding: 4px 8px 4px 8px;
        vertical-align: middle;
        width:80px;
}
.main_content input.top_input{
        border: 1px solid #666666;
        background: #ffffff;
        color: #000000;
        padding: 4px;
        height: 15px;
        font-size: 12px;
        width: 170px;
}
#sharefriendform input.top_input{
        border: 1px solid #666666;
        background: #ffffff;
        color: #000000;
        padding: 4px;
        height: 15px;
        font-size: 12px;
        width: 180px;
        margin: 2px;
        vertical-align: top;
}
#sharefriendform textarea.top_input{
        border: 1px solid #666666;
        background: #ffffff;
        color: #000000;
        padding: 4px;
        font-size: 14px;
        margin: 2px;

}

#banner_text{
        padding: 25px 0 0 25px;
}
#banner_text span.cat{
               background:#333333;
               float:right;
               margin-right:15px;
               padding:5px;
}
#tabs{
    font-size: 12px;
    margin-left:25px;
    color: #0099FF;
    font-weight: bold;
    height: 29px;
    overflow: hidden;
}
#tabs ul{
        list-style-type: none;
        margin:0;
        padding:0;
}
#tabs li{
        display:inline;
        margin:0;
        padding:0;
}
#tabs a:link,
#tabs a:active,
#tabs a:visited,
#tabs a:hover{
        float: left;
        background: url(../templates/frontend/Default/images/tabs.gif) no-repeat 0 -33px;
        margin: 0;
        margin-left: 1px;
        padding: 0 0 0 8px;
        text-decoration: none;
}
#tabs a:link span,
#tabs a:active span,
#tabs a:visited span,
#tabs a:hover span{
        float: left;
        display: block;
        background: url(../templates/frontend/Default/images/tabs.gif) no-repeat 100% -33px;
        padding: 8px 19px 8px 13px;
        font-weight: bold;
        color: #fff;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */
/* Hover */
#tabs a:hover{ background-position: 0% -66px; cursor: pointer; }
#tabs a:hover span{ background-position: 100% -66px; color: #000000; cursor: pointer; }
/* Active tab */
#tabs a.active:link,
#tabs a.active:active,
#tabs a.active:visited,
#tabs a.active:hover{
        background-position:0 0;
}
#tabs a.active:link span,
#tabs a.active:active span,
#tabs a.active:visited span,
#tabs a.active:hover span{
        background-position:100% 0;
        color: #FFF;
}
#tab_end{
        background: #000 url(../templates/frontend/Default/images/tab_end.gif) repeat-x 0 0;
        margin: 1px 0 0 0;
        font-size:11px;
        font-weight:bold;
        padding:9px;
        height: 17px;
        color: #FFA500;
        text-align:left;
}
#tab_end a:link,
#tab_end a:active,
#tab_end a:visited,
#tab_end a:hover{
        color: #FFFFFF;
        text-decoration: underline;
}
#tab_end a:hover{
        color: #FFA500;
        text-decoration: underline;
}
#tab_end span.cat{
        float: right;
        font-size:11px;
        font-weight:bold;
        margin: 3px 3px 0 0;
        padding:0;
        height: 17px;
        color: #FFA500;
}
#tab_end span.cat a:link,
#tab_end span.cat a:active,
#tab_end span.cat a:visited,
#tab_end span.cat a:hover{
        color: #fff;
        text-decoration: none;
}
#tab_end span.cat a:hover{
        color: #E50F2E;
        text-decoration: underline;
}
.small_desc{
     font-size:10px;
     color:#000000;
}
#content{
        padding: 8px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        line-height:15px;
        min-height:300px;
}
.border{
        border: 1px solid #383838;
        background: #ffffff
        margin-bottom:10px;
        padding-bottom:10px;
}
.borders{
        border: 1px solid #383838;
        width:192px;
        margin: 2px 0 2px 0;
        padding: 2px;
        background: #191919 url(../templates/frontend/Default/images/tv_bg.gif) repeat-x 0 100%;
}
.link_border{
        border: 1px solid #383838;
        margin: 2px 0 2px 0;
        padding: 0;
        background: #333333 url(../templates/frontend/Default/images/tv_bg.gif) repeat-x 0 100%;
}
.header,
.m_header,
.maintitle{
        background: #ffffff url(../templates/frontend/Default/images/maintitle.gif) repeat-x;
        padding: 10px;
        font-family:Arial;
        border-bottom: 1px dashed #666666;
        font-size:14px;
        color: #FFA500;
        font-weight: bold;
}
.header span.cat,
.m_header span.cat,
.maintitle span.cat{
        float:right;
        color: #FFA500;
        font-weight:bold;
}
.m_header a:link,
.m_header a:active,
.m_header a:visited,
.m_header a:hover,
.header a:link,
.header a:active,
.header a:visited,
.header a:hover,
.maintitle a:link,
.maintitle a:active,
.maintitle a:visited,
.maintitle a:hover{
        color: #fff;
        text-decoration: none;
}
.m_header a:hover,
.header a:hover,
.maintitle a:hover{
        text-decoration: underline;
}
.maintitles{
        padding: 5px;
        font-family:Arial;
        font-size:11px;
        color: #FFA500;
        font-weight: bold;
}
.maintitles span.cat{
        float:right;
        color: #FFA500;
        font-weight:bold;
}
.maintitles a:link,
.maintitles a:active,
.maintitles a:visited,
.maintitles a:hover{
        color: #000;
        text-decoration: none;
}
.maintitles a:hover{
        text-decoration: underline;
}
.header img{
        vertical-align: middle;
}
.main_content{
        padding: 5px;
}
#footer_box{
        border-top: 3px solid #383838;
        font-family: Arial, Helvetica, sans-serif;
        height: 410px;
        font-size: 12px;
        background: #003A6B url(../templates/frontend/Default/images/footer.gif) repeat-x 100%;
        margin: 8px 0 0 0;
        padding: 0px;
}
#footer_col{
        width: 100%;
        height:390px;
        margin: 2px 0 2px 0;
}
#footer_col td{
        width: 33%; /* 100% divided by number of columns */
        padding: 5px 5px 5px 15px;
}
#footer_col td.end{
        border: 0;
}
#footer_col a:link,
#footer_col a:active,
#footer_col a:visited{
        color: #FFA500;
}
#footer_col a:hover{
        color: #000000;
}
.copyright{
        text-align: center;
        background-color:#003A6B;
        padding: 10px;
        margin:0;
        color: #FFFFFF;
}
.copyright a:link,
.copyright a:active,
.copyright a:visited,
.copyright a:hover{
        color: #FFA500;
        text-decoration: none;
}
.content{
        padding: 8px;
}
.box{
        border: 1px solid #383838;
        background: #ffff url(../templates/frontend/Default/images/content_grad.gif) repeat-x 0 100%;
        padding: 10px;
        margin: 5px 0 5px 0;
}
.titles{
        font-size: 12px;
        font-weight: bold;
        margin-bottom:3px;
}
.titles a:link,
.titles a:active,
.titles a:visited,
.titles a:hover{
        text-decoration: none;
}
.titles span{
        font-size: 11px;
        font-weight: normal;
        float: right;
}
.box img.img{
        border: 2px solid #868686;
        margin: 0 12px 8px 0;
}
/* Left navigation styles */
.lnav{
        border: 1px solid #383838;
        background: #fff url(../templates/frontend/Default/images/content_grad.gif) repeat-x 0 100%;
}
.lnav a:link,
.lnav a:active,
.lnav a:visited,
.lnav a:hover{
        text-decoration: none;
}
.lnav_l,
.lnav_d{
        background-color:transparent;
        background: url(../templates/frontend/Default/images/nav.gif) no-repeat 10px 50%;
        display: block;
        padding: 3px 0 3px 25px;
}
.lnav_d{
        background-color:transparent;
}
  
#nav{
        width: 320px;
        vertical-align: top;
        padding-right: 5px;
}
/* Other */
.clear{
        clear: both;
}

.scroller_bg{
  background: url('../templates/frontend/Default/images/scroller_bg.png') no-repeat;
  padding: 0;
  margin: 0;
  width:970px;
  height:120px;
  overflow: hidden;
}
.scroller{
 margin: 14px 0 0 7px;
 padding:0;
}
.index_thumb{
        background: #fff;
        border: none;
	      padding: 5px;
        border: 1px solid #ddd;
        margin: 3px;
        height:60px;
        width:85px;
}
.index_thumb2{
        background: #fff;
        border: none;
	      padding: 5px;
        border: 1px solid #ddd;
        margin: 3px;
        height:80px;
        width:130px;
}
.small_thumb{
        background: #fff;
        border: none;
	      padding: 3px;
        border: 1px solid #ddd;
        margin: 2px;
        height:45px;
        width:60px;
}
.channel_thumb{
        background: #fff;
        border: none;
	      padding: 5px;
        border: 1px solid #ddd;
        margin: 3px;
        height:90px;
        width:120px;
}
.related_thumb{
        background: #fff;
        border: none;
	      padding: 5px;
        border: 1px solid #ddd;
        margin: 3px;
        height:60px;
        width:80px;
}
.banner728{
   background: #ffffff url(../templates/frontend/Default/images/content_grad.gif) repeat-x 0 100%;
   width:728px
   height:90px;
   margin:5px;
   padding:8px;
}
.recently_viewed{
	height: 72px;
	overflow: hidden;
	padding: 8px 0 0 12px;
}
.recently_viewed img{
	width: 60px;
	height: 45px;
}
.recently_viewed a:link,
.recently_viewed a:visited,
.recently_viewed a:hover,
.recently_viewed a:active{
	display: block;
	float: left;
	width: 60px;
	overflow: hidden;
	position: relative;
	padding:0 4px 0 0;
	outline: none;
}
p.bookmark {
	padding: 4px;
	margin: 0;
	border: 0;
	float: right;
}
#top_searchs {
	margin: 0 auto 4px auto;
	width: 500px;
}
#top_searchs input.top_input {
	width: 300px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000000;
	border: #BBBBBB 1px solid;
	padding: 4px 5px 4px 5px;
	background: url('../templates/frontend/Default/images/image_bg.gif') repeat-x;
	margin-top: 3px;
}
#top_searchs input.top_btn {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	padding: 4px 5px 4px 5px;
	border: #BBBBBB 1px solid;
	background: url('../templates/frontend/Default/images/button_bg.gif') repeat-x;
	color: #FFFFFF;
	margin-top: 3px;
	cursor: pointer;
}
#index_box {
	border:1px solid #CCCCCC; 
	background-color:#ffffff;
	padding: 10px;
}
#index_box h3 {
	padding: 0;
	margin: 0 0 0.5em 0;
}

.content {
	padding: 8px;
}
.title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom:5px;
}
.title a:link,
.title a:active,
.title a:visited,
.title a:hover {
	text-decoration: none;
}
.title span {
	font-size: 11px;
	font-weight: normal;
	float: right;
}
.mail {
	background: url('../templates/frontend/Default/images/mail.gif') no-repeat 5px 50%;
	display: block;
	padding: 3px 0 3px 25px;
}
#nav {
	width: 180px;
	vertical-align: top;
	padding-left: 8px;
}
.clear {
	clear: both;
}
.input,
.button {
	border: 1px solid #CCCCCC;
	padding: 2px;
	height:17px;
	background: #FFFFFF;
	color: #383838;
	font-size: 12px;
	margin: 1px;
	display: inline;
}
.button {
	background: url('../templates/frontend/Default/images/button_bg.gif') repeat-x;
	height:24px;
	padding: 0px 4px 3px 4px;
	font-weight: normal;
	color:#FFFFFF;
	font-size:12px;
}
.textarea {
	background:#ffffff;
	border:1px solid #333333;
	color:#efefef;
}
.bookmarks {
	border:1px solid #FFA500;
	width:16px;
	height:16px;
	padding:2px;
	margin:0;  
}
.form_box {
	background-color:#ffffff;
	border:1px #333333 solid;
	margin:2px 0 10px 0;
	padding:1px;
	padding-top:5px;
}
.form_box legend {
	color:#FFA500;
	font-weight:bold;
	margin-left:20px;
}
.form_box table td {
	padding:4px;
	vertical-align:top;
}
.form_box input.top_input{
        border: 1px solid #666666;
        background: #ffffff;
        color: #000000;
        padding: 4px;
        height: 14px;
        font-size: 12px;
        width: 180px;
        margin: 0;
        vertical-align: top;
}
.form_box textarea.top_input{
        border: 1px solid #666666;
        background: #ffffff;
        color: #000000;
        padding: 5px;
        font-size: 12px;
        margin: 5px;
}
.greyb {
	color:#736F6E;
	font-weight:bold;
}
.line_seperator {
	border-top: 1px solid #CFCFCF;
	padding: 10px 3px 10px 3px;
	margin-bottom:5px;
	margin-top:5px;
}
.tagcloud a:link,
.tagcloud a:visited,
.tagcloud a:active {
	color: #FFA500;
	text-decoration: underline;
}
.tagcloud a:hover {
	text-decoration: none;
}
.media_list_info {
	float:right;
	width:155px;
	margin:0 5px 0 5px;
	padding-left:5px;
	white-space:nowrap;
	border-left:1px solid #CFCFCF;
	line-height:15px;
}
.media_list_desc {
	padding-bottom:5px;
	height:auto;
	margin-right:5px;
}
label.fixed,label.fixedw,input.fixed {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 5px;
}
label.fixed {
	text-align: right;
	width: 75px;
	padding-right: 10px;
	margin-top: 5px;
}
label.fixedw {
	text-align: right;
	width: 100px;
	padding-right: 5px;
	margin-top: 3px;
}
br {
	clear: left;
}
.index_media_links{
	padding: 0 5px 0 5px;
color: #000000;
}
.index_media_links a:link,
.index_media_links a:active,
.index_media_links a:visited,
.index_media_links a:hover {
	padding: 0 5px 0 5px;
  text-decoration: none;
	font-weight: 200;
color: #000000;

}
.index_media_links a.selected:link,
.index_media_links a.selected:active,
.index_media_links a.selected:visited,
.index_media_links a.selected:hover {
	font-weight: bold;
	color: #000000;
}
.commentEntry {
	margin:6px 0 10px;
}
.commentHead {
	border-top: 1px dashed #CFCFCF;
	padding:4px;
}
.commentHeadHighlight {
	border-top: 1px solid #CFCFCF;
	padding:4px;
	background:#D1DCDF;
}
.commentBody {
	margin-top:4px;
	margin-left:4px;
}
/* Required CSS for Paging Class */
#pageLinks {
	padding: 10px 0 3px 0;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
}
#pageLinks a:link,
#pageLinks a:active,
#pageLinks a:visited {
	padding: 0.2em 0.4em 0.2em 0.4em;
	border: 1px solid #BBBBBB;
	background: url('../templates/frontend/Default/images/pg.gif') repeat-x;
	text-decoration: none;
	font-size: 12px;
	color: #666666;
	margin-right: 4px;
}
#pageLinks a:hover {
	border: #BBC7E6 1px solid;
	background: url('../templates/frontend/Default/images/pg_ac.gif') repeat-x;
	color: #FFA500;
	text-decoration: none;
}
.pagination_active {
padding: 0.2em 0.4em 0.2em 0.4em;
border: 1px solid #BBC7E6;
text-decoration: none;
background: url('../templates/frontend/Default/images/pg_ac.gif') repeat-x;
color:#FFA500;
font-size: 12px;
margin-right: 4px;
}
/* MOVED JQUERY DIALOG STYLE INTO MAIN STYLESHEET (NO NEED TO CARRY AND ADDITIONAL SHEET) */
/*dialog*/
.ui-dialog {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Helvetica, Arial, sans-serif;
	background: #ffffff;
	color: #666666;
	border: 4px solid #1C1C1C;
	position: relative;
}
.ui-dialog-content {
	border: 1px solid #1C1C1C;
	background: #ffffff;
	color: #666666;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	z-index: 99999;
}
.ui-resizable .ui-resizable-handle {
	display: block; 
}
body .ui-resizable-disabled .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */
body .ui-resizable-autohide .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */
.ui-resizable-n { 
	cursor: n-resize; 
	height: 7px; 
	width: 100%; 
	top: -5px; 
	left: 0px;  
}
.ui-resizable-s { 
	cursor: s-resize; 
	height: 7px; 
	width: 100%; 
	bottom: -5px; 
	left: 0px; 
}
.ui-resizable-e { 
	cursor: e-resize; 
	width: 7px; 
	right: -5px; 
	top: 0px; 
	height: 100%; 
}
.ui-resizable-w { 
	cursor: w-resize; 
	width: 7px; 
	left: -5px; 
	top: 0px; 
	height: 100%;
}
.ui-resizable-se { 
	cursor: se-resize; 
	width: 13px; 
	height: 13px; 
	right: 0px; 
	bottom: 0px; 
	background: url('../templates/frontend/Default/images/222222_11x11_icon_resize_se.gif') no-repeat 0 0;
}
.ui-resizable-sw { 
	cursor: sw-resize; 
	width: 9px; 
	height: 9px; 
	left: 0px; 
	bottom: 0px;  
}
.ui-resizable-nw { 
	cursor: nw-resize; 
	width: 9px; 
	height: 9px; 
	left: 0px; 
	top: 0px; 
}
.ui-resizable-ne { 
	cursor: ne-resize; 
	width: 9px; 
	height: 9px; 
	right: 0px; 
	top: 0px; 
}
.ui-dialog-titlebar {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	padding: .5em 1.5em .5em 1em;
	color: #666666;
	background: #000 url('../templates/frontend/Default/images/maintitle.gif') 0 50% repeat-x;
	border-bottom: 1px solid #D3D3D3;
	font-size: 1.1em;
	font-weight: normal;
	position: relative;
}
.ui-dialog-title {
}
.ui-dialog-titlebar-close {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	background: url('../templates/frontend/Default/images/888888_11x11_icon_close.gif') 0 0 no-repeat;
	position: absolute;
	right: 8px;
	top: .7em;
	width: 11px;
	height: 11px;
	z-index: 100;
}
.ui-dialog-titlebar-close-hover, .ui-dialog-titlebar-close:hover {
	background: url('../templates/frontend/Default/images/454545_11x11_icon_close.gif') 0 0 no-repeat;
}
.ui-dialog-titlebar-close:active {
	background: url('../templates/frontend/Default/images/222222_11x11_icon_close.gif') 0 0 no-repeat;
}
.ui-dialog-titlebar-close span {
	display: none;
}
.ui-dialog-content {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	background: #000;
	color: #666;
	padding: 1.5em 1.7em;	
}
.ui-dialog-buttonpane {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: left;
	border-top: 1px solid #D3D3D3;
	background: ;
}
.ui-dialog-buttonpane button {
	margin: .5em 0 .5em 8px;
	color: #555555;
	background: #E6E6E6 url('../templates/frontend/Default/images/button.gif') 0 50% repeat-x;
	font-size: 1.1em;
	border: 1px solid #cc0000;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	line-height: 1.4em;
}
.ui-dialog-buttonpane button:hover {
	color: #212121;
	background: #DADADA url('../templates/frontend/Default/images/button.gif') 0 50% repeat-x;
	border: 1px solid #cc0000;
}
.ui-dialog-buttonpane button:active {
	color: #222222;
	background: #FFFFFF url('../templates/frontend/Default/images/button.gif') 0 50% repeat-x;
	border: 1px solid #cc0000;
}
/* This file skins dialog */
.ui-dialog.ui-draggable .ui-dialog-titlebar,
.ui-dialog.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
/* ClickBank Ads CSS */
.hopfeed_div {
	padding: 5px;
	margin: 0px;
	text-align:left;
}
.hopfeed_header {
	font-size:7pt;
	padding: 0 0 5px 0;
	color: #CC0000;
	font-weight: bold;
	display: block;
	text-decoration: underline;
	text-align: right;
}
.hopfeed_ul {
	list-style:none;
	margin: 0;
	padding: 0 0 0 0;
	clear: both;
}
.hopfeed_li {
	margin:0 0 10px 0;
	padding:0px;
}
.hopfeed_link a{
	font-weight: bold;
}
.hopfeed_desc {
	font-size:8pt;
	margin-top: 5px;
	display: block;
}
  fieldset { 
  background: #ffffff;
  border: solid 1px #333333; 
  margin-left: auto; 
  margin-right: auto; 
}
  fieldset legend{ 
  color: #FFA500;
  font-weight:bold;
 
}
  fieldset label { 
  display: block; 
  margin: 3px 0px 0 0; 
}
  fieldset h1 { 
  text-align:center; 
}
  fieldset input, textarea {
  background: #ffffff;
  color: #FFFFFF;
  border: 1px solid #333;
  font-weight:bold; 
  font-size:18px;
}
  fieldset input { 
  background: #ffffff;
  color: #FFFFFF;
  padding:3px;
  border: 1px solid #333;
  font-size:12px;
  font-weight:normal;
  width:300px;
  height:25px 
  
}

 #refreshmsg{
	color: #DDD;
	font-size:10px;
}
	#submit {
	background: #ccc;
	border: 1px solid #333;
	color: #000;
  width:100px;
	height:30px;

}
	#elem{
	margin-left:10px;
}
	#results{
	color:#FFFFFF;
}
 


/*  styles for the unit rater
---------------------------------------------------------
ryan masuga, masugadesign.com
ryan@masugadesign.com
Licensed under a Creative Commons Attribution 3.0 License.
http://creativecommons.org/licenses/by/3.0/
See readme.txt for full credit details.
--------------------------------------------------------- */

.ratingblock {
	display:block;
	/*border-bottom:1px solid #999;
	padding-bottom:1px;
	margin-bottom:1px;*/
	}

.loading {
	height: 20px;
	background: url('../templates/frontend/Default/images/working.gif') 50% 50% no-repeat;
	}

.unit-rating { /* the UL */
	list-style:none;
	margin: 0px;
	padding:0px;
	height: 20px;
	position: relative;
	background: url('../templates/frontend/Default/images/starrating.gif') top left repeat-x;
	}

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

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

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

.unit-rating a.r1-unit{left: 0px;}
.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 a.r6-unit{left: 100px;}
.unit-rating a.r6-unit:hover{width: 120px;}
.unit-rating a.r7-unit{left: 120px;}
.unit-rating a.r7-unit:hover{width: 140px;}
.unit-rating a.r8-unit{left: 140px;}
.unit-rating a.r8-unit:hover{width: 160px;}
.unit-rating a.r9-unit{left: 160px;}
.unit-rating a.r9-unit:hover{width: 180px;}
.unit-rating a.r10-unit{left: 180px;}
.unit-rating a.r10-unit:hover{width: 200px;}

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

.voted {color:#999;}
.thanks {color:#36AA3D;}
.static {color:#5D3126;}

