@charset "UTF-8";
/* CSS Document */


/* Product List */
.productList{
	width:auto;
	height:auto;
	margin-bottom:20px;
	overflow:hidden;
	}
.productListTextContent{
	width:200px;
	height:auto;
	float:left;
	margin-left:10px;
	overflow:hidden;
	}
.productListTextContent h1{
	font-size:x-small;
	margin:0px;
	}
.productListTextContent a{
	color:#000000;
	text-decoration:none;
	}
.productListTextContent p{
	font-size:xx-small;
	margin:0px;
	padding:0px;
	}
.productListPrice{
	width:200px;
	height:auto;
	overflow:hidden;
	float:right;
	padding-top:20px;
	}
.productListPrice span{
	overflow:hidden;
	float:right;
	font-size:x-small;
	padding-top:10px;
	}
.productListPrice img{
	overflow:hidden;
	float:right;
	padding-left:20px;
	padding-right:10px;
	}
	
/* Product Grid*/
.productGrid{
	width:120px;
	height:250px;;
	margin-right:5px;
	overflow:hidden;
	float:left;
	text-align:center;
	l
	}
.productGrid h1{
	font-size:x-small;
	margin:0px;
	}
.productGrid p{
	font-size:x-small;
	margin:0px;
	}
.productGrid a{
	color:#000000;
	text-decoration:none;
	}


/* Product */
#productHolder{
	width:500px;
	overflow:hidden;
	}
#productHolder h1{
	font-size:small;
	margin:0px;
	padding:0px;
	padding-left:10px;
	font-weight:bold;
	}
	
#productTextHolder{
	width:360px;
	height:auto;
	overflow:hidden;
	float:right;
	font-size:x-small;
	text-align:justify;
	}
	
#productImgHolder{
	width:140px;
	height:auto;
	overflow:hidden;
	float:left;
	}
.productSImg{
	width:100px;
	height:auto;
	overflow:hidden;
	float:left;
	}
.separator{
	clear:both;
	margin-bottom:10px;
	border:0px;
	}