@import url("header.css");

body {
 /*background-color: #ebebeb;*/
 font-family: Arial, "Helvetica Roman", sans-serif;
 color: #8c8c8c;
 /*background: url('../images/bgs/background-test.png') repeat-y top center;*/
 font-size:13px !important;
}

body.home {
 background-color: #f3f3f4;
 color: #8c8c8c !important;
}
b{
 color: #8c8c8c;
 font-weight:bold;
}
.regular p {
 margin-top: 0.5em;
 margin-bottom: 0.5em;
 color: #8c8c8c !important;
 font-size:13px;
 }
 .contents{
  padding: 130px 30px 30px;
  +*padding: 10px 30px 30px;
  }
 p {
 margin-top: 0.5em;
 margin-bottom: 0.5em;
 color: #8c8c8c;
 font-size:13px;
 }
.regular{
  /*padding: 10px 30px 30px;*/
  color: #8c8c8c !important;
}

#body-wrapper {
 padding-top: 8px;
 margin: auto;
 width: 1000px;
 color: #8c8c8c !important;
}

#body-wrapper.popup {
 padding-top: 0;
 color: #8c8c8c !important;
}

body.flash {
 background: none;
}

.prop {
 float: right;
 width: 1px;
}

.prop-clear {
 clear: both;
 height: 1px;
 overflow: hidden;
}

.min-height {
 height: 464px;
}

.box {
 width: 1000px;
 background: url('../images/BACKmaster-bottom-upper.jpg') no-repeat bottom
 left;
 float: left;
}

.box-home {
 width: 1000px;
 background: #ebebeb;
 float: left;
}

.footer-links li {
 display: inline;
 border-left: 1px solid #9f6945;
 padding-left: 2px;
 padding-right: 2px;
}

.footer-links li.first {
 border-left: none;
}

.footer-links li {
 padding-left: 7px;
 padding-right: 7px;
}
.link_table li a, .link_table li a:visited {
color: #282828;
}

a {
 text-decoration: none;
 color: #6C276A;
}

a:hover {
 text-decoration: underline;
 outline:none;
}
a:active {
 text-decoration: none;
  outline:none;
}

a:focus {
 text-decoration: none;
 outline:none;
 
}

a:visited {
 color: #6C276A;
}

div#messages {
 font-weight: bold;
 display: none;
 /* width: 630px;
 background-color: #f9b38a;
 padding: 6px;
 margin: 6px 0px;
 */
}

div#flash-notice, div#flash-info{
 background-color: #9FCF85;
 border: thin solid #FFFFFF;
 color: #405D2C;
}

div#flash-error{
 background-color: #FFC0CB;
 border: thin solid #FFFFFF;
 color: #B6333B;
}

a.red_help_link {
 text-decoration: underline;
 font-size: 0.8em;
 color: red !important;
}

a.big_red_help_link {
 text-decoration: underline;
 /*font-size: 0.8em;*/
 font-weight: bold;
 color: red;
}

.regular h1 {
 font-size: 1.6em;
 color: #8c8c8c !important;
 font-weight:normal;
}
h1 {
 font-size: 1.6em;
 color: #8c8c8c;
 font-weight:normal;
}
.regular h2 {
 font-size: 1.4em;
  color: #8c8c8c;
 font-weight:normal;
}
h2 {
 font-size: 1.4em;
  color: #8c8c8c;
 font-weight:normal;
}

.regular h3 {
 font-size: 1.2em;
 color: #8c8c8c !important;
 font-weight:normal;
}
h3 {
 font-size: 1.2em;
 color: #8c8c8c !important;
 font-weight:normal;
}

ul.my-studio img {
 vertical-align: middle;
}

ul.my-studio li {
 margin-top: 3px;
 margin-bottom: 3px;
}

.padded {
 padding: 6px;
}

.outlined {
 border: 1px solid #7c509b;
}

/* Begin table stuff */
table.outlined {
 width: 100%;
 border: 1px solid #d3d3d3;
 /* -moz-border-radius: 5px;
 -webkit-border-radius: 5px; */
 padding: 10px;
}

.outlined td {
 border: 1px solid #d3d3d3;
}

table.wide {
 width: 100%;
}

