/* styles within this document are those applicable to client-entered html, assuming that they will be entered via tinymce or other wysiwyg editor where we want styles seen on backend to match what will show on the front side */

/* colors - definitive copy in global.css, copied to others for fast reference

*/

/* include body.mceContentBody in each definition so these styles can be displayed withing
the tinymce editor */

.cms_html {/* cms-entered cms text */ 
	padding: 0 16px;
	font-size: 12px;
	line-height: 18px;
	color: #333; 
}

.cms_html_fix {/* cms-entered cms text */ 
	padding: 0 16px 24px 0;
	font-size: 12px;
	line-height: 18px;
	color: #333;
	min-height: 210px; 
}
.nalich {font-size: 12px;}

.pricebox { width:120px; float:left; font-size:16px; }
.bynonfm { padding-top:7px; width:120px; float:left;}

body.mceContentBody h2, .cms_html h2, div#center .cms_html h2 {
	font-weight: normal;
	font-size: 16px;
	color: #155c9A;
	margin-bottom: 10px;
}

.cms_html_fix h2, div#center .cms_html_fix h2 {
	font-weight: normal;
	font-size: 16px;
	color: #155c9A;
	margin-bottom: 10px;
}

body.mceContentBody p, .cms_html p {
	margin-top: 0;
	margin-bottom: 0;
}

body.mceContentBody h3, .cms_html h3, div#center .cms_html h3 { 
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 7px;
}

.cms_html ul li {
	line-height:16px;
	color:#666;
	font-size:12px;
}

body.mceContentBody ul, .cms_html ul {
	margin-bottom: 8px;
}

body.mceContentBody ul li, .cms_html ul li {
	margin-left: 22px;
	list-style-type: disc;
	list-style-image: url('http://www.pocketwizard.com/_common/img/bullet_white.gif');
}


#content thumbs ul li { list-style-type:none; }

/* ********************************************** */

/* CMS-inserted photos in text blocks */
div.cms_html img.cms_photo_left, div.cms_html img.cms_photo_right, div.cms_html img.cms_photo_center {
	display: block;
	margin: 8px 0;
	float: left;
}


div.cms_html_fix img.cms_photo_right, div.cms_html_fix img.cms_photo_center {
	display: block;
	margin: 8px 7px 0 0;
	float: left;
}



/* CMS-inserted photos with captions */
div.cms_html table.cms_photo_table {
	font-size: 0.9em;
}

div.cms_html img.cms_photo_left, div.cms_html table.cms_photo_caption_left{
	float: left;
	display: inline; /* Fix IE float/margin bug */
	margin-right: 15px;
}

div.cms_html_fix img.cms_photo_left {
	float: left;
	display: inline; /* Fix IE float/margin bug */
	margin-right: 15px;
}

div.cms_html img.cms_photo_right, div.cms_html table.cms_photo_caption_right{
	float: right;
	display: inline; /* Fix IE float/margin bug */
	margin-left: 15px;
}
div.cms_html img.cms_photo_center, div.cms_html table.cms_photo_caption_center{
	margin-right: auto;
	margin-left: auto;
	clear: both;
}

div.cms_html table.cms_photo_table img {
	border: 0;
}

.thumb {
    float: left;
    height: 180px;
    margin: 16px 6px;
    width: 180px;
}


.thumbnail {
    background-color: #F8F8F8;
    border: 1px solid #B2B2B2;
    border-radius: 4px 4px 4px 4px; height: 135px; }
	
.thumbnail img {
    display: block;
    padding: 4px;
    width: 170px;
}

.vimeo a img { margin:16px 0;}