

/* Always Load These Properties */
.SCMyWebsitePlugin-score 
{
    background-image: url("https://www.mylocalsalon.com/Images/StarEmpty.png");
    background-repeat: repeat-x;
    height: 22px;
    width: 110px;
}

.SCMyWebsitePlugin-score div 
{
    background-image: url("https://www.mylocalsalon.com/Images/StarFull.png");
    height: 22px;
}

.SCMyWebsitePlugin-mlsLink 
{
    background-image: url("https://www.mylocalsalon.com/Images/mylocalsalonwidget.png");
    background-repeat: no-repeat;
	background-position: right;
	width: 140x;
    height: 24px;
}

li#SCMyWebsitePlugin-firstItem
{
}

li#SCMyWebsitePlugin-lastItem
{
	bottom: 0;
	display: none;
}

#SCMyWebsitePlugin-main
{
	width: 100%;
	position: relative;
}


#SCMyWebsitePlugin-reviewListDiv
{
	position:absolute;
	height: 100%;
        width: 100%;
}

/* Only Load these properties if asked for */

#SCMyWebsitePlugin-main
{
    text-align: left;
    height: 399px;
    border: 2px solid #000000;
}

#SCMyWebsitePlugin-reviewList
{
    list-style-type: none;
    margin: 0px 0px;
    padding: 0px;
}   

#SCMyWebsitePlugin-reviewList li
{
    border-top: 1px dotted #666666;
    height: 110px;
    margin: 0px 5px;
    padding: 7px;
	overflow: auto;
	vertical-align: middle;
}

.SCMyWebsitePlugin-review
{
    text-align: left;
    font-size: 15px;
}

.SCMyWebsitePlugin-under
{
    margin: 3px 0px;
    width: 100%;
    clear: both;
}

.SCMyWebsitePlugin-score
{
    float: right;
    margin: -2px 10px;
}

.SCMyWebsitePlugin-author
{
    display: inline-block;
    padding: 2px 0px 0px 0px;
    text-align: left;
    font-size: 13px;
    margin: 2px;
    margin-top: 5px;
    font-style: italic;
	width: 50%;
}

.SCMyWebsitePlugin-date
{
    display: inline-block;
    text-align: left;
    font-size: 13px;
    margin: 2px;
    font-style: italic;
	width: 50%;
}

.SCMyWebsitePlugin-quotemark
{
    font-size: 20px;
    font-family: fantasy, Arial, Verdana;
    font-weight: bold;
    line-height: .1em;
}

.SCMyWebsitePlugin-mlsLink
{
	color: #1D8AD1;
}


