/* CSS Document */
.left_side {
        width:760px;
        float:left;
        overflow: hidden;
        background-color:#fff;
        padding: 0 0 0 20px;
}

.left_side ul, ul li a:hover{
        background-position:left;
        background-repeat:no-repeat;
	list-style-type: none;
}

.left_side .maps {
	padding: 0px 0px 0px 300px;
}

#notable {
	background: #fff;
	width: 650px;
}

#table {
	background: #D8D8D8;
	display:table;
	margin: auto;
	width: 550px;
}

#table .row {
	display:table-row;
}

#table .row .col_1 {
	background: #F0F0F0;
	float: left;
	height: 100%;
	width: 80%;
}

#table .row .col_2 {
	float: right;
	width: 20%;
	text-align: center;
	height: 100%;
}

#table .row .col_2 p{
	text-align: center;
}

#table .clear {
	background: #fff;
	clear: both;
}

#table2 {
        background: #D0D0D0;
        display:table;
        margin: auto;
        width: 550px;
}

#table2 .row {
        display:table-row;
}

#table2 .row .col_1 {
        background: #DDEEE2;
        float: left;
        height: 100%;
        width: 80%;
}

#table2 .row .col_2 {
        float: right;
        width: 20%;
        text-align: center;
        height: 100%;
}

#table2 .row .col_2 p{
        text-align: center;
}

#table2 .clear {
        background: #fff;
        clear: both;
}


#table3 {
        background: #D0D0D0;
        display:table;
        margin: auto;
        width: 550px;
}

#table3 .row {
        display:table-row;
}

#table3 .row .col_1 {
        background: #FFFFCC;
        float: left;
        height: 100%;
        width: 80%;
}

#table3 .row .col_2 {
        float: right;
        width: 20%;
        text-align: center;
        height: 100%;
}

#table3 .row .col_2 p{
        text-align: center;
}

#table3 .clear {
        background: #fff;
        clear: both;
}

