﻿
/*********************************************************/
/******************** GENERAL LAYOUT *********************/

* { margin:0; padding:0; }

img { border:0; }

body
{
   text-align:center;
   font-family:Century Gothic, Verdana, Sans-Serif;
   background-color:#EFEFEF;
   background-image:url(../Images/Layout/WindowBackground.jpg);
   font-size:10pt;
}

.Page
{
   width:900px;
   margin:auto;
   text-align:left;
}

.clear, .Clear
{
    clear:both;
    width:1px;
    height:1px;
}


/*********************************************************/
/*******************   Page Banner   *********************/

a.PageBanner
{
   background-image:url(../Images/Layout/PageBanner.png);
   height: 67px;
   width: 158px;
   display:block;
   text-decoration:none;
   z-index:1000;
   float:left;
}


/**************************************************/
/*************** List of Products  ****************/

.CategoriesMenu
{
    width:736px;
    float:right;
    clear:none;
}

.CategoriesMenu a
{
    display:block;
    text-decoration:none;
    float:right;
    height:34px;
    margin-top:30px;
}

.CategoriesMenu a.Icon
{
    margin: 34px 5px 0 5px;
}

.CategoriesMenu a span
{
    margin:0 15px 0px 15px;
    font-size:9pt;
    font-variant:small-caps;
    top:7px;
    position:relative;
    font-weight:bold;
    color:#666;
}
.CategoriesMenu a:hover span
{
    text-decoration:underline;
}




/*********************************************/
/**********       CART TAB        ************/

a.CartTab
{
   position:fixed;
   z-index:1001;
   display:block;  
   font-weight:bold;
   text-decoration:none;
   padding-top:3px;
   border-radius:0 0 10px 10px;
   -moz-border-radius:0 0 10px 10px;
   border:solid 1px #CCC;
   border-top-width:0;
   color:#666;
   text-align:center; 
   height:24px;
    width:60px; 
    font-variant:small-caps;
    font-size:8pt;
    margin-left:835px;

	-moz-box-shadow: 0 0 6px 0 #DDD;
	-webkit-box-shadow: 0 0 6px 0 #DDD;
	box-shadow: 0 0 6px 0 #DDD;

    background-color:#FFF; /* fallback (Opera) */
    background: -moz-linear-gradient(top, #FFF, #F9F9F9);/* Mozilla: */
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F9F9F9)); /* Chrome, Safari:*/
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#FFFFFF', EndColorStr='#F9F9F9', GradientType=0); /* MSIE */
}

a.CartTab .Count
{
   font-size:10pt;
   color:#09f;
}



/**************************************************/
/***************     MAIN BODY     ****************/

.MainWindow
{
    background-color:#fff;
    clear:both;
    -moz-border-radius:6px;
    border-radius:6px;
   position:relative;

	-moz-box-shadow: 0 0 6px 0 #DDD;
	-webkit-box-shadow: 0 0 6px 0 #DDD;
	box-shadow: 0 0 6px 0 #DDD;
}

.MainWindow a
{
    color:#59f;
}

h1, h2
{
    font-weight:normal;
}

h1
{
    padding:45px 0 0 60px;
}
h1.Center
{
    padding:45px 0 0 0;
    text-align:center;
}

h2, h3, h4, h5, h6
{
    padding:10px 0 10px 60px;
}

h2
{
    text-align:left;
}

ul li
{
    margin-left:30px;
}

.clear
{
    clear:both;
}
p
{
    padding:5px 50px 5px 60px;
    color:#444;
}
p.PageLevel
{
    padding:15px 0 15px 60px;
    color:#444;
}
p.Error
{
    background-color:#a30;
    color:#FFF;
    font-style:italic;
    text-align:center;
    font-variant:small-caps;
    font-weight:bold;
}
div.PageErrorMessage
{
    background-color:#FFF6F3;
    color:#D30;
    font-style:italic;
    text-align:center;
    font-variant:small-caps;
    font-weight:bold;
    margin:10px 80px;
    padding:20px;
    border:solid 1px #D60;
}
ul.PageLevel
{
    padding-left:60px;
}
table.PageLevel
{
    margin-left:60px;
}
table.FullSize 
{
    width:750px;
}
hr.PageLevel
{
    margin-left:60px;
    width:750px;
    height:1px;
    color:#999;
}

