/* CSS Style - Created by TemplateCodes.com */

/* Body Styles */
body {
	font: 0.7em Arial, Verdana, Geneva, Sans-serif;
	color: #222222;
	text-align: center;
	margin: 0;
	padding: 0;
	background: #eaeaea url(../images/header_bg.jpg) repeat-x;
}

a{
	outline: none;
}

address {
	font-size: 1.2em;
	margin: 0 0 15px 10px;
}

#user_nav {
	color: #000;
	font-weight: bold;
	text-align: right;
	width: 900px;
	margin: 0 auto 10px auto;
	padding: 0 40px 0 0;
}
#user_nav a {
	color: #000;
}
/* Layout Styles */
#header {
	height: 80px;
	width: 920px;
	margin: 0 auto 10px auto;
}
#logo {
	float: left;
	text-align: left;
	margin: 18px 0 0 20px;
}
#logo a {
	font-size: 22px;
	line-height: 22px;
	font-weight: bold;
	color: #fff;
	margin: 0;
	padding: 0;
}
#logo p {
	font-size: 12px;
	color: #fff;
	margin: 0;
	padding: 0;
}
ul#nav {
	list-style-type: none;
	list-style: none;
	float: right;
	margin: 45px 18px 0 0;
	padding: 0;
}
ul#nav li {
	display: inline;
	float: left;
	margin: 0 6px 0 0;
	padding: 0;
}
ul#nav li a {
	display: block;
	background: transparent url(../images/tab_left.gif ) no-repeat left top;
	line-height: 35px;
	margin: 0;
	padding: 0;
}
ul#nav li a span {
	background: transparent url(../images/tab_right.gif ) no-repeat right top;
	display: block;
	color: #fff;
	padding: 0 15px 0 10px;
	margin: 0 0 0 5px;
	font: bold 12px/35px "Lucida Grande", Lucida, Verdana, sans-serif;
}
ul#nav li a:hover {
	background: transparent url(../images/tab_left.gif ) no-repeat left -40px;
	text-decoration: none;
}
ul#nav li a:hover span {
	background: transparent url(../images/tab_right.gif ) no-repeat  right -40px;
}
ul#nav li.active a {
	text-decoration: none;
	background: transparent url(../images/tab_left.gif ) no-repeat left -80px  !important;
}
ul#nav li.active a span {
	background: transparent url(../images/tab_right.gif ) no-repeat right -80px  !important;
	color: #222;
}
ul#subnav {
	list-style-type: none;
	list-style: none;
	float: right;
	margin: 0 10px 0 0;
	padding: 0;
}
ul#subnav li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
}
ul#subnav li.lft {
	background: transparent url(../images/sub_nav.gif ) repeat-x left top;
	height: 30px;
	width: 15px;
}
ul#subnav li.rt {
	background: transparent url(../images/sub_nav.gif ) repeat-x right top;
	height: 30px;
	width: 15px;
}
ul#subnav li a {
	display: block;
	background: transparent url(../images/sub_nav_bg.gif ) repeat-x left top;
	line-height: 30px;
	margin: 0;
	padding: 0 10px;
	color: #fff;
	font-size: 11px;
}
ul#subnav li a:hover {
	background-position: bottom;
	text-decoration: none;
}
ul#subnav li a:hover span {
	background-position: bottom;
}
ul#subnav li.active a {
	text-decoration: none;
	background: transparent url(../images/sub_nav_bg.gif ) repeat-x -80px left;
}
ul#subnav li.active a span {
	background: transparent url(../images/sub_nav_bg.gif ) repeat-x -80px right;
	color: #222;
}
ul#user_menu {
	margin: 0 0 10px 0;
	padding: 0;
	height: 24px;
}
ul#user_menu li {
	float: left;
	list-style: none;
	list-style-type: none;
	padding: 0 2px;
	margin: 0;
	border-right: 1px outset #777;
}
ul#user_menu li a {
	width: 123px;
	display: block;
	color: #222;
	margin: 0;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	height: 24px;
	line-height: 24px;
}
ul#user_menu li.end {
	border-right: none;
	padding: 0 0 0 2px;
}
ul#user_menu li a:hover {
	background-color: #999;
	color: #fff;
	text-decoration: none;
}
ul#search {
	list-style-type: none;
	list-style: none;
	float: left;
	margin: 0 0 0 10px;
	padding: 0;
}
ul#search li {
	display: inline;
	float: left;
	padding: 0;
	margin: 0;
}
ul#search li .search {
	border: none;
	background: none;
	width: 230px;
	height: 20px;
	margin: 5px 12px;
	padding: 0;
	color: #777;
}
ul#search li .search:focus {
	color: #000;
}
ul#search li.input {
	border: none;
	background: transparent url(../images/search_bg.gif) no-repeat;
	width: 250px;
	line-height: 30px;
	height: 30px;
}
ul#search li a.search_btn {
	border: none;
	background: transparent url(../images/search_btn.gif) no-repeat;
	width: 33px;
	height: 30px;
	margin: 0;
	padding: 0;
	display: block;
}
ul#search li a.search_btn span {
	display: none;
}
ul#search li a.search_btn:hover {
	background-position: bottom;
}

