/* Market */

#head {
	height: 211px;
	background-image: url('../head/head_bg.gif');
	background-repeat: repeat-x;
}

#main td.left {
 	width: 250px;
	background-color: #3b3b3b;
}

#main td.center {
	padding: 10px 10px 0px 25px;
	width: auto;
}

#main td.right {
 	width: 200px;
	padding-top: 36px;
}

div.pan {
	margin: 10px;
	background-image: url('../body/left_panel_bg.gif');
	background-repeat: repeat-x;
	background-color: #363636;
	padding: 0px 20px 0px 20px;
	border: 1px solid #545454;
}

ul.menu {
	margin-left: 15px;
}

ul.menu li {
	padding-bottom: 5px;
	list-style-image: url('../market/li_bull.gif');
}

#window {
	top: 200px;
}

#basketlist {
	padding: 5px;
	height: 100px;
	overflow: auto;
}

	#basketlist li {
		border-bottom: 1px dashed #545454;
	}

	#basketlist ul {
		margin: 0px;
	}

#instruments {
	width: 200px;
	float: right;
	border: 1px solid #545454;
	margin-top: 15px;
}

#product_list {
	/*float: left;*/
	margin: 10px 0px 10px 0px;
	padding: 5px 7px 0px 5px;
 	background-image: url('../body/left_panel_bg.gif');
	background-repeat: repeat-x;
	background-color: #363636;
	height: auto;
}

	#product_list.panel {
		width: auto;
		padding-bottom: 1px;
	}

	#product_list .product_short {
		width: 100%;
		border: 1px solid #545454;
		margin: 0px 15px 15px 0px;
		background-image: url('../body/product_bg.gif');
		background-repeat: repeat-x;
		background-color: #2c2c2c;
		overflow: hidden;
		padding-bottom: 15px;
	}

		#product_list .product_short img {
			float: left;
			/*width: 140px;*/
			margin: 5px 15px 15px 5px;
			border: 1px solid #545454;
			padding: 4px;
			background-color: white;
		}

		#product_list .product_short div.name {
			font-weight: bold;
			color: #d5c309;
		}

		#product_list .product_short div.short {
			padding: 0px 15px 0px 15px;
		}

		#product_list .product_short div.basket {
			position: relative;
			padding-right: 10px;
			text-align: right;
		}

			#product_list .product_short div.basket span.price {
				font-size: 1.4em;
				color: #d5c309;
				margin-right: 15px;
			}

			#product_list .product_short div.basket input.price, input.price {
				font-size: 1.4em;
				color: #d5c309;
				margin-right: 15px;
				height: 25px;
				background: none;
				border: 0px none;
				border-bottom: 1px dashed #e2a104;
				width: 30px;
			}

			input.price {
				width: 101px;
			}

			#product_list .product_short div.basket input.button {
				width: auto;
				font-size: 1em;
				font-weight: normal;
				padding-left: 5px;
				padding-right: 5px;
			}

ul.opinion {
	list-style: none;
	margin-top: 15px;
}

	ul.opinion li.author {
		list-style-image: url('../market/opinion_bull.gif');
		color: #ebbe06;
	}

ul.newslist {
	list-style: none;
	margin: 5px 0px 0px 15px;
}

	ul.newslist li.date {
		list-style-image: url('../market/news_bull.gif');
		color: #ebbe06;
	}

ul.instruments {
	list-style: none;
	margin: 5px 0px 0px 15px;
}

	ul.instruments li {
		list-style-image: url('../market/news_bull.gif');
		color: #ebbe06;
	}

