@charset "UTF-8";
/* Drawer CSS Document */
#property-drawer {
	width:440px;
	background-image: url(../images/property-back.png);
        background-repeat: no-repeat;
	background-position: left top;
        padding: 10px 10px 10px 0px;
}
#property-pic {
        width:138px;
        height:109px;
        float: left;
        padding: 0px 0px 10px 10px;
}
#property-copy {
        width:280px;
        float: left;
        padding: 0px 0px 0px 10px;
}

#property-copy h1 {
        font-size: 14px;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 5px 0px;
        border: none;
}
#property-copy p {
        font-size: 10px;
        padding: 0px 0px 0px 0px;
}

/** Tabs */
/**************************************/
#drw_tabs {
	list-style : none;
	width : 430px;
	height: 30px;
	padding : 10px 10px 7px 10px;
	margin : 0px 0px 0px 0px;
	position : relative;
	font-size: 10px;
	background-image: url(../images/prop-sub-back.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
}
