/* Cascading Style Sheet for jinglebingle.com */

html, body, td {
	font-family: 'Roboto Slab', arial, georgia, verdana, helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	height: 100%;
	padding: 0px;
	background-color: black; /* #e9e9e9; */
	/* background-image: url("images/background21.png");
	background-repeat: repeat-x; */
	}

tr {
	vertical-align: top;
	}

table {
	height: 100%;
	width: 100%;
	margin: 0px 0px 0px 0px;
	border: 5px solid #4f4f4f;
	border-spacing: 0px;
	border-collapse: collapse;
	}

/* Title Index Page */
h1	{
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	text-shadow: 2px 2px 3px #6d6d6d;
	}

/*  Title Section */
h2	{
	font-size: 21px;
	font-weight: bold;
	text-decoration: underline;
	margin: 0px 0px 0px 0px;
	text-shadow: 2px 2px 3px #6d6d6d;
	}

/* Store Item Section */
h3	{
	font-size: 19px;
	font-weight: bold;
	text-decoration: underline;
	margin: 0px 0px 0px 0px;
	color: #43525e;
	}

/* Title Content */
.t1	{
	font-family: georgia;
	font-size: 25px;
	font-weight: bold;
	color: #d9d9d9;
	text-align: center;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	max-width: 100%;
	text-shadow: 2px 2px 3px #6d6d6d;
	}

.t2	{
	font-family: monospace;
	font-size: 17px;
	font-weight: bold;
	color: white;
	text-align: center;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	max-width: 100%;
	text-shadow: 2px 2px 3px #6d6d6d;
	}

a:link[href^="tel:"], a:visited[href^="tel:"], a:hover[href^="tel:"] {
	color: black;
	text-decoration: none;
	}

/* a[href^="tel:"]:before {
	content: "\260e";
	margin-right: 0.5em;
	} */

.t3	{
	font-family: "lucida console";
	font-size: 15px;
	font-weight: bold;
	color: #d9d9d9;
	text-align: center;
	text-decoration: none;
	margin: 4px 0px 0px 0px;
	max-width: 100%;
	text-shadow: 2px 2px 3px #6d6d6d;
	}

/* Map */
iframe {
	width: 100%;
	height: 450px;
	border: 0px;
	margin: 0px auto 0px auto;
	}

img {
	max-width: 100%;
	height: auto;
	/* width: auto;
	height: auto;
	object-fit: contain; */
	}

@media only screen and (max-width: 620px) {
	.img_hide {
		max-width: 100%;
		height: auto;
		display: none;
		}
	}

#title_bg {
	/* background-image: url("images/bg_top_09.png");
	background-repeat: repeat-x;
	background-size: contain; */
	background-color: black;
	max-width: 100%;
	height: auto;
	margin: 0px auto 0px auto;
	}

/* Desktop View */
#title_content {
	max-width: 700px;
	margin: 0px auto 0px auto;
	padding: 4px 0px 4px 0px;
	}

/* Mobile View */
@media only screen and (max-width: 700px) {
	#title_content {
		max-width: 100%;
		}
	}

#menu_bg {
	text-align: center;
	background-image: url("images/bg_menu_01_a.jpg");
	background-size: contain;
	max-width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 5px solid #4f4f4f;
	}

/* Desktop View */
#div_center {
	font-size: 17px;
	color: white;
	text-align: left;
	margin: 0px auto 0px auto;
	max-width: 700px;
	padding: 25px 25px 25px 25px;
	background-color: black;
	}

/* Mobile View */
@media only screen and (max-width: 700px) {
	#div_center {
		max-width: 100%;
		border-left: none;
		border-right: none;
		padding: 20px 20px 20px 20px;
		}
	}

.title_ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	}

.title_li {
	display: inline-block;
	}

.srv_cat_ul {
	list-style-type: square;
	}
	
.brand_ul {
	list-style-type: circle;
	}

.menu_ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

