﻿.PreviewImage
{
    float: right; 
    padding-right: 5px;
}
.ProductTitle
{
	color: #572e91;	
	font-size:150%;
	font-weight:bold;
}
#side-banners
{
    overflow:hidden;
}
.side-banners a:visited
{
	color:#572e91;
	text-decoration:underline;
}
.side-banners a:link
{
	color: #572e91;
	text-decoration:underline;
}
.side-banners a:hover
{
	color: #f3090a;	
	text-decoration:underline;
}
.side-banners h3
{
	padding-left:10px;
	font-weight: bold; 
	color: #572e91; 
	margin-bottom:1px;
}
#boxholder {
	overflow:hidden;
}
.box-top-bgr {
   padding-top :5px;
   background: url(../SiteImages/r-top-graphic.jpg) no-repeat left bottom;
   width: 192px;
   height: 8px;
}
.basket-top-bgr {
   background: url(../SiteImages/v-top-graphic.gif) no-repeat left bottom;
   width: 192px;
   height: 22px;
}
.box 
{
   background: url(../SiteImages/r-middle-graphic.gif) repeat-y;
   width: 192px;   
}
.basket-box 
{
   background: url(../SiteImages/v-middle-graphic.gif) repeat-y;
   width: 192px;   
}
.BasketPanel
{
	float: right; 	
}
.growtop a:link
{
	color:#572e91;
	text-decoration:underline;
}
.growtop a:visited
{
	color:#572e91;
	text-decoration:underline;
}
.growtop a:hover
{
	color: #00adef;	
	text-decoration:underline;
}
.box-bottom-bgr 
{
   background: url(../SiteImages/r-bottom-graphic.gif) no-repeat left top;
   width: 192px;
   height: 12px;
}
.basket-bottom-bgr 
{
   background: url(../SiteImages/v-bottom-graphic.gif) no-repeat left top;
   width: 192px;
   height: 20px;
}
.box span {
	width:170px;
	margin-bottom:0px;
	padding-bottom:0px;
}
.basket-box span {
	width:170px;
	margin-bottom:0px;
	padding-bottom:0px;
}
.box ul li
{
    font-weight: bold;
    color: #572e91;
    list-style-type:none;	
    margin-bottom:0px;
    padding-bottom:0px;
}
.box li
{
	padding-right:2px;
	margin-left:-12px;
    margin-bottom:0px;
    padding-bottom:0px;
}
.basket-box ul li
{
    font-weight: bold;
    color: #572e91;
    list-style-type:none;	
    margin-bottom:0px;
    padding-bottom:0px;
}

.basket-box li
{
	padding-right:2px;
	margin-left:-12px;
    margin-bottom:0px;
    padding-bottom:0px;
}
.login-box-top-bgr {
   padding-top :5px;
   background: url(../SiteImages/login-top.gif) no-repeat left bottom;
   width: 354px;
   height: 13px;
}
.login-box 
{
   background: url(../SiteImages/login-middle.gif) repeat-y;
   width: 354px;   
}
.login-box-bottom-bgr 
{
   background: url(../SiteImages/login-bottom.gif) no-repeat left top;
   width: 354px;
   height: 11px;
}
.TopSellersList
{	
	
}
.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);
}

#Basket
{
	position: absolute;
	background-repeat: no-repeat;
	z-index: 100;
}

#BasketTop
{
	position: absolute;
	top: 0px;
	left: 0px;
	color: #FFF;
	background-image: url(../SiteImages/BasketTop.jpg);
}

#BasketItems, #BasketTotal
{
	position: absolute;
	left: 0px;
	background-color: #d7d7d7;
	color: #000;
}

#BasketBottom
{
	position: absolute;
	left: 0px;
	background-image: url(../SiteImages/BasketBottom.jpg);
}

#PayNowButton
{
	position: absolute;
	border-width: 0px;
	text-align: center;
	background-image: url(../SiteImages/PayNow.jpg);
}

#ViewBasketButton
{
	position: absolute;
	border-width: 0px;
	text-align: center;
	background-image: url(../SiteImages/ViewBasket.jpg);
}
/*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;
}

#grid {
	width:602px;
	overflow:hidden;
}

#grid .gline {
	float:left;
	clear:left;
	overflow:hidden;
	width:100%;
}

#grid .glinefinal {
	float:left;
	clear:left;
	overflow:hidden;
	width:100%;
}

#grid .gline {
	border-bottom:1px dotted #b38f55;
}

#grid .gcell1 {
	float:left;
	width:180px;
	padding:10px;
	overflow:hidden;
	border-right:1px #b38f55 dotted;
}

#grid .gcell2 {
	float:left;
	width:180px;
	padding:10px;
	overflow:hidden;
}

#grid .gcell3 {
	float:left;
	width:180px;
	padding:10px;
	overflow:hidden;
	border-left:1px #b38f55 dotted;
}

#grid .grow, #grid .growtop {
	float:left;
	clear:left;
	width:100%;
	overflow:hidden;
}

#grid .growtop 
{
    height:50px;
}

#grid .grow img {
	margin-top:10px;
	margin-bottom:10px;
}

#grid .grright {
	float:right;
	overflow:hidden;
	width:80px;
	height:38px;
}

#grid .grright img {
	margin:0px;
}

#grid .grleft {
	float:left;
	overflow:hidden;
	padding-top:15px;
	font-size:15px;
}
.modalBackground
{
    background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
#popup {
	width:400px;
	padding:10px;
	overflow:hidden;
	font-family:Arial, Helvetica, sans-serif;
  	background-color:#f1f1f1;
}

#popup p {
	margin:0px;
	padding:0px;
	margin-bottom:15px;
	color:#999;
	text-align:left;
}

#popup .modaltitle {
	cursor:move;
	font-weight:bold;
	border-bottom:1px #666 dotted;
	border-top:1px #666 dotted;
	padding-top:2px;
	padding-bottom:2px;
	overflow:hidden;
	width:400px;
}

#popup .modaltitle h1 {
	width:370px;
	margin:0px;
	padding:20px;
	padding:10px 20px;
	font-size:14px;
	background-color:#d6eff7;
	height:14px;
}

#popup .modaltitle:hover {
}

#popup .form {
	padding:5px;
	color:#000;
	font-weight:bold;
	font-size:12px;
	text-align:center;
}

#popup .modalfooter {
	font-weight:bold;
	border-bottom:1px #666 dotted;
	border-top:1px #666 dotted;
	padding-top:2px;
	padding-bottom:2px;
	overflow:hidden;
	width:400px;
	text-align:center;
}

#popup select {
	width:200px;
	margin-left:10px;
}
/* Accordion */
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

.accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

.accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

