html{
	position:absolute;
	top: 0px;
	left: 0px;
	background-color: #660000;
	width:100%;
}
.container{
   background-color: #660000;
   width:100%;
}

.accountContainer{
	background-color: white;
	width:100%;
}

.productContainer{
	background-color: white;
   	width:100%;
}

.topBanner{
	background-color: #660000;
	width:100%;
	color:white;
	text-align:right;
}

.topBanner a{
	color:white;
	text-decoration: none;
}

.toplinks {
	word-spacing: 10px;
}

.contactUs{
	word-spacing: 3px;
}

.transTable{
	background-color: white;
	color: black;
}
/*#navbar{
	height: 30px;
	width:100%;
}

ul#navbar{
   width:100%;
   height:35px;
}

ul#navbar li{
 font-size: 26px;
 color:white;
 width:20%;
 display:inline;
 float:center;
}

ul#navbar li a{
	font-size: 26px;
	color:white;
	text-decoration: none;
}*/

#navbar{
	/*position: relative;*/
	top:30px;
	height: 45px;
	width:100%;
	background-color: maroon;
	font-size: 26px;
	color: white;
	text-align: center;
	vertical-align: bottom;
	padding-bottom: 0px;
}

ul#navbar {
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
ul#navbar li {
	width: 20%;
	float: left;
	display: inline;
}
ul#navbar li a{
	font-size: 26px;
	white-space: nowrap;
	width: 100%;
	height: 100%;
	float: center;
	color: white;
	display: block;
	text-decoration: none;


}

ul#navbar li:hover{
	background-color: #660000;
	background-size: 150px;
	color:black;
	height:45px;
}

ul#navbar li a:hover{

	background-color: #660000;
	background-size: 150px;
	color:black;
}

.picture img{
	height:700px;
	width:100%;
}

.footer {
	display:inline;
	width: 100%;
}

.footerProd{
	
	display:inline;
	background-color: #660000;
}
.footerProdText {
	float: left;
	color:yellow;

}

.footerText{
	color: yellow;
}

.footerPic{
	float:right;
}

#search {
	font-size: 5px;
}

#searchBar{
	display: inline-block;
	text-align: left;
}

#cart{
	position: fixed;
	right: 10px;
	width:17%;
	height:350px;
	/*color: black;*/
	background-color:#FFFFFF;
}



#cartProd{
	/*position: relative;*/
	border-color: black;
	border-width: 5px;
	top: 5px;
	right: 10px;
	width:17%;
	height:400px;
	/*float:right;*/
	background-color:#FFFFFF;
}
#productContainer{
	width:100%;
	display: inline;
	/*float:left;*/
	/*vertical-align: left;*/
}
#productPic{
	width: 30%;
	height: 400px;
	float:left;
}
/*#productPic img{
	height: 500px;
	/*width: 30%;
}*/

#productDetails {
	/*vertical-align: left;*/
	/*position: relative;*/
	/*display: inline;*/
	margin-top: 5px;
	float:left;
	right: 100px;
	width:30%;
	height:300px;
	background-color: #FFFFFF;
}

#productDescription {
	margin-top: 5px;
	float:right;
	width:100%;
	height:100px;
	background-color: #FFFFFF;

}
#prodList td{
	color:white;
}
#productDescriptionBanner {
	margin-top: 15px;
	float:right;
	width:100%;
	height:70px;
	background-color: yellow;
}

.login{
	position: relative;
	top:100px;
	height:400px;
	width:100%;
	color: white;
	
}

.login input{
	/*height:30px;*/
	width:300px;
	font-size: 16px;
}


#cartTable td{
	
	border: none;

}

#cartTable tr{
	background-color: white;
	border: none;
	border: solid;
	background-color: #FFFFFF;
	border-width: 10;
	border-color: #FFFFFF;
	border-bottom: 10px solid black;
}

#cartTable input[type='submit']{
	width: 70px; /* width of image */ 
    height: 20px; /* height of image */
    border: 3px solid black;
    background-color: yellow;
    cursor: hand;
    background-image : url('mag_glass.jpg') no-repeat;
	background-position : right;
	font-size: 11px;

}

.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog > div {
	width: 400px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
}

