body {
	background-color: #fff;
	font-family: arial;
	font-size: 13px;
	margin: 0;
	padding: 0;
}

A:link, A:visited {
	color: #de2d2d;
	text-decoration: underline;
}

A:hover {
	color: #ff0f0f;
	text-decoration: underline;
}

a img {
    border: 0;
}

h1 {
    font-family: verdana;
	font-size: 14px;
	font-weight: bold;
    background: #ffe900;
    padding: 4px;
    color: #000;
    margin-bottom: 10px;
    margin-top: 0;
    text-shadow: 0.1em 0.1em 0.05em #fff;border-radius: 5px;
}

#wrapper {
	clear: both;
	width: 974px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 0;
	padding: 0;
	background-color: #fff;
} 

#header {
    width: auto;
    clear: both;
    margin-bottom: 10px;  
}

#top_menu {
    background-color: #000;
    width: auto;
    clear: both;
    font-weight: bold;
    padding: 5px;
    margin-bottom: 20px;border-radius: 5px;
}

#top_menu a:link, #top_menu a:visited {
    text-decoration: none;
    color: #000;
}

#top_menu ul {
    margin: 0;
    padding: 0;
}

#top_menu li {
    list-style-image: none;
    background-color: #fff7a0;border-radius: 5px;
    padding: 2px;
    margin-right: 5px;
    display: -moz-inline-stack;
    display: inline-block;
    text-align: center;
    min-width: 75px;
    *display: inline;
    _width: 85px;
}

#top_menu li:hover {
    background-color: #ffef40;
}

#side_bar {
    width: 200px;
    float: right;  
}

#main {
    width: 750px;
    float: left;  
}

#main_alone {
    width: 974px;
    float: left;  
}

#big_box {
    width: auto;
    clear: both;
    padding: 10px;border-radius: 5px;
    border: 1px solid #fff7a0;
    margin-bottom: 10px;
}

#input_table {
       
}

#input_table td {
    padding-right: 40px;  
    padding-bottom: 10px; 
}

#input_table input {border-radius: 5px;
    border: 1px solid #ffe900;   
    margin-right: 10px;
    padding-left: 4px;
    padding-right: 4px;
    width: 200px;
}

#input_table textarea {border-radius: 5px;
    border: 1px solid #ffe900;   
    margin-right: 10px;
    padding: 4px;
    width: 400px;
    height: 200px;
}

#input_table select {border-radius: 5px;
    border: 1px solid #ffe900;   
    margin-right: 10px;
    padding-left: 4px;
    padding-right: 4px;
    width: 210px;
}

a.button, #input_table input.button{
    text-decoration: none;
    color: #000;
    background: #e1e1e1 url(../images/button_bg.png) top repeat-x;
    padding-left: 4px;
    padding-right: 4px;
    margin-left: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-right: 10px;
    border: 1px #dddddd solid;border-radius: 5px;
    width: auto;
    cursor: pointer;
}

a.button:hover, #input_table input.button:hover {
    text-decoration: none;
    color: #000;
    background: #e1e1e1 url(../images/button_bg.png) top repeat-x;
    padding-left: 4px;
    padding-right: 4px;
    margin-left: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-right: 10px;
    border: 1px #bebebe solid;border-radius: 5px;
}

#note {
    display: inline;
    font-size: 11px;
    color: gray;
}

#paging {
    width: auto;
    margin-bottom: 10px;
}

#paging a:link, #paging a:hover {
    height: 20px;
    width: 60px;
    color: #4794A3;
    background-color: #F1F3DB;
    padding: 5px;
    margin-left: 5px;
    font-size: 10px;
    text-decoration: none;border-radius: 10px;
}

#paging a:hover {
    height: 20px;
    width: 60px;
    color: #4794A3;
    padding: 5px;
    margin-left: 5px;
    text-decoration: none;
    font-size: 10px;
    background-color: #DBE6CF;border-radius: 10px;
}

#footer {
    background-color: #fff7a0;
    width: auto;
    height: 10px;
    clear: both;
    padding: 6px;
    margin-bottom: 20px;border-radius: 5px;
    text-align: center;
    color: #000;
    font-size: 10px;
}

