h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
}
h1 {
    font-size:30px;
	margin-top:12px;
    margin-bottom:12px;
}
h2 {
    font-size:26px;
    margin-bottom:10px;
}
h3 {
    font-size:24px;
	margin-top:12px;
    margin-bottom:8px;
}
h4 {
    font-size:20px;
	margin-top:12px;
    margin-bottom:6px;
}
h5 {
   font-size:18px;
   margin-top:12px;
    margin-bottom:4px;
}
h6 {
    font-size:16px;
	margin-top:12px;
    margin-bottom: 2px;
}
b {
	font-weight:bold;
}
i {
	font-style:italic;
}
::-moz-selection{
	background: #585858;
	color:#fff;
	text-shadow: none;
}
::selection {
	background:#585858;
	color:#fff;
	text-shadow:none;
}

.content-holder_in ul {
	list-style-position:inside;
}
button {
	border:none;
	cursor: pointer;
}
button span.icon-search {
	background: url("../images/sprite.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 17px;
    width: 17px;
}
.search-body .mainbody .search form#searchForm .btn-toolbar .btn-group {
	display:inline-block;
	float:left;
}