/* intro css */

/* BUTTONS */
.box_intro a { /*height: 14px;*/ padding: 15px 0 15px 0; }
.box_intro .button-normal, .box_intro .button-important { text-transform: uppercase; }
.box_intro .button-normal .button-left { width: 19px !important; height: 38px; background-image: url(images/button_intro_normal_left.png); }
.box_intro .button-normal .button-center { background-image: url(images/button_intro_normal_center.png); }
.box_intro .button-normal .button-right { width: 19px !important; background-image: url(images/button_intro_normal_right.png); }

.box_intro .button-important .button-left { width: 19px !important; height: 38px; background-image: url(images/button_intro_important_left.png); }
.box_intro .button-important .button-center { background-image: url(images/button_intro_important_center.png); }

.box_intro .button .button-center a { color: #FFF; }
.box_intro .button-important .button-center a { text-shadow: 0px 0px 6px #FDC877; }
    .box_intro .button .button-center a:hover, .box_intro .button-important .button-center a:hover { text-shadow: 0px 0px 9px #FFF; }

.box_intro .button-normal { text-transform: none; }
	
.box_intro .button-important .button-right { width: 19px !important; background-image: url(images/button_intro_important_right.png); }

.box_intro .button-normal-over .button-left, .box_intro .button-normal-over .button-center, .box_intro .button-normal-over .button-right,
.box_intro .button-important-over .button-left, .box_intro .button-important-over .button-center, .box_intro .button-important-over .button-right { background-position: 0 -50px; }



/* TAB MENUS */
#box_intro_tab { width: 100%; height: 33px; }
	.box_intro_tab-tab1 { background: url(images/box-intro_tab.png) no-repeat; }
	.box_intro_tab-tab2 { background: url(images/box-intro_tab.png) no-repeat 0 -70px; }
	.box_intro_tab-tab3 { background: url(images/box-intro_tab.png) no-repeat 0 -140px; }

	UL.box_intro_tab-menu { width: 645px; height: 25px; float: left; margin: 0; padding: 0; list-style-type: none;}
		UL.box_intro_tab-menu LI A { color: #C8EAEE; font-weight: bold; text-shadow: 0px 0px 4px #000; width: 166px; height: 20px; float: left; margin: 0; padding: 10px 0 0 0; text-align: center; }
			UL.box_intro_tab-menu LI.active A { color: #FFF;text-shadow: 0px 0px 9px #FFF; }
			UL.box_intro_tab-menu LI A:hover { color: #FFF; text-shadow: 0px 0px 9px #FFF; cursor: pointer; text-decoration: none; }


/* TABLES */
#table-description .box-header,
#table-description .box1_box-header { height: 5px; margin: 0; }
#table-description .box-header-left { width: 15px; background-image: url(images/box-intro_header_left.png); }
#table-description .box-header-center { background-image: url(images/box-intro_header_center.png); }
#table-description .box-header-right { width: 15px; background-image: url(images/box-intro_header_right.png); }

#table-description .box-content-left { width: 15px; background-image: url(images/box-intro_content_left.png); }
#table-description .box-content-center { background-image: url(images/box-intro_content_center.png); }
#table-description .box-content-right { width: 15px; background-image: url(images/box-intro_content_right.png); }

#table-description .box1_box-footer { height: 15px; }
#table-description .box-footer-left { width: 15px; background-image: url(images/box-intro_footer_left.png); }
#table-description .box-footer-center { background-image: url(images/box-intro_footer_center.png); }
#table-description .box-footer-right { width: 15px; background-image: url(images/box-intro_footer_right.png); }

#table-description .box_intro-inner_right { float: right; margin-left: 10px; }

#table-description .box_intro-inner_left P, #table-description .box_intro-inner_left UL { }
#table-description .box_intro-inner_left P { margin: 0; padding: 0;}
#table-description .box_intro-inner_left LI { margin: 5px 0; padding: 0; list-style-type:square; }

#table-description .screenshot_bg1 { float: left; margin: 5px 10px; padding: 8px; background-image: url(images/intro_ss_mask1.png); }
	#table-description .screenshot_bg1 IMG { width: 140px; height: 81px; }
		#table-description a:hover .screenshot_bg1 { background-position: 0 -120px; }


#table-description .listing { background: none; }
    #table-description .comment { font-size: 100%; }
	#table-description .listing .listing-header th, #table-description .listing .listing-header td { padding: 0 10px 2px 40px; }
	#table-description .listing td, .listing th { border-color: #2b363d; }
	#table-description .listing tr.listing-row1 { background-color: #101518; text-align: right; }
	#table-description .listing tr.listing-row2 { background-color: #192126; text-align: right; }
	#table-description .listing tr.comment { background-color: #2b363d; }

	#table-description .listing-header { background-color: transparent !important; }
	#table-description .listing .listing-subtitle { padding-left: 10px; background: url(images/table_listing_subtitle.png) no-repeat; }
    #table-description .listing tr.listing-header { height: 10px; }