ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, td { 
	margin: 0; 
	padding: 0; 
}

h1 {
	margin: 8px 0;
	padding: 3px 3px 3px 0px;
	color: #555;
	font-family: "Trebuchet MS",Arial,Verdana,sans-serif;
	font-size: 25px;
}

a img,:link img,:visited img { 
  border: none; 
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

body {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  background-color: #fff;
  padding: 20px;
}

.clear {
  clear: both;
}

#canvas {
  width: 768px;
  margin: 0 auto;
}

#page {
	float: left;
	width: 768px;
}

#header {
	float: left;
	width: 768px;
	padding-bottom: 10px;
	border-bottom: 5px solid #f21999;
}

	#header img {
	  float: left;
	  width: 145px;
	  display: inline;
	}
	
	#header h1 {
	  float: left;
	  width: 522px;
	  display: inline;
	  color: #666;
	  padding: 30px 0 0 10px;
	}

#middle {
  float: left;
  width: 768px;
}

#nav {
  float: left;
  width: 766px;
  border: 1px solid #bbb;
  border-top: none;
  background: url(/images/nav.gif) repeat-x;
}
  #nav > ul {

  }
  
  #nav li {
    list-style: none;
    float: left;
    display: inline;
    border-right: 1px solid #bbb;
    width: 140px;
    text-align: center;
  }
    #nav h3 {
      font-size: 14px;
      display: inline;
    }
    #nav li a {
	    font-size: 12px;
	    float: left;
	    color: #666;
	    font-weight: bold;
	    width: 140px;
	    padding: 5px 0;
    }
    #nav li a:hover {
      background: #ccc;
      text-decoration: none;
    }
        
#content {
  float: left;
  width: 768px;
  margin: 20px 10px 10px 0px; /** takes into account the Nav padding */
  padding: 0 0 20px 0;
  border-bottom: 5px solid #eee;
}

.formRow {
	float: left;
	width: 100%;
	margin: 3px 0;
}

.formRow label {
  float: left;
  width: 120px;
  margin: 2px 0 0 5px;
  font-weight: bold;
}

.formRow input {
  float: left;
}

img.iso9001 {
  float: right;
}


#footer {
  float: left;
  width: 758px;
  padding: 10px 0 0 4px;
  height: 60px;

}

	#footer a {
	  color: #888888;
	  text-decoration: none;
	}
	
	#footer p.footerLeft {
	  float: left;
	  display: inline;
	  text-align: left;
	  width: 33%;
	}
	
	#footer p.footerMiddle {
	  float: left;
    display: inline;
	  text-align: center;
	  width: 34%;
	}
	
	#footer p.footerRight {
	  float: left;
    display: inline;
	  text-align: right;
	  width: 33%;
	}

table {
	float: left;
	width: 100%;
	margin: 10px 0;
}


/* Symfony CSS overrides */

.listTable, .detailTable {
	border: 1px solid #ccc;
	border-collapse: collapse;
}

  .listTable th, .listTable td, .detailTable th, .detailTable td {
    text-align: left;
    padding: 5px;
  }
  
  .listTable th {
    width: 130px;
    background: #ddd;
    padding: 1px 3px;
  }
	
	.detailTable th {
    width: 130px;
  }

	.rowOdd {
	  background: #eef;
	}
	
	.rowEven {
	  background: #fff;
	}
	

#orderProduct,
#orderDeliveryDetail {
  float: left;
  width: 460px;
  margin: 0 10px 0 0;
  display: inline;
}

#orderProductActions,
#orderDeliveryDetailActions {
	float: right;
	width: 280px;
}

.fieldsetActions input, .fieldsetActions select, .fieldsetActions ul {
  float: left !important;
  display: inline !important;
}

#sf_admin_container #sf_admin_bar {
  margin-top: auto !important;
  position: relative !important;
  right: auto !important;
  width: auto !important;
}

#sf_admin_container #sf_admin_content table.sf_admin_list {
  width: 760px !important;
}

#sf_admin_container {
	float: left !important;
	width: 760px !important;
}

#sf_admin_container #sf_admin_content {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

#sf_admin_container #sf_admin_content ul.sf_admin_actions {
  float: right !important;
  width: 100% !important;
  padding-top: 15px !important;
  border-top: 1px dashed #ccc !important;
  margin-top: 15px !important;
}

#sf_admin_container #sf_admin_content ul.sf_admin_actions li {
	float: left !important;
  margin: 5px 8px 0 0 !important;
}

#sf_admin_container #sf_admin_content ul.sf_admin_actions li input {
  border: 1px solid #ccc !important;
  border-right: 4px solid #ccc !important;
  line-height: 1.5;
}

.fieldsetActions ul,
.deliveryDetailActions ul {
	float: right !important;
  width: 100% !important;
}

.fieldsetActions input,
.fieldsetActions select,
.fieldsetActions ul {
  /*float: right !important;*/
}

#sf_admin_container .form-row, .sf_admin_list tr td {
  padding: 5px !important;
}

#sf_admin_container fieldset h2, #sf_admin_container .sf_admin_list th{
	background-color: #ddd !important;
}

#sf_admin_container textarea, #sf_admin_container select {
  padding: 0 !important;
}

#sf_admin_container .sf_admin_row_0 td
{
  background-color: #ffeeee;
}

.actions {
	float: left;
	border-top: 1px dashed #DDD;
	width: 100%;
	margin-top: 10px;
	padding-top: 15px;
}

.nav_buttons {
	 list-style-type: none;
	 float: left;
}

.nav_buttons li {
   list-style-type: none;
   float: left;
   margin: 5px 8px 0 0;
}

  .nav_buttons li a {
		border: 1px solid #ccc;
	  border-right: 4px solid #CCC;
	  padding: 3px 6px 4px 26px;
	  color: #000;
	  text-decoration: none;
	}
	
	.nav_buttons .create_button {
		background: #ffffcc url(/sf/sf_admin/images/add.png) no-repeat 3px 2px;
	}

  .nav_buttons .delete_button {
    background: #ffffcc url(/sf/sf_admin/images/delete.png) no-repeat 3px 2px;
  }

  .nav_buttons .cancel_button {
    background: #ffffcc url(/sf/sf_admin/images/cancel.png) no-repeat 3px 2px;
  }
  
  .nav_buttons .edit_button {
    background: #ffffcc url(/sf/sf_admin/images/edit.png) no-repeat 3px 2px;
  }
  
  .nav_buttons .list_button {
    background: #ffffcc url(/sf/sf_admin/images/list.png) no-repeat 3px 2px;
  }

  .save_button {
    float: left;
    border: 1px solid #ccc;
    border-right: 4px solid #CCC;
    background: #ffffcc url(/sf/sf_admin/images/save.png) no-repeat 3px 2px;
    padding: 2px 6px 4px 23px;
    font-size: 11px;
    margin: 1px 8px 0 0;
  }
  

