/* CSS Document */
*{
	margin: 0;
	padding: 0;
}

h1.one {
  margin:0; 
}
h1.one:before{
	left: 0;
	width: 100%;
}

.toolBar{
	float:left;
	width:360px;
	height:100%;
	line-height:20px;
	overflow:hidden;
	text-align:left;
	margin-left: 2.5%;
	margin-top:5px;
}
#toolBar{
	float:left;
	width:20vw;
	height:100%;
	line-height:20px;
	overflow:hidden;
	text-align:left;
	margin-left: 2.5%;
	margin-top:40px;
}
.topline{
	border-top: 1px solid #CCC;
	padding: 5px 0 !important;
	line-height: 22px;
}
.MyAccount{
	font-size: 14px;
	padding-top: 7px;
	padding-bottom: 7px;
}
.MyAccountMenu{
	width: 100%;
}

.MyAccountMenu .SubPage{
	padding:2px 10px;
	margin:0px 20px;
	cursor: pointer;
    display:block;
	clear:both;
	font-size:14px;
	letter-spacing:1px;
	text-transform:uppercase;
	width: fit-content; 
}


.MyAccountMenu input[type=radio]{
    display:none;	
}

.MyAccountMenu .sub_list input[type=radio] + .SubPage:before{
   content:'• ';
}
.MyAccountMenu input[type=radio]:hover + .SubPage{
	font-weight:bold;
	
}
.MyAccountMenu .sub_list input[type=radio]:hover + .SubPage:before{
	content:'• ';
}

.MyAccountMenu input[type=radio]:checked + .SubPage{
    background-color:#333;
	color: white;
	font-weight:normal;
}
.MyAccountMenu .sub_list input[type=radio]:checked + .SubPage:before{
	content:'✔ ';
}


.ArtTypeBox{
	width: 100%;
}

.ArtTypeBox .ArtType{
	padding:4px 12px;
	margin:0px 20px;
	cursor: pointer;
    display:block;
	clear:both;
	border-radius:2px;
	font-size:14px;
	letter-spacing:1px;
	text-transform:uppercase;
}

.ArtTypeBox .org{ width: 100px;}
.ArtTypeBox .pod{ width: 164px;}
.ArtTypeBox .le{ width: 156px;}

.ArtTypeBox input[type=radio]{
    display:none;	
}

.ArtTypeBox input[type=radio] + .ArtType{
   /* background-color:#DDD;*/
}
.ArtTypeBox input[type=radio]:hover + .ArtType{
	font-weight:bold;
	
}


.SubjectDiv{
	margin-left: auto; 
	margin-right: auto; 
	width: 90%; 
	font-size: 13px;
	letter-spacing:1px;
}
.SubjectBox{
	width: 100%;
	height:40px;
}
.SubjectTitle{
	float: left; 
	line-height: 35px;
	font-size: 15px;
	font-weight:600;
	text-transform:uppercase;
	color:#333;
}

.underSearchTitle{
	background:none;
	height: auto;
	margin:0 auto;
	width: 80%;
	display: inline-block;
	float: left;
	margin-left: 2.5%;
	padding-top: 8px;
	padding-bottom: 7px;
	border-bottom: 1px solid #CCC;
	font-size: 13px;
	margin-top: 5px;
}
.subheader{
/*	padding-top: 8px;
	padding-bottom: 7px;
	font-size: 13px;
	margin-top: 5px;*/
	height:40px;
	line-height:40px;
	border-bottom: 1px solid #CCC;

}
.subheader h1,.subheader h2{
	margin:0;
	padding:0;
	font-weight:normal;
	padding-right:5px;
}
.subheader h1{
	font-size:.85rem;
}
.subheader h2{
	font-size:.8rem;
}
#spage{
	position:relative;
	background:none;
	height: fit-content;
	margin:0 auto;
	width: 70vw;
	min-height: 1400px;
	margin-right: 2.5%;
	display: inline-block;
	float: right;
	font-size:calc(8px + .38vw);
	margin-bottom: 70px;
}


#spage .subheadline { 
	position:relative;
	font-family: 'PT Sans Narrow', sans-serif;
    margin-bottom: 0;
	font-size:1rem;
	height:30px;
	line-height:40px;
}

#spage .subheadline:after {
	position:absolute;
    overflow: hidden;
    width: 100%;
    height: 1px;
    content: '\a0';
    background-color: #ccc;
	top:10px;
}
#spage .subheadline span{
	display: block;
    background-color: #fff;
    z-index: 999;
    position: absolute;
    top: -10px;
    left: 0;
    padding-right: 30px;
}


#images strong{
	font-size: 14px
}
.FullWidth{
	width: 100%;
}
.sub_list{ 
	margin-left:20px;
	max-height: 100px;
	overflow: hidden;
	overflow-y: scroll;
}
/** custom scroller **/
/* width */
.sub_list::-webkit-scrollbar {
    width: 10px;
	height: 10px;
}

/* Track */
.sub_list::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #ccc; 
    border-radius: 10px;
}

/* Handle */
.sub_list::-webkit-scrollbar-thumb {
    background: #333; 
    border-radius: 10px;
	width: 10px
}
.sub_list .SubPage{
		text-transform:none;
}


.sub_list input[type=radio]:hover + .SubPage{
	font-weight:bold;
	
}
.sub_list input[type=radio]:checked + .SubPage{
    background-color:transparent;
	font-weight:bold;
	color:#333;
}