


	
	

 

	
	
	



	
	







html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}


body {
	
}

.product {
	padding: 10px;
	width: 175px;
	height: 289px;
	border: solid 1px #dedede;
	outline: solid 3px #f1f1f1;
	float:left;
	margin: 8px; 
	
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}

.product h3{
	font-size: 13pt;
	color: #000000;
	font-family: "PT Sans", Arial, Sans;
	font-weight:bold;
	line-height:normal;
	margin-bottom:0px;
	text-align:left;
	margin-top: 4px;
	width:100%;
	height: 22px;
	overflow:hidden;
	white-space:nowrap;
	display: block;
}

.product h4{
	font-size:13px;
	color:#898989;
	font-family: "PT Sans", Arial, Sans;
	font-weight:normal;
	line-height:normal;
	text-align:left;
	width:100%;
	height:18px;
	overflow:hidden;
	white-space:nowrap;
}

.product h4 strong{
	color:black;
	font-weight:normal;
}

.product p{
	font-size: 10pt;
	color: #000000;
	font-family: "PT Sans", Arial, Sans;
	-webkit-font-smoothing: subpixel-antialiased;
	font-weight:normal;
	line-height:normal;
	text-align:left;
	margin-top:8px;
	width:100%;
	min-height:50px;
	max-height:50px;
	overflow:hidden;
	position:relative;
	display: block;
}

.product a.price_link{
	font-size: 13pt;
	color:#000000;
	font-family: "PT Sans", Arial, Sans;
	font-weight:bold;
	line-height:normal;
	float:right;
	height:18px;
	display: block;
	margin-top: 4px;
}

.product .product-name {
	color: #000000;
	text-decoration: none;
}

.product .product-name:hover {
	text-decoration: underline;
}

.product img.product-image {
	height:175px;
	width:175px;	
}

.product .price_link {
	text-decoration: none;
}

.product .price_link:hover {
	text-decoration: underline;
}

.product .product-image-container {
	width: 100%;
	height:175px;
	overflow:hidden;
	position:relative;
}
.product .product-image-container .product-image-3d {
	/* tricks to keep rectangular and square centered: http://jsfiddle.net/LSKRy/ */
	display: inline-block; 
	position: relative; 
	right: -50%;
}
.product .product-image-container .product-image-3d > div {
	position:relative;
	left: -50%; 
	height:175px;
}

.more_product {
	padding:10px;
	width:175px;
	height:289px;
	border:none;
	outline:none;
	float:left;
	margin-right:16px;
	margin-bottom:8px;
	margin-top:8px;
}

.more_product a {
	font-size:11pt;
	color:#000000;
	font-family: "PT Sans", Arial, Sans;
	font-weight:bold;
	line-height:normal;
	float:left;
	height:18px;
}

#sort {
	display: block;
}

.navigation span, .navigation a, .navigation {
	font-size: 16px;
	font-family: sans-serif;
	text-transform: capitalize;
	padding:16px;
	color: black;
}
.pagination {
	color: #000000;
}
div.navigation {
	display: block; 
}
