/* Inrunning Odds - Odds */

/* selector styles */
.selection-bar li{
	float: left;
	list-style: none;
}

.selection-bar{
	height: 29px;
	padding: 9px;
/*	float: right; */
	position:relative;
}
.selection-bar li.back {
    background: url("../images/lava.gif") no-repeat right -30px;
    width: 9px; height: 30px;
    z-index: 8;
    position: absolute;
}
.selection-bar li.back .left {
    background: url("../images/lava.gif") no-repeat top left;
    height: 30px;
    margin-right: 9px; /* 7px is the width of the rounded shape */
}
.selection-bar li a {
    font: bold 12px arial;
    text-decoration: none;
    color: #fff;
    outline: none;
    text-align: center;
    top: 8px;
    text-transform: uppercase;
    letter-spacing: 0;
    z-index: 10;
    display: block;
    float: left;
    height: 30px;
    position: relative;
/*	overflow: hidden; */
    margin: auto;
    padding:0px 7px;    
}
.selection-bar li a:hover, .selection-bar li a:active, .selection-bar li a:visited {
    border: none;
}

.unit-selection-bar{
/*	margin-left:750px; */
}

.tooltip.grey .content-wrapper div.horseinfo {
	width:240px;
}
.tooltip.narrow-viewport .content-wrapper div.horseinfo {
	width:auto;
}
.tooltip.grey .content-wrapper h2 {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 14px;
	color: #5ab4b8;
	margin: 0 0 5px 0;
}
.tooltip.grey .content-wrapper h3 {
	color: #FF982E;
}
.sel-tip-text {
	color: #888888;
	font-weight: normal;
}
.discount-selector{
	margin: auto 6px;
}
.discount-selector .btn{
/*	width:22px;
	height:22px; */
	cursor:pointer;
	display:block;
}
.discount-selector .btn.dec{
}
.discount-selector .val{
	padding: 0px 5px;
	color:#FFFFFF;
    font: bold 12px arial;
}
.width300{
	width:300px;
}

#odds .tbar .textBtn{
	text-transform:uppercase;
	color:#FFFFFF;
	font:bold 12px arial;
	padding:0 7px;
	cursor:pointer;
}