/* begin Page */


body, p
{
  margin: 0.5em 0;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  text-align: justify;
}

body
{
  margin: 0 auto;
  padding: 0;
  color: #514D51;
  background-color: #CEA6C4;
}

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited,
.ip-postheader, .ip-postheader a, .ip-postheader a:link, .ip-postheader a:visited, .ip-postheader a:hover,
.ip-blockheader .t, .ip-vmenublockheader .t, .ip-logo-text, .ip-logo-text a,
h1.ip-logo-name, h1.ip-logo-name a, h1.ip-logo-name a:link, h1.ip-logo-name a:visited, h1.ip-logo-name a:hover
{
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 25px;
  text-align: left;
  text-transform: uppercase;
}

a, 
.ip-post li a
{
  text-decoration: underline;
  letter-spacing: 1px;
  color: #42243A;
}

a:link,
.ip-post li a:link
{
  text-decoration: underline;
  letter-spacing: 1px;
  color: #42243A;
}

a:visited, a.visited,
.ip-post li a:visited, .ip-post li a.visited
{

  color: #4F4A4E;
}

a:hover, a.hover,
.ip-post li a:hover, .ip-post li a.hover
{

  text-decoration: none;
  color: #67324C;
}

h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
  margin: 0.67em 0;

  color: #67324C;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
  margin: 0.8em 0;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  color: #8A4265;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
   margin: 1em 0;
  font-size: 20px;
  color: #844875;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
  margin: 1.25em 0;
  font-size: 16px;
  color: #514D51;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
  margin: 1.67em 0;
  font-size: 14px;
  color: #514D51;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
  margin: 2.33em 0;
  font-size: 13px;
  color: #514D51;
}

h1 a, h1 a:link, h1 a:visited, h1 a:hover,
h2 a, h2 a:link, h2 a:visited, h2 a:hover,
h3 a, h3 a:link, h3 a:visited, h3 a:hover,
h4 a, h4 a:link, h4 a:visited, h4 a:hover,
h5 a, h5 a:link, h5 a:visited, h5 a:hover,
h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
    margin:0;
}

#ip-main
{
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  cursor:default;
}

#ip-page-background-glare
{
  position: absolute;
  width: 100%;
  height: 379px;
  left: 0;
  top: 0;
}

#ip-page-background-glare-image
{
  background-image: url('images/page_gl.png');
  background-repeat: no-repeat;
  height: 379px;
  width: 387px;
  margin: 0;
}

html:first-child #ip-page-background-glare
{
  border: 1px solid transparent;/* Opera fix */
}




.cleared
{
  float: none;
  clear: both;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1px;
}

form
{
  padding: 0 !important;
  margin: 0 !important;
}

table.position
{
  position: relative;
  width: 100%;
  table-layout: fixed;
}
/* end Page */

/* begin Box, Sheet */
.ip-sheet
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  width: 980px;
  min-width: 115px;
  min-height: 115px;
}

.ip-sheet-body
{
  position: relative;
  z-index: 1;
  padding: 12px;
}

.ip-sheet-tr, .ip-sheet-tl, .ip-sheet-br, .ip-sheet-bl, .ip-sheet-tc, .ip-sheet-bc,.ip-sheet-cr, .ip-sheet-cl
{
  position: absolute;
  z-index: -1;
}

.ip-sheet-tr, .ip-sheet-tl, .ip-sheet-br, .ip-sheet-bl
{
  width: 142px;
  height: 142px;
  background-image: url('images/sheet_s.png');
}

.ip-sheet-tl
{
  top: 0;
  left: 0;
  clip: rect(auto, 71px, 71px, auto);
}

.ip-sheet-tr
{
  top: 0;
  right: 0;
  clip: rect(auto, auto, 71px, 71px);
}

.ip-sheet-bl
{
  bottom: 0;
  left: 0;
  clip: rect(71px, 71px, auto, auto);
}

.ip-sheet-br
{
  bottom: 0;
  right: 0;
  clip: rect(71px, auto, auto, 71px);
}

.ip-sheet-tc, .ip-sheet-bc
{
  left: 71px;
  right: 71px;
  height: 142px;
  background-image: url('images/sheet_h.png');
}

.ip-sheet-tc
{
  top: 0;
  clip: rect(auto, auto, 71px, auto);
}

.ip-sheet-bc
{
  bottom: 0;
  clip: rect(71px, auto, auto, auto);
}

