.item_table {
	color: #003300;
	font-family: "Verdana";
	font-size: 12px;
	font-weight:bold;
	font-style: normal;
	letter-spacing: 0;
	line-height: 1.4;
	text-decoration: none;
	width:635px;
}

#breadcrumbs {
	background-color:#FFECC5;
	border:5px ridge #724201;
	padding-bottom:10px;
	padding-left:10px;
	/*width:200px;*/
}

#div_image {
	text-align: center;
	border: 1px solid #D2CDCA;
	width: 250px;
}

#leftColumn {
	float: left;
	margin-top: 10px;
}

#rightColumn {
	float: left;
	margin: 0px 0px 0px 20px;
}

h1.idesc {
	color: #003300;
	font-size: 20px;
	font-weight: normal;
	line-height: 24px;
	margin-bottom: 0px;
}

.item_price {
	color:#990000;
	font-size: 150%;
	font-weight: bold;
}

.item_availability {
	font-size: 100%;
	font-weight: bold;
}

#description {
	margin: 10px 0 0 0;
}

.item_header {
	color: #003300;
	font-size: 16px;
	font-weight: bold;
}

h4 {
	font-weight: bold;
	margin-top: 5px;
}

h5 {
	line-height: 1.0;
	margin-top: 0px;
	margin-bottom: 0px;
}

#add_descr {
	position: relative;
	float: left;
	padding-top: 0px;
	padding-bottom: 10px;
	width: 80%;
}

.cart_button {
	font-weight: bold;
	font-size: 11px;
	font-family: tahoma, arial, sans-serif;
	height: 20px;
}

.item_attributes {
	color:#003300;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	background-color:#FFECC5;
	border:5px ridge #724201;
}

#price {
	width: 200px;
	position: relative;
	float: left;
}

#cart {
	position: relative;
	float:right;
	padding-right: 70px;
}

