html {
	margin: 0px;
	padding: 0px;
	background: url(./images/bg-main.png) repeat-x;
}

body {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background: url(./images/header.png) no-repeat 500px 40px;
	text-align: left;
	font: 8pt/17pt arial; 
}



a {
	color: #3A6D98;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 20px;
}

#header {
}

#header2 {
	
}

#wrapper {
	padding: 0 0 0 0;
	margin: 60px 0 0 30px;
	min-height: 600px;
	text-align: left;
}


#sidebar-left {
	float: left;
	overflow: hidden;
	width: 250px;	
	margin-left: 0px; 
	padding-top: 50px;
}

#center {
	width: 700px;
	float: left;
	padding-top: 20px;
}


#footer {
	margin-top: 40px;
}

#menu li{
	list-style: none;
}

#menu a{
	color: black;
}

#menu a:hover{
	color: gray;
}

ul .menu {
	padding-left: 10px;
	margin-left: 10px;
	list-style-type: none;
	list-style: none;
}


ul.menu, .item-list ul {
  margin: 0.35em 5em 0 0; /* LTR */
  padding-left: 3em;
  list-style-type: none;
  list-style: none;
}

ul.menu li, .item-list ul li {
  background:transparent url(./images/rb.gif) no-repeat scroll 0px 10px;
  border-bottom: 1px solid #EEEEEE;
  padding-left: 1em;
  list-style-type: none;
  list-style: none;
}



/*---------tables---------*/

.zero_1 {
	background-color: white;
	text-align: left;
}

thead {
	background-color: Gray;
	color: white;
	border:none;
}

thead th{
	padding-left: 5px;
}

thead a.active{
	font-weight: normal;
	color: white;
}

#help_final {
	width: 250px;
	float: left;
	background-color: #E8F4FF;
	color: #5C6C7B;
	border: 1px solid #DFE7F2;
	padding: 1em;
	margin-left: 4em;
}


.zero_1 td{
	padding-left: 5px;
	border-bottom: 10px;
}



.zero_1 a{
	color: #4682B4;
}

.zero_1 h4{
	color: black;
	font-size: 11px;
}

.zero_1 .even{
	background-color: white;
}

.zero_1 .odd{
	background-color: #EEEEEE;
}

.zero_product {
	background-color: white;
	text-align: left;
	font-size: 11px;
}

.zero_product td{
	padding-left: 5px;
	border-bottom: 10px;
}

.zero_product a{
	color: #4682B4;
}

.zero_product h4{
	color: black;
	font-size: 11px;
}

.zero_product .even{
	background-color: white;
}

.zero_product .odd{
	background-color: #E5EEF4;
}

.zero_product {
	border: 1px solid #D6EDFD;
}

a.buy {
	background: url(./images/buy.gif) no-repeat 0px 0px;
	padding-left: 20px;
}

a.edit {
	background: url(./images/edit.gif) no-repeat 0px 0px;
	padding-left: 20px;
}

a.unpay {
	color: red;
}

a.trash {
	background: url(./images/trash.gif) no-repeat 0px 0px;
	padding-left: 15px;
}

a.delete {
	background: url(./images/delete.gif) no-repeat 0px 0px;
	padding-left: 20px;
}

.buy_button {
	background: url(./images/buy_button.png) no-repeat 0px 0px;
	border: none;
	width: 171px;
	height: 52px;
}

#ajax_loader {
	display: none;
}