@charset "utf-8";
/* CSS Document */

#product_thumbs {
	min-height: 1px;
	padding: 15px 0 0;
	margin: 0 -60px 0 0;
	position: relative;

	}
	
	* html #product_thumbs {
		height: 1px;
		}
		
	#product_thumbs:after {
		content: ".";
		height: 0;
		display: block;
		clear: both;
		visibility: hidden;
		}

/* [ Default View (Thumbs) ] */
#product_thumbs .thumb {
	display: inline;
	float: left;
	margin: 0 20px 10px 0;
	}
	
	* html #product_thumbs .thumb {
		height: 1px;
		}
		
	#product_thumbs .thumb:after {
		content: ".";
		height: 0;
		visibility: hidden;
		display: block;
		clear: both;
		}
		
	#product_thumbs .thumb a,
	#product_thumbs .thumb .link_proxy
	 {
		width: 170px;
		height: 225px;
		/* border: 1px solid #dfd6d0; */
		display: block;
		position: relative;
		/* background: #fff; */
		}
		
	#product_thumbs .thumb a:hover {
		/* border: 1px solid #a70e13; */
		text-decoration: none;
		/* background-color: transparent; */
		/* background: #fff; */
		}
		
	#product_thumbs .thumb img {
		display: block;
		margin: 0 auto 5px;
		width: 168px;
		height: 168px;
		border: 1px solid #ccc;
		background: #fff;
		}
		
	#product_thumbs .thumb a:hover img {
		border-color: #00529c;
		}
		
	#product_thumbs .thumb .label {
		color: #000;
		display: block;
		margin: 0 5px;
		line-height: 14px;
		font-size: 11px;
		font-weight: bold;
		}
		
	#product_thumbs .thumb .description {
		display: none;
		}
		
	#product_thumbs .thumb .price {
		color: #603314;
		display: block;
		color: #a70e13;
		font-size: 11px;
		margin: 0 5px;
		font-weight: bold;
		}
		
		
/* [ List View ] */
#product_thumbs.list {
	min-height: 1px;
	padding: 15px 0;
	margin: 0;
	}

#product_thumbs.list .thumb {
	display: block;
	margin: 0 0 15px 0;
	background: none;
	padding: 0;
	float: none;
	min-height: 1px;
	width: 500px;
	}
		
	#product_thumbs.list .thumb a {
		height: auto;
		height: 170px;
		width: 350px;
		display: block;
		position: relative;
		padding-left: 180px;
		float: left;
		}
		
	#product_thumbs.list .thumb a:hover {
		text-decoration: none;
		}
		
	#product_thumbs.list .thumb img {
		display: block;
		margin: 0 auto;
		position: absolute;
		top: 0;
		left: 0px;
		}
		
	#product_thumbs.list .thumb .label {
		color: #000;
		display: block;
		margin: 5px 0 3px;
		font-size: 14px;
		font-weight: bold;
		cursor: pointer;
		}
		
	#product_thumbs.list .thumb .description {
		display: block;
		color: #333;
		font-size: 11px;
		width: 300px;
		line-height: 14px;
		cursor: pointer;		
		}
		
	#product_thumbs.list .thumb .price {
		color: #603314;
		display: block;
		color: #a70e13;
		font-size: 12px;
		margin: 5px 0 0;
		font-weight: bold;
		border-top: 1px solid #e9e2db;
		width: 150px;
		}
		
/* [ Category View Tools ] */

#category_view_tools {
	position: absolute;
	top: 5px;
	right: 0;
	height: 35px;
	line-height: 35px;
	color: #886043;
	font-size: 10px;
	}
	
	#category_view_tools .label {
		float: left;
		display: inline;
		margin: 0 5px 0 0;
		}
	
	#category_view_tools ul {
		float: left;
		margin: 0;
		padding: 0;
		list-style: none;
		height: 35px;
		}
		
		#category_view_tools li {
			float: left;
			display: inline;
			height: 35px;
			width: 30px;
			}
			
		#category_view_tools a {
			width: 25px;
			height: 25px;
			margin: 5px 5px 5px 0;
			display: block;
			background-repeat: no-repeat;
			background-position: 0 0;
			}
			
			#category_view_tools a:hover {
				background-position: 0 -25px;
				}
				
			#category_view_tools a.selected {
				background-position: 0 -50px;
				}
			
			#category_view_tools a strong {
				display: none;
				}	
				
			#cvt_thumbs {background-image: url(view_tools_thumbs.gif);}
			#cvt_list {background-image: url(view_tools_list.gif);}		
