/* ------------------------------------------ */
.alert_msg,
.error_msg,
.debug_msg {
  margin:5px 0 10px 0;
  padding:5px;
  text-align:center;
  text-transform:uppercase;
  font-weight:bold;
  font-size:14px;
  background:#3333CC;
  color:#fff;
}
.error_msg {
  background:#CC3333;
  color:#ffff00;
}
.debug_msg {
  background:#333;
  color:#fff;
  margin:0px;
}


/* ------------------------------------------ */
input.button {
  padding:2px 10px;
}

/* ------------------------------------------ */
div.pathway {
  padding:3px 0 0 4px;
  border-bottom:1px solid #ccc;
  background:#efefef;
  height:24px;
}
div.pathway span {
  font-family:arial;
  float: left;
  font-size:12px;
  font-weight:bold;
  text-transform:uppercase;
  color:#333;
  padding:1px 0 0 0;
}
div.pathway span.bullet {
  display:block;
  float:left;
  width:16px;
  height:16px;
  background: url(../images/pathway_bullet.gif);
  margin:0 3px;
}
div.pathway a {
  text-decoration:none;
}
div.pathway a:hover span {
  color:#CC0000;
}

/* ------------------------------------------ */
.subcat2 {
  background-color:#990100;
  font-weight:700;
  font-size:10px;
  color:#FFF;
  border:none;
}
.subcat3 {
  background-color:#fff;
  font-weight:500;
  font-size:10px;
  color:#333;
  border:none;
}

/* ------------------------------------------ */
.searchbox {
  background-color:#fff;
  font-weight:500;
  font-size:12px;
  color:#006;
  border:none;
  width:115px;
}
.searchbox2 {
  background-color:#fff;
  font-weight:500;
  font-size:12px;
  color:#006;
  border:none;
}

/* ------------------------------------------ */
.optionsrx {
  background-color:#fff;
  font-weight:500;
  font-size:9px;
  color:#000;
  font-family:arial;
  border:1px solid #000;
  margin:5px;
}

/* ------------------------------------------ */
.price {
  font-weight:500;
  font-size:12px;
  color:#333;
  font-family:arial;
  border:none;
  margin:4px;
}
.prodName {
  font-weight:700;
  font-size:10px;
  color:#FF2B2B;
  border:none;
  font-family:arial;
  margin:4px;
}

/* ------------------------------------------ */
.articletext {
  font-family:verdana, Arial, Helvetica;
  font-size:9pt;
  color:#2D3544;
}

/* ------------------------------------------ */
.headertext {
  font-family:verdana, Arial, Helvetica;
  font-size:12pt;
  color:#2D3544;
  text-decoration:none;
}
.headertext2 {
  font-family:verdana, Arial, Helvetica;
  font-size:10pt;
  color:#2D3544;
  text-decoration:none;
}

/* ------------------------------------------ */
a:hover.sidelink2 {
  color:red;
}

/* ------------------------------------------ */
.Navlink2 {
  color:#333;
  text-decoration:none;
  font-family:arial;
  font-size:10pt;
  font-weight:600;
}
.Navlink {
color:#000;
text-decoration:none;
font-family:arial;
font-size:8pt;
font-weight:600;
}

/* ------------------------------------------ */
.catlink {
  color:#000;
  text-decoration:none;
  font-family:arial;
  font-size:9pt;
  font-weight:600;
}
a:hover.catlink {
  text-decoration:none;
  color:#BAC8D3;
}

/* ------------------------------------------ */
.sidelink {
  color:#44537C;
  font-family:arial;
  font-size:9pt;
  text-decoration:none;
}
a:hover.sidelink {
  color:navy;
}

/* ------------------------------------------ */
.classifiedBig {
  color:#333;
  font-family:arial;
  font-size:11pt;
  text-decoration:none;
}

/* ------------------------------------------ */
a.menulink2 {
  text-decoration:none;
  font-family:verdana, arial;
  font-size:8pt;
  color:#333;
  border:0 #FFF;
  list-style-type:none;
}

