﻿html, body 
{
	height: 100%;
}
body 
{
	margin: 0;
	padding: 0;
	font-family:Arial;
	color:#330066;
	font-size:smaller;
	background: #cc77ca;
    /*background-image: url(../SiteImages/background.gif);*/
}
#container 
{
	position: relative;
	min-height: 100%;
	height: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: auto;
}
#content
{
	min-height:860px;
	background: #cc77ca url(../SiteImages/Header.png) repeat-y top center;
}

#footer 
{
  	background: #cc77ca url(../SiteImages/HeaderBottom.png) no-repeat top center ;
    padding:25px;
}
.MainTable
{
    background-color:White;
}
.box 
{
   background-color:White;
   border-left: solid 1px #cc7acc;
   border-right: solid 1px #cc7acc;
   width: 203px;
   text-align:left;
}
.headerimg
{
    margin-bottom:-15px;
    padding-left:5px;
}
.box a:hover{
	color: #cc77ca;
	text-decoration: underline;
}
.box ul li
{
    font-size:90%;
    color: #330066;
    width: 175px;
    list-style-type:none;	
    margin-left:-30px;
}
a
{
	color: #330066;
	text-decoration: none;
}

a:link{
	color: #330066;
	text-decoration: none;
}

a:visited{
	color: #330066;
	text-decoration: none;
}

a:hover{
	color: #cc77ca;
	text-decoration: underline;
}

.ProductTitle
{
	color:#330066;
	font-size:18px;
	font-family:Arial;
}

.WishList
{
}
.RecentItemsList
{
}
.TopSellersList
{
 
}
h1{
 font-family: Arial;
 font-size: 120%;
 color: #330066;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial;
 font-size: 114%;
 color: #cc77ca;
 margin: 0px;
 padding: 0px;
}
h3
{
 font-family: Arial;
 font-size: 108%;
 color: #330066;
 margin: 0px;
 padding: 0px;	
}

.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(../SiteImages/FilledStar.png);

}

.emptyRatingStar {
    background-image: url(../SiteImages/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(../SiteImages/SavedStar.png);
}

.SideMenuItem
{
    height:43px;
	width:174px;
	padding-left:50px;
	font-size:80%;
	font-weight:bolder;
	vertical-align:middle;
}
.SideMenuSubItem
{
    padding-left:40px;
	font-size:80%;
}
/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
	visibility : hidden;
	margin : 0px!important;
	background-color : inherit;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 200px;
    text-align : left; 
    list-style-type : none;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
}

.SocialBookmarks img
{
    vertical-align:middle;
}