/* @override http://arpan.local:3000/design/stylesheets/columns.css */

/* @group Sidebar */

/* @group Announcement */

#announcements, #announcements div.announcement{
	overflow: hidden;
}

#announcements div.announcement{
	padding: 0;
	position: relative;
	font-weight: bold;
 	overflow: hidden;
 	background: #fff;
 	margin: 7px 7px 0;
}

#announcements div#announcement_content{
	height: 233px;
 	width: 230px;
 	padding: 0;
}

#announcements div.announcement .text{
	height: 200px;
	overflow: hidden;
}

#announcements div.announcement p.launch{
	text-align: center;
	font-size: 1.1em;
 	line-height: 1.6em;
 	overflow: hidden;
}

#announcements div.announcement{
	text-align: center;
 	color: #000;
}

#announcements div.announcement div.text p a,
#announcements div.announcement form a{
 	color: #666;
 	text-decoration: underline;
 	font-style: italic;
}

#announcements div.announcement form p{
	text-align: left;
}

/* @end */

/* @group Live */

/* @group General */

#sidebar_live {
	height: 408px;
	overflow: hidden;
	display: block;
	position: relative;
}

#live {
	position: relative;
	display: block;
 	margin: 0;
 	padding: 0;
 	list-style-type: none;
}

#sidebar_live .list_item {
	background-color: #191919;
	overflow: hidden;
	margin: 10px 10px 0 10px;
	width: 224px;
}

* html #sidebar_live{
	margin-top: 5px;
}
* html #sidebar_live .list_item{
	margin: 5px 10px 0 10px;
}

#sidebar_live span.loading {
	background: transparent url('/design/images/indicator_blue.gif') no-repeat;
}

#sidebar_live .list_item h3 {
	display: block;
	background-color: #444;
	padding: 18px 16px 12px 20px;
	line-height: 14spx;
	cursor: pointer;
	overflow: hidden;
}

#sidebar_live .list_item h3:hover,
#sidebar_live .list_item h3.hover {
	color: #f00;
}

#sidebar_live h3 span {
	display: block;
	float: left;
	width: 11px;
	height: 11px;
	margin-right: 6px;
	margin-top: 2px;
}

#sidebar_live .unselected h3 span {
	background: transparent url('/design/images/triangle-right-trans.png') no-repeat;
}

* html #sidebar_live .unselected h3 span {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/design/images/triangle-right-trans.png', sizingMethod='image');
}

#sidebar_live .selected h3 span {
	background: transparent url('/design/images/triangle-down-trans.png') no-repeat;
}

* html #sidebar_live .selected h3 span {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/design/images/triangle-down-trans.png', sizingMethod='image');
}

/* @end */

/* @group list item colors & rounding */

#sidebar_live .list_content {
	display: block;
	background: #576E9A;
	overflow: hidden;
	padding-bottom: 6px;
}

#sidebar_live .list_content li img {
 	margin: 6px 0 0;
}

#sidebar_live .blue_bottom {
	display: block;
	background: #576E9A;
	padding-top: 6px;
}

#sidebar_live .gray_bottom {
	display: block;
	width: 100%;
	background: #444;
	padding-top: 6px;
}

/* @end */

/* @group scroll buttons */

#sidebar #sidebar_scroll {
	position: absolute;
	bottom: 0px;
	height: 24px;
	width: 243px;
	margin: 0;
	padding: 0;
	border-top: 1px solid #fff;
}

* html #sidebar #sidebar_scroll {
	margin-bottom: -1px;
}

#sidebar #sidebar_scroll a {
	position: relative;
	display: block;
	float: left;
	width: 121px;
	text-align: center;
	margin: 0;
	padding: 0;
	height: 24px;
	line-height: 24px;
	background: #191919;
}

#live_bar #sidebar_scroll a:hover {
	color: #f00;
}

#sidebar_scroll a#sidebar_scroll_down {
	float: right;
	width: 122px;
}

/* @end */

/* @group My channel */

