.info-top-info {
	font-size: 16px;
}

.info-red {
	font-weight: bold;
	color: red;
	font-size: 15px;
}

.info-top-info a{
	font-weight: bold;
	font-size: 15px;
}

.info-red a {
	font-weight: bold;
	font-size: 15px;
	color: #000000;
}

.info-top-info pp {
	font-weight: bold;
}

.info-box {
	padding: 10px;
	border: 1px solid #E8DE9E;
	background-color: #F7EDAD;
	margin: 10px 0px 10px -20px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.info-box table {
	border: 1px solid #E8DE9E;
	background-color: #f9f6e3;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.info-box table tr td {
	font-size: 14px;
	text-align: center;
}

.info-box table tr td.table-title {
	font-size: 15p;
	font-weight: bold;
	border-bottom: 1px solid #DBCD70;
	padding: 10px 0px 10px 0px;
}

.info-box table tr.info-border-cell td {
	border-bottom: 1px solid #DBCD70;
	padding: 3px 0px 3px 0px;
}

.info-box table tr.info-first-row td {
	padding: 5px 0px 10px 0px;
}

.info-box table tr.info-first-row2 td {
	padding: 5px 0px 10px 0px;
	border-bottom: 1px solid #DBCD70;
}

.info-box table tr td.info-inner-cell {
	border-left: 1px solid #DBCD70;
}

.info-title {
	margin: 5px 0px;
	font-size: 15px;
}

#photobooks-holder {
	width: 430px;
	padding: 10px 20px;
	margin: 0 auto;
	background-color: #F7EDAD;
	margin: 10px 30px 0px -20px;
	-moz-border-radius: 15px;
	border-radius: 15px;
    float: left;
}

#photobooks-holder .photobook {
	width: 430px;
	margin: 10px auto;
	height: 220px;
	position: relative;
}

.zoom {
	float: right;
	margin-top: -5px;
	margin-right: -5px;
	cursor: pointer;
}

.photobook-prices {
	background: url("/images/photobooks/see-prices.png") no-repeat;
	width: 139px;
	height: 18px;
	position: absolute;
	left: 280px;
	top: 45px;
	cursor: hand;
	cursor: pointer;
}

.photobook-soft {
	background: url("/images/photobooks/software.png") no-repeat;
	width: 139px;
	height: 18px;
	position: absolute;
	left: 280px;
	top: 190px;
	cursor: hand;
	cursor: pointer;
}