/* 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: 44px; 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: 44px; 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-important .button-center A { color: #FFFFFF; }
.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: 25px; }
	.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: 500px; height: 25px; float: left; margin: 0; padding: 0; list-style-type: none;}
		UL.box_intro_tab-menu LI A { width: 160px; height: 20px; float: left; margin: 0; padding: 5px 0 0 0; text-align: center; }
			UL.box_intro_tab-menu LI.active A { color: #FFFFFF; }
			UL.box_intro_tab-menu LI A:hover { color: #FFFFFF; cursor: pointer; text-decoration: none; }


/* TABLES */
#table-description .box-header,
#table-description .box1_box-header { height: 15px; 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 { font-size: 90%; }
#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; font-size: 90%; }
	#table-description .listing .listing-header th { padding-left: 30px; }
	#table-description .listing td, .listing th { border-color: #2D3C4E; }
	#table-description .listing tr.listing-row1 { background-color: #101518; text-align: right; }
	#table-description .listing tr.listing-row2 { background-color: #141B1F; text-align: right; }
	#table-description .listing tr.comment { background-color: #1F2834; }

	#table-description .listing-header { background-color: transparent !important; }
	
	#table-description .listing .listing-subtitle { padding-left: 20px; background: url(images/table_listing_subtitle.png) no-repeat; }