#my_channel #channels .edit,
#my_channel #channels .editing,
#my_channel .new {
	float: right;
	width: 24px;
	margin: 0;
	padding: 0;
}

#my_channel .new {
	margin-top: 1px;
	width: 30px;
	height: 18px;
	background: url('/design/images/transparent/new-trans.png') no-repeat;
}

* html #my_channel .new {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/design/images/transparent/new-trans.png', sizingMethod='image');
}

#live #my_channel ul {
	padding: 0;
	margin: 0;
}

#live #my_channel ul li {
	display: block;
	clear: both;
	line-height: 24px;
	font-weight: bold;
	padding: 2px 5px 2px 10px;
	margin: 0;
	overflow: hidden;
}

#my_channel ul li.even {
	background-color: #4C4C4C;
}

#my_channel ul img.preview {
	height: 20px;
	width: 30px;
	float: left;
	margin: 2px 10px 0px 0px;
	padding: 0;
}

#my_channel input {
	margin: 0;
	padding: 0;
}

input#select {
	height: 16px;
	border: 1px solid #FFF;
	background-color: transparent;
}

#live p {
	display: block;
	padding: 8px 6px 0px 6px;
}

#live #my_channel p {
	height: 24px;
}

#live #my_channel p .edit,
#live #my_channel p .editing,
#live #my_channel p .download,
#live #my_channel p .feed {
	display: block;
	float: left;
	height: 20px;
	margin: 0;
	padding: 0;
}

#live #my_channel p .download {
	float: right;
}

#live #my_channel p .feed {
	float: right;
	clear: both;
	margin-right: 3px;
}

/* @end */

/* @group lists */

#live ol.feature_list, #live ul {
	list-style: decimal outside;
	padding-left: 20px;
	margin-left: 10px;
	display: block;
}

#live ul li {
	list-style: square outside;
}

#live ol.feature_list li {
	list-style: decimal outside;
}

#live ol.feature_list strong {
	display: block;
}

/* @end */

/* @end */

/* @end */

/* @group Featured */

#featured #featured_inner {
	height: 570px;
	overflow: hidden;
}

/* @group Trailer */

#featured .advert {
	margin: 10px 10px 0 10px;
	padding: 0;
	width: 440px;
	height: 58px;
	overflow: hidden;
}

#featured .advert img {
	width: 440px;
}

#featured #preview {
	margin: 10px 10px 8px 10px;
	background: #828282;
	text-align: center;
}

#featured #preview #preview_image {
	margin: 5px 5px 12px 5px;
	background: none;
	height: 321px;
	padding: 0;
}

#featured #preview #preview_image embed {
	height: 327px;
	min-width: 430px;
	width: 100%;
	margin: 0;
	padding: 0;
}

/* @end */

/* @group .info */

#featured div.info {
	margin: 8px 20px 0px 20px;
}

#featured .info .download {
	float: left;
	clear: left;
	margin: 0 0 4px -4px;
}

#featured .info .website {
	float: left;
	clear: left;
	margin: 0;
	padding: 0;
	width: 50%;
}

#featured .info .details {
	float: left;
	clear: left;
}

#featured .info .website a,
#featured .info .bottom_links a {
	display: block;
	float: left;
	clear: both;
	padding: 2px 26px 2px 0px;
	height: 16px;
	margin: 0;
	color: #FFF;
	background: url('/design/images/goto.gif') no-repeat top right;
	font-weight: bold;
}

#featured .info .website a:hover,
#featured .info .bottom_links a:hover {
	color: #F00;
	background: url('/design/images/goto.gif') no-repeat bottom right;
}

#featured .info .website a {
	margin-bottom: 6px;
}

#featured .info .bottom_links a {
	float: right;
	clear: none;
 	margin: 0 12px;
}

#featured .info .bottom_links {
	position: absolute;
	bottom: 12px;
	left: 0;
	width: 470px;
}

/* @end */

/* @group Add tag */

#featured #add_tag .tag {
	float: left;
}

#featured #add_tag .tag input {
	width: 105px;
	border: none;
	height: 18px;
}

#featured #add_tag .add {
	float: left;
}