a.icon_back{
	margin: 0;
	padding: 6px 0 6px 20px;
	color: #222;
	font-size: 11px;
	font-weight: bold;
	background: url(../images/icons/arrow_left.gif) no-repeat 0 center;
}
a.icon_view{
	margin: 0;
	padding: 6px 0 6px 20px;
	color: #222;
	font-size: 11px;
	font-weight: bold;
	background: url(../images/icons/user_go.gif) no-repeat 0 center;
}
a.icon_rss{
	margin: 0;
	padding: 6px 0 6px 20px;
	color: #222;
	font-size: 11px;
	font-weight: bold;
	background: url(../images/icons/feed.gif) no-repeat 0 center;
}
a.icon_login{
	background: url(../images/icons/lock_open.gif) no-repeat 0 center;
	margin: 0;
	padding: 6px 0 6px 20px;
	color: #222;
	font-size: 11px;
	font-weight: bold;
	}
a.icon_logout{
	background: url(../images/icons/lock.gif) no-repeat 0 center;
	margin: 0;
	padding: 6px 0 6px 20px;
	color: #222;
	font-size: 11px;
	font-weight: bold;
	}
a.icon_register{
	background: url(../images/icons/key_add.gif) no-repeat 0 center;
	margin: 0;
	padding: 6px 0 6px 20px;
	color: #222;
	font-size: 11px;
	font-weight: bold;
	}
a.icon_contact{
	background: #fff url(../images/icons/email_go.gif) no-repeat 10px center;
	margin:5px 0 0 0;
	display: block;
	float: left;
	padding: 6px 6px 6px 30px;
	border: 1px outset #ddd;
	color: #222;
	font-size: 11px;
	font-weight: bold;
	}
/* List Styles */
ul.sidebar_nav {
	padding: 0;
	margin: 0;
	clear: both;
}
ul.sidebar_nav li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-bottom: 1px solid #e3e3e3;
	background-color: #fff;
}
ul.sidebar_nav a {
	display: block;
	margin: 0;
	padding: 6px 10px 6px 30px;
	color: #222;
	font-size: 11px;
	font-weight: bold;
	background: #fff url(../images/icons/bullet_black.gif) no-repeat 12px center;
}


