/* layout */

body {
    margin: 0;
    padding: 5px;
}

.clear {
    clear: both !important;
    float: none !important;
}

input {
    margin: 0;
}

#outer {
    float: left;
    width: 956px;
}

div#main {
    float: left;
    width: 768px;
    position: relative;
}

/* Top */
#top {
    float: left;
    width: 100%;
    border-width: 0 0 3px 0;
    border-style: solid;
    height: 90px;
    background-repeat: no-repeat;
}

#header {
    display: none;
}

#topnav {
    float: right;
    text-align: center;
    font-size: .75em;
    margin-top: 57px;
}

#topnav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: left;
}

#topnav li {
    display: inline;
    margin-right: 0.05em;
    float: left;
}

#topnav a {
    float: left;
    text-decoration: none;
    font-weight: bold;
    padding: 0.5em 0.85em;
}

/* Bottom */
#middle {
    float: left;
    width: 768px;
}

/* Left */
#left {
    border-width: 0 3px 0 0;
    border-style: solid;
    float: left;
    width: 155px;
}

.left-module {
    padding: 3px;
    margin-bottom: 5px;
}

#submenu1, #submenu2, #submenu3, #submenu4, #submenu5 {
    position: absolute;
    width: 159px;
    display: none;
}

#nav, #nav ul, #submenu1 ul, #submenu2 ul, #submenu3 ul, #submenu4 ul, #submenu5 ul { /* all lists */
    padding: 0;
    margin: 0;
    list-style: none;
    width : 149px;
    font-size: 12px;
    line-height: 14px;
}

#nav li, #submenu1 li, #submenu2 li, #submenu3 li, #submenu4 li, #submenu5 li { /* all list items */
    position : relative;
    width: 149px;
}

#nav li a, #submenu1 li a, #submenu2 li a, #submenu3 li a, #submenu4 li a, #submenu5 li a {
    width: 133px;
    display : block;
    text-decoration : none;
    padding: 2px 16px 2px 0;
}

#nav li.cat a, #submenu1 li.cat a, #submenu2 li.cat a, #submenu3 li.cat a, #submenu4 li.cat a, #submenu5 li.cat a {
    background-position: right center;
    background-repeat: no-repeat;
}

#nav li a:hover, #submenu1 li a:hover, #submenu2 li a:hover, #submenu3 li a:hover, #submenu4 li a:hover, #submenu5 li a:hover {
    text-decoration: underline;
}

.endmenu {
    clear: both;
}

/* Categories */
#category {
    margin: 10px;
    font-size: 12px;
    line-height: 14px;
    width: 154px;
    padding: 2px;
}

#category a {
    width: 133px;
    display : block;
    text-decoration : none;
    padding: 2px 16px 2px 0;
}

#category li.cat a {
    background-position: right center;
    background-repeat: no-repeat;
}

/* Content */

#content {
    float: left;
    width: 610px;
    clear: none;
}

#breadcrumb {
    margin: 0 10px;
}

.pages {
    margin: 10px;
    border-style: solid;
}

.top {
    padding-top: 10px;
    border-width: 2px 0 0 0;
}

.bottom {
    border-width: 0 0 2px 0;
    padding-bottom: 10px;
}

/* Product Detail */
#productDetail {
    margin: 10px;
    border-style: solid;
    border-width: 2px 0;
    padding: 10px 0;
    width: 590px;
}

#productDetail div.detailInfo {
    width: 330px;
    margin-left: 10px;
    float: left;
}

#productDetail div.detailInfo div {
    margin-bottom: 10px;
}

#productDetail p.photo {
    float: left;
    width: 250px;
    text-align: center;
    margin: 0;
}

/* Products, Search Results */
#products {
    margin: 10px;
    border-width: 2px 0 0 0;
    border-style: solid;
}

#products div.productGroup {
    border-width: 0 0 2px 0;
    border-style: solid;
}

#products div.productGroup div {
    padding: 0 15px;
    margin: 5px 2px;
    width: 160px;
    float: left;
    overflow: auto;
}

#products p.photo {
    border: 0;
}

button {
    line-height: 125%;
}

/* Cart */
#cart {
    padding: 10px;
}

#cart table {
    width: 100%;
    border-collapse: collapse;
}

#cart table th, #cart table td {
    padding: 5px;
    border: 1px #ccc solid;
    vertical-align: middle;
    text-align: center;
}

#cart table td.description {
    text-align: left;
}

#cart table input {
    text-align: right;
}

#cart table tr.total td {
    font-weight: bold;
    text-align: left;
}

#cart table tr.total td.button {
    text-align: center;
}

#cart table td.money, #cart table tr.total td.money {
    text-align: right;
}