table.order-table {
 width: 100%;
 padding: 10px;
}

.order-table th,table.outlined th {
 text-align: center;
 background-color: #94a6ca;
 color: #ffffff;
 height: 35px;
 font-weight: bold;
}

.order-table td {
 border: 1px solid #d3d3d3;
 padding: 0px 4px;
}

.order-table td.spacer {
 border: none;
}

.numeric {
 text-align: right !important;
 padding-right: 2px;
}

tr.total {
 font-weight: bold;
}

td.remove_box,td.center {
 text-align: center;
}

div.order-summary,div.blurb {
 background: url(../images/blue-white-gradient.png) top left repeat-x;
 padding: 10px;
}

div.blurb_ad {
 background: url(../images/grey-white-gradient.png) top left repeat-x;
 padding: 10px;
 width: 200px;
 float: right;
}

div.blurb a{
 text-decoration: underline;
}

.width_70{
 width: 70%;
}

.order-summary table {
 width: 100%;
}

.order-summary td {
 border: none;
}

/* This may be able to replace the previous table stuff */
th {
 text-align: center;
 /*background-color: #94a6ca;*/
 color: #ffffff;
 height: 35px;
 font-weight: bold;
}
/*
td {
 border: 1px solid #d3d3d3;
 padding: 0px 4px;
}
*/
table.size-chart {
 border-collapse: separate;
 border-spacing: 1px;
}

.size-chart th { /* border: 1px solid #addbb6; */
 border: none;
}

.size-chart td {
 border: none;
 text-align: center;
 height: 40px;
}

.size-chart tr.alt td {
 background-color: #e5e9f2;
 padding: 1px 10px;
 border-top: 1px solid #f0f4f7;
 border-left: 1px solid #f0f4f7;
 /* or  #f1f4f9; */
}

.big-button {
 font-weight: bold;
 font-size: 24px;
 color: #666666;
 margin-top: 3px;
}

.cc-info { /* float: left;
 margin-left: 9px; */
 
}

.yui-gb .yui-u,.yui-g .yui-gb .yui-u,.yui-gb .yui-g,.yui-gb .yui-gb,.yui-gb .yui-gc,.yui-gb .yui-gd,.yui-gb .yui-ge,.yui-gb .yui-gf,.yui-gc .yui-u,.yui-gc .yui-g,.yui-gd .yui-u
 {
 margin-left: 1.99%;
 width: 31.9%;
}

.wide-content {
 width: 100%;
}

#bd .yui-gc {
 /*margin-left: 80px;*/
 margin-left: 0px;
 padding-top: 24px;
 +*padding-top: 0px;
 /* width: 865px; 
 width: 855px;
 padding-bottom: 16px;*/
}

#bd .popup {
 padding-top: 48px;
 /* width: 555px; */
 width: 890px;
}
#bd .popup-700 {
 +*padding-top: 24px;
}

#bd .popup h2,#bd .popup h3 {
 margin-top: 1em;
}

#bd .popup p {
 margin: 0;
 padding: 0;
}

#ft {
 clear: both;
 width: 1000px;
 /* height: 85px; */
 padding-top: 10px;
 margin: auto;
}

#ft.html {
 background: url('../images/BACKmaster-bottom-shadow-only.jpg') no-repeat
  top left #ebebeb;
}

#ft.flash {
 /* background: url('../images/widget-bottom-shadow.png') no-repeat top left; */
}

#ft.prehome {
 background: #ebebeb;
 padding-top: 0px;
}

#ft.home { /* padding-top: 1em; */
 
}

#custom-doc {
 width: 1000px;
 min-width: 1000px;
 margin-left: auto;
 margin-right: auto;
 background: url('../images/BACKmaster1b-w.jpg') no-repeat top left;
}

#custom-doc.home-page {
 background: url('../images/BACKmaster1-home.jpg') no-repeat top left;
}

.prehome #custom-doc {
 background: none;
}

#custom-doc.popup {
 background: url('../images/BACKmaster1-popup.jpg') no-repeat top left;
}

#custom-doc.popup-700 {
 background: url('../images/BACKmaster1-popup-700.jpg') no-repeat top left;
 width: 700px;
 min-width: 700px;
}

