﻿@charset "utf-8";
.proRight{ width:300px; float:right; margin-top:30px;}


.proRight p{font-size:14px; line-height:40px; margin-top:15px;}

.marginbot { color: #333;
	
}

ul.list li {
	list-style-type:none;
	margin-left:20px;
}

ul.tabs {
	width:98%;
	overflow:hidden;
}

ul.tabs li {
	list-style-type:none;
	display:block;
	float:left;
	color:#fff;
	padding:8px;
	margin-right:2px;
	border-bottom:2px solid #74cc00;
	background-color: #0062bd;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	cursor:pointer;
}

ul.tabs li:hover {
background-color: #74cc00;
}

ul.tabs li.current {
	border-bottom:2px solid #74cc00;
	background-color:#74cc00;
	padding:8px;
}

.tabscontent {
	border-top:2px solid #74cc00;
	padding:8px;
	/*display:none;*/
	width:100%;
	text-align:justify;
	font-size:14px;
	line-height:26px;}

#tabsholder {
    width: 95%;
    margin: 10px auto;
	margin-top:40px;
}