﻿
ul.phx-list {
    list-style-type:none;
    margin:0px;
    padding:0px;
    }
    
ul.phx-list li {
    clear:both;
    margin: 0px;
    padding:10px 0px;
    border-bottom:dotted 1px #bbb;
    }

.alt-list {
    background-color:#f4f4f4;
    cursor: pointer;
    } 

div.phx-list-number,
div.phx-list-img {
    float:left;
    }

div.phx-list-img {
    width:auto;
    }

div.phx-list-img img {
    border:0px;
     width:60px;
     margin:0 10px 0 5px;
    }

div.phx-list-body {
    width:auto;
    margin:0 10px 0 10px;
    font:normal 14px Arial;
    }

div.phx-list-body-default {
	width:auto;
    margin:0 10px 0 10px;
    font:normal 14px Arial;
    }

div.phx-list-body h3 {
    margin:0 0 2px 0;
    font:normal 18px Arial;
    letter-spacing:0px;
    }

div.phx-list-body p {
    margin:0px;
    padding:0px;
    line-height:17px;
    }

div.phx-list-number {
    color:#333;
    font:normal 24px Arial;
    letter-spacing:-2px;
    width:40px;
    text-align:center;
    margin:17px 0 0 0;
    }

div.phx-list-header {
    padding:0 0 10px 10px;
    font-size:14px;
    font-family:Arial;
    }

.phx-list-sep {
	background-image: url(//cache.thephoenix.com/i/ple/Concerts/sep.gif);
	height:9px;
	width:auto;
	}

.phx-list-header h1 {
	margin:0 0 5px 0;
	font:bold 28px Arial;
	letter-spacing:-1px;
	}

div.phx-list-header .phx-list-dt {
	color:#333333;
	font-size:12px;
	}

div.phx-list-header p {
	margin:5px 0;
	}

.clr {
    clear:both;
    }
    
div#phx-list-scroll {
	border:solid 1px #bbb;
	width:auto;
	height:400px;
	overflow:scroll;
	overflow-x:hidden;
	}

div#phx-list-scroll h3 {
	margin:0 0 5px 0;
	font:bold 18px Arial;
	}

div#phx-list-scroll p {
	margin:5px 0;
	font:normal 12px Arial;
	}

a.phx-list-title {
    display:block;
    font:normal 18px Arial;
    color:#333333;
    margin:0 0 5px 0;
    text-decoration:none;
    }
    
a:hover.phx-list-title {
	text-decoration:underline;
	}