ul.sidebar_nav a:hover {
	text-decoration: none;
}
ul.sidebar_nav a.tags {
	background: url(../images/icons/tag_orange.gif) no-repeat 10px center;
}
ul.sidebar_nav a.browse {
	background: url(../images/icons/table_go.gif) no-repeat 10px center;
}
ul.sidebar_nav a.search {
	background: url(../images/icons/magnifier.gif) no-repeat 10px center;
}
ul.sidebar_nav a.sell {
	background: url(../images/icons/money.gif) no-repeat 10px center;
}
ul.sidebar_nav a.account {
	background: url(../images/icons/user_gray.gif) no-repeat 10px center;
}
ul.sidebar_nav a.home {
	background: url(../images/icons/house.gif) no-repeat 10px center;
}
ul.sidebar_nav a.listing_add {
	background: url(../images/icons/layout_add.gif) no-repeat 10px center;
}
ul.sidebar_nav a.favs {
	background: url(../images/icons/heart.gif) no-repeat 10px center;
}
ul.sidebar_nav a.listing_edit {
	background: url(../images/icons/layout_edit.gif) no-repeat 10px center;
}
ul.sidebar_nav a.logout {
	background: url(../images/icons/lock_go.gif) no-repeat 10px center;
}
ul.sidebar_nav a.login {
	background: url(../images/icons/lock_open.gif) no-repeat 10px center;
}
ul.sidebar_nav a.page {
	background: url(../images/icons/page.gif) no-repeat 10px center;
}
ul.sidebar_nav a.contact {
	background: url(../images/icons/email_go.gif) no-repeat 10px center;
}
ul.sidebar_nav a.pricing {
	background: url(../images/icons/creditcards.gif) no-repeat 10px center;
}
ul.sidebar_nav a.price {
background: url(../images/icons/creditcards.gif) no-repeat 10px center;
}
.prices {
position:relative;
background-color: #f9f9f9;
border: 1px solid #ddd;
display: block;
margin: 0 0 10px 0;
padding: 4px 15px;
}
.page {
	width: 900px;
	margin: 0 auto 10px auto;
	text-align: left;
	clear: both;
}
.page_content {
	margin: 0 10px;
}
.shape {
	background-color: #c0c0c0;
}
.shape .top {
	background: transparent url(../images/page_top.gif) no-repeat top;
	height: 10px;
	font: 1px/1px monospace;
}
.shape .btm {
	background: transparent url(../images/page_btm.gif) no-repeat top;
	height: 10px;
	clear: both;
	font: 1px/1px monospace;
	margin: 0 0 10px 0;
}
.col_shape {
	background-color: #fff;
}
.toggle {
	cursor: pointer;
}
/* modified by Steve for islandpreviews.com on April 10, 2009 */
.content .col_shape .top{
	background: transparent url(../images/content_top.gif) no-repeat top;
	height: 10px;
	font: 1px/1px monospace;
}
.col_left_content .col_shape .top{
	background: transparent url(../images/col_left_content_top.gif) no-repeat top;
	height: 10px;
	font: 1px/1px monospace;
}
.col_right_sidebar .col_shape .top {
	background: transparent url(../images/col_left_content_top.gif) no-repeat top;
	height: 30px;
	color: #fff;
	font: 12px/30px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 0 10px;
}
.col_right_sidebar .col_shape .top {
	background: transparent url(../images/col_right_sidebar_top.gif) no-repeat top;
}
.col_right_sidebar .col_shape span {
	float: right;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.col_right_sidebar .col_shape .mid {
	background: transparent url(../images/col_right_sidebar_top.gif) no-repeat 0 -30px;
	height: 30px;
	color: #fff;
	font: 14px/30px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 0 10px;
}
.col_right_sidebar .col_shape .btm {
	background: transparent url(../images/col_right_sidebar_btm.gif) no-repeat top;
	height: 10px;
	clear: both;
	margin: 0;
	font: 1px/1px monospace;
}
.col_left_content .col_shape .btm {
	background: transparent url(../images/col_left_content_btm.gif) no-repeat top;
	height: 10px;
	margin: 0;
	clear: both;
	font: 1px/1px monospace;
}
/* modified by Steve for islandpreviews.com on April 10, 2009 */
.content .col_shape .btm {
	background: transparent url(../images/content_btm.gif) no-repeat top;
	height: 10px;
	margin: 0;
	clear: both;
	font: 1px/1px monospace;
}
.col_right_sidebar {
	float: right;
	width: 210px;
	/* modified by Steve for islandpreviews.com on February 14, 2009 */
	/*margin: 0 10px 0 0;*/
	padding: 0 10px 0 0;
}
.col_left_content {
	float: left;
	width: 660px;
	/* modified by Steve for islandpreviews.com on February 14, 2009 */
	/*margin: 0 0 0 10px;*/
	padding: 0 0 0 10px;
}
/* modified by Steve for islandpreviews.com on April 10, 2009 */
.content {
	width: 880px;
	padding: 0 10px 0 10px;
}
.col_left,
.col_left_content .col_left {
	float: left;
	width: 49.3%;
}
.col_right,
.col_left_content .col_right {
	float: right;
	width: 49.3%;
}
.block {
	padding: 0 10px;
}
.clear {
	clear: both;
	height: 1px;
}
#footer {
	font-size: 12px;
	color: #444;
	font-weight: normal;
	line-height: 15px;
	margin: 0 0 20px 0;
}
.copyright,
.copyright a{
	font-size: 10px;
	color: #777;
	font-weight: bold;
	line-height: 15px;
	margin: 0 0 20px 0;
}
/* Links */
a:link,
a:visited,
a:active {
	color: #444;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
/* Basic Text Styles */
p, ul li, ol li,
.listing_text {
	line-height: 16px;
	font-size: 1.0em;
	padding: 6px 0 6px 0;
	margin: 0;
}
/* modified by Steve for islandpreviews.com on March 11, 2009 */
.print_ad_text {
	font-family: "Times New Roman", Times, serif;
	background-color: #F0F0F0;
	padding: 12px;
	margin: 6px 0 6px 0;
}
strong {
	font-weight: bold;
}
sm {
	font-size: 9px;
	font-weight: normal;
}
img{
	border: 0;
	outline: none;
}
/*Headers*/
h1,h2,h3,h4,h5,h6 {
	padding: 10px 0 4px 0;
	font-weight: normal;
	margin: 10px 0 5px 0;
	font-size: 1.5em;
	font-family: Arial, Verdana, Geneva, Sans-serif;
	border-bottom: 1px solid #ddd;
	color: #333;
	clear: both;
}
h2 {
	padding: 10px 0 2px 0;
	font-weight: normal;
	margin: 10px 0 5px 0;
	font-size: 1.4em;
	font-family: Arial, Verdana, Geneva, Sans-serif;
	border-bottom: 1px solid #ddd;
}
h3 {
	font-weight: bold;
	padding: 10px 0 2px 0;
	margin: 0 0 6px 0;
	font-size: 1.2em;
	font-family: Arial, Verdana, Geneva, Sans-serif;
	border-bottom: 1px solid #ccc;
}
/* added by Steve for islandpreviews.com on August 6, 2009 */
h4 {
	font-weight: bold;
	padding: 10px 0 0 0;
	margin: 0;
	font-size: 1.1em;
	border-bottom: none;
}
h5,h6 {
	font-weight: bold;
	margin: 16px 0 2px 0;
	font-size: 1.1em;
}
ul {
	list-style: none;
	list-style-type: none;
	padding: 0 0 0 10px;
	margin: 0;
	text-align: left;
}
ul li {
	margin: 0;
	padding: 0;
	color: #444444;
	text-align: left;
	list-style-type: disc;
	list-style-position: inside;
}
.main_banner{
	margin: 0 0 10px 0;
}
/* Listing Styles */

.feat{ width: 105px; float:left; padding:6px; margin: 0 2px 8px 4px; background:#FFF; border:#CCCCCC 1px solid; }
.feat_width{width:100%; }
/*modified by Steve for hawaiiclassifiedsplus.com on August 23, 2009 */
.feat_img {width:100%; height:86px; text-align:center; margin: 0 0 5px 0;}
.feat_txt {width:100%; color:#666666; height:40px; overflow: hidden; text-align:center; font-weight: normal; }
.feat_price {width:100%; color: #5a9a11; font-size:10px; padding-top:5px; text-align:center;}

div#newlistings table {
	margin: 10px 0 0 0;
}
div#newlistings table tbody tr {
	border: none;
	outline: none;
}
div#newlistings table td {
	padding: 0;
	border: none;
	font-size: 12px;
	font-weight: bold;
	text-align: center;

}
div#newlistings table td img {
	vertical-align: top;
}
div#newlistings table td a {
	
}
.latest{width:114px; height:178px; float:left; padding:12px 8px 5px 8px; margin: 0px 3px 0px 0px; background:#E7E7E6; border:#CCCCCC 1px solid; }

table.main,
table.tableborder{
	border-collapse: collapse;
}

table.main th,
table.tableborder tbody th {
	font-weight: normal;
	padding: 10px 0 2px 0;
	font-size: 1.2em;
	font-family: Arial, Verdana, Geneva, Sans-serif;
	border-bottom: 1px solid #ddd;
}
table.main table td {
	padding: 0 10px 6px 0;
	vertical-align: top;
}
table.main th {
	text-align: left;
	font-weight: bold;
	font-size: 1.0em;
}
table.main table td img {
	vertical-align: middle;
}
table.main table td a {
	text-decoration: none;
	font-size: 1.1em;
}
fieldset table{
	margin: 0 auto;
	width: auto;
}
fieldset table td{
	vertical-align: top;
	width: auto;
}
table.tableborder {
	margin: 0 auto;
 width: 100%;
}
table.tableborder td{
	margin: 0 auto;
}
table.tableborder table{
}
table.tableborder table td{
	margin: 0 auto;
}
table.tableborder table td strong{
	margin: 0 auto;
}
table.norm{
	margin: 10px 0 10px 0;
	width: 500px;
	float: right;
}
table.norm td{
	padding: 4px 10px;
	text-align: left;
}
td.bold {
font-weight: bold;
}
td.highlighted {
	background: #fffbd5 url(../images/highlight_bg.gif) repeat-x 0px -40px;
}
td.featured {
	background: #d4f0ff url(../images/featured_bg.gif) repeat-x 0px -40px;
}
.alert a {
	font-weight: bold;
}
.redirect_message {
	background: #E8F3D6 url(../images/icons/accept.gif) center no-repeat;
	background-position: 15px 50%;
	text-align: left;
	padding: 5px 20px 5px 45px;
	margin: 70px 20% 70px 20%;
	border-top: 2px solid #A9D45D;
	border-bottom: 2px solid #A9D45D;
	font-weight: normal;
}
.redirect_message h2 {
	font-size: 14px;
	font-weight: normal;
	display: inline;
}
.alert {
	color: #444;
	padding: 8px 12px 8px 30px;
	text-decoration: none;
	margin: 10px 0;
	font-size: 1.1em;
	font-weight: bold;
	font-style: normal;
	background: #fcf4ed url(../images/icons/exclamation.gif) no-repeat 8px 8px;
	border: 1px solid #ebc0a9;
	clear: both;
	text-align: left;
}
.alert em,
	.alert p {
	color: #444;
	font-size: 11px;
	line-height: 1.2em;
	font-weight: normal;
	font-style: normal;
	margin: 0;
	padding: 4px 0 0 0;
}
.success {
	background-color: #dcf2e4;
	background-image: url(../images/icons/accept.gif);
	border: 1px solid #a3d580;
}
.flash {
	background-color: #e3f6fe;
	background-image: url(../images/icons/brick_error.gif);
	border: 1px solid #a1c2d4;
}
.beta {
	background-image: url(../images/icons/wrench.gif);
	background-color: #f9f9f9;
	border: 1px solid #ccc;
}
.alert.noimages {
	background-image: url(../images/icons/picture_error.gif);
	background-color: #fcf4ed;
	border: 1px solid #ebc0a9;
	margin: 10px 0 0 0;
}
.info {
	background-color: #fdf7e2;
	background-image: url(../images/icons/asterisk_yellow.gif);
	border: 1px solid #d7cd90;
}
.alert span {
	font-size: 10px;
	color: #222;
	padding: 0;
	margin: 0 0 0 10px;
}
.warning {
	color: #990000;
	padding: 10px;
	background-color: #FFEAEA;
	border: #DEE1E4 2px solid;
	text-align: center;
}
/*Form Elements*/
fieldset {
	border: 1px solid #ccc;
	background-color: #fff;
	margin: 10px 0 0 0;
	padding: 16px;
	display: block;
}
legend {
	padding: 4px 8px;
	margin: 0;
	background-color: #f9f9f9;
	color: #b04d15;
	font-weight: bold;
	font-size: 1.1em;
	border: 1px solid #ccc;
}

span.pending {
	color: green;
}

span.notcompleted {
	color: grey;
}
span.pendingpayment a{
	color: olive;
}
span.completed {
	color: green;
}
form {
	margin: 0;
	padding: 0;
}

td.row1 {
	border-bottom: 1px solid #ccc;
}
label {
	margin: 6px 0 0 0;
	font-size: 1.1em;
	color: #444444;
	font-weight: bold;
	text-transform: capitalize;
	display: block;
}
label span {
	font-size: 0.9em;
	color: #888888;
	font-weight: normal;
	text-transform: lowercase;
}
input,
textarea,
select {
	line-height: 1.8em;
	/* modified by Steve for islandpreviews.com on April 7, 2009 */
	/* border: 1px inset #ccc; */
	border: 1px solid #ccc;
	background-color: #efefef;
	color: #000;
}
textarea {
	width: 340px;
  resize:none;
}
td.formleft {
	font-size: 1.0em;
	font-weight: bold;
	text-align: right;
	vertical-align: middle;
	padding: 10px 0 0 0;
	width: 120px;
}

td.formright {
	padding: 10px 0 0 0;
	vertical-align: middle;
	text-align: left;
	width: 350px;
}

td.formleft label {
	text-align: right;
	padding: 0;
	margin: 0;
}

td.formstrip {
	padding: 10px 0;
}
.col_photos{
float: left;	
text-align: center;
width: 140px;
}
.col_photos p{
	font-size: 10px;
	padding: 0;
	margin: 0;
	line-height: 10px;
	text-align: center;
	font-weight: bold;
}
img.image {
	padding: 4px;
	margin: 8px auto 0 auto;
	border: 1px solid #ddd;
}

form#searchform {
	width: 380px;
	margin: 0 auto;
}

