/* +------------------------------------------------------------+ */
/* | General XHTML Elements                                     | */
/* +------------------------------------------------------------+ */
body { color: #000; font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 13px; background-image: url(../media/background.jpg); background-repeat: repeat-x; background-position: 0 top; text-align: center; margin: 10px; }
a { color: #006699; font-size: 13px; text-decoration: underline; cursor: pointer; }
a:hover {
     color: #555555;
     }
p {
     margin: 5px 0px 7px 0px;
     }

sup {
     display: inline;
     padding: 0px;
     vertical-align: super;
     font-size: 8px;
     }
legend {
     display: none;
}


label {
     display: none;
}

fieldset {
     border: none;
     padding: 4px 0px 4px 5px;
    }

fieldset p {
     display: block;
     margin: 5px 5px 5px 2px;
     }

form {
     margin: 0px 0px 5px 0px;
     }

img {
     border: none;
     }

li {
     padding-bottom: 5px;
     }

/* +------------------------------------------------------------+ */
/* | General XHTML Classes                                      | */
/* +------------------------------------------------------------+ */

.center {
     text-align: center;
     }

.inlinecenter {
     text-align: center;
     }

p.inline {
     display: inline;
     padding: 0px;
     }

.strong {
     font-weight: bold;
     }

.big {
     font-weight: bold;
     font-size: 16px;
     }

.hidden {
     display: none;
     }

a.unfancy {
     color: #006699;
     font-weight: normal;
     text-decoration: underline;
     cursor: pointer;
     }

/* +------------------------------------------------------------+ */
/* | Skin Specific Divs                                         | */
/* +------------------------------------------------------------+ */

#skin_wrapper {
     width: 900px;
     padding: 0px;
     margin: auto;
     }

#skin_wrapper_full {
     width: 100%;
     padding: 0px;
     margin: 0px;
     background-image: url('../media/header.png');
     background-repeat: repeat-x;
     background-position:  top left;
     }

#skin_ct {
     width: 100%;
     padding: 0px;
     margin: 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     }

#skin_ct_lcol_head {
     padding: 10px;
     margin: 0px;
     width: 160px;
     height: 80px;
     }

#skin_ct_rcol_head {
     padding: 10px;
     margin: 0px;
     height: 80px;
     text-align: right;
     }

#skin_ct_lcol {
     padding: 20px 10px 10px 10px;
     margin: 0px;
     vertical-align: top;
     width: 160px;
     text-align: left;
     }

#skin_ct_mcol {
     padding: 20px 10px 10px 10px;
     margin: 0px;
     vertical-align: top;
     line-height: 150%;
     }

#skin_ct_rcol {
     padding: 20px 10px 10px 10px;
     margin: 0px;
     vertical-align: top;
     width: 160px;
     }

#skin_footer {
     color: #FFFFFF;
     background-color: #006699;
     padding: 50px 10px 10px 10px;
     margin: 0px;
     text-align: center;
     background-image: url('../media/footer.png');
     background-repeat: repeat-x;
     background-position:  top left;
     }

#skin_pgtitle { color: #6f0505; font-size: 16px; padding: 0 0 4px; margin: 0 0 10px; font-weight: bold; border-bottom: 1px solid #999999; }

#skin_content { margin: auto; padding: 10px; }

/* +------------------------------------------------------------+ */
/* | Skin Specific Classes                                      | */
/* +------------------------------------------------------------+ */

.skin_fenavh {
     color: #59A325;
     padding: 3px 0px 5px 0px;
     margin: 0px;
     border-bottom: 1px dotted #999999;
     font-weight: bold;
     font-size: 14px;
     }

.skin_fenav ul {
     padding: 0px;
     margin: 0px 0px 10px 0px;
     list-style: none;
     }

.skin_fenav ul li {
     margin: 0px;
     padding: 0px;
     list-style: none;
     }

.skin_fenav ul li a {
     color: #333333;
     font-weight: normal;
     display: block;
     text-decoration: none;
     padding: 6px 5px 6px 14px;
     background-image: url('../media/menu_bullet.png');
     background-repeat: no-repeat;
     background-position:  center left;
     border-bottom: 1px dotted #999999;
     }

.skin_fenav ul li a:hover {
     color: #333333;
     background-color: #DDDDDD;
     text-decoration: none;
     }

.skin_headacct {
     width: 100%;
     text-align: right;
     clear: both;
     }

.skin_fenavmini {
     padding: 7px;
     margin: 0px 0px 10px 0px;
     border-left: 1px dotted #999999;
     border-right: 1px dotted #999999;
     border-bottom: 1px dotted #999999;
     }

