﻿body
{
    margin: 0;
    font-size: 13px;
    line-height: 20px;
    font-family: Tahoma, Verdana, Arial;
    background-color: ButtonFace;
    text-align: center;
    width: 1000;
}
table {
  
    font-size: 13px;
    font-family: Tahoma, Verdana, Arial;
 
}
img.logo
{
	float: left;
	margin: 5 0 0 0px;
	height: 50px;
	width: 180px;
	border-style: none;
}
img.snap
{
	float: right;
	margin:     0   0 20    10px;
	border-style: none;
	padding-top:20;
	padding-bottom:20;
	}
     /* Quick Detail */
table.File {
    width: 680px;
    margin-left: 50;
}
td.Detail {
    width: 260px;
}
td.Download {
    width: 150px;
}
     /* Compare */
table.Compare
{
    border: 2px solid #000000;
    border-spacing: 0px;
    width: 730px;
   
}

	table.PriceList
{
    border: 2px solid #000000;
    border-spacing: 0px;
    width: 730px;
  
    margin-top: 10;
}

thead.Compare
{
    font-weight: bold;
    background-color: #C0C0C0;
}
th.Price
{
    border-bottom-color: #0000FF;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-color: #0000FF;
    border-right-style: solid;
    border-right-width: 1px;
}
tr.Price
{
    height: 40px;
}
tr.Header
{
    height: 30px;
    background-color: #99CCFF;
}
td{
  
}
td.Item{      border-right: 1px #000000 solid;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #000000;
    padding-left: 5;
    padding-right: 5;
    }
td.CompareCenter
{
      border-right: 1px #000000 solid;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #000000;
    padding-left: 5;
    padding-right: 5;
    text-align: center;
    width: 130;
}
td.Price
{
      border-right: 1px #000000 solid;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #000000;
    padding-left: 5;
    padding-right: 5;
    text-align: right;
    width: 80;
}
td.Button
{
    border-right: 1px #000000 solid;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #000000;
    padding-left: 5;
    padding-right: 5;
    width: 110px;
    text-align: center;
    vertical-align: middle;
}
td.BackLink
{ vertical-align:top
    }
ul.BackLink {
    list-style-type: none;
    font-size: 12px;
    padding-left: 0px;
    margin-left: 0px;
    vertical-align: top;
}



a.new {
    font-style: italic;
    font-weight: bold;
    color: #FF0000;
}
a.HideCounter {
    color: #C0C0C0;
}

#container {
    margin: 0 auto;
    background-color: #fff;
    width: 1000;
}
#header
{
    background-color: #f5f5f5;
    width: 1000;
    vertical-align: bottom;
    margin-right: auto;
    margin-left: auto;
}

#header h3 {
    margin-bottom: 0;
}
#header td {
    vertical-align: bottom;
    text-align: right;
}


#title
{
	float: right;
	width: 700px;

	font-size: 13px;
}
#title p {
    float: right;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    padding-top: 33px;
    padding-right: 20px;
}
#menu
{
    background-color: Blue;
  
    width: 1000px;
}
#menu td {
    vertical-align: middle;
    border-spacing: 0px;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #FFFFFF;
    text-align: center;
}


#menu a {
    color: White;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    text-decoration: none;
    margin-right: 15px;
    margin-left: 15px;
}

#menu a:hover 
{
	color:Yellow;


}

#menu .Current_Page
{
	color: Yellow;
}
#menu .Blank_Space
{
	width:800;
}
#text {
    float: left;
    text-align: left;
    width: 750;
    margin: 0 0px 0 10px;
}
#text p
{
	padding: 0 20px 10px  0;
}
#text li {
    padding-left: 10px;
    list-style-type: square;
}
#text h3 a {
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
}
#text h4
{
    font-size: 14px;
    text-decoration: underline;
}



/* SIDEBAR */
#sidebar {
    float: right;
    font-size: 12px;
    background-color: #f0f8ff;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 0px;
    padding-top: 0px;
    width: 200px;
    text-align: left;
    margin-right: 10;
    margin-bottom: 20;
    margin-top: 40px;
}

#sidebar h2 {
    font-size: 12px;
       font-weight: bold;
}

#sidebar ul {
    margin-left: 0px;
    list-style: none;
    padding-left: 0px;
  
}
#sidebar li {
    margin-left: 0px;
    list-style: none;
    padding-left: 0px;
      font-weight: bold;
}

#sidebar a {
    font-family: Arial;
    font-weight: normal;
    margin-left: 5px;
}



h1
{
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 2em;
	color: #84807a;
}

#main
{
    float: left;
    padding: 20px 0 0 0;
    width: 1000px;
}
/* Update */
#MajorChange {
    border: 2px solid #000000;
    width: 730px;

}
  #MajorChange thead {
    background-color: #C0C0C0;
  
    
}  
   #MajorChange th {
    border-style: none solid solid none;
    border-width: 1px;
    border-color: #000000;
     vertical-align: text-top;
   
}  
   #MajorChange td  {
    border-style: none solid solid none;
    border-width: 1px;
    border-color: #000000;
     vertical-align: text-top;
}  
#MajorChange ol {
    padding-left: 0px;
    margin-left: 20px;
 
}

 #MajorChange li {
    list-style-type: lower-alpha;
      padding-left: 0px;
    margin-left: 10px;
}
 
 
   th.Version {
    width: 70px;
    text-align: center;
}

    
   td.Version {
    width: 70px;
    text-align: center;
 
}
   td.BeforeAfter {
    width: 310px;

}

     
  /* Link */

#DownloadSite {
    width: 750;
}
#DownloadSite img {
    border-style: none;
}

#Award
{
    width: 750;
}
#Award td {
   
}
#Award img{
     border-style: none;}
     
#Award li {
    list-style-type: none;
     vertical-align: top;
}  


#AdsMiddle {
    float: right;
    width: 300;
    margin-right: 20px;
}


#foot
{
	height: 47px;
	width: 200px;
}
#footer
{
    background-color: Blue;
    height: 30px;
    clear: both;
    width: 1000px;
    margin-top: 10;
}
#left_footer
{
	float: left;
	padding: 5px 0 0 30px;
	color: #f5f5f5;
	font-weight: bold;
	font-size: 10px;
}
#left_footer a
{
	color: #f5f5f5;
}
#left_footer a:hover
{
	text-decoration: none;
}
#right_footer
{
	float: right;
	padding: 5px 30px 0 0;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	text-align: right;
}
#right_footer a
{
    color: #FFFFFF;
    font-size: 10px;
}
#right_footer a:hover
{
	text-decoration: none;
}