﻿.ProductTitle
{
	color:#ff6500;
	font-size:18px;
}
.CrumbTrail
{
	font-size:80%;
}
.WishList
{
	font-size:80%;
}
.RecentItemsList
{
	font-size:80%;
}
.TopSellersList
{
	font-size:80%;
}
.ProductList
{
	font-size:80%;
}
.box-top-bgr {
   padding-top :5px;
   background: url(../SiteImages/box_bgr_top.jpg) no-repeat left bottom;
   width: 192px;
   height: 8px;
}
.box 
{
   background: url(../SiteImages/box_bgr_fill.jpg) repeat-y;
   width: 192px;
   font-size:small;
   text-align:left;
}
.box a:hover{
	color: White;
	text-decoration: underline;
}
.box-bottom-bgr 
{
   background: url(../SiteImages/box_bgr_bottom.jpg) no-repeat left top;
   width: 192px;
   height: 10px;
}
.box ul li
{
    color: white;
    width: 175px;
    list-style-type:none;	
    margin-left:-20px;
}
.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);
}
.Menu a
{
	text-transform:uppercase;
	font-weight:bold;
	font-size:large;
}
.SideMenuItem
{
	height:43px;
	width:174px;
	padding-left:45px;
	font-size:80%;
	font-weight:bolder;
	vertical-align:middle;
}
.SideMenuSubItem
{
	padding-left:10px;
	font-size:80%;
}

/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
	visibility : hidden;
	margin : 0px!important;
	background-color : White;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 200px;
    text-align : left; 
    list-style-type : none;
    z-index:200;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
    margin-left:0px;
	background-color: #ffff99;
	color: black;
	padding: 1px;
	z-index:200;
}

/* AutoComplete item */

.autocomplete_listItem 
{
    margin-left:0px;
	background-color : window;
	color : windowtext;
	padding : 1px;
	z-index:200;
}

.TopLinks
{
    height:20px;
    font-size:smaller;
    font-weight:bold; 
    color:#fff;
}
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:375px;
}