#body-wrapper.popup-700,.popup-700 .box {
 width: 700px;
}
.popup-700 .box {
 background: none;
}
#widget {
 background: url('../images/small-loader-eb-bg-blue-fg.gif') no-repeat
  center;
}

/* ----------- stylized form ----------- */ /* .stylized * {
 border: 1px solid black;
 } */ /* .stylized * {
 border: 0px solid black;
 } */
.stylized fieldset,.stylized .section,.stylized .wide-section {
 /* border: solid 2px #b7ddf2; */
 background: url(../images/blue-white-gradient.png) top left repeat-x;
 padding: 10px;
 margin-bottom: 10px;
 float: left;
 /*margin: 23px 0 0 20px;*/
 width:98%;
 clear:both;
  }

.stylized .no-gradient {
 background: none;
}

.stylized .section {
 margin-bottom: 10px;
 width: 47%;
 float: left;
}

.stylized h1,.stylized legend { /* color: #94a6ca; */
 color: #8c8c8c;
 /* font-size: 14px; */
 font-weight: bold;
 margin-bottom: 8px;
}

.stylized p,.bluelined { /* color: #666666; */
 color: #8c8c8c;
 margin-bottom: 20px;
 border-bottom: solid 1px #b7ddf2;
 padding-bottom: 10px;
}

.stylized p.noblueline {
 border-bottom: none;
 margin-bottom: auto;
 padding-bottom: auto;
}
p.noblueline img{
float:none !important;}

.bluelined-top { /* color: #666666; */
 color: #8c8c8c;
 margin-top: 20px;
 border-top: solid 1px #b7ddf2;
 padding-top: 10px;
}

.stylized label,.stylized .label {
 display: block;
 /* color: #94a6ca; */
 color: #8c8c8c;
 font-weight: bold;
 text-align: right;
 width: 180px;
 clear: left;
 float: left;
}

.stylized.narrow label {
 width: auto;
 float: none;
}

.stylized .small {
 color: #666666;
 display: block;
 font-size: 11px;
 font-weight: normal;
 text-align: right;
 width: 180px;
}

/* , .stylized select */
.stylized input,.stylized select,.stylized .value,.stylized label,.stylized textarea
 {
 padding: 1px 1px;
 margin: 2px 0 2px 2px;
}

.stylized.narrow input {
 width: 10em;
}

.stylized input,.stylized select,.stylized textarea {
 border: solid 1px #aacfe4;
 /*  float: left; */
}

.stylized .buttons {
 clear: left;
 float: left;
 margin-left: 180px;
 padding-left: 12px;
}

.stylized.narrow .buttons {
 margin-left: auto;
 float: right;
}

.stylized .page-buttons {
 clear: both;
 float: right;
}

.stylized span.laf {
 width: 100%;
 float: left;
 clear: both;
}

table.stylized,.stylized table {
 border: none;
}

table.stylized th,table.stylized td,.stylized table th,.stylized table td
 {
 background: none;
 border: none;
 height: auto;
}

table.stylized th,.stylized table th {
 color: #8c8c8c;
 text-align: left;
 padding: 0 4px;
}

.stylized.narrow td,.stylized.narrow th {
 padding-top: 12px;
}

.stylized label.inline {
 width: auto;
}

.stylized label.optional {
 font-weight: normal;
}

/* ======================= */
div.content-page {
 margin-bottom: 20px;
 border-bottom: solid 1px #b7ddf2;
 padding-bottom: 10px;
}

.content-page li {
 font-size: 1.6em;
}

.regular ul {
 margin-left: 1em;
}

.regular li {
 font-size: 1em;
 list-style-type: disc;
 list-style-position: inside;
}

/* === start nasty hacked table === */
table.fp {
 border-spacing: 0px;
 border-collapse: collapse;
 /* width: 100%; */
}

/* th {
 text-align: center;
 background-color: #94a6ca;
 color: #ffffff;
 height: 35px;
 font-weight: bold;
 border: none;
} */
.fp th { /* border: 1px solid #addbb6; */
 border: none;
}

.fp tr td {
 border: none;
 text-align: center;
 height: 40px;
 padding: 1px 10px;
 border-top: 1px solid #ffffff;
 border-left: 1px solid #ffffff;
 border-right: 1px solid #ffffff;
}

