/* slimytslime_css.css by slimytslime - updated 8/16/2025 */
/* For use exclusively with slimytslime's eBay descriptions */
/* Do not use, modify, or host elsewhere without permission */

#main {
	background-color: #000000; 
	background-image: url('https://slimytslimestore.neocities.org/eBay/bg_stars_v4.png'); 
	margin: 0 auto; 
	color: #FFFFFF; 
	font-family: 'Verdana'; 
	border: 3px double #333333;
}

#main a {
	color: #7FBFFF;
}

#main li {
	margin: 5px 0px;
}
	
#wrapper {
	background: #060606; 
	margin: 0 auto;
	width: 100%;
	max-width: 800px; 
	border-left: 3px double #333333; 
	border-right: 3px double #333333;
}
	
#top {
	display: inline-table; 
	width: inherit;
	max-width: inherit;
	text-align: center; 
	margin-top: 3px; 
	border-bottom: 3px double #333333;
}

#top_content {
	display: table-cell; 
	width: 60%;
	max-width: 480px; 
	font-size: 12px; 
	padding: 12px 0px 18px 0px;
}

#top_content_itemname {
	font-size: 20px;
	font-weight: bold;
}

#slime_left, #slime_right {
	display: table-cell;
	width: 20%;		
	max-width: 160px; 
	background-repeat: no-repeat;
	background-position: center;
}
#slime_left {
	background-image: url('https://slimytslimestore.neocities.org/eBay/bg_slime_L.png');
}

#slime_right {
	background-image: url('https://slimytslimestore.neocities.org/eBay/bg_slime_R.png'); 
}
	
#details {
	padding: 10px 20px 10px 20px;
}
	
#details_content {
	margin: 0 auto; 
	max-width: 608px; 
	font-size: 12px;
}

.details_content_header_first, .details_content_header {
	background: #111111; 
	text-align: center; 
	border-top: 1px dashed #333333; 
	border-bottom: 1px dashed #333333; 
	padding: 12px;
	margin-bottom: 19px;
}

.details_content_header {
	margin-top: 22px;
}

.details_content_list_header /*, .details_content_list_container */ {
	text-align: center; 
}

.details_content_list_block {
	text-align: initial; 
	display: inline-block;
	vertical-align: top;
}

/* .details_content_list_block ul { */
	/* list-style-type: none; */
/* } */

#details_content_feedback {
	font-weight: bold; 
	text-align: center;
}

#relateditems {
	text-align: center;
	border-top: 3px double #333333;
}

#relateditems_titlebar {
	background: #111111; 
	font-weight: bold; 
	font-size: 16px; 
	border-bottom: 1px solid #333333; 
	padding: 9px;
}

#relateditems_displayarea {
	background: #060606; 
	padding: 15px 10px 9px; 
	font-size: 13px;
}

#relateditems_displayarea_button {
	display: inline-block;
	background: #080808;
	border: #111111 2px solid; 
	margin: 0px 10px 10px; 
	box-shadow: 4px 4px 0px #000000;
}

#relateditems_displayarea_button_text {
	background: #111111; 
	padding: 10px; 
	font-weight: bold; 
	font-size: 16px;
}

#bottom {
	border-top: 3px double #333333; 
	border-bottom: 3px solid #060606; 
}

#bottom_content {
	margin: 0 auto; 
	text-align: center; 
	width: 80%;
	font-weight: bold; 
	font-size: 16px;
}
	
@media only screen and (max-width: 800px) {
	
	img {
		max-width: 100%;
	}
	
	#main {
		background-image: none;
	}
	
	#main img {
		width: 100%
	}
	
	#top_content {
		width: 90%;
	}
	
	#details_content {
		width: 90%;
	}
	
	/* .details_content_list_container { */
		/* text-align: initial;  */
	/* } */
	
	/* .details_content_list_block { */
		/* display: initial; */
	/* } */
	
	#slime_left, #slime_right {
		background-image: none;
		visibility: hidden;
		width: 5%;
	}
	
	#bottom_content {
		width: 90%;
	}

}

@media only screen and (max-width: 740px) {
	
	/* .details_content_list_container { */
		/* text-align: center;  */
	/* } */
	
	.details_content_list_block {
		min-width: 90% !important;
	}
	
	ol .details_content_list_block {
		display: initial;
	}
	
	/* .details_content_list_block  ol, .details_content_list_block  ul { */
		/* padding: inherit !important; */
	/* } */

}