﻿@charset "utf-8";
@import url("dock-example1.css");
/* CSS Document */

#content {
	width: 620px;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:10px;
	height:100%;
	font-size:12PX;
	line-height:150%;
}


#content .intro{
	
 	color:#666;
	line-height:130%;
	 font-size:18px;
	 font-weight:normal;
	}
}
hr {
	border: none;
	height: 1px; line-height: 1px;
	background: #CCC;	
	margin-bottom:10px;
	padding: 0;
}


.clear {
	clear: both;
	line-height: 1px;
	font-size: 1px;
}

a { 
	outline-color: #fff;
		font-size: 12px;
			font-family: Arial;
			line-height:150%;
	
}

		h4 {
			margin: 0;	
			padding: 7px 0 0 0;
			font-size: 16px;
			text-transform: uppercase;
		}

		div#feature_list {
			width: 600px;
			height: 350px;
			overflow: hidden;
			position: relative;
		}

		div#feature_list ul {
			position: absolute;
			top: 0;
			list-style: none;	
			padding: 0;
			margin: 0;
		}

		ul#tabs {
			left: 0;
			z-index: 2;
			/*width: 300px;*/
			width:350px;
			height:330px;
			font-size:12px;
			line-height:150%;
		}
		#tabs h3{
	font-size:18px;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
}

		ul#tabs li {
			font-size: 12px;
			font-family: Arial;
			line-height:150%;
	
		}
		
		ul#tabs li img {
			padding: 2px;
			border: none;
			float: left;
			margin: 10px 10px 0 0;
		}

		ul#tabs li a {
			color: #222;
			text-decoration: none;	
			display: block;
			padding: 10px;
			height: 150px;
			outline: none;
		}
		
				ul#tabs li a:link {
			color: #222 !important;
			text-decoration: none;	
			display: block;
			padding: 10px;
			height: 150px;
			outline: none;
		}
				ul#tabs li a:visited {
			color: #222 !important;
			text-decoration: none;	
			display: block;
			padding: 10px;
			height: 150px;
			outline: none;
		}



		ul#tabs li a:hover {
			text-decoration: none;
		}

		ul#tabs li a.current {
			/*background:  url(../images/feature-tab-current.png');
			background-repeat:no-repeat;*/
			background:#eee;
			padding-top:5px;
			color: #555;
		}

		ul#tabs li a.current:hover {
			text-decoration: none;
			cursor: default;
		}

		ul#output {
			right: 0;
			width: 247px;
			height: 325px;
			position: relative;
			vertical-align:middle;
	
		}

		ul#output li {
			position: absolute;
			width: 247px;
			height: 325px;
		}

		ul#output li a {
	position: absolute;
	bottom: 0px;
	right: 1px;
	padding: 8px 12px;
	text-decoration: none;
	font-size: 11px;
	color: #FFF;
	background: #000;
	-moz-border-radius: 5px;
		}
		
		ul#output li a:hover {
			background: #000;
		}
