/* TOC - */
/* 
   1. HTML and Global CSS
   2. Containers
   3. Menus
*/

body
{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #999999;
  }
a img{
border: none;
text-decoration: none;
}
sup{ font-size: .5em;}
/* Containers */
#container
{
	background-color: #FFF;
	width: 1002px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#header
{
	background-color: #666;
	padding-bottom: 0px;
	border-bottom: 1px solid #FFF;
	height: 76px;
}
#header h1
{
  margin: 0;
  padding: .5em;

}
div#homeflash{
	padding: 0px;
	margin-top: -2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFF;
}
#main {
	padding:0px;
	margin-top: -1px;
	background-color: #FFF;
}


/*.GEhome{
	position: relative;
	left: 20px;
}*/
.logo{
	margin-left: 2px;
	margin-top: 0px;
}
/* for Internet Explorer */


/*
#smenu {
	background-image: url(../img/navbg.jpg);
	background-repeat:no-repeat;
	background-position: 238px 54px;
}
*/
#content
{
  padding: 0em;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 15px;
  text-align:left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color:#666666;
  
}
* html #content {
padding-top: 1px;
}
#subcontent {
	margin-left: 8px;
}
#content .product-select { 
                           border: 0px;
                           width: 100%;
                           padding: 0px;
                           margin-left:0px;
                           margin-right:0px;
 }
/* for Internet Explorer */
/*\*/
/* html #content {
height: 606px;

}*/
.subimg{
	margin-left: 8px;
	
}
/* for Internet Explorer */
/*\*/
* html .subimg{
	position: relative;
	margin-left: 8px;
	margin-bottom: 10px;
}

#content h2{
	font-family: Arial, Helvetica, sans-serif;
	color: #0270BD;
	font-size:large;
	margin-right: 0px;
	margin-left: 0px;
        margin-bottom: 3px;
	position:relative;
	
}
*html #content h2{
font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0270BD;
	font-size:bold;
	margin-right: 0px;
	margin-left: 0px;
	position:relative;
	
	
}
#content p{
   font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
	line-height: 15px;
	text-align: left;
            /* 	color: #9E9E9E; */
            color: #666666;
	position:relative;
	
	}
#content *.bigintrotext {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;

	line-height: 18px;
}
#content *.homeindex {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;
	width: 560px;
	line-height: 18px;
	text-align: left;
}
ul.bigintrotext li {
	font-size: 12px;
	font-family: sans-serif;
	color:#666666;
	width: 560px;
}


#content .introtext{ 
    text-align:left;
 }
 /* this css should be write in content body */
 
#content div.body{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
width: 560px;
}
#content div.body h2{
font-size: 12px;
color:#666666;
}

* html #content div.body h2{
 /* margin-bottom: -20px; */
}


#content div.body p {
font-size: 12px;
color: #666666;
}
*html #content div.body p{ 
	margin-top: -10px;
 }

#content div.body ul{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	position: relative;
	padding: 0px;
	margin-top: 4px;
	list-style:none;
	
}

#content div.body ol{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	position: relative;
	padding: 0px;
	margin-top: 4px;
	list-style:none;
	
}

* html #content div.body ul{
left: -32px;
margin-top: -10px;
padding-top: 5px;
}
* html #content div.body  li{
	margin-left: -5px;
	list-style-type: none;
        
	
}

#content div.body ul li{
	margin-bottom: 4px;
	line-height: 15px;
	background-image: url(../img/dot.jpg);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 10px;
	margin-bottom: 5px;
}

#content div.body ol li{
	margin-bottom: 4px;
	line-height: 15px;
	background-image: url(../img/dot.jpg);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 10px;
	margin-bottom: 5px;
}

/* #content div.body a{ */
/* 	color: #666666; */
/* 	text-decoration: none; */
/* } */

/* #content div.body a:hover{ */
/* 	color: #3B73B9; */
/* 	text-decoration: none; */
/* } */


#content div.body li a{
	color: #3B73B9;
	text-decoration: none;
}

#content div.body li a:hover{
	text-decoration: none;
}

