div.view {
    
}

div.view table {
    width: 100%;
}

div.view td {
    padding: 5px;
}

div.view td.ratings {
    padding: 10px;
}

div.view td.tv {
    vertical-align: top;
}

.stars img {
    padding: 0px 3px;
}

div.view td.ratings td.topic {
    text-align: right;
    font-weight: bold;
    font-size: 14px;
    white-space: nowrap;
}

div.view .ratings .stars {
    white-space: nowrap;
}

div.view div.link {
    text-align: right;
    margin: 10px;
}

div.add-review-form {
    
}

div.add-review-form td {
    padding: 5px;
}

div.add-review-form .text input {
    width: 160px;
}

div.add-review-form .label {
    color: #000;
}

div.add-review-form .textarea textarea {
    width: 390px;
    height: 110px;
}

div.add-review-form td.ratings td.topic {
    text-align: right;
    font-weight: bold;
    font-size: 14px;
    white-space: nowrap;
}

div.add-review-form .ratings .stars {
    white-space: nowrap;
}

div.add-review-form .ratings .stars img {
    cursor: pointer;
}

div.add-review-form .ratings .stars input {
    display: none;
}

div.add-review-form .captcha input {
    width: 80px;
}

div.add-review-form .captcha label {
	display: block;
	font-weight: bold;
	margin: 3px 0px;
}

div#map_canvas {
    display: none;
	width: 90%;
    height: 300px;
    margin: 15px auto;
}

div.login {
    
}

div.login div.right {
    width: 270px;
}

div.login div.left {
    width: 325px;
    border-right: 1px dotted #2C4B60;
}

div.login div.input {
    margin: 5px 0px;
}

div.login div label {
    float: left;
    text-align: right;
    padding-top: 2px;
    padding-right: 5px;
}

div.login div.left label {
    width: 115px;
}

div.login div.right label {
    width: 60px;
}

div.login div.submit {
    padding-top: 10px;
}

div.login div.left div.input {
    /*clear: left;*/
}

ul#properties {
    margin: 0px;
    padding: 5px;
    list-style: none;
}

ul#properties li {
    padding: 2px;
}

