/* Global */
body {
    color: #59564F;
    margin: 0px;
    padding: 0px;
    font-family: Arial,"Times New Roman";
    background-image: url('/content/new/background.jpg');
}
.Heading {
    background: url('/content/new/header.png') no-repeat left top;
    height: 109px;
}
fieldset {
    position: relative;
}
#HeadingLogoLink {
    float: left;
    width: 430px;
    height: 100px;
    display: block;
    margin: 5px 0 0 60px;
}
#HeadingNews {
    float: right;
    width: 500px;
    margin: 5px 60px 0 0;
    text-align: right;
}
.Nav {
    background: url('/content/new/menubar.png') no-repeat left top;
    height: 56px;
}
.Nav ul {
    list-style-type: none;
    margin: auto;
    padding-left: 60px;
}
.Nav ul li {
    float: left;
    padding-top: 2px;
}
.Nav ul li a {
    padding: 0px 21px;
    display: block;
    text-decoration: none;
    font-size: 19px;
    color: #FFF;
}
.Nav ul li a:hover {
    color: #F3A8AC;
}
#TopBarLeft {
    float: left;
    width: 630px;
    margin: 0px 0px 0px 60px;
    text-align: left;
}
#TopBarRight {
    float: right;
    width: 320px;
    margin: 0px 60px 0px 0px;
    text-align: center;
}
#TopSearch {
    position: relative;
    width: 247px;
    height: 53px;
    margin: 10px auto 0px;
    background: transparent url('/content/new/search.jpg') no-repeat center top;
}
#TopSearch .Search {
    position: absolute;
    top: 10px;
    left: 29px;
    width: 139px;
    border: 0px;
    background: white;
    outline: none;
}
#TopSelling {
    width: 580px;
    height: 160px;
    background: transparent url('/content/new/featured.jpg') no-repeat left top;
    padding-left: 44px;
    padding-top: 3px;
}
.MainTable {
    width: 1077px;
    height: 100% !important;
    margin: 15px auto;
}
.cartDivWrapper {
    clear: both;
    height: 22px;
    width: 1077px;
    background: url('/content/new/main.png') repeat-y;
    position: relative;
}
.cartDiv {
    position: absolute;
    top: -15px;
    right: 70px;
    float: right;
    height: 22px;
    padding-right: 25px;
    background: transparent url('/content/cart.png') no-repeat right center;
}
.cartDiv2 {
    position: absolute;
    height: 22px;
    padding-right: 25px;
    top:145px;
    right: 65px;
    background: transparent url('/content/cart.png') no-repeat right center;
}
.ContentWrapper {
    background: url('/content/new/main.png') repeat-y;
    padding-top: 1px;
    padding-bottom: 1px;
}
.Content {
    width: 958px;
    padding-left: 60px;
}
.Footer {
    background: transparent url('/content/new/footer.png') repeat-x left top;
    height: 52px;
    padding-top: 1px;
}
.Footer a {
    text-decoration: none;
}
.FooterLeft {
    float: left;
    width: 400px;
    margin: 30px 0px 0px 60px;
}
.FooterRight {
    float: right;
    width: 400px;
    margin: 30px 60px 0px 0px;
    text-align: right;
}
.member_nav {
    text-align: right;
}
.partner_buttons td {
    padding-right: 20px;
}
.partner_buttons b {
    display: block;
    margin-bottom: 10px;
}
.review_box {
    text-align: right;
    width: 385px;
    float: right;
}
.referURL {
	font-size: 15pt;
}
.account_box {
    text-align: center;
    width: 100%;
}
.account_box span {
    font-size: 15pt;
}
.account_box table {
    padding-top: 10px;
}
.account_box td {
    text-align: left;
}
.tracking_box {
    background: #F2E1E2;
    border: 1px solid #000000;
    padding: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#full_tracking_link_view {
    cursor: pointer;
    font-size: 10px;
    padding-top: 5px;
}
#full_tracking_link_hide {
    cursor: pointer;
    display: none;
    font-size: 10px;
    padding-top: 5px;
}
#full_tracking {
    display: none;
}
#tracking_table {
    border: 1px solid #AAA;
}
#tracking_table th {
    background: #F3A8AC;
    text-align: left;
    padding: 3px;
}
#tracking_table .solid {
    border-top: 1px solid #888;
}
#tracking_table .sep {
    border-top: 1px dotted #888;
}
#tracking_table .row_0 {
    background: #FFFFFF;
}
#tracking_table .row_1 {
    background: #EEEEEE;
}
.shipping_box {
    width: 725px;
}
.checkout_alert_box {
    background: #F3A8AC;
    border: 1px solid #000000;
    padding: 10px;
    width: 925px;
    margin: 0 auto;
    font-size: 12pt;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.login_box {
    width: 350px;
}
.login_boxOLD {
    background: #A6C6C5;
    border: 1px solid #000000;
    padding: 10px;
    width: 350px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.party_signup {
    font-size: 20pt;
    text-align: center;
    margin: 30px auto;
    padding: 10px;
    width: 600px;
}
.register_box {
    width: 350px;
}
.register_box span, .login_box span {
    font-size: 17pt;
}
.small {
    font-size: 10pt;
}
#orders_being_processed {
    border: 1px solid #AAA;
	-webkit-box-shadow: -3px 4px 5px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    -3px 4px 5px rgba(50, 50, 50, 0.75);
    box-shadow:         -3px 4px 5px rgba(50, 50, 50, 0.75);
}
#orders_being_processed th {
    background: white;
    background-image: url('/content/form_grad2.png');
    background-repeat: repeat-x;
    background-position: top;
    text-align: left;
    padding: 3px;
}
#orders_being_processed .solid {
    border-top: 1px solid #888;
}
#orders_being_processed .sep {
    border-top: 1px dotted #888;
}
#orders_being_processed .mine {
    background: #D2E0DF;
    font-weight: bold;
}
.disabled {
    color: #FF0000;
    text-decoration: line-through;
}
.coupon_error {
    background: #9B1111;
    color: #DDDDDD;
}
.ajax {
    background: #AA9E8A;
}
.facebook {
    background: #FFFFFF;
}
input[type="text"], input[type="password"], textarea
{
    border: solid 1px #8C816D;
    background: white;
    background-image: url('/content/form_grad.png');
    background-repeat: repeat-x;
    background-position: top;
}
.contact {
    width: 260px;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus
{
    border: solid 1px #444;
    background: white;
    background-image: url('/content/form_grad2.png');
    background-repeat: repeat-x;
    background-position: top;
    outline: none;
    border-color: #000;
    box-shadow: 0 0 5px #000;
}
h1, .h1 {
    border-bottom: 1px dotted #E0E0E0;
    color: #61918F;
    font-size: 1.65em;
    font-weight: normal;
    line-height: 0.95em;
    margin: 0;
    padding: 10px 0 0;
}
h1 a, h1 a:active, h1 a:visited, .h1 a, .h1 a:active, .h1 a:visited {
    color: #61918F;
    text-decoration: none;
}
h1 a:hover, .h1 a:hover {
    color: #295E5C;
}
h2 {
    color: #61918F;
    font-size: 1.50em;
    font-weight: normal;
    line-height: 0.95em;
    margin: 0;
    padding: 20px 0 0;
}
h2 a, h2 a:active, h2 a:visited {
    color: #61918F;
    text-decoration: none;
}
.examples {
    color: black;
    font-size: 1.50em;
    margin: 5px;
    font-weight: normal;
}
h4 {
    color: #706756;
    font-size: 1.10em;
}
.fb-like {
    /*float: left;*/
}
#social_links {
    background: none repeat scroll 0 0 #565042;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    color: white;
    left: -80px;
    padding: 15px 0 0;
    position: absolute;
    text-align: center;
    top: 89px;
    width: 70px;
}
#social_links .social_item {
    margin: 0 0 15px;
    display: block;
}
#social_links .social_item > a {
    margin-top: 30px !important;
}
.social_banner {
    text-align: left;
    padding: 22px 5px 97px 5px;
    width: 880px;
}
.social_banner img {
    width: 20px;
    height: 20px;
    border: 0px;
}
legend {
    color: #706756;
    font-size: 1.10em;
}
fieldset {
    border: 1px dashed #999;
}
a, a:active, a:visited {
    color: #973441;
}
a:hover {
    color: #973441;
}
.info_box, .success_box, .warning_box, .error_box, .validation_box {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.info_box {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('/content/Info.png');
}
.success_box {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('/content/Success.png');
}
.warning_box {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('/content/Warning.png');
}
.error_box {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('/content/Cancel.png');
}
.errortext {
    color: #9E191F;
    font-size: .9em;
}
.error {
    font-size: 1.3em;
    color: #9E191F;
    background: #FFF url('/content/warning.gif') no-repeat left center;
    padding-left: 20px;
    line-height: 24px;
}
.error_no_image {
    font-size: 1.3em;
    color: #9E191F;
    line-height: 24px;
}
.top_dashed {
    border-top: 1px dashed black;
}
.top_solid {
    border-top: 1px solid black;
}
.bottom_solid {
    border-bottom: 1px solid black;
}
.right_solid {
    border-right: 1px solid black;
}
.left_solid {
    border-left: 1px solid black;
}

/* News Posts */

.clear {
    clear: both;
    font-size: 1px;
}
.post {
    border: 0 dotted black;
    margin: 14px 0 0 -60px;
    width: 1020px;
}
.postleft {
    border: 0 solid green;
    float: left;
    width: 98px;
    margin-left: 5px;
}
.timebox {
    background: url("/content/datebox.png") repeat-x scroll 0 0 transparent;
    height: 79px;
    text-align: center;
}
.postdate {
    color: #564F42;
    font-size: 25px;
    padding-top: 5px;
}
.posttime {
    color: #737373;
    font-size: 12px;
}
.postright {
    margin: 0 20px 0 10px;
    font-size: 1.08em;
    width: 650px;
    float: left;
}
.postrightBar {
    width: 200px;
    float: right;
}
.postrightBar .Box {
    float: right;
    margin-bottom: 20px;
    width: 200px;
}
.postfooter {
    background: url("/content/divider.png") no-repeat scroll 0 0 transparent;
    width: 675px;
    height: 36px;
}
.postfooter_text {
    color: #706756;
    padding: 6px 35px 0px 0px;
    text-align: right;
    vertical-align: top;
    font-size: 1.2em;
}
.comment_row1 {
    border-bottom: 1px solid #CCCCCC;
    color: #333333;
    font-size: 0.8em;
    padding: 5px 10px 10px;
    background-color: #FFFFFF;
}
.comment_row2 {
    border-bottom: 1px solid #CCCCCC;
    color: #333333;
    font-size: 0.8em;
    padding: 5px 10px 10px;
    background-color: #F6F6F6;
}
.comment_head {
    color: #336699;
    line-height: 1.9em;
    font-weight: bold;
}
#phone {
    visibility: hidden;
}
#addcomment {
    float: right;
    margin-right: 13px;
}