#footer a:link, #footer a:visited {
    text-decoration: none;
    color: #000;
    margin-left: 10px;
}

#footer a:hover {
    text-decoration: none;
    color: #000;
}


#side_box {
    width: auto;
    padding: 10px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 11px;
    background-color: #000;border-radius: 10px;
}

#side_box h3 {
    width: auto;
    padding: 0px;
    margin: 0px;
    color: #fff374;
    font-size: 12px;
    font-weight: bold;
    background-color: #000;border-radius: 5px;
}

#side_box ul {
    margin: 0;
    padding: 0;
}

#side_box li {
    list-style-position: inside;
    padding: 0;
    margin: 0;
    margin-top: 5px;
}

#side_box a:link, #side_box a:visited {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

#side_box a:hover {
    color: #ffef40;
    text-decoration: none;
    font-weight: bold;
}

#design_input {
       
}

#design_input img {
   vertical-align: middle;
   margin-bottom: 3px;   
}

#design_input td {
    width: 150px;  
    padding-bottom: 10px; 
}

#design_input input {border-radius: 5px;
    border: 1px solid #ffe900;   
    margin-right: 10px;
    padding-left: 4px;
    padding-right: 4px;
    width: 50px;
}

#design_input select {border-radius: 5px;
    border: 1px solid #ffe900;   
    margin-right: 10px;
    padding-left: 4px;
    padding-right: 4px;
    width: 210px;
}

#design_input a:link, #design_input a:visited {
    text-decoration: none;
    color: #000;
    background: #e1e1e1 url(../images/button_bg.png) top repeat-x;
    padding-left: 4px;
    padding-right: 4px;
    margin-left: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-right: 10px;
    border: 1px #dddddd solid;border-radius: 5px;
}

#design_input a:hover {
    text-decoration: none;
    color: #000;
    background: #e1e1e1 url(../images/button_bg.png) top repeat-x;
    padding-left: 4px;
    padding-right: 4px;
    margin-left: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-right: 10px;
    border: 1px #bebebe solid;border-radius: 5px;
}

#site_box {
    float: left;
    margin-bottom:30px;
    margin-right:5%;
    width:45%;
}

#site_box h2 {
    font-family: verdana;
	font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

#site_box a:link, #site_box a:visited {
    text-decoration: none;
    margin-right: 10px;
    font-size: 11px;
}

h4 {
    font-family: verdana;
	font-size: 14px;
    font-weight: bold;
    margin: 10px 0 10px 0;
    padding: 0;
    width: 100%;
    border-bottom: 1px dotted #FFE900;
}

#site_box a:hover {
    text-decoration: none;
    margin-right: 10px;
    font-size: 11px;
}

#listing_button {
    width: 100%;
    text-align: center; 
    margin-bottom: 20px; 
    margin-top: 5px;  
    font-size: 12px;
}

#listing_button1 {
    display: inline-block;
    margin: 0;
    padding: 0;
}

#listing_button1 a:link, #listing_button1 a:visited {
    text-decoration: none;
    color: #000;
    background: #e1e1e1 url(../images/button_bg.png) top repeat-x;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin: 0;
    border: 1px #dddddd solid;
    border-radius: 5px 0 0 5px;
}

#listing_button1 a:hover {
    text-decoration: none;
    color: #000;
    background: #e1e1e1 url(../images/button_bg.png) top repeat-x;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin: 0;
    border: 1px #bebebe solid;
    border-radius: 5px 0 0 5px;
}

#listing_button2 {
    display: inline-block;
    margin: 0;
    padding: 0;
}

#listing_button2 a:link, #listing_button2 a:visited {
    text-decoration: none;
    color: #000;
    background: #e1e1e1 url(../images/button_bg.png) top repeat-x;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin: 0;
    border: 1px #dddddd solid;
}

#listing_button2 a:hover {
    text-decoration: none;
    color: #000;
    background: #e1e1e1 url(../images/button_bg.png) top repeat-x;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin: 0;
    border: 1px #bebebe solid;
}

#listing_button3 {
    display: inline-block;
    margin: 0;
    padding: 0;
}

