/********************/
.weekendpost, .weekendpost * {
	font-family:Verdana,Arial,Helvetica,sans-serif;
}
.weekendpost>img.fl, .weekendpost .container>img {
	max-width:576px;
	width:576px;
}

.weekendpost {margin: 0 -10px}
.weekendpost>* {margin-left:10px; margin-right:10px;}

.weekendpost .column {
	text-align:left;
	width:576px;
	float:left;
}

.weekendpost .column.col1 {
	width:576px;
	margin-right:0;
}

.weekendpost .column.col2 {
	width:283px;
	margin-right:0;
}

div.mobile .weekendpost, div.mobile .weekendpost>* {margin: 0;}
div.mobile .weekendpost .column {width: 100%;}
div.mobile .weekendpost>img.fl, div.mobile .weekendpost .container>img {
	width:100%;
	max-width: 100%;
}
.weekendpost .section {
	margin-bottom: 10px;
}
.weekendpost .section .head {
	background:#1d1d1d;
	color:#FFF;
	text-transform:uppercase;
	font-weight:bold;
	font-size:16px !important;
	height:40px;
	line-height:40px;
	padding:0 9px;
}
.weekendpost .section .content {
	font-size:10px !important;
	line-height:11px;
	padding:9px;
	color:#1d1d1d;
	border:1px solid #1d1d1d;
}
.weekendpost .section .content .fl {
	width:100%;
	max-width:100%;
	margin-bottom:.5em;
}
.weekendpost .section .content .wearFeature {
	float:left;
	width:68%;
	max-width:68%;
	display:inline-block;
}
.weekendpost .section .content .wearSub {
	float:left;
	width:31%;
	max-width:31%;
	display:inline-block;
}
.weekendpost .wear.section .content .fl {
	margin-bottom:0;
}
.weekendpost .wear.section .content p {
	margin-top:1em;
}
.weekendpost .wearcontainer+p {
	clear:left
}
.weekendpost .section .content .title a, .weekendpost .section .content .title,.weekendpost .section .content .title *,.weekendpost .section .wearlink {
	color:#000;
	text-transform:uppercase;
	font-weight:bold;
	font-size:12px !important;
	line-height:14px !important;
	display:block;
}

.weekendpost .wear .title, .weekendpost .Wear .title, .weekendpost .WEAR .title {
	font-size:16px !important;
	line-height: 16px !important;
}
.weekendpost .section .content a * {text-decoration: underline !important;}
.weekendpost .section .wearlink {
	text-decoration:none;
	font-size:10px !important;
}
.weekendpost ul, .weekendpost li {
	list-style: disc;
	list-style-type: disc;
}
.weekendpost ul {
	padding-left: 40px;
}
.weekendpost li {
	margin: 1em 0;
}

.weekendpost .section .content blockquote,.weekendpost .section .content blockquote * {
	list-style:none;
	margin:0;
	padding:0;
}
.weekendpost .section .content p {
	line-height:14px;
}
.weekendpost .section .content .title+p,.weekendpost .section .content p+p,.weekendpost .section .content blockquote+p {
	margin-top:1em;
}
.weekendpost .download .content, .weekendpost .Download .content, .weekendpost .DOWNLOAD .content {
	min-height:63px;
}

.weekendpost .singlecol {
	/*This is for single col in the two column view */
	clear: both;
	float: left;
	width: 100%;
}
div.mobile .weekendpost .leftcol,div.mobile .weekendpost .rightcol {
	float:none !important;
	margin-right:0 !important;
	width:100% !important;
	max-width:100% !important;
}
.weekendpost .altTable {
	display:table
}
.weekendpost .altTable .row {
	display:table-row
}
.weekendpost .altTable .row>div {
	display:table-cell;
	vertical-align:middle;
	padding:10px;
}
.weekendpost .altTable .row .rank {
	font-weight:lighter;
	font-size:20pt;
	padding-left:20px;
	font-family:Verdana,'Geneva',sans-serif;
}
.weekendpost .altTable .row .description {
	font-weight:bold;
	font-size:7.5pt;
	line-height:8.5pt;
}
.weekendpost .altTable .row:nth-child(odd) {
	background-color:#ebebeb;
}
.clearall {
	clear: both;
}

/********************/

.weekendpost p {
	font-family:Verdana,Arial,Helvetica,sans-serif !important;
	color:#1d1d1d;
	font-size:10px;
	margin-bottom:0;
}
div.mobile .weekendpost .content {
	margin-top:0 !important;
	position: static !important;
}

/********************/

.map {
    position:relative;
    overflow: hidden;
}
.map>img {
	width:100%;
    position: relative;
    z-index: 0;
}
.map>a {
    display:inline-block;
    position:absolute;
    z-index:1;
    background:url('http://www.express.com/cdn/assets/cms/mobile/home/px/1x1.gif') repeat scroll left top;
    text-indent: -9999px;
    overflow: hidden;
}

.padr {margin-right:12px}
.padt {margin-top:12px}
.padl {margin-left:12px}
.padb {margin-bottom:11px}

.fl {float:left}
.fr {float:right}
.cl {clear: both}