#featured #add_tag .add a {
	margin: 0 0 0 6px;
	font-weight: bold;
}

#featured #add_tag .add a:hover {
	color: #ff0000;
}

#featured #add_tag .add a span{
	display: none;
}

/* @end */

/* @end */

/* @group Right column */

#right_column div.welcome {
	display: block;
	position: relative;
	padding: 8px 15px 12px 15px;
	margin-bottom: 10px;
	background: #000 url('/design/images/v_fade.gif') repeat-x bottom;
}

#right_column div.welcome a {
	color: #ff0000;
}

#right_column div.inner {
	height: 570px;
}

/* @group Scroll list page nav */

div.page_nav {
	display: block;
	position: relative;
	line-height: 16px;
	margin: 0;
	width: 273px;
	text-align: center;
}

div.page_nav_pages_1 {
	padding-left: 111px;
}

div.page_nav_pages_2 {
	padding-left: 105px;
}

div.page_nav_pages_3 {
	padding-left: 99px;
}

div.page_nav_pages_4 {
	padding-left: 93px;
}

div.page_nav_pages_5 {
	padding-left: 87px;
}

div.page_nav_pages_6 {
	padding-left: 81px;
}

div.page_nav_pages_7 {
	padding-left: 75px;
}

div.page_nav_pages_8 {
	padding-left: 69px;
}

div.page_nav_pages_9 {
	padding-left: 63px;
}

div.page_nav_pages_10 {
	padding-left: 57px;
}

div.page_nav a {
	position: relative;
	display: block;
	float: left;
	height: 12px;
	width: 12px;
	padding: 0 2px 0 2px;
	cursor: pointer;
}

div.page_nav a.previous {
	margin-top: 2px;
	background: transparent url('/design/images/triangle-left-trans.png') no-repeat left;
}

* html div.page_nav a.previous {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/design/images/triangle-left-trans.png', sizingMethod='crop');
}

div.page_nav a.next {
	margin: 2px 0 0 0;
	background: transparent url('/design/images/triangle-right-trans.png') no-repeat right;
}

* html div.page_nav a.next {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/design/images/triangle-right-trans.png', sizingMethod='crop');
}

div.page_nav a.selected {
	color: #f00;
}

/* @end */

/* @group Scroll list */

#specials_list, #trailers_list {
	position: relative;
	display: block;
	width: 100%;
	height: 440px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.scroll_parent {
	clear: both;
}

.scroll_list_parent {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 10000px;
	height: 440px;
	clear: both;
}

.scroll_list {
	display: block;
	float: left;
	width: 273px;
	margin: 0;
	padding: 0;
	height: 440px;
	overflow: hidden;
}

ul.scroll_list li.list_item {
	display: block;
	width: 260px;
	margin: 6px 7px 2px 6px;
	overflow: hidden;
	background: #576E9A;
	float: left;
}

* html ul.scroll_list li.list_item {
	margin: 6px 4px 6px 3px;
}

ul.scroll_list div.white_bg {
	background: #191919;
	margin: 0;
	width: 260px;
	height: 8px;
	clear: both;
 	overflow: hidden;
}

ul.scroll_list div.dark {
	height: 8px;
	background: #576E9A;
}

ul.scroll_list li.list_item img.preview {
	float: left;
	background: #000;
	height: 48px;
	width: 48px;
 	margin: 8px 9px 0 9px;
}

ul.scroll_list li.list_item div.text {
	float: left;
	display: block;
	height: 48px;
	padding: 0;
	overflow: hidden;
	font-size: 0.9em;
 	margin: 8px 0 0;
}

ul.scroll_list li.list_item h2 {
	font-size: 12px;
}

ul.scroll_list li.list_item span.author {
	display: block;
	float: left;
}

ul.scroll_list li.list_item span.go_to {
	float: right;
	font-size: 0.9em;
	font-weight: bold;
	margin-top: -2px;
}

ul.scroll_list li.list_item span.go_to a {
	display: block;
	padding: 4px 20px 4px 0;
	margin: 0;
	line-height: 12px;
	background: url('/design/images/goto-blue.gif') no-repeat top right;
}

