 /*
 * Sticklr v1.2
 * Sticky Side Panel CSS + jQuery Plugin
 *
 * Copyright 2011 amatyr4n
 * http://codecanyon.net/user/amatyr4n
 *
 * licensed under Envato licenses
 * http://wiki.envato.com/support/legal-terms/licensing-terms/
 */
 
.sticklr, 
.sticklr * {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-family: Helvetica, Ubuntu, Arial, sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: #555;
    vertical-align: baseline;
}

.sticklr, 
.sticklr > li > ul {
    list-style-type: none;
}

.sticklr {
	position: fixed;
	top: 40%;
	left: 0;
	background-color: #f7f7f7;
	background-color: rgba(240, 240, 240, 0.95);
	border: 1px solid #b7b7b7;
	border-left: none;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	box-shadow: 0 0 3px #ccc;
	-moz-box-shadow: 0 0 3px #ccc;
	-webkit-box-shadow: 0 0 3px #ccc;
	box-shadow: 0 0 3px rgba(24, 24, 24, 0.25);
	-moz-box-shadow: 0 0 3px rgba(24, 24, 24, 0.25);
	-webkit-box-shadow: 0 0 3px rgba(24, 24, 24, 0.25);
	width: 50px;
	overflow: visible;
	z-index: 8888;
	/* all ie css fallback */
	top: 0\9;
	/* <ie7 css fallback */
	background-color: #f7f7f7 !ie;
}

.sticklr-right {
    left: auto;
    right: 0;
    border-right: none;
    border-left: 1px solid #b7b7b7;
}

.sticklr > li {
    position: relative;
}

.sticklr > li > a {
	display: block;
	width: 42px;
	height: 16px;
	padding: 4px;
	background-color: #f0f0f0;
	background-color: rgba(240, 240, 240, 0.1);
	background-position: 4px 4px;
	background-repeat: no-repeat;
}

.sticklr > li {
	border-bottom: 1px solid #f7f7f7;
	border-right: 1px solid #f7f7f7;
	border-top: 1px solid #ccc;
	height: 25px;
}

.sticklr > li:first-child {
    border-top: 1px solid #f7f7f7;
}

.sticklr > li:last-child {
    border-bottom: 1px solid #f7f7f7;
}

.sticklr > li > a:hover {
    background-color: #eaeaea;
}

.sticklr > li > ul {
    display: none;
    position: absolute;
    left: 25px;
    top: -2px;
    width: 180px;
    overflow: hidden;
    background-color: #f7f7f7;
    background-color: rgba(240, 240, 240, 0.95);
    border: 1px solid #b7b7b7;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    box-shadow: 0 0 3px #ccc;
    -moz-box-shadow: 0 0 3px #ccc;
    -webkit-box-shadow: 0 0 3px #ccc;
    box-shadow: 0 0 3px rgba(24, 24, 24, 0.25);
    -moz-box-shadow: 0 0 3px rgba(24, 24, 24, 0.25);
    -webkit-box-shadow: 0 0 3px rgba(24, 24, 24, 0.25);
    z-index: 95;

    /* ie css fallback */
	position: static\9;
	margin-top: -25px\9;
	margin-bottom: 25px\9;
	margin-left: 50px\9;
	float: left\9;
	/* <ie7 css fallback */
	background-color: #f7f7f7 !ie;
}

.sticklr-right > li > ul {
    left: auto;
    right: 25px;
}

.sticklr > li > ul:nth-child(3) {
    left: 206px; /* (180px * 1) + 26px */
}

.sticklr > li > ul:nth-child(4) {
    left: 387px; /* (180px * 2) + 27px */
}

.sticklr > li > ul:nth-child(5) {
    left: 568px; /* (180px * 3) + 28px */
}

.sticklr > li > ul:nth-child(6) {
    left: 749px; /* (180px * 4) + 29px */
}

.sticklr > li > ul:nth-child(7) {
    left: 930px; /* (180px * 5) + 30px */
}

