.detailLeft {
	float: left;
	width: 349px;
	padding-left: 30px;
}

#content .right {
	border-left: 3px solid #f4f5f5;	
}

#content h1 {
	color: #1c3768;
	font-size: 16px;
	line-height: 20px;
}

.topRow {
	height: 67px;
	
}

#gallery {
	padding-bottom: 15px;	
}

#gallery .thumbs a {
	display: block;
	float: left;
	margin-right: 7px;
	margin-bottom: 7px;
	position: relative;
}

#gallery .thumbs a.loading span {
	display: block;
	position: absolute;
	text-decoration: none;
	color: #66ba44;
	font-weight: bold;
	text-align: center;
	height: 62px;
	line-height: 62px;
	width: 82px;
	left: 0px;
	top: 0px;
}

#gallery .thumbs a.active, #gallery .thumbs a:hover {
	filter:alpha(opacity=50);
	 -moz-opacity:0.5;
	 -khtml-opacity: 0.5;
	 opacity: 0.5;
}

#gallery .thumbs a:hover {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

#gallery .thumbs a img {
	display: block;
}

#gallery .thumbs a.noMargin {
	margin-right: 0px;
}

#gallery #mainImg {
	padding-bottom: 11px;
	position: relative;
	z-index: 3;
}

#mainImg a:hover img {
	-moz-transform: scale(1.02);
	-webkit-transform: scale(1.02);
	-o-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
}

#gallery #mainImg img {
	display: block;
	-moz-transition: all 100ms ease-in-out 0s;
	-webkit-transition: all 100ms ease-in-out 0s;
	transition: all 100ms ease-in-out 0s;
}

.detailRight {
	margin-left: 398px;
	
}

.detailRight .topRow {
	position: relative;
}

.backButton {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 137px;
	height: 20px;
	line-height: 20px;
	color: #373737;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	background: #c7c7c7;
}

.detailRight .tag {
	display: block;
	position: absolute;
	bottom: 14px;
	left: 0px;
	width: 137px;
	height: 20px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background: #478e2a;
	font-size: 12px;
}

.detailRight table {
	width: 100%;
	font-size: 12px;
	color: 
}
.detailRight table td {
	width: 50%;
	font-weight: bold;
	color: #203a68;
	padding: 8px;
	background: #f6f6f6;
}

.detailRight table td.info {
	font-weight: normal;
	color: #000;
}

.detailRight table tr.second td {
	background: #fff;
}

#top {
	padding-bottom: 28px;
}

#bottom {
	width: 490px;
	padding-left: 30px;
	text-align: justify;
	font-size: 12px;
	line-height: 15px;
	color: #5b5b5b;
}

#bottom h2 {
	color: #0c2c66;
	padding-bottom: 10px;
}

#bigImgWrap {
	width: 640px;
	height: 480px;
	position: absolute;
	left: -10px;
	top: -10px;
	background: #000;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 12px;
}

#bigImgWrap img {
	/*border: 1px solid #1f1f1f;
	padding: 1px;*/
	margin: 0px auto;
}


#bigImgWrap span {
	display: block;
	font-size: 24px;
	color: #fff;
	text-align: center;
	padding-top: 240px;
}

#closeBigImg {
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	color: #fff;
	border: 3px solid #fff;
	text-align: center;
	position: absolute;
	top: 20px;
	font-weight: bold;
	text-decoration: none;
	background: #000;
	right: 20px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
}

#closeBigImg:hover {
	background: #1b3564;
}

.pricetext {
	font-weight: normal;
	color: #606774;
	font-style: italic;
	font-size: 10px;
	
}


.detailRight .tag.discount {
    background: #c52727 url() 
}

.detailRight .tag.reserved {
    background: #1b3564 url() 
}

.priceType {
	font-weight: normal;
	color: #000;;
}