@charset "utf-8";

/* -------------- FORMAT SETTING & GENERAL ELEMENTS -------------- */

body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
form,fieldset,input,textarea,
p,th,td{
	margin:0;
	padding:0;
	text-decoration: none;
	font-style:normal;
	}

table{
	border-collapse:collapse;
	border-spacing:0;
	}
	
ul{
	list-style:none;
	font-size:120%;
	}
	
li{
	line-height:1.5em
	}

body{
	color:#333333;
	background:#EFEFEF;
	font-size:10px;
/*	font-family:'ＭＳ Ｐゴシック','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3',Osaka,sans-serif;*/
	font-family:Arial,Helvetica,sans-serif;
	line-height:100%;
	}

p{
	font-size:120%;
	line-height:1.5em;
	}

a{
	color:#3366CC;
	}

img{
	border:none;
	}

div#wrapper{
	margin:0 auto;
	width:944px;
	background:url(images/box_bg.gif) repeat-y;
	}
	
.none{
	display:none;
	}
	
.align_left{
	text-align:left;
	}

.align_right{
	text-align:right;
	}
	
.align_center{
	text-align:center;
	}
	
.float_left{
	float:left;
	}

.float_right{
	float:right;
	}
	
div.clear{
	clear:both;
	margin-bottom:10px;
	}
	
div.clear hr{
	display:none;
	padding-bottom:10px;
	}
	
div.box_bottom{
	width:944px;
	height:40px;
	background:url(images/box_bottom.gif) no-repeat;
	}
	
div.box_bottom hr{
	display:none;
	}

/* -------------- HEADER -------------- */

div#header{
	width:940px;
	margin:0 auto;
	height:80px;
	border-top:solid 3px #D90013;
	}
	
img#eilogo{
	margin: 4px 0px 0px 8px;
}

h1#logo{
	float:left;
	}

h1#logo a{
	position:relative;
	top:2px;
	left:2px;
	display:block;
	width:600px;
	height:80px;
	}

div#header p.align_right{
	padding-top:7px;
	padding-right:7px;
	}

/* -------------- NAVIGATION -------------- */

div#navigationarea{
	width:932px;
	height:33px;
	border-top:solid 1px #EFEFEF;
	border-bottom:solid 1px #EFEFEF;	
	}
	
ul#navigation{
	float:left;
	background:#EFEFEF;
	width:571px;
	height:33px;
	}
	
ul#navigation li{
	margin-right:1px;
	display:block;
	float:left;
	width:94px;
	height:33px;
	}
	
ul#navigation li a{
	display:block;
	width:94px;
	height:33px;
	}
	
li.navigation_01 a{
	background:url(images/navigation_01.gif) no-repeat;
	}
	
li.navigation_01 a:hover{
	background:url(images/navigation_01_.gif) no-repeat;
	}
	
li.navigation_02 a{
	background:url(images/navigation_02.gif) no-repeat;
	}
	
li.navigation_02 a:hover{
	background:url(images/navigation_02_.gif) no-repeat;
	}

li.navigation_03 a{
	background:url(images/navigation_03.gif) no-repeat;
	}
	
li.navigation_03 a:hover{
	background:url(images/navigation_03_.gif) no-repeat;
	}
	
li.navigation_04 a{
	background:url(images/navigation_04.gif) no-repeat;
	}
	
li.navigation_04 a:hover{
	background:url(images/navigation_04_.gif) no-repeat;
	}

li.navigation_05 a{
	background:url(images/navigation_05.gif) no-repeat;
	}
	
li.navigation_05 a:hover{
	background:url(images/navigation_05_.gif) no-repeat;
	}
	
li.navigation_06 a{
	background:url(images/navigation_06.gif) no-repeat;
	}
	
li.navigation_06 a:hover{
	background:url(images/navigation_06_.gif) no-repeat;
	}
	
div#navigationarea p{
	margin-top:3px;
	margin-right:4px;
	height:27px;
	}	
	
div#navigationarea p a{
	color:#666666;
	}	
	
