body { background-color: #fff; color: #333; margin:0px;
padding:0px;text-align:center;}

body, p, ol, ul, td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:   13px;
  line-height: 18px;

}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

a { color: #000; }
a:visited { color: #666; }
a:hover { color: #fff; background-color:#000; }

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

.index_table, .quote_table {
	border-collapse: collapse;
}
.index_table th, .index_table td, .quote_table td, .quote_table th{
	text-align:left;
	margin:0px;
	padding:5px;
}
.list-line-odd {
	background-color:#F0F0F0;
}
.line_item {
	width: 300px;
	clear:both;
}
.line_item .product_name {
	display:block;
	float:left;
	width:130px;
}
.line_item .product_quantity {
	display:block;
	float:left;
	width:40px;
}
.line_item .product_quantity input {
	width: 30px;
}
.line_item .product_remove {
	display:block;
	float:left;
	width:30px;
}
.line_item .product_remove a,
.plus_button,
.minus_button,
.plus_link,
.minus_link {
	display:block;
	width:20px;
	height:20px;
	line-height:20px;
	text-decoration:none;
	background-color:#fff;
	border: solid 1px #ccc;
	text-align:center;
}
.minus_button,
.minus_link,
.line_item .product_remove a {
	color: red;
}
.plus_button,
a.plus_link {
	color: green;
}
.breaker {
	clear:both;
}
.ten {
	height: 10px;
}
#parts_list,
.big_left {
	width:720px; 
	float:left;
}
#quote_preview,
.small_right {
	float:right;
	width:200px;
	background-color:#F0F0F0;
	margin-left:20px;
	padding:10px;
}
#quote_preview ul {
	padding-left:15px;
}
#user-bar {
	margin-left:20px;
	height:30px;
	line-height:30px;
	width:40%;
	float:left;
}
#admin-bar {
	text-align:right;
	width:58%;
	float:left;
}
ul#tabs {
	list-style:none;
	margin:0px;
	margin-left:20px;
	padding:0px;
	height:40px;
	clear:both;
	background-color:#ccc;
}
ul#tabs li {
	line-height: 40px;
	float:left;
	width:200px;
	margin-right:10px;
}
ul#tabs li a {
	display:block;
	padding-left:10px;
	background-color:#ababab;
	height:40px;
}
#top {
	background-color:#CCC;
	height:70px;
	padding-top:1px;
}
#content {
	margin-left:20px;
	margin-right:20px;
}
#quote {
	width: 800px;
}
.quote_table, .index_table {
	width: 100%;
	border: solid 1px black;
	margin-top:20px;
}
.quote_table tr, .quote_table th, .index_table tr, .index_table th{
	border: solid 1px black;
}
#quote #address {
	float:left;
}
#quote #address2 {
	float:right;
}

.intro {
	border: solid 1px #ccc;
	margin-bottom: 20px;
	padding-left:20px;
	padding-right:20px;
}
#notice {
	border: solid 1px green;
	padding:20px;
}
.button_column {
	text-align:right;
}
#parts_list {
	width:720px;
	height:455px;
	overflow : auto;
	border: solid 1px #f0f0f0;
	margin-bottom:20px;
}
#wrapper {
	text-align:left;
/*	width:960px;
*/	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
}

.index_table .active {
	color: black;
}
.index_table .pending {
	color: #999;
}
.index_table .passive {
	color: #999;
}
.index_table .deleted, .index_table .deleted td {
	color: #ccc;
	text-decoration: line-through;
}
body {
	height:100%;
	width:100%;
}
#header {
	width:100%;
	height:31px;
	border:none;
	overflow: hidden;
}
#admin {
	width:100%;
	background-color:#F1f1f1;
}
#admin .left_bar {
	width:22%;
	float:left;
}
#admin .left_bar .inner
/*, #admin .right_bar .inner*/ {
	margin:10px;
}
#admin .right_bar {
	width:77%;
	float:left;
	margin-left:1%;
	/*background-color:#CCC;*/
}
.scrolling_list{
	max-height:500px;
	border:solid 1px #888;
	overflow:auto;
}
#mini_profile fieldset {
	width:29%;
	float:left;
	margin-right:1%;
	/*height: 240px;*/
}
#mini_profile fieldset.last {
	margin-right:0px;
}
#mini_profile #consignee {
/*	height: 110px;*/
}
#mini_profile #registered {
/*	height: 110px;*/
}
#a_profile {
	margin-top:10px;
}
.toggle_bar {
	height:25px;
	line-height:25px;
	background-color:#FFF;
	padding:5px;
}
.toggle_bar:hover {
	cursor: pointer
}
#admin .index_table, #admin .quote_table,#admin .index_table tr, #admin .index_table th {
	border-color:#888;
}
.toggling_container {
	margin-bottom:20px;
	border: solid 1px #BBB;
	background-color:#EFEFEF;
	padding: 5px;
}
td.label {
	width:40px;
	font-size:   10px;	
}