.fp tr.footer td {
 height: auto;
}

.fp tr.footer td.first {
 border-top: 1px solid #e5e9f2;
}

.fp tr.alt td {
 background-color: #e5e9f2;
 padding: 1px 10px;
 border-top: 1px solid #f0f4f7;
 border-left: 1px solid #f0f4f7;
 border-right: 1px solid #f0f4f7;
 /* or  #f1f4f9; */
}

.fp tr.spacer td {
 height: 1px;
 background-color: #ffffff;
 border: none;
 padding: 0;
}

.fp tr.top-spacer td {
 height: 3px;
 background-color: #ffffff;
 border: none;
 padding: 0;
}

.fp td.spacer {
 width: 1px !important;
 background-color: #ffffff !important;
 border: none !important;
 padding: 0 !important;
}

.fp th.spacer {
 width: 1px !important;
 padding: 0 !important;
 border: none !important;
}

.fp .size {
 font-weight: bold;
 font-size: 1.5em;
}

.fp input {
 float: none;
 padding: 1px 1px;
 margin: 0px 0px;
 text-align: right;
}

/* === end nasty hacked table === */ /* === FORMS === */
div.fieldWithErrors {
 display: inline;
}

div.fieldWithErrors label {
 
}

div.fieldWithErrors input,div.fieldWithErrors select,div.fieldWithErrors textarea
 {
 border: 2px solid red;
}

span.error {
 color: red;
}

div.error {
 border: 1px solid red;
 color: red;
 /* text-align: center; */
 padding: 2px;
}

div.error p {
 color: red;
 border: none;
 margin: 0;
 padding: 0;
}

/* === rounded buttons === */
button, a.button {
 border: 0 none;
 cursor: pointer;
 font-weight: bold;
 padding: 0 15px 0 0;
 text-align: center;
 height: 34px;
 line-height: 31px;
 width: auto;
 overflow: visible;
}

a.button{display:-moz-inline-box; display:inline-block;}
*+html a.button{vertical-align:5px;}

button.rounded, a.button.rounded {
 background: transparent url('../images/FP-B-right.gif') no-repeat scroll
  right top;
 clear: left;
 /* font-size: 0.8em; */
}

button.rounded.green, a.button.rounded.green {
 background: transparent url('../images/FP-G-right.gif') no-repeat scroll
  right top;
}

button.rounded.purple, a.button.rounded.purple {
 background: transparent url('../images/FP-P-right.gif') no-repeat scroll
  right top;
}

button.rounded.red, a.button.rounded.red {
 background: transparent url('../images/FP-R-right.gif') no-repeat scroll
  right top;
}

button span, a.button span { 
 padding: 0 0 0 15px;
 position: relative;
 white-space: nowrap;
 height: 34px;
 line-height: 31px;
}

button span{display: block;}

a.button span{
 display:-moz-inline-box; display:inline-block;
}

button.rounded span, a.button.rounded span {
 background: transparent url('../images/FP-B-left.gif') no-repeat scroll
  left top;
 color: #FFFFFF;
}

button.rounded.green span, a.button.rounded.green span {
 background: transparent url('../images/FP-G-left.gif') no-repeat scroll
  left top;
}

button.rounded.purple span, a.button.rounded.purple span {
 background: transparent url('../images/FP-P-left.gif') no-repeat scroll
  left top;
}

button.rounded.red span, a.button.rounded.red span {
 background: transparent url('../images/FP-R-left.gif') no-repeat scroll
  left top;
}

button.rounded:hover, a.button.rounded:hover {
 background-position: 100% -34px;
}

button.rounded:hover span, a.button.rounded:hover span {
 background-position: 0% -34px;
 color: yellow;
}

/* CAREFUL!  Aptana's CSS auto-format will insert a space between the
two colons below, which breaks these buttons on FF.  Check before each commit. */
button::-moz-focus-inner {
 border: none;
}
a.button::-moz-focus-inner {
 border: none;
}

div.va-contents * {
 vertical-align: middle;
}

p.notice {
 padding: 6px;
 margin: 6px;
 border: 2px solid #8bc53f; ! important;
 color: green !important;
}