.sticklr-right > li > ul:nth-child(3) {
    left: auto;
    right: 206px;
}

.sticklr-right > li > ul:nth-child(4) {
    left: auto;
    right: 387px;
}

.sticklr-right > li > ul:nth-child(5) {
    left: auto;
    right: 568px;
}

.sticklr-right > li > ul:nth-child(6) {
    left: auto;
    right: 749px;
}

.sticklr-right > li > ul:nth-child(7) {
    left: auto;
    right: 930px;
}

.sticklr > li:hover > ul {
    display: block;
}

.sticklr.sticklr-js > li:hover > ul {
    display: none;
}

.sticklr > li > ul > li {
    border-top: 1px solid #f7f7f7;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #f7f7f7;
    min-width: 180px;

    /* <ie7 css fallback */
	border: none !ie;
}

.sticklr > li > ul > li:first-child {
    border-top: 1px solid #f7f7f7;
}

.sticklr > li > ul > li:last-child {
    border-bottom: 1px solid #f7f7f7;
}

.sticklr > li > ul > li:hover {
    border-top: 1px solid transparent;
}

.sticklr > li > ul > li > a {
	display: block;
	background-color: #f0f0f0;
	background-color: rgba(240, 240, 240, 0.1);
	background-position: 10px;
	background-repeat: no-repeat;
	color: #555;
	min-height: 20px;
	text-decoration: none;
	text-shadow: 1px 1px 1px #fff;
	white-space: nowrap;
	padding-top: 14px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 0px;

}
.sticklr > li > ul > li  {
	text-align: left;
}
.sticklr > li > ul > li > a:hover {
    background-color: #f4f4f4;
}

