﻿
#gettingStarted
{
   margin: 8px;
}

#downloadInfo
{
   float: right;
}

#DownloadButtonContainer
{
   border-bottom: 2px solid #CCC;
   padding: 20px;
   margin: 8px;
}

#DownloadButtonContainer LI
{
   list-style-type: none;
}

.buttonNode
{
   height: 60px;
   margin: 10px;
   margin-right: 20px;
}
.buttonNode div.buttonContent
{
   white-space: nowrap;
   background-image: url(/Content/images/button/middle.png);
   background-repeat: repeat-x;
   float: left;
   height: 60px;
   padding: 5px;
   font-size: 25px;
   color: #FFF;
}

.buttonNode div.buttonContent A
{
   color: #FFF;
   font-weight: bold;
   text-decoration: none;
   display: block;
   height: 60px;
}

.buttonNode div.buttonContent A:Hover
{
   color: #CCFFFF;
}

.buttonNode div.buttonContent A img.arrow
{
   width: 24px;
   height: 24px;
   padding-left: 5px;
   padding-top: 10px;
   padding-left: 8px;
   padding-bottom: 1px;
}
   

.buttonNode div.left
{
   background-image: url(/Content/images/button/left.png);
   background-repeat: no-repeat;
   position: relative;
   top: 0;
   left:0;
   width: 6px;
   height: 60px;
   z-index: 20;
   height: 60px;
   float: left;
}

.buttonNode div.right
{
   background-image: url(/Content/images/button/right.png);
   background-repeat: no-repeat;
   position: relative;
   top: 0;
   right:0;
   width: 8px;
   height: 60px;
   z-index: 20;
   float: left;
}