@charset "UTF-8";
/* CSS Document */
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #FFB4D6;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #CC2972;
	font-weight: bold;
}
a:hover {
	color: #FF74B2;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: bold;
}
h1 {
	font-size: 16px;
	color: #F0549A;
}

/***************************index, collection and detail common css**************/
#main{
width:57.9375em;
height:auto;
}
.idexintro{

font-size:14;
text-align:justify;
}
#leftsidebar{
width: 18.5em;
height:auto;
float:left;

}
#navbar{
width:auto;
height:auto;
margin-left:2em;
}

#righttsidebarindex{
width:20.3125em;
height:auto;
margin-left:21.5em;
border:thck;
border-color:#333333;
}

/*detail page CSS*/
#detailrightSidebar{
	float: right;
	/*width: 34.375em;*/
	width: 30em;
	height: auto;
	text-align: left;
	clear: none;
	font-family: verdana;
	font-size: 11px;
	color:#000000;
	padding-right: 0px;
	margin-top:auto;
	position:relative;
	margin-right:3em;
    }
	
	
	 /*this is on prod page under collection title*/
   	 .detailproductname{
	  font-family: verdana;
	  font-size: 1.5em;
	  font-weight: 400;
	  letter-spacing: .0625em; 
	  }
	  
	  .imgsize{       /*image size of thumbs in looper on index page*/
    width: auto;
    height: 145px;
  }
  
   /*index page cat titles and cat heading**********/
   .titles{
   font: verdana;
   font-size: 14px;
   color:#f0549a;
   font-style:oblique;
   letter-spacing:1px;
  text-align:center;
   }
  
    /*used in detail page for no cart message**********/ 
   .titlesnocart{
   font: verdana;
   font-size: 15px;
   color:#f0549a;
   font-style:bold;
   font-variant:small-caps;
   letter-spacing:1px;
  text-align:center;
  margin-top:10px;
   }
   
   /*used in collection page for head formatting**********/
   .cathead{
   font:verdana;
   text-align:center;
   font-size:24px;
   color:#F0549a;
   letter-spacing:1.5px;
   font-style:oblique;
   font-weight:600;
   }
/*****specific collection pages************/
.prodname{
	font-size:9pt;
	letter-spacing:1px;
	color: #f0549a;
	font-style:normal;
	font-family: verdana;
	text-transform: uppercase;
	font-weight:600;
	text-align: center;
	line-height: 1.75em;
}
	     /*div for detail pages**********************/


/*detail page CSS*/
 #detailrightSidebar{
	float: right;
	/*width: 34.375em;*/
	width: 25em;
	height: auto;
	text-align: left;
	font-family: verdana;
	font-size: 11px;
	color:#000000;
	padding-right: 0px;
	margin-right:1em;
	display: inline;
 }
 
 .descriptiontxt{
	font-size:  12px;
	letter-spacing: 1px;
	font-family: verdana, arial, helvecta, sans-serif;
	line-height: normal;
	font-weight:500;
  }å
  
		 
		 
   #thumbs{
	width: 18em;
	height:auto;
   }
   
   	 /*detail page thumbs*/ 
	  .thumbsimg{
	    width: 35px;
		height:auto;
		border: none;
	}	


  #hlooper{
	padding-left: 1.5em;
	text-align: center;
	
	width: auto;
	 }
	 
	    .titlesthumbs{
   font: verdana;
   font-size: 10px;
   color:#f0549a;
   font-style:oblique;
   letter-spacing:1px;
  text-align:left;
   }
	
	  #rtsidetxt{
        width: 200px;
		font-size: 12px;
		font-weight:500;
		letter-spacing:.0625em;
      }

 .titlesdetail{
   font: verdana;
   font-size: 24px;
   color:#f0549a;
   font-style:oblique;
   letter-spacing:1px;
  text-align:center;
   }
   
 	  .imgsizedetail{       /*image size of thumbs in looper on index page*/
    width: 230px;
    height: auto;
  

    /*detail page thumb script*/	
      table.thumbscript {
	font-family: verdana;
	font-size: 6px;
	text-align: left;
	color: #666666;
   }

#detailmainPic{
   	float: left;
	display: inline;
	width: 18em;
	height: auto;
	margin-bottom: 0;
	margin-top: 0.625em;
	padding-right: 0px;
	padding-top: .3125em;
}

  .detailmainpic{    /*detail page main pic size*/
     width: 100px;
	 height: 100px;
}


#collectionhead{
	text-align: center;
	margin-top: 0em;
	margin-left;
	width: 50em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

	/* on detail page collection title*/
	.detailcollectiontitle{
	 margin-top:3em;
	font-family: Verdana;
	font-size: 1.5em;
	font-weight:600;
	text-transform: uppercase;
	letter-spacing: .0625em;
	color:#FF66CC;
	 }
	 #back{
	 widthh:auto;
	 height:auto;
	 float:right;
	 margin-right:4em;
	 }
	 
/***************footer css**************************/
.foottxt{
	color:#f0549a;
	font-weight:700;
	font-size:9px;
	text-align:center;
	text-decoration:none;
	font-family: verdana;
}

