#main {
	border: 1px solid #999;
	clear: both;
	background: #e1e1e1;
	padding-top: 2em;
	width: 672px; @asif
}

#contents {
	padding: 1.5em;
	background: #f7f7f7;
}

#addressContents {
	padding: 1.5em;
	background: #f7f7f7;
	font-size: 100%;
}

#scroller {
	width: 700px;
}

#tab {
	position: relative;
	height: 3em;
}

#tab ul#primary {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px;
}

#tab ul#primary li  {
	
	display: inline;
	list-style: none;
	
}

#tab ul#primary a,#tab ul#primary span,#tab ul#primary a.current {

	display: block;
	float: left;
	padding: 4px 5px 4px 5px;
	margin: 1px 2px 0 0;
	text-align: center;
	text-decoration: none;
	color: #000;
	font-size: 11px;
}

#tab ul#primary span,#tab ul#primary a.current,#tab ul#primary a.current:hover {
	border: 1px solid #999;
	border-bottom: none;
	background: #e1e1e1;
	padding-bottom: 6px;
	margin-top: 0;
	color:#000;
	font-weight:bold; 
	
}

#tab ul#primary a {
	background: #fff;
	border: 1px solid #e1e1e1;
	border-bottom: none;
}

#tab ul#primary a:hover {
	margin-top: 0;
	border-color: #999;
	background: #e1e1e1;
	padding-bottom: 5px;
	color:#999;
	font-weight:bold;
}

#tab ul#primary a.waiting, #tab ul#primary a.waiting:hover {
	display: block;
	float: left;
	padding: 4px 5px 4px 5px;
	margin: 1px 2px 0 0;
	text-align: center;
	text-decoration: none;
	color: #999;
	font-size: 11px;
	background: #fff;
	border: 1px solid #e1e1e1;
	border-bottom: none;
}

#tab ul#secondary {
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: -2.2 em;
	left: 1px;
	width: 50em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#tab ul#secondary li a {
	width: auto;
	display: block;
	float: left;
	padding: 4px 5px 4px 5px;
	margin: 1px 2px 0 0;
	text-align: auto;
	border: 1px solid #AAA;
	border-bottom: none;
	color: #000;
	text-decoration: none;
	background: #e1e1e1;
}

#tab ul#secondary li a:hover {
	color: #333;
	background: #f7f7f7;
	padding: 4px 5px 4px 5px;
	margin: 1px 2px 0 0;
}

#tab ul#secondary li a.actual {
	color: #000;
	background: #f7f7f7;
	border-bottom: 1px solid #f7f7f7;
	position: relative;
	bottom: -1px;
}

#tab ul#secondary li a.actual:hover {
	padding: 4px 5px 4px 5px;
	margin: 1px 2px 0 0;
	border-bottom: 1px solid #f7f7f7;
}

#tab ul#secondary li a.sleeping {
	color: #999;
	position: relative;
	bottom: -1px;
}

#tab ul#secondary li a.sleeping:hover {
	color: #999;
	background: #e1e1e1;
}

#tab ul#secondary li a.finish {
	color: #000;
	position: relative;
	bottom: -1px;
}

#tab ul#secondary li a.finish:hover {
	color: #000;
	background: #f7f7f7;
}

#tab ul#secondary li:last-child a { border: none; }

.delisRichZipSelect {
	background-color:#e1e1e1;	
}

