﻿/* General Styles */
html, head, body
{
    width: 100%;
    height: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background: #000000 url(WebResource.axd?d=ZCU45PjaccUOnNiVE4RT3CYo2bb5Pr81k8yJuuZ7YHFv5FPHzxip-A9-fx8IrPMS0&t=634024203286314763) no-repeat left top;
}

form
{
    width: 100%;
    height: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;

}

#MainDiv
{
    width:100%;
    height:100%;
    display:table;
}

/* Header Styles */
#Header
{
    width:100%;
    height: 131px;
    display:table-row;
}

#Logo
{
    width:374px;
    height:131px;
    float:left;
}

#TopSpacer
{
    height: 26px;
    width: 374px;
    background-image: url(WebResource.axd?d=ZCU45PjaccUOnNiVE4RT3CYo2bb5Pr81k8yJuuZ7YHEM-NcooMeF_w6U1chFy8EG0&t=634024203286314763);
    background-repeat: no-repeat;
    background-position: right top;
}

#HeaderImage
{
    float:left;
    padding-top:88px;
}

/* Middle Part Styles */
#Middle
{
    clear:both;
    display:table-row;
    height:1px;
}

#MenuDiv
{
    width:374px;
    display:table-cell;
}

#Content
{
    position:absolute;
    top:155px;
    bottom:0;
    left:374px;
    height:auto;
    font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #C2C2C2;
}
#TableContent
{
    display:table;
    height:100%;
    width:100%;
}

#InnerContent
{
    display:table-row;
    height:100%;
}

#LeftSpacer
{
    display:table-row;
    background-image: url(WebResource.axd?d=ZCU45PjaccUOnNiVE4RT3CYo2bb5Pr81k8yJuuZ7YHE2dJf7D5HU9RNmoH0BLm_X0&t=634024203286314763);
    background-repeat: repeat-y;
}

/* Footer Styles */
#Footer
{
    display:table-row;
    width:100%;
    color:White;
    font-family:Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
    color:#8c8c8c;
    font-size:10px;
}

#Footer .Copyright
{
    padding-top:8px;
    margin-right:150px;
    float:left;
    display:block;
}

#Footer .DesingedBy
{
    display:block;
    float:left;
    vertical-align:bottom;
    height:43px;
    width:222px;
}

/* Tree Menu Styles */
#TreeMenu
{
    width: 374px;
    display:block;
    text-align:right;
}
#TreeMenu .Node
{
    display:block;
    background-image: url(WebResource.axd?d=ZCU45PjaccUOnNiVE4RT3CYo2bb5Pr81k8yJuuZ7YHE2dJf7D5HU9RNmoH0BLm_X0&t=634024203286314763);
    background-position: right top;
    height:15px;
    width: 374px;
    padding-top:2px;
    overflow: hidden;
    text-transform:uppercase;
}


#TreeMenu a
{
    text-align: right;
    white-space: nowrap;
    color: white;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

#TreeMenu .SelectedNode
{
    background-image: url(WebResource.axd?d=ZCU45PjaccUOnNiVE4RT3CYo2bb5Pr81k8yJuuZ7YHGHJw1gZazGOSMoAytxPhIL0&t=634024203286314763);
    clear:both;
    display:block;
    background-position: right top;
    height:15px;
    width: 374px;
    padding-top:2px;
    overflow: hidden;
    text-transform:uppercase;
}
#TreeMenu div a span
{
    margin-right:30px;
}



/* Content Styles */
#Content a
{
    color:White;
    text-decoration:none;
}

#Content a:hover
{
    color: #C2C2C2;
}

/* Search Box */
#Search
{
    position:absolute;
    height:15px;
    top:5px;
    right:10px;
    display:block;
}




/* Z-index of #mask must lower than #boxes .window */
#mask {
  position:absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;

  display:none;
  z-index:9999;
  padding:20px;
}

#boxes #dialog {
  width:400px; 
  padding:10px;
  background-color: #111111;

  color:Black;
 
}

/* Collection Styles */

.ProductImageDiv
{
    clear:both;
    width:400px;
    height:400px;
    display:block;
    border:solid 1px gray; 
}

.ProductViewCaption
{
    background-color:black;
    width:390px;
    border-bottom:solid 1px gray;
    height:15px;
    color:white;
    
    padding: 5px 5px 5px 5px;
    
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity:0.5;
    opacity:0.5;
}

.ProductIDLabel
{
    position:absolute;
    left: 15px;
    top:15px;
    color:White;
    z-index: 99999;
}

.ProductCloseButton
{
    position:absolute;
    left: 360px;
    top:15px;
    color:White;
    z-index: 99999;
    font-weight:bold;
}


.ProductSpacer
{
    height:350px;
    width:400px;
    cursor: pointer;
}

.ProductNav
{
    width:380px;
    height:15px;
    padding: 5px 10px 5px 10px;
    border-top:solid 1px gray;
    background-color:black;
    display:block;
    color:white;
    
     filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity:0.5;
    opacity:0.5;
}