.sticklr > li > ul > li.sticklr-title {
	background-color: #ccc;
	background-image: -webkit-linear-gradient(#e6e6e6, #ccc);
	background-image: -moz-linear-gradient(#e6e6e6, #ccc);
	background-image: -o-linear-gradient(#e6e6e6, #ccc);
	border-top: 1px solid #f7f7f7;
	border-bottom: 1px solid #b7b7b7;
	text-align: left;
	position: relative;
}
.sticklr > li > ul > li.sticklr-title img {
	position: absolute;
	left: 4px;
	top: 2px;
}

.sticklr > li > ul > li.sticklr-title > a {
    padding-left: 10px;
    background-color: #e6e6e6;
    background-color: rgba(240, 240, 240, 0.1);
    cursor: default;
    font-weight: bold;
}

.sticklr > li > ul > li.sticklr-title > a:hover {
    background-color: #e6e6e6;
    background-color: rgba(240, 240, 240, 0.1);
}



.sticklr > li > ul > li > form {
}


.sticklr > li > ul > li select, 
.sticklr > li > ul > li textarea,
.sticklr > li > ul > li button  {
    margin: 4px 0;
    padding: 4px;
}



.sticklr > li > ul > li textarea {
    border: 1px solid #ccc;
    box-shadow: inset 0 0 3px #ccc;
    -moz-box-shadow: inset 0 0 3px #ccc;
    -webkit-box-shadow: inset 0 0 3px #ccc;

    width: auto;
}

.sticklr > li > ul > li input[type="submit"] {
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    box-shadow: 0 0 3px #ccc;
    -moz-box-shadow: 0 0 3px #ccc;
    -webkit-box-shadow: 0 0 3px #ccc;
}


.sticklr-arrow {
    position: absolute;
    left: 25px;
    top: 8px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #b7b7b7;
    border-right: none;
}

.sticklr-right .sticklr-arrow {
	left: auto;
	right: 50px;
	border-right: 5px solid #b7b7b7;
	border-left: none;
}

/* icons */


.icon-language {
	background-image: url('img/pc.de/language.png');
}
.icon-tw {
	background-image: url('img/pc.de/_TW.png');
}
.icon-ch {
	background-image: url('img/pc.de/_CH.png');
}
.icon-en {
	background-image: url('img/pc.de/_EN.png');
}
.icon-font {
	background-image: url('img/pc.de/font.png');
}
.icon-ez {
	background-image: url('img/pc.de/_ez.png');
}



.icon-co-save {
	background-image: url('img/pc.de/_save.png');

}
.icon-co-bg {
	background-image: url('img/pc.de/_c_bg.png');
}
.icon-co-bg2 {
	background-image: url('img/pc.de/_c_bg2.png');
}
.icon-co-left-member {
	background-image: url('img/pc.de/_c_left_member.png');
}
.icon-co-left-product {
	background-image: url('img/pc.de/_c_left_product.png');
}
.icon-co-left-news {
	background-image: url('img/pc.de/_c_left_news.png');
}
.icon-co-left-search {
	background-image: url('img/pc.de/_c_left_search.png');
}
.icon-co-left-vote {
	background-image: url('img/pc.de/_c_left_vote.png');
}
.icon-co-top {
	background-image: url('img/pc.de/_c_top.png');
}
.icon-co-left {
	background-image: url('img/pc.de/_c_left.png');
}
.icon-co-right {
	background-image: url('img/pc.de/_c_right.png');
}
.icon-co-co {
	background-image: url('img/pc.de/_c_co.png');
}
.icon-co-co-table {
	background-image: url('img/pc.de/_c_co_table.png');
}
.icon-co-co-input {
	background-image: url('img/pc.de/_c_co_input.png');
}
.icon-co-down {
	background-image: url('img/pc.de/_c_down.png');
}

/*----------首頁專用------------*/
.icon-co-homepage-service {
	background-image: url('img/pc.de/_homepage_service.png');
}
.icon-co-homepage-contact {
	background-image: url('img/pc.de/_homepage_contact.png');
}

.icon-co-homepage-news {
	background-image: url('img/pc.de/_homepage_news.png');
}
.icon-co-homepage-about {
	background-image: url('img/pc.de/_homepage_about.png');
}
.icon-co-homepage-product-new {
	background-image: url('img/pc.de/_homepage_product_new.png');
}
.icon-co-homepage-product-hot {
	background-image: url('img/pc.de/_homepage_product_hot.png');
}

/*----------其它------------*/
.icon-menu {
    background-image: url('img/pc.de/_homepage_menu.png');
}
.icon-gotoheader {
    background-image: url('img/pc.de/_homepage_gotoheader.png');
}
.icon-counter {
    background-image: url('img/pc.de/_c_counter.png');
}
.icon-zoom {
    background-image: url('img/pc.de/zoom.png');
}

.icon-tag {
    background-image: url('img/pc.de/tag.png');
}

.icon-sitemap {
    background-image: url('img/pc.de/sitemap.png');
}

.icon-calendar {
    background-image: url('img/pc.de/calendar.png');
}

.icon-delicious {
    background-image: url('img/pc.de/delicious.png');
}

.icon-email {
    background-image: url('img/pc.de/email.png');
}

.icon-login {
    background-image: url('img/pc.de/login.png');
}

.icon-twitter {
    background-image: url('img/pc.de/twitter.png');
}

.icon-user {
    background-image: url('img/pc.de/user.png');
}

.icon-amazon {
    background-image: url('img/icondock/amazon.png');
}

.icon-dribbble {
    background-image: url('img/icondock/dribbble.png');
}

.icon-facebook {
    background-image: url('img/icondock/facebook.png');
}

.icon-flickr {
    background-image: url('img/icondock/flickr.png');
}

.icon-google {
    background-image: url('img/icondock/google.png');
}

.icon-lastfm {
    background-image: url('img/icondock/lastfm.png');
}

.icon-reddit {
    background-image: url('img/icondock/reddit.png');
}

.icon-technorati {
    background-image: url('img/icondock/technorati.png');
}

.icon-yahoo {
    background-image: url('img/icondock/yahoo.png');
}