div#navigationarea p img{
	vertical-align:text-bottom;
	}
	
/* -------------- MAIN -------------- */

div#main{
	padding-right:6px;
	padding-left:6px;
	width:932px;
	background:url(images/box_bg.gif) repeat-y;
	}
	
/* -------------- CATCH -------------- */

div#catcharea{
	margin-top:4px;
	width:932px;
	height:262px;
	}

div#catch{
	float:left;
	width:573px;
	height:262px;
	background:url(images/catch_01.jpg) no-repeat;
	}
	
div#catch a{
	width:573px;
	height:262px;
	display:block;
}
	
p#catch_text{
	float:left;
	padding:10px;
	width:553px;
	height:49px;
	background:url(images/catch_02.jpg) no-repeat;
	line-height:1.2em;
	color:#FFFFFF;
	}
	
div#topicarea{
	float:right;
	width:355px;
	height:262px;
	background:#EFEFEF;
	}

ul#topic{
	}

ul#topic{
	float:left;
	margin-top:4px;
	margin-left:4px;
	margin-bottom:4px;
	width:290px;
	height:39px;
	background:#EFEFEF;

	}
	
ul#topic li{
	margin-right:4px;
	display:block;
	float:left;
	width:92px;
	height:39px;
	}
	
ul#topic li a{
	display:block;
	width:92px;
	height:39px;
	}
	
li.topic_01 a{
	background:url(images/head1_img_off.gif) no-repeat;
	}
	
li.topic_01 a:hover{
	background:url(images/head1_img_on.gif) no-repeat;
	}

li.topic_02 a{
	background:url(images/head2_img_off.gif) no-repeat;
	}
	
li.topic_02 a:hover{
	background:url(images/head2_img_on.gif) no-repeat;
	}

div#topic_box1{
	clear:both;
	margin:0 4px;
	padding:20px;
	width:307px;
	height:171px;
	background:#FFFFFF;
	}

div#topic_box1 p{
	margin-top:20px;
	}

div#topic_box2{
	clear:both;
	margin:0 4px;
	padding:20px;
	width:307px;
	height:171px;
	background:#FFFFFF;
	}

div#topic_box2 p{
	margin-top:20px;
	}

/* -------------- CONTENTS AREA -------------- */

div#contentsarea{
	margin-top:25px;
	width:932px;
	background:url(images/main_bg.gif) repeat-y;
	}
	
div#contentsarea h2{
	margin-bottom:12px;
	border-bottom:solid 1px #EFEFEF;
	font-size:160%;
	line-height:1.5em;
	color:#3366CC;
	font-family: Arial, Helvetica, sans-serif;
	}
	
div#contentsarea_left{
	float:left;
	padding:0 4px;
	width:567px;
	}
	
div.coverstory_box{
	margin:0 auto 0px auto;
	padding:10px 0px 5px 0px;
	width:500px;
	border-bottom:solid 1px #EFEFEF;
	}

div.coverstory_box_{
	margin:0 auto 0px auto;
	padding:10px 0px 5px 0px;
	width:500px;
	}
	
div.coverstory_box h3{
	padding-left:12px;
	background:url(images/liststyle_01.gif) no-repeat center left;
	font-size:140%;
	line-height:1.5em;
	color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	}

div.coverstory_box h4{
	margin-bottom:1em;
	font-size:140%;
	line-height:1.5em;
	color:#3366CC;
	}
	

div.coverstory_box table td{
	font-size:120%;
	line-height:1.2em;
	color:#333333;
	text-align:left;
	vertical-align:top;
	padding-left: 15px;
	padding-top: 0px;
	}
	
div.coverstory_box table td img{
	}

div.coverstory_box_ h3{
	padding-left:12px;
	background:url(images/liststyle_01.gif) no-repeat center left;
	font-size:140%;
	line-height:1.5em;
	color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	}

div.coverstory_box_ h4{
	margin-bottom:1em;
	font-size:140%;
	line-height:1.5em;
	color:#3366CC;
	}
	

