body {
	margin: 0px;
	padding-top: 10px;
	background-color: #FFF;
}

body, th, td {
	font-family: "Century Gothic", Helvetica Neue, Helvetica, Tahoma, Arial;
	font-size: 13px;
	color: #727272;
	
	vertical-align: top;
}

td {
	border: 0px solid #000000;
}

#main_table {
	border: 0px solid #616161;
	width: 980px;
}

#header, #menu, #content, #right_collumn {
	background-color: #FFFFFF;
}

/* links */
a {
	color: #444444;
	text-decoration: none;
}

a:hover {
	color: #0000CC;
}

a.footer:active, a.footer:link, a.footer:visited {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #63A6D1;
	text-decoration: none;
}

a.footer:hover {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #63A6D1;
	text-decoration: underline;
}

/* headings */
h1, h2, h3 {
	margin-top: 0px;
}

h1 {
	font-size: 19px;
	font-weight: lighter;
	color: #436685;
}

h2 {
	font-size: 16px;
	font-weight: normal;
	color: #727272;
	
	padding-top: 10px;
	padding-bottom: 3px;
	margin-bottom: 5px;
	
	border-bottom: 1px solid #CCCCCC;
}

/* paragraphs */
p {
	margin-top: 4px;
	margin-bottom: 12px;
	text-align: justify;
}

/* images */
img {
	border: 0px;
}

input, select, textarea {
	font-size: 11px;
	font-family: Tahoma, Arial;
}

/* font styles */
.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

/* layout */
#header, #footer {
	text-align: center;
}

#header {
	text-align: center;
	padding-top: 30px;
}

#content {
	padding-top: 10px;
	padding-left: 55px;
	padding-right: 55px;
	padding-bottom: 25px;
	width: 980px;
}

#footer {
	text-align: center;
	background-color: #FFFFFF;
	padding-bottom: 20px;
}

table .footer td {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #63A6D1;
	padding: 1px 0 10px 0;
}
	
.even
{
	background-color: #B7AAA2;	
}

.old
{
	background-color: #AEA097;
}

ul {
	margin-left: 15px;
	padding-left: 15px;
}

li {
	padding: 3px;
}

/* report-style table */
.list_table
{
	
}

.list_table th, .list_table td, .details th, .details td
{
	padding: 3px;
	font-weight: normal;
}

.list_table th
{
	border-bottom: 1px solid #C4B9B3;
	text-align: left;
}

.list_table tbody tr td
{
	border-bottom: 1px dashed #C4B9B3;
}

.list_table .bottom_cell, .list_table tfoot td
{
	border-bottom: 0px;
	text-align: right;
	font-size: 11px;
	color: #777777;
}

.list_table .no_rows_cell
{
	text-align: center;
	font-style: italic;
}

.list_table .center, .details .center
{
	text-align: center;
}

.list_table .right, .details .right
{
	text-align: right;
}

.list_table .no_info
{
	text-align: center;
	font-style: italic;
}

/* product edit cell */
.product_modify #sku_list .price {
	width: 50px;
}

.product_modify #sku_list .code {
	width: 75px;
}

.product_modify #sku_list .description {
	width: 250px;
}

.indent_1
{
	padding-left: 15px;
}

form {
	margin: 0px;
	padding: 0px;
}