/* reset */
/* PC3 Default Styles - Start */

/* overwriting browser default line-height which is about 18px */
body { 
	line-height: 0px;
}

/* resetting browser defaults (http://developer.yahoo.com/yui/reset/) */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}

/* outline: none prevent the dotted border for <object> within FF3@win (e.g. when embeding flash) */
a,object { outline: none; }
/* display: block prevent space between following elements  */
object {display: block;}

/* special pc3 components */
.pc3body { background-color:#FFFFFF; margin:0px; }
.pc3link { cursor:pointer; }
.pc3popupdesign { display:none; }
.pc3popupdata { display:none; }
.pc3popupwrapper { display:none; }

.pc3richtext a { display: inline !important; }
.pc3richtext script { display: none !important; } /* FIX #1047 */

.pc3layout { display: table; table-layout: fixed; border-spacing:0; empty-cells:show; border-width:0; width:100%; }
.pc3layout > * { display: table-cell; vertical-align:top; }

.pc3tag { width:300px; line-height:16px; font-size:11px; }
.pc3tag div {
	position: relative; clear: both;
	background-color: #CCC;
}

.pc3tag div ul {
	position: absolute; clear: both; width: 100%; top: 0px; left: 0px;
	z-index:1;
	border: 1px solid #AAA;
	background-color: #FFF;
}

.pc3tag div ul li {
	float:none;
	display: block;
}

.pc3tag div ul li.selected {
	float:none;
	margin-right:0px;
	background-color: #BBB;
}

.pc3tag input { border: 0px none; line-height:16px; font-size:11px; }

.pc3tag ul li a {
	display: inline-block;
	margin: 0px;
	padding: 0px 2px;
	text-decoration: none;
}

.pc3tag ul {
	list-style-type: none;
	float: left; width: 300px;
	border: 1px solid #AAA;
	padding: 2px;
	margin:0px;
}

.pc3tag ul li.highlight { background-color: #CAA !important; }
.pc3tag ul li.highlight a { color: #FFF; }
.pc3tag ul li.selected .delete,
.pc3tag ul li.highlight .delete {
	position: relative; display: inline-block; width: 10px; height: 10px; top: 3px;
	background-repeat: no-repeat;
	cursor: pointer;
}

.pc3tag ul li.selected { float:left; margin-right: 2px; background-color: #CCC; }
.pc3tag ul li.selected a { text-decoration: none; }

.pc3-styling-reset {
	margin:0px !important;
	padding:0px !important;
	border: 0px none !important;
	border-radius: 0px !important;
	background-color:none !important;
	background-image:none !important;
}

/* start of clearfix : tested with ie 6+, safari 4.0, firefox 3.5, chrome 3, opera 9 (surround outer box to inner box) */
.clearfix:after {
	content: " "; 
	display: block; 
	height: 0px;
	font-size:0px;
	line-height:0px;
	clear: both; 
	visibility: hidden;
}

* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/* min-height hack for ie6 */
.full-height {	
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

/* IE 6 PNG fix according to: http://www.twinhelix.com/css/iepngfix/ */
.png { behavior: url("iepngfix.htc"); }

.pc3-ui-accordion-box { position: relative; }

.pc3-ui-accordion-box-body {
	overflow: hidden;
	position: relative;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;	
}

.pc3-ui-accordion-box-content {
	bottom: 0px;
	position: relative;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.pc3-ui-accordion-box-header { position: relative; }
.pc3-ui-accordion-box-initial > .pc3-ui-accordion-box-body { height: 0px; }
.pc3-ui-accordion-box-initial > .pc3-ui-accordion-box-body .pc3-ui-accordion-box-content { position: absolute; }

/* PC3 Default Styles - End */