div.coverstory_box_ table td{
	font-size:120%;
	line-height:1.2em;
	color:#333333;
	text-align:left;
	vertical-align:top;
	padding-left: 15px;
	padding-top: 0px;
	}
	
div.coverstory_box_ table td img{
	}
	
td.coverstory_text{
	padding-left:10px;
	}

table#issue{
	margin:0 auto;
	width:500px;
	}

table#issue td{
	padding-bottom:0.3em;
	font-size:120%;
	line-height:1.5em;
	}

td.liststyle_td{
	padding-right:10px;
	width:60px;
	background:url(images/liststyle_01.gif) no-repeat left;
	border-bottom:none;
	}
	
td.liststyle_td span.issuenumber{
	display:block;
	margin-right:10px;
	text-align:right;
	line-height:1em;
	}
	
div#contents_box{
	margin-bottom:33px;
	}
	
div#contentsarea_right{
	float:right;
	margin-left:2px;
	padding:0 4px;
	width:336px;
	}
	
div#contentsarea_right table{
	background:#FFFFFF;
	margin:0 auto 10px auto;
	}
	
div#contentsarea_right table td{
	padding-top:6px;
	width:94px;
	height:94px;
	text-align:center;
	}
	
div#contentsarea_right table td img{
	vertical-align:middle;
	border:solid 6px #CCC;
	}
	
div#contentsarea_right p{
	margin-right:4px;
	padding:5px;
	width:40%;
	text-align:center;
	background:#CCCCCC;
	}

a.item1{
	background:url(images/productsphoto_01.jpg) no-repeat left;
	border:solid 6px #CCCCCC;
	width:94px;
	height:94px;
	display:block;
	margin-left:4px;
}

a.item1:hover{
	background:url(images/productsphoto_01_.jpg) no-repeat left;
}

a.item2{
	background:url(images/productsphoto_02.jpg) no-repeat left;
	border:solid 6px #CCCCCC;
	width:94px;
	height:94px;
	display:block;
	margin-left:4px;
}

a.item2:hover{
	background:url(images/productsphoto_02_.jpg) no-repeat left;
}

a.item3{
	background:url(images/productsphoto_03.jpg) no-repeat left;
	border:solid 6px #CCCCCC;
	width:94px;
	height:94px;
	display:block;
	margin-left:4px;
}

a.item3:hover{
	background:url(images/productsphoto_03_.jpg) no-repeat left;
}

a.item4{
	background:url(images/productsphoto_04.jpg) no-repeat left;
	border:solid 6px #CCCCCC;
	width:94px;
	height:94px;
	display:block;
	margin-left:4px;
}

a.item4:hover{
	background:url(images/productsphoto_04_.jpg) no-repeat left;
}


a.item5{
	background:url(images/productsphoto_05.jpg) no-repeat left;
	border:solid 6px #CCCCCC;
	width:94px;
	height:94px;
	display:block;
	margin-left:4px;
}

a.item5:hover{
	background:url(images/productsphoto_05_.jpg) no-repeat left;
}


a.item6{
	background:url(images/productsphoto_06.jpg) no-repeat left;
	border:solid 6px #CCCCCC;
	width:94px;
	height:94px;
	display:block;
	margin-left:4px;
}

a.item6:hover{
	background:url(images/productsphoto_06_.jpg) no-repeat left;
}


a.item7{
	background:url(images/productsphoto_07.jpg) no-repeat left;
	border:solid 6px #CCCCCC;
	width:94px;
	height:94px;
	display:block;
	margin-left:4px;
}

a.item7:hover{
	background:url(images/productsphoto_07_.jpg) no-repeat left;
}


a.item8{
	background:url(images/productsphoto_08.jpg) no-repeat left;
	border:solid 6px #CCCCCC;
	width:94px;
	height:94px;
	display:block;
	margin-left:4px;
}

a.item8:hover{
	background:url(images/productsphoto_08_.jpg) no-repeat left;
}


a.item9{
	background:url(images/productsphoto_09.jpg) no-repeat left;
	border:solid 6px #CCCCCC;
	width:94px;
	height:94px;
	display:block;
	margin-left:4px;
}

