/* popup pure css tooltips */








a.info-tooltip{
    position:relative; /*this is the key*/
    /*z-index:24; background-color:#ccc;
    color:#000;*/
    text-decoration:none}

a.info-tooltip:hover{z-index:25;}

a.info-tooltip span{display: none}

a.info-tooltip:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:2em; width:18em;
	border:1px solid #a0a0a0;
    background-color:#ffffff; color:#303030;
    text-align: left;
	font-family: Verdana, Arial;
	font-size: 10px;
}





div.ramble-text {
	font-family: Verdana, Arial;
	font-size: 12px;
    margin: 0;
    padding: 0;
    height: 55px;
    overflow: auto;
}



div.ramble-text p {
    margin: 0;
    padding: 5px;
}




    .menu1, .menu2, .menu3, .menu4 {
      width: 100%;
      margin: 1em 0;
      padding: 0px 0.5em;
      background: #eee none;
    }
    .menu1 ul, .menu2 ul, .menu3 ul, .menu4 ul {
      margin: 0;
      padding: 0;
      list-style-type: none;
   
    }
    .menu1 li, .menu2 li, .menu3 li, .menu4 li {
      margin: 0;
      padding: 0;
      float: left;
    }
    .menu1 li {
      padding-right: 1em;
    }
    .menu2 li {
      width: 16%;
      text-align: center;
    }
    .menu3, .menu4 {
      padding: 0;
      background: #fff none;
    }
    .menu3 li, .menu4 li {
      width: 16%;
      margin-right: 1em;
      background: #eee none;
      text-align: center;
    font-family: Verdana, Arial;
   font-size: 6px;
    }
    
    
    



div.footer-wrapper {
	margin-left: 10%;
	margin-right: 10%;
	position: absolute;

} 

ul.footer-menu {
	margin: 0px;
}
ul.footer-menu li{
	margin:10px;  
	
	display: inline-block;
	
	
	list-style-type: none; 
	list-style-image: none;	
	width: 100px; 
	font-family: Verdana, Arial;
	font-size: 10px;
	background-color: red;
}

/* footer links */
#her-adult-toys, #his-adult-toys, #adult-toys-for-all {
	width: 300px;
	font-family: Verdana, Arial;
background-color: red;
}




.recommended {
   FONT-SIZE: 11px; font-weight:bold; COLOR: #e01820; FONT-FAMILY: tahoma, verdana, arial;
   }

   
ul.top-menu {
	margin: 0px;
	padding-left: 0px;
}
ul.top-menu li{
	margin:0px;
	/*width:50px;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000; */
	display: inline;
	list-style-type: none; 
	list-style-image: none;	
}


.topmenu-tab {
font-family: Geneva, Tahoma, Arial;
font-weight: bold;
font-size: 10px;
color: #666666;
background-color: #ffffff;
border-style: solid;
border-color: red;
border-width: 0px 1px 1px 1px;
margin-left: 5px;
margin-right: 5px;
}

a.topmenu-tab:link {
background-color: #ffffff;
text-decoration: none;
color: #666666;
}
a.topmenu-tab:hover {
background-color: #bbbbbb;
text-decoration: none;
color: #ffffff;
}


a.topmenu-tab:visited {
text-decoration: none;
}


/*
---------FOR DESKTOP BROWSERS-------------------------------------
*/
#front-page-menu-adult-toys h2 {
	text-align: left;
	margin: 50px 0px 30px 40px;
	font-family: Verdana;
	font-size: 35px; 
	color: #ffffff;
	text-shadow: 0px 2px 3px #666;
}

#front-page-menu-lingerie h2 {
	text-align: left;
	margin: 20px 0px 30px 40px;
	font-family: Verdana;
	font-size: 22px; 
	color: #ffffff;
	text-shadow: 0px 2px 3px #666;
}