/* ------------------------------------------ */
table.maintable {
  border-spacing:2px 2px;
  border-collapse:separate;
  background-color:#FFF;
  width:800px;
  border-color:#fff;
  border-style:solid;
  border-width:1px;
}
table.sidemenu {
  width:100%;
}
table.product {
  border:1px solid 0;
  width:550px;
  border-spacing:2px 2px;
  border-collapse:separate;
  background-color:#FFF;
}
table.catbox {
  width:240px;
  border:none;
  border-collapse:separate;
  background-color:#FFF;
  border-color:#EAF2F8;
  border-style:none;
  border-width:0;
}
table.long_desc {
  width:96%;
  border-spacing:2px 2px;
  border-collapse:separate;
  background-color:#FBFDEE;
  font-family:arial;
  font-size:8pt;
  color:#000;
  font-weight:500;
  border-color:#BAC8D3;
  border-style:solid;
  border-width:2px;
}
table.long_desc tr td {
}

/* ------------------------------------------ */
h1.formTitle,
h2.formTitle {
  background:#efefef;
  text-align:left;
  font-weight:bold;
  padding:5px;
  margin:0px;
  color:#666;
  font-size:18px;
}
h2.formTitle {
  font-size:14px;
}

/* ------------------------------------------ */
div.formwrap {
  float:left;
  margin:0 5px 0 0;
}

/* ------------------------------------------ */
div.formtable {
  background:#f6f6f6;
  border:1px solid #ccc;
  padding:5px;
}
table.formtable {
  background:#f6f6f6;
  border:1px solid #ccc;
  width:100%;
}
table.formtable tr td {
  padding:5px;
}

/* ------------------------------------------ */
div.formtable_mod {
  padding:5px;
  background:#ffffff;
  border:1px solid #aaa;
  margin-bottom:5px;
}
div.formtable_mod div.field {
  padding:5px 10px 5px 0;
}
div.formtable_mod div.field label {
  float:left;
  font-size:13px;
  width:140px;
  text-align:right;
  line-height:18px;
}
div.formtable_mod div.field select,
div.formtable_mod div.field input.text {
  height:20px;
  width:176px;
  color:#000;
  border:1px solid #999;
  font-size:12px;
  font-family:arial;
  margin:0 0 0 5px;
}
div.formtable_mod div.field .text.short {
  width:80px;
}
div.formtable_mod p {
  margin:0;
  padding:5px 5px;
}
div.formtable_mod span {
  line-height:18px;
  padding:0 5px;
}
div.formtable div.submit {
  text-align:right;
}

/* ------------------------------------------ */
table.formtable_mod {
  background:#ffffff;
  border:1px solid #aaa;
  width:100%;
}
table.formtable_mod tr th {
  text-align:right;
}
table.formtable_mod tr th,
table.formtable_mod tr td {
  padding:5px;
}
table.formtable_mod tr th label {
  font-size:13px;
}
table.formtable_mod tr td select,
table.formtable_mod tr td input.text {
  height:18px;
  width:180px;
  color:#000;
  border:1px solid #999;
  font-size:12px;
  font-family:arial;
}
table.form_wrap tr td.separator {
  padding:5px;
}

/* ------------------------------------------ */
div.content_wrap {
  margin:0 0 10px 10px;
  width:743px;
}
div.content_sub_wrap {
  padding:5px 10px;
}
div.resultWrap {
  padding:10px;
}
div.resultWrap div.itemWrap {
  border-bottom:2px solid #9999cc;
}
div.resultWrap div.itemWrap div.item {
  padding:10px 10px;
}
div.resultWrap div.itemWrap div.mapLink {
  float:right;
}

