/* pirmas sablonas */
.prodLeft {
	float: left;
}
.prodRight {
	float: right;
}

.prodContainer {
	width: 562px;
	height: 245px;
	max-width: 562px;
	max-height: 245px;
	min-width: 562px;
	min-height: 245px;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background: url(../images/product_bg_big_tableless.png) no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}

.prodTitle {
	margin-top: 20px;
	width: 562px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	display: block;
}
.prodTitle H1 {
	font-size: 14px;
	font-weight: bold
}

.prodExtra {
	width: 562px;
	height: 32px;
	text-align: center;
	font-size: 12px;
	display: block;
	margin-top: 10px;
}

.prodImage {
	width: 162px;
	height: 120px;
	position: relative;
	left: 15px;
	bottom: 3px;
}

.prodDetails {
	width: 365px;
	height: 120px;
	position: relative;
	left: 20px;
}

.productContainer .title B{
	font-size: 17px;
}
.product_price {
	font-size: 12px;
	margin-left: 16px;
}
.product_price TD {
	border-right: 1px solid #fdf6f9;
	padding-right: 7px;
}
.product_reserve {
	font-size: 14px;
	padding: 7px 0 20px 50px;
	height: 50px;
}
.product_align {
	position: relative; 
	top: -15px
}

/* rezervacijos sablonas */

.leftSide .res_status {
	display: block;
	width: 562px;
	text-align: center;
	margin: 5px 0;	
}
.leftSide .prodInfo {
	display: block;
	background-image: url(../images/product_bg_big_tableless.png);
	background-repeat: no-repeat;
	width: 562px;
	height: 230px;
}
.leftSide .prodHeader {
	width: 562px;
	height: 30px;
	font-size: 16px;
	text-align: center;
	padding: 15px 0 0 0;
	display: block;
}
.leftSide .autoInfo {
	background-repeat: no-repeat;
	background-position: 16px 24px;
	width: 562px;
	height: 100px;
	display: block;
}
.leftSide .autoParams {
	width: 462px;
	height: 50px;
	display: block;
	position: relative;
	left: 50px;
	text-align: center;
}
.leftSide .prodCaption {
	font-size: 14px;
	font-weight: bold;
}
.leftSide .reservation {
	display: block;
	background-image: url(../images/product_bg_huge2.png);
	background-repeat: no-repeat;
	background-position: 12px 0px;
	width: 562px;
	height: 620px;
}
.leftSide .reserve_form {
	display: block;
	width: 502px;
	left: 60px;
	top: 10px;
	position: relative;
}
.leftSide .reserve_form .cell {
	width: 90px;
	font-size: 12px;
	padding-top: 5px;	
}
.leftSide .reserve_form INPUT[type="text"] {
	border: 1px solid #770046;
	background: #fff;
	width: 100px;
}
.leftSide .reserve_form SELECT {
	width: 105px;
	font-size: 11px;
}
.leftSide .reserve_form TEXTAREA {
	width: 424px;
	border: 1px solid #770046;	
}
.leftSide .reserve_form INPUT[type="submit"] {
	position: relative;
	left: 140px;
	cursor: pointer;
	color: #770046;
	background: none;
	border: none
}
.rightSide {
	float: left;
	width: 370px;
}