ul.scroll_list li.list_item span.go_to a:hover {
	color: #f00;
	display: block;
	background: url('/design/images/goto-blue.gif') no-repeat bottom right;
}

ul.scroll_list span.exclusive {
	font-weight: bold;
	color: #ff0000;
}

/* @end */

/* @end */

/* @group Footer */

#footer ul {
	position: relative;
	float: left;
	width: 90px;
	margin: 10px 0px 0px 24px;
	padding: 0;
	height: 60px;
	overflow: hidden;
}

* html #footer ul{
	height: 64px;
}

* html #footer div.links {
	position: relative;
	float: left;
	margin-left: -20px;
}

#footer div.advert {
	position: relative;
	float: right;
	display: block;
	padding: 0;
	margin: 7px 7px 0 7px;
	height: 60px;
	overflow: hidden;
}

/* @end */

/* @group FAQ */

#faq_content {
	height: 550px;
	overflow: hidden;
	padding: 10px;
}

#faq_content a {
	color: #ff0000;
}

#right_column #faq_questions {
	padding: 0px;
	height: 550px;
}

#faq_content dt {
	font-weight: bold;
	margin: 5px 0 4px 0;
	font-size: 110%;
}

#faq_content dd {
	margin: 0px 0 0.4em 1em;
	font-size: 100%;
}

#faq_content .loading {
	margin-top: 60px;
}

#faq_questions ul{
	padding: 0; margin: 1em 0 0;
}

#faq_questions ul, #faq_questions ul li{
	list-style: none;
}

#faq_questions ul li a{
	display: block;
	width: 100%;
 	padding: 0.5em 0 0.5em 2em;	
}

#faq_questions li a:hover {
	background: #353535;
	font-weight: bold;
}

#faq_questions li.selected a {
	color: #f00;
	font-weight: bold;
}

#faq_content .faq_nav_more, #faq_content .faq_nav_back{
	margin-top: 12px;
	float: left;
}

#faq_content .faq_nav_more{
	float: right;
}

/* @end */

/* @group login */

#login_form .comments {
	padding: 10px;
	height: 100%;
	width: 250px;
	background-color: #515151;
	float: right;
}

#login_form .login_form {
	padding: 10px;
	width: 440px;
}

#login_form legend, #forgot_password legend {
	display: none;
}

/* @end */

/* @group Signup */

#featured #signup_inner {
	height: 570px;
	overflow: hidden;
}

#signup #signup_div,
#signup #signup_advert,
#signup #choose_type {
	float: left;
	position: relative;
}

#signup #signup_div {
	float: left;
	background-color: #576e9a;
	margin: 10px 0px 0px 0px;
	display: block;
	width: 460px;
	overflow: hidden;
}

/* @group Choose type */

#signup #choose_type {
	margin-top: 30px;
	text-align: center;
	width: 80px;
	display: block;
	overflow: hidden;
}

#signup #choose_type ul {
	margin-left: 10px;
 	list-style-type: none;
}

#signup #choose_type ul li {
	height: 60px;
	line-height: 20px;
	width: 70px;
	background: transparent url('/images/png/left-tab.gif') no-repeat 0px -84px;
	display: block;
	padding: 0;
}

#signup #choose_type ul li.selected_type {
	height: 84px;
	background: transparent url('/images/png/left-tab.gif') no-repeat 0px 0px;
}

#signup #choose_type ul li a {
	display: block;
	position: relative;
	line-height: 20px;
	padding: 32px 0px 8px 0px;
}

#signup #choose_type ul li.selected_type a {
	padding: 44px 0px 20px 0px;
}

/* @end */

/* @group Form */

#signup form label{
	display: inline;
	width: 180px;
	text-align: left;
}

#signup form fieldset{
	margin: 0;
	padding: 0;
	border: none;
}

#signup form ul, #signup form ul li {
	list-style: none;
}

#signup form legend {
	display: none;
}

#signup #signup_div #signup_form {
	width: 600px;
	height: 560px
}