.ip-sheet-cr, .ip-sheet-cl
{
  top: 71px;
  bottom: 71px;
  width: 142px;
  background-image: url('images/sheet_v.png');
}

.ip-sheet-cr
{
  right: 0;
  clip: rect(auto, auto, auto, 71px);
}

.ip-sheet-cl
{
  left: 0;
  clip: rect(auto, 71px, auto, auto);
}

.ip-sheet-cc
{
  position: absolute;
  z-index: -1;
  top: 71px;
  left: 71px;
  right: 71px;
  bottom: 71px;
  background-color: #EC9FC5;
}

.ip-sheet
{
  margin-top: 20px !important;
  cursor:auto;
}

#ip-page-background-simple-gradient, #ip-page-background-gradient, #ip-page-background-glare
{
  min-width: 980px;
}

/* end Box, Sheet */

/* begin Header */
div.ip-header
{
  margin: 0 auto;
  position: relative;
  z-index: 0;
  width: 956px;
  height: 150px;
  overflow: hidden;
}

div.ip-header-png
{
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 956px;
  height: 150px;
  background-image: url('images/header.png');
  background-repeat: no-repeat;
  background-position: left top;
}


/* end Header */

/* begin Logo */
.ip-logo
{
  display: block;
  position: absolute;
  left: 19px;
  top: 121px;
  width: 937px;
}

h1.ip-logo-name
{
  display: block;
  text-align: left;
}

h1.ip-logo-name, h1.ip-logo-name a, h1.ip-logo-name a:link, h1.ip-logo-name a:visited, h1.ip-logo-name a:hover
{
  font-family: "Comic Sans MS", Tahoma, Arial, Sans-Serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  padding: 0;
  margin: 0;
  color: #602E47 !important;
}

/* end Logo */

/* begin Menu */
/* menu structure */

.ip-menu a, .ip-menu a:link, .ip-menu a:visited, .ip-menu a:hover
{
  text-align: left;
  text-decoration: none;
  outline: none;
  letter-spacing: normal;
  word-spacing: normal;
}

.ip-menu, .ip-menu ul
{
  margin: 0;
  padding: 0;
  border: 0;
  list-style-type: none;
  display: block;
}

.ip-menu li
{
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  float: left;
  position: relative;
  z-index: 5;
  background: none;
}

.ip-menu li:hover
{
  z-index: 10000;
  white-space: normal;
}

.ip-menu li li
{
  float: none;
}

.ip-menu ul
{
  visibility: hidden;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  background: none;
}

.ip-menu li:hover>ul
{
  visibility: visible;
  top: 100%;
}

.ip-menu li li:hover>ul
{
  top: 0;
  left: 100%;
}

.ip-menu:after, .ip-menu ul:after
{
  content: ".";
  height: 0;
  display: block;
  visibility: hidden;
  overflow: hidden;
  clear: both;
}
.ip-menu, .ip-menu ul
{
  min-height: 0;
}

.ip-menu ul
{
  background-image: url(images/spacer.gif);
  padding: 10px 30px 30px 30px;
  margin: -10px 0 0 -30px;
}

.ip-menu ul ul
{
  padding: 30px 30px 30px 10px;
  margin: -30px 0 0 -10px;
}




/* menu structure */

.ip-menu
{
  padding: 3px 3px 3px 3px;
}

.ip-nav
{
  position: relative;
  height: 32px;
  z-index: 100;
}

.ip-nav .l, .ip-nav .r
{
  position: absolute;
  z-index: -1;
  top: 0;
  height: 32px;
  background-image: url('images/nav.png');
}

.ip-nav .l
{
  left: 0;
  right: 0;
}

.ip-nav .r
{
  right: 0;
  width: 956px;
  clip: rect(auto, auto, auto, 956px);
}


/* end Menu */

/* begin MenuItem */
.ip-menu a
{
  position: relative;
  display: block;
  overflow: hidden;
  height: 26px;
  cursor: pointer;
  text-decoration: none;
}

.ip-menu .ip-menu-li-separator
{
  display: block;
  width: 8px;
  height: 26px;
}

.ip-menu ul li
{
    margin:0;
    clear: both;
}


.ip-menu a .r, .ip-menu a .l
{
  position: absolute;
  display: block;
  top: 0;
  z-index: -1;
  height: 78px;
  background-image: url('images/menuitem.png');
}

