/*
    Document   : global
    Created on : 2013/5/3, 下午 04:35:32
    Author     : yoching
    Description:
        Purpose of the stylesheet follows.
*/

@charset "utf-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    /*vertical-align: baseline;*/
    background: transparent;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    /*line-height: 1;
    font-size: 12px;*/
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}


/*
以下非重置處理
*/

/* 按鍵美化處理 */
.btn{
    display:inline-block;
    text-decoration:none;
    font-size:14px;
    font-weight:bold;
    color:#fff;
    color:rgba(255,255,255,1);
    padding:0.5em 1em;
    cursor: pointer;
}
.minbtn{
    display:inline-block;
    text-decoration:none;
    font-size:13px;
    font-weight:bold;
    color:#fff;
    color:rgba(255,255,255,1);
    padding:2px 4px;
    margin:8px 3px;
    cursor: pointer;
}
.solid{
    border-style:solid;
    border-width:1px;
    border-radius:4px;
    box-shadow:0 1px 1px rgba(255,255,255,0.5) inset;
}
.solid:hover{
    box-shadow:0 1px 1px rgba(255,255,255,0.5) inset,0 0 2px rgba(0,0,0,0.2);
    opacity:0.9;
}
.solid:active{
    box-shadow:0px 0px 6px 0px rgba(0,0,0,0.4) inset;
    opacity:1;
    color:rgba(255,255,255,0.5);
}
.red,.btncol_red{
    background:#da4d42;
    background:rgba(218,77,66,1);
    border-color:#a44f36;
    border-color:rgba(164,79,54,1);
}
.blue,.btncol_blue{
    background:#4297da;
    background:rgba(66,151,218,1);
    border-color:#3663a4;
    border-color:rgba(54,99,164,1);
}
.green,.btncol_green{
    background:#95da42;
    background:rgba(149,218,66,1);
    border-color:#61a436;
    border-color:rgba(97,164,54,1);
    color:#000;
}
.grey,.btncol_grey{
    background:#f2f2f2;
    background:rgba(0,0,0,0.05);
    border-color:#eee;
    border-color:rgba(0,0,0,0.05);
    color:#999;
    color:rgba(0,0,0,0.5);
}
.grey:active,.btncol_grey:active{
    box-shadow:0px 0px 6px 0px rgba(0,0,0,0.1) inset;
    opacity: 1;
    color:rgba(0,0,0,0.2);
}
.black,.btncol_black {
    background: #464646;
    background: rgba(70,70,70,1);
    border-color: #353535;
    border-color: rgba(53,53,53,1);
}
.yellow,.btncol_yellow {
    background: #ffba00;
    background: rgba(255,186,2,1);
    border-color: #ffab00;
    border-color: rgba(255,171,2,1);
}
.purple,.btncol_purple {
    background: #63468f;
    background: rgba(90,70,143,1);
    border-color: #583d7f;
    border-color: rgba(88,61,127,1);
}
.deepblue,.btncol_deepblue {
    background: #3f5b95;
    background: rgba(63,91,149,1);
    border-color: #364e7f;
    border-color: rgba(54,78,127,1);
}


/* 按鍵美化處理end*/


.hide,.selhide{
    display: none;
}
/*強制hide*/
.s_hide{
    display: none !important;
}

fieldset {
    padding:10px;
    margin:10px;
    /*width:270px;*/
    color:#333;
    border:#06c dashed 1px;
}



/*說明文字*/
.help_txt{
    color : #c00;
}

/*浮動div*/
.tip{
    position:absolute;
    border:1px solid #333;
    background:#f7f5d1;
    padding:5px;
    z-index: 9999;
    color:#333;
    display:none;
}

/*無邊框輸入*/
.input_nolink{
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-top-color: #000;
    border-right-color: #000;
    border-bottom-color: #000;
    border-left-color: #000;
    font-size: 16px;
    width: auto;
}


.tablestyle {
    line-height: 24px;
}



/*------------------------2014/06/11 吉米加入admin.css內容---------------------------*/
.remindmearrived {
    display:inline-block;
    text-decoration:none;
    cursor: pointer;
    background: #fff789;
    color: #000;
    padding: 10px 20px;
    -moz-box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.5);
    -webkit-box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.5);
    box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.5);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

* html { font-size: 100%; }

html { font-size: 16px; line-height: 24px; }

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ========================================================================== HTML5 display definitions ========================================================================== */
/** Correct `block` display not defined in IE 8/9. */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }

/** Correct `inline-block` display not defined in IE 8/9. */
audio, canvas, video { display: inline-block; }

/** Prevent modern browsers from displaying `audio` without controls. Remove excess height in iOS 5 devices. */
audio:not([controls]) { display: none; height: 0; }

/** Address `[hidden]` styling not present in IE 8/9. Hide the `template` element in IE, Safari, and Firefox < 22. */
[hidden], template { display: none; }

/* ========================================================================== Base ========================================================================== */
/** 1. Set default font family to sans-serif. 2. Prevent iOS text size adjust after orientation change, without disabling user zoom. */
html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ }

/** Remove default margin. */
body { margin: 0; background: black url('https://static.pirates.com.tw/images/site-bg.jpg');font-family: "Helvetica Neue", Arial, Helvetica, "LiHei Pro", "Heiti TC", "Microsoft JhengHei", sans-serif;}

/* ========================================================================== Links ========================================================================== */
/** Remove the gray background color from active links in IE 10. */
a { background: transparent; }

/** Address `outline` inconsistency between Chrome and other browsers. */
a:focus { outline: thin dotted; }

/** Improve readability when focused and also mouse hovered in all browsers. */
a:active, a:hover { outline: 0; }

/* ========================================================================== Typography ========================================================================== */
/** Address variable `h1` font-size and margin within `section` and `article` contexts in Firefox 4+, Safari 5, and Chrome. */
h1 { font-size: 2em; margin: 0.67em 0; }

/** Address styling not present in IE 8/9, Safari 5, and Chrome. */
abbr[title] { border-bottom: 1px dotted; }

/** Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome. */
b, strong { font-weight: bold; }

/** Address styling not present in Safari 5 and Chrome. */
dfn { font-style: italic; }

/** Address differences between Firefox and other browsers. */
hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; }

/** Address styling not present in IE 8/9. */
mark { background: #ff0; color: #000; }

/** Correct font family set oddly in Safari 5 and Chrome. */
code, kbd, pre, samp { font-family: monospace, serif; font-size: 1em; }

/** Improve readability of pre-formatted text in all browsers. */
pre { white-space: pre-wrap; }

/** Set consistent quote types. */
q { quotes: "\201C" "\201D" "\2018" "\2019"; }

/** Address inconsistent and variable font size in all browsers. */
small { font-size: 80%; }

/** Prevent `sub` and `sup` affecting `line-height` in all browsers. */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sup { top: -0.5em; }

sub { bottom: -0.25em; }

/* ========================================================================== Embedded content ========================================================================== */
/** Remove border when inside `a` element in IE 8/9. */
img { border: 0; }

/** Correct overflow displayed oddly in IE 9. */
svg:not(:root) { overflow: hidden; }

/* ========================================================================== Figures ========================================================================== */
/** Address margin not present in IE 8/9 and Safari 5. */
figure { margin: 0; }

/* ========================================================================== Forms ========================================================================== */
/** Define consistent border, margin, and padding. */
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }

/** 1. Correct `color` not being inherited in IE 8/9. 2. Remove padding so people aren't caught out if they zero out fieldsets. */
legend { border: 0; /* 1 */ padding: 0; /* 2 */ }

/** 1. Correct font family not being inherited in all browsers. 2. Correct font size not being inherited in all browsers. 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome. */
button, input, select, textarea { font-family: inherit; /* 1 */ font-size: 100%; /* 2 */ margin: 0; /* 3 */ }

/** Address Firefox 4+ setting `line-height` on `input` using `!important` in the UA stylesheet. */
button, input { line-height: normal; }

/** Address inconsistent `text-transform` inheritance for `button` and `select`. All other form control elements do not inherit `text-transform` values. Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+. Correct `select` style inheritance in Firefox 4+ and Opera. */
button, select { text-transform: none; }

/** 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls. 2. Correct inability to style clickable `input` types in iOS. 3. Improve usability and consistency of cursor style between image-type `input` and others. */
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; /* 2 */ cursor: pointer; /* 3 */ }

/** Re-set default cursor for disabled elements. */
button[disabled], html input[disabled] { cursor: default; }

/** 1. Address box sizing set to `content-box` in IE 8/9/10. 2. Remove excess padding in IE 8/9/10. */
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ }

/** 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome. 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome (include `-moz` to future-proof). */
input[type="search"] { -webkit-appearance: textfield; /* 1 */ -moz-box-sizing: content-box; -webkit-box-sizing: content-box; /* 2 */ box-sizing: content-box; }

/** Remove inner padding and search cancel button in Safari 5 and Chrome on OS X. */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/** Remove inner padding and border in Firefox 4+. */
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/** 1. Remove default vertical scrollbar in IE 8/9. 2. Improve readability and alignment in all browsers. */
textarea { overflow: auto; /* 1 */ vertical-align: top; /* 2 */ }

/* ========================================================================== Tables ========================================================================== */
/** Remove most spacing between table cells. */
table { border-collapse: collapse; border-spacing: 0; }

body { font-family: "HelveticaNeue-Light", "Helvetica", "Arial", sans-serif; font-weight: 300; -webkit-text-size-adjust: 100%; text-rendering: optimizeLegibility; }

h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; border: 0; font-size: 32px; line-height: 48px; font-family: "HelveticaNeue-Light", "Helvetica", "Arial", sans-serif; font-weight: 300; }