#signup #signup_div #signup_form .signup_column {
	float: left;
	width: 200px;
	padding: 10px 0 10px 20px;
}

#signup #signup_div #signup_form .signup_column li,
#signup #signup_div p {
	margin-bottom: 6px;
}

#signup #signup_div #signup_form .captcha,
#signup #signup_div #signup_form .terms,
#signup #signup_div #signup_form .submit {
	padding-left: 20px;
	clear: both;
}

#signup fieldset input,
#signup textarea,
#signup select {
	border-style: none;
	padding: 4px;
}

#signup #signup_div #signup_form .signup_column input {
	width: 180px;
}

#signup #signup_div #signup_form textarea {
	width: 395px;
	height: 60px;
}

#signup #signup_div #signup_form #preview_uploaded_data {
	display: block;
	width: 100px;
}

#signup #signup_div #signup_form .signup_column select {
	padding: 1px;
	width: 188px;
}

/* @end */

/* @group Captcha & advert */

#signup #signup_advert {
	margin: 10px 10px 0 0;
	width: 180px;
	text-align: center;
	background-color: #ffffff;
	float: right;
}

#signup #uword{
	width: 140px;
}

#signup .captcha img {
	width: 145px;
	height: 40px;
}

* html #signup #signup_advert {
	margin-right: 5px;
}

#signup #signup_advert #advert_here {
	position: relative;
	display: block;
	height: 520px;
	overflow: hidden;
}

/* @end */

#signup .buttons input {
	margin-left: 20px;
	clear: both;
 	background-color: #353535;
}

/* @end */

/* @group Users */

div#user_details_box{
 	margin-right: 14px;
}

#user_details_full{
	width: 100%;
}

#user_details_box, #user_list_box{
	width: 488px;
}

div.container #user_list,
div.container #user_details {
	display: block;
	height: 600px;
	overflow: auto;
	width: 100%;
}

div.container #user_details {
	height: 620px;
}

div#user_edit_buttons{
 	text-align: center;
 	font-weight: bold;
 	margin-bottom: 10px;
}

div#user_edit_buttons a{
 	color: #3f598b;
}

/* @group Purchase history */

#user_details #user_info_content table {
 	margin-top: 20px;
 	width: 100%;
}

#user_details #user_info_content table th {
 	background-color: #3f598b;
 	padding: 4px 20px;
}

#user_details #user_info_content table td {
 	padding: 4px 20px;
}

/* @end */

/* @group Buttons */

#user_details #buttons {
 	text-align: right;
 	margin-right: 10px;
}

#user_details #buttons a{
 	padding-right: 20px;
}


/* @end */

/* @group #user_details */

#user_details{
	width: 36%;
	clear: both;
 	line-height: 20px;
}

#user_details h3{
	clear: both;
 	background-color: #3f598b;
 	padding-left: 144px;
 	font-size: 1.2em;
 	line-height: 2em;
 	margin-top: 10px;
}

#user_details h2 {
 	padding: 10px 10px 0 20px;
}

#user_details dt {
 	width: 140px;
 	float: left;
 	padding-right: 4px;
 	text-align: right;
 	clear: both;
 	display: block;
}

#user_details dd{
	font-weight: bold;
}

#user_details p {
 	padding: 6px 20px 4px;
}

/* @group tabs */

#user_details .tabs {
	margin-top: 10px;
 	height: 28px;
 	border-bottom: 2px solid #3f598b;
}

#user_details .tabs ul li{
	display: block;
	float: left;
	padding: 4px 10px;
	height: 20px;
 	margin-left: 10px;
}

#user_details .tabs ul li.selected{
 	background-color: #3f598b;
}

/* @end */


/* @end */

/* @group #user_list */

#user_list table,
#user_list_header table {
	width: 100%;
	margin: 0;
}

#user_list_box table th{
 	background-color: #3f598b;
 	padding: 3px 0 3px 10px;
}

#user_list table td {
 	padding: 3px 0 3px 10px;
}

#user_list table tr.odd{
 	background-color: #353535;
}