.ip-menu a .l
{
  left: 0;
  right: 9px;
}

.ip-menu a .r
{
  width: 418px;
  right: 0;
  clip: rect(auto, auto, auto, 409px);
}

.ip-menu a .t
{
  margin-right: 10px;
  margin-left: 10px;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  color: #26121C;
  padding: 0 14px;
  margin: 0 9px;
  line-height: 26px;
  text-align: center;
}

.ip-menu a:hover .l, .ip-menu a:hover .r
{
  top: -26px;
}

.ip-menu li:hover>a .l, .ip-menu li:hover>a .r
{
  top: -26px;
}

.ip-menu li:hover a .l, .ip-menu li:hover a .r
{
  top: -26px;
}
.ip-menu a:hover .t
{
  color: #FFFFFF;
}

.ip-menu li:hover a .t
{
  color: #FFFFFF;
}

.ip-menu li:hover>a .t
{
  color: #FFFFFF;
}


.ip-menu a.active .l, .ip-menu a.active .r
{
  top: -52px;
}

.ip-menu a.active .t
{
  color: #E1DFE1;
}
/* end MenuItem */

/* begin MenuSeparator */
.ip-nav .ip-menu-separator
{
  display: block;
  margin:0 auto;
  width: 2px;
  height: 26px;
  background-image: url('images/menuseparator.png');
}
/* end MenuSeparator */

/* begin Layout */
.ip-content-layout
{
  display: table;
  padding: 0;
  border: none;
  width: 956px;
}

.ip-content-layout .ip-content-layout
{
  width: auto;
  margin:0;
}

div.ip-content-layout div.ip-layout-cell, div.ip-content-layout div.ip-layout-cell div.ip-content-layout div.ip-layout-cell
{
   display: table-cell;
}

div.ip-layout-cell div.ip-layout-cell
{
   display: block;
}

div.ip-content-layout-row
{
  display: table-row; 
}

.ip-content-layout
{
  table-layout: fixed;
  border-collapse: collapse;
  background-color: Transparent;
  border: none !important;
  padding:0 !important;
}

.ip-layout-cell, .ip-content-layout-row
{
  background-color: Transparent;
  vertical-align: top;
  text-align: left;
  border: none !important;
  margin:0 !important;
  padding:0 !important;
}
/* end Layout */

/* begin Box, Block, VMenuBlock */
.ip-vmenublock
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.ip-vmenublock-body
{
  position: relative;
  z-index: 1;
  padding: 0;
}


.ip-vmenublock
{
  margin: 8px 0 0 0;
}

/* end Box, Block, VMenuBlock */

/* begin BlockHeader, VMenuBlockHeader */
.ip-vmenublockheader
{
  position: relative;
  z-index: 0;
  height: 25px;
  margin-bottom: 4px;
}

.ip-vmenublockheader .t
{
  height: 25px;
  color: #602E47;
  margin-right: 10px;
  margin-left: 10px;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  margin:0;
  padding: 0 10px 0 37px;
  white-space: nowrap;
  line-height: 25px;	
}

.ip-vmenublockheader .l, .ip-vmenublockheader .r
{
  display: block;
  position: absolute;
  z-index: -1;
  height: 25px;
  background-image: url('images/vmenublockheader.png');
}

.ip-vmenublockheader .l
{
  left: 0;
  right: 31px;
}

.ip-vmenublockheader .r
{
  width: 956px;
  right: 0;
  clip: rect(auto, auto, auto, 925px);
}

/* end BlockHeader, VMenuBlockHeader */

/* begin Box, Box, VMenuBlockContent */
.ip-vmenublockcontent
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.ip-vmenublockcontent-body
{
  position: relative;
  z-index: 1;
  padding: 0;
}


.ip-vmenublockcontent
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.ip-vmenublockcontent-body
{
  position: relative;
  z-index: 1;
  padding: 0;
}


/* end Box, Box, VMenuBlockContent */

/* begin VMenu */
ul.ip-vmenu, ul.ip-vmenu li
{
  list-style: none;
  margin: 0;
  padding: 0;
  width: auto;
  line-height: 0;
}

ul.ip-vmenu ul
{
  display: none;
}

ul.ip-vmenu ul.active
{
  display: block;
}
/* end VMenu */