/* modified by Steve for islandpreviews.com on January 1, 2009 */
input#submit,
.submit,
p.continue input {
	/* width: 130px; */
	font-weight: bold;
	border: 1px outset;
	background-position: 0 -10px;
	margin: 10px 0 0 0;
	/* float: left; */
}
#purchase-1{
	text-align: left;
}

#purchase-1 p.submit input{
	margin: 0 160px 15px 0;
}
#purchase-1 strong {
	font-size: 1.1em;
}

#submit.submitfriend{
margin-left: 100px;
}
input#price,
select#category,
select#featured,
select#bold {
	width: 100px;
}



select#category {
	width: 150px;
}

div.listingextras {

}
span.favorites,
span.moreads,
span.friendmail,
span.printer,
span.contact,
span.delfavorites {
	line-height: 18px;
	font-size: 10px;
	margin: 0 0 0 10px;
	float: left;
}

span.delfavorites a {
	background: transparent url(../images/icons/heart_delete.gif) no-repeat 2px center;
	padding: 2px 0 2px 20px;
}
span.favorites a {
	background: transparent url(../images/icons/heart_add.gif) no-repeat 2px center;
	padding: 2px 0 2px 20px;
}
span.moreads a{
	background: transparent url(../images/icons/user_go.gif) no-repeat 2px center;
	padding: 2px 0 2px 20px;
}
span.friendmail a{
	background: transparent url(../images/icons/email_go.gif) no-repeat 2px center;
	padding: 2px 0 2px 20px;
}
span.printer a{
	background: transparent url(../images/icons/printer.gif) no-repeat 2px center;
	padding: 2px 0 2px 20px;
}
span.contact a {
	background: transparent url(../images/icons/phone.gif) no-repeat 2px center;
	padding: 2px 0 2px 20px;
}

/* modified by Steve for islandpreviews.com on February 14, 2009 */
#banner-header {
	text-align:center;
	margin: 10px 0;
}

#banner-sidebar {
	text-align:center;
	margin: 10px 0;
}

#banner-footer {
	text-align:center;
	margin: 10px 0;
}