﻿body {
	font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
	background-color: #f5f6f7;
	margin: 0;
	padding: 0;
	}
	
.copyright {
	text-align: center;
	font-size: 10px;
	vertical-align: middle;
	background-image: url('images/b.gif');
	height: 44px;
}

.header {
	background-image: url('images/t.jpg');
	height: 150px;
}

.header-ibackupbot {
	background-image: url('images/t-ibackupbot.jpg');
	height: 150px;
}

.header-ivideobot {
	background-image: url('images/t-ivideobot.jpg');
	height: 150px;
}

.content {
	font-size: 14px; 
   line-height: 1.5;
	text-align: left; 
	padding-left: 32px;
   padding-right: 32px;
	background-image: url('images/s.gif');
	max-width: 900px;
}

.banner {
   width: 100%;
   background-color: #f0f2ed;
   border-radius: 16px;    
}

.grid {
   border-collapse: collapse;
}

.grid td, .grid th {
   border: 1px solid #999b9c; 
   padding: 8px; 
}

h1 {
   font-size: 18px;
   font-weight: bold;
   margin-top: 16px;
   margin-bottom: 8px;
   color: #060606;
   text-align: center;
}

h2 {
   font-size: 16px;
   font-weight: bold;
   margin-top: 16px;
   margin-bottom: 8px;
   color: #060606;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 4px;
	padding-bottom: 4px;
	margin-top: 8px;
	border-bottom-color: #CCCCCC;
	color: #1f2021;
}

#menu {
	clear: both;
	margin: 96px 0px 0px 0px;
	padding: 0px 24px;
	font: bold 14px/44px Verdana, Arial, Tahoma, Sans-serif; /* Increased font size and line height */
	height: 44px; /* Increased height */
	width: 100%; /* Full width */
	max-width: 550px; /* Match the container width */
}

#menu ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex; /* Use flexbox for better spacing */
	justify-content: space-around; /* Evenly space menu items */
	width: 100%;
}

#menu ul li {
	display: inline-block;
}

#menu ul li a {
	display: block;
	padding: 0 16px;
	color: #0000ff;	
	text-decoration: none;
	min-height: 44px; /* Minimum touch target size */
	line-height: 44px; /* Center text vertically */
}

#menu ul li a:hover {
	color: #A00;
	text-decoration: underline;	
}

#menu ul li.current a {	
	color: #ff0000;
}

/* Add media query for smaller screens */
@media (max-width: 768px) {
	#menu {
	   height: auto;
	   padding: 0;
	}

	#menu ul {
	   flex-direction: column;
	}

	#menu ul li {
		width: 100%;
	}

	#menu ul li a {
		text-align: center;
		padding: 12px 16px;
	}
   .content {
      padding: 16px 8px;
   }

   table {
      width: 100%;
      overflow-x: auto;
      display: block;
   }    
}

.discount {
	color: #808080;
	text-decoration: line-through;
}

.content a, .content button {
   display: inline-block;
   min-height: 12px;
   min-width: 12px;
   padding: 6px 6px;
   line-height: 16px;
   margin: 4px;
   text-decoration: none;
   color: #0000ff;
}

.content a:hover, .content button:hover {
   text-decoration: underline;
}

.download-button {
   display: inline-block;
   min-height: 44px;
   min-width: 200px;
   padding: 10px 20px;
   margin: 10px 0;
   background-color: #007bff;
   color: white;
   text-align: center;
   text-decoration: none;
   font-weight: bold;
   border-radius: 5px;
}

.download-button:hover {
    background-color: #0056b3;
}

p, ul, ol, table {
   margin-bottom: 20px;
}

.download-button {
   display: inline-flex;
   align-items: center;
   padding: 16px 16px;
   background-color: #f0f0f0;
   border: 1px solid #ccc;
   border-radius: 5px;
   text-decoration: none;
   color: #333;
   font-weight: bold;
}
  
.download-button:hover {
   background-color: #e0e0e0;
}
  
.download-button img {
   margin-right: 8px;
}

.buy-now-button {
   display: inline-block;
   padding: 16px 16px;
   background-color: #bbbbee;
   color: white;
   text-decoration: none;
   font-weight: bold;
   border-radius: 5px;
   box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
   transition: all 0.3s ease;
}
  
.buy-now-button:hover {
   background-color: #2090f9;
   transform: translateY(-2px);
   box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}