#content div.body table a{
	color: #3B73B9;
	text-decoration: none;
}

#content div.body table a:hover{
	text-decoration: none;
}

#content .bigintrotext a{
	color: #3B73B9;
	text-decoration: none;
}
#content .bigintrotext a:hover{
	text-decoration: none;
}

#content div.body p a {
color:#3B73B9;
font-size: 12px;
}

#content div.body p a:hover {
/*                               text-decoration:underline; */
                              
}

/*###################### */

div#stripe{
	
	position: relative;
	margin-left: 4px;
	top: 0px;
	overflow:visible;	
}
div#sitemapstripe {
                    position:relative;
                    top: 22px;
}
div#substripe{		
	margin-left: 4px;	
}

* html div#substripe{		
	margin-left: -6px;	
}
div#gestripe{
	
	position: relative;
	margin-left: 5px;
	top: 0px;
	overflow:visible;
	
}

hr.hline { 
	background: #fff url(../img/borderLine.gif) no-repeat center bottom;
	margin: 8px auto;
	height: 1px;
	border: 0 none;
}

#crumbs{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	
	color: #666666;
	position:relative;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
        padding-left: 152px;
	
	text-align:left;
	}
#crumbs1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 3px;
	}
#crumbs2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	position:relative;
	left: -20px;
	top: 22px;
	padding-bottom: 5px;
	
	}
* html #crumbs1{ 
margin-right: 310px;
text-align: left;
}
#crumbs a, #crumbs1, #crumbs2 a{
	color: #999999;
	
	
}
#crumbs a:hover, #crumbs1, #crumbs2 a:hover{
color: #0066CC; 
}


#footer{
	clear: both;
	background-color: #FFFFFF;
	padding: 1em;
	margin-top: 25px;
	color: #666666;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
 }
 
/* html #footer {
	position:absolute;
	bottom: -95px;
}*/
#footer a{
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
#footer a:hover{
color:#3B73B9;
}

#footer div.ltcol{
	
}
#footer div.rtcol{
	float: right;
	top: -12px;
	position:relative;
}

#footerhome{
	clear: both;
	background-color: #FFFFFF;
	padding: 1em;
	
	color: #666666;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
 }
 
/* html #footer {
	position:absolute;
	bottom: -95px;
}*/
#footerhome a{
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
#footerhome a:hover{
color:#3B73B9;
}
#footerhome div.ltcol{
	
}
#footerhome div.rtcol{
	float: right;
	top: -12px;
	position:relative;
}

div.hr {
  height: 10px;
  background: #fff url(../img/borderLine.gif) no-repeat scroll center;
}
div.hr hr {
  display: none;
}

#leftnav
{
  float: left;
  width: 135px;
/*   margin-left: 5px; */
  padding-top: 0em;
  padding-left: 4px;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
  top: -15px;
  position:relative;
  text-align:left;
  min-height: 250px;
  }

#leftnav p { 
margin-top: 0px; 
}


/* for Internet Explorer */
/*\*/
* html #leftnav{
margin-left: 10px;
	
}

#leftnav ul{
                font-size: 11px;
                color: #5C5D5E;
                list-style-type: none;
                padding-left: 0px;
                font-family: Tahoma, Arial, sans-serif;	
				margin-left:0px;
                }

* html #leftnav ul {
top: -14px;
position:relative;
margin-left: 5px;
}
#leftnav ul li{
	margin-top: 4px;
	margin-bottom: 0px;
	padding-top: 4px;
	padding-bottom: 0px;
	
}
#leftnav ul li a#first{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-transform: lowercase;
                        border:none;
                        
}
#leftnav ul li a#first:hover{ 
                        color: #3B73B9;
}
#leftnav a{
	color: #5C5D5E;
	text-decoration: none;
	border-left-width: 0.2em;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding-left: 4px;	
	



}

#leftnav a.leftnav-current{
	color: #3B73B9;
	text-decoration: none;
	
}

#leftnav a:hover{
	color: #3B73B9;
	text-decoration: none;
	border-left-width: 0.2em;
	border-left-style: solid;
	border-left-color: #3B73B9;
		}