.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover { background: #00d9ff; }


.signup {
	color:white;
	width: 80%;
	border-style: solid;
	border-width: 5px;
	border-color: yellow;


}

input[type='submit'] {
	width: 100px; /* width of image */ 
    height: 40px; /* height of image */
    border: 3px solid black;
    background-color: yellow;
    cursor: hand;
    cursor: pointer;
    /*background-image : url('mag_glass.jpg') no-repeat;*/
	background-position : right;
	font-size: 16px;
    /*background: url('mag_glass.jpg');*/

}

input[type='submit']:hover{
	cursor: hand;
    cursor: pointer
}

#prodContainer{
	width:100%;
	/*float:left;*/
}

#prodPic{
	width:40%;
	height:400px;
	float:left;
	outline: 3px solid yellow;
	border: 5px solid black;
	margin-top: 5px;
}
#prodPic img{
	width: 100%;
	height:400px;
}

#prodCart{
	/*border-color: black;*/
	/*border-width: 5px;*/
	outline: 3px solid black;
	border: 5px solid gray;
	margin-top: 5px;
	right: 10px;
	width:17%;
	height:400px;
	/*float:right;*/
	background-color:#FFFFFF;
	float:right;
}

#prodDetails{
	outline: 3px solid yellow;
	border: 5px solid black;
	width:33%;
	float:left;
	/*margin-right: 5%;*/
	margin-top: 5px;
	
	/*right: 100px;*/

	height:400px;
	background-color: #FFFFFF;
}

#ProductContact{
	margin-top: 5px;
	float:right;
	width:100%;
	height:100px;
	background-color: #660000;
}

#payBtn{
	height:20px;
}

.button {
   border-top: 1px solid #f4f797;
   background: #d6d065;
   background: -webkit-gradient(linear, left top, left bottom, from(#999c3e), to(#d6d065));
   background: -webkit-linear-gradient(top, #999c3e, #d6d065);
   background: -moz-linear-gradient(top, #999c3e, #d6d065);
   background: -ms-linear-gradient(top, #999c3e, #d6d065);
   background: -o-linear-gradient(top, #999c3e, #d6d065);
   padding: 5px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 14px;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
   border-top-color: #5c7828;
   background: #5c7828;
   color: #ccc;
    cursor: hand;
    cursor: pointer
   }
.button:active {
   border-top-color: #545c1b;
   background: #545c1b;
   }

.editButton {
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: -o-linear-gradient(top, #3e779d, #65a9d7);
   padding: 5px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 14px;
   font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.editButton:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
   cursor: pointer;
   cursor: hand;
   }
.editButton:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }

.deleteButton {
   border-top: 1px solid #96d1f8;
   background: #fcf00d;
   background: -webkit-gradient(linear, left top, left bottom, from(#e8f008), to(#fcf00d));
   background: -webkit-linear-gradient(top, #e8f008, #fcf00d);
   background: -moz-linear-gradient(top, #e8f008, #fcf00d);
   background: -ms-linear-gradient(top, #e8f008, #fcf00d);
   background: -o-linear-gradient(top, #e8f008, #fcf00d);
   padding: 5px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #000000;
   font-size: 14px;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
}
.deleteButton:hover {
   border-top-color: #6e7836;
   background: #6e7836;
   color: #363636;
   cursor: hand;
   cursor: pointer
}
.deleteButton:active {
   border-top-color: #1b435e;
   background: #1b435e;
}  

.addButton {
   border-top: 1px solid #96d1f8;
   background: #ffffff;
   background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
   background: -webkit-linear-gradient(top, #ffffff, #ffffff);
   background: -moz-linear-gradient(top, #ffffff, #ffffff);
   background: -ms-linear-gradient(top, #ffffff, #ffffff);
   background: -o-linear-gradient(top, #ffffff, #ffffff);
   padding: 14px 28px;
   -webkit-border-radius: 31px;
   -moz-border-radius: 31px;
   border-radius: 31px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #000000;
   font-size: 21px;
   font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.addButton:hover {
   border-top-color: #878787;
   background: #878787;
   color: #ccc;
   cursor: hand;
   cursor: pointer
   }
.addButton:active {
   border-top-color: #5c5c5c;
   background: #5c5c5c;
   }

.adminTable{
	
	width:90%; 
	color:white
}

table.adminTable th, td{
	width: 25%;
}



/*.adminTable table{
	border: 1px;
}*/

/*.signup text {
	width: 500px;
}*/
/*tr{
	width:50%;
}

table {
	width:10%;
}*/