
/* ------------- products filter ------------- */
/* remember to define focus styles! */
:focus
{
  outline: 0;
}
div.ol, div.ul
{
  list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table
{
  border-collapse: separate;
  border-spacing: 0;
}
div.caption, div.th, div.td
{
  text-align: left;
  font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after
{
  content: "";
}
blockquote, q
{
  quotes: "" "";
}
#wrapper
{
  background: #fff; /*width:778px; 	margin:auto;*/
  min-height: 600px;
}
span.wrappertitle
{
  color: #74003c;
  font-weight: bold;
}
#header
{
  background: #016295 url( "/images/chad_header.gif" ) no-repeat 0 100px;
  color: #fefffd;
  padding: 100px 100px 100px 100px;
  height: 90px;
}
h1
{
  font-size: 26px;
  font-weight: bold;
  width: 400px; /*float: left;*/
}
h2
{
  font-size: 20px;
  padding-bottom: 7px;
  width: 400px;
  float: left;
}
#header a
{
  color: #fff;
}
#breadcrumbs
{
  font: 14px Arial, Helvetica, sans-serif;
  color: #ABC2CA;
  float: right;
}
#breadcrumbs span.arrows
{
  padding-left: 18px;
  background: url( "/images/bcrumbs_arrow.gif" ) no-repeat 0 3px;
}
#breadcrumbs span.selected
{
  color: #fff;
}
#directions
{
  padding: 20px 0 0 0;
  text-align: right;
}
#directions a
{
  color: #FFFDAA;
  background: url( "/images/directions_arrow.gif" ) no-repeat 0 3px;
  font: 16px Arial, Helvetica, sans-serif;
  padding-left: 17px;
}
#nav
{
  padding: 0px;
}
#side_nav
{
  width: 166px;
  float: left;
  padding: 0px;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #ccc;
}
#content
{
  width: 610px;
  float: left;
}
TD.sortby
{
  float: right;
}
#divSort
{
  width: 100%;
}
#products
{
  width: 710px;
  background: no-repeat 3px 0;
  padding-top: 6px;
  padding-left: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  verticle-align: top;
  min-height: 500px;
  float: left;
}
.prod_wrapper
{
  width: 23%;
  margin-left: 12px;
  padding-top: 10px;
  font-size: 10px;
  text-align: center;
  float: left;
  overflow: hidden; /* Following Style Added By Sunil on 23/01/2009 its basicaly for quiack add image to align left of productimage */
  white-space: nowrap;
}
.prod_wrapper a
{
  color: #016295;
}
a#prevLink, a#nextLink
{
  color: #016295;
}
a#prevLink
{
  margin-left: 500px;
}
#color_wrapper
{
  /*background: #fffffe url("/images/grey_arrow.gif") no-repeat 10px 7px; 	border-top: 1px solid #ccc; 	*/
  height: 130px;
  display: table;
  padding: 5px 5px 5px 5px;
  font: bold 11px Arial, Helvetica, sans-serif;
  color: #404040;
  word-wrap: break-word;
  overflow: visible;
  margin-right: 25px;
}
/*#size_wrapper
{
    background: #fffffe url("/images/grey_arrow.gif") no-repeat 10px 7px;
    width: 126px;
    height: 80px;
    display: table;
    padding: 5px 15px 5px 25px;
    font: bold 11px Arial, Helvetica, sans-serif;
    border-top: 1px solid #ccc;
    color: #404040;
}*/
#price_wrapper
{
  /*background: #fffffe url("/images/grey_arrow.gif") no-repeat 10px 7px;*/
  height: 80px;
  display: table;
  padding: 5px 15px 5px 10px;
  font: bold 11px Arial, Helvetica, sans-serif;
  color: #404040;
}
#brand_wrapper
{
  /*background: #fffffe url("/images/grey_arrow.gif") no-repeat 10px 7px;*/
  height: 110px;
  display: block;
  padding: 5px 15px 5px 10px;
  font: bold 11px Arial, Helvetica, sans-serif;
  border-top: 1px solid #ccc;
  color: #404040;
  overflow-y: scroll;
}
#category_wrapper
{
  /*background: #fffffe url("/images/grey_arrow.gif") no-repeat 10px 7px;*/
  height: 110px;
  display: table;
  padding: 5px 15px 5px 10px;
  font: bold 11px Arial, Helvetica, sans-serif;
  border-top: 0px solid #ccc;
  color: #404040;
  overflow-y: scroll;
}
.clear
{
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
}
#color_wrapper div
{
  border: 1px solid #9D9D9D;
  padding: 1px;
  background: #fff;
  float: left;
  margin: 8px 8px 0px 0px;
  height: 16px;
  width: 18px;
  cursor: default;
}
/*#size_wrapper div
{
    width: 34px;
    float: left;
    margin: 7px 3px 0 0;
    border: 1px solid #ccc;
    color: #777;
    font-size: 10px;
    text-align: center;
    cursor: default;
    font-weight: normal;
}*/
#price_wrapper div
{
  color: #777;
  font-size: 10px;
  text-align: center;
  cursor: default;
  font-weight: normal;
}
#brand_wrapper div
{
  padding: 2px 0 0 10px;
  float: left;
  width: 100px;
  font-weight: light;
  cursor: default;
  font-size: 8pt;
}
#category_wrapper div
{
  padding: 2px 0 0 10px;
  float: left;
  width: 100px;
  font-weight: light;
  cursor: default;
  font-size: 8pt;
}
#color_wrapper div.selected
{
  border: 1px solid #e50278;
}
#brand_wrapper div.selected
{
  background: url( "/images/check.gif" ) no-repeat 0 5px;
}
#category_wrapper div.selected
{
  background: url( "/images/check.gif" ) no-repeat 0 5px;
}
/*#size_wrapper div.selected
{
    background: #ffb5db;
    color: #fff;
.col_red span
{
    display: block;
    height: 16px;
    width: 18px;
    cursor: pointer;
    background-color: #cc0000;
}}*/
.col_green span
{
  display: block;
  height: 16px;
  width: 18px;
  background: #669900;
}
.col_blue span
{
  display: block;
  height: 16px;
  width: 18px;
  background: #0066CC;
}
.col_grey span
{
  display: block;
  height: 16px;
  width: 18px;
  background: #ccc;
}
.col_yellow span
{
  display: block;
  height: 16px;
  width: 18px;
  background: #FFFF00;
}
.col_pink span
{
  display: block;
  height: 16px;
  width: 18px;
  background: #FF99CC;
}
.col_brown span
{
  display: block;
  height: 16px;
  width: 18px;
  background: #57302b;
}
.col_black span
{
  display: block;
  height: 16px;
  width: 18px;
  background: #000;
}
.col_red span
{
  display: block;
  height: 16px;
  width: 18px;
  cursor: pointer;
  background-color: #cc0000;
}
.col_green span
{
  display: block;
  height: 16px;
  width: 18px;
  background: #669900;
}
.col_blue span
{
  display: block;
  height: 16px;
  width: 18px;
  background: #0066CC;
}
.col_grey span
{
  display: block;
  height: 16px;
  width: 18px;
  background: #ccc;
}
.col_yellow span
{
  display: block;
  height: 16px;
  width: 18px;
  background: #FFFF00;
}
.col_pink span
{
  display: block;
  height: 16px;
  width: 18px;
  background: #FF99CC;
}
.col_brown span
{
  display: block;
  height: 16px;
  width: 18px;
  background: #57302B;
}
.col_black span
{
  display: block;
  height: 16px;
  width: 18px;
  background: #000;
}
.col_gold span
{
  display: block;
  height: 16px;
  width: 18px;
  background: #c19d4f;
}
.col_silver span
{
  display: block;
  height: 16px;
  width: 18px;
  background: #C0C0C0;
}
.col_orange span
{
  display: block;
  height: 16px;
  width: 18px;
  background: #FFA500;
}
.col_multi span
{
  display: block;
  height: 16px;
  width: 18px;
  background: #7B6jhs;
  background-image: url( 'http://cutesygirl.com/App_Themes/CutesyGirl/Images/multibutton.jpg' );
}
.col_purple span
{
  display: block;
  height: 16px;
  width: 18px;
  background: #800080;
}
.col_white span
{
  display: block;
  height: 16px;
  width: 18px;
  background: #FFFFFF;
}
.col_beige span
{
  display: block;
  height: 16px;
  width: 18px;
  background: #F5F5DC;
}
.col_gray span
{
  display: block;
  height: 16px;
  width: 18px;
  background: #808080;
}
.col_tan span
{
  display: block;
  height: 16px;
  width: 18px;
  background: #d1b48c;
}
a.all, h3 span a
{
  clear: both;
  color: #e50278;
  margin-left: 27px;
  font: normal 11px Arial, Helvetica, sans-serif;
}
h3.filterby
{
  font: bold 14px tahoma, arial;
  color: #fff;
  background: #e50278;
  height: 20px;
  padding: 3px 2px 3px 10px;
  margin-top: 0;
  margin-bottom: 0;
}
h3.filterby span
{
  padding-left: 45px;
  background: #e50278;
}
Span.filterby a
{
  clear: both;
  color: #ffcadc;
  background: #e50278;
  margin-left: 5px;
  font: normal 11px Arial, Helvetica, sans-serif;
}
/*
A.all:link
{
    font-size: 9pt;
    font-weight: light;
    color: #e50278;
    font-family: tahoma, arial;
    text-decoration: none;
}
A.all:visited {}
A.all:hover {text-decoration: underline;}
*/
a:link
{
  color: #333333;
  text-decoration: none;
}
a:active
{
  color: #333333;
  text-decoration: none;
}
a:visited
{
  color: #333333;
  text-decoration: none;
}
a:hover
{
  color: #e3047b;
  text-decoration: none;
}
a:focus
{
  border: none;
  -moz-outline: 0;
}
#footer
{
  display: block;
  clear: both;
}
.combo
{
  margin: 0px 5px 10px 0px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  width: 10em;
  display: block;
  text-align: left;
  background: url( 'images/bg_select.jpg' ) 0 0;
  height: 18px;
  cursor: pointer;
  border: 1px solid #ccc;
  color: #999;
}
#brand_wrapper div, #color_wrapper div, #kid_size div, #cat_size div, #cat_size_pleaser div, #dress_size div
{
  cursor: pointer;
}
#category_wrapper div, #color_wrapper div, #kid_size div, #cat_size div, #cat_size_pleaser div, #dress_size div
{
  cursor: pointer;
}
#price_wrapper div, #color_wrapper div, #kid_size div, #cat_size div, #cat_size_pleaser div, #dress_size div
{
  cursor: pointer;
}
#product_count
{
  color: #fff;
  width: 20px;
  padding: 7px 10px;
  font-weight: bold;
  position: absolute;
  margin: -51px 0 0 570px;
}
#dress_size
{
  height: 40px;
  display: table;
  padding: 5px 15px 5px 10px;
  font: bold 11px Arial, Helvetica, sans-serif;
  border-top: 1px solid #ccc;
  color: #404040;
}
#dress_size div
{
  width: 34px;
  float: left;
  margin: 7px 3px 0 0;
  border: 1px solid #ccc;
  color: #777;
  font-size: 10px;
  text-align: center;
  cursor: default;
  font-weight: normal;
}
#dress_size div.selected
{
  background: #e50278;
  color: #fff;
}
#kid_size
{
  width: 130px;
  height: 80px;
  display: table;
  padding: 5px 15px 5px 10px;
  font: bold 11px Arial, Helvetica, sans-serif;
  border-top: 1px solid #ccc;
  color: #404040;
}
#kid_size div
{
  width: 45px;
  float: left;
  margin: 7px 3px 0 0;
  border: 1px solid #ccc;
  color: #777;
  font-size: 10px;
  text-align: center;
  cursor: default;
  font-weight: normal;
}
#kid_size div.selected
{
  background: #e50278;
  color: #fff;
}

#cat_size
{
  /*background: #fffffe url("/images/grey_arrow.gif") no-repeat 10px 7px;*/
  height: 80px;
  display: table;
  padding: 5px 10px 5px 10px;
  font: bold 11px Arial, Helvetica, sans-serif;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  color: #404040;
}
#cat_size div
{
  width: 34px;
  float: left;
  margin: 7px 3px 0 0;
  border: 1px solid #ccc;
  color: #777;
  font-size: 10px;
  text-align: center;
  cursor: default;
  font-weight: normal;
  border-bottom: 1px solid #ccc;
}
#cat_size div.selected
{
  background: #e50278;
  color: #fff;
}
/* new pleaser size set -James */

#cat_size_pleaser
{
  /*background: #fffffe url("/images/grey_arrow.gif") no-repeat 10px 7px;*/
  height: 80px;
  display: table;
  padding: 5px 10px 5px 10px;
  font: bold 11px Arial, Helvetica, sans-serif;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  color: #404040;
}
#cat_size_pleaser div
{
  width: 34px;
  float: left;
  margin: 7px 3px 0 0;
  border: 1px solid #ccc;
  color: #777;
  font-size: 10px;
  text-align: center;
  cursor: default;
  font-weight: normal;
  border-bottom: 1px solid #ccc;
}
#cat_size_pleaser div.selected
{
  background: #e50278;
  color: #fff;
}
 


/*SHOE CATEGORY*/
#shoe_cat
{
  /*background: #fffffe url("/images/grey_arrow.gif") no-repeat 10px 7px; 	overflow-y: scroll; 	*/
  height: 170px;
  display: table;
  padding: 5px 15px 5px 10px;
  font: bold 11px Arial, Helvetica, sans-serif;
  border-top: 1px solid #ccc;
  color: #404040;
}
#shoe_cat div
{
  padding: 2px 0 0 10px;
  float: left;
  width: 100px;
  font-weight: light;
  cursor: default;
  font-size: 8pt;
}
#shoe_cat div.selected
{
  background: url( "/images/check.gif" ) no-repeat 0 5px;
}
#shoe_cat div, #color_wrapper div, #kid_size div, #cat_size div, #dress_size div, #cat_size_pleaser div
{
  cursor: pointer;
}
/*APPREL CATEGORY */
#app_cat
{
  background: #fffffe url(   "/images/grey_arrow.gif" ) no-repeat 10px 7px;
  width: 130px;
  height: 90px;
  display: table;
  padding: 5px 15px 5px 10px;
  font: bold 11px Arial, Helvetica, sans-serif;
  border-top: 1px solid #ccc;
  color: #404040;
  overflow-y: scroll;
}
#app_cat div
{
  padding: 2px 0 0 10px;
  float: left;
  width: 100px;
  font-weight: light;
  cursor: default;
  font-size: 8pt;
}
#app_cat div.selected
{
  background: url(   "/images/check.gif" ) no-repeat 0 5px;
}
#app_cat div, #shoe_cat div, #color_wrapper div, #kid_size div, #cat_size div, #dress_size div, #cat_size_pleaser div
{
  cursor: pointer;
}
/*ACCESSORIES CATEGORY*/
#acc_cat
{
  width: 130px;
  height: 110px;
  display: table;
  padding: 5px 15px 5px 10px;
  font: bold 11px Arial, Helvetica, sans-serif;
  border-top: 0px solid #ccc;
  color: #404040;
  overflow-y: scroll;
}
#acc_cat div
{
  padding: 2px 0 0 10px;
  float: left;
  width: 100px;
  font-weight: light;
  cursor: default;
  font-size: 8pt;
}
#acc_cat div.selected
{
  background: url( "/images/check.gif" ) no-repeat 0 5px;
}
#acc_cat div, #color_wrapper div, #kid_size div, #cat_size div, #dress_size div, #cat_size_pleaser div
{
  cursor: pointer;
}
/*DRESS KEYWORDS*/
#dress_style
{
  width: 130px;
  height: 80px;
  display: table;
  padding: 5px 15px 5px 10px;
  font: bold 11px Arial, Helvetica, sans-serif;
  border-top: 0px solid #ccc;
  color: #404040;
}
#dress_style div
{
  padding: 2px 0 0 10px;
  float: left;
  width: 100px;
  font-weight: light;
  cursor: default;
  font-size: 8pt;
}
#dress_style div.selected
{
  background: url( "/images/check.gif" ) no-repeat 0 5px;
}
#dress_style div, #color_wrapper div, #kid_size div, #cat_size div, #cat_size_pleaser div, #dress_size div, #top_style div, #top_sleeve div, #heelheight div, #heelheight_pleaser div, #dress_length div, #dress_sleeve div, #lingeriekeywords div
{
  cursor: pointer;
}
#dress_sleeve
{
  /*background: #fffffe url("/images/grey_arrow.gif") no-repeat 10px 7px;*/
  width: 130px;
  height: 100px;
  display: table;
  padding: 5px 15px 5px 10px;
  font: bold 11px Arial, Helvetica, sans-serif;
  border-top: 0px solid #ccc;
  color: #404040;
}
#dress_sleeve div
{
  padding: 2px 0 0 10px;
  float: left;
  width: 100px;
  font-weight: light;
  cursor: default;
  font-size: 8pt;
}
#dress_sleeve div.selected
{
  background: url( "/images/check.gif" ) no-repeat 0 5px;
}
#lingeriekeywords
{
  /*background: #fffffe url("/images/grey_arrow.gif") no-repeat 10px 7px;*/
  width: 130px;
  height: 100px;
  display: table;
  padding: 5px 15px 5px 10px;
  font: bold 11px Arial, Helvetica, sans-serif;
  border-top: 0px solid #ccc;
  color: #404040;
}
#lingeriekeywords div
{
  padding: 2px 0 0 10px;
  float: left;
  width: 100px;
  font-weight: light;
  cursor: default;
  font-size: 8pt;
}
#lingeriekeywords div.selected
{
  background: url( "/images/check.gif" ) no-repeat 0 5px;
}
#dress_sleeve div, #color_wrapper div, #kid_size div, #cat_size div, #cat_size_pleaser div, #dress_size div, #top_style div, #top_sleeve div, #heelheight div, #heelheight_pleaser div, #dress_length div, #dress_style div, #lingeriekeywords div
{
  cursor: pointer;
}
#dress_length
{
  /*background: #fffffe url("/images/grey_arrow.gif") no-repeat 10px 7px;*/
  width: 130px;
  height: 80px;
  display: table;
  padding: 5px 15px 5px 10px;
  font: bold 11px Arial, Helvetica, sans-serif;
  border-top: 0px solid #ccc;
  color: #404040;
}
#dress_length div
{
  padding: 2px 0 0 10px;
  float: left;
  width: 100px;
  font-weight: light;
  cursor: default;
  font-size: 8pt;
}
#dress_length div.selected
{
  background: url( "/images/check.gif" ) no-repeat 0 5px;
}
#dress_length div, #color_wrapper div, #kid_size div, #cat_size div , #cat_size_pleaser div, #dress_size div, #top_style div, #top_sleeve div, #heelheight div, #heelheight_pleaser div, #dress_sleeve div, #dress_style div, #lingeriekeywords div
{
  cursor: pointer;
}
/*TOPS KEYWORDS*/
#top_style
{
  /*background: #fffffe url("/images/grey_arrow.gif") no-repeat 10px 7px;*/
  width: 130px;
  height: 80px;
  display: table;
  padding: 5px 15px 5px 10px;
  font: bold 11px Arial, Helvetica, sans-serif;
  border-top: 0px solid #ccc;
  color: #404040;
}
#top_style div
{
  padding: 2px 0 0 10px;
  float: left;
  width: 100px;
  font-weight: light;
  cursor: default;
  font-size: 8pt;
}
#top_style div.selected
{
  background: url( "/images/check.gif" ) no-repeat 0 5px;
}
#top_style div, #color_wrapper div, #kid_size div, #cat_size div , #cat_size_pleaser div, #dress_size div, #top_sleeve div, #heeleheight div, #dress_sleeve div, #dress_style div, #dress_length div, #lingeriekeywords div
{
  cursor: pointer;
}
#top_sleeve
{
  width: 130px;
  height: 100px;
  display: table;
  padding: 5px 15px 5px 10px;
  font: bold 11px Arial, Helvetica, sans-serif;
  border-top: 0px solid #ccc;
  color: #404040;
}
#top_sleeve div
{
  padding: 2px 0 0 10px;
  float: left;
  width: 100px;
  font-weight: light;
  cursor: default;
  font-size: 8pt;
}
#top_sleeve div.selected
{
  background: url( "/images/check.gif" ) no-repeat 0 5px;
}
#heelheight
{
  /*background: #fffffe url( "/images/grey_arrow.gif" ) no-repeat 10px 7px;*/
  height: 80px;
  display: table;
  padding: 5px 15px 5px 10px;
  font: bold 11px Arial, Helvetica, sans-serif;
  border-top: 1px solid #ccc;
  color: #404040;
}
#heelheight div
{
  padding: 2px 0 0 10px;
  float: left;
  width: 100px;
  font-weight: light;
  cursor: default;
  font-size: 8pt;
}
#heelheight div.selected
{
  background: url(  "/images/check.gif" ) no-repeat 0 5px;
}
/*new pleaser category -James */
#heelheight_pleaser
{
  /*background: #fffffe url( "/images/grey_arrow.gif" ) no-repeat 10px 7px;*/
  height: 80px;
  display: table;
  padding: 5px 15px 5px 10px;
  font: bold 11px Arial, Helvetica, sans-serif;
  border-top: 1px solid #ccc;
  color: #404040;
}
#heelheight_pleaser div
{
  padding: 2px 0 0 10px;
  float: left;
  width: 100px;
  font-weight: light;
  cursor: default;
  font-size: 8pt;
}
#heelheight_pleaser div.selected
{
  background: url(  "/images/check.gif" ) no-repeat 0 5px;
}



#top_sleeve div, #color_wrapper div, #kid_size div, #cat_size div , #cat_size_pleaser div, #dress_size div, #top_style div, #dress_length div, #dress_sleeve div, #dress_style div, #heelheight div, #heelheight_pleaser div, #lingeriekeywords
{
  cursor: pointer;
}
#heelheight div, #top_sleeve div, #color_wrapper div, #kid_size div, #cat_size div, #cat_size_pleaser div, #dress_size div, #top_style div, #dress_length div, #dress_sleeve div, #dress_style div, #lingeriekeywords
{
  cursor: pointer;
}
#dualSliderWrapper
{
  width: 135px;
  height: 20px;
}
#dualSliderRailStart
{
  position: absolute;
  width: 7px;
  height: 9px;
}
#dualSliderRailBody
{
  background: transparent url(Images/rail-body.png) top right;
  background-repeat: repeat-x;
}
#dualSliderRailEnd
{
  position: relative;
  margin-left: 135px;
  width: 7px;
  height: 9px;
}
.dualSliderAreaStyle
{
  font-weight: bold;
  padding-bottom: 3px;
}
.dualSliderRailBodyStyle
{
  position: relative;
  width: 135px;
  height: 9px;
  z-index: 0;
}
.dualSliderHandleStyle
{
  padding-top: 8px;
  width: 19px;
  height: 20px;
  position: absolute;
  z-index: 2;
}
.dualSliderSpanStyle
{
  position: absolute;
  float: left;
  background-color: Yellow;
  height: 10px;
  filter: alpha(opacity=20);
  opacity: 0.2;
  z-index: 0;
}
/* ------------- Last updated: September 19, 2008 ------------- */
/* ------------- General Layout ------------- */
BODY
{
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  background-color: white;
  background-repeat: repeat;
  font-family: tahoma, helvetica, arial;
  font-size: 8pt;
  font-weight: normal;
  font-style: normal;
}
Table.app
{
  width: 911px;
  background-image: url( "" );
  background-repeat: repeat-y;
  background-attachment: scroll;
  background-position: left top;
  border: 1px solid #da155a;
  background-color: #FFFFFF;
  padding: 0;
}
TR.App
{
  padding: 0;
}
TD.App
{
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: none;
  padding: 0;
}
Table.header
{
  width: 100%;
  background-image: url( "" );
  background-repeat: no-repeat;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: none;
  border-collapse: collapse;
}
A.Logo
{
}
TD.header1
{
  text-align: right;
  vertical-align: bottom;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
A.header1:link
{
  font-size: 9pt;
  color: #d6014c;
  font-family: helvetica, arial, tahoma;
  text-decoration: none;
}
A.header1:visited
{
  font-size: 9pt;
  color: #d6014c;
  font-family: helvetica, arial, tahoma;
  text-decoration: none;
}
A.header1:hover
{
  font-size: 9pt;
  color: #d6014c;
  font-family: helvetica, arial, tahoma;
  text-decoration: none;
}
A.headerlink:link
{
  font-size: 8pt;
  color: #2c2c2c;
  font-family: helvetica, arial, tahoma;
  text-decoration: none;
}
A.headerlink:visited
{
  font-size: 8pt;
  color: #2c2c2c;
  font-family: helvetica, arial, tahoma;
  text-decoration: none;
}
A.headerlink:hover
{
  font-size: 8pt;
  color: #d6014c;
  font-family: helvetica, arial, tahoma;
  text-decoration: underline;
}
TD.headermsg
{
  font-size: 9pt;
  color: #2c2c2c;
  font-family: helvetica, arial, tahoma;
  text-transform: uppercase;
  font-weight: bold;
}
TD.welcomemsg
{
  padding-left: 10px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 4px;
  vertical-align: bottom;
  text-align: right;
  width: 360px;
}
TD.quicksearch
{
  text-align: right;
  vertical-align: bottom;
  width: 200px;
  padding-top: 0px;
  padding-right: 12px;
  padding-bottom: 0px;
  padding-left: 0px;
}
span.quicksearch
{
  font-family: helvetica, arial, tahoma;
  color: #e50278;
}
/*
A.quicksearch:link {
	FONT-SIZE: 8pt;
	COLOR: #e50278;
	FONT-FAMILY: helvetica, arial, tahoma;
	TEXT-DECORATION: none;
}
A.quicksearch:visited {
	FONT-SIZE: 8pt;
	COLOR: #e50278;
	FONT-FAMILY: helvetica, arial, tahoma;
	TEXT-DECORATION: none;
}
A.quicksearch:hover {
	FONT-SIZE: 8pt;
	COLOR: #e50278;
	FONT-FAMILY: helvetica, arial, tahoma;
	TEXT-DECORATION: underline;
}
*/
TD.viewcart
{
  padding-left: 0px;
  padding-right: 12px;
  padding-top: 0px;
  padding-bottom: 4px;
  vertical-align: bottom;
  width: 200px;
  text-align: right;
}
A.welcomemsg:link
{
  font-size: 8pt;
  color: #e50278;
  font-family: helvetica, arial, tahoma;
  text-decoration: underline;
}
A.welcomemsg:visited
{
  font-size: 8pt;
  color: #e50278;
  font-family: helvetica, arial, tahoma;
  text-decoration: underline;
}
A.welcomemsg:hover
{
  font-size: 8pt;
  color: #e50278;
  font-family: helvetica, arial, tahoma;
  text-decoration: underline;
}
A.logout:link
{
  font-size: 8pt;
  color: #e50278;
  font-family: helvetica, arial, tahoma;
  text-decoration: underline;
}
A.logout:visited
{
  font-size: 8pt;
  color: #e50278;
  font-family: helvetica, arial, tahoma;
  text-decoration: underline;
}
A.logout:hover
{
  font-size: 8pt;
  color: #e50278;
  font-family: helvetica, arial, tahoma;
  text-decoration: underline;
}
A.viewcartlink:link
{
  font-size: 8pt;
  color: #333333;
  font-family: helvetica, arial, tahoma;
  text-decoration: none;
}
A.viewcartlink:visited
{
  font-size: 8pt;
  color: #333333;
  font-family: helvetica, arial, tahoma;
  text-decoration: none;
}
A.viewcartlink:hover
{
  font-size: 8pt;
  color: #333333;
  font-family: helvetica, arial, tahoma;
  text-decoration: underline;
}
DIV.submenuitems
{
  vertical-align: absmiddle;
  padding: 2px;
}
TD.topmenu
{
  background-attachment: scroll;
  background-position: left top;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
}
Table.topmenuholder
{
  width: 100%;
  height: 27px;
  background-image: url( "/articleimages/bgtopmenu.gif" );
  background-repeat: repeat;
}
TD.topmenuholder
{
  width: 5;
  vertical-align: absmiddle;
  height: 27px;
}
Table.menuitems
{
  float: left;
}
TD.menuitem
{
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 0px;
  padding-bottom: 0px;
  white-space: nowrap;
}
A.menuitemlink:link
{
  font-size: 9pt;
  font-weight: bold;
  color: #C9779B;
  font-family: helvetica, arial, tahoma;
  text-decoration: none;
  text-transform: uppercase;
}
A.menuitemlink:visited
{
  font-size: 9pt;
  font-weight: bold;
  color: #C9779B;
  font-family: helvetica, arial, tahoma;
  text-decoration: none;
  text-transform: uppercase;
}
A.menuitemlink:hover
{
  font-size: 9pt;
  font-weight: bold;
  color: #565254;
  font-family: helvetica, arial, tahoma;
  text-decoration: none;
  text-transform: uppercase;
}
DIV.submenuitems
{
  background-color: #e3d3d9;
}
A.submenuitemlink:link
{
  font-size: 9pt;
  font-weight: bold;
  color: #3d0a19;
  font-family: helvetica, arial, tahoma;
  text-decoration: none;
  text-transform: uppercase;
}
A.submenuitemlink:visited
{
  font-size: 9pt;
  font-weight: bold;
  color: #3d0a19;
  font-family: helvetica, arial, tahoma;
  text-decoration: none;
  text-transform: uppercase;
}
A.submenuitemlink:hover
{
  font-size: 9pt;
  font-weight: bold;
  color: #cc6195;
  font-family: helvetica, arial, tahoma;
  text-decoration: none;
  text-transform: uppercase;
}
Table.main
{
  background-image: url( "" );
  width: 909px;
  height: 500px;
}
TD.main
{
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.pagetitle
{
  font-size: 14pt;
  margin-top: 8pt;
  margin-bottom: 8pt;
  margin-left: 5px;
  margin-right: 5px; /*COLOR: #dd5c89;*/
  color: black;
  font-family: tahoma, helvetica, arial;
  font-weight: light;
}
TD.formtitle
{
  font-size: 14pt;
  color: #164978;
  font-family: helvetica, arial, tahoma;
}
.formtitle1
{
  text-align: left;
  font-size: 9pt;
  font-weight: bold;
  color: #164978;
  font-family: helvetica, arial, tahoma;
}
.formtitle2
{
  test-align: left;
  font-size: 8pt;
  font-weight: bold;
  color: #164978;
  font-family: helvetica, arial, tahoma;
}
.formtitle3
{
  test-align: left;
  font-size: 12pt;
  line-height: 250%;
  font-weight: bold;
  color: #164978;
  font-family: helvetica, arial, tahoma;
}
.formtitle4
{
  test-align: left;
  font-size: 12pt;
  line-height: 150%;
  font-weight: bold;
  color: #164978;
  font-family: helvetica, arial, tahoma;
}
TD.bottommenu
{
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 0px;
  padding-bottom: 0px;
  vertical-align: absmiddle;
}
Table.bottommenuholder
{
  border-top: 1px solid #e0d6c2;
  width: 100%;
}
TD.bottommenuholder
{
  height: 54px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  vertical-align: absmiddle;
}
Table.bottommenuitems
{
}
TD.bottommenuitem
{
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 1px;
  padding-bottom: 1px;
}
A.bottommenulink:link
{
  font-size: 8pt;
  color: #3a1c0e;
  font-family: helvetica, arial, tahoma;
  text-decoration: none;
}
A.bottommenulink:visited
{
  font-size: 8pt;
  color: #3a1c0e;
  font-family: helvetica, arial, tahoma;
  text-decoration: none;
}
A.bottommenulink:hover
{
  font-size: 8pt;
  color: #ff9813;
  font-family: helvetica, arial, tahoma;
  text-decoration: none;
}
Table.footer A:link
{
  margin-top: 20pt;
  font-size: 8pt;
  color: #222828;
  font-family: helvetica, arial, tahoma;
  text-decoration: underline;
}
Table.footer A:visited
{
  margin-top: 20pt;
  font-size: 8pt;
  color: #222828;
  font-family: helvetica, arial, tahoma;
  text-decoration: underline;
}
Table.footer A:hover
{
  margin-top: 20pt;
  font-size: 8pt;
  color: #222828;
  font-family: helvetica, arial, tahoma;
  text-decoration: underline;
}
Table.footer
{
  vertical-align: center;
}
TD.footer
{
  text-align: center;
  font-family: helvetica, arial, tahoma;
  font-size: 8pt;
  color: #222828;
}
A.dbDirector:link
{
  line-height: 250%;
  margin-top: 20pt;
  font-size: 8pt;
  color: #222828;
  font-family: helvetica, arial, tahoma;
  text-decoration: none;
}
A.dbDirector:visited
{
  line-height: 250%;
  margin-top: 20pt;
  font-size: 8pt;
  color: #222828;
  font-family: helvetica, arial, tahoma;
  text-decoration: none;
}
A.dbDirector:hover
{
  line-height: 250%;
  margin-top: 20pt;
  font-size: 8pt;
  color: #222828;
  font-family: helvetica, arial, tahoma;
  text-decoration: underline;
}
/* ------------- Store Categories ------------- */
div.Category
{
  padding-left: 10px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
div.Category
{
  margin-left: 6px;
}
TD.ActiveSubCategory
{
}
A.ActiveSubCategory:link
{
  font-size: 8pt;
  color: #000000;
  font-family: helvetica, arial, tahoma;
  text-decoration: none;
  margin-left: 1px;
}
A.ActiveSubCategory:visited
{
  font-size: 8pt;
  color: #000000;
  font-family: helvetica, arial, tahoma;
  text-decoration: none;
  margin-left: 1px;
}
A.ActiveSubCategory:hover
{
  font-size: 8pt;
  color: #000000;
  font-family: helvetica, arial, tahoma;
  text-decoration: none;
  margin-left: 1px;
}
TD.Category
{
}
A.Category:link
{
  font-size: 8pt;
  color: #1b7ad3;
  font-family: helvetica, arial, tahoma;
  text-decoration: none;
}
A.Category:visited
{
  font-size: 8pt;
  color: #1b7ad3;
  font-family: helvetica, arial, tahoma;
  text-decoration: none;
}
A.Category:hover
{
  font-size: 8pt;
  color: #ff9813;
  font-family: helvetica, arial, tahoma;
  text-decoration: none;
}
TD.ActiveSubCategory
{
}
A.ActiveSubCategory:link
{
  font-size: 8pt;
  color: #000000;
  font-family: helvetica, arial, tahoma;
  text-decoration: none;
  margin-left: 4px;
}
A.ActiveSubCategory:visited
{
  font-size: 8pt;
  color: #000000;
  font-family: helvetica, arial, tahoma;
  text-decoration: none;
  margin-left: 4px;
}
A.ActiveSubCategory:hover
{
  font-size: 8pt;
  color: #000000;
  font-family: helvetica, arial, tahoma;
  text-decoration: none;
  margin-left: 4px;
}
/* ------------- Store Layout ------------- */
TD.sideL
{
  background-color: #FFFFFF;
  width: 140px;
  vertical-align: top; /* background-image:url('images/2009holidaysquare.jpg'); */
}
TD.dydata
{
  vertical-align: top;
  width: 640px;
}
Div.pagenav
{
  text-align: left;
}
Table.dydatapaging
{
  width: 100%;
}
.pageslabel
{
  font-color: #6e797a;
}
.pagenumber
{
  font-color: #17a5af;
  margin-left: 3px;
}
.pagenumberactive
{
  background-color: #ff4688;
  color: #FFFFFF;
  font-weight: bold;
  margin-left: 3px;
}
A.pagenumber:link
{
  font-size: 8pt;
  color: #567779;
  text-decoration: none;
  cursor: pointer;
}
A.pagenumber:visited
{
  font-size: 8pt;
  color: #567779;
  text-decoration: none;
  cursor: pointer;
}
A.pagenumber:hover
{
  font-size: 8pt;
  color: #00cbd9;
  text-decoration: none;
  cursor: pointer;
}
Table.sortby
{
  width: 100%;
}
TD.sortby DIV
{
  text-align: right;
}
DIV.sortby
{
  text-align: right;
}
Select.sortby
{
  font-size: 9pt;
  font-family: Tahoma, helvetica, arial;
}
TR.formheaderbg
{
  background-color: #edd3da;
  color: #712d3f;
  text-align: left;
}
A.cartproductname:link
{
  font-size: 8pt;
  color: #383f3f;
  font-family: helvetica, arial, tahoma;
  text-decoration: none;
}
A.cartproductname:visited
{
  font-size: 8pt;
  color: #383f3f;
  font-family: helvetica, arial, tahoma;
  text-decoration: none;
}
A.cartproductname:hover
{
  font-size: 8pt;
  color: #a0b6b8;
  font-family: helvetica, arial, tahoma;
  text-decoration: none;
}
Table.orderview
{
  width: 100%;
}
/* ------------- Store Product Index ------------- */
TD.customsearchholder
{
  text-align: center;
  vertical-align:top;
}
.originalprice
{
  color: red;
}
A.prodindex_title
{
  font-size: 10pt;
  background-color: #d6014c;
  color: #ffffff;
  font-family: helvetica, arial, tahoma;
  padding: 3px 6px 3px 6px;
  font-weight: bold;
}
A.prodindex_title:link
{
  text-decoration: none;
}
A.prodindex_title:visited
{
  text-decoration: none;
}
A.prodindex_title:hover
{
  text-decoration: underline;
}
A.productnameindex:link
{
  font-size: 8pt;
  color: #383f3f;
  font-family: helvetica, arial, tahoma;
  text-decoration: none;
  white-space: normal;
}
A.productnameindex:visited
{
  font-size: 8pt;
  color: #383f3f;
  font-family: helvetica, arial, tahoma;
  text-decoration: none;
  white-space: normal;
}
A.productnameindex:hover
{
  font-size: 8pt;
  color: #a0b6b8;
  font-family: helvetica, arial, tahoma;
  text-decoration: none;
  white-space: normal;
}
A.productpriceindex:link
{
  font-size: 8pt;
  color: #656d6e;
  font-family: helvetica, arial, tahoma;
  text-decoration: none;
  font-weight: bold;
}
A.productpriceindex:visited
{
  font-size: 8pt;
  color: #656d6e;
  font-family: helvetica, arial, tahoma;
  text-decoration: none;
  font-weight: bold;
}
A.productpriceindex:hover
{
  font-size: 8pt;
  color: #a0b6b8;
  font-family: helvetica, arial, tahoma;
  text-decoration: none;
  font-weight: bold;
}
TABLE.productindex
{
  width: 690px;
}
TD.productindex
{
  vertical-align: top;
  text-align: center;
}
A.productindex
{
}

A.productindex:link
{
  font-size: 8pt;
  color: Orange;
  font-family: helvetica, arial, tahoma;
  text-decoration: none;
  margin-left: 1px;
}
A.productindex:visited
{
  font-size: 8pt;
  color: Orange;
  font-family: helvetica, arial, tahoma;
  text-decoration: none;
  margin-left: 1px;
}
A.productindex:hover
{
  font-size: 8pt;
  color: Orange;
  font-family: helvetica, arial, tahoma;
  text-decoration: none;
  margin-left: 1px;
}
A.productindex IMG
{
}
/* ------------- Product Detail ------------- */
TD.productdetail
{
  padding-top: 0px;
  padding-left: 5px;
  padding-right: 0px;
  padding-bottom: 20px;
}
TD.productdetailpicture
{
  width: 300px;
  padding: 0 8px;
  vertical-align: bottom;
}
TD.productdetailtext
{
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 0px;
}
.producttitledetail
{
  font-size: 12pt;
  color: #6d2039;
  font-family: helvetica, arial, tahoma;
  font-weight: bold;
}
.productstyledetail
{
  font-size: 8pt;
  color: #902b4b;
  font-family: helvetica, arial, tahoma;
}
.productdesc
{
  color: #452E35;
  font-family: tahoma,helvetica,arial;
  font-size: 8pt;
  line-height: 140%;
  margin: 4px 0;
}
Table.productfeatures
{
  margin-top: 6px;
  margin-left: 14px;
  margin-right: 6px;
  margin-bottom: 6px;
}
LI.productfeature
{
  color: #6d2039;
  font-size: 8pt;
  font-weight: bold;
  list-style-type: square;
}
.prodpricedetail
{
  /*height: 10px;*/
  padding-top: 10px;
  color: #765b64;
  font-size: 10pt;
  font-weight: bold;
}
.btnwish
{
  vertical-align: top;
}
HR.hrproductprice
{
  color: #C0C0C0;
  background-color: #C0C0C0;
  height: 1px;
  border: 0pt none;
}
.swatch
{
  padding: 2px;
}
HR.hrproductviewthumbs
{
  color: #C0C0C0;
  background-color: #C0C0C0;
  height: 1px;
  border: 0pt none;
}
IMG.productviewthumb
{
  cursor: pointer;
  cursor: hand;
  border: 1px solid white;
}
IMG.productviewthumb:hover
{
  border: 1px solid #E50278;
}
IMG.product
{
  cursor: pointer;
  cursor: hand;
}
HR.productdetails
{
  color: #C0C0C0;
  border-style: solid;
  border-width: 1px;
}
TD.productviews
{
  vertical-align: top;
}
.productviewthumb:link
{
  color: #FFFFFF;
  border-style: solid;
  border-width: 1px;
}
.productviewthumb:visited
{
  color: #FFFFFF;
  border-style: solid;
  border-width: 1px;
}
.productviewthumb:hover
{
  color: #d60b4c;
  border-style: solid;
  border-width: 1px;
}
A.relateditem:link
{
  font-size: 8pt;
  color: #656d6e;
  font-family: helvetica, arial, tahoma;
  text-decoration: none;
}
A.relateditem:visited
{
  font-size: 8pt;
  color: #656d6e;
  font-family: helvetica, arial, tahoma;
  text-decoration: none;
}
A.relateditem:hover
{
  font-size: 8pt;
  color: #a0b6b8;
  font-family: helvetica, arial, tahoma;
  text-decoration: none;
}
/* ------------- Floating XL Image window ------------- */
TD.productviewthumbsxlpop
{
  vertical-align: top;
  text-align: right;
}
Table.productxlpop
{
  width: 100%;
}
/* ------------- Customer Area ------------- */
Table.sidenav
{
  width: 140px;
}
A.sidenavlink:link
{
  font-size: 8pt;
  color: gray;
  font-family: helvetica, arial, tahoma;
  text-decoration: none;
}
A.sidenavlink:visited
{
  font-size: 8pt;
  color: gray;
  font-family: helvetica, arial, tahoma;
  text-decoration: none;
}
A.sidenavlink:hover
{
  font-size: 8pt;
  color: gray;
  font-family: helvetica, arial, tahoma;
  text-decoration: underline;
}
A.sidenavselecteditem:link
{
  font-size: 8pt;
  color: #1b7ad3;
  font-family: helvetica, arial, tahoma;
  text-decoration: none;
}
A.sidenavselecteditem:visited
{
  font-size: 8pt;
  color: #1b7ad3;
  font-family: helvetica, arial, tahoma;
  text-decoration: none;
}
A.sidenavselecteditem:hover
{
  font-size: 8pt;
  color: #1b7ad3;
  font-family: helvetica, arial, tahoma;
  text-decoration: underline;
}
/* Version 71 ---------- 22/01/2008 
Included by Prashant */
a.reglink:link
{
}
a.reglink:visited
{
}
a.reglink:hover
{
}
.viewcartitems
{
}
span.formlabel2
{
  font-size: 10pt;
}
TD.formlabel2
{
}
Td.formtext2
{
}
TD.formlabel
{
}
/* Version 80 ---------- 09/02/2008
Included by sunil */
A.sidenavlink
{
}
A.sidenavlink:link
{
}
A.sidenavlink:visited
{
}
A.sidenavlink:hover
{
}
TD.sidenavitem
{
}
TD.sidenavitem:link
{
}
TD.sidenavitem:visited
{
}
TD.sidenavitem:hover
{
}
TR.sidenavitemholder
{
}
TR.sidenavitemholder:link
{
}
TR.sidenavitemholder:visited
{
}
TR.sidenavitemholder:hover
{
}
A.sidenavselecteditem
{
}
A.sidenavselecteditem:link
{
}
A.sidenavselecteditem:visited
{
}
A.sidenavselecteditem:hover
{
}
TD.sidenavselecteditem
{
}
TD.sidenavselecteditem:link
{
}
TD.sidenavselecteditem:visited
{
}
TD.sidenavselecteditem:hover
{
}
/* Version 81 ---------- 16/02/2008
Included by sunil */
A.sendfriend
{
}
Table.minicartview
{
}
TD.minicartview
{
}
Span.minicarttitle
{
}
Table.minicartholder
{
}
TD.minicartitem
{
}
A.productnameminicart
{
}
TD.minicarttotal
{
}
Span.minicarttotal
{
}
Span.minicarttotalvalue
{
}
.cs3modalBackground
{
  background: #000000;
  filter: alpha(opacity=60);
  opacity: 0.2;
}
.cs3modalPopup
{
  /*text-align: center;   padding-top: 0px;   border-style:none;   border-width: 0px;*/
  background-color: White; /*background-color: White;   width: 200px;   height: 40px;*/
}
.modalBackground
{
  background: #CCCCCC;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.modalpopup
{
  font-size: 8pt;
  color: #ff578a;
  font-family: tahoma, helvetica, arial;
  text-align: center;
  padding-top: 20px;
  border-style: solid;
  border-width: 1px;
  background-color: White;
  width: 200px;
  height: 40px;
}
/*For all the pages*/
.modalbackground
{
  background: #FFFFFF;
  filter: alpha(opacity=0);
  opacity: 0;
}
DIV.modalpopup
{
  text-align: center;
  padding-top: 20px;
  border-style: solid;
  border-width: 1px;
  background-color: White;
  width: 200px;
  height: 40px;
}
/*css for text "Loading" */
.loading
{
  font-family: Tahoma, Helvetica, Arial;
  font-weight: bold;
}
td.buttonimage
{
  background-image: url(/App_Themes/cutesygirl/images/search_btn.gif);
  background-color: Transparent;
}
.buttonimage
{
  background-image: url(App_Themes/cutesygirl/images/search_btn.gif);
  background-color: Transparent;
}
span.pipe
{
  color: Blue;
}
/* Added By Sunil */
/* Apply css styles for the floating menu using following CSS Classes */
.staticselecteditem
{
}
.warningmsg
{
  color: Red;
}
.confirmmsg
{
  color: Green;
}
/*This class used for <hr> tag of changepassword*/
.hrchangepassword
{
  width: 100%;
  height: 1px;
  border-style: solid;
  border-width: thin;
}
TD.text4
{
  font-family: tahoma, helvetica, arial;
  font-size: 8pt;
  font-weight: normal;
  font-style: normal;
}
img.quicksearch
{
  cursor: pointer;
  vertical-align: middle;
}
div.storealign
{
  margin-left: 20px;
  margin-top: 5px;
}
td.storealign span
{
  margin-left: 20px;
}
/* ------------- Custom classes ------------- */
TD.custombar1 IMG
{
  margin: 4px;
}
TD.custombar2 a:link
{
  font-family: Arial;
  font-size: 9pt;
  color: #cd68a5;
  text-decoration: none;
}
TD.custombar2 a:visited
{
  font-family: Arial;
  font-size: 9pt;
  color: #cd68a5;
  text-decoration: none;
}
TD.custombar2 a:hover
{
  font-family: Arial;
  font-size: 9pt;
  color: #cd68a5;
  text-decoration: underline;
}
a.changeorder
{
}
.paymentmethod
{
  font-size: 12pt;
  font-weight: bold;
  color: 164978;
  font-family: helvetica, arial, tahoma;
}
/*Included by sunil */
span.categoryselected
{
  display: none;
}
span.categorynotselected
{
  color: red;
}
span.confirmationmsg
{
  padding-left: 14px;
  background-image: url( '../Admin/images/greenlight.gif' );
  background-repeat: no-repeat;
  background-position: left center;
  color: #008000;
  font-family: Arial;
  font-size: 10pt;
}
span.warningmsg
{
  padding-left: 14px;
  background-repeat: no-repeat;
  background-position: left center;
  color: Red;
  font-family: Arial;
  font-size: 10pt;
}
/*Included by Sai for Viewcart*/
.modalBackgroundCart
{
  background-color: gray;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
div.modalPopupCart
{
  text-align: center;
  padding-top: 20px;
  border-style: solid;
  border-width: 1px;
  background-color: White;
  width: 700px;
  height: 100px;
}
.productsaleindex
{
  color: #FF3030;
}
Table.iframemain
{
  background-image: url( "" );
  width: 50px;
  height: 100px;
}
TD.iframemain
{
  /*padding-left: 12px; 	padding-right: 12px; 	padding-top: 10px; 	padding-bottom: 10px;*/
}
Table.iframeapp
{
  width: 150px;
  background-repeat: repeat-y;
  background-attachment: scroll;
  background-position: left top;
  border: 1px solid #B0A997;
  background-color: #FFFFFF;
  padding: 0;
}
TR.iframeApp
{
  padding: 0;
}
TD.iframeApp
{
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: none;
  padding: 0;
}
body.empty
{
  background-image: none;
  background-color: White;
  overflow: hidden;
}
/*----------- top menu: floating style -----------*/
table.floatmenuitems TD
{
  padding: 1px;
}
A.floatmenuitemlink
{
  color: #FFFFFF;
  font-size: 10pt;
  font-weight: bold;
  font-family: tahoma, helvetica, arial;
  text-decoration: none;
  vertical-align: middle;
}
A.floatmenuitemlink:link
{
}
A.floatmenuitemlink:visited
{
}
A.floatmenuitemlink:hover
{
}
A.floatsubmenuitemlink
{
  color: #FFFFFF;
  font-size: 10pt;
  font-weight: bold;
  font-family: tahoma, helvetica, arial;
  text-decoration: none;
  vertical-align: middle;
}
A.floatsubmenuitemlink:link
{
}
A.floatsubmenuitemlink:visited
{
}
A.floatsubmenuitemlink:hover
{
}
Table.floatsubmenuitemlink
{
  width: 100%;
}
Table.floatsubmenuitemlink TD
{
  padding: 2px;
  white-space: nowrap;
  width: 100%;
}
Div.floatmenu
{
  margin-top: 3px;
}
Div.floatmenu Table
{
  background-color: #330000;
  width: 100px;
}
Div.floatmenu TD:hover
{
  white-space: nowrap;
  width: 100%;
  background-color: #996666;
}
span.articlegrouptitle
{
}
span.articletitle
{
}
span.articledesc
{
}
ul.articlecountmainholder
{
  cursor: pointer;
}
li.articlecountholder
{
}
span.orderconfbilladdr
{
  text-align: left;
}
.conffieldsetship
{
  text-align: left;
}
.conffieldsetbill
{
  text-align: left;
}
body.floatwindow
{
  background-color: white;
  background-repeat: repeat;
  background-image: none;
  font-family: Verdana,Tahoma,Arial;
  font-size: 0.7em;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: normal;
  margin: 0px;
}
/* Following class was added By Sunil on 04/02/2009 -- used by floatingcategory menu's navdivider image */
td.topmenuholder table tbody tr td img
{
  background: url( "/App_Themes/cutesygirl/Images/navdivider.gif" );
}
/* Following class was added By Sunil on 04/02/2009 -- used by regular menu's navdivider image */
img.navdivider
{
}
.topnavdivider
{
}
.txtbox
{
  background: none;
  border: none;
  margin: 0;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  font-size: 11px;
}
/* Following class was added By Sunil on 16/02/2009  -  These classes are related to productdetails page */
div.longdesc
{
}
table.holder
{
  width: 900px;
  margin: 0px; /* background-image:url('images/2009holidaysquare.jpg'); */
}
table.productdetaildata
{
  float: right;
}
/* Following classes added by James */
.pcolor
{
  color: #FF0000;
}
/*included by lava kumar for credit card help page,which is there on check out step3*/
body.floatwindow
{
  background-image: none;
  background-color: White;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
}
/*included by lava kumar for allproducts page custom html- 05/mar/2009*/
td.lefthtml
{
  background-color: #FFFFFF;
  vertical-align: middle;
}
div.tophtml
{
}
/* Following css class was added sunil which belongs to the anchor tag which holds the 
   active wishlist/giftregistry name linking to the wishlist/registry -- 05/03/2009 */
a.activewish
{
}
a.activewish:visited
{
}
a.activewish:hover
{
}
a.activewish:link
{
}
/*Inclued by lava kumar for XL image - 10/03/2009*/
/*_____________________________________________________  container & overlay  */
#shadowbox_container, #shadowbox_overlay
{
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}
#shadowbox_container
{
  position: fixed;
  display: block;
  visibility: hidden;
  z-index: 999;
  text-align: center; /* centers #shadowbox in quirks and IE */
}
#shadowbox_overlay
{
  position: absolute;
}
/*_______________________________________________________________  shadowbox  */
#shadowbox
{
  position: relative;
  margin: 0 auto;
  text-align: left; /* reset left alignment */
}
/*____________________________________________________________________  body  */
#shadowbox_body
{
  position: relative;
  margin: 0;
  padding: 0;
  border: 1px solid #333;
  overflow: hidden; 
}
#shadowbox_body_inner
{
  position: relative;
  height: 100%;
}
#shadowbox_content.html
{
   height: 100%;
  overflow: auto; /*make html content scrollable */
}
/*_________________________________________________________________  loading  */
#shadowbox_loading
{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
#shadowbox_body, #shadowbox_loading
{
  background-color: #060606; /* should match loading image background color */
}
#shadowbox_loading_indicator
{
  float: left;
  margin: 10px 10px 0 10px;
  height: 32px;
  width: 32px;
  background-image: url(images/loading.gif);
  background-repeat: no-repeat;
}
#shadowbox_loading span
{
  font-family: 'Lucida Grande' , Tahoma, sans-serif;
  font-size: 10px;
  float: left;
  margin-top: 16px;
}
#shadowbox_loading span a:link, #shadowbox_loading span a:visited
{
  color: #fff;
  text-decoration: underline;
}
/*____________________________________________________________  title & info  */
#shadowbox_title, #shadowbox_info
{
  position: relative;
  margin: 0; /* these must have no vertical margin or padding */
  padding: 0;
  overflow: hidden;
}
#shadowbox_title_inner, #shadowbox_info_inner
{
  position: relative;
  font-family: 'Lucida Grande' , Tahoma, sans-serif;
  line-height: 16px;
}
#shadowbox_title
{
  height: 26px;
}
#shadowbox_title_inner
{
  font-size: 16px;
  padding: 5px 0;
  color: #fff;
}
#shadowbox_info
{
  height: 20px;
}
#shadowbox_info_inner
{
  font-size: 12px;
  color: #fff;
}
/*_____________________________________________________________________  nav  */
#shadowbox_nav
{
  float: right;
  height: 16px;
  padding: 2px 0;
  width: 45%;
}
#shadowbox_nav a
{
  display: block;
  float: right;
  height: 16px;
  width: 16px;
  margin-left: 3px;
  cursor: pointer;
}
#shadowbox_nav_close
{
  background-image: url(images/close.png);
  background-repeat: no-repeat;
}
#shadowbox_nav_next
{
  background-image: url(images/next.png);
  background-repeat: no-repeat;
}
#shadowbox_nav_previous
{
  background-image: url(images/previous.png);
  background-repeat: no-repeat;
}
#shadowbox_nav_play
{
  background-image: url(images/play.png);
  background-repeat: no-repeat;
}
#shadowbox_nav_pause
{
  background-image: url(images/pause.png);
  background-repeat: no-repeat;
}
/*_________________________________________________________________  counter  */
#shadowbox_counter
{
  float: left;
  padding: 2px 0;
  width: 45%;
}
#shadowbox_counter a
{
  padding: 0 4px 0 0;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}
#shadowbox_counter a.shadowbox_counter_current
{
  text-decoration: underline;
}
/*___________________________________________________________________  clear  */
div.shadowbox_clear
{
  clear: both; /* clear floating counter & nav */
}
/*________________________________________________________________  messages  */
div.shadowbox_message
{
  font-family: 'Lucida Grande' , Tahoma, sans-serif;
  font-size: 12px;
  padding: 10px;
  text-align: center;
}
div.shadowbox_message a:link, div.shadowbox_message a:visited
{
  color: #fff;
  text-decoration: underline;
}
/*Added for IE8*/
#shadowbox_title, #shadowbox_info
{
  border: 0px;
}
/*Inclued by lava kumar for XL image - 10/03/2009*/
/*Inclued by lava kumar for XL image-Large view link - 13/03/2009*/
A.largeview:link
{
  font-size: 8pt;
  color: #e50278;
  font-family: helvetica, arial, tahoma;
  text-decoration: underline;
}
A.largeview:visited
{
  font-size: 8pt;
  color: #e50278;
  font-family: helvetica, arial, tahoma;
  text-decoration: underline;
}
A.largeview:hover
{
  font-size: 8pt;
  color: #e50278;
  font-family: helvetica, arial, tahoma;
  text-decoration: underline;
}
A.pagenumbernext
{
  font-size: 8pt;
  color: #567779;
  text-decoration: none;
  cursor: pointer;
  cursor: hand;
}
A.pagenumbernext:link
{
  color: #567779;
}
A.pagenumbernext:visited
{
  color: #567779;
}
A.pagenumbernext:hover
{
  color: #00cbd9;
  text-decoration: underline;
}
.pagenumbernext
{
  font-color: #17a5af;
  margin-left: 3px;
}
A.pagenumberprev
{
  font-size: 8pt;
  color: #567779;
  text-decoration: none;
  cursor: pointer;
  cursor: hand;
}
A.pagenumberprev:link
{
  color: #567779;
}
A.pagenumberprev:visited
{
  color: #567779;
}
A.pagenumberprev:hover
{
  color: #00cbd9;
}
.pagenumberprev
{
  font-color: #17a5af;
  margin-left: 3px;
}
/* Following class was added by sunil, Its being used in the hr tag of viewcart page - 25/03/2009 */
.hrviewcart
{
}
/* Following two class was added by sunil, They are being used in the advancedsearch page - 25/03/2009 */
.advancedsearch
{
  color: Blue;
  text-decoration: underline;
  cursor: pointer;
}
.advancedsearch:hover
{
}
td.navproddetails
{
  color: gray;
  float: right;
  font-family: arial;
  font-size: 10pt;
  font-weight: bold;
  padding: 5px 5px;
  vertical-align: center;
  
}

A.navprodprev
{
  vertical-align:top;
  text-align: right;
  text-decoration: none;
  font-weight:normal;
  margin-left: 9px;
  font-family:verdana;
  font-size:9px;
  
}
A.navprodcontinue
{
  vertical-align:top;
  text-align: center;
  text-decoration: none;
  font-weight:normal;
  font-family:verdana;
  font-size:9px;
  
}
A.navprodnext
{
  vertical-align:top;
  font-weight:normal;
  font-family:verdana;
  font-size:8.5px;
  text-align: right;
  text-decoration: none;
}
/* Following css class was added by sunil on 31/03/2009 as its used in productdetails page customernotes */
td.productcustomernotes
{
}
/* Following css class was added by sunil on 31/03/2009  ----- Its being used in allproducts page by the datalist
   which holds the categories */
A.categorynameindex
{
  font-size: 10pt;
  background-color: #d6014c;
  color: #ffffff;
  font-family: helvetica, arial, tahoma;
  padding: 3px 6px 3px 6px;
  font-weight: bold;
}
/*Following Class added by sai for Shared/CustomeraddressControl.ascs on April-4-09*/
table.tblcustaddr
{
  margin-left: 8px;
  width: 370px;
}
.labelstrong
{
  font-weight: bold;
}
td.labelstrong
{
  font-weight: bold;
}
.mediathumb
{
  list-style: none;
}
.msrpindex
{
  color: red;
}
.msrpvalueindex
{
  text-decoration: line-through;
  color: red;
}
.originalpricevalueindex
{
  text-decoration: line-through;
}
.originalpricevaluedetails
{
  text-decoration: line-through;
}
.originalprice
{
  text-decoration: line-through;
}
.msrpvaluedetails
{
  text-decoration: line-through;
}
.yourprice
{
  color: Maroon;
}
/* 2009-07-08 */
div.topholder
{
  float: left;
}
div.logo
{
  float: left;
  width: 295px;
  height: 83px;
}
div.customheader
{
  float: left;
  width: 380px;
  height: 23px;
  z-index: 2;
}
div.welcome
{
  float: left;
  padding-left: 0;
  padding-top: 38px;
  text-align: right;
  width: 302px;
  z-index: 0;
}
.wwheader
{
  font-weight: bold;
  text-decoration: none;
  color: White;
  background-color: #5D7B9D;
  padding: 4px;
  background: url( '../../images/bluegradbg.png' );
  cursor: move;
}
.blackborder
{
  filter: alpha(opacity=50);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  border-style: solid;
  border-width: 2px;
  border-color: #5D7B9D;
}
div.quicksearch
{
  margin-left: 700px;
  padding-right: 4px;
  position: absolute;
  width: 200px;
}
div.cart
{
  margin-bottom: 6px;
  margin-left: 800px;
  margin-top: 60px;
  padding: 6px;
  position: absolute;
}
.retaileraddress
{
  list-style: none;
}
img.quickssearch
{
  vertical-align: top;
  cursor: pointer;
}
Table.viewcart
{
  width: 100%;
}
div.dragme
{
  background: url( 'images/bluegradbg.png' );
  font-weight: bold;
  padding: 4px;
}
BODY.popupbody.div.mailfriendmsg
{
  font-family: Arial;
  font-size: medium;
  vertical-align: middle;
  color: Green;
  font-weight: normal;
}
/* ADDED BY JAMES */
.newtrackinglink
{
  margin-top: 10px;
}
.checkout_contactus
{
  text-decoration: underline;
}
.header1_url
{
  z-index: 12;
  position: relative;
  width: 450px;
  right: 45px;
}
.red
{
  color: #ff0000;
}
.error_strings
{
  color: #FF0000;
  font-size: 12px;
  float: left;
  text-align: left;
}
table.sample
{
  border-width: 0px 0px 0px 0px;
  border-spacing: 0px;
  border-style: outset outset outset outset;
  border-color: white white white white;
  border-collapse: separate;
  background-color: white;
}
table.sample th
{
  border-width: 1px 1px 1px 1px;
  padding: 3px 3px 3px 3px;
  border-style: double double double double;
  border-color: gray gray gray gray;
  background-color: white;
  -moz-border-radius: 0px 0px 0px 0px;
}
table.sample td
{
  border-width: 1px 1px 1px 1px;
  padding: 3px 3px 3px 3px;
  border-style: double double double double;
  border-color: gray gray gray gray;
  background-color: white;
  -moz-border-radius: 0px 0px 0px 0px;
  text-align: left;
}
/* ADDED BY JAMES */
.red
{
  color: #ff0000;
}
.pf_apparel_links
{
  margin-left: 10px;
}
.pf_hardcategory_links
{
  margin-left: 10px;
  width: 150px;
}
.pf_hardcategory_links span
{
  padding: 2px 0 0 0px;
  float: left;
  width: 100px;
  font-weight: bold;
  cursor: default;
  font-size: 8pt;
}
.pf_hard_category_links span <
a:link, a:active, a:visited, a:hover
{
  font-weight: bold;
  color: black;
}
.mainpagejs_iframe
{
  width: 900px;
  height: 464px; /* 	border-width: 1px 1px 1px 1px; 	border-spacing: 0px; 	border-style: solid solid solid solid; 	border-color: rgb(255, 0, 255) rgb(255, 0, 255) rgb(255, 0, 255) rgb(255, 0, 255); 	border-collapse: separate; */
  background-color: white;
}
.noborder
{
  border-width: 0px 0px 0px 0px;
  border-spacing: 0px;
  border-style: none none none none;
  border-color: white white white white;
  border-collapse: collapse;
  background-color: white;
}
.quicksearch_textbox
{
  width: 4em;
}
table.dropmenu_shoes a:link
{
  color: black;
}
table.dropmenu_shoes a:visited
{
  color: black;
}
table.dropmenu_shoes a:hover
{
  color: #e3047b;
}
table.dropmenu_shoes a:active
{
  color: black;
}
table.dropmenu_shoes td
{
  color: #CD68A5;
  font-family: Arial;
  font-size: 9pt;
}
/* ADDED BY JAMES */
.shareviafacebook
{
  display: none;
}
.shareviaemail
{
  display: none;
}
.sharetext
{
  display: none;
}
.topnavcontroller
{
  width: 900px;
  font-smooth: always;
  font-family: helvetica;
  font-size: 11pt;
  color: #333333;
}
.topnavcontroller a:hover
{
  color: #e3047b;
}
.topnavcontroller:after
{
  /*Add margin between menu and rest of content in Firefox*/
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.topnavcontroller ul
{
  /*border: 1px solid #BBB; */
  width: 100%;
  padding: 4px 0;
  margin: 0;
  text-align: center;
}
.topnavcontroller ul li
{
  display: inline;
}
.topnavcontroller ul li a
{
  color: #494949;
  padding-top: 4px;
  padding-bottom: 2px;
  margin: 0;
  text-decoration: none; /*border-right: 1px solid #DADADA;*/
}
.topnavcontroller ul li a:hover, .topnavcontroller ul li a.selected
{
}
/* ######### Style for Drop Down Menu ######### */
.dropmenudiv
{
  position: absolute;
  top: 0px;
  border: 1px solid #BBB;
  width: 200px;
  visibility: hidden;
  z-index: 500;
  color: black;
  text-align: left;
}
.dropmenudiv a:link, a:active, a:visited
{
  color: black;
}
.dropmenudiv a:hover
{
  color: #e3047b;
}
.dropmenudiv a
{
  width: auto;
  display: block;
  padding: 2px 0;
  text-decoration: none;
  color: black;
}
.dropmenudiv3
{
  position: absolute;
  top: 0px;
  border: 1px solid #BBB;
  width: 200px;
  visibility: hidden;
  z-index: 500;
  color: black;
  text-align: left;
}
.dropmenudiv3 a:link, a:active, a:visited
{
  color: black;
}
.dropmenudiv3 a:hover
{
  color: #e3047b;
}
.dropmenudiv3 a
{
  width: auto;
  display: block;
  padding: 2px 0;
  text-decoration: none;
  color: black;
}
.dropmenudiv4
{
  position: absolute;
  top: 0px;
  border: 1px solid #BBB;
  width: 200px;
  visibility: hidden;
  z-index: 500;
  color: black;
  text-align: left;
}
.dropmenudiv4 a:link, a:active, a:visited
{
  color: black;
}
.dropmenudiv4 a:hover
{
  color: #e3047b;
}
.dropmenudiv4 a
{
  width: auto;
  display: block;
  padding: 2px 0;
  text-decoration: none;
  color: black;
}
* html .dropmenudiv a
{
  /*IE only hack*/
  width: 100%;
}
.tblborderbottom
{
  border-bottom: 1px solid rgb(170,170,170);
  padding-bottom: 5px;
}
table.topnav_select_shoe_size td
{
  border-width: 1px 1px 1px 1px;
  padding: 0px;
  border-style: inset inset inset inset;
  border-color: gray gray gray gray;
  text-align: center;
  vertical-align: top;
  font-family: Arial;
  font-size: 12px;
}
div.appheader_wrapper
{
  width: 100%;
  height: 120px;
  border: 1px solid #000000;
  border-top: 0px;
  background-color: #C0C0C0;
  padding: 0;
}
#appfooter_content a
{
  text-decoration: none;
  color: black;
}
#appfooter_content a:hover
{
  color: #e3047b;
}
#hp_header_wrapper
{
  height: 118px;
  min-width: 925px;
  background-color: white;
  position: relative;
  left: 0px;
  top: 0px;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto; /* background-image:url('images/2009holidaysquare.jpg'); */
}
.hp_header_content_wrapper
{
  position: relative;
  z-index: 5;
  top: 0;
  width: 905px;
  height: 118px;
  margin-left: auto;
  margin-right: auto; /*border:1px solid fuchsia;  */
  background-color: white /* background-image:url('images/2009holidaysquare.jpg'); */;
}
.hp_header_welcome_wrapper
{
  height: 25px;
  text-align: right;
  margin-top: 3px;
  position: relative; /*border:1px solid pink;*/
}
.hp_header_contactphone
{
  height: 20px;
  width: 120px;
  text-align: right;
  position: relative; /*border:1px solid pink; */
  float: right;
  margin-top: 3px;
  margin-right: 4px;
  color: #333333;
}
/*
.hp_header_contactphone a:visited, a:active, a:link  {
color: #333333;
}
.hp_header_contactphone a:hover {
color: #e3047b;
}
*/
.hp_header_signin
{
  height: 20px;
  width: 25%;
  text-align: right;
  position: relative; /*border:1px solid green; */
  float: right;
}
.hp_header_viewcart
{
  height: 20px;
  width: 100px;
  text-align: right;
  position: relative;
  float: right; /*border:1px solid red; */
}
.hp_header_logo
{
  height: 55px;
  width: 50%;
  text-align: center;
  position: relative; /*border:1px solid red; */
  margin-top: 10px;
  margin-left: 210px;
}
.hp_header_logo > img
{
  border-style: none;
}
.hp_header_navbar_wrapper
{
  height: 30px;
  width: 100%;
  text-align: left;
  position: relative; /*border:1px solid teal; */
}
.hp_header_navbar_wrapper img
{
  vertical-align: middle;
}
.topnavcontroller span
{
  margin-left: 17px;
  margin-right: 17px;
  text-align: left;
}
#dropmenu1
{
  width: 176px;
  height: 175px;
  font-family: Arial;
  font-size: 8pt;
  background-color: white;
}
.dropmenu1_shopby_size td span
{
  text-decoration: underline;
  font-weight: bold;
  font-family: Arial;
  font-size: 12px;
  margin-left: 10px;
}
.dropmenu1_shopby_size
{
  width: 100%;
  background-color: white;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: left;
}
#dropmenu1 table.topnav_select_shoe_size
{
  width: 156px;
  margin-left: 5px;
}
.topnav_select_shoe_size a:link, a:active, a:visited
{
  color: black;
  background-color: white;
}
.topnav_select_shoe_size a:hover
{
  color: white;
  background-color: black;
}
.topnav_shopby_shoe_style
{
  width: 153px;
  margin-left: 15px;
  text-align: left;
}
#dropmenu2
{
  width: 116px;
  height: 125px;
  font-family: Arial;
  font-size: 8pt;
  background-color: white;
}
#dropmenu2 h3
{
  text-decoration: underline;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 0px;
  padding-bottom: 5px;
}
#dropmenu3
{
  width: 105px;
  height: 40px;
  font-family: Arial;
  font-size: 8pt;
  background-color: white;
}
#dropmenu3 h3
{
  text-decoration: underline;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 0px;
  padding-bottom: 5px;
}
#dropmenu4
{
  width: 105px;
  height: 40px;
  font-family: Arial;
  font-size: 8pt;
  background-color: white;
}
#dropmenu4 h3
{
  text-decoration: underline;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 0px;
  padding-bottom: 5px;
}
.dropmenudiv ul
{
  margin-left: 30px;
  margin-top: 0px;
  list-style-type: none;
  padding: 0px;
}
.dropmenudiv3 ul
{
  margin-left: 18px;
  margin-top: 5px;
  list-style-type: none;
  padding: 0px;
}
.dropmenudiv4 ul
{
  margin-left: 30px;
  margin-top: 5px;
  list-style-type: none;
  padding: 0px;
}
.hp_header_search_wrapper
{
  height: 22px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  background-color: transparent;
  min-width: 925px; /* background-image:url('images/2009holidaysquare.jpg'); */
}
.hp_header_search_content
{
  width: 905px;
  height: 22px;
  margin-left: auto;
  margin-right: auto; /* border-left:1px solid black;  border-right:1px solid black;  */
  background-color: transparent;
  text-align: right;
}
.hp_mainbody_wrapper
{
  width: 100%;
  min-width: 925px;
  background-color: #bea191;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  border-right: 1px solid black;
}
.hp_main_body_content
{
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: left; /*border:1px solid red; position:relative;  */
  background-color: white;
  color: black; /* background-image:url('images/2009holidaysquare.jpg'); */
}
.hp_footer_wrapper
{
  /* background-image:url('images/2009holidaysquare.jpg'); */
  background-color: white;
  border-top: 1px solid black;
}
.hp_footer_content
{
  font-family: helvetica,arial,tahoma;
  font-size: 8pt;
  width: 925px;
  margin-left: auto;
  margin-right: auto;
  background-color: white; /*border:1px solid red; */
  border-bottom: none;
  text-align: center;
  color: black;
}
table.hp_footer_items
{
  width: 100%;
  margin-top: 10px;
}
.hp_footer_items a:link, a:active, a:visited
{
  color: black;
  text-decoration: none;
}
.hp_footer_items a:hover
{
  color: #e3047b;
}
.hp_custom_html_wrapper
{
  float: left;
  margin-top: 3px;
  margin-left: 3px;
  width: 400px;
  text-align: left;
}
.hp_quicksearch_wrapper
{
  width: 300px;
  text-align: right;
  float: right;
  margin-top: 2px;
  margin-right: 3px;
}
.quicksearch
{
  font-size: 7pt;
  font-family: helvetica;
}
.all a:hover
{
  color: green;
}
TD.proddetkeywords
{
  color: white;
}
/* ADDED BY JAMES */
.calender
{
  border-width: 1px;
  border-color: black;
}
.agentsearchaddress
{
  font-size: 18px;
  font-family: Calibri;
  text-align: left;
}
.agentsearchlink
{
  color: Black;
  font-size: 14px;
  text-decoration: none;
  text-align: left;
}
.gridview
{
}
.loginholder
{
  width: 235px;
}
.NewCustholder
{
  width: 235px;
}
/*added on 26/10/2009 */
.productdetailsitem
{
}
.productdetails
{
}
.productdetailsheader
{
}
.productdetailrelateditem
{
}
.agentsearchcompany
{
  text-align: left;
  font-weight: bold;
  font-size: 16px;
}
.agentsearchaddress
{
  text-align: left;
  font-size: 14px;
}
.agentsearchdirection
{
  color: Black;
  font-size: 12px;
  text-decoration: none;
  text-align: left;
}
HR.hragentsearch
{
  color: #C0C0C0;
  background-color: #C0C0C0;
  height: 1px;
  border: 0pt none;
}
.googlemap
{
  width: 700px;
  height: 400px;
}
A.agentsearchdirection:link
{
  color: #2c2c2c;
  text-decoration: none;
}
.prodcomments
{
  float: left;
}
.related
{
  float: left;
}
.relateditem
{
  float: left;
}
.relatedheader
{
}
.relatedlist
{
}
.joinmail
{
}
.relateditemsheader
{
}
.relateditemimg
{
}
.relateditems
{
  float: left;
}
.relateditem
{
  float: left;
}
.relateditemsholder
{
}
A.relateditemname:link
{
  font-size: 8pt;
  color: #656d6e;
  font-family: helvetica, arial, tahoma;
  text-decoration: none;
}
A.relateditemname:visited
{
  font-size: 8pt;
  color: #656d6e;
  font-family: helvetica, arial, tahoma;
  text-decoration: none;
}
A.relateditemname:hover
{
  font-size: 8pt;
  color: #a0b6b8;
  font-family: helvetica, arial, tahoma;
  text-decoration: none;
}
.mailfriend
{
  padding-left: 20px;
  padding-right: 20px;
}
.mailfriendcode
{
  width: 80px;
  float: left;
  margin-top: 65px;
}
.crossitemsholder
{
  list-style: none;
}
.crossitemheader
{
}
.crossitem
{
  float: left;
  width: 100px;
}
.crossimage
{
}
A.crossitemname:link
{
  font-size: 8pt;
  color: #656d6e;
  font-family: helvetica, arial, tahoma;
  text-decoration: none;
}
A.crossitemname:visited
{
  font-size: 8pt;
  color: #656d6e;
  font-family: helvetica, arial, tahoma;
  text-decoration: none;
}
A.crossitemname:hover
{
  font-size: 8pt;
  color: #a0b6b8;
  font-family: helvetica, arial, tahoma;
  text-decoration: none;
}
span.lastviewed
{
  float: left;
  width: 100%;
}
.lastviewedholder
{
  list-style: none;
}
TD.lastvieweditem
{
  padding-right: 30px;
}
UL.lastviewedholder
{
  list-style: none;
  padding: 0;
}
LI.lastviewedlist
{
  width: 65px;
}
span.lastviewedheader
{
  float: left;
  width: 100%;
}
.lastvieweditem
{
  float: left;
  margin: 5pt;
  vertical-align: bottom;
  width: 80px;
}
A.lastviewedname
{
  font-size: 8pt;
  color: #383f3f;
  font-family: helvetica, arial, tahoma;
  text-decoration: none;
}
A.lastviewedname:link
{
  color: #383f3f;
}
A.lastviewedname:visited
{
  color: #383f3f;
}
A.lastviewedname:hover
{
  color: #a0b6b8;
}
.catsearchengine
{
}
A span.productcolorindex
{
  font-size: 10pt;
  color: #383f3f;
  font-family: helvetica, arial, tahoma;
  text-decoration: none;
}
A span.productcolorindex:link
{
  color: #383f3f;
}
A span.productcolorindex:visited
{
  color: #383f3f;
}
A span.productcolorindex:hover
{
  color: #a0b6b8;
}
.pdcustomformheader
{
}
.articletags
{
}
.articletagtitle
{
}
.customformtitle
{
}
.customformholder
{
}
.custombody
{
}
.customsubmit
{
}
.customformbody
{
}
.formcaptchalabel
{
  float: left;
}
.prodcapchacode
{

}
/*23/01/2010*/
#show
{
  height: 40px;
  display: table;
  padding: 5px 15px 5px 10px;
  font: bold 11px Arial, Helvetica, sans-serif;
  border-top: 1px solid #ccc;
  color: #404040;
}
#show div
{
  width: 50px;
  float: left;
  margin: 7px 3px 0 0;
  border: 1px solid #ccc;
  color: #777;
  font-size: 10px;
  text-align: center;
  cursor: pointer;
  cursor: hand;
  font-weight: normal;
}
#show div.selected
{
  background: #e50278;
  color: #fff;
}
/*3/2/2010*/
.articlesideL1
{
  width: 175px;
  float: left;
  vertical-align: top;
}
.articlecontent
{
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  vertical-align: top;
}
.articlecontentdetails
{
}
.allcommentsholder
{
}
div.articletags
{
}
.articlecommentinfo
{
  width: 700px;
}
.divtable
{
  display: table;
}
.divrow
{
  display: table-row;
}
.articlecommentright
{
  display: table-cell;
  padding-top: 4px;
}
.articlecommentleft
{
  display: table-cell;
  width: 60px;
  vertical-align: middle;
  padding-top: 4px;
}
.articlecommentcaptcharight
{
  display: table-cell;
  padding-top: 4px;
}
.articlecommentcaptchaleft
{
  display: table-cell;
  width: 60px;
  vertical-align: middle;
  padding-top: 8px;
}
.articlecommentsterms
{
  width: 300px;
}
.floatleft
{
  float: left;
}
.floatright
{
  float: right;
  width: 39%;
}
div.formtitle
{
}
.divcs1customercheckout
{
  padding-left: 40px;
  position: relative;
}
.customeraddresstable
{
  width: 100%;
}
td.leftcs1
{
  width: 60%;
}
td.rightcs1
{
  width: 40%;
  vertical-align: top;
}
.articlesindex
{
  display: marker;
  position: relative;
}
.articlegroups
{
  width: 175px;
  float: left;
  position: relative;
}
.articlesearch
{
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.articleDetailstablelayout
{
  display: table;
}
.articleimageindex
{
  float: left;
  overflow: hidden;
}
.articledetialsindex
{
  overflow: hidden;
}
.articledetail
{
}
/* added on 20 Feb 2010 */
span.bottommenuitem {
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 1px;
  padding-bottom: 1px;
}
span.bottommenuitems
{
  display: table-cell;
}
div.bottommenuholder
{
  border-top: 1px solid #e0d6c2;
  width: 100%;
  height: 24px;
  padding-left: 14px;
  padding-right: 0px;
  padding-top: 10px;
  padding-bottom: 0px;
}
.menuitems
{
  float: left;
}
.menuitem
{
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 0px;
  padding-bottom: 0px;
  white-space: nowrap;
}

div.formtitle {
color:#164978;
font-family:helvetica,arial,tahoma;
font-size:14pt;
}