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


a:hover { text-decoration: none; }

#wrapper {
    margin: 0 auto 20px;
    width: 1000px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

#header {
    height: 80px;
    padding-top: 10px;
}

#header h1 {
    margin: 0;
    padding: 0;
}

#header h1 span { display: none; }

#header .menu {
    height: 20px;
    margin-top: 15px;
}

#header .menu li {
    font-size: 16px;
    letter-spacing: .5px;
    display: inline;
    border-right: 1px solid #999;
}

#header .menu li a {
    color: #999;
    padding: 0 4px;
}

#header .menu li a:hover { color: #000; }

#header .menu li.last { border-right: 0 none; }

#header .menu li.last a { padding-right: 0; }

#main { }

#footer { }

/********* table **********/
#items { width: 100%; }

#items td {
    vertical-align: top;
    color: #333;
}

#items .thead {
    color: #666;
    font-size: 16px;
    height: 33px;
}

#items .thead td {
	background-color: #e2e1dd;
}

#items .tbody {
    font-size: 13px;
    line-height: 17px;
}

#items .tfoot { }

#items .vspacer { height: 30px; }

#items .hspacer { width: 50px; }

#items .dots {
    height: 21px;
}

#items .dots {
	background: url(../img/dots.gif) left center repeat-x;
}

/********* thead **********/
#items .thead h3,
#items .thead h4 {
	margin: 0;
    padding: 8px 10px;
    font-weight: normal;
}

#items .thead h4 { 
    color: #ccc;
}

#items .thead h4 a { color: #666; }

#items .thead h4 a:hover { color: #000; }

/********* tbody **********/
#items .tbody .thumb { width: 97px; ; }

#items .tbody .thumb img { border: 1px solid #1e1511; }

#items .tbody .item { width: 297px; }

#items .tbody .item .desc { margin-top: -3px; }

#items .tbody .item .info { padding-top: 18px; }

#items .tbody .item .desc strong { font-size: 14px; }

#items .tbody .choise { width: 450px; }

#items .tbody .choise .note { font-size: 12px; }

#items .tbody p { padding-bottom: 2px; }

#items .tbody a { color: inherit; }

#items .tbody .samples select {
    width: 175px;
    margin-right: 18px;
}

#items .tbody .qty input {
    width: 32px;
    border: 1px solid #bfbfbf;
    padding: 2px;
    margin-top: -2px;
}

#items .tbody .samples, #items .tbody .qty {
    clear: left;
    padding-bottom: 24px;
}

#items .tbody label {
    width: 91px;
    display: block;
    float: left;
}

/********* tfoot **********/
#items .tfoot .copy { color: #999; }

#items .tfoot .copy a {
    color: inherit;
    text-decoration: underline;
}

