@charset "UTF-8";

.sidebarPanel {
	/* alignment design */
    float: right;
    /* structure design */
    width: 194px;
}

.sidebarNavSec {
	/* alignment design */
    float: left;
    /* structure design */
    width: 172px;
    margin: 0px 0px 20px 0px;
    padding: 5px;
    /* text design */
    font-size: 70%;
}

.sbNavPrtTitle {
	/* structure design */
    height: 32px;
    border-bottom: 1px dotted #cccccc;
    padding: 0px 0px 10px 0px;
    background: #4c4c4c;
    /* text design */
    color: #ffffff;
    font-size: 0px;
}

.sbNavComTitle {
    background: url('../img/sidebar/company_title.jpg') no-repeat;
}

.sbNavBizPtrTitle {
    background: url('../img/sidebar/biz_ptr_title.jpg') no-repeat;
}

.sbNavProfileTitle {
    background: url('../img/sidebar/profile_title.jpg') no-repeat;
}


.sbNavSupportTitle {
    background: url('../img/sidebar/support_title.jpg') no-repeat;
}


.sbNavProductTitle {
    background: url('../img/sidebar/product_title.jpg') no-repeat;
}

.sbNavContactSupp {
    background: url('../img/sidebar/navi_contact.jpg') no-repeat;
}

.sbNavProductSupp {
    background: url('../img/sidebar/navi_product.jpg') no-repeat;
}

.sbNavDownload {
    background: url('../img/sidebar/navi_download.jpg') no-repeat;
}
/** toturial/guide navi **/
.sbNavProductV25Supp {	
    background: url('../img/sidebar/navi_v25_short.jpg') no-repeat;
}

.sbNavGeneraltSupp {
    background: url('../img/sidebar/navi_general.jpg') no-repeat;
}

.sbNavOtherProduct {
    background: url('../img/sidebar/navi_other.jpg') no-repeat;
}
/** end **/
.sbNavBuyTitle {
	/* structure design */
    background: url('../img/sidebar/buy_title.jpg') no-repeat;
}

.sbNavContactTitle {
	/* structure design */
    background: url('../img/sidebar/contact_title.jpg') no-repeat;
}

.sbNavIdeaTitle {
	/* structure design */
    background: url('../img/sidebar/idea_title.jpg') no-repeat;
}


.sbNavFeedTitle {
	/* structure design */
    background: url('../img/sidebar/rss_resources_title.jpg') no-repeat;
}

.sidebarNavs li {
	/* structure design */
    margin: 5px 0px 5px 0px;
    border-bottom: 1px dotted #cccccc;
    padding: 0px 0px 0px 3px;
    background: url('../img/sidebar/Feature1_r20_c27.jpg') no-repeat 15px 7px;
}

.sidebarNavCur a, .sidebarNavCur a:visited {
	/* structure design */
    display: block;
    padding: 5px 0px 5px 30px;
    /* text design */
    color: #ff0000;
}

.sidebarNav a, .sidebarNav a:visited {
	/* structure design */
    display: block;
    padding: 5px 0px 5px 30px;
    /* text design */
    color: #333333;
}

.sidebarNavCur a:hover, .sidebarNav a:hover {
	/* navigation design */
    color: #ff6600;
}


/*2011.02.25新增*/
#sidebar_support{
	float: right;
	width: 240px;
	margin: 0;
    border: 1px dotted #cccccc;
    padding: 0;
	}
#sidebar_support h2{
	color: #000000;
	font-weight: bold;
	font-size: 80%;
	float: left;
	width:95%;
	height: 30px;
	line-height:30px;
	vertical-align:middle;
	margin: 0;
    border: 1px dotted #cccccc;
    background:#cccccc;
    padding: 0 0 0 4%;
	}
	
#sidebar_support li{
	font-size: 70%;
	float: left;
	width: 90%;
	height: 20px;
	texr-align: left;
	line-height: 20px;
	vertical-align:middle;
	margin: 1% 5%;
    padding: 0 0 0 10%;
	overflow: hidden;
    background: url('../img/sidebar/Feature1_r20_c27.jpg') no-repeat 4% 50%;
	}
	
#sidebar_support img{
	margin: 0;
    padding: 0;
	border: 0;
	vertical-align:middle;
	}
	
.support_mobile_title {
    background: url('../img/sidebar/navi_mobile_support.jpg') no-repeat;
}

.support_general_title {
    background: url('../img/sidebar/navi_general.jpg') no-repeat;
}

.support_other_title {
    background: url('../img/sidebar/navi_other.jpg') no-repeat;
}
/*2011.03.21新增*/
.support_newsxpresso_title {
	width: 172px;
	height: 32px;
	border: 0;
    background: url('../img/sidebar/navi_newsxpresso_support.jpg') no-repeat;
}