#user_list tr.selected td{
	background-color: #214372;
 	border-top: 1px solid #7ea2e5;
 	border-bottom: 1px solid #7ea2e5;
}

#user_list tbody tr:hover{
	cursor: pointer;
}

/* @group columns */


#user_list_box td{ padding: 0; margin: 0;}
#user_list_box .name { 	width: 180px; }
#user_list_box .features { 	width: 50px; }
#user_list_box .downloads { width: 60px; }
#user_list_box .bandwidth { width: 60px; }


/* @end */ 

/* @end */

/* @end */

.report_select, .report_content {
	background-color: #191919;
	
}

/* @group Raw tags */

#raw_tags {
 	width: 100%;
 	background-color: #3f598b;
/*	background-color: #191919;*/
}

#raw_tags ul {
 	list-style-type: none;
}

#raw_tags ul {
 	list-style-type: none;
}

#raw_tags .select{
	padding: 20px;
}


#raw_tags h2 {
	display: block;
 	background-color: #3f598b;
 	padding: 4px 40px;
}

#raw_tags p, #raw_tags ul {
 	font-weight: bold;
 	padding-left: 20px;
 	font-size: 13px;
 	margin: 10px 0;
}

#raw_tags>ul {
 	padding-left: 0px;
}

#raw_tags .even {
		background-color: #343434;
}

#raw_tags li a.tag_link {
	margin-left: .8em;
/*	margin-right: .8em;*/
	font-size: 1.2em;
/*	background-color: #191919;*/
}

/* @end */

/* @group Admin */
#settings{
  width: 90em;

}
#settings h3{
 	padding: 4px 20px;
 	background-color: #3f598b;
}

#settings p {
 	padding: 10px 20px;
}

table.settings {
	width: 100%;	
}

table.settings tr th{
	background-color: #353535;
 	padding: 4px 20px;
}

table.settings tr td{
 	border-bottom: 1px solid #353535;
 	padding: 4px 20px;
}

/* @end */

/* @group About */

#about_us {
	width: 100%;
}

#about_us .intro {
 	height: 686px;
 	float: left;
 	width: 210px;
 	padding: 10px;
 	margin: 14px;
 	background-color: #434343;
}

#about_us .people{
	height: 702px;
	display: block;
	float: right;
	width: 732px;
	margin-top: 14px;
}

#about_us .people .person{
	height: 130px;
	margin-bottom: 14px;
}

#about_us .people .image{
 	background-color: #434343;
 	padding: 10px;
 	display: block;
 	width: 110px;
 	height: 110px;
 	float: left;
 	clear: both;
 	margin: 0 10px 0 0;
}

#about_us .people .description{
	width: 560px;
	height: 110px;
	padding: 10px;
	float: left;
 	background-color: #3f598b;
}

#about_us .people .image img{
	display: block;
	width: 110px;
	height: 110px;
}


/* @end */

/* @group Reports */

#reports {
 	width: 100%;
}

#reports .report_select{
	padding: 20px;
}

.report_content h2 {
	display: block;
 	background-color: #3f598b;
 	padding: 4px 40px;
}

.report_content p {
 	font-weight: bold;
 	padding-left: 40px;
 	font-size: 13px;
 	margin: 10px 0;
}

/* @group table */

.report_content table {
 	padding: 0 40px 10px 80px;
}

.report_content table th,
.report_content table td {
 	border-bottom: 1px solid #7f7f7f;
 	padding: 4px 10px;
 	width: 360px;
 	font-weight: bold;
}

.report_content table td{
	border-bottom-color: #323232;
 	font-weight: normal;
}



/* @end */

/* @end */


.auto_complete {
	background: #eeeeee;
	cursor: pointer;
}

.auto_complete ul, 
.auto_complete ul li {
	list-style: none;
	color: #000000;
	margin-left: .25em;
	font-size: 1.1em;
}

.auto_complete ul {
	padding-left: .25em;
}

.auto_complete ul li.selected{
	margin-left: .25em;
 	background-color: #3f598b;
	color: #eeeeee;
}