/* ------------------------------------------ */
td.short_desc {
  font-family:arial;
  font-size:9pt;
  color:#006;
  font-weight:400;
}
td.shortDesc {
  font-family:verdana,arial;
  font-size:7pt;
  color:red;
  font-weight:400;
}
td.header {
  background-color:ffffff;
  border:1px solid #fff;
  border-spacing:2px 2px;
  border-collapse:separate;
}
td.footer {
  border:1px solid #fff;
  background-color:#586976;
  border-spacing:2px 2px;
  border-collapse:separate;
}
td.bartext {
  color:#FFF;
  font-family:arial;
  font-weight:700;
  font-size:16px;
  border:none;
  background-color:#586976;
  border-spacing:2px 2px;
  border-collapse:separate;
}
td.sub_bar {
  color:#484848;
  font-family:arial;
  font-weight:600;
  font-size:12px;
  border:none;
  background-color:#FFF;
  border-spacing:2px 2px;
  border-collapse:separate;
}
td.left {
  background-color:#EBEBEB;
  border:1px solid #fff;
  border-spacing:2px 2px;
  border-collapse:separate;
  width:179px;
}
td.right {
  background-color:EAF4FF;
  border-spacing:2px 2px;
  border-collapse:separate;
  border-color:cccccc;
  border-style:solid;
  border-width:1px;
}
td.content {
  background-color:#BAC8D3;
  border-spacing:2px 2px;
  border-collapse:separate;
  border-color:ffffff;
  border-style:solid;
  border-width:1px;
  margin:50px;
}
td.external {
  background-color:#586976;
  font-size:12pt;
  font-weight:600;
  font-face:arial;
  color:0;
  border:1px solid #586976;
}
td.internal {
  background-color:FFFFFF;
  font-size:10pt;
  font-weight:400;
  font-face:arial;
  color:000000;
  border:1px solid gray;
}
td.row {
  background-color:FFFFFF;
  font-size:9pt;
  font-weight:Normal;
  font-face:arial;
  color:000000;
  border:1px solid gray;
}

/* ------------------------------------------ */
.sidemenu_parent {
  color:#FFF;
  font-family:arial;
  font-size:9pt;
  text-decoration:none;
  font-weight:600;
}
a:hover.sidemenu_parent {
  color:#006;
  text-decoration:underline;
}
td.sidemenu_parent {
  background-color:#FF0D00;
  padding:6px;
}

/* ------------------------------------------ */
.sidemenu_child {
  color:#003;
  font-family:arial;
  font-size:8pt;
  text-decoration:none;
  font-weight:500;
}
a:link.sidemenu_child {
  display:block;
  width:100%;
  height:100%;
  color:#003;
  font-family:arial;
  font-size:8pt;
  text-decoration:none;
}
a:hover.sidemenu_child {
  background-color:#1581EB;
  color:#E7F0F9;
  text-decoration:none;
}
td.sidemenu_child {
  background-color:#F8EDED;
}

/* ------------------------------------------ */
legend,td.activity_text {
  font-family:arial;
  font-size:8pt;
  color:#000;
  font-weight:500;
}
.sidelink2,a:link.sidelink2,a:visited.sidelink2,a:active.sidelink2 {
  color:#000;
  font-family:arial;
  font-size:9pt;
  text-decoration:none;
}
a:link.Navlink2,a:visited.Navlink2 {
  text-decoration:none;
  color:#333;
}
a:active.Navlink2,a:active.Navlink,a:active.catlink {
  text-decoration:none;
}
a:hover.Navlink2,a:hover.Navlink {
  text-decoration:none;
  color:red;
}
a:link.Navlink,a:visited.Navlink {
  text-decoration:none;
  color:#000;
}
a:link.catlink,a:visited.catlink {
  text-decoration:none;
  color:#FFF;
}
a:link.sidelink,a:visited.sidelink,a:active.sidelink,.classifiedSmall {
  color:#666;
  font-family:arial;
  font-size:9pt;
  text-decoration:underline;
}

/* ------------------------------------------ */
table.mainprodtable {
  margin:10px 0 0 0;
}
table.mainprodtable tr td {
  vertical-align:top;
}
table.shortDesc,td.long_desc {
  width:96%;
  border-spacing:2px 2px;
  border-collapse:separate;
  background-color:#DCE3E9;
  font-family:arial;
  font-size:8pt;
  color:#000;
  font-weight:500;
  border-color:#BAC8D3;
  border-style:solid;
  border-width:2px;
}