/* Products */
.fb_image_wrap {
    border: 1px solid #EEE;
    width: 155px;
    margin-bottom: 10px;
    padding: 3px;
}
.product_wrap {
    float: left;
    width: 800px;
}
.productCategoryLinks {
    color: #59564F;
    float: right;
    width: 150px;
    margin-top: 50px;
}
.productCategoryLinks a {
    color: #59564F;
    text-decoration: none;
}
.product_frame {
    background: url("/content/picframe.png") no-repeat scroll 0 0 transparent;
    display:block;
    height: 199px;
    position:absolute;
    width: 223px;
}
.product_body {
    padding: 9px 20px 2px;
    position: relative;
}
.product_name a {
    color: white;
    font-size: 1.1em;
    display:block;
    height: 35px;
    position:absolute;
    width: 223px;
    z-index: 10;
    padding-top: 3px;
    bottom: 0px;
    text-decoration: none;
    text-align: center;
}
.product_name a:hover {
    color: #F3A8AC;
}
.product_content {
    position:absolute;
    width: 223px;
}
.product_td {
    /*padding: 5px 20px 55px;*/
    width: 270px;
}
.new_item {
    background: url("/content/new_item.png") no-repeat scroll 0 0 transparent;
    display:block;
    height: 60px;
    position:absolute;
    width: 60px;
    top: 0px;
    left: 0px;
}
.sale_item {
    background: url("/content/sale_item.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 77px;
    position: absolute;
    width: 74px;
    top: 11px;
    right: 21px;
}
.pic_overlay {
    background: url("/content/picoverlay.png") no-repeat scroll 0 0 transparent;
    display:block;
    height: 150px;
    position:absolute;
    width: 200px;
}
.maximizeScrolling {
    position: absolute;
    top: 0px;
    right: 30px;
    border: 1px solid gray;
    padding: 3px 5px;
    background: #FFF url('/content/form_grad2.png');
    cursor: pointer;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.noScrolling {
    overflow: visible !important;
}
.scrolling {
    padding : 4px;
    width : 100%;
    height : 173px;
    overflow : auto;
}
.attributes {
    width:175px;
    float:left;
    padding-bottom: 10px;
}
.additionalp {
    width:295px;
    height: 170px;
    float:left;
}
.cost_td {
    padding-right:30px;
}
.item_details {
    font-size: 1.1em;
}
.sub_info {
    font-size: .8em;
}
.cart_item {
    background-color: #D0E2E2;
}
.cart_item img {
    border: 2px solid #706756;
}
.cart_name {
    font-size: 1.1em;
    vertical-align: text-top;
}
.total {
    color: #737373;
    font-size: 1.2em;
    float:right;
    font-weight: bold;
}
.sub_shipping_info {
    font-size: .8em;
    clear: both;
    padding-top: 20px;
}
#ArchiveList a {
    text-decoration: none;
}
#ArchiveList a.toggle {
    color: #554E41;
    text-decoration: none;
    font-size: 10pt;
}
#ArchiveList ul {
    padding-left: 10px;
    margin: 3px 0;
}
#ArchiveList ul li {
    list-style: none;
}
#ArchiveList ul li ul {
    padding-left: 30px;
    margin: 5px 0;
}
#ArchiveList ul li ul li {
    list-style-type: circle;
    font-size: 10pt;
}
#ArchiveList ul li ul a:hover {
    text-decoration: underline;
}
#ArchiveList .collapsed {
    display:none
}
/* SqueezeBox */

#sbox-overlay {
	position: absolute;
	background-color: #000000;
	left: 0px;
	top: 0px;
	zoom: 1;
}
#sbox-window {
	position: absolute;
	background-color: #7DB3B8;
	text-align: left;
	overflow: visible;
	padding: 10px;
}


.coupon_items {
    font-size: 9pt;
    padding-top: 5px;
}

.order_spacer {
    height: 20px;
}
.recent_orders ul {
    margin: 5px 0 0 0;
}
.recent_orders .orderpic {
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-bottom: 1px solid #999;
}
.recent_orders .orderpic img {
    padding: 5px;
    width: 150px;
}
.recent_orders .orderinfo {
    font-size: 1.1em;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    padding: 10px;
}
.recent_orders .ordertext {
    border-bottom: 1px dotted #E0E0E0;
    color: #706756;
    font-size: 1.1em;
    font-weight: normal;
    line-height: 0.95em;
    margin: 0;
    padding: 10px 0 0;
}