/* FONTS */

@font-face {
  	font-family: 'RobotoLight';
  	src: url('fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'),  url('fonts/Roboto-Light.ttf')  format('truetype');
}
@font-face {
  	font-family: 'RobotoSemibold';
  	src: url('fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),  url('fonts/Roboto-Medium.ttf')  format('truetype');
}
@font-face {
  	font-family: 'RobotoMedium';
  	src: url('fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),  url('fonts/Roboto-Regular.ttf')  format('truetype');
}
@font-face {
  	font-family: 'RobotoBold';
  	src: url('fonts/Roboto-Black.eot?#iefix') format('embedded-opentype'),  url('fonts/Roboto-Black.ttf')  format('truetype');
}
@font-face {
  font-family: 'FranklinGothic';
  src: url('fonts/FranklinGothic.eot?#iefix') format('embedded-opentype'),  url('fonts/FranklinGothic.ttf')  format('truetype');
}
@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins.eot?#iefix') format('embedded-opentype'),  url('fonts/Poppins.ttf')  format('truetype');
}
@font-face {
  font-family: 'Bariol-Regular';
  src: url('fonts/Bariol-Regular.otf?#iefix') format('embedded-opentype'),  url('fonts/Bariol-Regular.otf')  format('truetype');
}


/* SIDEBAR BUTTON */
@media (min-width: 700px) {
.sidebar {
display: block;
width: 250px;
background-color: white;
position: relative;
  }
.sidebar_menu {
display: block;
margin-top: -10px;
}
	}
@media screen and (max-width: 700px) {
.sidebar {
display: none;
width: 0px;
background-color: white;
position: absolute;
}
.sidebar_menu {
display: block;
margin-top: -10px;
width: 0px;
  }
}


body {
background-color: white;
color: black;
font-family: 'RobotoLight' !important;
}

a:link {color: #1294de;text-decoration:none;}
a:visited {color: #1294de;text-decoration:none;}
a:hover {color: #1294de;text-decoration:underline;}
a:active {color: #1294de;text-decoration:none;}

img {
max-width:100%;
height: auto;
}

.sidebar_button {
background:white;
border:0px;
padding:0px;
left:3;
font-size: 30px;
cursor: pointer;
position: absolute;
z-index:10;
}

.logo {
border: 0px;
width: 150px;
padding-left: 20px;
margin-top: 10px;
}
	
#name {
font-family: 'Poppins' !important;
font-size: 32px;
text-align: left;
margin-bottom: 7px;
font-weight: bold;
}

#toysize {
font-family: RobotoLight;
font-size: 32px;
text-align: left;
margin-bottom: 7px;
font-weight: bold;
}

#artist {
font-family: RobotoMedium;
font-size: 19px;
text-align: left;
margin-bottom: -19px;
}

#company {
font-family: RobotoMedium;
font-size: 19px;
text-align: left;
padding-top:2px;
}

#year {
font-family: RobotoMedium;
font-size: 16px;
text-align: left;
padding-top:2px;
color: #787777;
}

#history {
font-family: RobotoMedium;
font-size: 19px;
text-align: left;
padding-top:2px;
color: black;
}

#item {
background-color: white;
color: black;
margin-top:10px;
}

#item a:link {color: #033efd;}
#item a:visited {color: #033efd;}
#item a:active {color: #033efd;}
#item a:hover img {border:1px solid #a4a3a3 !important;}

#search {
padding-top: 14px;
padding-left: 4px;
}


/* SIDEBAR */

.arrowlistmenu{
width: 180px; /*width of accordion menu*/
}
.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial;
color: white;
background: black url(/images/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 7px 0 7px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(/images/titlebar-active.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #1b2c58;
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #1b2c58;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #1b2c58;
background-color: #F3F3F3;
}
  
  
/* FIGURE PAGE */

#related {
	font-size: 12px;
	width: 108px;
}
#related img {
	height: 80%;
}
.help_price {
	border-bottom: 1px dotted #3d3d3d;
}
.help_common {
	border-bottom: 1px dotted #64d052;
}
.help_rare {
	border-bottom: 1px dotted #e8bb5c;
}
.help_chase {
	border-bottom: 1px dotted #fe7080;
}
.help_common p, .help_rare p, .help_chase p {
	display: none;
	text-align: left;
	background-color: #3d3d3d;
	padding: 7px;
	width: 300px;
	border-radius: 3px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	color: #FFF;
	font-size: 13px;
	line-height: 1.4;
}
.help_common:hover p, .help_rare:hover p, .help_chase:hover p {
	position:absolute;
	bottom:165px;
	display:block;
	transform-origin: 100% 0%;
	-webkit-animation: fadeIn 0.3s ease-in-out;
	animation: fadeIn 0.3s ease-in-out;
}
.help_price p {
	display: none;
	text-align: left;
	background-color: #3d3d3d;
	padding: 7px;
	width: 250px;
	border-radius: 3px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	color: #FFF;
	font-size: 13px;
	line-height: 1.4;
}
.help_price:hover p {
	position:absolute;
	right:30;
	display:block;
	transform-origin: 100% 0%;
	-webkit-animation: fadeIn 0.3s ease-in-out;
	animation: fadeIn 0.3s ease-in-out;
}
.help_common p:after, .help_rare p:after, .help_chase p:after, .help_price p:after {
	width:100%;
	height:40px;
	content:'';
}
#bin div {
	max-height:350px;
	min-height:100px;
	width:225px;
    overflow: scroll;
}
ul {
    padding:0;
    list-style-type: none;
}
li.result {
    padding:5;
	padding-bottom:10;
    list-style-type: none;
}
li.result:nth-of-type(even){
      background-color:#e9eff9;
}
p.result {
    text-overflow: ellipsis;
    overflow:hidden;  /* older browsers */
	white-space: nowrap;  /* paragraph to one line */
	font-size:16;
	font-weight:bold;
}
.mainimage {
	width:550px;
	margin-bottom:7px;
}
.greybg {
	padding:1px;
	padding-left:5px;
	padding-right:15px;
	background-color:#e9eef8;
	font-size:12px;
}
.greybg img {
	padding-top:2px;
}
.greybgtable {
	margin-top:5px;
}
.greentext {
	color:#64d052;
	font-size:12;
	margin-top:5px;
	margin-bottom:10px;
}
.orangetext {
	color:#e8bb5c;
	font-size:12;
	margin-top:5px;
	margin-bottom:10px;
}
.redtext {
	color:#fe7080;
	font-size:12;
	margin-top:5px;
	margin-bottom:10px;
}
.social, #social {
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
    height: 18px;
	background-color:#e9eef8;
}
img.social {
    cursor:pointer;
}
.space {
	padding:1px;
}
.twitter-share-button {
	opacity: 0.3;
	filter: alpha(opacity=30); /* For IE8 and earlier */
	height: 18px;
  }