a.item9:hover{
	background:url(images/productsphoto_09_.jpg) no-repeat left;
}


a.item10{
	background:url(images/productsphoto_10.jpg) no-repeat left;
	border:solid 6px #CCCCCC;
	width:94px;
	height:94px;
	display:block;
	margin-left:4px;
}

a.item10:hover{
	background:url(images/productsphoto_10_.jpg) no-repeat left;
}


a.item11{
	background:url(images/productsphoto_11.jpg) no-repeat left;
	border:solid 6px #CCCCCC;
	width:94px;
	height:94px;
	display:block;
	margin-left:4px;
}

a.item11:hover{
	background:url(images/productsphoto_11_.jpg) no-repeat left;
}


a.item12{
	background:url(images/productsphoto_12.jpg) no-repeat left;
	border:solid 6px #CCCCCC;
	width:94px;
	height:94px;
	display:block;
	margin-left:4px;
}

a.item12:hover{
	background:url(images/productsphoto_12_.jpg) no-repeat left;
}


a.item13{
	background:url(images/productsphoto_13.jpg) no-repeat left;
	border:solid 6px #CCCCCC;
	width:94px;
	height:94px;
	display:block;
	margin-left:4px;
}

a.item13:hover{
	background:url(images/productsphoto_13_.jpg) no-repeat left;
}


a.item14{
	background:url(images/productsphoto_14.jpg) no-repeat left;
	border:solid 6px #CCCCCC;
	width:94px;
	height:94px;
	display:block;
	margin-left:4px;
}

a.item14:hover{
	background:url(images/productsphoto_14_.jpg) no-repeat left;
}


a.item15{
	background:url(images/productsphoto_15.jpg) no-repeat left;
	border:solid 6px #CCCCCC;
	width:94px;
	height:94px;
	display:block;
	margin-left:4px;
}

a.item15:hover{
	background:url(images/productsphoto_15_.jpg) no-repeat left;
}


a.item16{
	background:url(images/productsphoto_16.jpg) no-repeat left;
	border:solid 6px #CCCCCC;
	width:94px;
	height:94px;
	display:block;
	margin-left:4px;
}

a.item16:hover{
	background:url(images/productsphoto_16_.jpg) no-repeat left;
}


a.item17{
	background:url(images/productsphoto_17.jpg) no-repeat left;
	border:solid 6px #CCCCCC;
	width:94px;
	height:94px;
	display:block;
	margin-left:4px;
}

a.item17:hover{
	background:url(images/productsphoto_17_.jpg) no-repeat left;
}


a.item18{
	background:url(images/productsphoto_18.jpg) no-repeat left;
	border:solid 6px #CCCCCC;
	width:94px;
	height:94px;
	display:block;
	margin-left:4px;
}

a.item18:hover{
	background:url(images/productsphoto_18_.jpg) no-repeat left;
}




/* -------------- FOOTER -------------- */

div#footer{
	margin:0 auto;
	width:940px;
	}
	
div#footer p{
	margin-top:10px;
	margin-bottom:23px;
	}
	
div#footer p a{
	color:#333333;
	text-decoration:none;
	}
	
/* -------------- SUBPSGE SELECTORS -------------- */

body.subpage div#contentsarea{
	background:url(images/sub_main_bg.gif) repeat-y;
	}

body.subpage div#contentsarea_left{
	float:left;
	padding:0 4px;
	width:680px;
}
	
body.subpage div#contentsarea_left div.contents_box{
		clear:both;
	}
	
body.subpage div#discription{
	margin:0 auto 11px auto;
	padding:20px;
	width:620px;
	background:#EDEDED;
	}

body.subpage div#contentsarea_left div.contents_box ul{
	margin:45px;
	list-style:url(images/liststyle_01.gif);
	font-size:110%;
	}
	
body.subpage h2{
	margin-left:10px;
	width:656px;
	height:27px;
	}
	
