/*--------------------------------------------------*/
/* -----			STYLE				----------------------*/
/*--------------------------------------------------*/

ul.searchMenu {
	list-style-type: none;
}
ul.leftMenu {
	list-style-type: none;	
	margin: 5px;
	padding: 0px;
}

ol {
	list-style-type: none;
	margin: 5px;
	padding: 0px;
	font-weight: bold;
}
/*--------------------------------------------------*/
/*------ 		TABLE RESULT S						-------*/
/*--------------------------------------------------*/
table.smallinfo td.left{
	width: 120px;
	padding-right: 10px;
}
table.smallinfo td.right{
	text-align: justify;
	
}
table.smallinfo th, table.smallinfo td {
	border-top: 1px solid #7B0513;
	padding: 10px 0px;
	vertical-align: top;
}
table.smallinfo th{
	padding-right: 10px;
}
table.smallinfo td.pager{
	text-align: right;
	font-weight: bold;
}
table.smallinfo td.pager a, table.smallinfo td.sort a {
	margin: 0px 5px;
}
table.smallinfo tr.special th, table.smallinfo tr.special td {
	border: none;
}
table.smallinfo td.sort {
	font-weight: bold;
}
/*--------------------------------------------------*/
/*------ 		TABLE RESULT 						-------*/
/*--------------------------------------------------*/
table.seller th{
	font-weight: normal;
	text-align: left;
	width: 200px;
}
