
/* GENERAL */
.pgWrapper{
	width: 1024px;
	margin: 0 auto;
}

.pgWrapper input[type="submit"] {
	-webkit-appearance: button;
    width: 100%;
    margin-top: 12px;
    padding: 7px 0px;
}

.landingText{
	font-size: 1.2em;
    margin: 40px 0px;
}

.navigationArea { 
	display: inline-block;
	width: 180px;
	margin-right: 4%;
}
.navigationArea h2 { 
	margin: 0px;
	background-color: #002d54;
    color: white;
    padding: 5px 15px;
    font-size: 1.1em;
}
.navigationArea a {
	display: block;
    padding: 8px 5px;
    color: #002d54;
    text-decoration: none;
    background-color: white;
    border: 1px solid #dee0e2;
    border-top: none;
}
.navigationArea a:hover { 
	background-color: #3052A4;
	color: white;
	border-color: #3052A4;
}


/* HOME */
.categoriesArea{
	display: inline-block;
	width: 602px;
    vertical-align: top;
}
.categoriesArea a{
	border: solid 1px #ccc;
	display: inline-block;
	width: 180px;
	height: 134px;
	margin-bottom: 26px;
    margin-left: 26px;
    overflow: hidden;
}
.categoriesArea a:nth-child(3n+1) {
    margin-left: 0px
}

.categoriesArea a:hover{
	border-color: #002d54;
}



/* PRODUCT */
.reviewArea, .categoryArea { 
	display: inline-block;
	width: 600px;
    vertical-align: top;
}
.reviewArea h2, .categoryArea h2{ 
	border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.reviewArea h2 span { 
	color: #3052A4;
    font-weight: bold;
}
.tabSelect {
	margin: 0px;
	border-bottom: 1px solid #ccc;
}
.tabSelect li{
	display: inline-block;
    padding: 5px 10px;
    color:white;
	background-color: #6f9abf;
    border: 1px solid #6f9abf;
    margin-bottom: -1px;
    font-weight: bold;
}
.tabSelect li:hover{ 
	cursor: pointer;
	color:white;
	border-color:  #2b4f6f;
	background-color: #2b4f6f;
}
.tabSelect li.active{
	background-color: white;
    color: #002d54;
    border-color: #d8d8d8;
	border-bottom-color: white;
}
.reviewSection {
	display: none;
	padding: 20px 10px;
	margin-bottom: 40px;
}
.reviewSection.active {
	display: block;
	background-color: white;
    border: 1px solid #ccc;
    border-top: none;
}

.overalRating .specName{
	font-weight: bold;
	margin: 20px 0px 5px;
}
.overalRating i{
	font-size: 1.7em
}

.reviewSection .generalInfo{
	vertical-align: top;
	display: inline-block;
	width: 60%;
}
.kitphoto{

	display: inline-block;
	width: 39%;
}

.generalInfo h2 {
    border-bottom: none;
    margin-bottom: 10px;
    font-size: 1.2em;
    font-weight: bold;
    padding: 0px;
}
.generalInfo .specRow + h2 { 
	margin-top: 20px;
}
.generalInfo .specRow {
	padding: 2px 0px;
}
.generalInfo .specName{
	vertical-align: top;
	width: 135px;
	display: inline-block;
}
.generalInfo .specData{
	width: 210px;
	display: inline-block;
}

.generalInfo .specFullLine, .generalInfo .specMSRP{
	width: 100%;
}

.specName.specFullLine::before {
    content: '-';
    margin-right: 10px;
}

.generalInfo .specMSRP{	font-weight: bold; }

.ratingsSlogan{ margin: 10px 8px 25px; }
.ratingsSlogan span{
	font-weight: bold;
    font-size: 1.3em;
    color: #666;
}
.ratingRow {
    padding: 5px 10px;
}
.ratingRow:hover {
	background-color: #eee;
}
.ratingTitle { 
	display: inline-block;
	width: 40%;
    font-size: 1.2em;
}
.ratingStars {
	display: inline-block;
	margin-left: 20px;
}
.ratingStars i{
	margin-right: 15px;
}
/* empty stars */
.overalRating i.far, .ratingStars i.far {
    color: #ffdd79;
}
/* colored stars */
.overalRating i.fas, .ratingStars i.fas {
    color: #e8b41a;
}


/* CATEGORY */

.categoryArea {
	padding: 10px;
	background-color: white;
	border: 1px solid #dee0e2;
	margin-bottom: 20px;
}

.searchArea, .kitsArea{
	display: inline-block;
	width: 49%;
	vertical-align: top;
}

.kitsArea{
	width: 59%;
}
.searchArea{
	width: 39%;
	border: 2px solid #97bbda;
    padding: 10px 15px;
}

.searchArea h2{
	border-bottom: none;
    color: white;
    background-color: #002d54;
    width: 100%;
    display: block;
    padding: 5px 10px;
    font-size: 1.2em;
}

.ratedArea {
	border: 2px solid #97bbda;
    padding: 27px 15px 15px;
    margin-top: 26px;
    position: relative;
}

.kitsArea .ratedArea a {
	padding: 0px;
    color: black;
}

.kitsArea .ratedArea a:hover{
	text-decoration: underline;
}

.kitsArea .ratedArea a::before {
    content: '-';
}

.kitsArea .ratedArea h3 {
	border-bottom: none;
    color: #002d54;
    background-color: #ffffff;
    display: inline-block;
    padding: 5px 10px;
    font-size: 1.4em;
    margin-top: calc(-1.4em - 20px);
    position: absolute;
}

.kitsArea a {
	display: block;
	text-decoration: none;
	padding: 10px;
}
.kitsArea a img{
	text-align: center;
}
.kitsArea a h3{
	font-weight: bold;
    color: #002d54;
}

.searchArea select, .searchArea input{
	width: 100%;
}


/* SEARCH RESULTS */

#jumpToSelector{
	text-align: right;
    margin: 0px 0px 15px 16px;
    float: right;
}

.extendedSearch{

}

.extendedSearch form {
    background-color: white;
    padding: 12px;
    border: 1px solid #002d54;
}

.extendedSearch select {
    width: 100%;
    margin-bottom: 15px;
}

.extendedSearch label {
	font-weight: bold;
}

#resultsTable {
	width: 100%;
}

#resultsTable th i{
	margin-left: 5px;
    color: #676767;
    font-size: 1.1em;

}

#resultsTable tr a{
	display: block;
}

#resultsTable tr:hover td, #resultsTable tr:hover a{
	background-color: #496cbc;
	color: white;
}