body.subpage div.text_box{
	margin:20px auto;
	padding:10px;
	width:620px;
	}
	
body.subpage div.text_box table td{
	vertical-align:top;
	}
	
body.subpage div.text_box table td p{
	margin-bottom:1em;
	}
	
body.subpage div.text_box table td.figure{
	padding-left:20px;
	}
	
body.subpage div.text_box p.float_right{
	margin-top:20px;
	padding-left:15px;
	background:url(images/liststyle_03.gif) no-repeat left center;
	}a
	
body.subpage div.text_box p.float_right a{
	font-size:110%;
	color:#D34F23;
	text-decoration:none;
	}

	
body.subpage div#words{
	margin:0 auto 11px auto;
	padding:0px;
	width:620px;
	background:#EDEDED;
	vertical-align:top;
	}

body.subpage div#words p{
	padding: 5px 20px 20px 20px;
	font-size:10px;
}
	
body.subpage div#contentsarea_right{
	float:right;
	margin-top:5px;
	margin-right:10px;
	padding:7px;
	width:212px;
	}

body.subpage div#contentsarea_right h3{
	margin-bottom:11px;
	font-size:180%;
	color:#3366CC;
	}
	
body.subpage div#contentsarea_right div#contents_box_hr{
	border-bottom:solid 1px #EFEFEF;
	}
	
body.subpage div#contentsarea_right table td{
	font-size:120%;
	line-height:1.2em;
	text-align:left;
	}
	
body.subpage div#contentsarea_right div#contents_box_hr table td img{
	border:none;
	}

body.subpage div#contentsarea_right div.contents_box{
	margin-bottom:20px;
	}
	
body.subpage div#contentsarea_right div.contents_box img{
	}

body.subpage div#contentsarea_right p{
	margin:0;
	padding:0;
	width:auto;
	background:none;
	text-align:left;
	}

/* -------------- COVERSTORY 01 -------------- */


body#coverstory_01 div#catch{
	clear:both;
	margin-left:-3px;
	margin-bottom:11px;
	padding:0;
	width:685px;
	height:256px;
	background:url(images/coverstory_01_catch.jpg) no-repeat;
	}
	
body#coverstory_01 h2#title_01{
	background:url(images/coverstory_01_title_01.jpg) no-repeat;
	}
	
body#coverstory_01 h2#title_02{
	background:url(images/coverstory_01_title_02.jpg) no-repeat;
	}
	
body#coverstory_01 h2#title_03{
	background:url(images/coverstory_01_title_03.jpg) no-repeat;
	}
	
body#coverstory_01 h2#title_04{
	background:url(images/coverstory_01_title_04.jpg) no-repeat;
	}
	
body#coverstory_01 h2#title_05{
	background:url(images/coverstory_01_title_05.jpg) no-repeat;
	}
	
body#coverstory_01 h2#title_06{
	background:url(images/coverstory_01_title_06.jpg) no-repeat;
	}
	

/* -------------- COVERSTORY 02 -------------- */


body#coverstory_02 div#catch{
	clear:both;
	margin-left:-5px;
	margin-bottom:11px;
	padding:0;
	width:688px;
	height:258px;
	background:url(images/coverstory_02_catch.jpg) no-repeat;
	}
	
body#coverstory_02 h2#title_01{
	background:url(images/coverstory_02_title_01.jpg) no-repeat;
	}
	
body#coverstory_02 h2#title_02{
	background:url(images/coverstory_02_title_02.jpg) no-repeat;
	}
	
body#coverstory_02 h2#title_03{
	background:url(images/coverstory_02_title_03.jpg) no-repeat;
	}
	
	
/* -------------- COVERSTORY 03 -------------- */


body#coverstory_03 div#catch{
	clear:both;
	margin-left:-5px;
	margin-bottom:11px;
	padding:0;
	width:688px;
	height:258px;
	background:url(images/coverstory_03_catch.jpg) no-repeat;
	}

body#coverstory_03 div#catch_title{
	background-color:#666666;
	font-weight:bold;
	font-size:18px;
	margin-bottom:20px;
	padding:15px;
	color:#FFFFFF;
	}

