
.small-promotion {
    float: left;
    width: 186px;
    padding: 0px;
    height: 230px;
    overflow: hidden;
    margin-bottom: 5px;
}

.small-promotion-separator {
    float: left;
    width: 17px;
    padding: 0px;
    margin: 0px;
    height: 230px;
}

.vertical-promotion {
    list-style: none;
    margin: 0;
}
.vertical-promotion ul {
	list-style: none;
	margin: 0;
}
.vertical-promotion li {
    display: block;	
    padding: 15px;
}
.vertical-promotion li.odd {}
.vertical-promotion li.even {
    background-color: #f6f9fe;
}

	
.small-promotion h3, .small-promotion p, .small-promotion a.linktext {
    width: 176px;
    display: block;
    overflow: hidden;
    font-size: 12px;
    margin: 3px 0 0 0;
    padding: 0;
    padding: 0 5px 0 5px;
}

.vertical-promotion h3, .vertical-promotion p, .vertical-promotion a.linktext {
    display: block;
    overflow: hidden;
    font-size: 12px;
    margin: 5px 0 0 0;
    padding: 0;
    padding: 0 5px 0 15px;
}

.small-promotion h3 {
    margin-top: 5px;
    /*height: 35px;*/
    font-weight: bold;
}
.small-promotion h3 a, .small-promotion h3 a:visited {
    color: #000;
    text-decoration: none;
}

.vertical-promotion h3 {
	margin-top: 0px;
    height: 16px;
    font-weight: bold;
}
.small-promotion p {
    /*height: 55px;*/
}
.small-promotion p a, .small-promotion p a:visited {
    color: #000;
    font-weight: normal;
    text-decoration: none;
}

.vertical-promotion p {
    height: 55px;
}

.small-promotion a.linktext, .vertical-promotion a.linktext {
    height: 16px;
    font-weight: bold;
}

.promotionMainNav a.selectedNav,
.promotionSubNav a.selectedNav,
.subNavCategories a.selectedNav, .subNavCategories a:LINK.selectedNav,
.subNavCategories a:HOVER.selectedNav, .subNavCategories a:VISITED.selectedNav {
    text-decoration: underline;
}

.promotionMainNav a,
.promotionSubNav a,
.subNavCategories a {
	margin-right: 8px;
	white-space: nowrap;
}

.subNavCategories {
    margin-bottom: 5px;
}

.promotionCategoryTitle,
.subNavCategoryTitle {
	margin-top: 10px;
	margin-bottom: 12px;
}

.dashedline-top {
    margin-top: 10px;
    margin-bottom: 3px;
    line-height: 3px;
    
    background: url("../images/dash.gif");
    background-position: top left;
    background-repeat: repeat-x;
}

.promotionSubNav {
    margin-bottom: 5px;
    margin-left: 50px;
}
.promotionSubNav a {
	font-size: 0.9em;
}

.promotionPageHeading h1 {
    padding-top: 0px;
    margin-top: 0px;
}

.promotionPageHeading div {
	text-align: right;
}

