#b5_dock {
	bottom: 80px; right: 0px; position: fixed; z-index:999;
}
.open#b5_dock {
	
}
.close#b5_dock {
	
}
#b5_dock .dock_toggle {
	width: 24px; height: 76px; float: left;
}
#b5_dock .dock_toggle a {
	width: 28px; height: 90px; text-indent: -9999px; display: block;
}
.close#b5_dock .dock_toggle a {
	background: url("/resources/images/btn_open.png") no-repeat left top;
}
.open#b5_dock .dock_toggle a {
	background: url("/resources/images/btn_close.png") no-repeat left top;
}
#b5_dock .dock_inner {
	margin: 0px auto; width: 90px; float: left; display: none;
}
#b5_dock .dock_left {
	background: rgb(27, 108, 216); padding: 8px; width: 74px;
}
.close#b5_dock .dock_left {
	
}
#b5_dock .dock_right {
	
}
#b5_dock .product_name {
	width: 488px; text-align: left; color: rgb(255, 255, 255); overflow: hidden; font-size: 14px; font-weight: bold; margin-bottom: 8px; display: none; white-space: nowrap; -ms-text-overflow: ellipsis; -o-text-overflow: ellipsis;
}
#b5_dock .shortcut_links {
	list-style: none; margin: 0px; padding: 0px;
}
#b5_dock .other_links {
	list-style: none; margin: 0px; padding: 0px;
}
#b5_dock .shortcut_links li {
	padding: 1px 0px; width: 74px; height: 50px;
}
#b5_dock .other_links li {
	padding: 1px 0px; width: 74px; height: 50px;
}
#b5_dock .other_links li:last-child {
	height: 63px;
}
#b5_dock .shortcut_links li a {
	width: 74px; height: 50px; text-indent: -9999px; display: block;
}
#b5_dock .shortcut_links li span {
	width: 74px; height: 50px; text-indent: -9999px; display: block;
}
#b5_dock .other_links li a {
	width: 74px; height: 50px; text-indent: -9999px; display: block;
}
#b5_dock .other_links li a:last-child {
	height: 63px;
}
#b5_dock .shortcut_links li a:hover {
	opacity: 0.8;
}
#b5_dock .other_links li a:hover {
	opacity: 0.8;
}
#b5_dock .shortcut_links li.catalog a {
	background: url("/resources/images/btn_catalog.png") no-repeat left top;
}
#b5_dock .shortcut_links li.catalog span {
	background-image: url("/resources/images/btn_catalog_disable.png");
}
#b5_dock .shortcut_links li.manual a {
	background: url("/resources/images/btn_manual.png") no-repeat left top;
}
#b5_dock .shortcut_links li.manual span {
	background-image: url("/resources/images/btn_manual_disable.png");
}
#b5_dock .shortcut_links li.cad a {
	background: url("/resources/images/btn_cad.png") no-repeat left top;
}
#b5_dock .shortcut_links li.cad span {
	background-image: url("/resources/images/btn_cad_disable.png");
}
#b5_dock .shortcut_links li.software a {
	background: url("/resources/images/btn_software.png") no-repeat left top;
}
#b5_dock .shortcut_links li.software span {
	background-image: url("/resources/images/btn_software_disable.png");
}
#b5_dock .other_links {
	background: rgb(79, 149, 242); padding: 8px; text-align: right; display: inline-block;
}
#b5_dock .other_links li {
	text-align: left;
}
#b5_dock .other_links li.disable {
	display: none;
}
#b5_dock .other_links li.checkout a {
	background: url("/resources/images/btn_checkout.png") no-repeat left top;
}
#b5_dock .other_links li.contact a {
	background: url("/resources/images/btn_contact.png") no-repeat left top;
}
#b5_dock .other_links li.add_catalog a {
	background: url("/resources/images/btn_add_catalog.png") no-repeat left top;
}
@media print
{
#b5_dock {
	display: none;
}
}
