﻿@charset "UTF-8";
/*********************************************
 *
 * product / product list /
 *
 **********************************************/
/*
 > productList
 */
 #productList{
	 clear:both;
	 }
	#productList li{
		float:left;
		margin:20px;
		width:200px;		
		text-align:center;
		overflow:hidden;
		height:208px !important;
		}
		#productList li img{
			border:1px solid white;
			height:90px;
			}
		#productList li a{
			color:#0280bb;
			}
		#productList li a:hover{
			color:navy;
			}
		#productList p{
			margin:5px 0;
			}
		#productList p.intro{
			text-align:left;
			color:gray;
			}
		span.price{
			color:red;
			font-family:Arial, Helvetica, sans-serif;
			font-weight:bold;
			margin:auto 10px;
			}
		span.buy{
			padding-left:18px;
			background:url(../images/buyIcon.gif) no-repeat left center;
			}
/*********************************************
 *
 * product info
 *
 **********************************************/	
 #productInfoContainer{
	   padding-top:10px;
	 padding-bottom:10px;
	 }
 #productIntro{

	 }
#productIntro h3{
	 margin:5px;
	 font-size:20px;	
	 font-weight:bold;
	}
 #simpleInfoContainer{
	 }
	 #simpleInfoContainer div{
		 float:left;
		 margin:10px 5px;
		 }
		 #productPhoto{
			 overflow:hidden;
			 width:270px;
			 height:240px;
			 }
			 #productPhoto p{
				 text-align:center;
				 }
		#productSimpleInfo_txt{
			position:relative;
			width:430px;;
			}
		 #productSimpleInfo_txt h4{
			 margin:5px 0;
			 font-size:14px;
			 color:#00539f;
			 }
		 #productSimpleInfo_txt p{
			 width:300px;
			 line-height:25px;
			 }
			 #shortcutContainer{
				 position:absolute;
				 right:0;
				 top:50px;
				 width:142px;
				 padding:10px;
				 background:#f6f6f6;
				 }
				 #shortcutContainer img,#shortcutContainer div{
					 float:left;
					 }
				#shortcutContainer img{
					margin:10px;
					}
			 		#shortcutContainer div p{
						width:90px;
						margin:5px 0;
						}
/*
 > otherProduct
  */
  #otherProduct{
	  margin:10px 0;
  }
  #otherProduct h3{
	  height:24px;
	  line-height:24px;
	  background:#8cc8ec;
	  }
	  #otherProduct h3 span{
		  margin-left:10px;
		  }		  
	  	  #otherProduct ul{
		  	margin:10px;
		  	}
			#otherProduct ul li{
				float:left;
				width:90px;
				margin:0 24px;
				}
				#otherProduct ul img{
					border:1px solid white;
					}
				#otherProduct ul p{
					text-align:center;
					}
