/* =toolbar
-------------------------------------------------------------- */
#toolbar {height: 26px;background: url(/v8/global/images/toolbar/toolbar-bg-default.png) repeat-x 0 0;}
#toolbar a {color:#333;}
/* =toolbarBtns
-------------------------------------------------------------- */
#btnBegin {float: left;height: 26px;width: 26px;background: url(/v8/global/images/toolbar/toolbar-btn-begin-default.png) no-repeat 0 0;}
#actionBtn {float: left;height: 26px;padding-top:5px;background: url(/v8/global/images/toolbar/toolbar-btn-bg-default.png) repeat-x 0 0;}
#actionBtn a {text-decoration: none;}
#btnEnd {float: left;height: 26px;width: 26px;background: url(/v8/global/images/toolbar/toolbar-btn-end-default.png) no-repeat 100% 0;}
#btns {float: right;}
#btns:after {display:block;clear: right;content: ".";height: 0;visibility: hidden;}
/* =tabs
-------------------------------------------------------------- */
#actionBtn a {cursor:pointer;padding:0 0 0 20px;padding:0 5px 0 20px;background:transparent url(/v8/global/images/toolbar/toolbar-btn-icon-default.png) no-repeat 0 50%;}
#actionBtn a:hover {background-position: -350px 50%;}
#tbxChatImg {position:absolute;left:-5000em;visibility:hidden;}/* =don't change this without talking to JH */

/* =model carousel handling
-------------------------------------------------------------- */
#toobarTools {display:none;height:220px;margin:0;border-top:1px solid #fefefe;background-color:#fff;/* border for IE */}
#toobarTools.callTool {height:400px;margin:0 auto;}
#toobarTools.chatTool {height:300px;margin:0 auto;}
#toobarTools .modelsCarousel {height:220px;margin:0;padding:0;}
.carouselIndicator {position:relative;top:43%;}
#carouselWrap embed {display:inline;}/* =overcomes a curved carbuilder conflict */
#toolbar #cfac {height:395px;margin:0 auto;padding:0;}
/* =ie 7 patches
-------------------------------------------------------------- */
	*+html #btns {min-height:1px;}
	/* i6 patches in separate file due to png handling*/