﻿/* Wishpets CSS */
/* Site wide Layout */
body
{
    font-family: 'Comic Sans MS';
    color: #012B81;
}
form
{
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    position: absolute;
}
div
{
    padding: 0px;
    margin: 0px;
}
p
{
    margin: 0px 0px 0px 40px;
    padding: 15px;
    text-indent: 15px;
}
a
{
    text-decoration: none;
    font-family: 'Comic Sans MS';
    color: #012B81;
}
a:hover
{
    text-decoration: underline;
}
h2
{
    text-align: center;
}

#Header
{
    width: 1000px;
    height: 136px;
    left: 0px;
    top: 0px;
    position: absolute;
    background-color: #93FFFB;
}
#Content
{
    width: 1000px;
    min-height: 464px;
    position: absolute;
    left: 0px;
    top: 136px;
}
#Sidebar
{
    width: 200px;
    height:inherit;
    left: 0px;
    top: 0px;
    position: absolute;
    background-color: #ABFFFA;
}
#Main
{
    width: 800px;
    height: inherit;
    left: 200px;
    top: 0px;
    position: absolute;
    background-color: #FFFFFF;
}

.Sidebutton
{
    width: 200px;
    height: 36px;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    font-size: large;
}
.Sidebutton a
{
    text-decoration: none;
    font-family: 'Comic Sans MS';
    color: #012B81;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    font-size: large;
}
.Sidebutton a:hover
{
    text-decoration: underline;
}
.Headerbutton
{
    width: 200px;
    height: 36px;
    background-color: #C8FFFF;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    font-size: x-large;
    float:left;
    display:inline;
    margin-top:100px;
}
.Headerbutton a
{
    text-decoration: none;
    font-family: 'Comic Sans MS';
    color: #012B81;
}
.Headerbutton a:hover
{
    text-decoration: underline;
}
.Largeheaderbutton
{
    width: 200px;
    height: 200px;
    background-color: #C8FFFF;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    font-size: x-large;
    float:left;
    display:inline;
}
.MarginFour
{
    margin: 4px;
}
.CatalogImage
{
    margin: 0px;
    padding: 0px;
    max-height: 200px;
    max-width: 200px;
}
.CheckListDiv
{
    margin: 0px;
    padding: 0px;
    overflow: auto;
    width: 200px;
    height: 200px;
    font-size: small;
    float:left;
    display:inline;
}
.CenterTextDiv
{
    margin: 0px;
    padding: 0px;
    text-align: center;
}
table
{
    margin: 0px;
    padding:0px;
}
tr
{
    margin: 0px;
    padding:0px;
}
td
{
    margin: 0px;
    padding:0px;
}
.RedText
{
    color: #f01e1f;
}
.SmallText
{
    font-size: .8em;
}

/* Admin Page Layout */
#AdminPageHeader
{
}
.AdminRoleFormDiv
{
    width: 400px;
    float: left;
}
.AdminPageButton
{
    width: 235px;
}
.AdminPageShortButton
{
    width: 115px;
    height: 48px;
}
.AdminPageChkButton
{
    width: 200px;
}
.AdminPageDropDown
{
    width: 235px;
}
.AdminPageTextBox
{
    width: 235px;
}    
.AdminPageOutputBox
{   
    width: 235px;
    height: 80px;
}
/* AdminKeywords Layout */
.AdminKeyItemListDiv
{
    width: 200px;
    float: left;
}
.AdminKeyListBox
{
    width: 190px;
    height: 124px;
}
.AdminKeyDropDown
{
    width: 190px;
}
.AdminKeyButton
{
    width: 190px;
    height: 30px;
}
.AdminKeyListBoxLong
{
    width: 190px;
    height: 230px;
}

/* Quotes Form */

