/*
 * Each 'view' object is wraped in a div with a class name corresponding to
 * the name of the view class itself, in all lowercase.
 */
#shop_container .inventorydetailsview div.thumbnail {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#shop_container img.mini_thumbnail {
	border: 1px solid #bbb;
	padding:  3px;
	margin:  1px;
}

#shop_container .addressselectview .caption {
	font-style:  italic;
}

#shop_container .categorydetailsview ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	overflow: auto;
	width: 100%;
}
#shop_container .categorydetailsview ul a {
	font-weight: bolder;
}
#shop_container .categorydetailsview .caption {
	color: #666;
	font-size: .8em;
}

#shop_container .categorydetailsview div.breadcrumbs {
	background-color: #E9E9E9;
	border: 1px solid gray;
	padding-bottom:  0px;
	margin-bottom: 10px;
}
#shop_container .categorydetailsview div.breadcrumbs h2 {
	border:  0px;
	margin:  0px;
}

#shop_container .inventorydetailsview div.inventory_stats {
	padding-left: 5px;
}
#shop_container .inventorydetailsview .list_price {
	text-decoration: line-through;
}
#shop_container .inventorydetailsview .our_price {
	color: #a00;
	font-weight: bolder;
}
#shop_container .inventorydetailsview hr {
	clear: both;
	width: 100%;
}

#shop_container div.inventorysearchformview {
	margin-bottom: 15px;
}
#shop_container div.inventorysearchformview input {
	vertical-align: middle;
}

#shop_container .inventorysearchresultsview table {
	width: 100%;
	border-collapse: collapse;
}
#shop_container .inventorysearchresultsview table tr td {
	vertical-align: top;
	border-top: 1px dotted #666;
}
#shop_container .inventorysearchresultsview table tr.first td {
	border-top: 0px !important;
}

#shop_container .inventorysearchresultsview table td.search_results_buttons img {
	display: block;
	margin-top: 5px;
	float: right;
}
#shop_container .inventorysearchresultsview .out_of_stock {
	margin: 3px;
	float: right;
	color: #555;
	text-align: right;
	font-weight: bolder;
	font-size: .9em;
}
#shop_container .inventorysearchresultsview .our_price {
	color: #a00;
	font-weight: bolder;
}
#shop_container .inventorysearchresultsview .breadcrumbs {
	color: #666;
	font-size: .8em;
}
#shop_container .accounthomeview ul {
	list-style-type: none;
	/* FF/KHTML use ul padding, IE uses ul margins */
	padding-left: 0px;
	margin-left: 0px;
}
#shop_container .accounthomeview ul li {
	height: 1.5em;
}

#shop_container .ordersummaryview textarea {
	width: 98%;
}