#cart p.submit {
    text-align: center;
}

/* Checkout */
#checkout {
    padding: 0 10px;
}

#checkout input, #checkout select {
    font-family: monospace;
}

#checkout form span {
    width: 200px;
    text-align: right;
    display: block;
    float: left;
    margin-right: 10px;
    clear: both;
}

#checkout form span span, #checkout form span.required {
    width: auto;
    display: inline;
    text-align: inherit;
    float: none;
    margin-right: 0;
    clear: none;
}

#checkout form input.checkbox {
	vertical-align: baseline;
}

#checkout form p.submit {
    text-align: center;
}

/* Footer */
#footer {
    clear: both;
    padding-top: 5px;
}

#footer div {
    background-color: #ddd;
    text-align: center;
    padding: 5px;
}

#footer ul {
    margin-bottom: 10px;
}

#footer li {
    display: inline;
    padding: 0 5px;
    border-left: 1px solid #000;
}

#footer li.first {
    border-left: none;
}

#thawte {
    clear: both;
    padding-top: 5px;
}

#thawte img {
    cursor: pointer;
}

#thawte a {
    font: bold 10px arial, sans-serif;
    color: #000;
    text-decoration: none;
}

/* style */

body {
    text-align: left;
    font-family: arial, helvetica, sans-serif;
    background-color: #fff;
    font-size: 14px;
    color: #000;
}

a:link, a:visited {
    color: #46d;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:visited {
    color: #86c;
}

.error {
    color: #f00;
}

/* Top */
#top {
    border-color: #fff;
    background-image: url(images/header.jpg);
}

#topnav a:link, #topnav a:visited {
    color: #000;
}

#topnav a:hover {
    color: #f33;
}

/* Bottom */
#middle {
    background: url("images/left.png") repeat-y left top;
}

/* Left */
#left {
    border-color: #fff;
    font-size: 14px;
    color: #777;
}

#login h2 {
    color: #46d;
    margin-bottom: 10px;
}

.left-module h2 {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
}

#nav, #nav ul, #submenu1 ul, #submenu2 ul, #submenu3 ul, #submenu4 ul, #submenu5 ul { /* all lists */
    font-family: tahoma, verdana, helvetica, arial, sans-serif;
    font-weight: bold;
    background-color : #ddd;
}

#nav li a, #submenu1 li a, #submenu2 li a, #submenu3 li a, #submenu4 li a, #submenu5 li a {
    color : #46d;
}

#nav li.cat a, #submenu1 li.cat a, #submenu2 li.cat a, #submenu3 li.cat a, #submenu4 li.cat a, #submenu5 li.cat a {
    background-image: url(images/arrow.png);
}

#nav li.cat a:hover, #submenu1 li.cat a:hover, #submenu2 li.cat a:hover, #submenu3 li.cat a:hover, #submenu4 li.cat a:hover, #submenu5 li.cat a:hover {
    background-image: url(images/arrow2.png);
}

#nav li a:hover, #submenu1 li a:hover, #submenu2 li a:hover, #submenu3 li a:hover, #submenu4 li a:hover, #submenu5 li a:hover {
    color: #a44;
}

/* Categories */
#category {
    font-family: tahoma, verdana, helvetica, arial, sans-serif;
    font-weight: bold;
    background-color: #ddd;
}

#category a {
    color : #46d;
}

#category li.cat a {
    background-image: url(images/arrow.png);
}

#category li.cat a:hover {
    background-image: url(images/arrow2.png);
}

#category li a:hover {
    text-decoration: underline;
    color: #a44;
}

/* Content */

#breadcrumb {
    font-size: 12px;
    color: #888;
}

.pages {
    font-size: 12px;
    line-height: 14px;
    color: #888;
    margin: 10px;
    border-color: #aad;
}

#breadcrumb a:link, #pages a:link {
    color: #008;
}

#breadcrumb a:visited, #pages a:visited {
    color: #aaa;
}

/* Product Detail */
#productDetail {
    border-color: #aad;
}

#productDetail p {
    font-size: 14px;
    color: #000;
}

#productDetail h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

#productDetail p.price {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

/* Products, Search Results */
#products {
    border-color: #aad;
}

#products div.productGroup {
    border-color: #aad;
}

#products img {
    border: 1px #bbb solid;
}

#products h3 {
    font-size: 12px;
    line-height: 14px;
    border-bottom: 1px #bbb solid;
    padding-bottom: 10px;
}

#products h3 a {
    color: #666;
    text-decoration: none;
}

#products h3 a:hover {
    text-decoration: underline;
}

#products p {
    font-size: 12px;
    margin: 5px 0;
    padding-bottom: 3px;
    border-bottom: 1px #bbb solid;
}

