body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background:url(../images/bg_index.jpg);
	margin:0;
	padding:0;
	color:#644020;
}
form {
	margin:0;
	padding:0;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;	
}
#content_outer {
	width:100%;
	border-top:1px solid white;
	border-bottom:1px solid white;
	background:url(../images/bg.jpg);	
}
#content {
	width:721px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	
	background:white;
	padding:10px;
	margin:auto;
	min-height:400px;
}
#content table {
	border:1px solid #2D2D2D;
	width:721px;
}
#content table tr {
	line-height:22px;
	background:white;
}
#content table tr:hover {
	background:#E2E2E2;
}
#content table tr.odd {
	background:#E2E2E2;
}
#content table tr.even {
	background:white;
}
#content table tr td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding:5px 20px 5px 5px;	
	text-align:left;	
	vertical-align:top;	
}
#content table tr th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight_bold;
	border-bottom:1px solid #2D2D2D;
	padding:5px 20px 5px 5px;	
	text-align:left;		
	vertical-align:top;	
	background-image: url(../images/sort.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

#content table tr td img {
	border:1px solid #CCCCCC;
}
#content table tr td input[type="text"] {
	color:#656565;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border:1px solid #CCCCCC;
	padding:3px;
}
#content table tr td input[type="text"].quantity {
	width:auto;
}
#content table tr td input[type="text"].address {
	width:200px;
}
#content table tr.filterColumns {
	background:#E2E2E2;
	height:52px;
}
#content table tr.filterColumns td {
	vertical-align:middle;
}

#content table tr td select {
	color:#656565;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border:1px solid #CCCCCC;
	padding:3px;
	width:208px;
}
#content table tr td select.title {
	width:auto;
}
span.required {
	color:red;
}

/* Message stack */
#message_stack_box {
	position: relative;
	width:370px;
	background:white;
}
#message_stack_title {
	position: relative;
	float: left;
	clear: both;
	background:#CCCCCC;
	color:white;
    font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	margin: 0;
	padding: 5px 10px 5px 10px;
	width:350px;
	text-align:left;
}
#message_stack_container {
	position: relative;
	float: left;
	clear: both;
	width:350px;
	padding: 10px 10px 20px 10px;
	text-align:left;
}
#message_stack_container span {
	position: relative;
	float: left;
	clear: both;
	margin:2px 5px 2px 5px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    color:#999999;
  	text-align:left;
	color:black;
	font-weight:normal;
}
#message_stack_close {
	position: relative;
	float: left;
	clear: both;
	width:370px;
	left:10px;
	padding: 2px 0px 2px 0px;
	text-align:right;
}
#message_stack_close a {
    font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	cursor:default;
}
#message_stack_close a:hover {
    font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
	*cursor:hand;
}

/* Styles from Site */
.signature {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
}
a.signature:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
	text-decoration : none;
}
a.signature:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
	text-decoration : none;
}
a.signature:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
	text-decoration : none;
}

#pager {
	width:710px;
	padding:5px;
	height:20px;
	margin:15px 0px 15px 0px;
	border:1px solid #CCCCCC;	
	color:#464646;
	font-weight:bold;
}
#pager img {
	float:left;
	clear:none;
	position:relative;
	margin-left:15px;
	cursor:default;
}
#pager img.prev {
	margin-left:45px;	
}
#pager img:hover {
	cursor:pointer;
	*cursor:hand;
}
#pager input {
	border:none;
	float:left;
	clear:none;
	width:400px;
	font-size:11px;
	color:#464646;
	text-align:center;
	font-weight:bold;
}
#pager select {
	float:right;
	clear:none;
}
#pager select option {
	color:#464646;
}

span.agb a {
	font-weight:bold;
	color:#644020;
	text-decoration:underline;
}
span.agb a {
	font-weight:bold;
	color:#644020;
	text-decoration:underline;
}