#front-page-menu-dvds h2 {
	text-align: left;
	margin: 20px 0px 30px 40px;
	font-family: Verdana;
	font-size: 20px; 
	color: #ffffff;
	text-shadow: 0px 2px 3px #666;
}

#front-page-menu-frequentlover h3 {
	text-align: center;
	margin: 5px 5px 5px 5px;
	font-family: Verdana;
	font-size: 12px; 
	color: #ffffff;
	text-shadow: 0px 2px 3px #666;
}

a.front-page-menu-link:link {
	color: #e0e0e0;
	text-decoration: none;
}


a.front-page-menu-link:visited {
	color: #e0e0e0;
	text-decoration: none;
}
a.front-page-menu-link:hover {
	color: #ffffff;
	text-decoration: none;
}



/*
---------FOR MOBILE BROWSERS------------------------------------
*/
#m-front-page-menu-adult-toys h2 {
	text-align: left;
	margin: 50px 0px 30px 40px;
	font-family: Verdana;
	font-size: 25px; 
	color: #ffffff;
	text-shadow: 0px 2px 3px #666;
}

#m-front-page-menu-lingerie h2 {
	text-align: left;
	margin: 20px 0px 30px 40px;
	font-family: Verdana;
	font-size: 15px; 
	color: #ffffff;
	text-shadow: 0px 2px 3px #666;
}

#m-front-page-menu-dvds h2 {
	text-align: left;
	margin: 20px 0px 30px 40px;
	font-family: Verdana;
	font-size: 10px; 
	color: #ffffff;
	text-shadow: 0px 2px 3px #666;
}


a.m-front-page-menu-link:link {
	color: #e0e0e0;
	text-decoration: none;
}


a.m-front-page-menu-link:visited {
	color: #e0e0e0;
	text-decoration: none;
}
a.m-front-page-menu-link:hover {
	color: #ffffff;
	text-decoration: none;
}
/*-----------------------------------------------------*/





.container {
  width: 100%;  
/* Centering for IE6+ in strict mode,
Firefox, and other modern browsers */
margin: auto;
/* Don't center every line of text -
we inherited this setting from body */
text-align: justify;

}
  
.left {
  float: left;
 	padding: 5px 20px 5px 5px;
  width: 250px;
 
}

.middle {
  /*top: 10px;*/
	padding: 5px 20px 5px 20px;
	
}

.right {
  float: right;
 padding: 5px 5px 5px 20px;

  width: 250px;
}



div#shadow {
	position: relative;
  background: url(graphics/body-bg.jpg) top left repeat-y;
  width: 852px;
  margin: auto auto;
  height: auto;
}




.prodinfotable-left {
width: 34%;
height: 22px;
text-align: right; 
float: left;
}

.prodinfotable-right {
width: 64%; 
height: 22px;
text-align: left; 
float: right;
}


td.white_bg_cell {
background-color: #ffffff;
padding-right:0px;
padding-bottom:0px;


}

table.outer {
   BORDER-RIGHT: #cc0033 2px solid; BORDER-TOP: #cc0033 2px solid; BORDER-LEFT: #cc0033 2px solid; BORDER-BOTTOM: #cc0033 2px solid;
}
td.product-info {
vertical-align: bottom;
}


.receiptheader {
   FONT-SIZE: 18px; COLOR: #000000; FONT-FAMILY: arial; font-weight:bold;
}


.receipttext {
   font-family: Tahoma, Verdana, Arial;
   font-size: 14px;
   color: #333333;
}

.receipttext-larger {
   font-family: Tahoma, Verdana, Arial;
   font-size: 18px;
   color: #333333;
}

.floatleft {
   float: left;
   }
.floatright {
   float: right;
   }
   
   
.tinytext {
   font-family: Tahoma, Verdana, Arial;
   font-size: 9px;
   color: #000000;
   }	