#products p.price {
    font-weight: bold;
}

#products p.loggedOut {
    font-style: italic;
    color: #f00;
}

/* Cart */
#cart p {
    margin: .5em 0;
}

#cart h2 {
    font-weight: bold;
    font-size: 1.5em;
    margin-bottom: 1em;
}

#cart table {
    font-size: 14px;
}

#cart table th {
    font-weight: bold;
}

#cart table tr.row0 {
    background-color: #ddf;
}

#cart table tr.row1 {
    background-color: #eee;
}

/* Checkout */
#checkout {
    font-size: 14px;
}

#checkout h2 {
    font-size: 18px;
    font-weight: bold;
    color: #44a;
}

#checkout h3 {
    font-size: 16px;
    font-weight: bold;
    color: #44a;
}

#checkout p {
    margin: .5em 0;
}

.required {
    color: #f00;
}

/* Home Page */

.left-module label input {
    width: 100px;
}

#welcome {
    padding: 5px;
    margin-bottom: 3px;
    background-color: #79d;
    color: #fff;
}

#welcome h2 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

#creditcare h3 {
    font-weight: bold;
    font-size: 14px;
    margin: 5px 0;
}

#rotator {
    float: left;
    width: 434px;
    height: 450px;
    overflow: hidden;
    background-color: #000;
}

#rotator img, #rotator a {
    display: block;
    color: #fff;
}

.ui-tabs-hide {
    display: none;
}

#featured {
    float: right;
    width: 120px;
    height: 380px;
    padding: 70px 25px 0px 25px;
    background: url(images/right.jpg) no-repeat;
}

#featured h2 {
    display: none;
}

#featured ul {
    padding-top: 1px;
}

#featured li {
    margin-top: 35px;
    line-height: 12px;
    font-size: 11px;
    font-weight: bold;
}

#featured li a:link, #featured li a:visited {
    color: #fff;
    text-decoration: none;
}

#featured li.ui-tabs-selected a:link, #featured li.ui-tabs-selected a:visited {
    color: #beb;
}

#popular {
    height: 245px;
    width: 610px;
    border-top: 4px #fff solid;
    clear: both;
}

#popular h2 {
    height: 61px;
    background: url(images/mpheader.jpg) no-repeat;
}

#popular h2 span {
    display: none;
}

#popular div#mpcontain {
    height: 184px;
    background: #fff url(images/mpgradient.jpg) bottom left repeat-x;
}

#popular div#mpleft {
    width: 50px;
    height: 164px;
    margin-top: 9px;
    float: left;
}

#mpleft div {
    display: block;
    background: url(images/Left_UP.jpg) no-repeat;
    height: 25px;
    width: 21px;
    margin-top: 55px;
    margin-left: 15px;
}

#mpleft div.hover {
    background-image: url(images/Left_CLICK.jpg);
    cursor: pointer;
}

#mpleft div.empty {
    background-image: url(images/Left_EMPTY.jpg);
}

#popular div#mpmid {
    width: 510px;
    height: 184px;
    float: left;
    overflow: hidden;
}

#popular div#mplist {
    width: 1530px;
}

#mplist img, #mplist p {
    float: left;
}

#mplist p {
    width: 95px;
    margin: 40px 5px 0 5px;
    font-size: 10px;
    font-weight: bold;
}

#popular div#mpright {
    width: 50px;
    height: 164px;
    margin-top: 9px;
    float: left;
}

#mpright div {
    display: block;
    background: url(images/Right_UP.jpg) no-repeat;
    height: 25px;
    width: 21px;
    margin-top: 55px;
    margin-left: 14px;
}

#mpright div.hover {
    background-image: url(images/Right_CLICK.jpg);
    cursor: pointer;
}

#mpright div.empty {
    background-image: url(images/Right_EMPTY.jpg);
}

#right {
    float: left;
    margin-left: 5px;
    width: 177px;
}

#right h2 {
    background-color: #008;
    border-color: #000;
    border-style: solid;
    border-width: 1px 1px 0 1px;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    padding: 5px;
    text-align: center;
    width: 165px;
}

#right div {
    background-color: #008;
    border: 1px #000 solid;
    padding: 10px 0 1px 0;
    text-align:center;
}

#right div p {
    margin-bottom: 10px;
}

/* Information */

#docs {
    padding: 0 10px;
}

#docs h2 {
    font-size: 150%;
    font-weight: bold;
    margin-bottom: 1em;
}

#docs h3 {
    font-size: 110%;
    font-weight: bold;
    margin-bottom: 1em;
}

#docs p {
    margin-bottom: 1em;
}

#docs strong {
    font-weight: bold;
}