#leftnav ul li ul{
	padding-top: 0px;
	margin-top: 6px;
	margin-left: 10px;
}
#leftnav ul li ul a{
	color: #5C5D5E;
	text-decoration: none;
	border-left-width: 0.2em;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding-left: 4px;
	font-size: 11px;

}
#leftnav ul li ul a:hover{
	color: #3B73B9;
	text-decoration: none;
	border-left-width: 0.2em;
	border-left-style: solid;
	border-left-color: #3B73B9;

}
/* for Internet Explorer */
/*\*/
/**html div#homeflash{
	padding: 0px;
	margin-top: -24px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}*/

/* for Internet Explorer */
/*\*/
*html div#leftnav{
	padding: 0px;
	top: 0px;
	bottom: -20px;
	position:relative;
	margin-top: 5px;
	margin-right: 3px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.pagehead{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0270BD;
}

img{ 
       border: 0pt none;
 }
img.logo-image{ 
      margin-top: 15px;
 }
 
/*ul{ 
    list-style-type: none;
 }*/

/* */
a{
   text-decoration:none;
 }

/* link arrow */
a.link-arrow{
              color:#F10C0C;
              display:block;
              text-decoration:none;
              }

a.link-arrow:hover {
                    color:#A90202;
                    text-decoration:underline;
}

div#header{ 
            background:#FFFFFF;
			padding: 0px;
			margin-left: 0px;
 }
 
/* Menus */


.menu{
       /* float: right;*/
	position:relative;
	top: -3px;
	right: 0px; 
	height: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
.menu a img{
	padding-right: 2px;
}
.menu a{
	font-size: 10px;
	padding-right: 5px;
	padding-left: 2px;
	color: #666666;
	text-decoration: none;
}
.menu .orange{ 
         color:#FF7F24;
}
.menu a:hover{
	color: #3B73B9;
	text-decoration: none;
}

.menu3{
	font-size: 11px;
	float: right;
	position: relative;
	bottom: 0px;
	right: 2px;		
} 
.menu3{
	height: 21px;
	vertical-align: middle;

}
.menu3 span{
	font-size: 15px;
	vertical-align: top;
	line-height: 15px;
	color: #CCCCCC;
	padding: 0px;
	/*margin-left: 20px;*/
	margin: 8px;
}
.menu3 a{
	padding-right: 0px;
	padding-left: 0px;
}

.searchbox{
	font-size: 11px;
	float: right;
	position: relative;
	top: 2px;
 	right: 2px; 
	z-index: 900;
} 
.searchbox .inputbox{
	border: 1px solid #CCCCCC;
        width: 120px;
	height: 13px;                      
}
.searchbox .inputsubmit{
	font-size: 15px;
	background-color:#00CCCC;
	background-image: url(../img/search_icon.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 17px;
	width: 19px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
}
.navhead{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0270BD;
}
/* home slide */

.slidebox{
  border:1px solid #DDDDDD; 
-moz-border-radius: 3px;
margin-top: 0.2em;
height:148px;

}
.slidebox span{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align:center;
}
.slidebox div{
	font-size: 14px;
	color: #666666;
	font-family: tahoma,Arial,helvetica,sans-serif;
	font-weight: bold;
	text-align: center;
	text-indent: 8px;
}
#slide {
width: 240px;
}
		 
	 
	 
#hometabs{
	width: 525px;
	height: 150px;
	overflow:hidden;

}
.hometabholder{
margin-top: 0.3em;
}
#leftnav form select{
	width:120px;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	padding: 0px;
	margin: 0px;
	height: 20px;
	
 }
 /* for Internet Explorer */
/*\*/
* html #leftnav form select {
	width:120px;
	position: relative;
	left: -10px;
}
* html #leftnav form label{
	left: -10px;
	position:relative;
}
#rotate {
	border: 1px solid #999999;
	height: 30px;
	top: 0px;
	-moz-border-radius: 4px;
	position:relative;
	width:998px;
	left: 2px;
}
#rotate span{
	font-size: 12px;
	line-height: 28px;
	color: #333333;
	padding-left: 15px;
	padding-top: 2px;
}
#rotate span a{
	color: #666666;
	margin-left: 1px;
}
#rotate span a:hover{
	color: #3B73B9;
	text-decoration:underline;
}

