/*
   Himalaya Stylesheet

   File: _sortiment.css
   Version: 1.0
   By: Viktor Linder
*/



/* Global styles **********************************************************/

#sortiment {
	margin: 15px;
	padding: 0;
	/*padding: 0 15px;*/
}


/* Intro Styles ***********************************************************/

div#intro {
	margin: 0;
	padding: 0;
}

div#sortiment div#intro div.large_button {
	width: 208px;
	height: 200px;
	margin: 0px 10px 0 10px;
	padding: 10px;
	background-color: #eeeeee;
	border: 1px gray solid;
	float: left;
}

div#sortiment div#intro div.large_button span.name {
	display: block;
	padding: 5px;
	background-color: brown;
	font-size: 1.5em;
}

div#sortiment div#intro div.large_button span.img {
	display: block;
	padding: 5px;
	background-color: #eeeeee;
}



div#sortiment div#intro div.small_button {
	width: 92px;
	height: 32px;
	padding: 4px;
	margin: 5px;

	background-color: #eeeeee;
	border: 1px gray dotted;

	float: right;

}


/* Listing Styles *********************************************************/


/***** Path Styles */

div#sortiment_head {
	/*width: 100%;*/
	height: 20px;
	padding: 0;
	margin: 0 0 10px 0;
}

div#sortiment_head ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

div#sortiment_head ul li {
	padding: 0 10px 0 20px;
	display: inline;
	background: white url(/_design/sortiment/arrow.png) no-repeat left 8px;
}


/***** List Styles */

div#sortiment div#sortiment_list {
	width: 377px;
	margin: 0;
	padding: 0;
	float: left;
}

div#sortiment div#sortiment_list table {
	width: 100%;
	margin: 0;
	padding: 0;
	empty-cells: show;
	border-collapse: collapse;
/*	border: 1px red solid; */

	background-color: #e5e5e5;
}

div#sortiment div#sortiment_list table tr.selected {
	background-color: #d5d5d5;
}

div#sortiment div#sortiment_list table th {
	padding: 5px 3px;
	background-color: white;
	border-bottom: 1px black solid;
}

div#sortiment div#sortiment_list table .price {
	padding-left: 15px;
	text-align: right;
}

div#sortiment div#sortiment_list table td.category {
	font-weight: bold;
}

div#sortiment div#sortiment_list table td.product {
}

div#sortiment div#sortiment_list table td {
	padding: 3px;
}

/***** Description Styles */

div#sortiment div#product_description {
	width: 377px;
	margin: 0;
	padding: 25px 0 0 0;
	float: right;
}

div#sortiment div#product_description div.name {
	padding: 5px 3px 5px 25px;
	font-weight: bold;
}

div#sortiment div#product_description div.desc {
	padding-left: 25px;
	padding-right: 10px;
	font-size: 1.2em;
}

div#sortiment div#product_description div.desc p {
	margin: 0 0 15px 0;
	padding: 0;
}

div#sortiment div#product_description div.price {
	margin: 0 10px 15px 25px;
	text-align: right;
}
