.product_detail {
	position: relative;
}

.like_tip {
	cursor: pointer;
}

#content .product_detail a.prev_product {
	position: absolute;
	left: -12px;
	top: 280px;
	display: block;
	z-index: 5;
	width: 20px;
	height: 100px;
	background: transparent url('../gfx/product_prev.png') top left no-repeat;
}

#content .product_detail a.next_product {
	position: absolute;
	right: -12px;
	top: 280px;
	display: block;
	z-index: 5;
	width: 20px;
	height: 100px;
	background: transparent url('../gfx/product_next.png') top left no-repeat;
}

#content .product_detail a.zoom_close {
	position: absolute;
	right: 0px;
	top: 0px;
	display: block;
	z-index: 5;
	width: 20px;
	height: 20px;
	background: transparent url('../gfx/close_button.png') top left no-repeat;
}


.top_line {
	width: 838px;
	height: 80px;
	display: block;
	padding: 0px 20px;
}

/*
.top_line.small {
	height: 45px;
}
*/

.top_line_small {
	width: 838px;
	height: 45px;
	display: block;
	padding: 0px 20px;
}

.bottom_line {
	height: 20px;
	border-top: 1px dashed #ccc;
	text-align: right;
	margin: -5px 0 0 0;
	padding: 8px 0 0 0;
}

.bottom_line a,
.bottom_line a:link,
.bottom_line a:visited {
	color: #999;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	padding: 0px 0px 0px 12px;
}

.bottom_line a:hover,
.bottom_line a.active {
	color: #000;
}

#content .top_line h2,
#content .top_line_small h2 {
	margin: 0 0 5px 0;
}

#content .top_line p,
#content .top_line_small p {
	color: #333;
}

#content .top_line p a,
#content .top_line p a:link,
#content .top_line p a:visited,
#content .top_line_small p a,
#content .top_line_small p a:link,
#content .top_line_small p a:visited {
	color: #333;
}

#content .top_line p a:hover,
#content .top_line p a:active,
#content .top_line p a:focus,
#content .top_line_small p a:hover,
#content .top_line_small p a:active,
#content .top_line_small p a:focus {
	color: #c00020;
	text-decoration: none;
}

.path {
	float: left;
}

.topic {
	float: right;
}

.first_topic {
	color: #000;
	font-size: 18px;
	font-weight: bold;
}

.second_topic {
	color: #ccc;
	font-size: 18px;
	font-weight: bold;
}

.center_product {
/* 	width: 878px; */
	width: 838px;
	min-height: 580px;
	padding: 0px 20px;
}

.product_left {
	width: 350px;
	padding: 0px 78px 0 0;
	float: left;
}

.product_right {
	width: 410px;
	display: block;
	float: left;
}

.size_container {
	float: left;
	width: 80px;
}

b.red {
	color: #c00020;
}

#content .product_right h3 {
	border-bottom: none;
	padding: 16px 0 0 0;
	margin: 0 0 3px 0;
}

#content .product_right h3:first-child {
	border-bottom: none;
	padding: 0px 0 0 0;
	margin: 22px 0 3px 0;
	line-height: 22px;
}

#content .product_left h3 {
	border-bottom: 1px dashed #ccc;
	padding: 0 0 3px 0;
	margin: 0 0 3px 0;
}

#content .product_right ul {
	padding: 0px 0px 4px 16px;
}

#content .product_right li {
	float: left;
	clear: left;
}

#content .product_right p {
	padding: 0;
}

#content .product_right p.bottom_line {
	padding: 16px 0 0 0;
	line-height: 20px;
	border-top: none;
	margin: 0;
}

#content .product_right p a.buttonized {
	display: block;
	margin: 0 0 0 25px;
	background: #c00020;
	color: #fff;
	font-weight: bold;
	border: 1px solid #ccc;
	padding: 2px 8px;
	font-size: 12px;
	line-height: 14px;
	float: left;
}

.price {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	float: left;
}

#image_container {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 350px;
	height: 435px;
	padding: 10px 0px;
}

#image_container img {
	display: inline;
}

#colors_container {
}

#colors_container p {
	line-height: 26px;
}

.color_span {
	width: 20px;
	height: 20px;
	display: block;
/* 	float: left; */
}

.color_name {
	display: block;
	float: left;
	padding: 0 3px 0 0;
}

#colors_container img {
	float: left;
	padding: 2px;
}

#colors_container a,
#colors_container a:link,
#colors_container a:visited {
	margin: 0 5px 0 0;
	padding: 2px;
	border: 1px solid #fff;
/* 	width: 20px; */
/* 	height: 20px; */
	display: block;
	float: left;
}

#colors_container a:hover,
#colors_container a:active,
#colors_container a:focus,
#colors_container a.active {
	border: 1px solid #ccc;
}

#zoom_image {
	cursor: move;
}