
/** WRAPPER */

#wrapper {
}

/** HEADER */

#header {
	margin: 0px auto;
}

/** SEARCH */

#search {
	float: right;
}

/** LOGO */

#logo {
	padding: 12px 0 0 66px;
	float: left;
	width: 334px;
	height: 113px;
	background: url(/images/tmpl/homepage02.jpg?1) no-repeat left top;
}
#sublogo {
	color: white;
	font-size: 10pt;
	margin-left: 16px;
}

#logo h1, #logo p {
	color: white;
	margin: 0px;
	line-height: normal;
}

#logo h1 a {
	display: block;
	color: white;
	text-decoration: none;
}

/** MENU */

#menu {
	float: right;
}

/** PAGE */

#page {
	min-height: 300px;
	padding: 0;
	margin: 0px auto 40px;
}

#login_area {
	width: 808px;
	margin: 17px auto;
	text-align: right;
}

#forgot_password {
	margin-top: 20px;
}

/** CONTENT */

#content {
}

/** SIDEBAR */

#sidebar {
}

/** FOOTER */

#footer {
}

/* search for shoppers */
div#results_summary {
	float: right;
}
div#filter_container {
	padding: 10px;
	border: 1px solid #ccc;
	margin-bottom: 25px;
}
table#agent_search_form {
	font-size: 9pt;
}
table#agent_search_form select {
	font-size: 8pt;
}
table#agent_search_form td {
	padding-right: 15px;
}
table#agent_search_form td.submit {
	padding-top: 10px;
	text-align: center;
}
table.search_results {
	width: 100%;
	border: 1px solid #ccc;
}
table.search_results th {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 3px 5px;
}
table.search_results td { 
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
div#no_results {
	color: #900;
	font-style: italic;
	text-align: center;
	font-size: 10pt;
	margin-bottom: 10px;
}
div#results_summary {
	font-weight: bold;
	padding-top: 8px;
}
table#shopper_requests_table {
	width: 50%;
}
