		#product{
			display: block;
			position: relative;
			margin: 15px 0;
			padding: 0;
			width: 620px;
			background: #fff;
		}

			#product .productImage {
				display: block;
				width: 238px;
				/*height: 338px;*/
				margin: 25px 25px 0 10px;
				padding: 0;
				float: left;
			}
			#product #productBox {
				display: block;
				position: relative;
				margin: 25px 0 0;
				padding: 0;
				width: 340px;
				/*height: 313px;*/
				float: left;
			}
				#product .productDescription {
					display: block;
					position: relative;
					text-align: left;
					font-family: arial, tahoma, verdana, sans-serif;
					color: #000 !important;
				}		
					#product .productDescription h2 {
						padding: 0;
						margin: 0;
						font-weight: normal;
						font-size: 22px;
					}
					#product .productDescription h5 {
						padding: 0;
						margin: 7px 0 25px 0;
						font-weight: normal;
						font-size: 12px;
					}
				#product #price {
					display: block;
					position: absolute;
					top: 60px;
					left: 0;
					text-align: left;
					color: #000;
				}
					#product #price .priceLeft {
						margin: 0;
						padding: 0;
						float: left;
					}
					#product #price .priceRight {
						margin: 0 0 0 15px;
						padding: 0;
						float: left;
					}			
						#product .wordPrice {
							display: block;
							padding: 0;
							margin: 0;			
							font-size: 16px;
							line-height: 20px;
						}
						#product .oldPrice {
							font-size: 24px;
							padding: 0;
							margin: 0;
							line-height: 38px;
						}
						#product .bigPrice {
							color: #bd0004;
							font-size: 48px;
							line-height: 48px;
							padding: 0;
							margin: 0;
							float: right;
						}
			#product #productBox a.addToCart{
				display: block;
				position: absolute;
				top: 130px;
				right: 85px;
			}
			#product #productBox p.sendToFriend{
				display: block;
				position: absolute;
				bottom: 0;
				right: 10px;
			}
			#product #productBox p.sendToFriend a{
				color: #7e7e7e;
			}			
				#product .description{
		 			display: block;
		 			margin: 10px;
		 			padding: 10px 0 33px 0;
					font-size: 12px;
					font-family: arial, tahoma, verdana, sans-serif;
					text-align: justify;
					color: #000 !important;
				}
				    #product .description span,
				    #product .description strong {
					color: #000 !important;
				    }

		.oder{
			display: block;
			position: relative;
			margin: 15px 0;
			padding: 0 20px;
			width: 580px;
			height: 365px;
			background: #fff;
		}
 			span {
				color: #bd0004;
			}
			.oder h4 {
				position: relative;
				left: 0;
				top: 0;
				margin: 0;
				padding: 10px 0 10px 25px;			
				font-size: 18px;
				font-weight: normal;
				font-family: arial, tahoma, verdana, sans-serif;
				text-align: left;
				background: url('img/gradient-line.png') bottom left no-repeat;		
			}
			.oder h4 a {
				color: #7e7e7e;
			}
			.oder  .readMore {
			 			display: block;
						position: absolute;
						top: 8px;
						right: 25px;
						padding: 0 20px 0 0;
						margin: 0;
						height: 30px;
						line-height: 30px;
						font-size: 17px;
						color: #7e7e7e;
						background: url(img/read-more.png) right center no-repeat;
					}			
			.oder .product{
				display: block;
				position: relative;
				margin: 30px 30px 0 0;
				padding: 0;
				width: 173px;
				height: 260px;
				overflow: hidden;
				float: left;
			}
			
			.oder div:last-child {
				margin: 30px 0 0 0 !important;
			}
				.oder .product h5{
					display: block;
					width: 173px;
					height: 50px;
					margin: 8px 0;
					padding: 0;
					font-weight: normal;
					font-size: 14px;
					line-height: 25px;
					font-family: arial, tahoma, verdana, sans-serif;		
				}
				.oder .product a{
					color: #7e7e7e;
				}			
				.oder .product p{
					display: block;
					margin: 0;
					padding: 0;
					color: #bd0004;
					font-size: 24px;
				}