#skin_menu_head ul {
     padding: 0px 0px 4px 0px;
     margin: 0px 0px 4px 0px;
     list-style: none;
     border-bottom: 1px solid #ABABAB;
     }

#skin_menu_head li {
     padding: 0px;
     margin: 0px;
     list-style: none;
     display: inline;
     }

#skin_menu_head ul li a {
     color: #FFFFFF;
     font-weight: normal;
     text-decoration: none;
     margin: 0px 0px 0px 30px;
     padding: 0px 0px 0px 10px;
     background-image: url('../media/menu_arrow.png');
     background-repeat: no-repeat;
     background-position: center left;
     }

#skin_menu_head ul li a:hover {
     text-decoration: underline;
     }

#skin_headacct {
     color: #ABABAB;
}

#skin_headacct a {
     color: #FFFFFF;
     text-decoration: none;
}

#skin_headacct a:hover {
     color: #FFFFFF;
     text-decoration: underline;
}

/* +------------------------------------------------------------+ */
/* | System Required Divs                                       | */
/* +------------------------------------------------------------+ */

#debug {
     color: #555555;
     background-color: #FFFFFF;
     border-top: 1px solid #999999;
     overflow: hidden;
     padding: 10px;
     margin: 0px auto 10px auto;
     }

#printable { background-color: #fff; padding: 10px; margin: auto; }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Messages                          | */
/* +------------------------------------------------------------+ */

.error {
     color: #FF0000;
     font-weight: bold;
     }

.confirm {
     color: #339933;
     font-weight: bold;
     }

.imgfloatrt {
     float: right;
     margin-bottom: 10px;
     margin-left: 10px;
     display: inline;
     }