a { color: #2874ff; text-decoration: none; }
a:hover { text-decoration: underline; }

/*p { margin: 0; padding: 0; border: 0; margin-top: 24px; margin-bottom: 24px; }*/

.content-inner, .container { padding-left: 1.5em; padding-right: 1.5em; margin-left: auto; margin-right: auto; }
.content-inner:after, .container:after { content: ""; display: table; clear: both; }
@media (min-width: 900px) { .content-inner, .container { max-width: 59em; } }

.container-inner { max-width: 42em; margin: 0 auto; }

html, body { height: 100%; }

.wrap { height: 100%; color: #333333; }
.open-menu .wrap { overflow: hidden; }

.header .container { background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #000000), color-stop(100%, #252525)); background: -webkit-linear-gradient(top, #000000, #252525); background: -moz-linear-gradient(top, #000000, #252525); background: -o-linear-gradient(top, #000000, #252525); background: linear-gradient(top, #000000, #252525); }

.logo { text-align: center; line-height: 24px; }
.logo a { display: inline-block; text-indent: -119988px; overflow: hidden; text-align: left; background-image: url('https://static.pirates.com.tw/images/logo-small.png?1396634314'); background-repeat: no-repeat; background-position: 50% 50%; width: 240px; height: 48px; background-image: none, url('https://static.pirates.com.tw/images/logo-small.svg?1396634309'); }
@media (min-width: 900px) { .logo a { text-indent: -119988px; overflow: hidden; text-align: left; background-image: url('https://static.pirates.com.tw/images/logo.png?1396633920'); background-repeat: no-repeat; background-position: 50% 50%; width: 390px; height: 96px; background-image: none, url('https://static.pirates.com.tw/images/logo.svg?1396633927'); } }
@media (min-width: 900px) { .logo { text-align: left; } }

.menu-btn { position: absolute; left: 0; width: 48px; height: 48px; background-color: transparent; border: none; -webkit-transition: background-color 0.5s; -moz-transition: background-color 0.5s; -o-transition: background-color 0.5s; transition: background-color 0.5s; }
.menu-btn:focus { outline: none; }
@media (min-width: 900px) { .menu-btn { display: none; } }
.open-menu .menu-btn { background-color: #8d0101; }

.menu-btn-bar { display: block; width: 24px; height: 2px; margin: auto; opacity: 1; background-color: white; -webkit-transition: -webkit-transform 0.5s, opacity 0.5s; -moz-transition: -moz-transform 0.5s, opacity 0.5s; -o-transition: -o-transform 0.5s, opacity 0.5s; transition: transform 0.5s, opacity 0.5s; }
.menu-btn-bar + .menu-btn-bar { margin-top: 6px; }
.open-menu .menu-btn-bar:first-child { position: absolute; top: 50%; left: 50%; margin: -1px 0 0 -12px; -webkit-transform: rotate(-135deg); -moz-transform: rotate(-135deg); -ms-transform: rotate(-135deg); -o-transform: rotate(-135deg); transform: rotate(-135deg); }
.open-menu .menu-btn-bar:last-child { position: absolute; top: 50%; left: 50%; margin: -1px 0 0 -12px; -webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -ms-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg); }
.open-menu .menu-btn-bar:nth-child(2n) { opacity: 0; }

.menu { position: absolute; top: 0; bottom: 0; z-index: 1; width: 260px; background-color: #333333; }
.menu .nav { list-style: none; margin: 0; padding: 0; border: 0; }
.menu .nav li + li { border-top: 1px solid #4d4d4d; }
.menu .nav a { display: block; padding: 12px; color: white; }
.menu .nav a:hover { text-decoration: none; background-color: #c00101; }
.menu .nav li.active a { background-color: #c00101; }
@media (min-width: 900px) { .menu { position: static; width: auto; margin: 0 auto; max-width: 59em; }
  .menu .nav { float: left; }
  .menu .nav li { float: left; }
  .menu .nav li + li { border-top: none; } }

.main { position: relative; left: 0; z-index: 2; min-height: 100%; background: url('https://static.pirates.com.tw/images/site-bg.jpg'); -webkit-transition: left 0.3s; -moz-transition: left 0.3s; -o-transition: left 0.3s; transition: left 0.3s; }
.open-menu .main { left: 260px; }
@media (min-width: 900px) { .main { position: static; } }

.footer { padding-left: 1.5em; padding-right: 1.5em; margin-left: auto; margin-right: auto; margin-top: 24px; font-size: 14px; text-align: center; }
.footer:after { content: ""; display: table; clear: both; }
@media (min-width: 900px) { .footer { max-width: 59em; } }

.footer-item ul { list-style: none; padding: 0; margin: 0; }
.footer-item ul:after { content: ""; display: table; clear: both; }
.footer-item ul li { display: inline-block; }
.footer-item ul a { color: inherit; text-decoration: inherit; cursor: inherit; display: inline-block; padding: 6px 12px; color: #dedcd3; }
.footer-item ul a:active, .footer-item ul a:focus { outline: none; }
.footer-item ul a:hover { color: white; }
@media (min-width: 600px) { .footer-item ul a { padding: 0 12px; } }

.footer-info { color: #63635c; }
.footer-info a { color: inherit; text-decoration: inherit; cursor: inherit; color: #63635c; }
.footer-info a:active, .footer-info a:focus { outline: none; }
.footer-info a:hover { color: #dedcd3; }

.news .news-content h1, .article h1 { margin-top: 12px; margin-bottom: 12px; font-size: 21px; line-height: 30px; }
.news .news-content h2, .article h2 { margin-top: 12px; margin-bottom: 12px; font-size: 18px; line-height: 24px; }
.news .news-content h4, .article h4 { margin-top: 6px; margin-bottom: 6px; font-size: 14px; line-height: 24px; font-weight: bold; }

.news .news-content ul, .article ul { padding-left: 24px; list-style-image: url(https://static.pirates.com.tw/images/list-star.png); }
.news .news-content img { display: block; max-width: 100%; height: auto; margin: 0 auto; }
@media (min-width: 600px) { .news .news-content h1, .article h1 { font-size: 24px; line-height: 36px; }
  .news .news-content h2, .article h2 { font-size: 21px; line-height: 24px; }

  .news .news-content h4, .article h4 { font-size: 16px; line-height: 24px; font-weight: bold; }
news .news-content ul, .article p, .article ul { font-size: 16px; line-height: 24px; } }

.header-menu { display: none; }

.outside-menu { display: block; overflow-y: scroll; }

@media (min-width: 900px) { .header-menu { display: block; height: 48px; margin: 0 -24px; padding: 0 24px; }
  .outside-menu { display: none; } }
.btn-group { margin-bottom: 24px; text-align: center; }

.btn { margin: 0; padding: 0; border: 0; display: inline-block; padding: 6px 12px; color: white; background-color: #400000; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25); -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25); box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25); -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; }
.btn.large { padding: 12px 24px; font-size: 24px; line-height: 24px; }
.btn:hover { background-color: #640000; }
.btn.primary { background-color: #c00101; }
.btn.primary:hover { background-color: #e40101; }

.btn + .btn { margin-left: 12px; }

.form { margin-bottom: 24px; }
.form .form-row { padding-top: 6px; padding-bottom: 6px; border-bottom: 1px solid #f4f3f0; }
.form .form-row:after { content: ""; display: table; clear: both; }
.form .form-row .label { margin-bottom: 6px; color: #757570; }
.form .form-row a { display: inline-block; }
.form .form-row .input input[type="text"], .form .form-row .input select, .form .form-row .data input[type="text"], .form .form-row .data select { margin-right: 6px; vertical-align: middle; }
.form .form-row .input input[type="radio"], .form .form-row .data input[type="radio"] { margin: 0 6px; }
.form .form-row .input textarea, .form .form-row .data textarea { display: block; max-width: 30em; width: 100%; margin: 6px 0; border-color: #ceccc3; resize: none; }
.form .form-row .important, .form .form-row .note { display: inline-block; font-size: 12px; line-height: 24px; color: #ceccc3; }
.form .form-row .important { color: #c00101; }
@media (min-width: 600px) { .form { margin-bottom: 48px; }
  .form .form-row { padding-top: 12px; padding-bottom: 12px; }
  .form .form-row .label { margin-bottom: 0px; float: left; width: 14%; margin-right: 2%; text-align: right; }
  .form .form-row .input, .form .form-row .data { float: left; width: 84%; } }

.payment-flow { display: none; }
@media (min-width: 900px) { .payment-flow { display: block; margin-top: 24px; margin-bottom: 24px; text-align: center; }
  .payment-flow .flow-step { position: relative; display: inline-block; padding: 12px 24px 12px 36px; color: white; font-size: 16px; line-height: 24px; background-color: #400000; }
  .payment-flow .flow-step:before { content: ""; position: absolute; top: 0; right: -51px; z-index: 1; border: 24px solid transparent; border-left-color: white; }
  .payment-flow .flow-step:after { content: ""; position: absolute; top: 0; right: -48px; z-index: 2; border: 24px solid transparent; border-left-color: #400000; }
  .payment-flow .flow-step:last-child { padding-right: 36px; }
  .payment-flow .flow-step:last-child:before { display: none; }
  .payment-flow .flow-step:last-child:after { display: none; }
  .payment-flow .flow-step.active { background-color: #c00101; }
  .payment-flow .flow-step.active:after { border-left-color: #c00101; }
  .payment-flow .flow-step.finish { color: #400000; background-color: #e1d6be; }
  .payment-flow .flow-step.finish:after { border-left-color: #e1d6be; } }

.table { width: 100%; margin: 24px auto 48px; font-size: 14px; line-height: 24px; border: 1px solid #f4f3f0; }
.table th { display: none; padding: 5px; color: #663300; font-weight: normal; }
.table tr { border-bottom: 1px solid #f4f3f0; }
.table tr:nth-child(odd) { background-color: white; }
.table tr:nth-child(even) { background-color: #f9f7f2; }
.table td { display: block; padding: 5px; }
.table td img { vertical-align: middle; }
.table .order-date:before { content: "è¨‚è³¼æ—¥æœŸï¼š"; color: #663300; }
.table .order-id:before { content: "è¨‚å–®ç·¨è™Ÿï¼š"; color: #663300; }
.table .order-state:before { content: "è¨‚å–®ç‹€æ…‹ï¼š"; color: #663300; }
.table .order-detail:before { content: "è¨‚å–®æ˜Žç´°ï¼š"; color: #663300; }
.table .order-price:before { content: "é‡‘é¡ï¼š"; color: #663300; }
.table .order-payment:before { content: "ä»˜æ¬¾æ–¹å¼ï¼š"; color: #663300; }
.table .order-distribution:before { content: "é…é€ç‹€æ…‹ï¼š"; color: #663300; }
.table .order-name:before { content: "å§“åï¼š"; color: #663300; }
.table .order-phone:before { content: "æ‰‹æ©Ÿï¼š"; color: #663300; }
.table .order-tel:before { content: "å¸‚å…§é›»è©±ï¼š"; color: #663300; }
.table .order-zipcode:before { content: "éƒµéžå€è™Ÿï¼š"; color: #663300; }
.table .order-address:before { content: "å¯„é€åœ°å€ï¼š"; color: #663300; }
.table .invoice-type:before { content: "ç™¼ç¥¨é–‹ç«‹ï¼š"; color: #663300; }
.table .invoice-sn:before { content: "çµ±ä¸€ç·¨è™Ÿï¼š"; color: #663300; }
.table .invoice-company:before { content: "å…¬å¸æŠ¬é ­ï¼š"; color: #663300; }
.table .pay-date:before { content: "ä»˜æ¬¾æ—¥æœŸï¼š"; color: #663300; }
.table .pay-time:before { content: "ä»˜æ¬¾æ™‚é–“ï¼š"; color: #663300; }
.table .pay-type:before { content: "ä»˜æ¬¾æ–¹å¼ï¼š"; color: #663300; }
.table .pay-state:before { content: "ä»˜æ¬¾ç‹€æ…‹ï¼š"; color: #663300; }
.table .pay-money:before { content: "ä»˜æ¬¾é‡‘é¡ï¼š"; color: #663300; }
.table .item-photo:before { content: "ç”¢å“åœ–ï¼š"; color: #663300; }
.table .item-number:before { content: "No.ï¼š"; color: #663300; }
.table .item-name:before { content: "ç”¢å“åç¨±ï¼š"; color: #663300; }
.table .item-amount:before { content: "æ•¸é‡ï¼š"; color: #663300; }
.table .item-price:before { content: "å–®åƒ¹ï¼š"; color: #663300; }
.table .item-total:before { content: "å°è¨ˆï¼š"; color: #663300; }
.table .item-distribution:before { content: "é…é€ç‹€æ…‹ï¼š"; color: #663300; }
.table .item-distribution-date:before { content: "å‡ºè²¨æ—¥æœŸï¼š"; color: #663300; }
@media (min-width: 600px) { .table { font-size: 16px; line-height: 24px; }
  .table.center { text-align: center; }
  .table th, .table td { display: table-cell; }
  .table .order-date:before { display: none; }
  .table .order-id:before { display: none; }
  .table .order-state:before { display: none; }
  .table .order-detail:before { display: none; }
  .table .order-price:before { display: none; }
  .table .order-payment:before { display: none; }
  .table .order-distribution:before { display: none; }
  .table .order-name:before { display: none; }
  .table .order-phone:before { display: none; }
  .table .order-tel:before { display: none; }
  .table .order-zipcode:before { display: none; }
  .table .order-address:before { display: none; }
  .table .invoice-type:before { display: none; }
  .table .invoice-sn:before { display: none; }
  .table .invoice-company:before { display: none; }
  .table .pay-date:before { display: none; }
  .table .pay-time:before { display: none; }
  .table .pay-type:before { display: none; }
  .table .pay-state:before { display: none; }
  .table .pay-money:before { display: none; }
  .table .item-photo { max-width: 130px; }
  .table .item-photo:before { display: none; }
  .table .item-number:before { display: none; }
  .table .item-name:before { display: none; }
  .table .item-amount:before { display: none; }
  .table .item-price:before { display: none; }
  .table .item-total:before { display: none; }
  .table .item-distribution:before { display: none; }
  .table .item-distribution-date:before { display: none; } }

.page-title { margin-top: 12px; margin-bottom: 12px; padding-left: 12px; font-size: 24px; line-height: 24px; border-left: 6px solid #c00101; }

.sub-title { margin-top: 12px; margin-bottom: 12px; padding-bottom: 6px; font-size: 20px; line-height: 24px; border-bottom: 1px solid #f4f3f0; }

.news, .block { margin-bottom: 48px; padding: 12px 18px; background-color: white; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.15); box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.15); }
@media (min-width: 600px) { .news, .block { padding: 24px 36px; } }

.news .date { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin-top: 12px; font-size: 16px; line-height: 24px; border-bottom: 1px solid #f4f3f0; }
@media (min-width: 900px) { .news:after { content: ""; display: table; clear: both; }
  .news .date { float: left; width: 24%; margin-right: 2%; border-bottom: none; border-right: 1px solid #f4f3f0; }
  .news .news-content { float: right; width: 74%; font-size: 16px; line-height: 24px; } }

.product-group { margin-top: 24px; margin-bottom: 24px; border-top: 1px solid #f4f3f0; border-bottom: 1px solid #f4f3f0; }

.product { padding-top: 36px; padding-bottom: 36px; border-bottom: 1px solid #f4f3f0; }
.product:after { content: ""; display: table; clear: both; }
.product .product-photo { margin-bottom: 24px; }
.product .product-photo img { display: block; width: 100%; height: auto; margin: 0 auto; }
.product .product-name { margin-top: 12px; margin-bottom: 12px; font-size: 20px; line-height: 30px; }
.product .product-name a { color: #333333; text-decoration: none; }
.product .product-name a:hover { color: #400000; }
.product .product-time { font-size: 14px; line-height: 24px; }
.product .product-price { float: right; max-width: 200px; color: #c00101; }
.product .product-price .price-number { display: inline-block; font-size: 48px; line-height: 72px; font-weight: bold; text-decoration: line-through; }
@media (min-width: 600px) { .product .product-photo { float: left; width: 24%; margin-bottom: 0; }
  .product .product-photo img { max-width: 100%; }
  .product .product-info { float: right; width: 74%; margin-top: 12px; }
  .product .product-name { max-width: 80%; margin-top: 12px; margin-bottom: 12px; }
  .product .product-time { margin-top: 24px; }
  .product .product-price { margin-top: -60px; } }
@media (min-width: 900px) { .product .product-photo { width: 19%;height: 150px; }
  .product .product-info { width: 79%; margin-top: 18px; }
  .product .product-name { font-size: 24px; line-height: 30px; }
  .product .product-time { font-size: 16px; line-height: 24px; } }


.product2 { padding-top: 36px; padding-bottom: 36px; border-bottom: 1px solid #f4f3f0; }
.product2:after { content: ""; display: table; clear: both; }
.product2 .product-photo { margin-bottom: 24px; }
.product2 .product-photo img { display: block; width: 100%; height: auto; margin: 0 auto; }
.product2 .product-name { margin-top: 12px; margin-bottom: 12px; font-size: 20px; line-height: 30px; }
.product2 .product-name a { color: #333333; text-decoration: none; }
.product2 .product-name a:hover { color: #400000; }
.product2 .product-time { font-size: 14px; line-height: 24px; }
.product2 .product-price { float: right; max-width: 200px; color: #c00101; }
.product2 .product-price .price-number { display: inline-block; font-size: 48px; line-height: 72px; font-weight: bold; text-decoration: line-through; }
@media (min-width: 600px) { .product2 .product-photo { float: left; width: 24%; margin-bottom: 0; }
  .product2 .product-photo img { max-width: 100%; }
  .product2 .product-info { float: right; width: 74%; margin-top: 12px; }
  .product2 .product-name { max-width: 80%; margin-top: 12px; margin-bottom: 12px; }
  .product2 .product-time { margin-top: 24px; }
  .product2 .product-price { margin-top: -60px; } }
@media (min-width: 900px) { .product2 .product-photo { width: 19%;height: 150px; }
  .product2 .product-info { width: 79%; margin-top: 18px; }
  .product2 .product-name { font-size: 24px; line-height: 30px; }
  .product2 .product-time { font-size: 16px; line-height: 24px; } }


.price-del2 { display: inline-block; font-weight: bold; text-decoration: line-through; }


.review { margin-top: 24px; margin-bottom: 144px; }
.review:after { content: ""; display: table; clear: both; }
.review.in-detail { margin-bottom: 24px; }
.review .review-item { padding-bottom: 18px; border-bottom: 1px solid #f4f3f0; }
.review .review-item:after { content: ""; display: table; clear: both; }
.review .item-photo img { width: 100%; height: auto; }
.review .item-name { margin-top: 18px; margin-bottom: 12px; font-size: 18px; line-height: 30px; }
.review .item-name a { color: #333333; }
.review .review-score { font-size: 14px; line-height: 24px; }
.review .score-total { margin-bottom: 24px; font-size: 16px; line-height: 24px; }
.review .score-detail ul { list-style: none; margin: 0; padding: 0; }
.review .score-detail .count { display: inline-block; width: 24px; text-align: right; }
.review .score-detail .countbar { display: inline-block; width: 100px; height: 12px; background: #ffc1c1; }
.review .score-detail .countbar .value { height: 12px; background: #c00101; }
.review .star { display: inline-block; width: 16px; height: 16px; background-image: url('https://static.pirates.com.tw/images/review-star'); }
.review .star-big { display: inline-block; width: 28px; height: 28px; vertical-align: bottom; background-image: url('https://static.pirates.com.tw/images/review-star-big'); }
.review .review-user { margin-top: 24px; }
.review .review-user:after { content: ""; display: table; clear: both; }
.review .avatar .avatar-photo { position: relative; width: 120px; height: 120px; margin: 0 auto; background-image: url('https://static.pirates.com.tw/images/avatar-empty'); }
.review .avatar .ispirates { position: absolute; top: 0; left: 0; width: 120px; height: 120px; background-image: url('https://static.pirates.com.tw/images/isPirates'); }
.review .avatar .avatar-name { margin-top: 6px; text-align: center; margin-bottom: 30px; }
.review .comment { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; position: relative; padding: 12px 24px; border: 2px solid #e1d6be; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; }
.review .comment:before { content: ""; position: absolute; top: -36px; left: 50%; margin-left: -18px; border: 18px solid transparent; border-bottom-color: #e1d6be; }
.review .comment .title { margin-top: 12px; margin-bottom: 12px; font-size: 18px; line-height: 30px; font-weight: normal; }
.review .comment .content { margin-bottom: 24px; font-size: 14px; line-height: 24px; }
.review .comment .comment-time { font-size: 12px; line-height: 24px; color: #757570; }
@media (min-width: 600px) { .review .item-photo { float: left; width: 29%; }
  .review .item-info { float: right; width: 69%; }
  .review .review-score { font-size: 16px; line-height: 24px; }
  .review .avatar { float: left; width: 29%; }
  .review .comment { float: right; width: 69%; }
  .review .comment:before { top: 24px; left: -36px; margin-left: 0; border: 18px solid transparent; border-bottom-color: transparent; border-right-color: #e1d6be; }
  .review .score-total { float: left; margin-top: 36px; margin-bottom: 36px; }
  .review .score-detail { float: right; border-left: 1px solid #f4f3f0; } }
@media (min-width: 900px) { .review .item-photo { width: 24%; }
  .review .item-info { width: 74%; }
  .review .item-name { font-size: 22px; line-height: 30px; }
  .review .avatar { width: 24%; }
  .review .comment { width: 74%; }
  .review .comment .title { font-size: 22px; line-height: 30px; }
  .review .comment .content { font-size: 16px; line-height: 24px; } }

.important-note { font-size: 14px; line-height: 24px; text-align: center; color: #c00101; }

.note { font-size: 14px; line-height: 24px; text-align: center; color: #757570; }

.heading-note { font-size: 16px; line-height: 24px; color: #c00101; }

.content-inner { padding-top: 24px; background-color: #EEEEE7; }

.payment-warning { padding: 24px; color: #c00101; text-align: center; font-size: 18px; line-height: 24px; border: 2px solid #c00101; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; }

.payment-notice { display: none; }
.payment-notice img { max-width: 100%; height: auto; }
@media (min-width: 600px) { .payment-notice { display: block; } }

.zipcode { margin-right: 6px; padding: 0 3px; font-size: 14px; line-height: 24px; background-color: white; border: 1px solid #e1d6be; }

.addressee { padding: 6px; border: 1px dashed #c00101; background-color: #fcfbf9; }

.invoice-company { display: none; }
.invoice-company.on { display: block; }

.payment-type { height: 35px; padding-left: 100px; padding-right: 12px; display: inline-block; font-size: 22px; line-height: 36px; background: url(https://static.pirates.com.tw/images/payment-method.jpg) no-repeat; }
.payment-type.cash { background-position: 0 0; }
.payment-type.credit { background-position: 0 -35px; }

.treasureisland-link { text-align: center; }
.treasureisland-link a { display: inline-block; text-indent: -119988px; overflow: hidden; text-align: left; background-image: url('https://static.pirates.com.tw/images/treasureisland.jpg?1396786057'); background-repeat: no-repeat; background-position: 50% 50%; width: 289px; height: 100px; }

.return-top { position: relative; z-index: 10; display: block; margin: 48px 0; font-size: 16px; line-height: 24px; color: #400000; text-align: center; text-shadow: 3px 3px 5px white; }
.return-top:before { content: ""; position: absolute; z-index: -2; bottom: -24px; left: 0; right: 0; height: 24px; background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e1d6be), color-stop(100%, #ffffff)); background: -webkit-linear-gradient(top, #e1d6be, #ffffff); background: -moz-linear-gradient(top, #e1d6be, #ffffff); background: -o-linear-gradient(top, #e1d6be, #ffffff); background: linear-gradient(top, #e1d6be, #ffffff); }
.return-top:after { content: ""; position: absolute; z-index: -1; bottom: -24px; left: 0; right: 0; height: 48px; background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 70, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(70%, #ffffff)); background: -webkit-radial-gradient(rgba(255, 255, 255, 0), #ffffff 70%); background: -moz-radial-gradient(rgba(255, 255, 255, 0), #ffffff 70%); background: -o-radial-gradient(rgba(255, 255, 255, 0), #ffffff 70%); background: radial-gradient(rgba(255, 255, 255, 0), #ffffff 70%); }

.content-section { margin-bottom: 72px; }

.review-summary { padding-bottom: 12px; border-bottom: 1px solid #f4f3f0; }

.item-payment:after { content: ""; display: table; clear: both; }
.item-payment .identity { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; position: relative; z-index: 10; padding: 24px; color: #e1d6be; text-align: center; background-image: url('https://static.pirates.com.tw/images/passport-bg.png?1362253532'); -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.5); box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.5); }
.item-payment .name { font-size: 24px; line-height: 30px; }
.item-payment .id-number { font-weight: bold; }
.item-payment .checkout { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; position: relative; margin: 0 12px; padding: 12px 12px 12px 12px; background-image: url('https://static.pirates.com.tw/images/checkout-bg.png?1396806142'); -webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.25); -moz-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.25); box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.25); }
.item-payment .ribbon-id-number { overflow: hidden; position: absolute; top: 0; bottom: 0; right: 27.5%; width: 24px; color: #e1d6be; background: #f9f7f2; }
.item-payment .ribbon-id-number span { display: block; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }
.item-payment .checkout-inner { position: relative; z-index: 2; padding: 12px; border: 2px solid rgba(64, 0, 0, 0.5); }
.item-payment .item-info-wrap:after { content: ""; display: table; clear: both; }
.item-payment .item-name { font-size: 18px; line-height: 24px; margin-bottom: 12px; }
.item-payment .item-time { position: relative; margin-bottom: 24px; padding-right: 24px; font-size: 16px; font-weight: bold; line-height: 14px; border-bottom: 1px solid #333333; }
.item-payment .item-time:after { content: "活動截止日"; position: absolute; top: 14px; left: 0; font-size: 12px; font-weight: normal; }
.item-payment .item-price { margin-left: -12px; padding-left: 12px; color: #c00101; font-size: 18px; line-height: 36px; border-bottom: 2px solid #333333; }
.item-payment .item-photo { float: right; }
.item-payment .item-photo img { max-width: 60px; height: auto; margin-top: -2px; border: 1px solid #333333; }
.item-payment .item-id-number { float: left; margin-top: 18px; margin-left: -12px; margin-right: 24px; padding-left: 12px; border-bottom: 2px solid #333333; }
.item-payment .item-amount { float: left; margin-top: 18px; }
.item-payment .item-amount select { margin-left: 6px; }
.item-payment .item-buy-btn { float: right; margin-top: 6px; }
@media (min-width: 600px) { .item-payment .item-name { font-size: 20px; line-height: 24px; }
  .item-payment .item-time { float: right; margin-bottom: 0; }
  .item-payment .item-time:after { left: auto; right: 0; }
  .item-payment .item-oriprice { float: left; margin-left: -12px; padding-left: 12px; padding-right: 24px; border-right: 2px solid #333333; border-bottom: 2px solid #333333; }
  .item-payment .item-price { font-size: 20px; line-height: 36px; }
  .item-payment .item-photo img { margin-top: -30px; } }
@media (min-width: 900px) { .item-payment .identity { float: left; width: 30%; padding: 55px 24px; -webkit-border-radius: 3px 7px 7px 3px; -moz-border-radius: 3px 7px 7px 3px; -ms-border-radius: 3px 7px 7px 3px; -o-border-radius: 3px 7px 7px 3px; border-radius: 3px 7px 7px 3px; }
  .item-payment .checkout { float: right; width: 70%; margin: 8px 0; padding: 12px 12px 12px 0; }
  .item-payment .checkout-inner { padding: 12px; border-left: none; }
  .item-payment .item-name { min-height: 72px; margin-bottom: 0; }
  .item-payment .item-discount-money, .item-payment .item-discount, .item-payment .item-usecash { float: left; padding-right: 12px; } }

.login { max-width: 720px; margin: 0 auto; padding-top: 24px; padding-bottom: 24px; }
.login .login-header { line-height: 0; -webkit-border-radius: 10px 10px 0 0; -moz-border-radius: 10px 10px 0 0; -ms-border-radius: 10px 10px 0 0; -o-border-radius: 10px 10px 0 0; border-radius: 10px 10px 0 0; }
.login .login-header img { max-width: 100%; height: auto; }
.login .login-main { position: relative; padding-top: 24px; padding-bottom: 24px; -webkit-border-radius: 0 0 10px 10px; -moz-border-radius: 0 0 10px 10px; -ms-border-radius: 0 0 10px 10px; -o-border-radius: 0 0 10px 10px; border-radius: 0 0 10px 10px; background: url("/images/login-bg-logo.svg") bottom right no-repeat, url('/images/login-bg-pattern.png?1400427006'), -webkit-gradient(linear, 0% 100%, 100% 0%, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5)); background: url("/images/login-bg-logo.svg") bottom right no-repeat, url('/images/login-bg-pattern.png?1400427006'), -webkit-linear-gradient(right left, #ffffff, #f5f5f5); background: url("/images/login-bg-logo.svg") bottom right no-repeat, url('/images/login-bg-pattern.png?1400427006'), -moz-linear-gradient(right left, #ffffff, #f5f5f5); background: url("/images/login-bg-logo.svg") bottom right no-repeat, url('/images/login-bg-pattern.png?1400427006'), -o-linear-gradient(right left, #ffffff, #f5f5f5); background: url("/images/login-bg-logo.svg") bottom right no-repeat, url('/images/login-bg-pattern.png?1400427006'), linear-gradient(right left, #ffffff, #f5f5f5); }
.login .login-main:after { content: ""; display: table; clear: both; }
.login .pirate-avatar { text-align: center; margin-bottom: 36px; }
.login .pirate-avatar h2 { font-size: 24px; line-height: 48px; }
.login .pirate-avatar p { margin: 0; color: #92928a; }
.login .login-form { text-align: center; }
.login .login-form .form { margin-bottom: 24px; }
.login .login-form .label { color: #92928a; }
.login .login-entrance { text-align: center; }
.login .login-entrance .style-level { margin: 0 auto; text-indent: -119988px; overflow: hidden; text-align: left; background-image: url('/images/login-style-text-1.png?1400426100'); background-repeat: no-repeat; background-position: 50% 50%; width: 235px; height: 79px; background-image: none, url('/images/login-style-text-1.svg?1400426100'); }
.login .login-entrance .style-warning { font-size: 24px; line-height: 48px; color: #92928a; }
.login .login-entrance .style-company .label { color: #92928a; }
.login .login-entrance .style-company .pirates-text { font-size: 20px; line-height: 24px; }
.login .login-entrance .login-button { margin-top: 12px; margin-bottom: 12px; border: none; background: none; text-indent: -119988px; overflow: hidden; text-align: left; background-image: url('/images/login-button.png?1400428627'); background-repeat: no-repeat; background-position: 50% 50%; width: 188px; height: 55px; }
.login .login-entrance .login-otherlink a { display: inline-block; padding: 0 6px; color: #757570; line-height: 14px; border-left: 1px solid #757570; border-right: 1px solid #757570; }
.login .login-entrance .login-otherlink a:last-child { margin-left: -1px; }
.login .login-style-text { position: absolute; top: 150px; right: -120px; color: #92928a; font-size: 10px; font-weight: bold; -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg); }
@media (min-width: 600px) { .login .pirate-avatar { width: 30%; float: left; }
  .login .login-form { width: 30%; float: left; text-align: left; }
  .login .login-entrance { width: 40%; float: right; text-align: left; }
  .login .login-entrance .style-level { margin-left: 0; } }


/*å‰ç±³åŠ ä¸ŠåŽ»çš„*/

.c2body {
  background: #333 url(https://static.pirates.com.tw/images/captainv2-bg.jpg) repeat-x;
}

.c2loginbox {
  width:720px;
  height:453px;
  background: url(https://static.pirates.com.tw/images/captain-login-badge2.png) no-repeat;
  margin-left:auto;
  margin-right:auto;
  margin-top:50px;
}

.c2loginname {
  position: relative;
  top: 155px;
  left: 243px;
}

.c2password {
  position: relative;
  top: 200px;
  left: 243px;

}

.c2checkbox {
  position: relative;
  top: 248px;
  left: 243px;
}

.c2checkimg {
  position: relative;
  top: 226px;
  left: 318px;
}

.c2forgot {
  position: relative;
  top: 300px;
  left: 450px;
}

.c2forgot a{
  color: #666;
}

.c2forgot a:hover{
  text-decoration: underline;
}

.c2summit{
  position: relative;
  top: 210px;
  left: 450px;
}

.c2summit button {
  padding: 0;
  background: none;
  border: none;
}


.link2pirates{

}


.text-content p{
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}


.text-content h3 { line-height: 48px; border-bottom: 1px solid #e1d6be; }
.text-content h4 { color: #6c392c; }

.text-content h3 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 30px;
    margin-top: 30px;
    color:#6c392c;
}

.text-content h4 {
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 30px;
}

.text-content .blockquote {
    margin-left: 50px;
    margin-bottom: 50px;
}

.text-content ul {
    margin-left: 22px;
    font-size: 16px;
    line-height: 26px;
    list-style:
        disc url(https://static.pirates.com.tw/images/list-star.png);
    padding-left: 26px;
    margin-top: 20px;

}

.text-content li {

    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;

}


.text-content .chief {
    float: left;
    margin-left: 80px;
    margin-right: 50px;
}


.rule p {
  line-height: 28px;
  margin-bottom: 35px;
  font-size: 16px;
  color: #666;
}


.atmzone {
background-color: #fcfc7c;
font-size: 18px;
line-height: 24px;
padding: 10px;
width: 640px;
margin: 20px auto;
text-align: left;
}

.atmbank {
margin-bottom: 10px;
font-size: 27px;
margin-top: 10px;
}

.atmaccount {
color: black;
font-size: 48px;
line-height: 56px;
font-weight: bold;
text-align: center;
margin-top: 10px;
margin: 20px 0 20px 0;
}


.atmamount {
color: blue;
font-size: 18px;
line-height: 24px;
float: right;
}

.atmdateline {
color: red;
font-size: 18px;
line-height: 24px;
float: left;
}

.atminfo {
font-size: 12px;
color: gray;
line-height: 18px;
overflow: visible;
}


.table.imagetable {
  font-size:11px;
  color:#333333;
  border-width: 1px;
  border-color: #999999;
  border-collapse: collapse;
  width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.table.imagetable th {
  background: #e4e4e4 url('https://static.pirates.com.tw/images/cell-th.jpg');
  border-width: 1px;
  padding: 8px;
  border-style: solid;
  border-color: #999999;
  text-align: center;
  vertical-align:middle;
}
.table.imagetable td {
  background: #ffffff url('https://static.pirates.com.tw/images/cell-td.jpg') ;
  border-width: 1px;
  padding: 8px;
  border-style: solid;
  border-color: #999999;
  text-align: center;
  vertical-align:middle;
}

.table.imagetable a {
  text-decoration: none;
  color: blue;

}

.table.imagetable a:hover {
  text-decoration: underline;
  color: purple;
}

.table.imagetable a:visited{
  text-decoration: none;
  color: blue;
}





.table.tableinfo {
  font-size:11px;
  color:#333333;
  border-width: 1px;
  border-color: #999999;
  border-collapse: collapse;
  width: 520px;
  margin-left: auto;
  margin-right: auto;
}


.table.tableinfo p{
  line-height: 14px;
  font-size: 12px;
  margin: 0;
}



.table.tableinfo th {
  background: #e4e4e4 ;
  border-width: 1px;
  padding: 8px;
  border-style: solid;
  border-color: #999999;
  text-align: center;
  vertical-align:middle;
}
.table.tableinfo td {
  background: #ffffff  ;
  border-width: 1px;
  padding: 8px;
  border-style: solid;
  border-color: #999999;
  vertical-align:middle;
}

.table.tableinfo a {
  text-decoration: none;
  color: blue;

}

.table.tableinfo a:hover {
  text-decoration: underline;
  color: purple;
}

.table.tableinfo a:visited{
  text-decoration: none;
  color: blue;
}


.article h3 {
  padding-left: 36px;
  background: url(https://static.pirates.com.tw/images/icon-content-header.png) no-repeat 0 3px;
  font-size: 24px;
  line-height: 48px;
}

.article p {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 30px;
}

.article img {
  display: block;
  max-width: 100%;
  height: auto !important;
  margin: 0 auto;
}


.warrtext {
  color: #d90101;
  line-height: 30px;
  font-size: 18px;
}

.warrtext li{
  color: #d90101;
  line-height: 30px;
  font-size: 18px;
}

.content-section ul {
padding-left: 24px;
list-style-image: url(https://static.pirates.com.tw/images/list-star.png);
}

.content-section li {
  font-size: 18px;
  line-height: 30px;
margin-bottom: 5px;
}

.productname {
  font-size: 26px;
  line-height: 34px;
  border-bottom: 1px solid #f4f3f0;
  padding-bottom: 18px;
}

.itm-state-soldout {
/*width: 157px;*/
padding: 5px;
position: relative;
top: -111px;
color: white;
text-align: center;
background: rgba(0, 0, 0, 0.25);
}

.itm-state-soldout2 {
  width: 157px;
    padding: 5px;
    position: relative;
    top: 50px;
    color: white;
    text-align: center;
    background: rgba(0, 0, 0, 0.25);
    float: left;
    z-index: 999;
} /*惡魔寶藏多產品列表用*/

.itm-state-soldout .itm-state-soldout-title {

  font-size: 18px;
  line-height: 24px;
  border-top: 1px solid #666666;
}


.s-imp { color: #d90101; }

.s-active { color: green; }

.s-new { color: blue; }

.s-largefont { font-size: 24px; }

.s-smallfont { font-size: 14px; }

ul.tabs-menu { margin-left: 0; }

.tab li, .tab li.active { margin: 0; padding: 0 15px; display: inline-block; font-size: 14px; line-height: 28px; -webkit-border-radius: 3px 3px 0px 0px; -moz-border-radius: 3px 3px 0px 0px; -ms-border-radius: 3px 3px 0px 0px; -o-border-radius: 3px 3px 0px 0px; border-radius: 3px 3px 0px 0px; }

.tab { width: 100%; margin: 24px auto; border-bottom: 3px solid #400000; }
.tab.pill { border-bottom: none; }
.tab.pill li { -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; }
.tab li { color: #400000; background-color: #e1d6be; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e1d6be), color-stop(100%, #d9cbad)); background-image: -webkit-linear-gradient(top, #e1d6be, #d9cbad); background-image: -moz-linear-gradient(top, #e1d6be, #d9cbad); background-image: -o-linear-gradient(top, #e1d6be, #d9cbad); background-image: linear-gradient(top, #e1d6be, #d9cbad); }
.tab li:hover, .tab li:active { background-color: #d1c09b; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d9cbad), color-stop(100%, #d1c09b)); background-image: -webkit-linear-gradient(top, #d9cbad, #d1c09b); background-image: -moz-linear-gradient(top, #d9cbad, #d1c09b); background-image: -o-linear-gradient(top, #d9cbad, #d1c09b); background-image: linear-gradient(top, #d9cbad, #d1c09b); }
.tab li a { color: #400000; }
.tab li.active { color: white; background-color: #400000; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #663300), color-stop(100%, #400000)); background-image: -webkit-linear-gradient(top, #663300, #400000); background-image: -moz-linear-gradient(top, #663300, #400000); background-image: -o-linear-gradient(top, #663300, #400000); background-image: linear-gradient(top, #663300, #400000); }
.tab li.active:hover, .tab li.active:active { background-color: #270000; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #400000), color-stop(100%, #270000)); background-image: -webkit-linear-gradient(top, #400000, #270000); background-image: -moz-linear-gradient(top, #400000, #270000); background-image: -o-linear-gradient(top, #400000, #270000); background-image: linear-gradient(top, #400000, #270000); }
.tab li.active a { color: white; }


.pay { width: 86.54709%; float: left; margin-right: 0.89686%; display: inline; margin-left: 6.72646%; margin-right: 6.72646%; margin-top: 24px; margin-bottom: 20px; }

.pay.atm-info { width: 73.09417%; float: left; margin-right: 0.89686%; display: inline; margin-left: 13.45291%; margin-right: 13.45291%; }

.pay-step-flow { padding: 10px 0 5px 0; text-align: center; border: 3px solid #fafaf7; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; }

.pay-step { width: 125px; height: 55px; margin-left: -20px; padding-left: 60px; display: inline-block; text-align: left; font-size: 18px; line-height: 51px; background: url(/images/payment-step.png) no-repeat; }
.pay-step:first-child { margin-left: 0; }
.pay-step.exec { background-position: 0 0; }
.pay-step.comp { background-position: 0 -55px; }
.pay-step.un-exec { background-position: 0 -110px; }
.pay-step.fail { background-position: 0 -165px; }

.pay-coin { width: 50px; }

.pay-moreitem { margin: 10px auto 20px auto; }

.dtl-moreitem .itm-box { height: auto; }
.dtl-moreitem .itm-box .pay-buymore-form { margin: 5px 20px 15px 20px; text-align: center; }
.dtl-moreitem .itm-box .itm-box-image { width: auto; max-width: 70%; height: auto; display: block; margin: 20px auto; }

.pay-subtitle { margin-top: 70px; font-size: 24px; line-height: 48px; border-bottom: 1px solid #dddddd; }

.pay-method { height: 35px; padding-left: 100px; display: inline-block; font-size: 18px; line-height: 36px; background: url(/images/payment-method.jpg) no-repeat; }
.pay-method.cash { background-position: 0 0; }
.pay-method.credit { background-position: 0 -35px; }
.pay-method.atm { background-position: 0 -70px; }
.pay-method.webatm { background-position: 0 -105px; }
.pay-method.market { background-position: 0 -140px; }

.pay-method-note { height: 35px; margin-left: 10px; display: inline-block; font-size: 14px; line-height: 36px; }

.pay-note-list { margin-top: 0; padding-left: 20px; list-style-type: disc; }
.pay-note-list li { margin-bottom: 5px; }

.pay-confirm-arrow { width: 400px; height: 150px; margin: 70px auto 0 auto; text-align: center; font-size: 18px; line-height: 48px; background: url(/images/pay-confirm-arrow.png) no-repeat; }

.pay-rule-frame {
  margin-top: 20px;
  height: 300px;
  overflow-y: scroll;
  margin-bottom: 20px;
  color: #666;
}

.pay-rule-frame h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: black;
}

.pay-rule-frame ul {
  list-style: disc url(/images/list-star.png);
}

.pay-rule-frame li {
  margin-bottom: 10px;
}



.pay-triplex { display: none; }
.pay-triplex.on { display: block; }

.pay-eventlabel { padding: 0 5px; display: inline-block; color: white; font-size: 12px; line-height: 20px; background-color: #d90101; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; }

.pay-eventtitle { font-size: 14px; line-height: 24px; }

.pay-coupon-link { padding-left: 30px; display: inline-block; font-size: 14px; line-height: 24px; background: url(/images/icon-sitem-sprite.png) no-repeat; }

.pay-coupon { max-width: 500px; margin: 40px auto; padding: 20px; position: relative; background: white; }

.pay-coupon-title { font-size: 18px; line-height: 24px; }

.pay-coupon-item { margin: 10px 0; color: #d90101; font-size: 18px; line-height: 24px; }

.pay-coupon-radio { margin: 10px 0; font-size: 14px; line-height: 24px; border-bottom: 1px solid #dddddd; }

.pay-bank-name, .pay-bank-account { font-size: 28px; line-height: 48px; }

.pay-deadline, .pay-atm-money { font-size: 18px; line-height: 24px; }

.s-largefont { font-size: 24px; }

.s-smallfont { font-size: 14px; }

.s-contentlink { color: #0074b2; }
.s-contentlink:hover { color: #0047b2; }
.s-contentlink:active { color: #0047b2; }

.text-left { text-align: left; }

.text-center { text-align: center; }

.text-right { text-align: right; }

.float-left { float: left; }

.float-right { float: right; }

.inline { display: inline; }

.clearfix { *zoom: 1; }
.clearfix:after { content: ""; display: table; clear: both; }


.fom-row { margin: 5px 0; border-bottom: 1px dotted #dddddd; }
.fom-row.error { background-color: #ffe7e7; }
.fom-row a { color: #0074b2; }
.fom-row a:hover { color: #0047b2; }
.fom-row a:active { color: #0047b2; }

.fom-class { width: 17.17791%; float: left; margin-right: 1.22699%; display: inline; padding: 5px 0; text-align: right; font-size: 16px; line-height: 24px; }

.fom-data { width: 81.59509%; float: right; margin-right: 0; *margin-left: -10px; display: inline; padding: 5px 0; font-size: 16px; line-height: 24px; }

.fom-input { padding: 3px; border: 1px solid #5e5e5e; vertical-align: middle; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: 0px 1px 2px #dddddd inset; -moz-box-shadow: 0px 1px 2px #dddddd inset; box-shadow: 0px 1px 2px #dddddd inset; -webkit-transition: box-shadow 0.25s linear, border 0.25s linear; -moz-transition: box-shadow 0.25s linear, border 0.25s linear; -o-transition: box-shadow 0.25s linear, border 0.25s linear; transition: box-shadow 0.25s linear, border 0.25s linear; }
.fom-input.ssmall { width: 50px; }
.fom-input.small { width: 25%; }
.fom-input.medium { width: 40%; }
.fom-input.large { width: 75%; }

.fom-input:-moz-placeholder { font-size: 12px; }

.fom-input::-moz-placeholder { font-size: 12px; }

.fom-input:-ms-input-placeholder { font-size: 12px; }

.fom-input::-webkit-input-placeholder { font-size: 12px; }

.fom-input:focus { outline: none; border: 1px solid #c00101; -webkit-box-shadow: 0px 1px 2px #dddddd inset, 0px 0px 3px #c00101; -moz-box-shadow: 0px 1px 2px #dddddd inset, 0px 0px 3px #c00101; box-shadow: 0px 1px 2px #dddddd inset, 0px 0px 3px #c00101; }

.fom-radio { margin: 0 5px; }

.fom-textarea { display: block; width: 100%; }

.fom-error { margin-left: 10px; display: inline-block; color: #d90101; }

.fom-note { color: #cccccc; font-size: 10px; line-height: 18px; }

span.fom-note { margin-left: 10px; }

.fom-addr select + select { margin: 0 10px; }

.fom-data-checkbox { margin: 15px auto; text-align: center; }

input[type="checkbox"].chk-custom { width: 1px; height: 1px; margin: -1px; padding: 0; position: absolute; overflow: hidden; clip: rect(0 0 0 0); border: 0; }

input[type="checkbox"].chk-custom + label.chk-label { height: 48px; padding-left: 55px; display: inline-block; font-size: 24px; line-height: 48px; vertical-align: middle; cursor: pointer; background-repeat: no-repeat; background-position: 0 0; }

input[type="checkbox"].chk-custom:checked + label.chk-label { color: #c00101; background-position: 0 -48px; }

.chk-label { background-image: url(/images/checkbox-custom.png); }

.btn-box { margin: 50px auto; text-align: center; }

.btn-box-small { margin: 10px auto; text-align: center; }

.btn-box-left { margin: 5px auto; text-align: left; }

.btn-box-right { margin: 5px auto; text-align: right; }

.btn-box-popup { text-align: right; }


.mem { width: 86.54709%; float: left; margin-right: 0.89686%; display: inline; margin-left: 6.72646%; margin-right: 6.72646%; margin-bottom: 20px; }

.mem.single-data { width: 73.09417%; float: left; margin-right: 0.89686%; display: inline; margin-left: 13.45291%; margin-right: 13.45291%; }

.mem-post { margin: 25px auto; padding: 5px 15px; position: relative; border-left: 3px solid #dddddd; }

.mem-post-date { margin-bottom: 5px; padding-bottom: 5px; color: #e1d6be; border-bottom: 1px solid #dddddd; }

.mem-subtitle { margin-top: 70px; font-size: 24px; line-height: 48px; border-bottom: 1px solid #dddddd; }
.mem-subtitle.first { margin-top: 20px; }

.mem-smalltitle { margin-top: 35px; font-size: 18px; line-height: 30px; border-bottom: 1px solid #dddddd; }

.mem-list { margin: 20px; list-style-type: disc; font-size: 14px; line-height: 24px; }

.mem-list2 .coins-rule h3{
   margin-top: 70px; font-size: 24px; line-height: 48px; border-bottom: 1px solid #dddddd;
}

.mem-list2 ul {
  list-style: disc url(/images/list-star.png);
}

.mem-list2 li {
  margin-left: 50px;
  font-size: 16px;
  color: #666;
}


.mem-coin-state, .mem-list-state { margin: 20px; list-style-type: disc; font-size: 16px; line-height: 30px; }

.mem-order-table { margin-bottom: 5px; font-size: 14px; text-align: center; }

.mem-order-table-detail { display: none; margin: 5px 0; font-size: 14px; text-align: center; }
.mem-order-table-detail.detail-on { display: table; }

.mem-faq-inst-ans { margin: 10px auto; padding: 10px; background: #f9f7f2; }

.mem-faq-inst-qtn { margin: 10px auto; padding: 10px; background: #fff4f4; }

.mem-trackitem { margin: 10px auto 20px auto; }
.mem-trackitem .pag { float: none; margin: 12px auto; text-align: center; }
.mem-trackitem .pag a { background: #f1ece1; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; }


.front-button {

  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  color: rgba(255,255,255,1);
  padding: 2px 4px;
  margin: 8px 3px;
  cursor: pointer;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(255,255,255,0.5) inset;
  background: #4297da;
  border-color: #3663a4;
  font-size: 18px;
}

.front-button a{

  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  padding: 2px 4px;
  margin: 8px 3px;
  cursor: pointer;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(255,255,255,0.5) inset;
  background: red;
  border-color: #3663a4;
  font-size: 18px;
}

.front-button a:hover {
  color: white;
}



.noreturn {
  font-size: 12px;
color: #ccc;
}




.bullet ul {
    margin-left: 22px;
    font-size: 16px;
    line-height: 26px;
    list-style:
        disc url(/images/list-star.png);
    padding-left: 26px;
    margin-top: 20px;

}

.bullet li {

    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;

}


.badge {
  width: 720px;
  height: 453px;
  background-image: url(https://static.pirates.com.tw/files/images/captain-badge-lv2.png);
  display: block;
  margin: 0 auto;
}

.badge .left {
  width: 200px;
  position: relative;
  position: relative;
  left: 38px;
  top: 137px;
}


.badge .avatar {
  position: relative;
  float: left;
  left: 20px;
  z-index: 9999;
}

.badge .username {
  text-align: center;
  font-size: 30px;
  position: relative;
  top: 10px;
}

.badge .aka {
  position: relative;
  text-align: center;
  top: 10px;
  color: gray;
  font-size: 10px;
}


.badge .account {
  position: relative;
  text-align: center;
  top: 3px;
}


.badge .identity {
  position: relative;
  text-align: center;
  top: 3px;
  font-size: 20px;
  color: gray;
  font-family: "Arial Black";
}


.badge .right {
  /*float: right;
  position: relative;
  top: -110px;
  left: -306px;*/
  position: relative;
top: -110px;
left: 253px;
}

.badge .level {
  position: relative;
  text-align: left;
  font-size: 30px;
}

.badge .date {
  position: relative;
  text-align: left;
  top: 35px;
  color:red;
}

.badge .cono {
  position: relative;
  text-align: left;
  top: 80px;
  font-size: 20px;
}

.badge .company {
  position: relative;
  text-align: left;
  top: 58px;
  left: 193px;
  font-size: 20px;
}

.badge .address {
  position: absolute;
  text-align: left;
  top: 196px;
  font-size: 18px;
}

.badge .password {
  position: absolute;
  text-align: left;
  top: 225px;
  left: 193px;
}


.badge2 {
  width: 720px;
  height: 453px;
  background-image: url(https://static.pirates.com.tw/files/images/pirates-badge-lv2.png);
  display: block;
  margin: 0 auto;
}

.badge2 .left {
  width: 200px;
  position: relative;
  position: relative;
  left: 38px;
  top: 137px;
}


.badge2 .avatar {
  position: relative;
  float: left;
  left: 20px;
  z-index: 9999;
}

.badge2 .username {
  text-align: center;
  font-size: 30px;
  position: relative;
  top: 10px;
}

.badge2 .aka {
  position: relative;
  text-align: center;
  top: 10px;
  color: gray;
  font-size: 10px;
}


.badge2 .account {
  position: relative;
  text-align: center;
  top: 3px;
}


.badge2 .identity {
  position: relative;
  text-align: center;
  top: 3px;
  font-size: 20px;
  color: gray;
  font-family: "Arial Black";
}


.badge2 .right {
  /*float: right;
  position: relative;
  top: -110px;
  left: -306px;*/
  position: relative;
top: -110px;
left: 253px;
}

.badge2 .level {
  position: relative;
  text-align: left;
  font-size: 30px;
}

.badge2 .date {
  position: relative;
  text-align: left;
  top: 35px;
  color:red;
}

.badge2 .cono {
  position: relative;
  text-align: left;
  top: 80px;
  font-size: 20px;
}

.badge2 .company {
  position: relative;
  text-align: left;
  top: 58px;
  left: 193px;
  font-size: 20px;
}

.badge2 .address {
  position: absolute;
  text-align: left;
  top: 196px;
  font-size: 18px;
}

.badge2 .password {
  position: absolute;
  text-align: left;
  top: 225px;
  left: 193px;
}

.review { width: 86.54709%; float: left; margin-right: 0.89686%; display: inline; margin-left: 6.72646%; margin-right: 6.72646%; margin-top: 24px; margin-bottom: 20px; }

.review-box { margin-top: 24px; margin-bottom: 96px; }

.review-item { margin-bottom: 24px; *zoom: 1; }
.review-item:after { content: ""; display: table; clear: both; }
.review-item .review-item-pic { float: left; width: 150px; height: 150px; border: 3px solid #e1d6be; -webkit-box-shadow: 0px 0px 15px rgba(225, 214, 190, 0.5); -moz-box-shadow: 0px 0px 15px rgba(225, 214, 190, 0.5); box-shadow: 0px 0px 15px rgba(225, 214, 190, 0.5); }
.review-item .review-item-info { margin-top: 24px;position: relative;left: 20px;top:20px; }
.review-item .review-item-info .item-title { color: #d90101; font-size: 24px; line-height: 36px; }
.review-item-pic img {
  width: 150px;
  height: 150px;
}
.review-item .review-item-info2 { position: relative; margin-top: 24px;left:25px; top: 35px;margin-right: 10px;}
.review-item .review-item-info2 .item-title { color: #d90101; font-size: 24px; line-height: 36px; }
.review-item .review-item-info .review-star { margin-top: 12px; }

.rvuser:after { content: ""; display: table; clear: both; }
.rvuser:before { content: ""; position: absolute; top: -30px; left: 60px; border: 15px solid transparent; border-bottom: 15px solid #dddddd; }



.dtl-review-total { float: left; margin-top: 36px; margin-bottom: 36px; font-size: 32px; line-height: 48px; }
.dtl-review-total .small-word { font-size: 16px; line-height: 24px; }

.dtl-review-score { float: right; width: 39.46188%; color: #d90101; margin: 10px 0; border-left: 1px solid #dddddd; }
.dtl-review-score ul { margin-left: 0; list-style: none; }
.dtl-review-score .count { display: inline-block; width: 30px; text-align: right; }
.dtl-review-score .countbar { display: inline-block; width: 100px; height: 12px; background: #ffdada; }
.dtl-review-score .countbar .value { height: 12px; background: #d90101; }

.dtl-review-user { border-top: 1px dashed #dddddd; margin-top: 24px; overflow: hidden; *zoom: 1; }
.dtl-review-user:first-child { margin-top: 0; }
.dtl-review-user + .dtl-review-user.reply { margin-top: 0; }
.dtl-review-user .user-identity { float: left; text-align: center; }
.dtl-review-user .user-identity .user-name { display: block; }
.dtl-review-user .user-identity .user-review-count { color: #747465; font-size: 14px; line-height: 24px; }
.dtl-review-user .user-identity .user-avatar { position: relative; display: block; width: 120px; height: 120px; margin: 20px 20px 6px 20px; background: url(/images/avatar-empty.jpg) no-repeat; }
.dtl-review-user .user-identity .user-avatar .ispirates { position: absolute; width: 120px; height: 120px; top: 0; left: 0; background: url(/images/isPirates.png) no-repeat; }
.dtl-review-user .user-comment { position: relative; margin: 20px 0 20px 160px; padding: 12px; border: 1px solid #e1d6be; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; }
.dtl-review-user .user-comment:before { content: ""; position: absolute; top: 12px; left: -20px; border: 10px solid transparent; border-right: 10px solid #e1d6be; }
.dtl-review-user .user-comment .comment-title {
  /*margin-top: 12px;*/
  font-size: 22px;
  line-height: 30px;
}

.dtl-review-user .user-comment .comment-content {
  margin-top: 12px;
  font-size: 16px;
  line-height: 30px;
  color: #666;
  margin-bottom: 20px;
}

.comment-content p{
  margin: 0 !important;
  margin-top: 12px;
  font-size: 16px;
  line-height: 30px;
  color: #666;
  margin-bottom: 28px !important;
}


.comment-content img{
    max-width: 510px !important;
    height: auto !important;
    width: auto !important;
}

.dtl-review-user .user-comment .comment-time { margin-top: 24px; font-size: 14px; line-height: 24px; color: #cacac2; }
.dtl-review-user .user-comment .comment-time .helpful { float: right; font-size: 12px; line-height: 24px; }
.dtl-review-user .user-comment .comment-time .helpful .plus { display: inline-block; padding: 2px 10px; color: white; background: #e1d6be; border: none; -webkit-border-radius: 12px 0 0 12px; -moz-border-radius: 12px 0 0 12px; -ms-border-radius: 12px 0 0 12px; -o-border-radius: 12px 0 0 12px; border-radius: 12px 0 0 12px; }
.dtl-review-user .user-comment .comment-time .helpful .plus:hover { background: #d90101; }
.dtl-review-user .user-comment .comment-time .helpful .minus { display: inline-block; padding: 2px 10px; color: white; background: #e1d6be; border: none; -webkit-border-radius: 0 12px 12px 0; -moz-border-radius: 0 12px 12px 0; -ms-border-radius: 0 12px 12px 0; -o-border-radius: 0 12px 12px 0; border-radius: 0 12px 12px 0; }
.dtl-review-user .user-comment .comment-time .helpful .minus:hover { background: #d90101; }

.dtl-other-item.related .small-itm-box { width: 130px; border: 1px solid #f1ece1; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; }
.dtl-other-item.related .small-itm-box:hover { border-color: #D90101; /*border-color: #e1d6be;*/ }
.dtl-other-item.related .small-itm-box .itm-box-image { width: 110px; }

.dtl-review-user.reply, .dtl-faq-group.reply, .del-faq-a.reply { margin-left: 135px; }

.dtl-review-user.reply { border-top: none; }


.user-avatar img {
  width: 120px;
  height: 120px;
}

.rvuser { overflow: visible; position: relative; *zoom: 1;  -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px; border-radius: 10px;margin-left: 180px; }
.dtl-review-star-big { width: 28px; height: 28px; display: inline-block; background: url(https://static.pirates.com.tw/images/review-star-big.png) no-repeat; }
.dtl-review-star-big.nostar { opacity: .25; }
.dtl-review-star { width: 16px; height: 16px; display: inline-block; background: url(https://static.pirates.com.tw/images/review-star.png) no-repeat; }
.dtl-review-star.nostar { opacity: .25; }

.itm-box { position: relative; width: 19.28251%; float: left; margin-right: 0.89686%; display: inline; height: 300px; margin-bottom: 10px; background-color: white; -webkit-box-shadow: 0px 1px 3px #d9d9d9; -moz-box-shadow: 0px 1px 3px #d9d9d9; box-shadow: 0px 1px 3px #d9d9d9; }
.itm-box:hover { text-decoration: none; z-index: 10; }
.itm-box.itm-row-last { margin-right: 0; }
.itm-box:nth-child(5n) { margin-right: 0; }
.itm-box.control { height: auto; }
.itm-box .itm-box-inner { text-decoration: none; }

.itm-brand-box { position: relative; width: 19.28251%; float: left; margin-right: 0.89686%; display: inline; height: 300px; margin-bottom: 10px; background-color: white; -webkit-box-shadow: 0px 1px 3px #d9d9d9; -moz-box-shadow: 0px 1px 3px #d9d9d9; box-shadow: 0px 1px 3px #d9d9d9; }
.itm-brand-box:hover { text-decoration: none; z-index: 10; }
.itm-brand-box.itm-row-last { margin-right: 0; }
.itm-brand-box.control { height: auto; }
.itm-brand-box .itm-box-inner { text-decoration: none; }

.small-itm-box { float: left; width: 150px; margin: 10px 5px; }
.small-itm-box a { color: #525252 !important; }
.small-itm-box a:hover { color: #c00101 !important; }
.small-itm-box .itm-choice { margin: 6px; text-align: center; }

a.small-itm-box-wrap { display: block; text-decoration: none; }
a.small-itm-box-wrap .itm-box-image { display: block; width: 130px; margin: 10px auto; }
a.small-itm-box-wrap .itm-box-name { height: 56px; margin: 0 10px; font-size: 12px; }
a.small-itm-box-wrap .itm-box-price { margin: 0 10px; padding: 0; }

.itm-plus-word { float: left; color: #e1d6be; font-size: 120px; line-height: 240px; }

.itm-buymore { margin: 6px 0; text-align: center; vertical-align: bottom; }

.itm-box-wrap { position: absolute; width: 100%; height: 300px; background-color: white; }

.itm-box:hover .itm-box-wrap { min-height: 300px; height: auto; margin: -3px -3px 0 -3px; border: 3px solid #c00101; -webkit-box-shadow: 0px 0px 10px gray; -moz-box-shadow: 0px 0px 10px gray; box-shadow: 0px 0px 10px gray; }

.itm-box-wide { position: relative; width: 32.58427%; float: left; margin-right: 1.1236%; display: inline; height: 170px; margin-bottom: 10px; -webkit-box-shadow: 0px 1px 3px #d9d9d9; -moz-box-shadow: 0px 1px 3px #d9d9d9; box-shadow: 0px 1px 3px #d9d9d9; background-color: white; }
.itm-box-wide:hover { z-index: 10; text-decoration: none; border-color: #e1d6be; -webkit-box-shadow: 0px 0px 10px #e1d6be inset; -moz-box-shadow: 0px 0px 10px #e1d6be inset; box-shadow: 0px 0px 10px #e1d6be inset; }
.itm-box-wide:nth-child(3n), .itm-box-wide.itm-row-last { margin-right: 0; }

.itm-box-wide .itm-box-wrap { position: absolute; width: 100%; height: 170px; background: white; }

.itm-box-wide:hover .itm-box-wrap { min-height: 170px; height: auto; margin: -3px -3px 0 -3px; border: 3px solid #c00101; -webkit-box-shadow: 0px 0px 10px gray; -moz-box-shadow: 0px 0px 10px gray; box-shadow: 0px 0px 10px gray; }

.itm-box-image { display: block; max-width: 200px; max-height: 200px; width: 100%; height: auto; margin: 10px auto; }
.itm-box-image2 { display: block; max-width: 200px; max-height: 200px; width: 100%; height: auto; margin: 0px auto; }
.itm-box-wide .itm-box-image { float: left; width: 150px; }

.itm-box-info { float: left; width: 200px; }

.itm-box-name { /*height: 36px;*/ margin: 0 10px; padding-top: 5px; overflow: hidden; font-size: 14px; line-height: 18px; border-top: 1px solid #dddddd; }
.itm-box-name2 { height: 70px; margin: 0 10px; padding-top: 5px; overflow: hidden; font-size: 14px; line-height: 18px; border-top: 1px solid #dddddd; }
.itm-box-wide .itm-box-name { height: 50px; margin-top: 50px; overflow: hidden; font-size: 16px; line-height: 24px; border-top: none; }
.itm-box-wide:hover .itm-box-name { min-height: 50px; height: auto; color: #151515; overflow: visible; }
.itm-box-name.brand { height: 64px; }
.itm-box-name .brand-name { font-size: 18px; line-height: 32px; }

.itm-box:hover .itm-box-name { min-height: 36px; height: auto; color: #151515; overflow: visible; }

.itm-box-price { padding: 5px 10px; text-align: right; font-size: 24px; line-height: 24px; color: #d90101; }
.itm-box-price .itm-box-ori-price { float: left; margin-top: 4px; font-size: 14px; color: #a6a699; text-decoration: line-through; }
.itm-box-price .itm-box-price-unit { font-size: 14px; }
.itm-box-wide .itm-box-price { margin-top: 20px; }

.table-service {
  width: 100%;
  margin: 20px auto;
  border: 1px
  solid #dddddd;
  font-size: 13px;
  line-height: 18px;
}
.table-service a { color: #0074b2; }
.table-service a:hover { color: #0047b2; }
.table-service a:active { color: #0047b2; }
.table-service th { padding: 5px; color: #663300; text-align: center; }
.table-service tr { border-bottom: 1px solid #dddddd; }
.table-service tr:nth-child(odd) { background-color: white; }
.table-service tr:nth-child(even) { background-color: #f9f7f2; }
.table-service td { padding: 5px; }
.table-service .content {
  height:18px;
  overflow:hidden;
}

.content-vp img{
  max-width: 640px;
  height:auto;
  margin: 0 auto;
  display: block;

}

.content-vp ul {
  list-style: disc url(https://static.pirates.com.tw/images/list-star.png);
  margin-left: 50px;
}

.badge-vp {
  width: 720px;
  height: 453px;
  background-image: url(https://static.pirates.com.tw/files/images/vp-badge.png);
  display: block;
  margin: 0 auto;
}

.badge-vp .name {
  font-size: 30px;
  position: relative;
  top: 174px;
  line-height: 30px;
  width: 550px;
  left: 82px;
  height: 68px;
  text-align: center;
}

/*.badge-vp .sn {
  font-size: 40px;
  position: relative;
  top: 230px;
  font-family: arialblack;
  color: white;
  text-align: center;
}*/

.badge-vp .sn {
  font-size: 40px;
  position: relative;
  top: 210px;
  font-family: arialblack;
  color: white;
  text-align: center;
  width: 550px;
  height: 90px;
  left: 86px;
  line-height: 40px;
  word-wrap:break-word;
}

.block h3 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 30px;
    margin-top: 30px;
    color:#6c392c;
}

.block h4 {
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 30px;
}

.block .blockquote {
    margin-left: 50px;
    margin-bottom: 50px;
}

.block ul {
    margin-left: 22px;
    font-size: 16px;
    line-height: 26px;
    list-style:
        disc url(https://static.pirates.com.tw/images/list-star.png);
    padding-left: 26px;
    margin-top: 20px;

}

.block li {

    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;

}

.serviceinfo h6 {
  font-size: 18px;
  color: darkcyan;
  margin: 20px 0;
}

.serviceinfo p {
  font-size: 14px;
  line-height: 20px;
  color: #666;
}

.sin { height: 650px; background: url(https://static.pirates.com.tw/images/signin-bg0.jpg) no-repeat; background-size: cover; }
.sin.captain { background: url(https://static.pirates.com.tw/images/signin-bg2.jpg) no-repeat; background-size: cover; }
.sin.partner { background: url(https://static.pirates.com.tw/images/signin-partner.jpg) no-repeat; background-size: cover; }
.sin.sailor { background: url(https://static.pirates.com.tw/images/signin-bg1.jpg) no-repeat; background-size: cover; }
.sin.getpw { background: url(https://static.pirates.com.tw/images/getpw-bg.jpg) no-repeat; background-size: cover; }
.sin.signup { background: url(https://static.pirates.com.tw/images/signup-bg.jpg) no-repeat; background-size: cover; }
.sin.finish { background: url(https://static.pirates.com.tw/images/signup-finish.jpg) no-repeat; background-size: cover; }
.sin.error-page { background: url(https://static.pirates.com.tw/images/error-page.jpg) no-repeat; background-size: cover; }
.sin.construction { background: url(https://static.pirates.com.tw/images/construction.jpg) no-repeat; background-size: cover; }

.sin-box { width: 39.46188%; height: auto; margin-bottom: 10px; padding-top: 1px; background-color: white; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: 0px 1px 3px #d9d9d9; -moz-box-shadow: 0px 1px 3px #d9d9d9; box-shadow: 0px 1px 3px #d9d9d9; margin-left: 6.72646%; margin-top: 25px; padding-bottom: 10px; background: rgba(255, 255, 255, 0.95); *zoom: 1; }
.sin-box:after { content: ""; display: table; clear: both; }

.sin-avatar { width: 128px; height: 128px; margin: -25px auto 10px auto; background: url(https://static.pirates.com.tw/images/signin-avatar.png) no-repeat; }
.sin-avatar.forgot { background-position: 0 -128px; }
.sin-avatar.sailor { background-position: 0 -256px; }
.sin-avatar.signup { background-position: 0 -384px; }

.sin-title { margin: 0 auto 10px auto; font-size: 24px; line-height: 24px; text-align: center; }

.sin-form-box { margin: 6px auto; width: 65.90909%; float: left; margin-right: 2.27273%; display: inline; margin-left: 17.04545%; }
.sin-form-box p { margin: 0; text-align: left; }

.sin-input { width: 80%; margin-left: 10px; padding: 5px; }
.sin-input.captcha { width: 35%; }

.sin-captcha { width: 100px; height: 22px; margin-left: 10px; display: inline-block; vertical-align: middle; }

.sin-getpw-link { padding-left: 24px; }

.sup-box { width: 800px; height: auto; margin-bottom: 50px; padding-top: 1px; background-color: white; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: 0px 1px 3px #d9d9d9; -moz-box-shadow: 0px 1px 3px #d9d9d9; box-shadow: 0px 1px 3px #d9d9d9; margin-left: auto; margin-right: auto; margin-top: 25px; padding-bottom: 10px; background: rgba(255, 255, 255, 0.95); *zoom: 1; }
.sup-box:after { content: ""; display: table; clear: both; }
.sup-box .fom-row { margin: 5px 50px; }
.sup-box .fom-class { width: 32.33083%; float: left; margin-right: 1.50376%; display: inline; }
.sup-box .fom-data { width: 66.16541%; float: right; margin-right: 0; *margin-left: -10px; display: inline; }

.sin-finish { width: 400px; margin: 100px auto; text-align: center; }
.sin-finish p { margin-bottom: 12px; }

.sup-message  { width: 77.44361%; float: left; margin-right: 1.50376%; display: inline; margin-left: 11.2782%; margin-bottom: 20px; font-size: 14px; line-height: 24px; }

.sup-rule-frame {
  margin-top: 20px;
  color:#666;
  width:720px;
  height:300px;
  overflow-y: scroll;
  margin-left:40px !important;
  margin-bottom: 50px !important;
}


.news-content p { 
  font-size: 16px; 
  line-height: 28px; 
  color: #666;
  margin-bottom: 10px;
}

.news-content h3 { 
  padding-left: 36px;
  background: url(https://static.pirates.com.tw/images/icon-content-header.png) no-repeat 0 12px;
  font-size: 24px;
  line-height: 48px;
  margin-top: 20px;
  margin-bottom: 20px;
}


.dtl-review-score ul {
    margin-left: 22px;
    font-size: 16px;
    line-height: 26px;
    list-style: none;
    padding-left: 26px;
    margin-top: 20px;

}

.dtl-review-score li {

    font-size: 16px;
    line-height: 26px;
    margin-bottom:0px;
}


.invoice {
  width: 800px;
  height: 449px;
  background-image: url(https://static.pirates.com.tw/images/taxrecieve2014-ss.jpg);
  font-size: 11px;
}


.invoice .year {
  position: relative;
  top:88px;
  left: 366px;  
}

.invoice .month {
  position: relative;
  top:64px;
  left: 417px;
}

.invoice .day {
  position: relative;
  top:40px;
  left: 462px;
}

.invoice .no {
  position: relative;
  top:41px;
  left: 166px;
}

.invoice .buyer {
  position: relative;
  top:33px;
  left: 166px;
  width: 194px;
  overflow: hidden;
  display: block;
  height: 20px;
}

.invoice .taxno {
  position: relative;
  top: -3px;
  left: 425px;
}

.invoice .check {
  position: relative;
  top: -23px;
  left: 650px;
}

.invoice .ono {
  position: relative;
  top: -33px;
  left: 650px;
}

.invoice .item {
  float: left;
  width: 240px;
height: 310px;
}


.invoice .item1name {
  position: relative;
  top: -13px;
  left: 100px;
  width: 240px;
  overflow: hidden;
  display: block;
  height: 20px;
}

.invoice .item1qty {
  position: relative;
  top: -33px;
  left: 375px;
  width: 70px;
}

.invoice .item1price {
  position: relative;
  top: -56px;
  left: 415px;
  width: 75px;
  text-align: center;
}

.invoice .item1total {
  position: relative;
  top: -81px;
  left: 491px;
  width: 100px;
  text-align: center;
}




.invoice .item2name {
  position: relative;
  top: -83px;
  left: 100px;
  width: 240px;
  overflow: hidden;
  display: block;
  height: 20px;
}

.invoice .item2qty {
  position: relative;
  top: -103px;
  left: 375px;
  width: 70px;
}

.invoice .item2price {
  position: relative;
  top: -126px;
  left: 415px;
  width: 75px;
  text-align: center;
}

.invoice .item2total {
  position: relative;
  top: -151px;
  left: 491px;
  width: 100px;
  text-align: center;
}


.invoice .item3name {
  position: relative;
  top: -153px;
  left: 100px;
  width: 240px;
  overflow: hidden;
  display: block;
  height: 20px;
}

.invoice .item3qty {
  position: relative;
  top: -173px;
  left: 375px;
  width: 70px;
}

.invoice .item3price {
  position: relative;
  top: -196px;
  left: 415px;
  width: 75px;
  text-align: center;
}

.invoice .item3total {
  position: relative;
  top: -221px;
  left: 491px;
  width: 100px;
  text-align: center;
}



.invoice .item4name {
  position: relative;
  top: -223px;
  left: 100px;
  width: 240px;
  overflow: hidden;
  display: block;
  height: 20px;
}

.invoice .item4qty {
  position: relative;
  top: -243px;
  left: 375px;
  width: 70px;
}

.invoice .item4price {
  position: relative;
  top: -266px;
  left: 415px;
  width: 75px;
  text-align: center;
}

.invoice .item4total {
  position: relative;
  top: -291px;
  left: 491px;
  width: 100px;
  text-align: center;
}


.invoice .item5name {
  position: relative;
  top: -293px;
  left: 100px;
  width: 240px;
  overflow: hidden;
  display: block;
  height: 20px;
}

.invoice .item5qty {
  position: relative;
  top: -313px;
  left: 375px;
  width: 70px;
}

.invoice .item5price {
  position: relative;
  top: -336px;
  left: 415px;
  width: 75px;
  text-align: center;
}

.invoice .item5total {
  position: relative;
  top: -361px;
  left: 491px;
  width: 100px;
  text-align: center;
}



.invoice .item6name {
  position: relative;
  top: -363px;
  left: 100px;
  width: 240px;
  overflow: hidden;
  display: block;
  height: 20px;
}

.invoice .item6qty {
  position: relative;
  top: -383px;
  left: 375px;
  width: 70px;
}

.invoice .item6price {
  position: relative;
  top: -406px;
  left: 415px;
  width: 75px;
  text-align: center;
}

.invoice .item6total {
  position: relative;
  top: -431px;
  left: 491px;
  width: 100px;
  text-align: center;
}

.invoice .comment {
  width: 170px;
  height: 94px;
  position: relative;
  top: -13px;
  left: 354px;
  line-height: 14px;
  overflow: hidden;
}

.invoice .saletotal {
  width: 100px;
  height: 20px;
  position: relative;
  top: 27px;
  left: 251px;
  line-height: 14px;
  overflow: hidden;
  text-align: center;
}

.invoice .taxkind {
  width: 80px;
  height: 20px;
  position: relative;
  top: 39px;
  line-height: 14px;
  overflow: hidden;
  text-align: center;
}


.invoice .taxkind-yes{
  left: -17px;
  width: 80px;
  height: 20px;
  position: relative;
  top: 39px;
  line-height: 14px;
  overflow: hidden;
  text-align: center;
}

.invoice .taxkind-zero{
  left: 76px;
  width: 80px;
  height: 20px;
  position: relative;
  top: 39px;
  line-height: 14px;
  overflow: hidden;
  text-align: center;
}

.invoice .taxkind-none{
  left: 164px;
  width: 80px;
  height: 20px;
  position: relative;
  top: 39px;
  line-height: 14px;
  overflow: hidden;
  text-align: center;
}


.invoice .tax {
  position: relative;
  left: 251px;
  top: 6px;
  width: 100px;
  height: 20px;
  float: left;
  text-align: center;
}

.invoice .total {
  position: relative;
  left: 151px;
  top: 31px;
  width: 100px;
  height: 20px;
  float: left;
  text-align: center;
}

.invoice .bigno {
  font-size: 14px;
}


.invoice .bigno .ch1 {
  position: relative;
  top: 54px;
  left: -254px;
}

.invoice .bigno .ch2 {
  position: relative;
  top: 30px;
  left: -7px;
}

.invoice .bigno .ch3 {
  position: relative;
  top: 6px;
  left: 44px;
}

.invoice .bigno .ch4 {
  position: relative;
  top: -18px;
  left: 94px;
}

.invoice .bigno .ch5 {
  position: relative;
  top: -42px;
  left: 144px;
}

.invoice .bigno .ch6 {
  position: relative;
  top: -66px;
  left: 194px;
}

.invoice .bigno .ch7 {
  position: relative;
  top: -90px;
  left: 244px;
}

.invoice .bigno .ch8 {
  position: relative;
  top: -114px;
  left: 294px;
}










.invoice .itemtable {
  position: relative;
  top: -10px;
  margin-left: 98px;
  width: 490px;
  height: 150px;
  line-height: 14px;
}



.invoice .itemtable .itemname {
  height: 20px;
  width: 250px;
  display: block;
  overflow: hidden;
  text-align: left;
}

.invoice .itemtable .itemqty {
  height: 20px;
  width: 70px;
  text-align: center;
}

.invoice .itemtable .itemprice {
  height: 20px;
  width: 75px;
  text-align: center;
}

.invoice .itemtable .itemtotal {
  height: 20px;
  width: 100px;
  text-align: center;
}

.invoice .itemtable tr{
  height: 14px;
  line-height: 14px
}

.invoice .itemtable td {
  height: 14px;
  line-height: 14px
}


.tab2_show{
    font-size: 12px;
    /*width: 90%;*/
}
.tab2_show th{
    text-align: right;
    color: #0099FF;
    padding-left: 10px;
}

.tab1_show{
    font-size: 12px;
    border: 1px solid #000; 
    border-collapse: collapse;
}
.tab1_show th.rad{    
    width: 50px;    
    
    /*padding-left: 10px;*/
}
.tab1_show th{
    border: 1px solid #000; 
    text-align: center;
    background-color: #BBB;
    min-width: 100px;    
    color: #FFF;
    /*padding-left: 10px;*/
}

.tab1_show td{
    border: 1px solid #000; 
    padding-left: 5px;
    
    /*color: #0099FF;*/
    /*padding-left: 10px;*/
}

.tab3_show{
    font-size: 12px;
    border: 1px solid #000; 
    border-collapse: collapse;
}

.tab3_show th{
    border: 1px solid #000; 
    text-align: center;
    background-color: #BBB;
    /*min-width: 100px;    */
    color: #FFF;
    /*padding-left: 10px;*/
}

.tab3_show td{
    border: 1px solid #000; 
    padding-left: 3px;
    
    /*color: #0099FF;*/
    /*padding-left: 10px;*/
}

.returnmark {
  position: relative;
top: -2px;
display: inline-block;
padding: 0 5px;
min-width: 10px;
height: 20px;
text-align: center;
font-size: 12px;
line-height: 20px;
color: white;
background: #d90101;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
border-radius: 10px;
}

.returnmarkdone {
  position: relative;
top: -2px;
display: inline-block;
padding: 0 5px;
min-width: 10px;
height: 20px;
text-align: center;
font-size: 12px;
line-height: 20px;
color: white;
background: green;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
border-radius: 10px;
}

.highlight {
  background: #fdfeeb;
}



.starinfo {
  background: gray;
  padding-right: 7px;
  border-radius: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 7px;
  color: white;
}

.starinfo1 {
  background: #ddd;
  padding-right: 7px;
  border-radius: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 7px;
  color: white;
  margin-right: 5px;
}

.starinfo2 {
  background: #ccc;
  padding-right: 7px;
  border-radius: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 7px;
  color: white;
  margin-right: 5px;
}

.starinfo3 {
  background: #bbb;
  padding-right: 7px;
  border-radius: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 7px;
  color: white;
  margin-right: 5px;
}

.starinfo4 {
  background: #aaa;
  padding-right: 7px;
  border-radius: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 7px;
  color: white;
  margin-right: 5px;
}

.starinfo5 {
  background: #888;
  padding-right: 7px;
  border-radius: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 7px;
  color: white;
  margin-right: 5px;
}


/*! jQuery UI - v1.10.3 - 2013-05-03
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Lucida%20Grande%2CLucida%20Sans%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=6px&bgColorHeader=deedf7&bgTextureHeader=highlight_soft&bgImgOpacityHeader=100&borderColorHeader=aed0ea&fcHeader=222222&iconColorHeader=72a7cf&bgColorContent=f2f5f7&bgTextureContent=highlight_hard&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=362b36&iconColorContent=72a7cf&bgColorDefault=d7ebf9&bgTextureDefault=glass&bgImgOpacityDefault=80&borderColorDefault=aed0ea&fcDefault=2779aa&iconColorDefault=3d80b3&bgColorHover=e4f1fb&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=74b2e2&fcHover=0070a3&iconColorHover=2694e8&bgColorActive=3baae3&bgTextureActive=glass&bgImgOpacityActive=50&borderColorActive=2694e8&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=ffef8f&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=25&borderColorHighlight=f9dd34&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=cd0a0a&bgTextureError=flat&bgImgOpacityError=15&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffffff&bgColorOverlay=eeeeee&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=90&opacityOverlay=80&bgColorShadow=000000&bgTextureShadow=highlight_hard&bgImgOpacityShadow=70&opacityShadow=30&thicknessShadow=7px&offsetTopShadow=-7px&offsetLeftShadow=-7px&cornerRadiusShadow=8px
* Copyright 2013 jQuery Foundation and other contributors Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 2px;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
	padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 40%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 21px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	width: 100%;
	/* support: IE10, see #8844 */
	list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0; /* support: IE7 */
	font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

.ui-menu .ui-state-disabled {
	font-weight: normal;
	margin: .4em 0 .2em;
	line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
	cursor: default;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item a {
	position: relative;
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: .2em;
	left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	position: static;
	float: right;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("/js/jquery/themes/cupertino/images/animated-overlay.gif");
	height: 100%;
	filter: alpha(opacity=25);
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to overide default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertical centre icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
	cursor: text;
}
.ui-tabs .ui-tabs-nav li a, /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #f2f5f7 url(/js/jquery/themes/cupertino/images/ui-bg_highlight-hard_100_f2f5f7_1x100.png) 50% top repeat-x;
	color: #362b36;
}
.ui-widget-content a {
	color: #362b36;
}
.ui-widget-header {
	border: 1px solid #aed0ea;
	background: #deedf7 url(/js/jquery/themes/cupertino/images/ui-bg_highlight-soft_100_deedf7_1x100.png) 50% 50% repeat-x;
	color: #222222;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #aed0ea;
	background: #d7ebf9 url(/js/jquery/themes/cupertino/images/ui-bg_glass_80_d7ebf9_1x400.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #2779aa;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #2779aa;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #74b2e2;
	background: #e4f1fb url(/js/jquery/themes/cupertino/images/ui-bg_glass_100_e4f1fb_1x400.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #0070a3;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
	color: #0070a3;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #2694e8;
	background: #3baae3 url(/js/jquery/themes/cupertino/images/ui-bg_glass_50_3baae3_1x400.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #f9dd34;
	background: #ffef8f url(/js/jquery/themes/cupertino/images/ui-bg_highlight-soft_25_ffef8f_1x100.png) 50% top repeat-x;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #cd0a0a url(/js/jquery/themes/cupertino/images/ui-bg_flat_15_cd0a0a_40x100.png) 50% 50% repeat-x;
	color: #ffffff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #ffffff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #ffffff;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(/js/jquery/themes/cupertino/images/ui-icons_72a7cf_256x240.png);
}
.ui-widget-header .ui-icon {
	background-image: url(/js/jquery/themes/cupertino/images/ui-icons_72a7cf_256x240.png);
}
.ui-state-default .ui-icon {
	background-image: url(/js/jquery/themes/cupertino/images/ui-icons_3d80b3_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(/js/jquery/themes/cupertino/images/ui-icons_2694e8_256x240.png);
}
.ui-state-active .ui-icon {
	background-image: url(/js/jquery/themes/cupertino/images/ui-icons_ffffff_256x240.png);
}
.ui-state-highlight .ui-icon {
	background-image: url(/js/jquery/themes/cupertino/images/ui-icons_2e83ff_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/js/jquery/themes/cupertino/images/ui-icons_ffffff_256x240.png);
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 6px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 6px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 6px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 6px;
}

/* Overlays */
.ui-widget-overlay {
	background: #eeeeee url(/js/jquery/themes/cupertino/images/ui-bg_diagonals-thick_90_eeeeee_40x40.png) 50% 50% repeat;
	opacity: .8;
	filter: Alpha(Opacity=80);
}
.ui-widget-shadow {
	margin: -7px 0 0 -7px;
	padding: 7px;
	background: #000000 url(/js/jquery/themes/cupertino/images/ui-bg_highlight-hard_70_000000_1x100.png) 50% top repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
	border-radius: 8px;
}
.jquery-msgbox
{
  background:url(/js/jquery/external/msgbox/images/background.png) repeat-x left bottom;
  padding-bottom:55px;
  font-style:normal; 
}

.jquery-msgbox-wrapper
{
  padding:20px 20px 20px 100px;
}

.jquery-msgbox-buttons
{
  padding:15px;
  text-align:right;
  position:absolute;
  bottom:0;
  right:0;
}

.jquery-msgbox-buttons button,
.jquery-msgbox-buttons input
{
  margin-left:10px;
  min-width:85px;
  padding:0 14px 2px;
  height:24px;
  cursor:pointer;
}

.jquery-msgbox-inputs
{
  margin-top:4px;
}

.jquery-msgbox-inputs input
{
  display:block;
  padding:3px 2px;
  border:1px solid #dddddd;
  margin:3px 0 6px 0;
  width:95%;
}

.jquery-msgbox-inputs select
{
  display:block;
  padding:3px 2px;
  border:1px solid #dddddd;
  margin:3px 0 6px 0;
  width:90%;
}

.jquery-msgbox-label
{
  font-weight:bold;
  font-size:11px;
}

.jquery-msgbox-alert
{
  background: url(/js/jquery/external/msgbox/images/alert.png) no-repeat 20px 20px;
}

.jquery-msgbox-info
{
  background: url(/js/jquery/external/msgbox/images/info.png) no-repeat 20px 20px;
}

.jquery-msgbox-error
{
  background: url(/js/jquery/external/msgbox/images/error.png) no-repeat 20px 20px;
}

.jquery-msgbox-prompt
{
  background: url(/js/jquery/external/msgbox/images/question.png) no-repeat 20px 20px;
}

.jquery-msgbox-confirm
{
  background: url(/js/jquery/external/msgbox/images/confirm.png) no-repeat 20px 20px;
}