#listing_button3 a:link, #listing_button3 a:visited {
    text-decoration: none;
    color: #000;
    background: #e1e1e1 url(../images/button_bg.png) top repeat-x;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin: 0;
    border: 1px #dddddd solid;
    border-radius: 0 5px 5px 0;
}

#listing_button3 a:hover {
    text-decoration: none;
    color: #000;
    background: #e1e1e1 url(../images/button_bg.png) top repeat-x;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin: 0;
    border: 1px #bebebe solid;
    border-radius: 0 5px 5px 0;
}

#listing_table {
    width: 100%;
    font-size: 13px;
    text-align: center;
}

#listing_table_head {
    background: #000;
    color: #fff;  
}

#listing_table_title_td {
    text-align: left; 
    text-indent: 10px;
}

#listing_table_normal:hover {
    background: #fff7a0;
}

#listing_table td {
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-bottom: 1px solid #f2f2f2;
}

#listing_table_sold td {
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
    background: #f2ffe0;
    border-bottom: 1px solid #f2f2f2;
}

#listing_table_sold {
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
    background: #f2ffe0;
    border-bottom: 1px solid #f2f2f2;
}

#listing_table_sold tr:hover {
    background: #fff7a0;
}

#listing_table_hide td {
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
    background: #f3f3f3;
    border-bottom: 1px solid #f8f8f8;
}

#listing_table_featured td {
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
    background: #ffeeee;
    border-bottom: 1px solid #f8f8f8;
}
 
#listing_table a:link, #listing_table a:visited {
    text-decoration: none;
    color: #000;
    font-weight: bold;
}

#listing_table a:hover {
    text-decoration: none;
    color: red;
}

#color_box {
    float: left;
    height: 10px;
    width: 10px;border-radius: 2px;
    margin-right: 5px;
    margin-top: 2px;
}

#input_new_listing {
       
}

#input_new_listing img {
   vertical-align: middle;
   margin-bottom: 3px;   
}

#input_new_listing td {
    width: 150px;  
    padding-bottom: 10px; 
}

#input_new_listing input {border-radius: 5px;
    border: 1px solid #ffe900;   
    margin-right: 10px;
    padding-left: 4px;
    padding-right: 4px;
    width: 200px;
}

#input_new_listing select {border-radius: 5px;
    border: 1px solid #ffe900;   
    margin-right: 10px;
    padding-left: 4px;
    padding-right: 4px;
    width: 210px;
}

#input_new_listing textarea {border-radius: 5px;
    border: 1px solid #ffe900;   
    margin-right: 10px;
    padding: 4px;
    width: 400px;
    height: 100px;
}

#input_new_listing a:link, #input_new_listing a:visited {
    text-decoration: none;
    color: #000;
    background: #e1e1e1 url(../images/button_bg.png) top repeat-x;
    padding-left: 4px;
    padding-right: 4px;
    margin-left: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-right: 10px;
    border: 1px #dddddd solid;border-radius: 5px;
}

#input_new_listing a:hover {
    text-decoration: none;
    color: #000;
    background: #e1e1e1 url(../images/button_bg.png) top repeat-x;
    padding-left: 4px;
    padding-right: 4px;
    margin-left: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-right: 10px;
    border: 1px #bebebe solid;border-radius: 5px;
}

.icon_home_box {
    text-align: center;
    color: #000;
    font-size: 16px;
    margin-bottom: 10px;
}

.main_text_front {
    float: right;
    width: 500px;
    font-size: 20px;
    font-weight: bold;
    text-shadow: 0.1em 0.1em 0.02em #fff7a0;
    text-align: left;
}

.why_ih {
    font-size: 14px;
    line-height: 20px;
}

.why_ih ul {
    list-style-position: inside;
    margin-left: 0;
    margin-right: 40px;
    padding: 0;
}

.why_ih li {
    margin-bottom: 15px;
}

.why_ih_span {
    background-color: #fff7a0;border-radius: 3px;
    padding-left: 2px;
    padding-right: 2px;
    border: 1px dotted #ffe900;
    
}

#footer_menu {
    font-size: smaller;
    text-align: center;
    margin-bottom: 20px;
}

