/* prototip.css : http://www.nickstakenburg.com/projects/prototip */
.prototip {
	position: absolute;
}

.prototip .effectWrapper {
	position: relative;
}

.prototip .tooltip {
	position: relative;
}

.prototip .toolbar {
	position: relative;
	display: block;
}

.prototip .toolbar .title {
	display: block;
	position: relative;
}

.prototip .content {
	clear: both;
}

.prototip .toolbar a.close {
	position: relative;
	text-decoration: none;
	float: right;
	width: 15px;
	height: 15px;
	background: transparent url( "/images/prototip/close.gif" );
	display: block;
	line-height: 0;
	font-size: 0;
	border: 0;
}

.prototip .toolbar a.close:hover {
	background: transparent url( "/images/prototip/close_hover.gif" );
}

.iframeShim {
	position: absolute;
	border: 0;
	margin: 0;
	padding: 0;
	background: none;
}

/* Tooltip styles */
.prototip .default {
	width: 245px;
	height: 149px;
	color: black;
	background: transparent url( "/images/layout/showroom/bubble_background_male.png" ) left top no-repeat;
	position: relative;
}

body.womens .prototip .default {
	background-image: url( "/images/layout/showroom/bubble_background_female.png" );
}

body.ie6 .prototip .default {
	background-image: url( "/images/layout/showroom/bubble_background.gif" );
}

.prototip .default .content .tooltip {
	height: 125px;
}

.prototip .default .toolbar {
	background: transparent;
	font: italic 17px Georgia, serif;
}

.prototip .default .title {
	padding: 5px;
}

.prototip .default .content {
	color: #292a2a;
	font: 10px Verdana, Helvetica, sans-serif;
}

.prototip .default .content h3 {
	width: 155px;
	float: left;
	text-align: left;
	font-size: 1.2em;
	margin: 0;
	padding: 5px 0 0 30px;
	height: 36px;
}

.prototip .default img.prodcategory {
	position: absolute;
	top: 5px;
	right: 5px;
}

.prototip .default p {
	text-align: left;
	margin: 0 3px 5px 30px;
	clear: both;
}

div:hover.prototip .default p.call_to_action span {
	text-decoration: underline;
}

.prototip .default p.call_to_action span {
	padding-right: 10px;
	background-position: right;
	background-repeat: no-repeat;
}

.prototip .default p.call_to_action a {
}

body.mens .prototip .default p.call_to_action span {
	background-image: url(/images/mens_list_arrow.gif);
}

body.womens .prototip .default p.call_to_action span {
	background-image: url(/images/womens_list_arrow.gif);
}
