﻿
body, table, th, td, span, input, textarea
{
    font-family:Tahoma, MS Sans Serif;
    font-size: 11px;
    font-weight: normal;
    color:#636363;
    }
div, span, td
{
    /*display:inline-block;    */
    }

html
{
    
    }
    
body
{
    background-color:#fff;
    background-image:url('../images/black_Stripe.gif');
    background-position:top center;
    background-repeat:repeat-x;
    margin:0px;
    padding:0px;
    padding-top:3px;
}

a{text-decoration:none;}
a:link{color:#636363;}
a:visited{color:#636363;}
a:hover{color:#0072bc;}
  

/** START: master page **/ 
div#ms-content
{
    padding:10px;
    display:inline-block;    
    }
div#ms-footer{
	display:block;
	text-align:left;
	height:70px;
	background-image:url(../images/bg_Footer.jpg);
	background-repeat:no-repeat;
	background-position:0;
	padding:20px 0px 0px 20px;
}
/** END: master page **/  
/**/
/**/
/** START: content page **/    
div#pg-title
{
    background-color:#000;
    text-align:center;
    vertical-align:middle;
    height:250px;
    }
div#pg-title div
{
    color:#d7d7d7;
    text-align:left;
    padding:15px;
    }      
    
div#ct-title
{
    background-color:#000;
    padding-top:20px;
    height:100px; 
    text-align:center;
    } 
div#ct-bestSeller
{
    background-color:#fff;
    background-image:url('../images/bg_ImgHeader.png');
    background-position:top center;
    background-repeat:no-repeat;
    border:solid 1px #eaeaea;
    border-top-width:0px;
    width:180px;
    margin-left:13px;
    padding:20px 5px;
    text-align:center;
    } 
    
div#ct-banner{margin-left:13px;}
div#ct-banner img    
{
    border-bottom:solid 1px #eaeaea;
    margin-top:20px;
    text-align:center;
    } 
div#ct-map
{
    margin:20px;
    text-align:center;
    } 
    
div#ct-separator
{    
    border-top:solid 1px #eaeaea;
    border-bottom:solid 1px #eaeaea;
    padding:3px 0;
    text-align:left;
    }    
div#ct-sublink, div#ct-sublink a{font-size: 10px;}
/** END: content page **/    
/**/
/**/
/** START: menuside.ascx **/    
.nav
{
    padding:0px 5px;
    width:160px; 
    }
.subnav{padding:4px 2px;}    
.linetop{border-top:solid 1px silver;}  
.linebottom{border-bottom:solid 1px silver;}
/** END: menuside.ascx **/       
/**/
/**/
/** START: global content **/ 
.head
{
    background-color:#f8f9f9;
    border:solid 1px #d7d7d7;
    border-bottom:0px;
    color:#0072bc;
    font-weight:bold;
    margin:5px 0;
    padding:5px;
    }
    
.title{color:#0054a6; font-weight:bold;}    
a.title:link{color:#0054a6; font-weight:bold;}
a.title:visited{color:#636363;}
a.title:hover{color:#0072bc;}

.desc, .desc td
{
    font-size: 10px;
    text-align:left;
    }
.realprice
{
    color:#8dc63f;
    font-size: 13px;
    font-weight:bold;
    }
.linedash
{
    border-bottom:dotted 1px #d7d7d7;
    padding:5px;
    }
/** END: global content **/ 
/**/  
/**/ 
/** START: form content **/
input.requiredfield, textarea.requiredfield
{
    font-size:13px;
    background-color:#eeeeee;
    border:solid 1px #7da7d9;
    }
/** END: form content **/     