@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}
#container {
	min-height: 100%;
	position: relative;
}
#header {
}

@media (min-width:300px) {
.logincss {
	margin-top: 2.5%;
	width: 90%;
	margin: auto
}
.productWidth {
	width: 80%
}
}

@media (min-width:500px) {
.logincss {
	margin-top: 2.5%;
	width: 70%;
	margin: auto
}
.productWidth {
	width: 80%
}
}

@media (min-width:700px) {
.logincss {
	margin-top: 2.5%;
	width: 50%;
	margin: auto
}
.productWidth {
	width: 45%
}
}

@media (min-width:900px) {
.logincss {
	margin-top: 2.5%;
	width: 40%;
	margin: auto
}
.productWidth {
	width: 25%
}
}

@media (min-width:1100px) {
.logincss {
	margin-top: 2.5%;
	width: 40%;
	margin: auto
}
.productWidth {
	width: 25%
}
}

@media (min-width:1500px) {
.logincss {
	margin-top: 2.5%;
	width: 20%;
	margin: auto
}
.productWidth {
	width: 25%
}
}
#body {
	padding: 10px;
	padding-bottom: 60px;/* Height of the footer */
}
#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Height of the footer */
	background: #fff;
	margin-top: 5%;
	padding: 0.5%;
	color: black
}
h1 {
	text-align: center
}
.tablestyle {
	color: black;
	background: white;
	margin: auto
}
.category {
	background: white;
	padding: 0.5% 1% 0.75% 1%;
}
.ulstyle li {
	padding: 5% 2.5% 0% 5%;
	font-size: 100%;
}
.ulstyle li:hover {
	background: #D0D0D0;
	color: black
}
.ulstyle li.active {
	background: #FF888A
}
thead {
	background: #800002;
	color: white;
}
tbody {
	background: #D03A3C;
	color: white
}
.conBorder {
	border: solid #6C0507;
	background: #670001;
}
.productdes {
	background: #8A0002;
	width: 75%;
	padding: 10% 5% 10% 5%;
	height: inherit;
}
.formcolor {
	color: white;
}
.btnAddAction {
	color: white;
	background: #5F0002;
	width: 80%
}
.btnAddAction1 {
	color: white;
	background: #C3171A
}