/* begin VMenuItem */
ul.ip-vmenu a
{
  position: relative;
  display: block;
  overflow: hidden;
  height: 26px;
  cursor: pointer;
  text-decoration: none;
}

ul.ip-vmenu li.ip-vmenu-separator
{
  display: block;
  padding: 1px 0 1px 0;
  margin: 0;
  font-size: 1px;
}

ul.ip-vmenu .ip-vmenu-separator-span
{
  display: block;
  padding: 0;
  font-size: 1px;
  height: 0;
  line-height: 0;
  border-top: dashed 1px #ABA6AA;
}

ul.ip-vmenu a .r, ul.ip-vmenu a .l
{
  position: absolute;
  display: block;
  top: 0;
  z-index: -1;
  height: 78px;
  background-image: url('images/vmenuitem.png');
}

ul.ip-vmenu a .l
{
  left: 0;
  right: 23px;
}

ul.ip-vmenu a .r
{
  width: 996px;
  right: 0;
  clip: rect(auto, auto, auto, 973px);
}

ul.ip-vmenu a .t
{
  display: block;
  line-height: 26px;
  color: #666065;
  padding: 0 12px 0 33px;
  font-weight: bold;
  text-transform: uppercase;
  margin-left:0;
  margin-right:0;
}

ul.ip-vmenu a:hover .l, ul.ip-vmenu a:hover .r
{
  top: -26px;
}

ul.ip-vmenu a:hover .t
{
  color: #E2CADC;
}

ul.ip-vmenu a.active .l, ul.ip-vmenu a.active .r
{
  top: -52px;
}

ul.ip-vmenu a.active .t
{
  color: #67324C;
}
/* end VMenuItem */

/* begin VMenuSubItem */
ul.ip-vmenu ul, ul.ip-vmenu ul li
{
  margin: 0;
  padding: 0;
}

ul.ip-vmenu ul a
{
  display: block;
  white-space: nowrap;
  height: 18px;
  overflow: visible;
  background-image: url('images/vsubitem.gif');
  background-position: 24px 0;
  background-repeat: repeat-x;
  padding-left: 45px;
}

ul.ip-vmenu ul li
{
  padding: 1px;
}

ul.ip-vmenu ul span, ul.ip-vmenu ul span span
{
  display: inline;
  float: none;
  margin: inherit;
  padding: inherit;
  background-image: none;
  text-align: inherit;
  text-decoration: inherit;
}

ul.ip-vmenu ul a, ul.ip-vmenu ul a:link, ul.ip-vmenu ul a:visited, ul.ip-vmenu ul a:hover, ul.ip-vmenu ul a:active, ul.ip-vmenu ul span, ul.ip-vmenu ul span span
{
  line-height: 18px;
  color: #373437;
  font-size: 12px;
  margin-left: 0;
}

ul.ip-vmenu ul
{
    margin:0 0 2px 0;
}

ul.ip-vmenu ul ul
{
  margin:0 0 2px 0;
}

ul.ip-vmenu ul li.ip-vsubmenu-separator
{ 
  display: block;
  margin: 0;
  font-size: 1px;
  padding: 1px 0 1px 0;
 }

ul.ip-vmenu ul .ip-vsubmenu-separator-span
{
  display: block;
  padding: 0;
  font-size: 1px;
  height: 0;
  line-height: 0;
  margin: 0;
  border: none;
}

ul.ip-vmenu ul li li a
{
  background-position: 48px 0;
  padding-left: 69px;
}

ul.ip-vmenu ul li li li a
{
  background-position: 72px 0;
  padding-left: 93px;
}

ul.ip-vmenu ul li li li li a
{
  background-position: 96px 0;
  padding-left: 117px;
}

ul.ip-vmenu ul li li li li li a
{
  background-position: 120px 0;
  padding-left: 141px;
}


ul.ip-vmenu ul li a.active
{
  color: #444044;
  background-position: 24px -36px;
}

ul.ip-vmenu ul li li a.active
{
  background-position: 48px -36px;
}

ul.ip-vmenu ul li li li a.active
{
  background-position: 72px -36px;
}

ul.ip-vmenu ul li li li li a.active
{
  background-position: 96px -36px;
}

ul.ip-vmenu ul li li li li li a.active
{
  background-position: 120px -36px;
}



ul.ip-vmenu ul li a:hover, ul.ip-vmenu ul li a:hover.active
{
  color: #482840;
  background-position: 24px -18px;
  border: solid 1px #ABA6AA;
  margin: -1px;
}


