/* Main content */
body{
	margin:10px;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#E2E3E7;
	line-height:1.6;
	background:url(images/background.png) repeat;
}
td p {font:11px Verdana, Arial, Helvetica, sans-serif;color:#333;line-height:1.6;}
ul{margin:0;padding:0;}


#container {
 	width: 900px; 
	padding: 0px;
	margin: auto;
	border: 0px;
}

/* Main Link Properties */
A:link {
	color: #333;
	text-decoration: none;
}
A:visited {
	color: #333;
	text-decoration: none;
}
A:active {
	color: #333;
	text-decoration: none;
}
A:hover {
	color: #da6805;
	text-decoration: none;
	text-align: right;
}

/* Side Link Properties */
#side A:link {
	color: #333;
	text-decoration: none;
}
#side A:visited {
	color: #333;
	text-decoration: none;
}
#side A:active {
	color: #333;
	text-decoration: none;
}
#side A:hover {
	color: #da6805;
	text-decoration: underline;
	text-align: right;
}

/* Store Generated Link Properties */
A.ectlink:link {
	color:#333;
	text-decoration: none;
}
A.ectlink:visited {
	color: #333;
	text-decoration: none;
}
A.ectlink:active {
	color: #333;
	text-decoration: none;
}
A.ectlink:hover {
	color: #333;
	text-decoration: underline;
}
/* Top navbar */
#topnav {
background-color: #333;
border-top: solid 1px #FFFFFF;
border-bottom: solid 1px #FFFFFF;
height:24px;
color:#fff;
padding-left: 20px; 
}

#topnav ul li a:hover
{
background-color: #357E99;
color: white;
text-decoration: none;
}

#topnav ul li li {
        border: none;
}
#topnav ul li {
        border-right: solid 1px #fff; 
	padding: 5px 10px 5px 10px;
   }

#topnav ul{
	
	margin: 0; 
	list-style:none;
	font-family: Arial, Helvetica, sans-serif; 
	font-size:13px;
	text-align:center;
	line-height:1.3; 
}
#topnav li{
	float: left;
	position:relative;
      	
}
#topnav li ul{
	display:none;
	position:absolute;
	top: 1em;
	left: 0; 
	background-color: #333;
        color: #fff; 
               
       }
/*Link Properties for dropdown menu */

#topnav li, ul A:link {
	color: #fff;
	text-decoration: none;
}
#topnav li, ul A:visited {
	color: #fff;
	text-decoration: none;
}
#topnav li, ul A:active {
	color: #fff;
	text-decoration: none;
}
top#nav li, ul A:hover {
	color: #357E99;
	text-align: right;
}

#topnav li > ul{
	top: auto;
	left: auto;
margin-top: 3px;

}
#topnav li:hover ul, li.over ul{
	display: block;	
}

/* Left properties */
.leftSide ul li{
	margin-left: 10px;
}
	
#leftmenulist ul {
	margin-left: 10px;
}

/* Titles */
h1 {
	font-size: 12px;
	font-family : Verdana,Arial,sans-serif;
	font-weight : bold;
	padding-top: 5px;
	border-bottom: 1px dotted #999;
	color : #333;
	margin-left: 5px;
	margin-right: 4px;
	text-align: left;
}

h2 {
	font-size: 12px;
	font-family : Verdana,Arial,sans-serif;
	font-weight : bold;
	padding: 5px;
	background-color: #333;
	color : #FFF;
	margin-top:0px;

}

h3 {
	font-size: 12px;
	font-family : Verdana,Arial,sans-serif;
	font-weight : bold;
	padding: 5px;
	background-color: #999;
	border-bottom: 1px dotted #CCC;
	color : #FFF;
	margin-top:0px;
	margin-bottom:0px;
}

h4{
	font-size: 12px; 
	font-weight: bold;
	color: #333; 
}



/* Gray cell backgrounds */
td.gray{
background-color:#CCC;
}

/* Horizontal rule */
hr {
height: 0;
border-width: 1px 0 0 0;
border-style: solid;
border-color: #333;
}

/* Table backgrounds */
TABLE.cobtbl{
background-color: #333;
}

TD.cobhl{
background-color: #ECECEC;
}

TD.cobll{
background-color: #FFF;
color : #333;
}
/* Price properties */
SPAN.price, .detailprice, .prodprice {
font:bold 14px Arial, Helvetica, sans-serif;color:#333;
padding-top: 4px;
text-align: center;
}

.prodname, .detailname{
color: #333;
font-weight:bold;
}
.prodcurrency{
text-align:center;}

span.price, .detailprice, .prodprice {
color: #333;
padding-top: 4px;
font-weight:bold;
text-align: center;
} 

ul, li .frames{
	color: #333;
	
}

h8{
 	font-size: 12px;
	font-weight: bold;
}	

h9 {
	font-size: 10px;
	font-weight: normal;
}

h10{
	font-size: 11px;	
}

.contact {
	color: #fff; 
	font-weight: bold;
	font-size:15px;
}

.contact2 {
	color: #fff;
	font-size: 14px;
}

.doctor {
	color: #333; 
	font-weight:bold;
	font-size: 14px;
}.table {
	font-size: 11px;
	font-weight:bold;
	color: #333;
}

.caps{
 	text-transform: uppercase;	
}

.lowercase{
	text-transform: lowercase;	
}