﻿body 
{
    font:normal 76% georgia,helvetica,veranda,tahoma,arial,"sans serif";
}




/* Rounded Corners */
.rounded 
{
    width: 90%;
    margin: 0px auto;
    min-width: 700px;
    color: #000;
}

.rounded .hd .c,
.rounded .ft .c {
 font-size:1px; /* ensure minimum height */
 height:20px;
}

.rounded .ft .c {
 height:20px;
}

.rounded .hd {
 background:transparent url(images/tl.gif) no-repeat 0px 0px;
}

.rounded .hd .c {
 background:transparent url(images/tr.gif) no-repeat right 0px;
}

.rounded .bd {
 background:transparent url(images/ml.gif) repeat-y 0px 0px;
}

.rounded .bd .c {
 background:transparent url(images/mr.gif) repeat-y right 0px;
}

.rounded .bd .c .s {
 margin:0px 8px 0px 4px;
 /*background:#FFFFFF url(images/ms.gif) repeat-x 0px 0px;*/
 /*background:#FFFFFF;*/
 padding:10px;
 /*text-align:center;*/
}

.rounded .ft {
 background:transparent url(images/bl.gif) no-repeat 0px 0px;
}

.rounded .ft .c {
 background:transparent url(images/br.gif) no-repeat right 0px;
}

/* Contents */
.rounded h1
{
    font-size:1.8em;
    margin:0px;
    padding:0px;
    /*margin-top:-0.6em;*/
    text-align:center;
}

.rounded p 
{
    margin:0px 0px 0px 0px;
    padding:0px;
    font:0.95em/1.5em arial,tahoma,"sans serif";
}

.center
{
    text-align:center;
    margin:0px;
    padding:0px;
}

.dblspace
{
   line-height:2em
}

/*Specifications Table*/
.specs
{
    font:normal 100% arial,tahoma,"sans serif";
    
}

.specs .modelTitle
{
    font-weight:bold;
    text-align:center;
}

.specs .sectionTitle
{
    font-weight:bold;
    text-align:left;
}

.specs .itemTitle
{
    text-align:left;
    padding-left:10px;
}

.specs table
{ 
    border-width:medium;
    border-style:ridge;
}

.specs td
{
    border-width:thin;
    border-style:ridge;
    text-align:center;
}

#mainPanel
{
    width: 92%;
    margin-top: 10px;
    margin-left: 4%;
}

.modalBackground
{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
