@charset "utf-8";


/*================初期化======================*/
*{
	margin: 0;
	padding: 0;
    font-family:Myriad Pro, Arial, MS Sans Serif;
}
html, body {margin:0; padding:0;}
html {overflow-y:scroll;}
a img { border: none;}

ul {
	margin:0;
	padding:0;
}

li {list-style:none;}

/*-- CONTAINER --*/

#container {
	margin-top:20px;
	padding:0;
	width:980px;
	height:auto;
	background-image:
}

/*-- TOP PAGE PRODUCTS BUTTON --*/

#products {
    margin:0;
	clear:both;
	float:left;
	width:980px;
	height:auto;
	display:inline;
}
#products_title {
    margin:0;
	padding:0;
	float:left;
	width:980px;
	height:22px;
	display:block;
}
ul#products_menu {
    margin-top:16px;
	padding:0;
	float:left;
	width:190px;
	height:auto;
	display: block;
    font-family:Myriad Pro, Arial, MS Sans Serif;
	line-height:120%;
}
ul#products_menu li {
	margin:0;
	padding:0;
	width:190px;
	height:auto;
	display:inline;
	float:left;
}
ul#products_menu a {
	display: block;
    margin-top:2px;
	padding-left:4px;
	padding-right:4px;
	padding-top:2px;
	padding-bottom:2px;
	clear:both;
	float:left;
	width:auto;
	height:auto;
	text-decoration: none;
	line-height:100%;
}
ul#products_menu a:hover {
    background-color:#E0E0E0;
}
#products_menu p{
    margin:0;
	padding:0;
	width:190px;
	clear:both;
	float:left;
	font-size:12px;
	line-height:100%;
	color:#666666;
}


#products_box {
    margin-top:20px;
	padding:0;
	float:left;
	width:960px;
	height:auto;
	display:inline;
}
ul#each_products {
	margin:0;
	padding:0;
	clear:left;
	float:left;
	width:960px;
	height:auto;
	display: block;
    font-family:Myriad Pro, Arial, MS Sans Serif;
	line-height:120%;
}
ul#each_products li {
	margin:0;
	padding:0;
	width:180px;
	height:190px;
	display:inline;
	float:left;
}
ul#each_products a {
	display: block;
	float:left;
	width:180px;
	height:190px;
	text-decoration: none;
}
ul#each_products img {
	display: block;
	float:left;
	width:180px;
	height:120px;
	text-decoration: none;
}

ul#each_products li#products_first {
	margin-right:17px;
}

ul#each_products li#products_first a:hover {
    background-color:#E0E0E0;
}

ul#each_products li#products_second {
	margin-right:17px;
}

ul#each_products li#products_second  a:hover {
    background-color:#E0E0E0;
}

ul#each_products li#products_third {
	margin-right:17px;
}

ul#each_products li#products_third a:hover {
    background-color:#E0E0E0;
}

ul#each_products li#products_fourth a:hover {
    background-color:#E0E0E0;
}


ul#each_products li#products_last {
	margin:0;
}

ul#each_products li#products_last a:hover {
    background-color:#E0E0E0;
}

#products_box p.each_products_single{
    margin-top:27px;
	padding:0;
	text-align:center;
	width:180px;
	clear:both;
	float:left;
	font-size:12px;
	line-height:120%;
}
#products_box p.each_products_double{
    margin-top:20px;
	padding:0;
	text-align:center;
	width:180px;
	clear:both;
	float:left;
	font-size:12px;
	line-height:120%;
}

#products_page {
    margin:0;
	padding:0;
	float:left;
	width:960px;
	height:auto;
	display:inline;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
#products_page p{
    margin:0;
	padding-top:20px;
	text-align:center;
	width:960px;
	height:auto;
	float:left;
	font-size:12px;
	line-height:100%;
}
#products_page p a{
	text-decoration:none;
}

#products_page p a.underline{
    text-decoration:underline;
}
#products_page p a.grey{
	text-decoration:none;
	color:#CCCCCC;
}

#products .attention {
	clear: both;
	padding-top: 36px;
}
#products_left iframe {
margin-top: 20px;
}