body#coverstory_03 div.contents_title{
	background-color:#999999;
	font-weight:bold;
	font-size:16px;
	margin-top:50px;
	margin-bottom:0px;
	padding:0px 0px 0px 15px;
	color:#FFFFFF;
	}

body#coverstory_03 table.itemtable_01{
	margin-top:20px;
	margin-bottom:40px;
	width:680px;
	}


body#coverstory_03 table.itemtable_01 td{
	background-color:#EDEDED;
	padding:10px;
	width:50%;
	}

body#coverstory_03 table.itemtable_01 div.float_left{
	margin-top:0.5em;
	width:100%;
	}

body#coverstory_03 table.itemtable_01 a.cs03_item{
	border:solid 6px #CCCCCC;
	width:215px;
	height:94px;
	display:block;
	margin-left:4px;
	margin-right:20px;
	float:left;
	}
	
a#cs03_item_01{
	background:url(images/cs03_01_s.jpg) no-repeat left;
}

a#cs03_item_01:hover{
	background:url(images/cs03_01_s_.jpg) no-repeat left;
}

a#cs03_item_02{
	background:url(images/cs03_02_s.jpg) no-repeat left;
}

a#cs03_item_02:hover{
	background:url(images/cs03_02_s_.jpg) no-repeat left;
}

a#cs03_item_03{
	background:url(images/cs03_03_s.jpg) no-repeat left;
}

a#cs03_item_03:hover{
	background:url(images/cs03_03_s_.jpg) no-repeat left;
}

a#cs03_item_04{
	background:url(images/cs03_04_s.jpg) no-repeat left;
}

a#cs03_item_04:hover{
	background:url(images/cs03_04_s_.jpg) no-repeat left;
}

a#cs03_item_05{
	background:url(images/cs03_05_s.jpg) no-repeat left;
}

a#cs03_item_05:hover{
	background:url(images/cs03_05_s_.jpg) no-repeat left;
}

a#cs03_item_06{
	background:url(images/cs03_06_s.jpg) no-repeat left;
}

a#cs03_item_06:hover{
	background:url(images/cs03_06_s_.jpg) no-repeat left;
}

body#coverstory_03 table.itemtable_02{
	margin-top:10px;
	margin-bottom:10px;
	width:680px;
	}

body#coverstory_03 table.itemtable_02 td{
	background-color:#EDEDED;
	padding:10px;
	width:50%;
	}

body#coverstory_03 table.itemtable_02 div.float_left{
	margin-top:0.5em;
	width:100%;
	}

body#coverstory_03 table.itemtable_02 a.cs03_item{
	border:solid 6px #CCCCCC;
	width:94px;
	height:94px;
	display:block;
	margin-left:4px;
	margin-right:20px;
	float:left;
	}
	
a#cs03_item_07{
	background:url(images/cs03_07_s.jpg) no-repeat left;
}

a#cs03_item_07:hover{
	background:url(images/cs03_07_s_.jpg) no-repeat left;
}

a#cs03_item_08{
	background:url(images/cs03_08_s.jpg) no-repeat left;
}

a#cs03_item_08:hover{
	background:url(images/cs03_08_s_.jpg) no-repeat left;
}

a#cs03_item_09{
	background:url(images/cs03_09_s.jpg) no-repeat left;
}

a#cs03_item_09:hover{
	background:url(images/cs03_09_s_.jpg) no-repeat left;
}

a#cs03_item_10{
	background:url(images/cs03_10_s.jpg) no-repeat left;
}

a#cs03_item_10:hover{
	background:url(images/cs03_10_s_.jpg) no-repeat left;
}

a#cs03_item_11{
	background:url(images/cs03_11_s.jpg) no-repeat left;
}

a#cs03_item_11:hover{
	background:url(images/cs03_11_s_.jpg) no-repeat left;
}

a#cs03_item_12{
	background:url(images/cs03_12_s.jpg) no-repeat left;
}

