/* Common styles for per-SKU cells both results and detail screens */

.sku-cell, .name-cell {
	text-align: left;
}
.pkg-cell, .buy-cell {
	text-align: center;
}
.pkg-cell {
	width: 17px;
}
.size-cell, .price-cell {
	text-align: right;
}
.vendor-note {
	text-align: center;
	font-size: 85%;
	color: #808080;
}
.status-cell a,
.vendor-note a {
	color: inherit;
	font-weight: inherit;
	text-decoration: none;
}
.status-cell a:hover,
.vendor-note a:hover {
	color: inherit;
	font-weight: inherit;
	text-decoration: underline;
}

/* Headers for results screen */

#search_summary > div {
	margin: 10px 0;
}
#search_summary ul {
	margin-bottom: 0;
}
#search_summary li {
	margin-top: 10px;
	margin-bottom: 10px;
}
#search_summary ul ul li {
	list-style-type: circle;
}
.search_terms {
	font-weight: bold;
}
.warning {
	border: 3px solid;
	border-color: #f080a0;
	margin: 10px 60px;
	padding: 6px;
	width: 370px;
}

.paging-bar {
	background: #f0f0f0;
	margin: 25px 0;
	padding: 4px;
	width: 500px;
}
.paging-bar > table {
	width: 100%;
}
.paging-links {
	text-align: right;
}

/* Styles for individual items on results screen */

.result-item-box {
	margin: 10px 0;
	padding: 6px;
	width: 494px;
	border: dotted 1px grey;
}
.result-item-box > table {
	margin: 0;
	padding: 0;
	width: 100%;
	border-spacing: 0;
}
.result-photo {
	text-align: center;
	vertical-align: center;
	width: 110px;
	height: 140px;
}
.result-descr {
	vertical-align: top;
	height: 90px;
}
.result-name {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 15px;
}
.result-name a {
	text-decoration: none;
}
.result-avail {
	font-size: 90%;
}
.result-sku-list {
	vertical-align: bottom;
}
.result-sku-list > table {
	width: 100%;
	border-spacing: 0 5px;
}
.result-sku-list .sku-cell {
	width: 90px;
}
.result-sku-list .status-cell {
	text-align: center;
}
.result-sku-list .size-cell,
.result-sku-list .price-cell,
.result-sku-list .buy-cell {
	width: 70px;
}
.result-sku-list .name-cell {
	padding-left: 55px;
	background-image: url(/guide-static/arrow.png);
	background-repeat: no-repeat;
	background-position: 40px 0px;
	font-size: 85%;
	color: #808080;
}

/* Styles for detail screen */

#detail-main-left {
	width: 200px;
	float: left;
	text-align: center;
}
#detail-main-right {
	margin-left: 200px;
}
#detail-name {
	font-size: 150%;
	font-weight: bold;
	margin-top: 20px;
}
#detail-category {
	font-size: 85%;
	font-style: oblique;
}
#detail-category a {
	color: inherit;
	font-weight: inherit;
	text-decoration: none;
}
#detail-category a:hover {
	color: inherit;
	font-weight: inherit;
	text-decoration: underline;
}
#detail-descr {
	margin: 40px 0;
}
#detail-sku-list {
	margin: 20px;
	padding: 10px 30px;
	background-color: #f0f0f0;
	clear: left;
}
.detail-sku-box {
	margin: 10px 0;
}
.detail-sku-box > table {
	width: 100%;
}
.detail-sku-box td {
	vertical-align: bottom;
}
.detail-sku-box .name-cell {
	font-weight: bold;
}
.detail-sku-box .sku-cell {
	width: 100px;
	padding-left: 10px;
}
.detail-sku-box .size-cell {
	width: 70px;
}
.detail-sku-box .price-cell {
	width: 70px;
	font-weight: bold;
}
.detail-sku-box .proof-cell {
	text-align: right;
}
.detail-sku-box .avail-cell {
	padding-left: 110px;
}
.detail-sku-buy {
	text-align: center;
}
hr.sku-sep {
	text-align: center;
	height: 0;
	max-height: 0;
	background-color: inherit;
	color: inherit;
	border-bottom: 1px dotted gray;
	margin: 12px 10% 15px 10%;
}