ul.ip-vmenu ul li li a:hover, ul.ip-vmenu ul li li a:hover.active
{
  background-position: 48px -18px;
}

ul.ip-vmenu ul li li li a:hover, ul.ip-vmenu ul li li li a:hover.active
{
  background-position: 72px -18px;
}

ul.ip-vmenu ul li li li li a:hover, ul.ip-vmenu ul li li li li a:hover.active
{
  background-position: 96px -18px;
}

ul.ip-vmenu ul li li li li li a:hover, ul.ip-vmenu ul li li li li li a:hover.active
{
  background-position: 120px -18px;
}
/* end VMenuSubItem */

/* begin Box, Block */
.ip-block
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.ip-block-body
{
  position: relative;
  z-index: 1;
  padding: 0;
}


.ip-block
{
  margin: 5px;
}

/* end Box, Block */

/* begin BlockHeader */
.ip-blockheader
{
  position: relative;
  z-index: 0;
  height: 25px;
  margin-bottom: 7px;
}

.ip-blockheader .t
{
  height: 25px;
  color: #602E47;
  margin-right: 10px;
  margin-left: 10px;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  margin:0;
  padding: 0 10px 0 28px;
  white-space: nowrap;
  line-height: 25px;	
}

.ip-blockheader .l, .ip-blockheader .r
{
  display: block;
  position: absolute;
  z-index: -1;
  height: 25px;
  background-image: url('images/blockheader.png');
}

.ip-blockheader .l
{
  left: 0;
  right: 22px;
}

.ip-blockheader .r
{
  width: 956px;
  right: 0;
  clip: rect(auto, auto, auto, 934px);
}

/* end BlockHeader */

/* begin Box, BlockContent */
.ip-blockcontent
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.ip-blockcontent-body
{
  position: relative;
  z-index: 1;
  padding: 7px;
}


.ip-blockcontent-body, 
.ip-blockcontent-body a, 
.ip-blockcontent-body li a
{
  color: #444044;
  font-size: 12px;
}

.ip-blockcontent-body a,
.ip-blockcontent-body li a
{
  color: #5F3555;
  text-decoration: underline;
}

.ip-blockcontent-body a:link,
.ip-blockcontent-body li a:link
{
  color: #5F3555;
  text-decoration: underline;
}

.ip-blockcontent-body a:visited, .ip-blockcontent-body a.visited,
.ip-blockcontent-body li a:visited, .ip-blockcontent-body li a.visited
{
  color: #81797F;

}

.ip-blockcontent-body a:hover, .ip-blockcontent-body a.hover,
.ip-blockcontent-body li a:hover, .ip-blockcontent-body li a.hover
{
  color: #804772;

  text-decoration: none;
}

.ip-blockcontent-body ul
{
  list-style-type: none;
  color: #373437;
  margin: 0;
  padding: 0;
}

.ip-blockcontent-body ul li
{
  font-size: 11px;
  line-height: 1.25em;
  overflow:hidden;
  padding: 0 0 0 14px;
  background-image: url('images/blockcontentbullets.png');
  background-repeat: no-repeat;
}


/* end Box, BlockContent */

/* begin Button */
.ip-button-wrapper .ip-button
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  text-align: left;
  text-decoration: none !important;
  color: #FFFFFF !important;
  width: auto;
  outline: none;
  border: none;
  background: none;
  line-height: 37px;
  height: 37px;
  margin: 0 !important;
  padding: 0 26px !important;
  overflow: visible;
  cursor: default;
  z-index: 0;
}

.ip-button img, .ip-button-wrapper img
{
  margin: 0;
  vertical-align: middle;
}

.ip-button-wrapper
{
  vertical-align: middle;
  display: inline-block;
  position: relative;
  height: 37px;
  overflow: hidden;
  white-space: nowrap;
  width: auto;
  margin: 0;
  padding: 0;
  z-index: 0;
}

.firefox2 .ip-button-wrapper
{
  display: block;
  float: left;
}

input, select, textarea, select
{
  vertical-align: middle;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-weight: bold;
}

.ip-block select 
{
    width:96%;
}

.ip-button-wrapper.hover .ip-button, .ip-button:hover
{
  color: #602E47 !important;
  text-decoration: none !important;
}

.ip-button-wrapper.active .ip-button
{
  color: #602E47 !important;
}