.departmenttab {
font-family: Geneva, Tahoma, Arial;
font-weight: bold;
font-size: 11px;
color: #666666;
background-color: #ffffff;
border-style: solid;
border-color: red;
border-width: 0px 1px 1px 1px;
margin-left: 5px;
margin-right: 5px;
}






a.departmenttab:link {
background-color: #ffffff;
text-decoration: none;
color: #666666;
}
a.departmenttab:hover {
background-color: #bbbbbb;
text-decoration: none;
color: #ffffff;
}


a.departmenttab:visited {
text-decoration: none;
}



.submitbutton {
height: 20px;

font-family: Tahoma, Verdana, Arial;
font-size: 12px;
}



.description {
   font-family: Tahoma, Verdana, Arial;
   font-size: 12px;
   color: #333333;
   margin:0px;
   padding: 0px;
}

.darkgreytext {
   font-family: Tahoma, Verdana, Arial;
   font-size: 12px;
   color: #333333;
}
a.darkgreytext:hover {
background-color: #dddddd;
}

.darkgreyboldtext {
   font-family: Tahoma, Verdana, Arial;
   font-size: 12px;
   color: #333333;
   font-weight: bold;
}

td.fullheightcell {
	height: 100%;
	}
table.fullheightcell {
	height: 100%;
	}
	
#fullheight{height:100%}

a.description:link {
   color: #666666;
   text-decoration: underline;
   }
   
a.description:visited {
   color: #666666;
   text-decoration: underline;
   }

.admintext {
   font-family: Tahoma, Verdana, Arial;
   font-size: 12px;
   color: #444444;
}

a.admintext:link {
   color: #444444;
   text-decoration: underline;
   }

a.admintext:visited {
   color: #444444;
   text-decoration: underline;
   }






.label {
   font-family: Tahoma, Geneva, Verdana, Arial;
   color: #111111;
   font-size: 12px;
}


.productname {
   font-family: Tahoma, Geneva, Verdana, Arial;
   color: #DE1921;
   font-size: 12px;
   font-weight: bold;
}
   
.regularprice {
   font-family: Tahoma, Geneva, Verdana, Arial;
   color: #000000;
   font-size: 12px;
   font-weight: bold;
   padding-top: 15px;

}
.regularprice-linethrough {
   font-family: Tahoma, Geneva, Verdana, Arial;
   color: #000000;
   font-size: 12px;
   font-weight: bold;
   text-decoration: line-through;
   padding-top: 15px;

}

.smallregularprice {
   font-family: Tahoma, Geneva, Verdana, Arial;
   color: #000000;
   font-size: 10px;
   font-weight: bold;

}
.smallregularprice-linethrough {
   font-family: Tahoma, Geneva, Verdana, Arial;
   color: #000000;
   font-size: 10px;
   font-weight: bold;
   text-decoration: line-through;

}

.smallsaleprice {
   font-family: Tahoma, Geneva, Verdana, Arial;
   color: #e62b86;
   font-size: 10px;
   font-weight: bold;

}

.saleprice {
   font-family: Tahoma, Geneva, Verdana, Arial;
   color: #e62b86;
   font-size: 12px;
   font-weight: bold;

}

.featuredproduct {
	background-color:#f3b044;
   font-family: Tahoma, Geneva, Verdana, Arial;
   font-size: 11px;
   font-weight:bold;   
   color: #000000;
   border-top: 1px solid #f3b044;
   border-bottom: 1px solid #f3b044;
   border-left: 2px solid #f3b044;
   border-right: 2px solid #f3b044;
}	


.categories
   {
   font-family: Tahoma, Geneva, Verdana, Arial;
   font-size: 12px;
   color: #000000;
   margin-left:5px;
   }

.categories-bold
   {
   font-family: Tahoma, Geneva, Verdana, Arial;
   font-size: 12px;
   color: #000000;
   margin-left:5px;
   font-weight: bold;
   }
   
.categorycell {
   font-family: Tahoma, Verdana, Arial;
   font-size: 12px;
   color: #000000;
   margin-left: 3px;
   background-color: #ffffff;
   }   
   
