﻿#hiws {

}
#hiws .row {
	padding-bottom: 40px;
}
#hiws .block {
	padding-bottom: 10px;

}
#hiws .hideall{
	background-repeat: no-repeat;
	background-position: 0px 11px;
	display: block;
	font-size: 24px;
	width: 230px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
}
#hiws .showall {

	background-repeat: no-repeat;
	background-position: 0px 11px;
	display: block;
	font-size: 24px;
	width: 230px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
}


#hiws .cpanel {
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 10px;
}

#hiws .step {
	background-color: #06C;
	color: #FFF;
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#hiws a.step-next {
	float: right;
	display: block;
	background-repeat: no-repeat;
	background-image: url(../img/arrow-next.png);
	background-position: 3px 3px;
	width: 24px;
	border: 1px solid #CCC;
	padding: 4px;
	height: 24px;
}
#hiws a.step-previous
{
	float: right;
	display: block;
	background-repeat: no-repeat;
	background-image: url(../img/arrow-previous.png);
	background-position: 3px 3px;
	width: 24px;
	border: 1px solid #CCC;
	padding: 4px;
	height: 24px;
	margin-right: 5px;
}
#hiws a.step-screen-hide
{
	float: right;
	display: block;
	background-repeat: no-repeat;
	background-position: 3px 3px;
	width: 24px;
	border: 1px solid #CCC;
	padding: 4px;
	height: 24px;
	margin-right: 5px;
}
#hiws a.step-screen-show
{
	float: right;
	display: block;
	background-repeat: no-repeat;
	background-position: 3px 3px;
	width: 24px;
	border: 1px solid #CCC;
	padding: 4px;
	height: 24px;
	margin-right: 5px;
}

#tab-hiws {

}
#tab-hiws .tab {
	position: relative;
	height: 45px;
	border-bottom: 1px solid #CCC;
}
#tab-hiws .tab li {
	display: inline;
}
#tab-hiws .tab a {
	display: block;
	float: left;
	font-size: 16px;
	background-color: #F0F8FF;
	padding-bottom: 10px;
	padding-top: 10px;
	border-top: 1px solid #CCC;
	border-right: 1px none #CCC;
	border-left: 1px solid #CCC;
	font-weight: 400;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
}
#tab-hiws .tab a:hover {
	text-decoration: none;
	background-color: #FFF;
}
#tab-hiws .tab a.end {
	border-right: 1px solid #CCC;
}
#tab-hiws .active {
	background-color: #FFF !important;
	position: relative;
	z-index: 10;
	height: 25px;
	color: #333;
	-webkit-box-shadow: 4px -3px 3px #CCCCCC;
	box-shadow: 4px -3px 3px #CCCCCC;
}
#tab-hiws .tab-content {
	padding-top: 20px;
	padding-bottom: 20px;
}

#hiws a.step-next:hover, 
#hiws a.step-previous:hover, 
#hiws a.step-screen-hide:hover,
#hiws a.step-screen-show:hover { background-color: #F9F9F9; 
	
	}
#hiws .img-left { float: left; }
