/* border: thin solid rgb(250,0,255); */ 

.front_category
{
    width:100%;
    float:left;
    /*margin-top: 25px;
    margin-left: 20px;*/

    /*border: thin solid rgb(50,255,255);*/
}

#view_main_item
{
    float:left;
    margin-top:40px;
    margin-left:15px;
/*    border: thin solid rgb(50,255,255);*/
}



.smaller
{
    font-size: 80%;
}

.comic
{
    font-family:"comic sans ms";
}

.main_prod
{
    width:33%;
    float:left;
}


.main_prod_info
{
    width:100%;
   /* float:left;*/
   /*margin-top: 25px;
    margin-left: 20px;*/

  /*  border: thin solid rgb(0,0,255);*/
}

.main_prod_info h4
{
    width:100%;
    color: #b27bb4;
}

#main_prod_price
{
    width:100%;
    /*margin-right: 20px;*/
    /*float:right;*/
    text-align: right;

   /* border: thin solid rgb(50,200,125);*/
}

#front_page_main
{
    float:left;
    width: 75%;
    height: 400px;
    margin-left: 25px;
    margin-top: 20px;
    text-align: center;

    /*border: thin solid rgb(250,0,255);*/
}

#front_page_main_prod
{
    height:250px;
    padding-bottom: 8px;
    padding-top: 3px;
   /* border: thin solid rgb(250,10,29);*/
}

#main_prod_img
{
    float: left;
    width: 39%;
    height:100%;
    /*border: thin solid rgb(250,78,58);*/
}

#main_prod_desc
{
    float: right;
    width: 58%;
    height: 98%;
    margin-right: 5px;
    background-color: #9e54c7;
    text-align: left;

    padding-left: 5px;
    padding-right: 5px;
    padding-top:7px;

/*    border: thin solid rgb(30,34,5);*/
}

#main_prod_desc_text
{
    margin-left:30px;
    color: #ffffff;
    height: 130px;
    font-size: 80%;

    /*border: thin solid rgb(30,34,5);*/
}

#main_prod_price
{
    width: 100%;
    text-align: right;
    color: #ffffff;

}

.front_page_prod_cat
{

    float: left;
    margin-left: 7px;
    margin-right: 2px;
    padding-bottom: 3px;
    padding-top: 3px;
    width:32%;
    height:148px;

    background-repeat:no-repeat;
}

.front_page_cat_text{

    float:right;
    margin-right: 8px;
    margin-top:120px;
    font-weight: bold;
    font-size: 120%;
  
}

#main_prod_name
{
    color: #ffffff;
    font-family: comic-sans;
}

#front_page_prod_1
{

    background-image:url("../../design/images/home/Dresses.png");
    

 /*   border: thin solid rgb(25,12,150);*/
}

#front_page_prod_2
{
    background-image:url("../../design/images/home/skirts.png");

  /*  border: thin solid rgb(25,180,180);*/
}

#front_page_prod_3
{
    background-image:url("../../design/images/home/tandtop.png");
 /*   border: thin solid rgb(25,10,10);*/
}




#front_page_image
{
    height:100%;
    /*float:left;
    width:100%;
    text-align: auto;*/

   /* border: thin solid rgb(0,0,255);*/
}

#categoryTable
{
	/*width:83%;*/		
}

#top_home
{
    height: 475px;
    width:98.5%;
    margin-left: 1%;
   /* border: thin solid rgb(250,0,0);*/
}

.thePrice
{
    font-size:115%;
    font-weight:bold;
    color: #990000;
}