a.categorycell:link {
   background-color: #ffffff;
   }
   
a.categorycell:hover {
   background-color: #dddddd;
   }
   
  
   
.specialprice {
   font-family: Tahoma, Geneva, Verdana, Arial;
   font-size: 12px;
   color: #DE1921;

   font-weight: bold;
}
   
.yourprice {
   font-family: Tahoma, Geneva, Verdana, Arial;
   font-size: 12px;
   color: #DE1921;

   font-weight: bold;
}

img.products {
   color:#b6b7cb;
   border: solid;
   border-width: 1px;
	
  
}

img.featured-products {
	border-style:outset;
	border-color: red;
	border-width:2px;
}


a:link img{
   border-color:#b6b7cb;
      }
a:visited img{
   border-color:#b6b7cb;
   }

.greyedoutoption {background-color:#a1a1a1;
   font-family: Geneva, Tahoma, Arial;
   font-size: 11px;
   font-weight:bold;   
   color: #FFFFFF;
   border-top: 0px solid #a1a1a1;
   border-bottom: 1px solid #a1a1a1;
   border-left: 2px solid #a1a1a1;
   border-right: 2px solid #a1a1a1;
}

.details {background-color:#222222;
   font-family: Geneva, Tahoma, Arial;
   font-size: 11px;
   font-weight:bold;   
   color: #FFFFFF;
   border-top: 0px solid #222222;
   border-bottom: 1px solid #222222;
   border-left: 2px solid #222222;
   border-right: 2px solid #222222;
}
a.details:link {
   color: #CCCCCC;
   text-decoration: none;
   }

a.details:visited {
   color: #CCCCCC;
   text-decoration:none;
   }
a.detais.active {
   color: #ff0000;
   text-decoration:none;
   }

a.details:hover {
   color: #FFFFFF;
   text-decoration:none;

   }
   
.add-to-cart {background-color:#DE1921;
   font-family: Geneva, Tahoma, Arial;
   font-size: 11px;
   font-weight:bold;   
   color: #CCCCCC;
   border-top: 0px solid #DE1921;
   border-bottom: 1px solid #DE1921;
   border-left: 2px solid #DE1921;
   border-right: 2px solid #De1921;
}
a.add-to-cart:link {
   color: #CCCCCC;
   text-decoration: none;
   }

a.add-to-cart:visited {
   color: #CCCCCC;
   text-decoration:none;
   }

a.add-to-cart:hover {
   color: #FFFFFF;
   text-decoration:none;
   }

.button3 {background-color:#111111;
   font-family: Tahoma, Verdana, Arial;
   font-size: 11px;
   font-weight:bold;
   color: #CCCCCC;
   border-top: 0px solid #111111;
   border-bottom: 1px solid #111111;
   border-left: 2px solid #111111;
   border-right: 2px solid #111111;
}
a.button3:link {
   color: #CCCCCC;
   text-decoration: none;
   }

a.button3:visited {
   color: #CCCCCC;
   text-decoration:none;
   }

a.button3:hover {
   color: #FFFFFF;
   text-decoration:none;
   }

.smallgrey1 {
   FONT-SIZE: 11px; COLOR: #787878; FONT-FAMILY: tahoma,verdana,arial; HEIGHT: 19px
}

.smallred {
FONT-SIZE: 11px; COLOR: #ff0000; FONT-FAMILY: tahoma,verdana,arial;
}
.smallgreen {
FONT-SIZE: 11px; COLOR: #008000; FONT-FAMILY: tahoma,verdana,arial;
}
.smallyellowbold {
FONT-SIZE: 11px; COLOR: #f1a629; FONT-FAMILY: tahoma,verdana,arial; font-weight:bold;
}



.smallgrey2 {
   FONT-SIZE: 11px; WIDTH: 135px; COLOR: #787878; FONT-FAMILY: tahoma,verdana,arial; HEIGHT: 19px
}

