﻿html,body { margin: 0; padding: 0; }

body 
{ 
    margin:0; 
    padding:0; 
    height:100%;
    background-image:url(../images/Template/background_swirls.jpg);
    background-position:top left;
    background-repeat:repeat;
}

@font-face {
    font-family: 'GigglesBTNRegular';
    src: url('../images/fonts/giggb__-webfont.eot');
    src: url('../images/fonts/giggb__-webfont.eot?#iefix') format('embedded-opentype'),
         url('../images/fonts/giggb__-webfont.woff') format('woff'),
         url('../images/fonts/giggb__-webfont.ttf') format('truetype'),
         url('../images/fonts/giggb__-webfont.svg#GigglesBTNRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

img 
{
    padding:0px;
    margin:0px;
}

ul 
{
    list-style:none;
    background-image:url(images/template/menubg.gif);
    margin:0px;
}

li 
{
    padding-bottom:3px;
}

li a
{
    padding-left:85px; 
    font-family:Arial, Helvetica, sans-serif; 
    font-size:14px;
    font-weight:bold; 
    color:#EC4298; 
    text-decoration:none;
    height:20px;
    padding-bottom:2px;
}

.MenuSub a
{
    padding-left:95px; 
    font-family:Arial, Helvetica, sans-serif; 
    font-size:12px;
    font-weight:normal;
    color:#EC4298; 
    text-decoration:none;
    height:20px;
    padding-bottom:2px;
}

.SeeAll 
{
    padding-left:65px; 
}

a 
{
    padding:0px;
    margin:0px;
}

.Outer
{
    position: absolute;
    padding: 0px;
    width: 100%;
    height: 100%; /* works only if parent container is assigned a height value */
    background-image: url('../images/Template/background.gif');
    background-repeat: repeat-x;
}

.Main 
{
    padding:0; 
    width:1008px; 
    height:100%; /* works only if parent container is assigned a height value */ 
    margin:auto;
}

.Top 
{
    position:relative;
    width:1006px;
}

.Middle 
{
    width:1006px;
}

.Bottom 
{
    width:1006px;
}

.TextHeaders
{
    font-family: Arial;
    font-size: small;
    font-weight: bold;
    color: #FF0066;
}

.treeview
{
    font-family:Arial, Helvetica, sans-serif; 
    font-size:14px;
    font-weight:bold; 
    color:#EC4298; 
    text-decoration:none;
    padding-top:80px;
    background-image: url('../images/Template/browseby.gif');
    padding-left:80px;
}

.treeview a 
{
    color: #EC4298; 
}

.treeviewleaf
{
    font-family:Arial, Helvetica, sans-serif; 
    font-size:12px;
    font-weight:bold; 
    color:#EC4298; 
    text-decoration:none;
}

.treeviewleaf a 
{
    color: #EC4298; 
}

p
{
    font-family: Arial;
    font-size: small;
    font-weight: bold;
    color: #FF0066;
}

.Text
{
    font-family: Arial;
    font-size: small;
    font-weight: bold;
    color: #000000;
}

.ProductText
{
    font-family: Arial;
    font-size: small;
    font-weight: normal;
    color: #000000;
    text-decoration:none;
}

.ProductText a
{
    text-decoration:none;
}

.BasketGrid 
{
    border:0px;
    width:800px;
    font-family:Arial;
    font-size:smaller;
}

.boldlinks 
{
    padding-left:60px; 
    font-family:Arial, Helvetica, sans-serif; 
    font-size:14px;
    font-weight:bold; 
    color:#000; 
    text-decoration:none;
}

.tablesearch 
{
     width: 350px;
     height: 60px;
}

.qtybox 
{
    width:30px;
    height:26px;
    border:1px solid #000;
    font-family:Arial;
    font-size:20px;
    font-weight:bold;
    text-align:center;
}

.emailboxes
{
    width: 30px;
    height: 26px;
    border: 1px solid #FF3399;
    font-family: Arial;
    font-size: 20px;
    text-align: center;
    color: #000;
}

.boldtext 
{
    font-family:Arial, Helvetica, sans-serif; 
    font-size:14px;
    font-weight:bold; 
    color:#EC4298; 
}

.boldtext a
{
    color:#EC4298; 
    text-decoration:none;
}

    /*Modal Popup
    .modalBackground 
    {
              background-color:Black;
              filter:alpha(opacity=75);
              opacity:0.5; 
    } 

    .modalPopup 
    {
              background-color:#fff; 
              border-width:3px; 
              border-style:solid; 
              border-color:#000; 
              padding:3px; 
              width:600px; 
              height:600px;
    }*/ 


.hidden {display:none}

.flyOutDiv
{
     display: none;
     position: absolute;
     width: 502px;
     z-index: 3;
     opacity: 0;
     filter:(progid:DXImageTransform.Microsoft.Alpha(opacity=0));
     padding: 0px;
     border:1px solid #000000;
}

.flyOutDivCloseX
{
 padding: 0px; 
}

.CustomValidatorCalloutStyle div, 
.CustomValidatorCalloutStyle td { 
    border:solid 1px blue; background-color: #FFFFFF;
    font-family:Tahoma;
    font-weight:normal;
    font-size:12px;
}

.choicebox 
{
    width:90%; 
    border:1px solid #000000; 
    padding:10px;; 
    background-color:#e6f4ff; 
    margin-bottom:15px;
    height:60px;
}
     
.accordiancontent 
{
    width:530px;
    margin-left:30px;
    font-family:Tahoma;
    font-size:12px;
    padding-top:10px;
    padding-bottom:10px;
}

.paddingleft
{
    padding-left: 30px;
    padding-top: 20px;
    text-align: left;
    font-family: Tahoma;
    font-size: 12px;
}

.modalBackground
{
  background-color:#000000;
  filter:alpha(opacity=80);
  opacity:0.8;
}
 
.ModalWindow
{
  border: 1px solid #000;
  padding: 0px10px10px10px;
  position:absolute;
  top:-1000px;
}

.pagenumbers 
{
    clear:both; 
    font-family:Tahoma; 
    font-size:14px;
    color:Fuchsia;
}

.pagenumbers a 
{
    color:Fuchsia;
    font-weight:normal;
}

.headerdiv 
{
width:600px;
text-align:center;
border-bottom:1px solid #EC4298;
padding-bottom:4px;
}

h1 
{
    font-family:Arial, Helvetica, sans-serif; 
    font-size:14px;
    font-weight:bold; 
    color:#EC4298; 
    padding:0px;
    margin:0px;
}

.headerdesc
{
    font-family:Arial, Helvetica, sans-serif; 
    font-size:14px;
    color:#EC4298; 
    padding:0px;
    margin:0px;
}
