/* CSS Document */

#desc-text .clipart {
	display: block;
	float: left;
	width: 170px;
	height: auto;
	margin: 0px 20px 0px 0px;
	padding: 0px;
	visibility: visible;
	overflow: hidden;
}
#desc-text .clipart .price {
	display: block;
	width: auto;
	height: auto;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	color: #000;
	font-size: 1em;
}
#desc-text .clipart .price span {
	font-size: 1.2em;
	color: #cf0303;
}
#desc-text .clipart .price_old {
	display: block;
	width: auto;
	height: auto;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	color: #777;
	font-size: 0.9em;
}
#desc-text .clipart .price_old span {
	font-size: 1.2em;
	text-decoration: line-through;
}

#desc-text .text {
	display: block;
	float: right;
	width: 312px;
}
#desc-text .text p {
	font-size: 12px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	text-indent: 0px;
}

#desc-text .text .params {
	padding: 5px;
	margin: 0;
	font-size: 0.9em;
	border: solid 1px #ccc;
}
#desc-text .text .params dl {
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 0;
}
#desc-text .text .params dl dt {
	float: left;
	margin-right: 5px;
	padding-left: 16px;
	color: #cf0303;
	font-weight: bold;
	background: transparent url(../p_icons/bullet_arrow_grey.gif) left top no-repeat;
}
#desc-text .text .params dl dd {
	color: #000;
	font-weight: normal;
	margin-bottom: 3px;
}

#desc-colors, #desc-photos {
	width: 502px;
	text-align: center;
	margin: 20px 0px 20px 0px;
	padding: 0px;
}
#desc-colors h2, #desc-photos h2 {
	color: #cf0303;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}
#desc-colors .row-colors {
	float: none;
	clear: both;
	display: block;
	height: auto;
	padding: 0px;
	margin: 10px 0px 30px 0px;
	visibility: visible;
	overflow: hidden;
}
#desc-colors .row-colors .item-color {
	display: block;
	width: 110px;
	float: left;
	visibility: visible;
	overflow: hidden;
	padding: 0px;
	margin: 0px 10px 0px 0px;
}
#desc-colors .row-colors .item-color h3 {
	font-size: 12px;
	font-weight: bold;
	color: #7f7f7f;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
#desc-colors .row-colors .item-color p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
#desc-photos .photo {
	float: left;
	width: 135px;
	margin: 0px 15px 30px 0px;
}
#desc-photos .photo p {
	width: 135px;
	height: 135px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	border: solid 1px #cdcdcd;
}