.ip-button-wrapper .l, .ip-button-wrapper .r
{
  display: block;
  position: absolute;
  z-index: -1;
  height: 111px;
  margin: 0;
  padding: 0;
  background-image: url('images/button.png');
}

.ip-button-wrapper .l
{
  left: 0;
  right: 19px;
}

.ip-button-wrapper .r
{
  width: 427px;
  right: 0;
  clip: rect(auto, auto, auto, 408px);
}

.ip-button-wrapper.hover .l, .ip-button-wrapper.hover .r
{
  top: -37px;
}

.ip-button-wrapper.active .l, .ip-button-wrapper.active .r
{
  top: -74px;
}

.ip-button-wrapper input
{
  float: none !important;
}
/* end Button */

/* begin Box, Post */
.ip-post
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 23px;
  min-height: 23px;
}

.ip-post-body
{
  position: relative;
  z-index: 1;
  padding: 8px;
}

.ip-post-tr, .ip-post-tl, .ip-post-br, .ip-post-bl, .ip-post-tc, .ip-post-bc,.ip-post-cr, .ip-post-cl
{
  position: absolute;
  z-index: -1;
}

.ip-post-tr, .ip-post-tl, .ip-post-br, .ip-post-bl
{
  width: 22px;
  height: 22px;
  background-image: url('images/post_s.png');
}

.ip-post-tl
{
  top: 0;
  left: 0;
  clip: rect(auto, 11px, 11px, auto);
}

.ip-post-tr
{
  top: 0;
  right: 0;
  clip: rect(auto, auto, 11px, 11px);
}

.ip-post-bl
{
  bottom: 0;
  left: 0;
  clip: rect(11px, 11px, auto, auto);
}

.ip-post-br
{
  bottom: 0;
  right: 0;
  clip: rect(11px, auto, auto, 11px);
}

.ip-post-tc, .ip-post-bc
{
  left: 11px;
  right: 11px;
  height: 22px;
  background-image: url('images/post_h.png');
}

.ip-post-tc
{
  top: 0;
  clip: rect(auto, auto, 11px, auto);
}

.ip-post-bc
{
  bottom: 0;
  clip: rect(11px, auto, auto, auto);
}

.ip-post-cr, .ip-post-cl
{
  top: 11px;
  bottom: 11px;
  width: 22px;
  background-image: url('images/post_v.png');
}

.ip-post-cr
{
  right: 0;
  clip: rect(auto, auto, auto, 11px);
}

.ip-post-cl
{
  left: 0;
  clip: rect(auto, 11px, auto, auto);
}

.ip-post-cc
{
  position: absolute;
  z-index: -1;
  top: 11px;
  left: 11px;
  right: 11px;
  bottom: 11px;
  background-color: #ECC6D9;
}

.ip-post
{
  margin: 7px;
}

a img
{
  border: 0;
}

.ip-article img, img.ip-article
{
  border: solid 2px #C1BDC1;
  margin: 7px;
}

.ip-metadata-icons img
{
  border: none;
  vertical-align: middle;
  margin: 2px;
}

.ip-article table, table.ip-article
{
  border-collapse: collapse;
  margin: 1px;
  width: auto;
}

.ip-article table, table.ip-article .ip-article tr, .ip-article th, .ip-article td
{
  background-color: Transparent;
}

.ip-article table {
width: 100%;
}

.ip-article th
{
  text-align: center;
  vertical-align: middle;
  padding: 7px;
}

pre
{
  overflow: auto;
  padding: 0.1em;
}

/* end Box, Post */

/* begin PostMetadata, PostMetadataHeader */
.ip-postmetadataheader
{
  padding: 1px;
  overflow:hidden;
  background-color: #EC9FC5;
  border-color: #C1BDC1;
  border-style: solid;
  border-width: 1px;
}
/* end PostMetadata, PostMetadataHeader */

/* begin PostHeaderIcon */
.ip-post h2.ip-postheader, 
.ip-post h2.ip-postheader a, 
.ip-post h2.ip-postheader a:link, 
.ip-post h2.ip-postheader a:visited, 
.ip-post h2.ip-postheader a.visited, 
.ip-post h2.ip-postheader a:hover, 
.ip-post h2.ip-postheader a.hovered
{
  margin: 0.2em 0;
  padding: 0;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0;
  color: #b1055b;
}

