#x {
    background-color: #323232;
    bottom: 0px;
    box-shadow: 0 1px 5px rgba(34, 25, 25, 0.4);
    font-size: 12px;
    padding: 0px;
    position: fixed;
    right: 0;
	width:100%;
    z-index: 991;
}

#x .x-bar {
    color: #ffffff;
    margin: auto;
    padding: 0;
    position: relative;
    text-align: left;
	/* width:800px; */
}

#x .x-bar-content {
    height: 44px !important;
    padding-left: 5px !important;
    padding-right: 18px !important;
}

#x .x-bar-text {

}

#x .x-bar-logo {
    float: left !important;
    height: 35px !important;
    margin: 7px 5px 5px 10px !important;
    width: 35px !important;
}

#x .x-link-text {
    float: left !important;
	margin:3px 10px 3px 3px;
    padding: 8px 0 5px 5px !important;
    /*text-shadow: 1px 1px #50555C;*/
	/*width: 100%;*/
}


#x strong {
    font-weight: bold !important;
}

#x .x-dropdown-text p {
    font-family: Arial !important;
    font-size: 12px !important;
    line-height: 16px !important;
    margin: 20px 0 0 200px !important;
    max-width: 700px !important;
}


#x .x-menu {
    /*height: 44px !important;*/
    margin: 0 !important;
}

#x .x-menu-left {
    /*float: left !important;*/
}

#x .x-menu-right {
    float: right !important;
}

#x ul.x-menu {
	display:inline;
	padding-left:0px;
}

#x .x-menu li {
    display: inline !important;
    /*float: left !important;
    padding: 12px 10px 0 5px !important;*/
}
#x .x-menu li.x-menu-li-sel, #x .x-menu li.x-menu-li-sel:hover {
    background-image: url("furniture/images/arrow_new_down_clicked.png") !important;
}
#x .x-menu li:hover {
    text-decoration:underline;
}

#x .x-menu li a:link, #x .x-menu li a:visited, #x .x-menu li a:active, 
#x .x-link li a:link, #x .x-link li a:visited, #x .x-link li a:active, 
#x .x-link a:link, #x .x-link a:visited, #x .x-link a:active,
a.x-link {
    color: #808080;
	font-size:12px;
	text-decoration: none !important;
}
#x .x-menu li a:hover {
    text-decoration: underline !important;
}

#x #x-allow-button {
    background: url("http://img.weststar.co.uk/furniture/cko_bkg.png") repeat scroll 0 0 #99CC00;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    display: block;
    font-size: 20px;
	font-weight: bold;
    left: 0 !important;
    padding: 10px;
    position: relative !important;
    text-align: center;
    text-shadow: 0 1px #808080;
    top: -11px !important;
    width: 70px;
}

#x .x-h2 {
    color: #8FD2E9;
	display:none;
    font-family: trebuchet ms,Arial,Verdana,Tahoma,sans-serif;
    font-size: 24px;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: left;
}

#x #x-close {
    color: #808080;
    cursor: pointer;
	float:right;
    font-weight: bold;
    font-size: 26px;
	margin:3px;
    padding: 3px;
    position: absolute;
    right: 9px;
    text-align: center;
    top: 3px;
    width: 20px;
}

#x #x-close:hover {
    color: #ffffff;
}

#x .x-clear {
    clear: both;
    height: 1px;
}

#x .x-blue {
    color: #8FD2E9;
	display:inline;
}