* html #rotate {

	top: -4px;
	-moz-border-radius: 4px;
	position:relative;
	width:998px;
	left: 1px;
}
/* ############### */

.gesubtable {
	bottom: 18px;
	position: relative;
}

* html .gesubtable {
	bottom: 22px;
	position: relative;
}
.appheader{
	font-family: Arial;
	font-size: 15px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	margin-bottom: 10px;
	padding: 0px;
	
	position:relative;
	margin-top: 0px;
	margin-right: 0px;
}
 /* for Internet Explorer */
/*\*/
* html .appheader{
padding-bottom: 12px;
margin-bottom: 0px;
margin-top: 15px;
	}

.subapptable{
              font-family: Arial, Helvetica, sans-serif;
              margin-bottom: 30px;
              padding-top: 8px;
}
 /* for Internet Explorer */
/*\*/
* html .subapptable{
	padding-bottom: -30px;
	padding-top: 0px;

}
.subapptable td{
	margin:0px;
	padding-right: -30px;
	text-align:left;	
}

.subapptable span a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	position: relative;
	top: -6px;
}
* html .subapptable span a{
position: relative;
	top: -4px;
}
.subapptable span a:hover {
color: #3B73B9;
}
.subapptable div.introtext{
	color: #666666;
	margin-top: 0px;
	text-align: left;
	padding: 0px;
	margin-bottom: 0px;
	height: 90px;	
	width: auto;
	position:relative;
	
	margin-right: 5px;
	font-size: 11px;
}
.subapptable img{
margin-top: 2px;

}
/* for Internet Explorer */
/*\*/
* html .subapptable img{
/* left: -10px; */
position:relative;
top: 0px;
} 

.subapptable td.more{
	margin: 0px;
	padding: 0px;
}
.subapptable a.more{
	font-size: 11px;
	color:#3B73B9;
	text-decoration: none;
	margin-right: 2px;
	top: 82px;
	position:absolute;
	left: 0px;
}
.subapptable a.more:hover{
color: #666666;
}
* html .subapptable a.more {
	top: 82px;
	position:absolute;
}
.otherlists{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

	color: #666666;
	position: relative;
	padding: 0px;
	margin-top: 4px;
	list-style:none;
	
}
* html .otherlists{
left: -38px;
position:relative;
top: -6px;
}
* html .otherlists li{
	
	list-style-type: none;
	
}

.otherlists li{
	margin-bottom: 4px;
	line-height: 13px;
	background-image: url(../img/dot.jpg);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 10px;
}
.otherlists a{
	color: #666666;
	text-decoration: none;
}

.otherlists a:hover{
	color: #3B73B9;
	text-decoration: none;
}

.description ul{
	list-style-type: square;
	font-size: 12px;
}
.description ul li{
margin-bottom: 10px;
}

.subtableapp {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	margin-top: 5px;
	position:relative;
	left: 0px;
	
}
.subtableapp div a{
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	alin-text : center;
	margin-left: 5px;
	position:relative;
	top: 10px;
	
}
.subtableapp div a:hover{
	color: #3B73B9;
	
	
}

p.bigintrotext a, ul.blockcontent li a {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
/*        font-weight: bold; */
        color: #333333;
	border:none;
}
p.bigintrotext a:hover, ul.blockcontent li a:hover{
                        color: #3B73B9;
}


/* other links (toolbar) */
.otherlink{
		margin-top: 12px;
		margin-bottom: 12px;
            color: #666666;
			text-align:left;
            }
.otherlink-title{ 
            font-size: 11px;
                  font-weight: bold;
 }
.otherlink-message{ 
                    font-size: 10px;
                    color:inherit;
                    line-height:16px;
                    }
.otherlink-link a{ 
                   font-family: Arial, Helvetica, sans-serif;
                   font-size: 10px;
                   color: #4C548D;
                   text-decoration: none;
                   font-weight: bold;
                   }
