@charset "utf-8";
@import url("reset.css");

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	background: #fafafa url(../gfx/head_back.png) repeat-x;
	color: #333;
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
}

h1 {
	font-size: 2em;
	color: #e77817;
}

h2 {
	font-size: 1.6em;
	color: #071f4b;
}

h3 {
	font-size: 1.6em;
	color: #071f4b;
}

h4 {
	font-size: 1.4em;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1.0em;
}

small {
	font-size: 0.8em;
}

/*input, select, button {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	border: 1px solid #cacaca;
	padding: 5px;
	margin-right: 5px;
	border-collapse: collapse;
}*/



a {
	text-decoration: none;
	color: #0d55b9;
	border: none;
}

a:hover {
	text-decoration: underline;
}

b,strong {
	font-weight: bold;
}

hr {
	height: 1px;
	border: none;
	border-bottom: 1px dotted #dadada;
}

p {
	margin: 5px 0;
}

ul {
	list-style: disc;
	margin-left: 25px;
}

img {
	border: none;
}

i {
	font-style: italic;
}

address {
	margin: 10px 0;
}

label {
	display: block;
	width: 200px;
	text-align: right;
	padding: 2px;
	padding-right: 10px;
	margin-right: 5px;
	float: left;
	background: #eee;
}

input[type=text], input[type=password] {
	width: 250px;
}

/*input[type=submit] {
	padding: 4px 15px;
	cursor: pointer;
}*/

textarea {
	width: 250px;
	height: 100px;
}

/*select {
	padding: 4px;
}*/


table {
	width: 100%;
	border: 2px solid #cacaca;
	border-collapse: collapse;
}

table th, td {
	padding: 5px;
	border-bottom: 1px solid #cacaca;
	vertical-align: top;
}

table th {
	font-size: 0.8em;
	background-color: #ffc;
	border: 1px solid #cacaca;
	color: #000;
	text-align: left;
	
}

table tr {
	/*background-color: #fff;*/
}

table tr.dark {
	background-color: #eee;
}

table tr.light {
	background-color: #fff;
}

/*table tr:hover {
	background-color: #ffd;
}*/

div.sys-msg {
	/*width: 100%;*/
	padding: 10px;
	margin-bottom: 20px;
}

div.sys-msg span {
	display: block;
	position: absolute;
	width: 16px;
	height: 16px;
	right: 10px;
	cursor: pointer;
	background-image: url(../gfx/icons/close.gif)
}

div.ok {
	padding: 10px;
	background: #cfc;
	border: none;
}

div.hint {
	padding: 10px;
	background: #ff9;
	border: none;
}

div.error {
	padding: 10px;
	background: #fdd;
	border: none;
	color: red;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}


/* IDs */

#wrapper {
	width: 960px;
	margin: 10px auto;
	padding: 0;
}

#head {
	padding: none;
	height: 140px;
	background: transparent;
}

#menu {
	border: none;
	float: right;
	padding: 15px 0 0 0;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	color: #333;
	height: 23px;
}

#menu a {
	color: #0d55b9;
}

#menu input {
	width: 75px;
	padding: 2px;
	font-size: 11px;
}

#menu [type=submit] {
	width: 50px;
	padding: 1px;
	font-size: 11px;
}

#headspace {
	height: 69px;
	/*width: 500px;*/
	float: left;
	width: 960px;
	border: none;
	/*padding-left: 10px;*/
}

#headspace #logo {
	float: left;
	padding-top: 0px;
	padding-left: 10px;
	border: none;
}

#headspace #admin {
	float: left;
	padding-top: 25px;
	padding-left: 150px;
	border: none;
	font-size: 28px;
	font-weight: bold;
	color: #05b;
}

#main_menu {
	/*margin-top: 35px;*/
	border: none;
	vertical-align: bottom;
	height: 33px;
	/*padding-left: 10px;*/
	margin: auto;
	width: 100%;
}

.menu_item {
	color: #333;
	font-size: 15px;
	font-weight: bold;
	padding: 4px 10px 0 10px;
	float: left;
	margin-right: 5px;
}

.menu_item a {
	color: #333;
}

.menu_delimiter {
	float: left;
	height: 33px;
	width: 2px;
	margin-right: 5px;
	background: transparent url(../gfx/delimiter.png) no-repeat;
}

.menu_delimiter2 {
	float: left;
	height: 33px;
	width: 10px;
	margin-right: 5px;
	background: transparent url(../gfx/delimiter2.png) no-repeat;
}

.active_item {
	border: none;
}

.active_item a {
	color: #e77817;
	text-decoration: underline;
}

#content {
	min-height: 500px;
	position:relative;
}

#footer {
	border: none;
	padding: 10px;
	margin: 20px 0 0 0;
	text-align: center;
	background: #eee;
	color:#999;
}

#zip {
	width: 50px;
}

#city {
	width: 183px;
}

#blank_label {
	background-color: transparent;
}

#smallbox_right {
	width: 255px;
	float: right;
	border: none;
	padding-left: 35px;
	min-height: 535px;
}

#smallbox_left {
	width: 265px;
	float: left;
	border: none;
}

#smallbox_user_left {
	width: 250px;
	float: left;
	border: none;
}

#bigbox_right {
	width: 655px;
	float: right;
	border: none;
	margin: 0 15px 0 0;
}

#bigbox_left {
	width: 605px;
	float: left;
	border: none;
	padding-left: 35px;
	border: none;
	margin: 0 15px 0 0;
}

#bigbox_wide {
	border: 2px solid #cacaca;
	background: #fff;
	padding: 15px;
	margin: 0;
}

