/* CSS Document */

/* DEFAULT */

#protosmap-content p {
	display: inline;
}

#protosmap-content p a {
	color: #1c4488;
	text-decoration: underline;
}

#protosmap-content p a:hover {
	color: #445e8b;
	text-decoration: none;
}


/* MAIN IDs */

#popup-content {
	padding: 15px 15px 0px 30px;
	margin: 0px 0px 0px 0px;
	clear: both;
}

#popup-footer {
	background: #445e8b;
	color: #ffffff;
	height: 20px;
	padding: 0px 5px 0px 5px;
	clear: both;

	font-size: 11px;
	text-align: right;
}

#smap-header-icon {
	float: left;
	height: 25px;
	width: 28px;
	clear: left;
}

#breaker {
	clear: both;
	height: 15px;
}

/* VIDEO */

#main-video-thumb {
	margin-right: 5px;
	border: 5px #1c4488 solid;
	width: 100px;
	clear: left;
	position: inherit;
	float: left;
}

#main-video-info {
	font-size: 12px;
	position: inherit;
}

.watch-btn, a.watch-btn {
	color: #ffffff;
	background: #1c4488;
	padding: 0px 5px 0px 5px;
}

div#rel-p-label {
	font-size: 14px;
	margin-bottom: 5px;
}

div#rel-p-label span.label-p-icon {
	float: left;
	margin: 0px 2px 5px 0px;
}

div#rel-p-label span.label-p-title {
	font-weight: bold;
	color: #445e8b;
}

#rel-p-thumbs-container {
	margin-top: 10px;
	clear: both;
}

#rel-smap-photo-thumb {
	margin-right: 2px;
	width: 45px;
}


/* PHOTO */
#main-photo-thumb {
	margin: 5px 8px 5px 0px;
	width: 75px;
}

div#rel-v-label {
	font-size: 14px;
	margin-bottom: 5px;
	clear: both;
}

div#p-instructions {}

div#p-thumbs-container {}

div#rel-v-label span.label-v-icon {
	float: left;
	margin: 0px 2px 5px 0px;
}

div#rel-v-label span.label-v-title {
	font-weight: bold;
	color: #445e8b;
}


#rel-v-thumb {
	margin: 0px 0px 5px 4px;
	float: left;
	position: relative;
	border: 3px #1c4488 solid;
	width: 50px;
}

div#popup-related-v div.rel-v-info {
	font-size: 12px;
	position: inherit;
}





/* Pagination */
div#popup-pagination {
	/*padding: 3px;*/
	margin: 5px 0px 5px 0px;
	clear: both;
}

div#popup-pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px 2px 2px 0px;
	border: 1px solid #1c4488;
	
	text-decoration: none;
	color: #1c4488;
}
div#popup-pagination a:hover, div#popup-pagination a:active {
	border: 1px solid #6684b8;
	color: #6684b8;
}
div#popup-pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px 2px 2px 0px;
	border: 1px solid #1c4488;
	font-weight: bold;
	background-color: #1c4488;
	color: #FFF;
	}
div#popup-pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px 2px 2px 0px;
	border: 1px solid #8db2d3;
	color: #8db2d3;
	}
/* End Pagination */


/* Other Classes */

.prototip .protopenkat .toolbar {
	background: url(http://test.penkat.com/include/otherimages/popup_headerbg.gif) top left repeat-x;
}

.popup-header {
	color: #ffffff;
}

.smap-header-loc {
	font-size: 11px;
}

.popup-container {
	float: left;
}

.popup-container .popups {
	list-style-type: none;
	list-style-position: outside;
	clear: both;
}