a#cs03_item_12:hover{
	background:url(images/cs03_12_s_.jpg) no-repeat left;
}

a#cs03_item_13{
	background:url(images/cs03_13_s.jpg) no-repeat left;
}

a#cs03_item_13:hover{
	background:url(images/cs03_13_s_.jpg) no-repeat left;
}

a#cs03_item_14{
	background:url(images/cs03_14_s.jpg) no-repeat left;
}

a#cs03_item_14:hover{
	background:url(images/cs03_14_s_.jpg) no-repeat left;
}

a#cs03_item_15{
	background:url(images/cs03_15_s.jpg) no-repeat left;
}

a#cs03_item_15:hover{
	background:url(images/cs03_15_s_.jpg) no-repeat left;
}

a#cs03_item_16{
	background:url(images/cs03_16_s.jpg) no-repeat left;
}

a#cs03_item_16:hover{
	background:url(images/cs03_16_s_.jpg) no-repeat left;
}

/* -------------- newproducts -------------- */

body#newproducts div#catch_title_np{
	font-weight:bold;
	font-size:18px;
	margin-bottom:20px;
	margin-left:10px;
	color:#DF0000;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	}

body#newproducts table#newproducts{
	margin-top:20px;
	margin-bottom:40px;
	width:680px;
	}

/*IE6*/
body#newproducts table#newproducts td{
	background-color:#EDEDED;
	padding:10px;
/*	border:#FFFFFF 10px solid;	*/
	width:50%;
	}

p.float_right_{
	margin-top:20px;
	padding-left:15px;
	background:url(images/liststyle_03.gif) no-repeat left center;
	float:right;
	}

a.npitem1{
	background:url(images/productsphoto_01.jpg) no-repeat left;
	border:solid 6px #CCCCCC;
	width:94px;
	height:94px;
	display:block;
	margin-left:4px;
	margin-right:20px;
	float:left;
}
a.npitem1:hover{
	background:url(images/productsphoto_01_.jpg) no-repeat left;
}
	
a.npitem2{
	background:url(images/productsphoto_02.jpg) no-repeat left;
	border:solid 6px #CCCCCC;
	width:94px;
	height:94px;
	display:block;
	margin-left:4px;
	margin-right:20px;
	float:left;
}
a.npitem2:hover{
	background:url(images/productsphoto_02_.jpg) no-repeat left;
}


a.npitem3{
	background:url(images/productsphoto_03.jpg) no-repeat left;
	border:solid 6px #CCCCCC;
	width:94px;
	height:94px;
	display:block;
	margin-left:4px;
	margin-right:20px;
	float:left;
}
a.npitem3:hover{
	background:url(images/productsphoto_03_.jpg) no-repeat left;
}

a.npitem4{
	background:url(images/productsphoto_04.jpg) no-repeat left;
	border:solid 6px #CCCCCC;
	width:94px;
	height:94px;
	display:block;
	margin-left:4px;
	margin-right:20px;
	float:left;
}
a.npitem4:hover{
	background:url(images/productsphoto_04_.jpg) no-repeat left;
}


a.npitem5{
	background:url(images/productsphoto_05.jpg) no-repeat left;
	border:solid 6px #CCCCCC;
	width:94px;
	height:94px;
	display:block;
	margin-left:4px;
	margin-right:20px;
	float:left;
}
a.npitem5:hover{
	background:url(images/productsphoto_05_.jpg) no-repeat left;
}

a.npitem6{
	background:url(images/productsphoto_06.jpg) no-repeat left;
	border:solid 6px #CCCCCC;
	width:94px;
	height:94px;
	display:block;
	margin-left:4px;
	margin-right:20px;
	float:left;
}
a.npitem6:hover{
	background:url(images/productsphoto_06_.jpg) no-repeat left;
}

a.npitem7{
	background:url(images/productsphoto_07.jpg) no-repeat left;
	border:solid 6px #CCCCCC;
	width:94px;
	height:94px;
	display:block;
	margin-left:4px;
	margin-right:20px;
	float:left;
}
a.npitem7:hover{
	background:url(images/productsphoto_07_.jpg) no-repeat left;
}

