/******************************************************************************
* DETAILS
* File            : restaurant detail css file
* Author      : AME
* ___________________________________________________
* CHANGELOG
* 140606 - Creation
* ___________________________________________________
* NOTES
*
* ___________________________________________________
* PARAMETERS
* 
* 
******************************************************************************/

/* orange button on submit.php*/	
.button_restaurant_list
	{
		background-color : #fdc74c;
		font-family : verdana, arial, hevetica, sans-serif;
		text-align : center;
		font-size : 18px;
		border-bottom : 2px inset #bbb;
		border-right : 2px inset #bbb;
		cursor: pointer;
		color: #fff;
	}

	
/* sorting fom on submit.php*/	
.form_restaurant_list	
	{
		width :680px;	
	}
	
	
/*submit.php col right*/	
.col_right 
	{
		float : right;
		width : 210px;
		margin-right : 1px;
		font-size : 11px;
	}

	
/*submit.php col left*/		
.col_left
	{		
		width : 100%;
		margin-right : 1px;
		margin-left : 1px;
		height : 500px;
	}

	
/*border shadow for submit and detail  */	
.border_shadow_generic
	{
		border-bottom : 2px inset #bbb;
		border-right : 2px inset #bbb;
		background-color : #fff;
		padding-left :2px;
	}

	
/*red separator for submit and detail */	
.border_br
	{
		background-image : url(/skin/default/p/restaurant-border.gif);
		margin-top : 4px;
		margin-bottom : 4px;
		width: 200px;
		height: 1px;
	}

	
/*red separator for submit and index */	
.border_br_index
	{
		background-image : url(/skin/default/p/restaurant-border.gif);
		margin-top : 4px;
		margin-bottom : 4px;
		width: 260px;
		height: 1px;
	}
	
	
/* sorting fom on submit.php*/	
.form_restaurant_list	
	{
		width :680px;	
	}	

	
/* orange button on submit.php*/	
.button_restaurant_list
	{
		background-color : #fdc74c;
		font-family : verdana, arial, hevetica, sans-serif;
		text-align : center;
		font-size : 18px;
		border-bottom : 2px inset #bbb;
		border-right : 2px inset #bbb;
		cursor: pointer;
		color: #fff;
	}


/*with font color on submit */	
.tr_0
	{
		background-color : #fff;
	}

	
/*yelow font color on submit */		
.tr_1
	{
		background-color : #fbf5d1;
	}
	