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

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

.prodTitle {
	width: 241px;
	left: 15px;
	height: 55px;
	line-height: 90%;
	position: relative;
	top: 20px;
	font-size: 14px;
	text-align: center;
	display: block;
	font-weight: bold;
}
.prodTitle H2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}
.prodTitle SPAN {
	font-size: 10px; 
	letter-spacing: 0px
}	
.prodPrice {
	width: 281px;
	height: 60px;
}

.prodPrice .table {
	font-size: 11px;
	margin-left: 3px;
	color: #770046;
	display: block;
}

.prodPrice .table TD {
	border-right: 1px solid #fdf6f9;
	padding: 3px 5px 3px 0;
}

.prodParams {
	width: 256px;
	height: 45px;
	padding-left: 25px;
	position: relative;
	top: 6px;
}
.prodParams .param_small_lugage {
	position: absolute;
	padding-top: 18px;	
}
.prodParams .param_small_seat {
	position: absolute;
	padding-left: 1px;
}

.prodReserve {
	font-size: 14px;
	height: 50px;
	width: 281px;
	display: block;
}
.prodReserve .reserve {
	width: 168px;
	height: 50px;
	display: inline;
	padding-right: 63px;
	vertical-align: top;
}
.prodReserve .reserve A {
	position: relative;
	left: 40px;
	top: 14px;
	padding-right: 30px;
	display: inline-block;
	width: 75px;
}
.prodReserve .reserve B {
	display: none;
}
.prodReserve .reserve A, x:-moz-any-link {
	display: -moz-inline-block;
} 
.prodReserve .photo {
	width: 100px;
	right: 10px;
	position: relative;
	bottom: 20px;
}

/* rezervacijos sablonas */

.leftSide .prodInfo {
	background-image: url(../images/product_bg_big.png);
	background-repeat: no-repeat;
	width: 562px;
	height: 230px;
}
.leftSide .autoInfo {
	background-repeat: no-repeat;
	background-position: 25px 40px;
	width: 562px;
	height: 100px;
}
.leftSide .autoParams {
	width: 462px;
	height: 50px;
	position: relative;
	left: 50px;
	text-align: left;
}
.leftSide .autoParams H1 {
	height: 35px;
}
.leftSide .autoParams TABLE {
	position: relative;
	left: 99px;
	text-align: center;
}
.leftSide .autoParams .imgTable {
	left: 174px !important;
	position: absolute;	
}
.leftSide H2 { /*car_name*/
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.leftSide H1 { /*page_name*/
	width: 562px;
	height: 32px;
	margin: 0;
	font-weight: normal;
	font-size: 16px;
	text-align: center;
	padding: 15px 0 0 0;
}
.prodInfo H2 {
	font-weight: normal;
	width: 562px;
	height: 30px;
	font-size: 16px;
	text-align: center;
	padding: 15px 0 0 0;
	display: block;
	margin: 0;
}
.prodInfo H1 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;	
	padding: 0;
	position: relative;
	left: -50px;
	height: 20px;
}
.leftSide .reservation {
	background-image: url(../images/product_bg_huge.png);
	background-repeat: no-repeat;
	background-position: 12px 0px;
	width: 562px;
	height: 620px;
}
.leftSide .reserve_form {
	display: block;
	width: 500px;
	left: 38px;
	top: 10px;
	position: relative;
	font-size: 12px;
}
.leftSide .reserve_form IMG {
	cursor: pointer; 
	height: 24px; 
	width: 24px;
	margin: 0;
	padding: 0;
	border: none !important;
}
.leftSide .reserve_form IMG:hover {
	text-decoration: none;
}
.leftSide .reserve_form DIV {
	width: 100px;
	height: 24px;
	vertical-align: top;
	float: left;
}
.leftSide .reserve_form LABEL {
	width: 95px;
	height: 21px;
	vertical-align: top;
	float: left;
	padding: 3px 0 0 5px;
}
.leftSide .reserve_form .brd {
	border-bottom: 1px solid #ccc;
	width: 485px;
	height: 10px;
	margin-bottom: 10px;
	float: left;
}
.leftSide .reserve_form INPUT[type="text"] {
	border: 1px solid #770046;
	background: #fff;
	width: 100px;
	position: relative;
	font-size: 11px;
	top: -2px;
	margin: 0;
	height: 15px;
	padding: 1px 2px 0 2px
}
.leftSide .reserve_form INPUT[type="image"] {
	width: 20px;
	height: 20px;
	border: none;
	background: transparent;
	padding: 0;
	margin: 0;
}
.leftSide .reserve_form SELECT {
	width: 130px;
	font-size: 11px;
	position: relative;
	top: 2px;
	margin: 0;
}
.leftSide .reserve_form TEXTAREA {
	width: 370px;
	border: 1px solid #770046;
	height: 45px
}

#first_name, #last_name, #company, #phone, #address, #email, #agree {
	width: 117px;
}

.leftSide .reserve_form INPUT[type="submit"] {
	cursor: pointer;
	color: #770046;
	background: none;
	border: none;
	position: relative;
	left: 170px;
}