.menu_li {
	display: inline-block;
	padding: 5px 0px 6px 0px;
	}

.title_img_right {
	float: right;
	vertical-align: middle;
	max-width: 172px;
	height: auto;
	padding: 23px 0px 0px 0px;
	}

.title_img_left {
	float: left;
	vertical-align: middle;
	max-width: 172px;
	height: auto;
	padding: 19px 0px 0px 0px;
	}

.align_img {
	float: right;
	}

/* Item Table Description */
.item_desc {
	font-size: 17px;
	font-weight: bold;
	color: black;
	background-color: #E6E6E6;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
	border: 2px solid black;
	width: auto;
	text-align: center;
	}
	
/* Item Center */
.item_center {
	text-align: center;
	}

/* Item SOLD */
.item_sold {
	font-size: 17px;
	font-weight: bold;
	color: red;
	display: inline-block;
	}

/* Item In Stock */
.item_instock {
	font-size: 17px;
	font-weight: bold;
	color: green;
	display: inline-block;
	}

/* Image Padding Home Page */
.pad_img {
	float: right;
	margin: 0px 0px 0px 25px;
	}

.h2_sub {
	font-size: 17px;
	font-weight: bold;
	}

.lst_blk {
	width: auto;
	padding: 15px 30px 15px 30px;
	margin: 0px 0px 0px 0px;
	border: 5px solid black;
	background-color: #e9e9e9;
	display: inline-block;
	box-shadow: 5px 5px 8px #6d6d6d;
	list-style-type: square;
	}

/* Horizontal Line */
.horiz_line {
	border-top: 3px solid maroon;
	padding-top: 1em;
	}

/* Company Address */
.company_addr {
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	background-color: white;
	color: black;
	max-width: 700px;
	margin: 0px auto 0px auto;
	padding: 0px 25px 0px 25px;
	border-left: 5px solid black;
	border-right: 5px solid black;
	border-bottom: 5px solid black;
	box-shadow: inset 0 0 12px black;
	}

/* Mobile View */
@media only screen and (max-width: 700px) {
	.company_addr {
		max-width: 100%;
		border-left: none;
		border-right: none;
		padding: 0px 20px 0px 20px;
		}
	}

/* Copyright Notice */
#copyright {
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	color: white;
	margin: 0px auto 0px auto;
	}

/* Page Link */
a:link, a:visited {
	color: #08c;
	font-size: 17px;
	text-decoration: none;
	}

a:hover {
	color: #08c;
	font-size: 17px;
	text-decoration: underline;
	}

/* Menu Link */
a.menu_link:link, a.menu_link:visited {
	color: white;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 8px 0px 8px;
	}

a.menu_link:hover {
	color: #d9d9d9;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 8px 0px 8px;
	/* box-shadow: 0px 11px 7px -7px #6d6d6d; */
	}

/* Address Map Link */
a.map_link:link, a.map_link:visited {
	color: #46a2f8;
	font-size: 12px;
	text-decoration: none;
	}

a.map_link:hover {
	color: #08c;
	font-size: 12px;
	text-decoration: none;
	}

/* Service Link */
a.svc_link:link, a.svc_link:visited {
	color: #08c;
	font-size: 19px;
	font-weight: bold;
	text-decoration: none;
	}

a.svc_link:hover {
	color: #08c;
	font-size: 19px;
	font-weight: bold;
	text-decoration: underline;
	}

/* Social Link */
a.social_link:link, a.social_link:visited {
	color: gray;
	font-size: 14px;
	text-decoration: none;
	}

a.social_link:hover {
	color: black;
	font-size: 14px;
	text-decoration: none;
	}

/* Footer Link */
a.footer_link:link, a.footer_link:visited {
	color: gray;
	font-size: 11px;
	text-decoration: none;
	padding: 0px 6px 0px 6px;
	}

a.footer_link:hover {
	color: #d9d9d9;
	font-size: 11px;
	text-decoration: none;
	padding: 0px 6px 0px 6px;
	}