.inline {
     display: inline;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Form Fields                       | */
/* +------------------------------------------------------------+ */

.formfieldrelwrap {
     overflow: auto;
     width: 550px;
     height: 90px;
     border: 1px solid #555555;
     padding: 5px;
     margin: 10px 0px 10px 0px;
     }

.formfieldwysiwyg {
     background-color: #FFFFFF;
     border: 1px solid #555555;
     margin: 5px 5px 0px 2px;
     font-size: 11px;
     }

.formfieldwysiwyg:hover {
     background-color: #F5F5F5;
     }

.formfieldradcb {
     color: inherit;
     background-color: inherit;
     }

.formfield {
     background-color: #FFFFFF;
     border: 1px solid #555555;
     margin: 5px 5px 0px 2px;
     font-size: 11px;
     }

.formfield:hover {
     background-color: #F5F5F5;
     }

.formfieldp {
     display: block;
     padding: 0px;
     margin: 0px 0px 2px 2px;
     }

.formfieldpnfs {
     display: block;
     padding: 0px 5px 0px 5px;
     margin: 0px 0px 5px 0px;
     }

.formfielda {
     display: block;
     padding: 0px 5px 0px 5px;
     margin: 0px 0px 2px 0px;
     }

.formbutton {
     color: #fff;
     background-color: #393;
     padding: 5px;
     margin: 0 0 5px;
     font-size: 11px;
     width: 130px;
     border: solid 1px #555555;
     }

.formbutton:hover {
     color: #000;
     background-color: #ffa200;
     }

.quickbutton {
     color: #fff;
     background-color: #393;
     padding: 5px;
     margin: 0;
     font-size: 11px;
     width: 130px;
     border: solid 1px;
     }

.quickbutton:hover {
     color: #000;
     background-color: #ffa200;
     }

.quickform {
     margin: 5px 0px 0px 0px;
     }

.quickfield {
     background-color: #FFFFFF;
     border: 1px solid #555555;
     font-size: 11px;
     margin: 1px 0px 0px 0px;
     }

.quickfield:hover {
     background-color: #EFEFEF;
     }

.formfieldleg {
     font-weight: bold;
     }

.formfieldleg_rnc {
     font-weight: bold;
     color: #FF0000;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Form Table Displays               | */
/* +------------------------------------------------------------+ */

.formsecthead {
     color: #6f0505;
     margin: 5px 0 10px;
     padding: 4px 5px 4px 0;
     border-bottom: 1px solid #999999;
     font-weight: bold;
     font-size: 14px;
     }

table.formtable {
     margin: 0px 0px 10px 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     width: 100%;
     }

table.formtable td {
     padding: 4px 2px 4px 2px;
     vertical-align: top;
     border-bottom: 1px solid #DEDEDE;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Sort Table Displays               | */
/* +------------------------------------------------------------+ */

table.sorttable {
     margin: 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     width: 100%;
     }

th.sorttable {
     padding: 4px 5px 4px 5px;
     border-bottom: 1px solid #DEDEDE;
     vertical-align: top;
     font-weight: bold;
     }

td.sorttable {
     padding: 4px 5px 4px 5px;
     border-bottom: 1px solid #DEDEDE;
     vertical-align: top;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Regular Table Displays            | */
/* +------------------------------------------------------------+ */

.regtablehead {
     color: #59A325;
     margin: 5px 0px 10px 0px;
     padding: 4px 5px 4px 0px;
     border-bottom: 1px solid #999999;
     font-weight: bold;
     clear: both;
     font-size: 14px;
     }

table.regtable {
     margin: 0px 0px 10px 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     width: 100%;
     }

td.regtable {
     padding: 4px 2px 4px 2px;
     vertical-align: top;
     border-bottom: 1px solid #DEDEDE;
     }

.regtable p {
     padding: 0px;
     margin: 0px 0px 5px 0px;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Ghost Table Displays              | */
/* +------------------------------------------------------------+ */

table.ghost {
     margin: 0px;
     padding: 0px;
     border-spacing: 3px;
     border-collapse: collapse;
     width: 100%;
     }

td.ghost {
     padding: 0px;
     margin: 0px;
     vertical-align: top;
     }

.ghost form {
     display: inline;
}

td.ghost img {
     margin-right: 10px;
     margin-bottom: 10px;
     }

td.ghost p {
     margin: 0px 0px 6px 0px;
}

/* +------------------------------------------------------------+ */
/* | System Required Classes: Boxed Paragraphs                  | */
/* +------------------------------------------------------------+ */

p.ultablesp {
     margin: 0px;
     font-size: 1px;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Online Store Displays             | */
/* +------------------------------------------------------------+ */

.storehead {
     color: #6f0505;
     margin: 5px 0 10px;
     padding: 4px 5px 4px 0;
     border-bottom: 1px solid #999999;
     font-weight: bold;
     clear: both;
     font-size: 14px;
     }

.storelink {
     margin: 5px 0px 10px 0px;
     padding: 4px 5px 4px 5px;
     border: 1px dotted #999999;
     }

.storelink p {
     margin: 0px;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Category List Display Tables      | */
/* +------------------------------------------------------------+ */

table.cptbl_cat {
     margin: 0px 0px 10px 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     width: 100%;
     }

td.cptbl_cat {
     padding: 5px 0px 0px 0px;
     vertical-align: top;
     border-bottom: 1px solid #DEDEDE;
     }

td.cptbl_cat a {
     font-weight: bold;
     }

td.cptbl_cat_blank {
     display: none;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Product List Display Tables       | */
/* +------------------------------------------------------------+ */

table.cptbl_prod {
     margin: 0px 0px 10px 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     width: 100%;
     }

td.cptbl_prod {
     padding: 5px 0px 0px 0px;
     vertical-align: top;
     border-bottom: 1px solid #DEDEDE;
     }

td.cptbl_prod a { color: #6f0505; font-size: 13px; font-weight: normal; text-decoration: none; }

td.cptbl_prod_blank {
     display: none;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Product Detail Display Tables     | */
/* +------------------------------------------------------------+ */

table.cptbl_det {
     margin: 0px 0px 10px 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     width: 100%;
     }

td.cptbl_det {
     padding: 5px 0px 0px 0px;
     vertical-align: top;
     }

td.cptbl_det_blank {
     display: none;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Price Displays                    | */
/* +------------------------------------------------------------+ */

.pricediv { font-size: 14px; font-weight: bold; margin: 5px 0 7px; }

.price { color: #6f0505; font-size: 14px; font-weight: bold; display: inline; }

.pricex { color: #000; font-size: 14px; font-weight: bold; display: inline; text-decoration: line-through; }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Shopping Cart Displays            | */
/* +------------------------------------------------------------+ */

.cartbutton {
     color: #fff;
     background-color: #6f0505;
     padding: 4px;
     font-size: 11px;
     font-weight: normal;
     text-align: center;
     display: block;
     margin: 0 0 5px;
     width: 125px;
     border: solid 1px;
     text-decoration: none;
     }

.cartbutton:hover {
     color: #555555;
     background-color: #EBF1FF;
     text-decoration: none;
     cursor: default;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Misc                              | */
/* +------------------------------------------------------------+ */

.clearboth {
     clear: both;
     }

.outstock {
     color: #FF0000;
     }

a.hrefbutton {
     color: #555555;
     background-color: #DEDEDE;
     padding: 2px 5px 2px 5px;
     font-size: 11px;
     font-weight: normal;
     text-align: center;
     display: block;
     border: 1px solid #555555;
     text-decoration: none;
     }

a.hrefbutton:hover {
     color: #555555;
     background-color: #EBF1FF;
     text-decoration: none;
     cursor: default;
     }

.outline {
     border: 1px solid #999999;
     padding: 5px;
     margin-top: 5px;
     }

.outline p {
     margin: 0px 0px 3px 0px;
}

/* +------------------------------------------------------------+ */
/* | End                                                        | */
/* +------------------------------------------------------------+ */
#container { text-align: left; width:953px; height:100% ; margin-right: auto; margin-left: auto; }
#header_container { background-image: url(../media/Etchworld2009_02.jpg); background-repeat: no-repeat; width: 953px; height: 150px; margin: 0; padding: 0; border-width: 0; }
#header_1 { width: 850px; height: 52px; margin: 0; padding: 0; }
#header_1L { width: 350px; height: 52px; margin: 0; padding: 0; }
#head1 { color: #fff; font-size: 11px; text-align: right; width: 500px; height: 30px; float: right; clear: none; margin: 0; padding: 15px 10px 0 0; }
a.nav1:link
{ color: #fff; text-decoration: none; margin: 0; padding: 0 5px; list-style-type: none; display: inline; }
a.nav1:visited { color: #fff; text-decoration: none; list-style-type: none; display: inline; margin: 0; padding: 0 5px; }
a.nav1:hover
{ color: #ff0; }
#head2 { width: 953px; height: 70px; float: right; margin: 0; padding: 0; }
#head3 { text-align: center; margin: 0; padding: 0; width: 953px; height: 30px; float: right; }
#head3 ul
{ color: #000; width: 850px; font-family: arial, helvetica, sans-serif; text-align: center; height: 10px; margin: 10px 0; padding: 1px 0; }
#head3 ul li { display: inline; }
#head3 ul li a
{ color: #fff; font-size: 13px; padding: 0 10px; text-decoration: none; margin: 0; }
#head3 ul li a:hover
{ color: #ff0; }
#header_3 { color: #fff; background-image: url(/skins/etch2009/media/readgrad.jpg); background-repeat: repeat-x; background-position: 0 -30px; position: relative; width: 850px; height: 10px; float: left; margin: 0; padding: 2px 0; }
#header_4 { }
#main_container { background-image: url(../media/Etchworld2009_05.jpg); background-repeat: repeat-y; text-align: left; width: 953px; height: 100%; float: left; margin: 0; padding: 0; }
#left_container { width: 150px; height: 100%; margin: 0; padding: 0 0 0 10px; }
#body_container { width: 750px; height: 100%; margin: 0; padding: 0 0 0 5px; border-left: 1px dotted #9e9e9e; }
#footer_container { background-color: #8d1a1b; position: relative; width: 953px; height: auto; float: left; margin: 0; padding: 0; }
.footertable_main{ color: #fff; font-size: 10px; width: 850px; }
.footertable{ vertical-align: top; margin: 0; padding: 0 25px 0 0; border-right: 1px dotted #9e9e9e; list-style-position: inside; }
h4 { font-size: 11px; font-weight: bold; }
.cat_title { color: #b4272a; font-size: 12px; font-family: arial; line-height: 20px; }
a.os2  { color: #000; font-size: 13px; text-decoration: none ; padding: 2px 0; }
a.os2:hover { color: maroon; text-decoration: underline; border-top: medium none }
.product_name { color: #b22222; font-size: 13px; font-family: arial, Helvetica, Geneva, Swiss, SunSans-Regular ; margin: 0; padding: 0 0 1px; }
.categorytitle { color: #4e4e4e; font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.menulines{border:1px solid white;}
.menulines a{text-decoration:none;color:black;
}
a.cartlink { color: #000; font-size: 13px; font-family: arial; }
a.cartlink:hover { color: #fff; }
.shopetch { color: #b4272a; font-size: 14px; font-family: "trebuchet ms"; background-color: #ebebeb; text-align: center; padding-top: 5px; padding-bottom: 5px; }
.loginspace { color: #b4272a; font-size: 14px; font-family: "trebuchet ms"; text-align: right; height: 25px; margin-top: 0; margin-bottom: 15px; padding-top: 5px; padding-bottom: 5px; border-bottom: 1px dotted #7c7c7c; }
.product_name { color: #ac0000; font-size: 18px; font-family: arial; font-weight: bold; }
.product_number { color: #000; font-size: 12px;font-weight: bold; }
.product_price { color: #8a0000; font-size: 13px; font-weight: bold; }
.dhtmlgoodies_tabView1 { height: auto; }
a.footerlinks { color: #fff; font-size: 11px; text-decoration: none; }
a.footerlinks:visited { color: #fff; font-size: 11px; text-decoration: none; }
a.footerlinks:hover { color: #fff; font-size: 11px; text-decoration: underline; }
.translate { border: solid 1px #850000; }
.translate legend { color: #850000; }
.proddescshort { line-height: 16px; }
.mainproductinfo { position: relative; width: 450px; height: 100%; float: left; padding-right: 5px; }
.relateditems { position: relative; width: 200px; height: 100%; float: left; padding-top: 10px; padding-left: 2px; border-left: 1px dotted #333; }
.subtabs { color: #000; font-weight: bold; padding-top: 4px; padding-bottom: 0; border-bottom: 1px dotted #7c7c7c; }
.howtoblock { width: 600px; height: 150px; padding-top: 10px; padding-bottom: 20px; border-bottom: 1px solid #850000; }
.howtoimage { width: 150px; height: 150px; float: left; padding-right: 5px; }
.howtotext { width: 400px; }
.howtotitle { color: #850000; font-size: 15px; font-family: arial; font-weight: bold; border-bottom: 1px dotted #7c7c7c; }
.howtobutton { color: #333333; padding: 1px; font-size: 11px; font-weight: normal; background-color: #dedede; text-align: center; display: block; margin: 0; width: 125px; float: right; border-color: #7c7c7c #000 #000 #7c7c7c; border-style: solid; border-width: 1px; }
.howtobutton:hover { color: #dedede; background-color: #7c7c7c; text-decoration: none; border-color: #000 #7c7c7c #7c7c7c #000; border-style: solid; border-width: 1px; cursor: default; }
#holidaymessage { color: #8a1719; font-size: 14px; font-weight: bold; background-image: url(../media/holidaymessage.jpg); background-repeat: no-repeat; text-align: center; vertical-align: middle; height: 106px; padding-top: 10px; }
#head2_table { text-align: left; width: 520px; height: 50px; float: right; margin: 0; padding: 10px 0 0; }
.head2_l { text-align: center; vertical-align: top; width: 260px; }
.head2_r { vertical-align: top; width: 280px; margin: 0; padding: 0 0 0 80px; }
input.shadow { color: #aaa; background-color: transparent; border-style: none; border-width: 0; }
.red { color: #7d0b0b; font-weight: bold; }
.smalltext { font-size: 10px; }
a.boldred { color: #7d0b0b; font-weight: bold; text-decoration: none; text-align: center; margin: 0; padding: 5px; border: solid 1px; }
a.boldred:hover { color: #fff; font-weight: bold; background-color: #7d0b0b; text-decoration: none; }
#wedding { background-image: url(../media/wedding_background.jpg); background-repeat: no-repeat; width: 650px; height: 1000px; margin: 0; padding-top: 300px; }
.title { color: #7d0b0b; font-size: 14px; font-weight: bold; width: 100%; border-bottom: 1px dotted #7d0b0b; }
#weddingtable td { vertical-align: top; width: 50%; padding: 10px; }
#weddingtable { width: 100%; margin: 0; padding: 10px; }
.splashtd { vertical-align: top; }
.james { color: #7d0b0b; font-weight: bold; border: dotted 1px #563d2b; }
.notice { color: #8d1a1b; font-weight: normal; text-align: center; padding: 10px; border: solid 1px #6f0505; }
.boldred { color: #6f0505; font-weight: bold; }
#splashvideo { background-color: #7d0b0b; background-repeat: no-repeat; background-position: center 0; text-align: center; vertical-align: middle; width: 750px; padding-top: 10px; padding-bottom: 10px; border: solid 1px #000; }
.salesection { vertical-align: middle; float: left; }
#splashnew { width: 750px; height: 350px; }
#splashnew_text { color: #000; font-size: 14px; width: 350px; float: left; padding-top: 75px; padding-left: 35px; }
#ytvideo { height: 200px; float: right; margin: 0; padding-top: 50px; padding-right: 20px; }
#splash_left { width: 450px; float: left; padding-top: 15px; }
#splash_right { width: 250px; float: right; padding-top: 15px; padding-right: 10px; padding-left: 10px; border-left: 1px dotted #bbb; }
.etchtalk { }