.QuoteLookupBox
{
    width: 174px;
    position: absolute;
    top: 47px;
    left: 11px;
}
.QuoteCatListBox
{
    width: 180px;
    height: 160px;
    position: absolute;
    top: 88px;
    left: 11px;
}
.QuoteKeyListBox
{
    width: 180px;
    height: 160px;
    position: absolute;
    top: 47px;
    left: 202px;
}
.QuoteItemsListBox
{
    width: 180px;
    height: 200px;
    position: absolute;
    top: 47px;
    left: 484px;
}
.QuoteChkBox
{
    position: absolute;
    top: 88px;
    left: 675px;
}
.QuoteListBox
{
    width: 180px;
    height: 230px;
}
.QuoteMinDropDown
{
    width: 80px;
    position: absolute;
    top: 47px;
    left: 393px;
}
.QuoteMaxDropDown
{
    width: 80px;
    position: absolute;
    top: 87px;
    left: 393px;
    
}
.QuoteAvailDropDown
{
    width: 80px;
    position: absolute;
    top: 127px;
    left: 393px;
}
.QuotePriceDropDown
{
    width: 80px;
    position: absolute;
    top: 228px;
    left: 393px;
}
.QuoteAddAllButton
{
    width: 80px;
    position: absolute;
    top: 194px;
    left: 393px;    
}
.QuoteTempDropDown
{
    width: 114px;
    position: absolute;
    top: 187px;
    left: 675px;
}
.QuoteDropDown
{
    width: 80px;
}
.QuoteAddButton
{
    width: 180px;
    height: 30px;
    position: absolute;
    top: 219px;
    left: 202px;
}
.QuoteRemButton
{
    width: 114px;
    height: 30px;
    position: absolute;
    top: 47px;
    left: 675px;
}
.QuoteClearButton
{
    width: 87px;
    height: 30px;
    position: absolute;
    top: 88px;
    left: 702px;
}
.QuoteViewButton
{
    width: 114px;
    height: 30px;
    position: absolute;
    top: 219px;
    left: 675px;
}
.QuoteButton
{
    width: 80px;
    height: 30px;
}
.QuoteGallery
{
    width: 800px;
    position: absolute;
    top: 260px;
    left: 0px;
}
.QuoteTitle
{
    position: absolute;
    top: 11px;
    left: 11px;
    font-size: 20px;
}
.QuoteHelp
{ 
    position: absolute;
    top: 11px;
    left: 645px;
    text-decoration: underline; }

/* Item Template */
.ItemTemplateChkBox
{
    width: 20px;
    height: 20px;
    vertical-align: top;
    text-align: center;
}
.ItemTemplateShortCell
{
    width: 140px;
    height: 20px;
    font-size: .85em;
    vertical-align: top;
}
.ItemTemplateCell
{
    width: 160px;
    height: 20px;
    font-size: .75em;
    text-align: center;
    vertical-align: top;
}
.ItemTemplateDesCell
{
    width: 160px;
    height: 35px;
    font-size: .75em;
    text-align: center;
    vertical-align: top;
}
.ItemTemplateImage
{
    width: 160px;
    height: 160px;
    text-align: center;
    vertical-align: top;
}
.ItemTemplateImage img
{
    max-width: 150px;
    max-height: 150px;
}
/* Searchable Catalog Form */
.CatalogHeader
{
    margin: 0px;
    padding: 0px;
    width: 800px;
    float: left;
}
.CatalogHeader h2
{
    text-align: center;
    padding: 0px;
    margin: 0px;
}
.CatalogHeader p
{
    padding: 0px;
    margin: 0px;
}
.CatalogMenu1
{
    margin: 0px;
    padding: 0px;
    width: 800px;
    float: left;
}
.CatalogMenu2
{
    margin: 0px;
    padding: 0px;
    width: 600px;
    float: left;
}
.CatalogMenu3
{
    margin: 0px;
    padding: 0px;
    width: 195px;
    float: left;
}
.CatalogGallery
{
    margin: 0px;
    padding: 0px;
    width: 800px;
    float: left;   
}
.CatalogGallery tr
{
    width : 160px;
    padding : 0px;
    margin: 0px;
    text-align: center;
    font-family: 'Comic Sans MS';
    font-size: 0.8em;
}
.CatalogGalleryCell
{
    width: 160px;
    height: 10px;
    padding: 0px;
    margin: 0px;    
}
.CatalogGalleryImage
{
    width: 160px;
    height: 160px;
    padding: 0px;
    margin: 0px; 
    text-align: center;
    vertical-align: top;
}
.CatalogData
{
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: -136px;
    left: -200px;
    width: 0px;
}