p.please-wait {
 padding: 6px;
 margin: 6px;
 font-weight: bold;
 background-color: #8bc53f;
 color: white !important;
 display: none;
 vertical-align: middle;
}

.content-picture {
 padding: 6px;
}

.right {
 float: right;
 padding-right: 0px;
}

/* feedback tab */
body a#feedback-tab,body a#feedback-tab :link {
 background-position: 0 50% !important;
 display: block !important;
 height: 98px !important;
 margin: -45px 0 0 !important;
 padding: 0 !important;
 position: fixed !important;
 top: 200px !important;
 width: 34px !important;
 z-index: 100002 !important;
}

a#feedback-tab {
 background-image: url(../images/feedback.gif);
 background-repeat: no-repeat;
 border: 0 solid none;
 left: 0;
}

a#feedback-tab :hover {
 background-image: url(../images/feedback-on.gif);
}

* html a#feedback-tab,* html a#feedback-tab :link {
 position: absolute !important;
 background-image: url(../images/feedback.gif) !important;
}

#feedback_form {
 width: 540px;
 padding-top: 15px;
}

.middle-align {
 margin: 0;
 vertical-align: middle;
}

#TB_window.rounded { /* border: 4px solid #FFCC00;
 background-color: #FFFFCC; */
 border: none;
 background-image: url('../images/style-border.png');
 background-repeat: no-repeat;
 background-position: center;
 background-color: transparent;
}

#TB_window.rounded #TB_title {
 background: none;
 margin-top: 55px;
 margin-right: 20px;
}

#TB_window.rounded #TB_ajaxContent {
 width: 900px;
 /* margin: auto; */
 margin: 0;
 padding-top: 0px;
 /* padding-left: 50px; */
 position: relative;
 top: -41px;
 left: 13px;
}

#TB_window.rounded #TB_closeAjaxWindow {
 margin-top: 20px;
}

#TB_window.rounded #TB_closeWindowButton {
 position: relative;
 top: -16px;
 z-index: 15000;
}

#TB_window.rounded div { /* border: 1px solid black; */
 
}

ol.numbered li {
 list-style: decimal inside;
}

