/* Listing page styles */

	h2.category {
		width: 450px; /* 470px for mstone, 450px for appstone */
		float: left;
		margin: 15px 0 15px 0;
		padding: 9px 11px 9px 11px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
		line-height: 14px;
		color: #76664d;
		border: 1px solid #cdc4b7;
		background-color: #dbd5cb;
	}
	
	.row {
		width:100%;
		clear:left;
		float: left;
		margin: 0 0 5px 0;
	}
	.listing {
		width: 110px;
		float: left;
		margin: 0 8px 10px 0; /* 8px for appstone, 10px for mstone */
		padding: 0;
	}
		.listing img {
			width: 106px;
			height: 106px;
			float: left;
			border: 2px solid #c5c5c5;
			cursor: pointer;
		}
		.listing p {
			width: 110px;
			float: left;
			font-size: 11px;
			line-height: 13px;
			color: #796649;
			margin: 5px 0 0 0;
			padding: 0;
		}
		.listing a {
			color: #796649;
			border: none;
			text-decoration: none;
		}
			.listing a:hover {
				text-decoration: underline;
			}

/* Overview/Slideshow shared styles */

	.box {
		width: 480px;
		display: none;
		padding: 1px;
		position: absolute;
		float: left;
		border: 4px solid #d3ccbf;
		background-color: #fff;
	}
		.top_bar {
			border-collapse: collapse;
			margin: 0px;
			width: 100%;
			height: 29px;
			float: left;
			background: #adb8c9 url('/images/catalog/top_bg.gif') repeat-x bottom;
			cursor: move;
		}
		.top_bar td { padding:0px; }
			h3.product, .top_bar h3 {
				width: auto;
				float: left;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 11px;
				line-height: 11px;
				color: #445064;
				margin: 0;
				padding: 10px;
			}
			img.tab {
				width: 82px;
				height: 26px;
				margin-top: 4px;
				float: right;
				border: none;
				cursor: pointer;
			}
				img#button_slideshow {
					margin-right: 15px;
				}
			img.close {
				width: 58px;
				height: 18px;
				margin: 5px 10px 0 0;
				float: right;
				border: none;
				cursor: pointer;
			}
		
/* Overview popup styles */

	.overview {
		width: 450px;
		margin: 0;
		padding: 20px 15px 15px 15px;
		float: left;
		background-color: #eae4da;
	}
		.overview .left_column {
			width: 270px;
			float: left;
		}
			.overview .photo {
				margin-bottom: 10px;
				float: left;
				border: 2px solid #bab09c;
				background-color: #6b7b96;
			}
				.overview img.medium, .overview a img.medium {
					border: none;
					border-bottom: 2px solid #bab09c;
				}
				.overview #cap_ov {
					margin: 0;
					padding: 6px 9px 8px 9px;
					font-size: 11px;
					font-family: Verdana, Arial, Helvetica, sans-serif;
					line-height: 11px;
					color: #fff;
				}
			.overview .larger {
				clear: left;
				float: left;
				width: 270px;
				margin-bottom: 10px;
			}
				.overview img.enlarge, .overview a img.enlarge {
					float: left;
					border: none;
					cursor: pointer;
				}
				.overview p.thumb_note {
					width: 100px;
					padding: 0;
					margin: 0;
					float: right;
					font-family: Verdana, Arial, Helvetica, sans-serif;
					font-size: 10px;
					line-height: 13px;
					text-align: right;
					color: #5e5037;
				}
			.overview table.details {
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 11px;
				line-height: 16px;
				color: #5e5037;
				float: left;
				border-collapse: collapse;
			}
				td.names {
					font-weight: bold;
				}
				td.defs {
					padding-left: 15px;
				}
		.overview .right_column {
			width: 150px;
			float: left;
			margin-left: 10px;
		}
			.overview img.thumb {
				cursor: pointer;
				width: 56px;
				float: left;
				border: 2px solid #bab09c;
				margin: 0 9px 9px 0;
			}

/* Slideshow popup styles */

	.slideshow {
		width: 100%;
		float: left;
		display: none;
	}
		.slideshow_console {
			margin: 0;
			padding: 0;
			float: left;
			background-color: #eae4da;
			text-align: center;
			border-bottom: 3px solid #8593a9;
			width: 100%;
		}
			.slideshow span {
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 13px;
				font-weight: bold;
				color: #6d624c;
				margin: 0;
				padding: 0;
			}
			img#next_button {
				width: 54px;
				height: 18px;
				float: right;
				padding: 0px 0px 10px 10px;
				cursor: pointer; 
			}
			img#prev_button {
				width: 74px;
				height: 18px;
				float: left;
				padding: 0px 10px 10px 0px;
				cursor: pointer;
			}

