﻿@charset "utf-8";

body, html{
font-family:Verdana, Arial, Helvetica, sans-serif;
}

a:link{
color: blue;
}
a:hover{
text-decoration: underline;
}

a:visited{
color: blue;
}

a{
text-decoration: none;
}

/*form.php*/
table.formTable { 
		border: 2px solid black; 
		width:100%;
		padding:5px;}
		 
table.formTable th { 
		border: 2px solid black; 
		padding:5px;}
					
table.formTable td { 
		border: 2px solid gray;
		padding-left:5px;}

/*index.php*/

#comment {
background-color:#66FFFF;
padding: 5px;
border:1px solid black;

}

#logo {
  background-image :url(../images/logo.jpg);
  background-position:center;
  background-repeat:no-repeat;
  border-bottom: 2px solid #000000;  
  position: relative;
  width:100%;
  height:100px;
}

#search {
	border: 0px solid #000000;
	position: relative;
	width:auto;
	float:right;
	margin: 10px;
}
	
#navigation  {	     

  	border: 0px solid #000000;  

  	position:relative;

	width: 100%;

	height: 45px;

   	text-align:center; /* set to left, right or center */

   	font: bold 14px verdana, arial, sans-serif; /* set font as desired */

  	border-top: 0px solid #000;

   	border-bottom: 2px solid #000; /* set border COLOR as desired */

	padding: 10px 0px 10px 0px;

} 

#contact {

  	border-bottom: 1px solid #011000;  

	width: 100%;

	height: 40px;

	font: bold 14px verdana, arial, sans-serif;
}



/*product.php*/



#big {

	height:100%;

	width:800px;

	margin-left: auto ;

    margin-right: auto ;

	border:2px solid black;

	border-bottom:1px solid black;

}

div.product-frame	{
	border: 0px solid #000000;
	width: 100%;
	}
	
div.product {
	height:100px;
	width:100%;
	border-bottom:1px solid black;
	}
	
div.product-pic {

float:left;
width:20%;
height:100px;
}


/*item.php*/

div.item {	
	border:1px solid black;
	height:100%;
	background-color:#FFFFFF;
	width: 780px;
	padding:10px;
	margin-left: auto ;
    margin-right: auto ;
}

#item-pic{
	background-color:#000066;
	margin: 20px 30px 20px 20px;
	border:1px solid black;	
	float:right;	
}

/*insertProduct.php*/ /*editproduct.php*/
#insertForm label {
font-weight: bold;
line-height:120%;
width: 20%;
float: left;
clear: left;
text-align: right;
white-space: nowrap;
min-width: 5em;
margin-right:5px;
margin-bottom:10px;
}

#insertForm input {
    margin-bottom:10px;
}

#insertForm textarea {
    margin-bottom: 10px;
}

/*login.php*/

#login {
	width:600px;
	margin-left: auto ;
    margin-right: auto ;
	height: 200px;
}
	
