/* detailed product listing */
#list {width: 530px;
		 padding:0 0 0 0;
		 font-family: verdana, geneva, arial, helvetica, sans-serif;
		 margin-top: 5px;
		 margin-left: 6px;
		 }

html>body #list {width: 530px;
		 margin-top: 5px;
		 margin-left: 16px;
		 height: 1000px;}

#list h4 {font-size: 66%;
       color: #036;
       text-align: left;
       font-weight: bold;
       margin-left: 0px}

#list h5 {font-size: 70%;
       color: #0199c0;
       text-align: left;
       font-weight: bold;
       margin: 8px 0 10px 0;
       border-bottom: 1px dashed }

#list1 {width: 180px;
		  margin-left:0px;
		  float:left;
		  text-align: left;
		  }

html>body #list1 {width: 185px;}

#list2  {width: 155px;
		  margin-left:20px;
		  float:left;}

html>body #list2 {margin-left: 15px;}

#list3   {width: 150px;
		  margin-left: 20px;
		  float:left;}

#list ul {
         font-size: 70%;
         list-style-type: none;
         margin:2px 0 0 2px;
         }

html>body #list ul {
         margin-left: -36px;
         line-height: 150%;
         }

.bullet li{
     	 	background-image: url(images/bullet.gif);
     	 	background-position: 0 50%;
     	 	background-repeat: no-repeat;
         text-indent: 15px;
     	 	margin-left: 0px;
     	 	line-height: 150%;
     	 	font-size: 100%;
     	 	}

/* end detailed product listing */

/* supplier page */

#supplier {width: 530px;
		 padding:0 0 0 0;
		 font-family: verdana, geneva, arial, helvetica, sans-serif;
		 margin-top: 25px;
		 margin-left: 20px;
		 }

html>body #supplier {width: 530px;
		 margin-top: 5px;
		 margin-left: 26px;
		 height: 1240px;}

#supplier p { 
   width: 200px;
	margin: 0;
	padding: 0;
	text-align: center;
	font-weight: bold;
	color: #036;
	margin-top: 15px;
  }

#supplier a {font-size: 85%;}

div.left {
	float: left;
	margin-right: 20px;
	width: 220px; height: 120px;
	margin-bottom: 30px;
	text-align:center;
	border-bottom: solid 1px #d3d9dc;
}

img {
	border: 0px none;
}


