/***********************************************/
/* 2col_leftNav.css/06-12-09                   */
/* Use with template 2col_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body   {
	font-family: Verdana,Chicago,sans-serif;
	color: #666666;
	font-size: 83.3%;
	line-height: 1.5em;	
	margin: 0px;
	padding: 0px;
       text-align:center;
       }

a      {
	color: #006699;
	text-decoration: none;
       }

a:link {
	color: #006699;
	text-decoration: none;
       }

a:visited{
	color: #006699;
	text-decoration: none;
       }

a:hover{
	color: #006699;
	text-decoration: underline;
       }

h1     {
       font-family: Verdana,Chicago,sans-serif;
       font-size: 100%;
       font-weight: normal;
       margin: 0px;
       padding: 0px;
       }

h2     {
       font-family: Verdana,Chicago,sans-serif;
       font-size: 100%;
	   font-weight: normal;
       margin: 0px;
       padding: 0px;
       }

h3     {
       font-family: Verdana,Chicago,sans-serif;
       font-size: 100%;
       color: #334d55;
       margin: 0px;
       padding: 0px;
       }

h4     {
       font-family: Verdana,Chicago,sans-serif;
       font-size: 100%;
       color: #334d55;
       margin: 0px;
       padding: 0px;
       }

strong
       {
        font-weight: normal;
       }

em
       {
	font-style:normal;
	font-weight: normal;
       }

td     {
	font-size: 83.3%;
	line-height: 1.5em;	
       }

ul     {
       list-style-type: none;
       }

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#body  {
	width: 780px;
	margin: 0 auto;  
    text-align: left;
       }

#masthead
	{
       width: 100%;
	padding-top: 15px;
	border-bottom: 1px solid #cccccc;
       background-image : url(top780_09.gif);
       background-repeat : no-repeat;
       height : 105px;
       text-indent:1.5em;
	}

#masthead p
        {
        text-indent:1.5em;
	margin: 0px;
	padding: 0px;
        }

#masthead ul
        {
	margin: 5px 0px 0px 0px;
	padding: 0px;
        list-style: none; 
	}

#masthead li
        {
       display: inline;
        }

#content
	{
	float: right;
	width: 560px;
        padding : 10px 15px 10px 0px;
	}
	
#content p
        {
	    padding: 10px;
        }
		
#content li
        {
	    margin:5px;
        }

#coment{
       padding : 5px;
       }

#navBar
	{
	float: left;
	width:178px;
	background-image : url(background.gif);
    border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	}

#navBar ul {
	margin: 0px;
	padding: 0px;
       list-style: none; 
       }

#navBar li
       {
       border-bottom: 1px solid #ffffff;
       }

/* fix for browsers that don't need the hack */
html>body #navBar li 
       {
       border-bottom: none;
       } 

#navBar li a
       {
       text-decoration: none;
       display: block;
	padding: 2px 0px 2px 10px;
       }

#navBar li p
       {
	padding: 2px 0px 2px 10px;
       }

#navBar li a:hover
       {
	background-color: #c5e0f5;
       }

#navBar h3{
	padding: 5px;
	margin-top: 10px;
       }

#foot
	{
       clear:both;
	}

#siteInfo
       {
       width: 100%;
	border-top: 1px solid #cccccc;
       background-image : url(botm780.gif);
       height : 60px;
       margin-bottom : 0px;
       color : #666666;
	font-size: 77%;
       text-align : center;
	}

/************** CART styles **************/

#cart{
  
  top : 99px;
  left : 390px;
  position : absolute;
}

/************** TABLE styles **************/

.ubldot{
        border-bottom-width : 1px;
        border-bottom-style : dotted;
        border-bottom-color : #c5e0f5;
        }

.sqbldot{
        border-width : 1px;
        border-style : dotted;
        border-color : #c5e0f5;
        padding : 5px;
        }

.sqdot1{
	    border-top: 1px solid #cccccc;
	    border-bottom: 1px solid #cccccc;
        padding : 5px;
        } 

#dot{
        border-width : 1px;
        border-style : dotted;
        border-color : #c5e0f5;
        }

.sl_under_dot{
        border-bottom-width : 2px;
        border-bottom-style : dotted;
        border-bottom-color : silver;
        } 
		
.small
       {
        font-size: 10px;
       }  