img{border:0px;}
.upsellCart{width:595px; overflow:hidden; margin-left:20px; float:left;}
.upsellCart .topBg{width:595px; height:33px; background:url(../images/carttpbg.gif) no-repeat; }
.textheadWhite{ color:#fff !important; font-size:18px !important; font-weight:bold; font-family:Arial, Helvetica, sans-serif; padding:5px 0px 0px 5px;}
.textheadWhite p{ color:#fff !important; font-size:18px !important; font-weight:bold; font-family:Arial, Helvetica, sans-serif;}
.textheadWhite2{ color:#fff; font-size:12px; font-weight:bold; font-family:Arial, Helvetica, sans-serif; padding-left:20px; padding-right:31px;}
.upsellCart .mdlBdr{width:595px; background:url(../images/cartbdr.gif) repeat-y; padding:5px;}
.upsellCart .btmBG{width:595px; height:12px; background:url(../images/cartbtmbg.gif) no-repeat; }
.cartItems {width:569px; margin-left:5px;}
.cartItems .top{width:569px; height:9px; background:url(../images/itemBack.gif) no-repeat; }
.cartItems .bdr{width:553px; background:url(../images/itemBack.gif) center repeat-y ;  padding:5px 8px 5px 8px; /*height:150px;*/ overflow:hidden; }
.cartItems .btm{width:569px; height:9px; background:url(../images/itemBack.gif) no-repeat bottom; }
.mainItemDiv{ overflow:hidden; display:inline; height:100px;}
.gcDiv{width:190px; display:block; float:left;}
.dressDiv{width:100px; display:block; float:left;}
.labelImg{width:100px; display:block; float:left;}
.colorBox{ background:#eef6fb; overflow:hidden; display:inline-block; float:right;}
.colorBox ul{display:inline; list-style:none; margin:0px; padding:0px; }
.colorBox li{display:block; float:left; list-style-type:none; border-right:#fff solid 1px; width:85px; height:74px; text-align:center; font-family:Arial, Helvetica, sans-serif; color:#000; font-weight:bold; font-size:12px; padding-top:25px; vertical-align: middle;}
.cartText{ font-size:12px; padding-left:5px; font-family:Arial, Helvetica, sans-serif; padding-top:5px; padding-bottom:17px;}
.labelTXT{color:#a6345c; font-weight:bold; float:left; width:340px; overflow:hidden; position:relative;}
.labelTXT a{color:#6c276a !important;}
.labelTXT2{color:#6c276a; }
.link_btn{color:#6c276a; font-size:12px; font-weight:bold; text-decoration:none; padding: 0; margin: 0; background: transparent;line-height:17px; height:17px;font-family:Arial, Helvetica, sans-serif;}
.lnk1 a{ color:#6c276a !important; font-size:12px !important; font-weight:bold !important; text-decoration:none !important; }
.lnk1 a:hover{ color:#6c276a !important; font-size:12px !important; font-weight:bold !important; text-decoration:underline;}
.otherFashion {width:870px; background:#f7c4ad url(../images/blacksep.gif) top repeat-x; padding-top:8px; padding-bottom:8px; height:390px; float:left;}
.otherFashion h1{font-size:20px; font-family:Arial, Helvetica, sans-serif; margin:0; padding:0px; padding-left:8px; }
.otherFashion .upsellbox{ width:185px; height:340px; border:#fff solid 6px; background:#ededed;  padding:5px; margin:5px; float:left; }
.otherFashion .upsellbox p{ margin:0; padding:3px; font-size:14px; font-family:Arial, Helvetica, sans-serif; font-weight:bold; padding-bottom:8px; height:30px;}
.otherFashion .upsellbox .imgDP{ width:168px; height:158px; padding:3px; margin:auto; border:1px solid #d2cdcd; background:#fff;  text-align:center; padding-top:10px;}
.otherFashion .upsellbox .priceB{ width:158px; margin:auto; padding-top:10px; text-align:center; height:20px; color:#6c276a; font-size:14px; font-weight:bold; font-family:Arial, Helvetica, sans-serif;}
.otherFashion .upsellbox .txtDetails{ width:168px; margin:auto; padding-top:3px; text-align:center; height:40px; color:#000; font-size:12px; font-family:Arial, Helvetica, sans-serif;}
.otherFashion .upsellbox .btn{ margin:auto; padding-top:3px; text-align:center;}
.cartQsealbg{ background:url(../images/cartQualitySeal.gif) no-repeat top; width:220px; height:186px; float:right;}
.cartQsealbg .btxt{font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#000; width:190px; padding-top:145px; margin:auto; text-align:center;}
.cartQsealbg a{font-family:Arial, Helvetica, sans-serif; font-size:12px !important; font-weight:bold; color:#000;}

.cartQsealbg_otherpages{ background:url(../images/cartQualitySeal.gif) no-repeat top; width:220px; height:186px; float:left;}
.cartQsealbg_otherpages .btxt{font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#000; width:190px; padding-top:20px; margin:auto; text-align:center;}


/* footer $6 flat rate division style */

.flat_rate_innerpage {
	color: #000;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 16px;
	margin: 0pt;
	padding: 30px 0 0 30px;
	font-weight:bold;
	float:left;
	width:770px;
	height:40px;
}
.flat_rate_innerpage a {
	color: #222;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
	text-decoration:none;
	font-weight:normal;
}
.flat_rate_innerpage a:visited {
	color: #222;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	text-decoration:none;
	font-weight:normal;
}
.flat_rate_innerpage a:hover {
	text-decoration:underline;
}
.footer_link_innerpage {
	float:left;
	margin:auto;
	padding:10px 0 0 0;
	text-align:center;
	width:100%;
}
/* footer $6 flat rate div style end */

.joinNewlnk {}
.joinNewlnk  a{
 font-size:16px !important; 
 color:#fff !important;
 font-weight:bold !important;
 text-decoration:underline !important;
}
.joinNewlnk  a:hover{
 font-size:16px !important; 
 color:#fff !important;
 font-weight:bold !important;
 text-decoration:none !important;
}

/* popup styling start */

/*.product_size_chart table#availability_table th { background-color: #B896E0; color: #FFFFFF; font-weight: bold; padding: 0 10px; text-align: center; }
.product_size_chart table#availability_table .row2 { text-align:center; }
.product_size_chart table#availability_table tr.white_tr { background-color:transparent; }
.product_size_chart table#availability_table tr.purple_tr { background-color:#CCBEDD; }
.product_size_chart table#availability_table .color_name { color: #000000; font-weight: bold; padding: 0 0 0 15px; text-align: left; background-color:transparent; }
.product_size_chart table#availability_table .tickmark { text-align: center; background-color:transparent; }
.product_size_chart table#availability_table{ border-color: #411F6A ;}*/
table#stock_table th { color: #000000; font-weight:bold; padding: 0 10px; text-align: center; }
table#stock_table { margin-left: auto; margin-right: auto; text-align: center; border-color:#FFFFFF; }
table#availability_table { margin-left: auto; margin-right: auto; text-align:center; border-color:#FFFFFF; }
#availability_table th { background-color: #B896E0; color: #ffffff; padding: 0 10px; text-align: center; font-weight:bold; }
table#availability_table{ border-color: #411F6A ;} 
table#availability_table .row2 { text-align:center; }
table#availability_table tr.white_tr { background-color:transparent; }
table#availability_table tr.purple_tr { background-color:#CCBEDD; }
.colorchart_heading { text-align: center; width: 70px; font-weight:bold; color:#000000; }
.color_name { color: #000000; font-weight: bold; padding: 0 0 0 15px; text-align: left; }
.tickmark { text-align: center; }

/* popup styling end */

/*  subscription page  */

.blbck{
	background:url(../images/blbck.gif) repeat-x top;
	overflow:hidde;
		}
.blbck .mdiv
{
	padding:5px;
	/*overflow:hidden;*/
	height:258px;
		}
.blbck .mdiv .box{
	background: none repeat scroll 0 0 transparent;
	float:left;
	width:560px;
	margin:10px 0 0 5px;
	padding:0px; }
.blbck .mdiv .box .top{
	background:url(../images/tpbdr.png) no-repeat top; 
	width:503px;
	overflow:hidden;
	padding:20px 20px;
}
.blbck .mdiv .box .btm{
	background:url(../images/btmbdr.png) no-repeat bottom; 
	height:15px;
		width:543px;
}

.blbck .mdiv .envbck{
	overflow:hidden;
	float:left;
	vertical-align:top;}
	
.subc_tbl{
color:#727272;
padding:5px;}

/* hover style */

img.in_stock {
	padding: 4px;
}

img.in_stock_hover {
  background-color: #a7e0a7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border: 1px solid #397d33;
}

img.out_stock {
  padding: 4px;
}

img.out_stock_hover {
  background-color: #ffa7a7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border: 1px solid #7d3933;
}
.sc_top_heading, .size_chart_table th{font-family:Arial, Helvetica, sans-serif;font-size:13px;color:#FFF;background-color:#b896e0;text-align:center;font-weight:700;}
.sc_text{font-family:Arial, Helvetica, sans-serif;font-size:12px;color:#000;text-align:center}
.sc_text2{font-family:Arial, Helvetica, sans-serif;font-size:12px;color:#000;text-align:center;background-color:#ccbedd}
.measuring_tips{background:url(../images/howtomeasure.png) no-repeat center;width:750px;height:630px;float:left;margin-top:20px}
.mearing_data{float:left;font-weight:700;width:320px;margin:10px 0 0 75px}
.md_heading{float:left;width:320px;color:#333 !important;font-family:Arial, Helvetica, sans-serif;font-size:12px;font-weight:700;margin:30px 0 0 75px}
.md_text{float:left;width:320px;height:47px;font-family:Arial, Helvetica, sans-serif;font-size:15px;color:#000 !important;font-weight:lighter;margin:0 0 13px;padding:5px 0 0}
.md_text span{font-family:Arial, Helvetica, sans-serif;font-size:16px;color:#333 !important;font-weight:700}
.text{float:left;width:750px;font:12px Arial, Helvetica, sans-serif;}
.md_heading h3{font:bold 16px Arial, Helvetica, sans-serif !important;}
.size_chart_table{border-color:#411F6A;border-style:solid;border-width:1px; margin-left: auto; margin-right: auto;}
.size_chart_table td { border-collapse: separate; border-color: #411F6A; border-style: solid; border-width: 1px 1px 0 0; margin: 0; }
.size_chart_table th { border-collapse: separate; border-color: #411F6A; border-style: solid; border-width: 1px 1px 0 0; font-size: 11px; text-align: center; }
.size_chart_table td, .measuring_tips p, .measuring_tips h3{margin:0 !important; color:#333 !important;}
.measuring_tips p, .measuring_tips h3{padding: 0px !important;}
.size_chart_table .spacer{background-color:#411F6A; width: 1px;}
#TB_ajaxContent .contents{padding:5px}

#sample_pic { float: right; height: 300px; padding: 0 44px 0 0; position: relative; width: 236px; }

.marketing_header {color:#6b266b; font-size:14px; float: left; width: 400px;padding-left:10px;}
.marketing_header p{color:#6b266b; font-size:14px;}
.marketing_header strong{font-weight: bold;}
.marketing_header em{font-style: italic;}

.design_category{text-align:center border-bottom: 1px solid #999999;margin: auto;overflow: hidden; text-align: center;width: 100%; background: none repeat scroll 0 0 #6B266B;}
.design_category a,.design_category a:visited{color:#fff;text-decoration:none;}
.design_category a span{float:left;-webkit-border-radius:5px;-moz-border-radius:5px;font-weight:700;margin:4px;padding:5px;}
.design_category a:hover{color:#fff;}
.design_category a:hover span,.design_category span.selected{color:#6b266b; background-color:#fff;cursor:pointer;}

.design_new h1{font-size:26px;text-align:center;float:left;width:100%;margin:20px 0;color:#6C276A}
.design_new .product_heading a,.design_new .product_heading a:visited{color:#6C276A}


/*  valu pro styles */
div.order-summary, .rtblock{
	background:url(../images/value-prop_mainBack.png) repeat-y right top;
	width:320px;
	overflow:hidden;
	}
div.order-summary, .rtblock h1{
	color:#6b266b;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin:0px;
	padding:20px 0 4px 24px;
 	}
div.order-summary, .rtblock .dots{
	width:274px;
	background:url(../images/dots.png) repeat-x top;
	height:2px;
	margin-left:22px;
		}
div.order-summary, .rtblock p{
	color:#6b266b;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	padding:0px 24px 0 24px;
			}
div.order-summary, .rtblock h2{
	background:url(../images/value-prop_headback.png) no-repeat top left;
	color:#6b266b;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin:0px;
	padding:10px 0 13px 20px;
	}
div.order-summary, .rtblock ul{
	list-style:none;
	margin:0px;
	padding:0px;}

div.order-summary, .rtblock ul li{
	background:url(../images/bullet2.png) no-repeat 24px 15px scroll; 
	margin:0px;
	padding: 6px 0 0 33px;
	color:#6b266b;
	height:auto;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;}

/*  site nav styles 
#topNav{float: left; height: 42px; margin-top: 27px; width: 625px; margin-left:20px;}
#topNav ul{list-style-type:none; margin:0px; padding:0px}
#topNav ul li{list-style-type:none; float:left}
#topNav ul li a{text-decoration:none; display:inline-block; text-align:center; font-family:"Archer Bold"; cursor:pointer; font-size:18px; padding:8px 7px 0px 7px}
#topNav ul li a:hover{color:#fff !important; border-bottom:dashed 1px #999}

#topNav ul li.active{}
#topNav ul li.active a span div{background:url(../images/active-mdl.png) no-repeat center 0px; height:8px; margin-top:5px; *+width:16px}
#topNav ul li.active a{padding:0px 0px 0px 0px; display:-moz-inline-box; display:inline-block; color:#333; text-decoration:none; background:url(../images/mainNav.png) no-repeat left 0px; padding-left:10px}
#topNav ul li.active a:hover{border-bottom:0px}
#topNav ul li.active a span{padding:8px 8px 0px 0px; display:-moz-inline-box; display:inline-block; background:url(../images/mainNav.png) no-repeat right 0px; font-family:"Archer Bold"; font-size:18px}
.sep{background:url(../images/nav-sep.png) no-repeat top; padding:0 2px; margin-top:6px; height: 22px;}*/