/*
*   Q2A Market Elegant Responsive Theme
*
*   Theme Stylesheet
*   File: ie8.css
*   
*   @author         Q2A Market
*   @category       Theme
*   @Version:       1.11
*   @author URL:    http://www.q2amarket.com
*   
*   @Q2A Version    1.6
*
*/
img{
	border:none;
	max-width: 100%;
	width:auto;
	height: auto !important;
}
#qa-login-bar {
    background: #222;
    border-bottom: 1px solid #5B5B5B;
    bottom: auto;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.4);
    height: 32px;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
	min-width:1000px;
}
#qa-register, #qa-login {
    background-attachment: scroll, scroll;
    background-clip: border-box, border-box;
    background: url("images/login.png") #F95C32;
    background-origin: padding-box, padding-box;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto auto, auto auto;
    border: 0 none;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    height: 28px;
    line-height: 28px;
    padding: 0 10px 0 24px;
    text-transform: uppercase;
}
.qa-header {
    height: auto;
    margin: 0 auto;
    max-width: 1000px;
    padding: 10px 0;
    width: 100%;
}
.qa-logo img, .header-banner img{
	max-width: 100%;
	width:auto;
	height: auto;
}
.qa-titles {
    margin: 0 auto;
    width: 1000px;
}
.qa-body-wrapper {
	min-width:1000px;
	width:auto;
	text-align:left;
	margin:0 auto;
	padding-top: 32px;
	overflow: visible;
}
.qa-main-wrapper {
    background:#FFFFFF;
    margin: 0 auto;
    padding: 0;
    width: 1000px;
}

.qa-main {
    clear: left;
    float: left;
    margin: 0;
    overflow: hidden;
    padding: 10px;
    width: 75%;
}

.qa-sidepanel {
    float: right;
    min-height: 80px;
    padding: 0;
    width: 25%;
}