body {
        margin:0;
        padding:0;
        border:0;			/* This removes the border around the viewport in old versions of IE */
        width:100%;
      /*  min-width:600px;     Minimum width of layout - remove line if not required */
							/* The min-width property does not work in old versions of Internet Explorer */
		font-size:90%;
    }
#container {
  width: 960px;
  margin: 0 auto;
}
	/* Header styles */
    #header {
        clear:both;
        float:left;
        width:100%;
    }

	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eee;
		margin:0;
		padding:6px 0 !important;
		text-align:right;
	}
	/* column container */
	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    float:left;
        width:100%;			/* width of whole page */
		overflow:hidden;	/* This chops off any overhanging divs */
	}
	/* 2 column left menu settings */
	
    .leftmenu .colright {
        float:left;
        width:200%;
		position:relative;
		left:200px;
        background:#fff;
    }
    .leftmenu .col1wrap {
	    float:right;
	    width:50%;
	    position:relative;
	    right:200px;
	    padding-bottom:1em;
	}
	.leftmenu .col1 {
        margin:0 0 0 210px;
	    position:relative;
	    right:100%;
	    overflow:hidden;
	    width: 746px;
	}
    .leftmenu .col2 {
        float:left;
        width:200px;
        position:relative;
        right:200px;
    }
	/* Footer styles */
	#footer {
        clear:both;
        float:left;
        width:100%;
    }

    .advert_box { float: left; clear:left; width: 100%; margin-bottom: 10px}
    .advert_box img { float:left; margin-right: 10px; width: 96px; display: block; margin-bottom: 5px}
    .advert_box p.more { float:left; }
    .advert_box p.price {float:right; }    
    .advert_box .advert_box_content { float:left; }
    
    .roundbox { background: transparent url('') 0 0 repeat-y; margin: 0 0 2px 0; float:left; }
    .roundbox_top { background: transparent url('') 0 0 no-repeat; float:left; }
    .roundbox_bott { background: transparent url('') left bottom no-repeat; float:left; width:200px; }

    .topadverts { width: 360px; float: left; margin-right: 20px; }
    .advertform { width: 360px; float: left; margin-right: 20px; }
    .advertmap { width: 340px; float: left; }  
    .advertright { width: 340px; float: left; }  
    .advertlist { width: 740px; float: left; }   
    
    .detailleft { width: 360px; float: left; margin-right: 20px; }
    
    
    
.f-left { float: left }
.f-right { float: right }

.t-left { text-align: left }
.t-center { text-align: center }
.t-right { text-align: right }

.v-top { vertical-align: top }
.v-middle { vertical-align: middle }

.box {min-height:1px; _height:1%;}
.box:after { display: block; visibility: hidden; clear: both; line-height: 0px; font-size: 0px; content: "." }

.noscreen { display: none }
.hidden { display: none }
.nowrap { white-space: nowrap }

.clear { clear: both }
.cleaner { visibility: hidden; clear: both; height: 1px; margin: -1em 0 0 0; line-height: 0; font-size: 0; border: 0 }


