﻿DIV.WishListHeading
{
    clear               : both;
    color               : #FFFFFF;
    float               : left;
    font-family         : Garamond, Georgia, Verdana;
    font-size           : 25pt;
    padding-left        : 10px;
    padding-top         : 28px;
	width				: 700px;   
}
DIV.WishListHeadingWide
{
    color               : #FFFFFF;
    float               : right;
    font-family         : Garamond, Georgia, Verdana;
    font-size           : 25pt;
    padding-left        : 10px;
    margin-top          : 35px;
    width               : 500px;
}
IMG.WishList
{
    border-style        : none;
}
DIV.ThankYou
{
	float				: left;
	margin-left			: 5px;
	margin-top			: 15px;
	width				: 480px;
}
DIV.ThankYou A, DIV.ThankYou A:HOVER
{
	color				: #4E533B;
	text-decoration		: underline;
}
/*
========================
    WISHLIST CONTETNT
========================
*/
DIV.WishListContentTxt, DIV.WishListLinks, DIV.WishListRow, DIV.WishListLinks2, DIV.WishListMenu, DIV.WishListMenuDealer
{
    float               : left;
    width               : 270px;
}
DIV.WishListContentTxt
{
    height              : 250px;
}
DIV.WishListMenu
{
    height              : 300px;
}
DIV.WishListMenuDealer
{
	height				: 371px;
}
DIV.WishListRow
{
    margin-bottom       : 10px;
}
DIV.WishListLinks
{
    height              : 140px;
}
DIV.WishListLinks2
{
    height              : 60px;
}
DIV.WishListRow IMG
{
    margin-right        : 3px;
}
DIV.WishListRow A, DIV.WishListRow A:HOVER
{
    color               : #4E533B;
    cursor              : pointer;
    text-decoration     : none;
}
DIV.WishListEmpty
{
	float				: left;
	font-weight			: bold;
	padding-top			: 50px;
	text-align			: center;
	width				: 500px;
}
DIV.SaveReminder
{
	font-weight			: bold;
}
/*
========================
    WISHLIST SCROLLER
========================
*/
DIV.WishListScoller      /* SCROLLER */
{
    float               : right;
    margin-right        : 10px;
    padding-top         : 340px;
}
DIV.WishListScollerDealer
{
    float               : right;
    margin-right        : 10px;
    padding-top         : 400px;
}
IMG.WishListScrollButton /* SCROLLER */
{
    cursor              : pointer;
    margin-bottom       : 3px;
    margin-top          : 3px;
}
DIV.WishListContent      /* SCROLLER */
{
    background-color    : #EDE9CF;
    border-left         : solid 1px #C8C7B2;
    border-right        : solid 1px #C8C7B2;
    color               : #4E533B;
    height              : 410px;
    overflow            : hidden;
    position            : relative;
    width               : 510px;
}
DIV.WishListContentWide  /* SCROLLER */
{
    background-color    : #EDE9CF;
    border-left         : solid 1px #C8C7B2;
    border-right        : solid 1px #C8C7B2;
    color               : #4E533B;
    height              : 469px;
    overflow            : hidden;
    position            : relative;
    width               : 620px;
}
DIV.WishListScrollerBody /* SCROLLER */
{
    position            : relative;
    width               : 510px;
}
/*
========================
    DATAGRID
========================
*/
TABLE.WishList
{
    width               : 510px;
}
TABLE.WishListWide
{
    width               : 620px;
}
TD.WishListHead, TD.WishListHeadC, TD.WishListHeadR
{
    border-bottom       : solid 1px #C8C7B2;
    height              : 25px;
    padding             : 3px;
    text-transform      : uppercase;
}
TD.WishListItemC, TD.WishListItem, TD.WishListItemR
{
    border-bottom       : solid 1px #C8C7B2;
    height              : 70px;
    vertical-align      : middle;
}
TD.WishListHeadC, TD.WishListItemC
{
    text-align          : center;
}
TD.WishListItemR, TD.WishListHeadR
{
    text-align          : right;    
}
TD.WishListItemC DIV, .WishQty
{
    background          : #FFFFFF;
    border-style        : none;
    color               : #4E533B;
    font-family         : Verdana;
    font-size           : 8pt;
    height              : 34px;
    line-height         : 35px;
    text-align          : center;
    width               : 35px;
}
/*
========================
    MINI FORM
========================
*/
DIV.FormMiniRow, DIV.FormMiniRowHeading
{
    float               : left;
    width               : 280px;
    margin-bottom       : 5px;
}
DIV.FormMiniRowHeading
{
    border-bottom       : solid 1px #C8C7B2;
}
DIV.WishListRowLabel
{
    float               : left;
    width               : 105px;
}
DIV.WishListRowField
{
    float               : left;
}
.PriceInput
{
    border-style        : none;
    background-color    : #FFFFFF;
    font-family         : Verdana;
    font-size           : 8pt;
    text-align          : right;
}
