body {
	background-color					: #ffffff;
  color											: #4c4b48;
	
	font-family								: Tahoma;
	font-size									: 8pt;
	

  text-align								: justify; 
	margin										: 0px;
	background-image					: url(img/bg.jpg);
	background-repeat					: repeat-x;
}

td {
	
  color											: #4c4b48;
	font-size									: 8pt;
}

th {

	color											: #4c4b48;
	font-size									: 8pt;
}

input, select, option, textarea {

	font-size									: 8pt;
	color											: #4c4b48;
	background-color					: #ffffff;
	BORDER-RIGHT							: #848282 1px dashed;
  BORDER-TOP								: #848282 1px dashed;
  BORDER-BOTTOM							: #848282 1px dashed;
  BORDER-LEFT								: #848282 1px dashed;
}

#button {
	
	BORDER										: #848282 1px ridge;
}

A:link			{
	color											: #E67816;
	TEXT-DECORATION						: none;
}

A:visited		{
	color											: #E67816;
	TEXT-DECORATION						: none;
}

a:hover {
	color											: #7c4a00;
	TEXT-DECORATION						: none;
}

hr {
	color											: #E67816;
	background-color					: transparent;
}


#contra {
	color											: #000000;
}
					
#copy {
	color											: #ABAEAB;
	font-size									: 7pt;
  text-align								: justify; 
}

#9pt {
	font-size									: 9pt;
  text-align								: justify; 
}

#spa1	{
	line-height								: 16pt;
}
/* new */
.listcategory { 
margin-left:-15px; margin-top:5px; font-weight:bold;
}
.alist { 
font-weight:normal;
}
.category {
	list-style-image: url(../images/bullet-list.gif);
	font-family: verdana,sans-serif;
    /*
	font-size: .7em;
	*/
}
.hh_left { 
	border-right:1px dashed #000000;

}
.cart {
	background:url(../images/cart.jpg); 
	background-repeat:no-repeat; 
	background-position:left; 
	height:39px;
}
.ct-notif {
	float:left;
	width:100%;
	margin:0;
	padding:0;
	text-align:left;
	}        
.ct-notif .hd {
	            background:red;// url(../images/box_header.gif) no-repeat;

	    height:21px;
	    line-height:20px;
	    font-weight:bold;
	    padding-right:10px;
	    text-align:center;
	    font-size:12px;
	    color:#FFF;
	    font-family:Verdana;            
            border:1px solid red;
	    border-bottom:none;
}        
.ct-notif .bd {
	    text-align:left;
	    padding:0px 10px 5px 10px;
	    margin-bottom:10px;
	    background:#FEE7E7;
	    border:1px solid #CCCCCC;
}
.ct-notif a,
.ct-notif a:link,
.ct-notif a:active,
.ct-notif a:visited {
	color: #60391F;
	}
.ct-notif a:hover {
	color:red;
	}
.noborder {
	   
	    border:0px;
}