.smallgrey3 {
   FONT-SIZE: 11px; COLOR: #363636; FONT-FAMILY: tahoma,verdana,arial; HEIGHT: 19px
}

.smallgrey4 {
   FONT-SIZE: 11px; COLOR: #787878; FONT-FAMILY: tahoma,verdana,arial;
}

.smallgrey5 {
   FONT-SIZE: 11px; COLOR: #363636; FONT-FAMILY: tahoma,verdana,arial;
}
.productsearch {
   FONT-SIZE: 11px; WIDTH: 130px; COLOR: #000000; FONT-FAMILY: tahoma,verdana,arial; HEIGHT: 15px
}

.productsearch-dropdown {
   FONT-SIZE: 11px; WIDTH: 135px; COLOR: #000000; FONT-FAMILY: tahoma,verdana,arial; HEIGHT: 19px
}

.starsearch {
   FONT-SIZE: 11px; WIDTH: 110px; COLOR: #000000; FONT-FAMILY: tahoma,verdana,arial; HEIGHT: 19px
}



.bigboldred   {
   FONT-SIZE: 20px; font-weight:bold; COLOR: #e01820; FONT-FAMILY: tahoma, verdana, arial;
}

.medboldred   {
   FONT-SIZE: 16px; font-weight:bold; COLOR: #e01820; FONT-FAMILY: tahoma, verdana, arial;
}


.boldredsmall {
   FONT-SIZE: 11px; font-weight:bold; COLOR: #e01820; FONT-FAMILY: tahoma, verdana, arial;
}

