﻿body, html, form{
    width: 100%;
    height: 100%;
}

body{
	margin: 0px;
	background: #ffffeb; /*url(Standard/bg.gif) repeat-x;*/
}


body, table, tr, td, input, textarea, select, span, div{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}


p{
    margin-top: 7px;
    margin-bottom: 4px;
}

a{
    color: #3269a1;
	text-decoration: underline;
	font-weight: bold;
}

h1, h2, h3{
    color: #030503;    
}

h1{
    font-size: 20px;
    margin: 10px 0px 7px 0px;
}

h2{
    font-size: 15px;
    margin: 10px 0px 5px 0px;  
}

h3{
    font-size: 13px;
    margin: 10px 0px 3px 0px;
}

th{
    text-align: right;
    vertical-align: top;
}

fieldset{
    width: 500px;
    padding: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
}

legend{
    font-size: 14px;
    font-weight: bold;
}


#page{
    width: 800px;
    /*
    margin: auto;
    */
    text-align: left;
    padding: 20px 0px 10px 35px;
}


#head{
    margin: 10px 0px 10px 0px;
    height: 40px;
}


#logo{
    float: left;
    margin-right: 30px;
}

#pageName{
    float: left;  
}

#pageName h3{
    font-weight: normal;
    font-size: 16px;
    margin: 0px;
    padding: 0px;
}

#menu{}

#menu ul{
    margin: 0px;
    padding: 0px 10px 7px 0px;     
}
    #menu ul li{
        padding: 5px 5px 7px 0px; 
        display: inline;
        list-style-type: none;    
    }

        #menu ul li a{
			/*color: White;
			font-weight: normal;
			text-decoration: none;
			*/
        }


#content{
    padding: 10px 0px 10px 0px;
    vertical-align: top;
}


#copyright{
    padding-bottom: 10px;
    margin-top: 30px;
    padding-top: 5px;
}

#copyright a{
    text-decoration: none;
}

#MapAreas area{
    cursor: pointer;
    /*cursor: hand;*/
}
/*page//s
**************/


.req{color: Red; font-weight: bold;}
.clr{clear: both;}
.txtL{text-align: left;}
.txtC{text-align: center;}
.txtR{text-align: right;}

.head, .head td{
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 5px;
    margin-bottom: 10px;
    margin-top: 15px;
    border-bottom: solid 1px silver;
}


.newAd{
}

.newAd td{
	padding: 2px 2px 2px 2px;
}

.newAd	th{
	font-weight:bold;
	text-align:right;
	color:#000;
	white-space:nowrap;
	vertical-align:top;
	padding:2px 3px 2px 0;
}


.btnHide{
    display: none;
}


.infoBox{
    display: none;
    margin: 3px 0px 2px 0px;
}

.errorBox{
    width: auto;
    font-weight: bold;
    color: #b60101;
    border: solid 1px #b60101;
    padding: 3px;
    margin: 3px 0px 2px 0px;
}


.adListRow{
    background-color: Transparent;
}

.adListRowOver{
    background-color: #ececdc;
}


.AdImageBig{
    padding: 10px;
    background-color: white;
    border: solid 1px whitesmoke;
}

.AdImageSmal{
    padding: 5px;
    background-color: white;
    border: solid 1px whitesmoke;
    margin-bottom: 10px;
}

.ListImage{
    padding: 5px;
    background-color: white;
    border: solid 1px whitesmoke;
}


.CategoryMain{
    background-color: #ededd1;
    font-weight: bold;
    font-size: 13px;
}

.SearchBox{
    padding: 5px; 
    border: solid 1px #b2aeae; 
    background-color: #e6e5d5;
    background-image: url(searchbg.jpg);
    background-repeat: repeat-x;
}


.OnPage{
    font-weight: bold;
}

.ToPage{
    padding: 0px 5px 0px 5px;
}

.NextPage{
    margin-left:10px;
}

.PreviousPage{
    margin-right: 10px;
}

.FirstPage{
    margin-left:10px;
}
.LastPage{
    margin-left:10px;
}

.priceOnSale{
    font-weight: bold;
    color: Red;
}

.priceOld{
    text-decoration: line-through;
}
