
form table th {
	padding-right: 10px;
	text-align: right;
}
.tbl_sales, .tbl_list {
	width: 100%;
}
.tbl_sales td, .tbl_list td {
	border-bottom: 1px solid #DADADA;
	padding: 5px 10px;
	vertical-align: middle;
	background-color: #FFF;
}
.tbl_sales td.desc, .tbl_list td.desc {
	text-align: left;
}
.tbl_sales tr.inactive td, .tbl_list tr.inactive td {
	background-color: #FFC;
}

.tbl_sales tr.highlight td, .tbl_list tr.highlight td  {
	background-color: #FFC;
}

/* additional tbl_list styles */

.tbl_list td {
	border-bottom-width: 0;
}

.tbl_list tr.even td {
	background-color: #f4f4f4;
}

.tbl_list tr.total td {
	border: 2px solid gray;
	border-width: 1px 0 1px 0;
	text-align: right;
	padding-right: 20px;
	font-size: 15px;
	font-weight: bold;
}


.error {
	background-color: red;
	font-weight: bold;
	padding: 20px;
	color: #FFF;
	padding-left: 45px;
	padding-right: 10px;
	background: red url(../images/icon_error.gif) no-repeat center left;
}

.success {
	background-color: #FFFFCC;
	color: green;
	font-weight: bold;
	padding: 5px 10px;
}

#tbl_cart {
	width: 100%;
	border: 1px solid black;
}



#tbl_cart td, #tbl_cart th {
	padding: 5px;
}
#tbl_cart th {
	background-color: #FFD5EA;
	border-bottom: 1px solid black;
	text-align: center;
}

#tbl_cart th.title {
	background-color: #F1CCE6;
	padding: 5px 0;
}

#tbl_cart td {
	border: 1px solid #333;
	border-top-width: 0;
	border-left-width: 0;
}

#tbl_cart td.cost {
	border-right-width: 0;
}

#tbl_cart tr.total td {
	border-width: 0;
}

#tbl_cart td.qty, #tbl_cart td.cost {
	text-align: center;
}
#tbl_cart .item_image {
	float: left;
	padding-right: 10px;
}

#shopcartlink {
	width:100%;
	text-align: right;
}

#shopcartlink a {
	background: url("../images/icon_cart.gif") no-repeat;
	padding-left: 37px;
	padding-top: 4px;
}

#printlink {
	width:100%;
	text-align: right;
}

#printlink a {
	background: url("../images/icon_print.gif") no-repeat;
	padding-left: 20px;
	padding-top: 0;
}

h3 .morelink {
	font-size: 11px;
}

h3.steps {
	margin-top: 10px;
	background-color: #843B00;
	padding: 2px 10px;
	color: #FFF;	
}

.inventoryNum {
	font-family: arial, sans-serif;
	text-align: center;
	width: 40px;
	font-size: 20px;
	font-weight: bold;
	padding: 10px;
	border: 1px solid #C0C0C0;
	background-color: #FFFFCC;
	color: #009900;
}

div.pagination {
	width: 100%;
	text-align: right;
	color: #CCC;
}

div.pagination a {
	text-decoration: none;
	clear:both;
}

.cancelreason {
	color: red;
}


#stacymsg {
	float: left;
	width: 340px;
	border: 1px dashed #F2CBE6;
	padding: 10px;
}

#stacymsg .messagearea {
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px dashed  #F2CBE6;

}

#stacymsg .msghead {
	height: 100px;
	padding-left: 110px;
	background: url(images/profile_stacy.jpg) no-repeat;

}

#stacymsg .msghead h3 {
	padding-bottom: 0;
	margin-bottom: 0;
	font-size: 18px;
}


#stacymsg .msghead p {
	padding-top: 0;
	margin-top: 0;
	font-style: italic;
	font-size: 12px;
}

#dashboardboxes {
	float: right;
	width: 150px;
}

.dashbox {
	border: 1px solid  #F2CBE6;
	margin-bottom: 15px;
}

.dashbox ul {
	margin-left: 10px;
	padding-left: 20px;
}

.dashbox h3 {
	font-size: 12px;
	text-align: center;
	background-color: #F2CBE6;
	padding: 5px;
}



.dashbox p {
	text-align: right;
	padding-right: 15px;
}

.dashbox li {
	line-height: 1.25em;
	padding-bottom: 5px;
}
.dashbox p a {
	font-size: 11px;
}

.dashbox a {
	text-decoration: none;
}
.dashbox .date {
	font-weight: bold;
}


.messagearea h4 {
	font-size: 14px;
	margin-bottom: 0;
	padding-bottom: 0;
}

.messagearea h4 span.date {
	font-size: 11px;
	font-weight: normal;
	padding-left: 10px;
}

.messagearea ul {
	margin-left: 10px;
	padding-left: 20px;
}

.messagearea li {
	padding-bottom: 10px;
}

td.nav .helloworld {
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 10px;
	font-size: 11px;
	color: red;
	font-weight: bold;
}

td.nav .helloworld a {
	color: #909;
	text-decoration: none;
	font-weight: normal;
	display: inline;
}

td.nav .helloworld a:hover {
	color: #c182c1;
}
a.link-no-underline {
	text-decoration: none;
}