.otherlink-link a:hover{ 
                         color: #666666;
 }
* html .otherlink{
		margin-top: -4px;
		margin-bottom: 12px;
            }
.subsitmap{
font-size: 14px;
margin-top: 30px;
}

/*  writen is css file in sitemap table   */

#subtablesitemap {
	font-family:Arial;
	width: 945px;
	
}
#subtablesitemap td{
	padding-top: 10px;
	padding-bottom: 10px;
	width: 189px;
	
	
}

#subtablesitemapheader {
	font-size: 12px;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
	padding-bottom: 7px;
	margin-bottom: 10px;
}
#subtablesitemapheader a {
	
	color:#333333;
}

#subtablesitemapheader a:hover {
	text-decoration:underline;
}

#subtablesitemapsubheader {
	font-size: 11px;
	font-weight:bold;
	text-align:left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	
	
}

#subtablesitemapsubheader a {
color:#333333;
}
#subtablesitemapsubheader a:hover {
text-decoration:underline;
}

#subsitemapcolor {
background-color:#F5F9FC;
width: 945px;
}

/*  this css given should be ul  */
.subtablesitemapotherlists{
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	padding: 0px;
	margin-top: -18px;
	list-style:none;
	margin-left: 22px;
	
}


* html .subtablesitemapotherlists{
left: 0px;
position:relative;
padding-top: 3px;
}
* html .subtablesitemapotherlists li{
	
	list-style-type: none;
	
}

.subtablesitemapotherlists li{
	margin-bottom: 4px;
	line-height: 13px;
	background-image: url(../img/dot.jpg);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 10px;
}
.subtablesitemapotherlists a{
	color: #666666;
	text-decoration: none;
}

.subtablesitemapotherlists a:hover {
	color: #3B73B9;
	text-decoration: none;
}
.link { 
        color: #3B73B9;
        font-size: 12px;
       }
.link:hover{
             text-decoration: underline;
             }

 
/* npi page css*/
#npiproduct {
margin:0px;
padding-top: 7px;
padding-left: 0px;
padding-right: 8px;
}

/* this css writen getrademark table */
#getrade {
width: 350px;
padding-left: 20px;
line-height: 20px;
font-size: 12px;
}

/* for lighting terminology terms */
.term { 
        margin-bottom: 10px;
        }
.term a{ 
        color: #3B73B9;
        }

.term .term-title{ 
                   font-weight:bold;
 }

.term ul{ 
    color: #666666;
	position: relative;
	padding: 0px;
	margin-top: 4px;
	list-style:none;
	
        }
.term ul li {
	margin-bottom: 4px;
	line-height: 13px;
	background-image: url(../img/dot.jpg);
	background-repeat: no-repeat;
	background-position: 18px 6px;
	padding-left: 30px;
	
}
		
.alpha{ 
		margin-top: 40px;
        margin-bottom:10px;
 }
.alpha .index{ color:#666666; }
.top{ 
      float:right;
      font-size:10px;
	  margin-top: -30px;
	  
 }
*html .top {
padding-top: 30px;
}
.top a{ 
      color: #3B73B9;
	  text-decoration:underline;
 }
.top a:hover{ 
      color: #666666;
	  text-decoration:underline;
 }
.letters{ 
          padding-bottom: 5px;
          margin-bottom: 10px;
          border-bottom: 1px solid #cccccc;
 }
.letters a{ 
            color:#3B73B9;
 }
.letters a:hover{ 
                  color:#666666;
 }
.letters span{ 
               margin-left:1px;
               margin-right:1px;
 }
.link1 { 
        color: #3B73B9;
        font-size: 10px;
		float:right;
		 text-decoration: underline;
       }
.link1:hover{
			color:#666666;
             text-decoration: underline;
             }
/* for Privacy Policy terms */
#privacy {
margin-top: -20px;
font-family:Arial, Helvetica, sans-serif;

}
#privacy h4 {

font-size:15px;


}
#privacy h5 {
font-size:14px;
margin-top: 20px;
font-weight: normal;
line-height: 18px;
}

