.captionPanel{
	
}

.captionPanel_header{
	position: relative;
	/*background-image: url("../images/purple_box_arrow.png");
	background-repeat: no-repeat;*/
	
}

.captionPanel_header .caption_container{
	background-image: url("../images/purple_box_background.png");
	background-repeat: repeat-x;
	height: 36px;	
	font-size:13px;
	color: white;
	padding-left:13px;
	padding-right:13px;
	padding-top:6px;
}

.captionPanel_header .captionPanel_header_arrow{
	background-image:url(../images/purple_box_arrow.png);
	background-repeat:no-repeat;
	height:10px;
	left:16px;
	position:absolute;
	top:33px;
	width:30px;
}

.captionPanel .captionPanel_content{
	background-image: url("../images/gray_gradient_long.png");
	background-repeat: repeat-x; 
	height: 400px;
	padding: 10px;
}

.captionPanel .captionPanel_content table{
	width: 100%;
}

.captionPanel .captionPanel_content .product_name{
	font-size: 12px;
	font-weight: bold;
}

.captionPanel .captionPanel_content .product_description{
	font-size: 10px;
	color: #5C5C5C;
}


.captionPanel .captionPanel_content .item{
	height: 110px;
}

.captionPanel .captionPanel_content .item a{
	font-size: 9px;
	color: #969094;
}

.captionPanel .captionPanel_content .product_image{
	border:1px solid #EAE7E7;
	float:right;
	margin-top: 20px;
}

.captionPanel .captionPanel_button{
	background-image: url("../images/buttons/gray_button.png");
	background-repeat: no-repeat; 
	height: 34px;
	position:absolute;
	width:187px;
	cursor: pointer;
}

.captionPanel_button_link{
	text-decoration: none;	
}

.captionPanel .captionPanel_button .button_text{
	margin-left:40px;
	margin-top:9px;
	color:white;
	font-size:11px
}

.captionPanel hr{
	border-top: 1px dotted silver;
	border-bottom: none;
	border-left: none;
  	border-right: none;
}



.bubble .bubble_top_left_yellow {
	background-image: url('../images/demo/corners/corner_top_left_yellow.png');
}
.bubble .bubble_top_right_yellow {
	background-image: url('../images/demo/corners/corner_top_right_yellow.png');
}
.bubble .bubble_bottom_left_yellow {
	background-image: url('../images/demo/corners/corner_bottom_left_yellow.png');
}
.bubble .bubble_bottom_right_yellow {
	background-image: url('../images/demo/corners/corner_bottom_right_yellow.png');
}
.bubble_top_left_white {
	background-image: url('../images/demo/corners/corner_top_left_white.png');
}
.bubble_top_right_white {
	background-image: url('../images/demo/corners/corner_top_right_white.png');
}
.bubble_bottom_left_white {
	background-image: url('../images/demo/corners/corner_bottom_left_white.png');
}
.bubble_bottom_right_white {
	background-image: url('../images/demo/corners/corner_bottom_right_white.png');
}
.bubble_corner {
	position: absolute;
	width: 4px;
	height: 4px;
}
.bubble_corner_big {
	position: absolute;
	width: 6px;
	height: 6px;
}
.bubble_top_left {
	top: 0px;
	left: 0px;
}
.bubble_top_right {
	top: 0px;
	right: 0px;
}
.bubble_bottom_left {
	bottom: 0px;
	left: 0px;
}
.bubble_bottom_right {
	bottom: 0px;
	right: 0px;
}
.bubble {
	position: relative;
	width: 578px;
	color: #000000;
}
.bubble .bubble_border {
	border: 1px solid #EBC893;
	background-color: #FFFEBA;
	width: 576px;
	height: auto;
}
.bubble_nose_yellow {
	position: absolute;
	top: 60%;
	right: -11px;
	width: 12px;
	height: 23px;
	background-image: url('../images/demo/corners/bubble_nose_yellow.png');
}
.bubble .bubble_text {
	padding: 15px 25px 25px 25px;
	font-size: 13px;
	line-height: 20px;
	width: 526px;
	color: black;
}
.bubble .yellow_title {
	font-weight: normal;
	color: black;
	font-size: 26px;
	padding: 25px 25px 0px 25px;
}

.bubble a{
	text-decoration: underline;
} 

.smile {
	position: absolute;
	top: 0px;
	right: -137px;
}