.boldred12 {
   FONT-SIZE: 12px; font-weight:bold; COLOR: #e01820; FONT-FAMILY: tahoma, verdana, arial;
}
a.boldred12:link {
color: #e01820;}

a.boldred12:visited {
color: #e01820;}

a.boldred12:hover {
color: #e01820;
background-color: #dddddd;
}

.redsmall {
   FONT-SIZE: 11px; COLOR: #e01820; FONT-FAMILY: tahoma, verdana, arial;
}







a.boldredsmall:link {
COLOR: #e01820;
}

a.boldredsmall:visited {
COLOR: #e01820;
}

a.boldredsmall:hover {
background-color: #dddddd;
COLOR: #e01820;
}


form {
   display: inline
   }
   
input {
   font-size:11px;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   
   }
   
.searchbox
   {
   border-width:1px;
   border-color:#d9d9d9;
   border-style:solid;
   margin: 3px 3px 0px 3px;
   }   
h1
   {
   font-size:14px;
   font-weight: bold;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   margin-bottom: 1px;
   margin-top: 2px;
}

h2
	{
   font-size:14px;
   font-weight: bold;
   font-family:Verdana, Arial, Helvetica, sans-serif; 	
   COLOR: #e01820;
}

h3
   {
   font-family: Tahoma, Geneva, Verdana, Arial;
   font-size: 12px;
   color: #000000;
   margin-left:5px;
   margin-bottom: 5px;
   font-weight: bold;
   }
   
   


.arrow {
   margin-left:10px;
   }
.whiteTD {background-color:#FFFFFF}
.greyTD {background-color:#cccccc}


table.sales, td.sales, td.sales-header, td.sales-lightshading, td.sales-bold, td.sales-green-bg, td.sales-red-bg, td.sales-yellow-bg
{
    border-color: #000;
    border-style: solid;
}

table.sales
{
    border-width: 0 0 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
}

td.sales-header
{
    margin: 0;
    padding: 1px;
    border-width: 1px 1px 0 0;
    background-color: #808080;
    FONT-SIZE: 11px; COLOR: #FFFFFF; FONT-FAMILY: tahoma,verdana,arial; HEIGHT: 14px
}

td.sales-lightshading
{
    margin: 0;
    padding: 2px;
    border-width: 1px 1px 0 0;
    background-color: #eeeeee;
    FONT-SIZE: 11px; COLOR: #444444; FONT-FAMILY: tahoma,verdana,arial; HEIGHT: 14px
}

td.sales-green-bg
{
    margin: 0;
    padding: 1px;
    border-width: 1px 1px 0 0;
    background-color: #99ff99;
    FONT-SIZE: 11px; COLOR: #444444; FONT-FAMILY: tahoma,verdana,arial; HEIGHT: 14px
}

td.sales-red-bg 
{
    margin: 0;
    padding: 1px;
    border-width: 1px 1px 0 0;
    background-color: #ff8080;
    FONT-SIZE: 11px; COLOR: #444444; FONT-FAMILY: tahoma,verdana,arial; HEIGHT: 14px
}

td.sales-yellow-bg 
{
    margin: 0;
    padding: 1px;
    border-width: 1px 1px 0 0;
    background-color: yellow;
    FONT-SIZE: 11px; COLOR: #444444; FONT-FAMILY: tahoma,verdana,arial; HEIGHT: 14px
}

td.sales-bold
{
    margin: 0;
    padding: 2px;
    border-width: 1px 1px 0 0;
    background-color: #eeeeee;
    FONT-SIZE: 12px; COLOR: #444444; FONT-FAMILY: tahoma,verdana,arial; HEIGHT: 14px; font-weight: bold;
}

td.sales
{
    margin: 0;
    padding: 1px;
    border-width: 1px 1px 0 0;
    background-color: #FFFFFF;
    FONT-SIZE: 11px; COLOR: #444444; FONT-FAMILY: tahoma,verdana,arial; HEIGHT: 14px
}

a.sales:link {
 FONT-SIZE: 11px; COLOR: #444444; FONT-FAMILY: tahoma,verdana,arial; HEIGHT: 14px	
}
a.sales:visited {
 FONT-SIZE: 11px; COLOR: #444444; FONT-FAMILY: tahoma,verdana,arial; HEIGHT: 14px	
}
a.sales:hover {
 FONT-SIZE: 11px; COLOR: #444444; FONT-FAMILY: tahoma,verdana,arial; HEIGHT: 14px	
}


a.salespagenumbers:link {
COLOR: #ffffff;
}

a.salespagenumbers:visited {
COLOR: #ffffff;
}

a.salespagenumbers:hover {
background-color: #000000;
COLOR: #ffffff;
}



table.volume, td.volume, td.volume-set, volume-header
{
   border-color: #333333;
   border-style: solid;
}

table.volume
   {
   border-width: 0 0 1px 1px;
   border-spacing: 0;
   border-collapse: collapse;
   width: 190px;
   }

td.volume
   {
   border-width: 1px 1px 0 0;
   font-size: 10px; color: #444444; font-family: tahoma, verdana, arial;
   text-align: center;
   }
td.volume-set
   {
   border-width: 1px 1px 0 0;
   text-align: center;
   background-color: #de1921;
   font-size: 10px; color: #ffffff; font-family: tahoma, verdana, arial;
   font-weight: bold;
   }

table.volume-header, td.volume-header
   {
   border-color: #333333;
   border-style: solid;

   }

table.volume-header
   {
   border-width: 0 0 0 0;
   width: 100%;
   border-spacing: 0;
   border-collapse: collapse;
   }

td.volume-header
   {
   font-size: 10px; color: #444444; font-family: tahoma, verdana, arial;
   border-width: 0 0 0 0;
   
   }

table.cart, td.cart, td.cart-header, td.cart-footer, td.cart-lightshading, td.cart-printversion
{
    border-color: #000;
    border-style: solid;
}

table.cart
{
    border-width: 0 0 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
}

td.cart-header
{
    margin: 0;
    padding: 2px;
    border-width: 1px 1px 0 0;
    background-color: #808080;
    FONT-SIZE: 13px; COLOR: #FFFFFF; FONT-FAMILY: tahoma,verdana,arial; HEIGHT: 14px;
    font-weight: bold;
}

td.cart-footer
{
    margin: 0;
    padding: 2px;
    border-width: 1px 1px 0 0;
    background-color: #808080;
    FONT-SIZE: 13px; COLOR: #FFFFFF; FONT-FAMILY: tahoma,verdana,arial; HEIGHT: 14px;
}



td.cart
{
    margin: 0;
    padding: 2px;
    border-width: 1px 1px 0 0;
    background-color: #FFFFFF;
    FONT-SIZE: 13px; COLOR: #444444; FONT-FAMILY: tahoma,verdana,arial; HEIGHT: 14px;
}


td.cart-printversion
{
	margin: 0;
    padding: 2px;
    border-width: 1px 1px 0 0;
    background-color: #FFFFFF;
    FONT-SIZE: 18px; COLOR: black; FONT-FAMILY: tahoma,verdana,arial; HEIGHT: 20px;
}


td.cart-lightshading
{
    margin: 0;
    padding: 2px;
    border-width: 1px 1px 0 0;
    background-color: #a0a0a0;
    FONT-SIZE: 13px; COLOR: #444444; FONT-FAMILY: tahoma,verdana,arial; HEIGHT: 14px;
}



a.cartcontrols:link
{
    FONT-SIZE: 12px; COLOR: #ffffff; FONT-FAMILY: tahoma,verdana,arial; font-weight: normal;
}
a.cartcontrols:visited
{
    FONT-SIZE: 12px; COLOR: #ffffff; FONT-FAMILY: tahoma,verdana,arial; font-weight: normal;
}

a.cartcontrols:hover
{
    FONT-SIZE: 12px; COLOR: #111111; FONT-FAMILY: tahoma,verdana,arial; FONT-weight: normal; background-color: #eeeeee;
}


table.freegifts, td.freegifts, td.freegifts-header
{
    border-color: #e01820;
    border-style: solid;
}

table.freegifts
{
    border-width: 0 0 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
}

td.freegifts-header
{
    margin: 0;
    padding: 2px;
    border-width: 1px 1px 0 0;
    background-color: #e01820;
    FONT-SIZE: 13px; COLOR: #FFFFFF; FONT-FAMILY: tahoma,verdana,arial; HEIGHT: 14px;
    font-weight: bold;
}

td.freegifts
{
    margin: 0;
    padding: 2px;
    border-width: 1px 1px 0 0;
    background-color: #FFFFFF;
    FONT-SIZE: 13px; COLOR: #e01820; FONT-FAMILY: tahoma,verdana,arial; HEIGHT: 14px
}






.frontpagetext1 {
   font-family: Tahoma, Verdana, Arial;
   color: #444444;
   font-size: 12px;
}

a.adultshoplink:link {
color: #444444;
}

a.adultshoplink:hover {
background-color: #dddddd;

}

a.adultshoplink:visited {
color: #444444;
}





a.adulttoyslink:link {
color: #444444;
}

a.adulttoyslink:hover {
background-color: #dddddd;

}

a.adulttoyslink:visited {
color: #444444;
}




a.adultnoveltieslink:link {
color: #444444;
}

a.adultnoveltieslink:hover {
background-color: #dddddd;

}

a.adultnoveltieslink:visited {
color: #444444;
}


/* Front poage styles */


h1 { 
   font-family: Tahoma, Verdana, Arial;
   color: #DE1921;
   font-size: 13px;
 
   }

   
a.lingerielink:link {
color: #444444;
}

a.lingerielink:hover {
background-color: #dddddd;

}

a.lingerielink:visited {
color: #444444;
}




a.adultdvdlink:link {
color: #444444;
}

a.adultdvdlink:hover {
background-color: #dddddd;

}

a.adultdvdlink:visited {
color: #444444;
}

/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: #4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}