.ip-post h2.ip-postheader a, 
.ip-post h2.ip-postheader a:link, 
.ip-post h2.ip-postheader a:visited, 
.ip-post h2.ip-postheader a.visited, 
.ip-post h2.ip-postheader a:hover, 
.ip-post h2.ip-postheader a.hovered
{
  margin: 0;
  text-decoration: none;
  color: #2B1826;
}

.ip-post h2.ip-postheader a:visited, 
.ip-post h2.ip-postheader a.visited
{

  color: #353134;
}


.ip-post h2.ip-postheader a:hover, 
.ip-post h2.ip-postheader a.hovered
{

  text-decoration: underline;
  color: #643049;
}

.ip-post h2.ip-postheader img
{
  border: none;
  vertical-align: middle;
  margin: 0;
}
/* end PostHeaderIcon */

/* begin PostBullets */
.ip-post ol, .ip-post ul
{
  color: #150A0F;
  margin: 1em 0 1em 2em;
  padding: 0;
  margin-left: 12px;
  font-size: 11px;
  text-align: left;
}

.ip-post li ol, .ip-post li ul
{
  margin: 0.5em 0 0.5em 2em;
  padding: 0;
}

.ip-post li
{
  margin: 0.2em 0;
  padding: 0;
  overflow:hidden;
}

.ip-post ul
{
  list-style-type: none;
}

.ip-post ol
{
  list-style-position: inside;

}



.ip-post li
{
  padding: 0 0 0 14px;
  line-height: 1em;
}

.ip-post ol li, .ip-post ul ol li
{
  background: none;
  padding-left: 0;
}

.ip-post ul li, .ip-post ol ul li
{
  background-image: url('images/postbullets.png');
  background-repeat: no-repeat;
  padding-left: 14px;
}


/* end PostBullets */

/* begin PostQuote */
blockquote,
blockquote p,
.ip-postcontent blockquote p
{
  color: #100F10;
  font-style: italic;
  text-align: left;
}

blockquote,
.ip-postcontent blockquote
{
  overflow:hidden;
  border: solid 1px #C1BDC1;
  margin: 10px 10px 10px 50px;
  padding: 5px 5px 5px 5px;
  background-color: #E6CBD8;
}

/* end PostQuote */

/* begin Footer */
.ip-footer
{
  position: relative;
  overflow: hidden;
  width: 100%;
}

.ip-footer-b 
{
  position: absolute;
  left:38px;
  right:38px;
  bottom:0;
  height:38px;
  background-image: url('images/footer_b.png');
}

.ip-footer-r, .ip-footer-l
{
  position: absolute;
  height:38px;
  background-image: url('images/footer_s.png');
  bottom: 0;
}

.ip-footer-l
{
  left: 0;
  width:38px;
}

.ip-footer-r
{
  right: 0;
  width:76px;
  clip: rect(auto, auto, auto, 38px);
}

.ip-footer-t
{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 38px;
  background-color: #BE799A;
}

.ip-footer-body
{
    position:relative;
    padding: 15px;
    min-height: 8px;
}


.ip-footer .ip-footer-text p
{
  margin: 0;
  padding: 0;
}

.ip-footer, 
.ip-footer p,
.ip-footer div,
.ip-footer li
{
  color: #252324;
  text-align: center;
}


.ip-footer,
.ip-footer p,
.ip-footer div,
.ip-footer li,
.ip-footer a,
.ip-footer a:link,
.ip-footer a:visited,
.ip-footer a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-style: italic;
  font-size: 10px;
}

.ip-footer-text
{
  margin: 0 10px 0 10px;
}

.ip-footer a,
.ip-footer a:link
{
  color: #42243A;
  font-style: normal;
  text-decoration: none;
}

.ip-footer a:visited
{
  color: #4F4A4E;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
}

.ip-footer a:hover
{
  color: #21121D;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  text-decoration: none;
}/* end Footer */

/* begin PageFooter */
.ip-page-footer, .ip-page-footer a, .ip-page-footer a:link, .ip-page-footer a:visited, .ip-page-footer a:hover
{
  font-family: Arial;
  font-size: 10px;
  letter-spacing: normal;
  word-spacing: normal;
  font-style: normal;
  font-weight: normal;
  text-decoration: underline;
  color: #AA6499;
}

.ip-page-footer
{
  margin: 1em;
  text-align: center;
  text-decoration: none;
  color: #696368;
}
/* end PageFooter */