#footer_menu a {
    color: #000;
}

#footer_menu a:hover {
    text-decoration: none;
}

.fielderror
{
	color: red;
	font-size: smaller;
}

.explanation
{
	font-family: verdana;
	color: gray;
	font-size: 10px;
}

/* Success, notice and error boxes
-------------------------------------------------------------- */

.errorbox,
.noticebox,
.successbox    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }

.errorbox      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.noticebox     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.successbox    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.errorbox a    { color: #8a1f11; }
.noticebox a   { color: #514721; }
.successbox a  { color: #264409; }

/* Debug box
-------------------------------------------------------------- */

.code
{
	direction: ltr;
	font-family: Monaco, Verdana, Sans-serif;
	font-size: 12px;
	background-color: #f9f9f9;
	border: 1px solid #D0D0D0;
	color: #002166;
	display: block;
	margin: 14px 0 14px 14px;
	padding: 12px 10px 12px 10px;
	width: 500px;
	text-align: center;
	margin: 0 auto;
}

.desc { color:#6b6b6b;}
.desc a {color:#0092dd;}

.dropdown dd, .dropdown dt, .dropdown ul { margin:0px; padding:0px; }
.dropdown dd { position:relative; }
td dl { margin:0; }
.dropdown a, .dropdown a:visited { color:#816c5b; text-decoration:none; outline:none;}
.dropdown a:hover { color:#5d4617;}
/*.dropdown dt a:hover { color:#5d4617; border: 1px solid #d0c9af;}*/
.dropdown dt a {
    background:transparent url(../images/arrow.png) no-repeat scroll right center;
    display:block;border-radius: 5px;
    border: 1px solid #ffe900;
    padding-left: 4px;
    padding-right: 4px;
    width: 210px;
    overflow: hidden;
    white-space: nowrap;
}
.dropdown dt a span {cursor:pointer; display:block;}
.dropdown dd ul { background:#fff none repeat scroll 0 0; border:1px solid #d4ca9a; color:#C5C0B0; display:none;
		  left:0px; padding:5px 0px; position:absolute; top:0; width:auto; list-style:none;z-index: 999}
.dropdown span.value { display:none;}
.dropdown dd ul li a { display:block;
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 4px;
    text-align: left;
}
.dropdown dd ul li a:hover {}

.dropdown img.flag { border:none; vertical-align:middle; margin-left:10px; }
.flagvisibility { display:none;}

#check_user_id_availability
{
	background: #225384;
	border: 1px solid black;
	color: white;
}

.is_available
{
	color: green;
}

.is_not_available
{
	color: red;
}



/* about */

.einstein {
    width: auto;border-radius: 10px;
    background: #000;
    font-size: 18px;
    color: #fff;
    padding: 20px;
}

/* about */

#error {
    font-size: 11px;
    color: red;
}

#forget_password {
    color: grey;
}

#forget_password:hover {
    color: #000;
}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}

.loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background: transparent url('/public/images/loading.gif') no-repeat scroll center;
}
#side
{
    float: right;
    margin-left: 20px;
}
.clear
{
    clear: both;
}
.hint {
    color: silver;
}

.tutorial a:link, .tutorial a:visited {
    text-decoration: none;
    color: #000;
    font-weight: bold;
}

.tutorial a:hover {
    text-decoration: underline;
    color: #000;
}

.tutorial td {
    padding-left: 20px;
    padding-bottom: 10px;
}

#last_index  {
    width: 200px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 6px;
    padding-top: 6px;
    font-size: 11px;
}

#last_index_img {
    float: left;
    height: 50px;
    width: 50px;
    border: 2px solid #000;border-radius: 10px;
    margin-right: 6px;
    background: transparent center center no-repeat;
}

#last_index_title {
    font-size: 16px;
}

#last_index_title a:link, #last_index_title a:visited {
    text-decoration: none;
    color: green !important;
}

#last_index_title a:hover {
    text-decoration: underline;
}

#last_index a:link, #last_index a:visited {
    text-decoration: none;
    color: #000;
}

#last_index a:hover {
    text-decoration: underline;
}