/* Full Catalog Form */
.FullCatHeader
{
    position: absolute;
    width: 800px;
    height: 120px;
    top: 0px;
    left: 0px;
    padding: 0px;
    margin: 0px;   
}
.FullCatHeader h2
{
    text-align: center;
    padding: 0px;
    margin: 0px;
}
.FullCatHeader p
{
    padding: 0px;
    margin: 0px;
}
.FullCatGallery
{
    position: absolute;
    width: 800px;
    top: 120px;
    left: 0px;
    padding: 0px;
    margin: 0px;    
}
.FullCatGallery tr
{
    width : 160px;
    padding : 0px;
    margin: 0px;
    text-align: center;
    font-family: 'Comic Sans MS';
    font-size: 0.8em;
}
.FullCatGalleryCellHeader
{
    width: 160px;
    height: 10px;
    padding: 0px;
    margin: 0px;    
}
.FullCatGalleryCellImage
{
    width: 160px;
    height: 160px;
    padding: 0px;
    margin: 0px; 
    text-align: center;
    vertical-align: top;
}
.FullCatData
{
    position: absolute;
    width: 0px;
    height: 136px;
    top: -136px;
    left: 600px;
    padding: 0px;
    margin: 0px;       
}
/* Catalog Item Form */
.CatalogItemInfo
{
    position: absolute;
    width: 200px;
    top: 0px;
    left: 0px;
    padding: 0px;
    margin: 0px;
}
.CatalogItemImage
{
    position: absolute;
    width: 600px;
    top: 0px;
    left: 200px;
    padding: 0px;
    margin: 0px;
    text-align: center;
}
.CatalogItemImage img
{
    padding: 0px;
    margin: 0px;
    max-height: 600px;
    max-width: 600px;
}
.CatalogItemData
{
    position: absolute;
    width: 0px;
    height: 136px;
    top: -136px;
    left: 800px;
    padding: 0px;
    margin: 0px; 
}
/* Utilities Classes Styling */
.USidebar
{
    position: absolute;
    width: 200px;
    
    top: 0px;
    left: 0px;
    padding: 0px;
    margin: 0px;
    background-color: #ABFFFA;
}
.ULargeButton
{
    width: 200px;
    height: 136px;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    font-size: large;   
}
.USidebutton
{
    width: 200px;
    height: 33px;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    font-size: large;
    background-color: #ABFFFA;
}
.UContent
{
    padding: 0px;
    margin: 0px;
    position: absolute;
    width: 800px;
    top: 0px;
    left: 200px;
}
.UForm
{
    padding: 0px;
    margin: 0px;
    position: absolute;
    width: 1000px;
    height: 400px;
    top: 0px;
    left: 0px;
}
/* ItemKeyword Form */
.UDiv
{
    padding: 0px;
    margin: 0px;
    
    float:left;
    
    width: 200px;
    height: 400px;
}
.UDivLong
{
    padding: 0px;
    margin: 0px;
    
    float:left;
    
    width: 200px;
    height: 600px;
}
.UDivShort
{
    padding: 0px;
    margin: 0px;
    
    float:left;
    
    width: 150px;
    height: 200px;
}
.UInfoDiv
{
    padding: 0px;
    margin: 0px;
    
    float:left;
    
    width: 400px;
    height: 600px;
    
}

.UInfoImage
{
    width: 400px;
    height: 400px;
    text-align: center;
    vertical-align: top;
}
.UInfoImage img
{
    max-width: 390px;
    max-height: 390px;
}
.UInfoDesc
{
    width: 250px;
    height: 200px;
    font-size:smaller;
    float: left;
}
.UDataDiv
{
    padding: 0px;
    margin: 0px;
    position: absolute;
    width: 0px;
    
    top: 0px;
    left: -200px;
}

/* Utilities Catalog Form */
.UCatLines
{
    padding: 0px;
    margin: 0px;
    position: absolute;
    width: 140px;
    height: 140px;
    top: 0px;
    left: 0px;
}
.UCatGroups
{
    padding: 0px;
    margin: 0px;
    position: absolute;
    width: 140px;
    height: 140px;
    top: 0px;
    left: 140px;
}
.UCatPricing
{
    padding: 0px;
    margin: 0px;
    position: absolute;
    width: 115px;
    height: 140px;
    top: 0px;
    left: 285px;
}
.UCatImage
{
    padding: 0px;
    margin: 0px;
    position: absolute;
    width: 400px;
    height: 400px;
    top: 0px;
    left: 400px;
    text-align: center;
    background-color:Aqua;
    max-height:400px;
    max-width:400px;
    
}
.UCatImage-img 
{ 
    max-height:400px;
    max-width:400px;
}
.UCatResults
{
    padding: 0px;
    margin: 0px;
    position: absolute;
    width: 140px;
    height: 260px;
    top: 140px;
    left: 0px;
}
.UCatInfo
{
    padding: 0px;
    margin: 0px;
    position: absolute;
    width: 260px;
    height: 260px;
    top: 140px;
    left: 140px;
}
.UCatFont
{
    font-family: 'Comic Sans MS';
    font-size: 0.8em;
}
/* Order Cart CSS */
.CartImage
{
    padding: 0px;
    margin: 0px;
    width: 80px;
    height: 80px;
    text-align: center;
    max-height: 80px;
    max-width: 80px;
    vertical-align: top;
}
.CartImage-img
{
    max-height: 75px;
    max-width: 75px;
}
.CartText
{
    padding: 5px;
    margin: 0px;    
    width: 195px;
    vertical-align: top;
}
.CartButton
{
    padding-top: 5px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    margin: 0px;
    width: 65px;
    vertical-align: top;
    text-align: center;    
}
.CartCenterText
{
    text-align: center;
}
.CartSubTotalDiv
{
    padding: 0px;
    margin: 0px;
    width: 800px;
    text-align: right;
}
.CartViewDiv
{
    padding: 0px;
    margin: 0px;
    width: 800px;       
}
.CartSubViewDiv
{
    padding: 5px;
    margin: 0px;
    width: 390px;
    float: left;
}
.CartSubViewDiv ul li
{
    padding: 5px;
    margin: 0px 0px 0px -25px;
    list-style-type: none;
    list-style-position: outside;
    font-size: .8em;
}
