/* responsive website design */
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}
.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #04AA6D;
  color: white;
}
@media only screen and (max-width:800px) {
  /* For tablets: */
  .main {
    width: 80%;
    padding: 0;
  }
  .right {
    width: 100%;
  }
}
@media only screen and (max-width:500px) {
  /* For mobile phones: */
  .menu, .main, .right {
    width: 100%;
  }
}


/*------------------------------ Sprites ------------------------------*/
#navigation, #navigation li.selected a, #navigation li a:hover, .blog h2, .frame, .heading1, .heading2, #blog .list li {
	background: url(../images/misc/interface2.png) no-repeat;
}

/*------------------------------ HEADER ------------------------------*/
#header {
	background: url(../images/misc/bg_headerz.png) repeat-x left top; 
	height: 50px;
	text-align:left;
	margin-left: 0px;
}

#header_logo {
height:90px; 
width:1060px;
margin:auto;
}

/** navigation **/
#navigation {
	background-position: right top;
	display: inline-block;
	height: 50px;
	list-style: none;
	width: 800px;
	margin: 0px 120px 0px; /** 25px top, 50px left and right, 75px bottom **/
	padding: 0 0px;
}

#navigation li {
	float: left;
	width: 124px;
	margin: 3px;
	text-align: center;
}
#navigation li a {
	color: #5a4d43;
	display: block;
	font: 14px/50px Arial;
	font-weight: bold;
	height: 50px;
	width: 124px;
	text-decoration: none;
	text-shadow: 0px 1px #fff;
}
#navigation li.selected a, #navigation li a:hover {
	background-position: left top;
}

#bgimg {
    position: relative;
    width: 860;
    height: 500px;
    background-image: url("../images/misc/panoramic-view.png");
    background-repeat: no-repeat;
   background-position: left; 
}

#sublist {
    position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); 
    width: 700px;
    height: 100px;
    background-color: #5a4d43;
}

#dimens {
    width: 727px;
    height: 90px;
    border: 1px solid black;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}

p {
	color:#333;
	font: 12px/24px Arial;
	padding: 0 0 24px;
	margin: 0;
}

#text_area {
margin:auto; width:70%; margin-top:20px;
}
#product_area {
margin:auto; width:70%; margin-top:20px;
font-family: "Arial";
font-size:12px;
}
#product_area img {
display: block;
max-width:250px;
max-height:200px;
/*margin: auto;*/
}
#td_img {
width:250px; height:200px;
}
#td_txt {
vertical-align:top;
}

#product_area h1 {
font-size:12px;
color:blue;
}
#product_area h2 {
font-size:12px;
color:blue;
}
#product_area a {
text-decoration:none;
color:blue;
}

/*-----------------------------------------------------------------------*/
.button-85 {
  padding: 0.6em 2em;
  border: none;
  outline: none;
  color: rgb(255, 255, 255);
  background: #111;
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 10px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-85:before {
  content: "";
  background: linear-gradient(
    45deg,
    #ff0000,
    #ff7300,
    #fffb00,
    #48ff00,
    #00ffd5,
    #002bff,
    #7a00ff,
    #ff00c8,
    #ff0000
  );
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  -webkit-filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing-button-85 20s linear infinite;
  transition: opacity 0.3s ease-in-out;
  border-radius: 10px;
}

@keyframes glowing-button-85 {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}

.button-85:after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #222;
  left: 0;
  top: 0;
  border-radius: 10px;
}
/*---------------------------------------------------------------------*/
.radio-toolbar input[type='radio'] {
  opacity: 0; /* Makes the actual input visually hidden but accessible */
  position: fixed;
  width: 0;
}

.radio-toolbar label {
  display: inline-block;
  background-color: #ddd; /* Default background color for unselected */
  padding: 10px 40px;
  font-family: sans-serif, Arial;
  font-size: 16px;
  border: 2px solid #444;
  border-radius: 4px; /* Optional: adjust for sharper (more rectangular) corners */
  cursor: pointer; /* Changes cursor to pointer to indicate clickability */
  margin: 5px; /* Adds spacing between buttons */
}

/* Styles applied when the input is checked */
.radio-toolbar input[type='radio']:checked + label {
  background-color: #4c6ef5; /* Color when selected */
  color: white;
  border-color: #4c6ef5;
}

/* Optional: add hover effect for better user experience */
.radio-toolbar label:hover {
  background-color: #ccc;
}
/**----------------------------------------------------------------------*/
select {
  background-color: transparent;
  border:0px;
  font-family: sans-serif, Arial;
  color: Black;
}

/*------------------------------------------------------------------------*/
.top-table {
  table-layout: fixed; /* Essential for fixed widths */
  width: 450px; /* Or a specific pixel width */
  border-collapse: collapse;
  position: absolute; top: 50%; left: 50%; 
  transform: translate(-50%, -50%); 
  text-align: center; font-family: 
  verdana; font-weight: bold;"
}

.top-table th, .top-table td {
  padding: 8px;
  text-align: center;
  /* Add the following to handle overflowing content: */
  overflow: hidden; /* Hides content that exceeds the cell width */
  word-wrap: break-word; /* Breaks long words without spaces */
}
/**------------------------------DIV TABLE------------------------------------*/
.div-table {
  display: table; /* Acts like <table> */
  width: 460px;
 /* border-collapse: collapse; /* Optional: collapse borders */
  margin-left: 10px;
  margin-top: 10px;
  position: absolute;
}

.div-table-heading {
  display: table-header-group; /* Acts like <thead> */
  font-weight: bold;
  background-color: transparent;
}

.div-table-row {
  display: table-row; /* Acts like <tr> */
}

.div-table-cell {
  display: table-cell; /* Acts like <td> or <th> */
  padding: 8px;
/*  border: 1px solid #ccc; */
  vertical-align: top;
  background-color: yellow;
  height: 43px;
}