.NoGo
{
    display:none;
}


/***************************************************/
/******************** FOOTER ***********************/

.FooterWindow
{
   height:40px;
   clear:both;
}

#FooterString
{
    clear:both;
    font-size:8pt;
    text-align:center;
    color:#333;
    margin:14px 0;
}
#FooterString a
{
    color:#333;
}
#FooterString a:hover
{
    color:#09f;
}

/***************************************************/
/******************** BUTTONS **********************/

input.Button
{
    cursor:pointer;
    border:solid 1px #D6D6D6;
    color:#555;
    border-radius:10px;
    -moz-border-radius:10px;
    text-align:center;
    font-weight:bold;
    padding:1px 3px;
    
    background: #F9F9F9; /* fallback (Opera) */
    background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE); /* Mozilla: */
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#EEEEEE)); /* Chrome, Safari:*/
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#FFFFFF', EndColorStr='#EEEEEE', GradientType=0); /* MSIE */
}

input.Button.Green
{
    border-color:#328930;
    color:#fff;
    text-align:center;
    text-shadow: #030 0px 0px 1px;

    background: #090; /* fallback (Opera) */
    background: -moz-linear-gradient(top, #3ecd32, #18912c); /* Mozilla: */
    background: -webkit-gradient(linear, left top, left bottom, from(#3ecd32), to(#18912c)); /* Chrome, Safari:*/
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#3ecd32', EndColorStr='#18912c', GradientType=0); /* MSIE */
}

input.Button.Green:hover
{
    background: #0C0; /* fallback (Opera) */
    background: -moz-linear-gradient(top, #4edd42, #28A13c);/* Mozilla: */
    background: -webkit-gradient(linear, left top, left bottom, from(#4edd42), to(#28A13c)); /* Chrome, Safari:*/
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#4edd42', EndColorStr='#28A13c', GradientType=0); /* MSIE */
}

input.Button.Blue
{
    border-color:#3366AA;
    color:#ffffff;
    text-align:center;
    text-shadow: #030 0px 0px 1px;

    background: #0066AA; /* fallback (Opera) */
    background: -moz-linear-gradient(top, #00AAFF, #0066AA); /* Mozilla: */
    background: -webkit-gradient(linear, left top, left bottom, from(#00AAFF), to(#0066AA)); /* Chrome, Safari:*/
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#00AAFF', EndColorStr='#0066AA', GradientType=0); /* MSIE */
}

input.Button.Blue:hover
{
    background: #1177BB; /* fallback (Opera) */
    background: -moz-linear-gradient(top, #11BBFF, #1177BB);/* Mozilla: */
    background: -webkit-gradient(linear, left top, left bottom, from(#11BBFF), to(#1177BB)); /* Chrome, Safari:*/
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#11BBFF', EndColorStr='#1177BB', GradientType=0); /* MSIE */
}

input.Button.Red
{
    border-color:#930;
    color:#fff;
    text-align:center;
    text-shadow: #030 0px 0px 1px;

    background: #900; /* fallback (Opera) */
    background: -moz-linear-gradient(top, #cd3e32, #912c18); /* Mozilla: */
    background: -webkit-gradient(linear, left top, left bottom, from(#cd3e32), to(#912c18)); /* Chrome, Safari:*/
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#cd3e32', EndColorStr='#912c18', GradientType=0); /* MSIE */
}

input.Button.Red:hover
{
    background: #C00; /* fallback (Opera) */
    background: -moz-linear-gradient(top, #dd4e42, #A13c28);/* Mozilla: */
    background: -webkit-gradient(linear, left top, left bottom, from(#dd4e42), to(#A13c28)); /* Chrome, Safari:*/
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#dd4e42', EndColorStr='#A13c28', GradientType=0); /* MSIE */
}

  
/***************************************************/
/********************* FORM ************************/
  
  .Form
  {
    margin:auto;
    border:solid 4px #EEE;
  }
  .Form thead td
  {
    font-weight:bold;
  }
  .Form td
  {
    padding:10px;
    background-color:#F6F6F6;
    margin:4px;
    color:#444;
    font-size:10pt;
  }
  td.Error
  {
    background-color:#854;
    color:#FFF;
    font-style:italic;
    text-align:center;
    font-variant:small-caps;
  }
  .Form input.textbox
  {
    width:200px;
    font-size:12pt;
    color:#444;
    padding:2px;
  }
  .Form textarea
  {
    padding:5px;
  }
  .Form input.button
  {
    cursor:pointer;
    font-size:12pt;
    width:auto;
  }
  .Form input.checkbox
  {
    margin:5px 6px 0 0;
    width:auto;
  }
  
  table.Form td.Description
  {
      font-size:9pt;
      width:200px;
  }
  
  .Form.SmallText td
  {
    font-size:9pt;
  }

  
/************************************************************/
/********************     BUTTON BAR   **********************/

.ButtonBar
{
    width:805px;
    height:55px;
    margin:10px 0 25px 48px;
    overflow:hidden;
    
    border-radius:8px;
    -moz-border-radius:8px;
    
    background: #F6F6F6; /* fallback (Opera) */
    background: -moz-linear-gradient(left, #FFFFFF, #F6F6F6);/* Mozilla: */
    background: -webkit-gradient(linear, left top, right top, from(#FFFFFF), to(#F6F6F6)); /* Chrome, Safari:*/
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#FFFFFF', EndColorStr='#F6F6F6', GradientType=1); /* MSIE */
    
    border:solid 1px #fff;
	-moz-box-shadow: 4px 0 2px -3px #EEE;
	-webkit-box-shadow: 0 0 6px 0 #DDD;
	box-shadow: 0 0 6px 0 #DDD;
}

.ButtonBar img, .ButtonBar input
{
    float:right;
    margin:10px;
}





/********************* REPORT ************************/

table.Report
{
	padding: 0;
	margin: auto;
	border-collapse:collapse;
}

table.Report thead tr td, table.Report thead tr th
{
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #556677;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(../Images/Layout/Grid/header.jpg);
}

table.Report td
{
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background-repeat:repeat-x;
	background-color:#F9F9F9;
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
	padding: 6px 6px 6px 12px;
}

table.Report table
{
	padding: 0;
	border-collapse:collapse;
}
table.Report td td
{
    border:solid 1px #ccc;
	background-color:#fff;
	padding: 6px 6px 6px 12px;
}



/*********************** PageLinks *************************/

ul.PageLinks
{
    padding:10px 0 10px 40px;
}
ul.PageLinks li
{
    padding:2px 0;
    list-style-type:none;
}
ul.PageLinks li, ul.PageLinks li a
{
    color:#5bf;
}
ul.PageLinks li a:hover
{
    color:#adf;
}


/************************* Admin Links ***********************/

.TopAdminLinks
{
    background-color:#000;
    height:31px;
}
.TopAdminLinks span.Title
{
    font-size:8pt;
    position:relative;
    top:7px;
    margin:0 10px;
}
.TopAdminLinks a
{
    position:relative;
    top:7px;
    left:1px;
    padding:5px;
    background-color:#222;
    height:18px;
    text-decoration:none;
    font-size:9pt;
    color:#def;
}
.TopAdminLinks a:hover
{
    color:#fff;
    background-color:#035;
}



/************************************************************/
/******************     PRODUCT BUTTON     ******************/

.ProductButtons {
    margin: 0 0 10px 5px;
    clear: both;
}

.ProductButton
{    
    cursor:pointer;
    text-decoration:none;
    width:220px;
    height:285px;
    display:block;
    float: left;
    clear:none;
    margin:3px 3px 0 0;
    background-repeat:no-repeat;
    text-align:center;
    padding:0;
    line-height:10pt;
    vertical-align:top;
    background-repeat:no-repeat;
    background-image: url(/Images/Layout/Products/ProductButtonBG_off.png);
}

.ProductButton:hover
{
    background-image: url(/Images/Layout/Products/ProductButtonBG_on.png);
}

.ProductButton img
{
    width:160px;
    height:160px;
    margin-top:18px;
}

.ProductButton div.Name
{
    font-size:9pt;
    margin-top:10px;
}

.ProductButton div.Price
{
    font-size:12pt;
    margin-top:2px;
}


