/* product page */
#tab-questions .content span.question {
	display: block;
	font-weight: bold;
}

#tab-questions .content span.answer {
	display: block;
	margin-top: 10px;
}

#tab-questions .warning ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}


/* sidebar */
#pqsBlockLeft input,
#pqsBlockLeft label,
#pqsBlockLeft textarea {
	margin: 5px 0;
}

#pqsBlockLeft input {
	height: 20px;
	width: 100px;
}

#pqsBlockLeft label {
	display: inline-block;
	width: 46px;
	line-height: 20px;
	padding: 3px 0;
}

#pqsBlockLeft textarea {
	width: 150px;
	height: 120px;
}

#pqsBlockLeft a {
	margin: 0.5em auto;
}

#pqsBlockLeft #pqsView {
	margin: 0;
	display:block;
	text-align: center;
	text-decoration: underline;
}

#pqsBlockLeft #pqsError {
	background-image: none;
	padding: 0;
}

#pqsBlockLeft #pqsError ul {
	list-style-type: none;
	padding: 0;
	text-align: center;
}

#pqsBlockLeft #pqsError ul li {
	font-size: 11px;
	margin: 5px 0;
}

#pqsBlockLeft .attention,
#pqsBlockLeft #pqsSuccess {
	background-image: none;
	padding: 5px 0;
	text-align: center;
	font-size: 11px;
}

#pqsBlockLeft #pqsCaptchaDiv {
	display: inline;
	float: left;
	height: 25px;
	width: 98px;
}

#pqsBlockLeft #pqsSubmitBtn {
	display: inline-block;
	margin: auto;
}

#pqsBlockLeft p.cont {
	text-align: center;
	margin: 5px 0;
}


/* questions page */
#pqQuestionlist ul#qList {
	padding: 0;
}

#pqQuestionlist ul#qList li {
	list-style-type: none;
	margin: 25px 0 0 0;
}

#pqQuestionlist ul#qList li span.question {
	font-size: 14px;
	display: block;
	font-weight: bold;
	color: #005e99;		
}

#pqQuestionlist ul#qList li span.answer {
	margin-top: 5px;
	display: block;
}

#pqQuestionlist #pagination {
	margin: 20px auto;
	float: left;
	left: 50%;
	position: relative;
	
}

#pqQuestionlist #pagination ul {
	float: left;
	position: relative;
	right: 50%;
}

/* // EDIT */


#tab-questions {
    padding: 20px 20px 0;
}
#tab-questions .content, #qList li, #tab-review .content {
    border: 2px dashed rgb(228, 228, 228);
    padding: 5px;
}
input[name="pqCaptcha"] {
    margin: 10px 0;
    width: 150px;
}
#tab-questions .buttons {
    border-width: 0;
    margin: 0;
    padding: 0 !important;
}

#qList li {
    padding: 10px;
}
.question {
    
}
.answer {
    padding-left: 20px;
}
.datetime {
    float: right;
    font-size: 14px;
    color: #B2B2B2;
}
#qForm {
    padding: 10px;
}
#qForm input {
    display: block;
    height: 35px;
    width: 100%;
	font-size: 15px;
	color: rgb(69, 74, 78);
}
#qForm textarea {
    width: 100%;
	font-size: 15px;
	color: rgb(69, 74, 78);
}

#pqQuestionlist ul#qList li span.question {
    color: #005e99;
}
#pqQuestionlist blockquote {
    background: #F0F0F0 none repeat scroll 0 0;
    border-left: 8px solid #7BBD25;
    color: #8d949a;
    font-style: italic;
    line-height: 24px;
    margin: 20px 0;
    padding: 10px 20px;
}

#pqQuestionlist a {
  text-decoration: underline;
}
#pqQuestionlist blockquote::before {
    content: open-quote;
    display: inline-block;
    margin-right: 5px;
}
#pqQuestionlist blockquote::after {
    content: close-quote;
    display: inline-block;
    margin-left: 10px;
}
.pagination.faq {
    margin: 50px 0;
}

#faq-result {
    width: 50%;
}