/* begin LayoutCell, sidebar1 */
.ip-content-layout .ip-sidebar1
{
  background-color: #EC9FC5;
  background-image: url('images/sidebar_g.png');
  background-repeat: no-repeat;
  background-position: left center;
  width: 20%;
}
/* end LayoutCell, sidebar1 */

/* begin LayoutCell, content */
.ip-content-layout .ip-content
{
  width: 60%;
}
.ip-content-layout .ip-content .ip-block
{
  background-color: #EC9FC5;
}
.ip-content-layout .ip-content-sidebar1
{
  width: 80%;
}
.ip-content-layout .ip-content-sidebar2
{
  width: 80%;
}
.ip-content-layout .ip-content-wide
{
  width: 100%;
}
/* end LayoutCell, content */

/* begin LayoutCell, sidebar2 */
.ip-content-layout .ip-sidebar2
{
  background-color: #EC9FC5;
  background-image: url('images/sidebar_g.png');
  background-repeat: no-repeat;
  background-position: left center;
  width: 20%;
}
/* end LayoutCell, sidebar2 */




.overview-table .ip-layout-cell
{
    width:33%;
}


.overview-table-inner 
{
    margin:10px;
}

table.table
{
    width:100%;
    border-collapse:collapse;
    table-layout:fixed;
    text-align:left;
    vertical-align:top;
}

table.table, table.table tr, table.table td
{
    border:none;
    margin:0;
    padding:0;
    background-color:Transparent;
}

img.image
{
    margin:0;
    padding:0;
    border:none;
}


.display 
{
top:10px; 
left:100px; 
width:140px; 
float:left;
margin-left:30px;
margin-top:10px;
margin-bottom:10px; 
}

.display img  {

width:140px;
height:160px; 

}

.catdisplay 
{
top:10px; 
left:100px; 
width:150px; 
float:left;
margin: 10px 0 10px 5px;
word-wrap: break-word;
display: block;
}

.catdisplay img  {

width:120px;
height:138px; 
text-align: center;


}

.fpdisplay 
{
top:10px; 
left:100px; 
width:160px; 
float:left;
margin-left:15px;
margin-top:10px;
margin-bottom:10px; 
display: block;
}

.fpdisplay img  {

width:130px;
height:150px; 

}


.clear {
	clear: both;
	height: 0px;
}

.cartcontainer
{
text-align:center;
font-size:12px;
height:45px;
vertical-align:text-middle;
}

/* product page layout */


#product_table {
	border: none;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: left;
	width: 480px;
   padding:10px;
   height:auto;
	

}

#product_table-1 {
width:480px;
margin: 0 0 15px 0;
padding:0;
}

#product_table-2 {
width: 205px;
float: left;
margin:0;
padding:0;
text-align:center;
}

#product_table-3 {
width: 205px;
float: right;
margin:0;
padding:0;

}

#spacer {
clear:both;
}



#pagination {
	text-align: center;
	width: 100%;
      margin-bottom:20px;
            float: left;

}

/*CHECKOUT PROGRESS BAR*/

.checkout_container
{
margin-top:10px;
}

.progress25 {
border: 1px solid #f98714;
margin-left:10px;
background-color:#ea9f5b;
padding-right:50px;
height:10px;
color:#FFFFFF;
font-weight :600;
text-align:center;

}
.progress50 {
border: 1px solid #f98714;
margin-left:10px;
background-color:#ea9f5b;
padding-right:100px;
height:10px;

}
.progress75 {
border: 1px solid #f98714;
margin-left:10px;
background-color:#ea9f5b;
padding-right:150px;
height:10px;

}
.progress100 {
border: 1px solid #f98714;
margin-left:10px;
background-color:#ea9f5b;
padding-right:200px;
height:10px;

}
.to-go25 {
border: 1px solid #f98714;
background-color:#eac8b6;
padding-right:50px;
height:10px;

}
.to-go50 {
border: 1px solid #f98714;
background-color:#eac8b6;
padding-right:100px;
height:10px;

}
.to-go75 {
border: 1px solid #f98714;
background-color:#eac8b6;
padding-right:150px;
height:10px;

}

#MailErr {
color: #FF0000;
}

.news {
padding:5px;
}

.gifttable {
width: 100%;
}
.stockwarning {
color: #FF0000;
font-weight: bold;
}


.pagination{
font-weight: bold;
}