label.welcome {
	background: #fff;
}

div.label {
	float: left;
	width: 220px;
	border: none;
	margin: 0 5px 0 0;
}

div.required {
	color: #e77817;
	font-weight: bold;
}

div.wide {
	width: 660px;
}

div.input {
	float: left;
	width: 220px;
	border: none;
	margin: 0 5px 15px 0;
}

div.input input[type=text] {
	width: 198px;
}

div.file {
	border: 1px solid #cacaca;
	width: inherit;
	padding: 5px;
	background: #ffd;
}

div.input select {
	width: 210px;
}

div.checkbox {
	width: 220px;
}

div.uploaded-pic {
	border: 1px solid #cacaca;
	background: #eee;
	padding: 10px;
	margin: 0 10px 10px 0;
	float: left;
	text-align: center;
	height: 200px;
	width: 230px;
}

img.offer-pic {
	float: left;
	height: 75px;
	width: 100px;
	border: 1px solid #333;
	margin: 0;
}

div.no-offer-pic {
	float: left;
	width: 90px;
	height: 50px;
	border: 1px solid #333;
	margin: 0 15px 15px 0;
	text-align: center;
	font-size: 11px;
	color: #999;
	background: #fff;
	padding: 20px 5px 5px 5px;
}

div#quicksearch  {
	background: #fff;
	border: 2px solid #cacaca;
	/*padding: 5px 10px 15px 10px;*/
	padding: 5px 10px;
}

div#quicksearch label {
	background: transparent;
	font-size: 11px;
	text-align: left;
	margin: 0;
	color: #555;
}

div#quicksearch input, div#quicksearch select {
	margin: 0 5px;
	width: 230px;
}

div#quicksearch input[type=text] {
	margin: 0 5px;
	width: 220px;
}

div#quicksearch h1 {
	color: #e77817;
	border-bottom: 1px dotted #fff;
}

div.search-tab {
	float: left; 
	margin-left: 5px;
	padding-top: 5px;
	width: 50px;
	height: 20px; 
	border: 1px solid #cacaca; 
	border-bottom: none;
	text-align:center;
}

div.search-tab-active {
	float: left;
	margin-left: 5px;
	padding-top: 5px;
	width: 50px;
	height: 20px;
	border: 1px solid #cacaca;
	border-bottom: none;
	background: #cacaca;
	text-align:center;
}



a.button  {
	display: block;
	text-align: center;
	color: #fff;
	text-decoration: none;
	/*background: #e77817;*/
	background: #060;
	padding: 3px 10px;
	margin-bottom: 10px;
	font-weight: bold;
	text-shadow: #030 1px 1px;
}

a.button:hover  {
	/*background: #e77817;*/
	background: #030;
	text-shadow: #000 1px 1px;
}

/* Home & Search */

div.home_search_btn {
	display: block;
	float: left;
	width: 190px;
	height: 68px;
	border: 1px solid #cacaca;
	background: #fff;
	text-align: center;
	padding: 5px;
	margin: 0 10px 10px 0;
	cursor: pointer;
}

div.home_all_btn {
	display: block;
	float: left;
	width: 190px;
	height: 68px;
	border: 1px solid #887;
	background: #eee;
	text-align: center;
	padding: 5px;
	margin: 0 10px 10px 0;
	cursor: pointer;
}

div.home_all_btn:hover {
	border: 1px solid #e77817;
	background: #ffffcc;
}

div.home_packet_btn {
	display: block;
	float: left;
	width: 407px;
	height: 68px;
	border: 1px solid #887;
	background: #eee;
	text-align: center;
	padding: 0px;
	margin: 0 10px 10px 0;
}

div.home_packet_btn:hover {
	border: 1px solid #e77817;
	background: #ffc;
}

div.home_packet_btn_sell {
	display: block;
	float: left;
	width: 412px;
	height: 67px;
	border: 1px solid #e77817;
	background: #ffc;
	text-align: center;
	padding: 10px;
	margin: 0 10px 10px 0;
}

div.home_search_btn:hover {
	border: 1px solid #e77817;
	background: #ffffcc;
}

#wide_box div {
	padding: 10px 0 10px 15px;
}

#full-width {
	float: left;
	background: #fff;
	border: 2px solid #cacaca;
	padding: 15px 15px 0 15px;
	margin-bottom: 15px;
}

#fifty_left {
	width: 440px;
	height: 170px;
	float: left;
	background: #fff;
	border: 2px solid #cacaca;
	padding: 15px;
	margin-bottom: 15px;
}

#fifty_right {
	width: 440px;
	height: 170px;
	float: right;
	background: #fff;
	border: 2px solid #cacaca;
	padding: 15px;
	margin-bottom: 15px;
}

#fifty_left ul {
	text-shadow: #fff 1px 1px;
	list-style: disc;
	margin-left: 25px;
}

#calendar {
	margin-top: 10px;
}

#calendar table {
	border: none;
}

#calendar table th{
	border: none;
	font-size: 1.2em;
	text-align: center;
}

#calendar table td{
	border: none;
	padding: 2px;
	text-align: center;
}

p.pagination {
	text-align: center;
}

p.pagination a {
	padding: 3px 5px;
	border: 1px solid #cacaca;
	background: #fff;
}

p.pagination strong {
	border: 1px solid #e77817;
	font-size: 1.2em;
	padding: 3px 5px;
	background: #fff;
}

#front_reg {
	display: block;
	float: right;
	text-align: center;
	width: 200px;
	padding: 3px;
	border: 1px solid #060;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	background: #0a0;
	margin-bottom: 10px;
	border-radius: 7px;
}