#privacy p b{
font-size:12px;
font-weight: bold;
}

.privacyb1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	background-image: url(../img/arrow_terms.jpg);
	background-repeat: no-repeat;
	background-position: 2px 4px;
	padding-left: 18px;
}

.red{ 
      color:#FF0000;
 }
 /* this css writen product index page */
.productsubimg{
	margin-left: 8px;
	margin-top: 3px;
	
	
}
.productsubimg a {

padding-left: 0px;
padding-right: 4px;
position:relative;
	bottom: 3px;

}
.fill{ 
       background-image: url(../img/dot.jpg);
       background-repeat: repeaty-y;
       height: 100px;
 }
.blue{ 
       color: #0270BD;
       padding-top: 10px;
       padding-bottom: 10px;
       font-size: 14px;
       }
#coming{
         width: 630px;
         text-align: center;
         margin-top: 100px;
         margin-bottom: 100px;
}

#sitemaplist ul { 
  
                 text-align: left;
 }
#sitemaplist  a { 
                 color: #666666;
                  font-family: arial;
                  font-size: 11px;
 }
#sitemaplist { 
            list-style-type: none;
                 background-image: url(../img/dot.jpg);
                 background-repeat: no-repeat;
                 background-position: 0px 6px;
                 padding-left: 10px;
               line-height: 15px;
                 }

.sitemapul strong a{ 
          color: #333333;
 }

/* messsages */
.error-message{ 
                font-size: 10px;
                color: #FB3E00;
                }
.message, .error, .alert, .warn{           
          font-size: 10px;
          }

.hide{ display: none;}
.show{ display: }
#qty-total{ 
            padding-top: 5px;
            padding-bottom: 5px;
            border-top:solid;
            }
.dot{ color: #0270BD; font-size: 18px; line-height: 10px;}

.editable input{ 
                 width:100px; 
                 background-color:#CDCDCD; 
                 
                 }
#downloads{ padding-bottom: 10px; }
#downloads ul{ 
               padding-top: 7px;
               padding-left: 0px; 
               margin-bottom: 0px; 
               margin-top: 0px; 
               }
#downloads ul li{ 
                  text-align: left;
                  padding-right: 5px;
                  list-style-type: none;
                  list-style-position: inside;
                  padding-bottom: 7px;
 }
li.doc{ list-style-image:url(../img/icons/filetypes/doc.png);}
li.pdf{ list-style-image:url(../img/icons/filetypes/pdf.png);}
li.xls{ list-style-image:url(../img/icons/filetypes/xls.png);}
li.ppt{ list-style-image:url(../img/icons/filetypes/ppt.png);}
li.txt{ list-style-image:url(../img/icons/filetypes/txt.png);}
li.zip{ list-style-image:url(../img/icons/filetypes/zip.png);}
li.file{ list-style-image:url(../img/icons/filetypes/file.png);}

#downloads span{ padding-top:0px; 
                 margin-top: 0px; 
                 margin-bottom: 0px;
                 font-weight: bold;
               }
#logo{ text-align:left; width:143px; padding-bottom: 100px; }

input.qty{ border: 1px solid #fcdfcd }
#ajaxmessage{ 
              z-index: 901;
              position: absolute;
              right: 200px;
              top: 50px;
              font-size: 10px;
              background-color: #FFFFCC;
              padding: 5px 2px;
              }
.npibtmimg{
margin-top:3px;
}
a.linka{ color: #0270BD;  }
a.linka:hover{ color: #0270BD;  }
div.block{ padding-top: 10px; padding-right: 10px; padding-left: 10px; background-color: #EFEFF4;}
ul.list{ 
        padding-left: 11px;
        padding-right: 0px;
 }
ul.list li{ padding-bottom: 5px; list-style: none; }
.header1{ padding-left:5px; padding-right:5px;font-size: 13px; font-weight:bold; background-color: #3b73b9;color: #ffffff; padding-top: 2px; padding-bottom: 2px; }
div.block1{margin-left: 15px; margin-top: 0px; background-color:#EFEFF4;  width:310px; height: 150px;}
.gray{background-color: #EFEFF4; }