a.npitem8{
	background:url(images/productsphoto_08.jpg) no-repeat left;
	border:solid 6px #CCCCCC;
	width:94px;
	height:94px;
	display:block;
	margin-left:4px;
	margin-right:20px;
	float:left;
}
a.npitem8:hover{
	background:url(images/productsphoto_08_.jpg) no-repeat left;
}

a.npitem9{
	background:url(images/productsphoto_09.jpg) no-repeat left;
	border:solid 6px #CCCCCC;
	width:94px;
	height:94px;
	display:block;
	margin-left:4px;
	margin-right:20px;
	float:left;
}
a.npitem9:hover{
	background:url(images/productsphoto_09_.jpg) no-repeat left;
}

a.npitem10{
	background:url(images/productsphoto_11.jpg) no-repeat left;
	border:solid 6px #CCCCCC;
	width:94px;
	height:94px;
	display:block;
	margin-left:4px;
	margin-right:20px;
	float:left;
}
a.npitem10:hover{
	background:url(images/productsphoto_11_.jpg) no-repeat left;
}

a.npitem11{
	background:url(images/productsphoto_10.jpg) no-repeat left;
	border:solid 6px #CCCCCC;
	width:94px;
	height:94px;
	display:block;
	margin-left:4px;
	margin-right:20px;
	float:left;
}
a.npitem11:hover{
	background:url(images/productsphoto_10_.jpg) no-repeat left;
}

a.npitem12{
	background:url(images/productsphoto_12.jpg) no-repeat left;
	border:solid 6px #CCCCCC;
	width:94px;
	height:94px;
	display:block;
	margin-left:4px;
	margin-right:20px;
	float:left;
}
a.npitem12:hover{
	background:url(images/productsphoto_12_.jpg) no-repeat left;
}

a.npitem13{
	background:url(images/productsphoto_13.jpg) no-repeat left;
	border:solid 6px #CCCCCC;
	width:94px;
	height:94px;
	display:block;
	margin-left:4px;
	margin-right:20px;
	float:left;
}
a.npitem13:hover{
	background:url(images/productsphoto_13_.jpg) no-repeat left;
}

a.npitem14{
	background:url(images/productsphoto_14.jpg) no-repeat left;
	border:solid 6px #CCCCCC;
	width:94px;
	height:94px;
	display:block;
	margin-left:4px;
	margin-right:20px;
	float:left;
}
a.npitem14:hover{
	background:url(images/productsphoto_14_.jpg) no-repeat left;
}

a.npitem15{
	background:url(images/productsphoto_15.jpg) no-repeat left;
	border:solid 6px #CCCCCC;
	width:94px;
	height:94px;
	display:block;
	margin-left:4px;
	margin-right:20px;
	float:left;
}
a.npitem15:hover{
	background:url(images/productsphoto_15_.jpg) no-repeat left;
}

a.npitem16{
	background:url(images/productsphoto_16.jpg) no-repeat left;
	border:solid 6px #CCCCCC;
	width:94px;
	height:94px;
	display:block;
	margin-left:4px;
	margin-right:20px;
	float:left;
}
a.npitem16:hover{
	background:url(images/productsphoto_16_.jpg) no-repeat left;
}

a.npitem17{
	background:url(images/productsphoto_17.jpg) no-repeat left;
	border:solid 6px #CCCCCC;
	width:94px;
	height:94px;
	display:block;
	margin-left:4px;
	margin-right:20px;
	float:left;
}
a.npitem17:hover{
	background:url(images/productsphoto_17_.jpg) no-repeat left;
}

a.npitem18{
	background:url(images/productsphoto_18.jpg) no-repeat left;
	border:solid 6px #CCCCCC;
	width:94px;
	height:94px;
	display:block;
	margin-left:4px;
	margin-right:20px;
	float:left;
}
a.npitem18:hover{
	background:url(images/productsphoto_18_.jpg) no-repeat left;
}

span.caption{
	font-size:90%;
}

