﻿/* Ask an Expert
----------------------------------------*/
ul.sidebar-askexpert {
	margin-bottom: 20px;
	/*height: 170px;*/
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	background-image: url(../images/askexpert-us.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
ul.askexpert-jp {
	background-image: url(../images/askexpert-jp.jpg);
}
ul.askexpert-kr {
	background-image: url(../images/chat_bg_kr.jpg);
    background-position: right 110px;
    height:195px;
}
ul.askexpert-tw {
	background-image: url(../images/askexpert-tw.jpg);
}
ul.sidebar-askexpert li {
	list-style: none;
	margin: 0 5px 5px 5px;
	line-height: 16px;
}
ul.sidebar-askexpert li a {
	font-size: 12px;
	display: block;
	padding-left: 22px;
}
ul.sidebar-askexpert li.askexpert-title {
	margin: 0px 0px 10px 0px;
	font-weight: bold;
	background: #f3f3f3;
	text-align: center;
	/*line-height: 27px;*/	
	padding: 5px;	
}
ul.sidebar-askexpert li.askexpert-tollfree {
	padding-top: 5px;
	margin-bottom: 0px;
	/*font-size: 11px;*/
}
ul.sidebar-askexpert li.askexpert-chat {
	background: url(../images/askexpert-chat.gif) no-repeat;	
}
ul.sidebar-askexpert li.askexpert-callback {
	background: url(../images/askexpert-callback.gif) no-repeat;
}
ul.sidebar-askexpert li.askexpert-quote {
	background: url(../images/askexpert-quote.gif) no-repeat;
	margin-right: 45px;
}
ul.sidebar-askexpert li.askexpert-register {
	background: url(../images/askexpert-register.gif) no-repeat;
	margin-right: 45px;	
}
ul.sidebar-askexpert li.askexpert-more {
	background: url(../images/askexpert-more.gif) no-repeat;
	margin-right: 45px;	
}
/* ---------- Pads / Smartphones ---------- */
@media screen and (max-width: 768px) {

}
@media screen and (max-width: 480px) {

}