/* ------------------------------------------ */
table.gridDisplay {
  width:960px;
}
table.gridDisplay > tbody > tr > td {
  padding:0 10px;
}
table.gridDisplay > tbody > tr > td + td {
  border-left:4px solid #999;
}
table.gridDisplay > tbody > tr > td + td + td {
  border:none;
  border-left:4px solid #999;
}
table.gridDisplay tr td td {
  padding:0;border:0px;
}
table.gridDisplay > tbody > tr:first-child > td div {
  text-align:center;
}
table.gridDisplay > tbody > tr:first-child > td select {
  padding:4px;
  width:260px;
  margin:0 0 5px 0;
  font-size:12px;
  font-family:tahoma;
}
table.gridDisplay .shortDesc .desc ul {
  padding:5px 0 5px 20px;
  margin:0px;
  list-style:circle;
}
table.gridDisplay .shortDesc .desc ul li {
  padding:0px;
  margin:0px;
  font-size:11px;
  color:#333;
}
table.gridDisplay .infoDetail div {
  padding:2px 0;
}
table.gridDisplay .infoDetail div b {
  clear:left;
  width:56px;
  display:block;
  float:left;
}
table.gridDisplay .infoDetail .color,
table.gridDisplay .infoDetail .size,
table.gridDisplay .infoDetail .fabric {
}
table.gridDisplay .infoDetail .fabric a {
  display:block;
  padding:2px 0 0 56px;
}
table.gridDisplay .infoDetail .price {
  float:left;
  font-size:16px;
  font-weight:bold;
}
table.gridDisplay .infoDetail .buyme {
  float:right;
  padding:7px 0 0 0;
}

/* ------------------------------------------ */
.alert_msg,
.error_msg,
.debug_msg {
  margin:5px 0 10px 0;
  padding:5px;
  text-align:center;
  text-transform:uppercase;
  font-weight:bold;
  font-size:14px;
  background:#3333CC;
  color:#fff;
}
.error_msg {
  background:#CC3333;
  color:#ffff00;
}
.debug_msg {
  background:#333;
  color:#fff;
  margin:0px;
}

/* ------------------------------------------ */
div#product_frame {
}
span.loadingIndicator {
  padding:100px 0;
  text-align:center;
  font-weight:bold;
}

/* ------------------------------------------ */
div.head_img,
div.cat_img {
  padding:0 0 0 20px;
}

/* ------------------------------------------ */
div.content_block {
}
div.content_block,
div.content_block p {
  font-family:arial;
  font-size:12px;
}

/* ------------------------------------------ */
div.check_out {
  margin:0 0 10px 10px;
  width:743px;
}

/* ------------------------------------------ */
div.relatedProducts {
  padding:10px 16px;
}
div.relatedProducts h2 {
  margin:0;padding:0;
  font-size:16px;
}
div.relatedProducts table.prodTable {
  border-top:2px solid #ccc;
}

/* ------------------------------------------ */
div.cart {
  width:743px;
  margin:10px 0 10px 10px;
  text-align:center;
}
table.cart {
  border:2px solid #586976;
  width:100%;
}
table.cart div.thumb {
  padding:0 10px 0 0;
}
table.cart div.name a {
  font-size:14px;
}
table.cart div.skew,
table.cart div.color,
table.cart div.opttext {
  font-size:12px;
}
table.cart div.opttext {
  padding:5px 0 0 0;
}
table.cart tr td {
  font-size:14px;
}
table.cart tr td.filled,
table.cart tr td.filled1 {
  background-color:#BAC8D3;
  font-weight:bold;
  color:#4E5151;
  border-bottom:1px solid #aaa;
}
table.cart tr.productListing-sub td.productListing-data,
table.cart tr.productListing-odd td.productListing-data,
table.cart tr.productListing-even td.productListing-data {
  border-top:2px solid #BAC8D3;
}
table.cart tr.productListing-sub td.productListing-data {
  border-top:none;
}
table.cart tr.productListing-sub td.productListing-data div.thumb {
  padding-left:80px;
}
table.cart tr td.productListing-data {
  border-right:2px solid #BAC8D3;
}
table.cart tr td.productListing-data.rc {
  border-right:0;
}

/* ------------------------------------------ */
a:link.sidemenu_parent,
a:visited.sidemenu_parent,
a:active.sidemenu_parent {
  color:#fff;
  font-family:arial;
  font-size:9pt;
  text-decoration:none;
}
a:visited.sidemenu_child,
a:active.sidemenu_child {
  color:#003;
  font-family:arial;
  font-size:8pt;
  text-decoration:none;
}

