/*
	100mag.ru
	Style sheet for good-info page
	Written by yallie@yandex.ru
*/

div#top-banner {
	display: none; /* currently disabled */
	height: 91px;
	margin-bottom: 10px;
	background-image: url(../extra-images/top-banner.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

div#good-photo {
	text-align: center;
	overflow: hidden;
	height: 300px;
	padding: 0;
	padding-top: 20px;
	margin: 0px;
}

div#good-thumbnails {
	text-align: center;
	font-size: 0px;
}

div#good-thumbnails img {
	border: 1px solid #DDD;
	margin-top: 10px;
	margin-right: 10px;
	cursor: pointer;
}

div.good-description {
	font-size: 80%;
}

div.good-description h1 {
	color: #333;
	font-size: 1.5em;
	font-weight: normal;
	margin-top: 25px;
}

div.good-description div.price {
	margin-top: 20px;
	margin-bottom: 20px;
}

/* cart form */

div.cart-form {
	margin-top: 5px;
}

div.cart-form div {
	margin: 0px;
	margin-bottom: 5px;
	margin-right: 5px;
	font-size: 80%;
	height: 150%;
}

div.cart-form div.text {
	float: left;
	margin: 0px;
	margin-bottom: 4px;
	margin-right: 6px;
}

div.cart-form input.text {
	width: 30px;
	position: relative;
	_top: -1px; /* IE wrong border fix */
}

div.cart-form input.button {
	width: 30px;
	border: 0px white;
	padding: 0px;
	margin: 0px;
	width: 172px;
	height: 22px;
	cursor: pointer;
	background-color: #C55;
	background-image: url(../images/good-info-cart.jpg);
}

div.mid-footer h1, h2, h3 {
	color: #333;
	font-size: 1.5em;
	font-weight: normal;
	margin-top: 25px;
	margin: 0px;
	padding-left: 8px;
	padding-bottom: 4px;
	border-bottom: 1px dashed #BBB;
}

div.mid-footer h2 {
	font-size: 1.2em;
}

div.mid-footer h3 {
	font-size: 1.1em;
}