#docs ul {
    list-style: disc outside;
    margin: 1em 0;
}

#docs ol {
    list-style: decimal outside;
    margin: 1em 0;
}

#docs ol ol {
    list-style: lower-alpha outside;
    margin: 0;
}

#docs li {
    margin-left: 2em;
}

#docs table {
    margin: 1em auto;
    border-spacing: 2px;
    border: 1px outset #000;
}

#docs td {
    padding: .2em;
    border-collapse: collapse;
    border: 1px inset #000;
}

#customerService {
    padding: 0 10px;
}

#customerService h2 {
    font-size: 150%;
    font-weight: bold;
    margin-bottom: 1em;
}

#customerService p {
    margin-bottom: 1em;
}

#faq {
    padding: 0 10px;
}

#faq strong {
    font-weight: bold;
}

#faq h2 {
    font-size: 150%;
    font-weight: bold;
    margin-bottom: 1em;
}

#faq h3 {
    font-size: 110%;
    font-weight: bold;
}

#faq p {
    margin-bottom: 1em;
}

#faq ul {
    list-style: disc outside;
    margin: 1em 0;
}

#faq ol {
    list-style: decimal outside;
    margin: 1em 0;
}

#faq ol ol {
    list-style: lower-alpha outside;
    margin-bottom: 0;
}

#faq li {
    margin-bottom: 1em;
    margin-left: 2em;
}

#conditions {
    padding: 0 10px;
}

#conditions strong {
    font-weight: bold;
}

#conditions h2 {
    font-size: 150%;
    font-weight: bold;
    margin-bottom: 1em;
}

#conditions h3 {
    font-size: 110%;
    font-weight: bold;
    margin-bottom: 1em;
}

#conditions p {
    margin-bottom: 1em;
}

#conditions ol {
    list-style: decimal outside;
    margin: 1em 0;
    font-weight: bold;
}

#conditions ol p {
    font-weight: normal;
}

#conditions li {
    margin-bottom: 1em;
    margin-left: 2em;
}

#conditions p.bottom {
    text-align: center;
}

#privacy {
    padding: 0 10px;
}

#privacy h2 {
    font-size: 150%;
    font-weight: bold;
    margin-bottom: 1em;
}

#privacy h3 {
    font-size: 110%;
    font-weight: bold;
    margin-bottom: 1em;
}

#privacy p {
    margin-bottom: 1em;
}

#privacy ol {
    list-style: decimal outside;
    margin: 1em 0;
}

#privacy li {
    margin-left: 2em;
}

#membership {
    padding: 0 10px;
}

#membership strong {
    font-weight: bold;
}

#membership h2 {
    font-size: 150%;
    font-weight: bold;
    margin-bottom: 1em;
}

#membership h3 {
    font-size: 110%;
    font-weight: bold;
    margin-bottom: 1em;
}

#membership p {
    margin-bottom: 1em;
}

#membership p.bottom {
    text-align: center;
}

#membership table {
    margin: 1em auto;
    border-spacing: 2px;
    border: 1px outset #000;
}

#membership td {
    padding: .2em;
    border: 1px inset #000;
    border-collapse: collapse;
}

/* My Account */
#myAccount {
    padding: 0 10px;
}

#myAccount h2 {
    font-size: 150%;
    font-weight: bold;
    margin-bottom: 1em;
}

#myAccount p {
    margin: .5em 0;
}

#myAccount form span {
    width: 200px;
    text-align: right;
    display: block;
    float: left;
    margin-right: 10px;
    clear: both;
}

#myAccount form p.submit {
    text-align: center;
}

#myAccount table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    margin-bottom: 10px;
}

#myAccount table th {
    font-weight: bold;
}

#myAccount table th, #myAccount table td {
    padding: 5px;
    border: 1px #ccc solid;
    vertical-align: middle;
    text-align: center;
}

#myAccount p.submit {
    text-align: center;
}

/* Credit Manager */
#creditManager {
    padding: 0 10px;
}

#creditManager h2 {
    font-size: 150%;
    font-weight: bold;
    margin-bottom: 1em;
}

#creditManager p {
    margin: .5em 0;
}

#creditManager form span {
    width: 200px;
    text-align: right;
    display: block;
    float: left;
    margin-right: 10px;
    clear: both;
}

#creditManager form p.submit {
    text-align: center;
}

/* Ajax */
div.ui-dialog {
    background-color: #fff;
}

div.ui-dialog-titlebar {
    padding: .2em;
    border-bottom: 1px #000 solid;
}

div.ui-dialog-titlebar span {
    font-weight: bold;
}

div.ui-dialog-titlebar a {
    display: none;
}

div.ui-dialog-content {
    padding: .2em;
}