/* ------------------------------------------ */
table.act_item_list {
  margin:0 0 10px 0;
}
div.act_item {
  margin: 5px 0 0 0;
  text-align:center;
  width:245px;
  border-bottom:2px solid #666;
}
div.act_item div.nm a,
div.act_item div.nm a:visited {
  display:block;
  padding:3px 0;
  background:#eee;
  border-bottom:2px solid #666;
  color:#333;
  font-weight:bold;
}
div.act_item div.tn img {
 width:245px;
}

/* ------------------------------------------ */
div.cat_item_sm {
  margin: 0 0 5px 0;
  text-align:center;
  width:170px;
}
div.cat_item_sm div.nm a,
div.cat_item_sm div.nm a:visited {
  display:block;
  padding:3px 0;
  background:#F6F6F6;
  border-top:1px dotted #DDD;
  border-bottom:1px dotted #AAA;
  color:#333;
  font-weight:bold;
}
div.cat_item_sm div.tn {
  margin:5px 0 0 0;
  width:170px;
/*
  height:220px;
  display:table;
  #position:relative;
  overflow:hidden;
*/
}
div.cat_item_sm div.tn span {
/*
  #position:absolute;
  #top:50%;
  display:table-cell;
  vertical-align:middle;
*/
}
div.cat_item_sm div.tn span a {
/*
  #position:relative;
  #top:-50%
*/
}
div.cat_item_sm div.da {
  text-align:center;
}

/* ------------------------------------------ */
div.pms,
div.prod_item_sm {
  text-align:center;
  margin: 0 0 15px 0;
}
div.prod_item_sm div.tn {
  margin:5px auto 0 auto;
  width:170px;
  height:170px;
/*
  display:table;
  #position:relative;
  overflow:hidden;
*/
}
div.prod_item_sm div.tn span {
/*
  #position:absolute;
  #top:50%;
  display:table-cell;
  vertical-align:middle;
*/
}
div.prod_item_sm div.tn span a {
/*
  #position:relative;
  #top:-50%
*/
}
div.prod_item_sm div.da {
  text-align:center;
}

/* ------------------------------------------ */
div.srch div.pms {
  margin: 0 0 18px 18px;
  padding: 10px 0 0 0;
  width: 350px;
  float: left;
  border: 1px solid #ccc;
}
div.srch div.pms div.price {
  font-weight: bold;
}
div.srch div.pms div.tn {
  float: right;
  width:200px;
  text-align:center;
  padding:0 0 20px 0;
  height: 200px;
}

/* ------------------------------------------ */
div.notice {
  border:2px solid #cc0000;
  background:#ffffaa;
  margin:10px 0 0 0;
  padding:10px;
  text-align:left;
}
div.notice h1 {
  font-size:14px;
  color:#000;
  margin:0;
  padding:5px 0;
}
div.notice p {
  font-size:12px;
  color:#000;
  margin:0;
  padding:5px 0;
}

/* ------------------------------------------ */
div.tabbertab div.cont {
}
div.tabbertab div.cont div.giftlist {
}
div.tabbertab div.cont div.giftlist h4 {
  margin:0;
  padding:0 0 5px 0;
  font-size:14px;
  color:#333399;
}
div.tabbertab div.cont div.giftlist div.item {
  border-top:1px dashed #999;
  clear:left;
  padding:5px 0 10px 0;
}
div.tabbertab div.cont div.giftlist div.item div.rad {
  padding:0 0 10px 0;
}
div.tabbertab div.cont div.giftlist div.item div.rad div.price {
  float:right;
  text-align:right;
}
div.tabbertab div.cont div.giftlist div.item div.rad div.price .oprc {
  color:#333;
  font-weight:bold;
  font-size:12px;
}
div.tabbertab div.cont div.giftlist div.item div.rad div.price .nprc {
  color:#F00;
  font-weight:bold;
  font-size:12px;
}
div.tabbertab div.cont div.giftlist div.item div.tn {
  width:100px;
  text-align:center;
  float:left;
}
div.tabbertab div.cont div.giftlist div.item div.da {
  width:220px;
  float:left;
}
