ul.sidebar_toprow {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}

ul.tab_toprow, ul.tab_nextrow {
	list-style: none;
	margin: 0;
	padding: 0px;
	padding-bottom: 2px;
}

ul.tab_toprow a,ul.tab_nextrow a {
	font-size: 8pt;
	font-weight: 100;
}

ul.tab_nextrow {
	padding-top: 3px;
	margin-bottom: 4px;
}

.tab_toprow li {
	display: inline;
	padding: 0;
}
.tab_toprow_selected:before {
}
.tab_toprow_selected:after {
}

.tab_toprow li a {/*
	padding-left: 15px;
	padding-right: 15px; */
	margin-right: 5px;
	padding: 2px 14px 2px 14px;
}

.tab_nextrow li {
	display: inline;
	padding-left: 3px;
	padding-right: 3px;
}

.tab_nextrow li a {
	padding: 2px 2px 2px 2px;
	color: inherit;
	background-color: inherit;
}

.tab_nextrow_selected:before {
}
.tab_nextrow_selected:after {
}

TABLE.merchList {
	width: 100%;
}
TABLE.merchList .merchItem {
	border: none;
	text-align: left;
	font-size: 8pt;
	height: 140px;
	padding: 5px;
	margin: 2px;
}
TABLE.merchList TD {
	width: 25%;
}
.merchItem A {
	font-size: inherit;
}

.relatedOffers {
	border:1px dashed;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	margin:20px auto 20px auto;
	width:425px;
}

.relatedTitle h2 {
	margin-top:0;
	font-size:12px;
}

.strength0 {
	height:5px;
	display:block;
	float:left;
	width:40px;
	background:#cccccc;
}

.strength1 {
	height:5px;
	display:block;
	float:left;
	width:40px;
	background:#FF8080;
}

.strength2 {
	height:5px;
	display:block;
	float:left;
	width:40px;    
	background:#FF8080;
}

.strength3 {
	height:5px;
	display:block;
	float:left;
	width:40px;
	background:#FF8080;
}

.strength4 {
	height:5px;
	display:block;
	float:left;
	background:#FFFF80;
	width:40px;
}

.strength5 {
	height:5px;
	display:block;
	float:left;
	background:#80FF80;
	width:40px;
}
body#signin-page .signin-container {
	margin: 1em 0 2em;
}

body#signin-page .signin-container .constrain {
	width: 70%;
	margin: auto;
	padding: 1em 1em 2em;
	border: 1px solid;
}

body#signin-page #passwordless-order-lookup .error,
body#signin-page #passwordless-item-lookup .error {
	visibility: hidden;
	float: right;
	margin-right: 2em;
	color: #f2080d;
}

/* eventCategories */
div#eventCategories{
    padding:0 0 20px 0; 
    text-align:center; margin:0; 
    text-transform: capitalize; 
    padding: 5px;
}
div#eventCategories a {
    font-size: 14pt;
    height: auto;
    margin: 0 5px 10px;
    width: 110px;
    padding: 123px 10px 0;
    text-decoration: none;
    opacity: .25;
    filter: alpha(opacity=25); /* IE 7 and Earlier */
    /* Next 2 lines IE8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
    display:inline-block;
    background-position:center top; 
    background-repeat:no-repeat;
    font-weight:bold;
    outline:none;
}
div#eventCategories a:hover{
    opacity: .5;
    filter: alpha(opacity=50); /* IE 7 and Earlier */
    /* Next 2 lines IE8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}
div#eventCategories a.active {
    background-repeat:no-repeat;
    color:#fff;
    text-transform: uppercase;
    text-decoration: none;
    background-position: center top;
    opacity: 1;
    filter: alpha(opacity=100); /* IE 7 and Earlier */
    /* Next 2 lines IE8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
div#eventCategoriesChildren a {
    display:none;
    font-size: 12pt;
    width:auto;
    height: 18px;
    padding: 10px;
    outline:none;
    position: relative;
    float:left;
}
* + html div#eventCategoriesChildren a {
    padding-bottom: 17px;
}
div#eventCategoriesChildren {
    margin-top:10px;
    margin-bottom: 10px;
    position:relative;
    left:-50%;
    float:right;
    clear:both;
}
div#childrenWrapper {
    float:left;
    position:relative;
    left:50%;
}
div#lookingFor {
    font-size: 16pt;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    color: #fff;
}
#eventCategories a > span {
    white-space: nowrap;
    position: relative;
    top: 0;
}
#eventCategoriesChildren a.active {
    background-color: #FFFFFF;
}
#eventCategoriesChildren a > span {
    top: 0;
}
#eventCategoriesChildren a.active > span {
    color: #9E9E9E;
}
.arrow-down {
    width: 0; 
    height: 0; 
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    display: none;
}
#eventCategoriesChildren a.active > span.arrow-down {
    display: inline-block;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    top: 37px;
}
/* /eventCategories */

.oauth_signin, .oauth_or {
    text-align:center;
    display:block;
    margin-top:5px;
    font-size:1.5em;
}
TABLE.bigForm TD A.oauth_signin {
    width:200px;
    margin:auto;
    padding:5px;
}