@charset "utf-8";
/* CSS Document */

img, div { behavior: url(Include/iepngfix.htc) }

::placeholder {
  color: #cecece;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: red;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: red;
}


html,body{
      margin:0;
      padding:0;
      height:100%;
      font: 14px arial; 
	  color:#505050;
	  background: #ffffff url('Images/bk.gif') repeat-x top center;
	  /*background-color:#e3e4e5;*/	  
}

TD {
	font: 14px arial; 	
}

a {
	color : #ff6600;
	text-decoration : none;
}
a:hover {
	color : #505050;
	text-decoration : none;
}
h1, h2, h3 {
	color : black;
}

.navBar {
	font-weight:bold;
	color:#ffffff;
}

.navBar a:hover {
	font-weight:normal;
	color:#505050;
}

.navBar a {
	font-weight:normal;
	color:#ffffff;
}

.homeBox {
	border:1px solid #ff6600;
	width:222px;
	height:288px;
	border-width: 12px 1px 1px 1px;
	background-color: #ffffff;
	vertical-align: top;
}

.homeBox  a.Title {
	font: bold 16px arial;	
	color: #000000;
	text-decoration:none;
	line-height:20px;	
}

.footer 
{
	color:#ffffff;
}

.catProduct .title {
	font-weight:bold;
	margin-bottom:20px;	
}

.catProduct img {
	margin-left:10px;
}




input[type="text"], input[type="password"], textarea, select {
	font-family : Arial;
	border : 1px solid #303030;
	background : #f3f3f3;
	color : #5e5e5e;
	padding : 3px;
}

input[type="submit"], input[type="button"], button 
{	
	color : #000000;
	height : 22px;
	border : 1px solid #b4b4b4;
	font-size : 12px;
	font-family : Arial;
	cursor : pointer;
}

.sTitle {font: bold 18px tahoma; }

#footer {
	border-top : 1px solid #d6dde5;
	color : #555;	
	font-size : 13px;
}

ul { margin:0; padding:0 30px 0 30px; }
ol { margin:0; padding:0 30px 0 30px; }