/* Parts Style Sheet © Beyond Content Management - www.psusoftware.com */

/* ============== PART CONTENT SETUP ============== */
div.content > div.part-automenu, div.content > div.part-social-bookmarking, div.content > div.part-page-tools, #ContentPane div.content > div {
	padding: 0;
}
div.content > div { /* give all part content these values apart from those stated above */
	padding: 0;
}

/* ============== Side menu ============== */
.part-automenu ul.links li { 
	list-style-type:none;
	position: relative;
	height: 30px;
}
.part-automenu ul.links li a { 
	display: block;
	text-decoration: none;
} 

/* dropdown */
.part-automenu select {
	font-size: 1em;
	padding: 4px;
	border: 1px solid #b5b5b5;
} 

/* LEFT */
#LeftPane .part-automenu ul.links {
	margin: 6px 0;
} 
#LeftPane .part-automenu ul.links li a { 
	padding: 0 0 0 26px;
	line-height: 30px;
	background: url(/Design/Images/submenu.gif) no-repeat 4px 5px;
	border-bottom: 1px solid #dadada;
} 
#LeftPane .part-automenu ul.links li:hover, #LeftPane .part-automenu ul.links li.selected a { 
	background: url(/Design/Images/submenu-hover.gif) no-repeat 4px 5px;
} 
#LeftPane .part-automenu p.top, #LeftPane .part-automenu p.bottom {
	padding:6px 12px;
} 
/* CONTENT */
#ContentPane .part-automenu ul.links li a { 
	padding: 0 0 0 22px;
	line-height: 30px;
	background: url(/Design/Images/submenu.gif) no-repeat 0 5px;
} 
#ContentPane .part-automenu ul.links li:hover, #ContentPane .part-automenu ul.links li.selected a { 
	background: url(/Design/Images/submenu-hover.gif) no-repeat 0 5px;
} 
#ContentPane .part-automenu p.top, #ContentPane .part-automenu p.bottom {
	padding: 10px 0;
} 

/* RIGHT */
#RightPane .part-automenu ul.links {
	margin: 6px 0;
} 
#RightPane .part-automenu ul.links li a { 
	padding: 0 0 0 26px;
	line-height: 30px;
	background: url(/Design/Images/submenu.gif) no-repeat 4px 5px;
	border-bottom: 1px solid #dadada;
} 
#RightPane .part-automenu ul.links li:hover, #RightPane .part-automenu ul.links li.selected { 
	background: url(/Design/Images/submenu-hover.gif) no-repeat 4px 5px;
} 
#RightPane .part-automenu p.top, #LeftPane .part-automenu p.bottom {
	padding:6px 12px;
} 

/* ============== Contact Us & Quick Register ============== */
br.break { /* not needed anymore but back-compatible */
	line-height:0;
	display:block;
	clear:both;
} 
.part-contact-us p {
	padding-bottom: 10px;
} 
.part-contact-us fieldset.details, .part-quick-register fieldset.details {
	border: none;
} 
.part-contact-us legend, .part-quick-register legend {
	display: none;
}
.part-contact-us fieldset.details label, .part-quick-register fieldset.details label {
	float: left;
	line-height: 34px;
} 
.part-contact-us select.title, .part-quick-register select.title {
	width: 60px;
	float: left;
} 
.part-contact-us input, .part-contact-us textarea, .part-contact-us select, .part-quick-register input, .part-quick-register textarea, .quick-register select {
	margin-top: 4px;
	border: 1px solid #bebebe;
} 
.part-contact-us .button, .part-quick-register .button {
	width: 80px !important;
	background: #ec6200;
	color: #fff;
	border: 1px solid #767676;
	margin: 16px 0;
} 
.part-contact-us span, .part-quick-register span {
	min-height: 34px;
	height: auto !important;
	height: 34px;
	clear: both;
	display: block;
	position: relative;
} 
.part-contact-us span.error, .part-quick-register span.error {
	font-size: 0.8em;
	font-style: italic;
	height: 18px;
	min-height: 18px;
	font-weight: normal;
	position: absolute;
	left: 73px; /* change per col */
	top: 10px;
} 
.part-contact-us p.agree {
	padding: 10px 0 6px 0;
	font-weight: bold;
} 
.part-contact-us div.checkboxes {
	font-size: 0.9em;
} 
.part-contact-us div.checkboxes input {
	margin: 0 6px 0 0;
	width:10px !important;
} 
.part-contact-us div.checkboxes span {
	display: block;
	line-height: 20px;
	min-height: 20px;
	margin-top: 6px;
} 

/* ERROR HANDLING */
.part-contact-us div.errortext {
	border: 1px dashed #FF0000;
	font-size: 0.9em;
	padding: 10px;
} 
.part-contact-us div.errortext ul li {
	list-style: none;
	font-weight: bold;
	color: #F00;
	padding: 4px 0 0 0;
} 

.part-contact-us a.link {
	display: block;
	margin-top: 10px;
	padding-left: 14px;
	background: url(/Design/Images/Parts/back.gif) no-repeat left;
} 

/* LEFT */
#LeftPane .part-contact-us fieldset.details label, #LeftPane .part-quick-register fieldset.details label {
	width: 84px;
	/* float: none;
	line-height: 24px; ADD FOR NEW LINES */
} 
#LeftPane .part-contact-us input, #LeftPane .part-contact-us textarea, #LeftPane .part-quick-register input, #LeftPane .part-quick-register textarea {
	width: 90px;
	/* float: none; ADD FOR NEW LINES */
} 
/* CONTENT */
#ContentPane .part-contact-us fieldset.details label, #ContentPane .part-quick-register fieldset.details label {
	width: 84px;
} 
#ContentPane .part-contact-us input, #ContentPane .part-contact-us textarea, #ContentPane .part-quick-register input, #ContentPane .part-quick-register textarea {
	float: left;
	width: 160px;
} 
#ContentPane .part-quick-register select, #ContentPane .part-contact-us select {
	float: left;
	margin-right: 6px;
} 
#ContentPane .part-contact-us div.checkboxes, #ContentPane .part-contact-us .button, #ContentPane .part-quick-register .button {
	margin-left: 84px;
} 
#ContentPane .part-contact-us input.email {
	width: 240px;
} 
#ContentPane .part-contact-us textarea, #ContentPane .part-quick-register textarea {
	width: 300px;
} 
/* RIGHT */
#RightPane .part-contact-us fieldset.details label, #RightPane .part-quick-register fieldset.details label {
	width: 84px;
	/* float: none;
	line-height: 24px; ADD FOR NEW LINES */
} 
#RightPane .part-contact-us input, #RightPane .part-contact-us textarea, #RightPane .part-quick-register input, #RightPane .part-quick-register textarea {
	width: 90px;
	/* float: none; ADD FOR NEW LINES */
} 

/* ============== Page tools (automenu) ============== */
.part-page-tools > .part-automenu ul.links li.print a { 
	background: url(/Design/Images/Parts/tool-print.gif) no-repeat 16px 50% !important;
}
.part-page-tools > .part-automenu ul.links li.email a { 
	background: url(/Design/Images/Parts/tool-email.gif) no-repeat 16px 50% !important;
}
.part-page-tools > .part-automenu ul.links li.favorites a { 
	background: url(/Design/Images/Parts/tool-favorites.gif) no-repeat 16px 50% !important;
	border-bottom: none;
}
.part-page-tools .part-automenu ul.links li.feedback a { 
	display: none;
}

/* LEFT (overrides the defaults above) */
#LeftPane .part-page-tools .part-automenu ul.links li a { 
	padding-left:34px;
}
#LeftPane .part-page-tools .part-automenu ul.links li:hover {
	background: none;
} 
#LeftPane .part-page-tools > .part-automenu ul.links li.print a { 
	background: url(/Design/Images/Parts/tool-print.gif) no-repeat 10px 50% !important;
}
#LeftPane .part-page-tools > .part-automenu ul.links li.email a { 
	background: url(/Design/Images/Parts/tool-email.gif) no-repeat 10px 50% !important;
}
#LeftPane .part-page-tools > .part-automenu ul.links li.favorites a { 
	background: url(/Design/Images/Parts/tool-favorites.gif) no-repeat 10px 50% !important;
}
/* CONTENT (overrides the defaults above) */


/* RIGHT (overrides the defaults above) */
#RightPane .part-page-tools .part-automenu ul.links li a { 
	padding-left:26px;
}
#RightPane .part-page-tools .part-automenu ul.links li:hover {
	background: none;
} 
#RightPane .part-page-tools > .part-automenu ul.links li.print a { 
	background: url(/Design/Images/Parts/tool-print.gif) no-repeat 3px 50% !important;
}
#RightPane .part-page-tools > .part-automenu ul.links li.email a { 
	background: url(/Design/Images/Parts/tool-email.gif) no-repeat 3px 50% !important;
}
#RightPane .part-page-tools > .part-automenu ul.links li.favorites a { 
	background: url(/Design/Images/Parts/tool-favorites.gif) no-repeat 3px 50% !important;
}


/* ============== Rich Content ============== */
.part-rich-content p {
	padding: 0 0 12px 0;
} 
.part-rich-content > p:last-child {
	padding:0;
}

/* LISTS */
.part-rich-content ul li {
	padding: 0 0 0 26px;
	list-style: none; 
	background: url(/Design/Images/Custom/bullet.gif) no-repeat 10px 9px;
	line-height: 22px;
	min-height: 22px;
	height: auto !important;
	height: 22px;
	position: relative;
} 
.part-rich-content ul li a {
	text-decoration: none;	
	display: block;
} 
.part-rich-content ol {
	margin: 0 40px;
} 
.part-rich-content ol li {
	padding: 0 0 0 0;
	line-height: 18px;
} 

/* HEADERS */
.part-rich-content h6 {
	padding-top: 10px;
	font-size: 1.05em;
	line-height: 1.6em;
} 
.part-rich-content h5 {
	padding-top: 10px;
	font-size: 1.1em;
	line-height: 1.6em;
} 
.part-rich-content h4 {
	padding-top: 10px;
	font-size: 1.15em;
	line-height: 1.6em;
} 
.part-rich-content h3 {
	padding-top: 10px;
	font-size: 1.2em;
	line-height: 1.6em;
} 
.part-rich-content h2 {
	padding-top: 10px;
	font-size: 1.25em;
	line-height: 1.6em;
} 
.part-rich-content h1 {
	padding-top: 10px;
	font-size: 1.3em;
	line-height: 1.6em;
} 

/* ============== Page Summary ============== */
.part-auto-summary .top-label {

} 
.part-auto-summary ul {
	
} 
.part-auto-summary ul li {
	list-style: none;
	clear: both;
}  
.part-auto-summary ul li h3 a {
	text-decoration: none;
	font-weight: normal;
} 
.part-auto-summary ul li span.description {
	
} 
.part-auto-summary ul li a.link {
	margin: 10px 0;
	padding: 2px;
	display :block;
	color: #000;
	text-decoration: none;
} 

/* LEFT */

/* CONTENT */
#ContentPane .part-auto-summary ul li {
	padding: 6px 0;
} 
#ContentPane .part-auto-summary ul li:first-child {
	
} 
#ContentPane .part-auto-summary ul li a.thumb img {
	width: 100px;
	float: left;
} 
#ContentPane .part-auto-summary ul li .info {
	padding: 0 10px;
} 
#ContentPane .part-auto-summary ul li .info span.description {
	font-size: 0.95em;
	padding-right: 20px;
} 
#ContentPane .part-auto-summary ul li .yes-thumb {
	margin: 0 0 0 100px;
	padding-top: 4px;
} 
#ContentPane .part-auto-summary ul li .no-thumb {
	margin: 10px 0 0 0;
	padding: 0 10px 0 0;
} 
#ContentPane .part-auto-summary ul li h3 {
	font-size: 1.3em;
	line-height: 1.3em;
	padding: 0 0 4px 0;
} 

/* RIGHT */

/* EDIT MODE */
.part-auto-summary ul li img.icon {
margin:0;
float:right;
} 
.part-auto-summary ul li a.edit {
margin:0 5px 0 0;
float:right;
} 

/* ============== Policies ============== */
.part-use-policy .logo-area, .part-privacy-policy .logo-area {
	display: none;
} 
.part-use-policy .content, .part-privacy-policy .content {
	padding-top: 180px;
	background: url(/Design/Logo/Logo.jpg) no-repeat 50% 0;
	width: 600px;
	margin: 10px auto;
} 
.part-use-policy a.back, .part-privacy-policy a.back {
	margin: 10px 0;
	padding-left: 14px;
	background: url(/Design/Images/Parts/back.gif) no-repeat left;
	display: block;
} 
.part-use-policy ol li, .part-privacy-policy ol li { 
	list-style-type: decimal;
	color: #323232;
	margin: 10px 30px;
} 
.part-use-policy ul, .part-privacy-policy ul {
	margin: 10px 0 0 0;
} 
.part-use-policy ul li, .part-privacy-policy ul li {
	padding: 0 0 0 26px;
	list-style: none; 
	background: url(/Design/Images/Custom/bullet.gif) no-repeat 10px 9px;
	line-height: 22px;
} 

/* ============== My Profile ============== */
.part-my-profile h3 {
border-bottom:1px solid #ccc;
font-size:1.4em;
padding-left:40px;
line-height:40px;
} 
.part-my-profile h3 a {
text-decoration:none;
font-size:0.7em;
} 
.part-my-profile div.details h3 {
background:url(/Design/Images/Parts/profile-details.gif) no-repeat left;
} 
.part-my-profile div.address h3 {
background:url(/Design/Images/Parts/profile-address.gif) no-repeat left;
} 
.part-my-profile div.privacy h3 {
background:url(/Design/Images/Parts/profile-privacy.gif) no-repeat left;
} 
.part-my-profile div.edit h3 {
background:url(/Design/Images/Parts/profile-edit.gif) no-repeat left;
} 
.part-my-profile div.password h3 {
background:url(/Design/Images/Parts/profile-password.gif) no-repeat left;
} 

.part-my-profile div.edit h3.address {
background:url(/Design/Images/Parts/profile-address.gif) no-repeat left;
margin-top:16px;
} 
.part-my-profile div.edit h3.contact {
background:url(/Design/Images/Parts/profile-contact.gif) no-repeat left;
margin-top:16px;
} 
.part-my-profile div.edit h3.images {
background:url(/Design/Images/Parts/profile-images.gif) no-repeat left;
margin-top:16px;
} 
.part-my-profile div.edit h3.privacy {
background:url(/Design/Images/Parts/profile-privacy.gif) no-repeat left;
margin-top:16px;
} 
.part-my-profile img {
float:right;
margin:20px;
width:150px;
} 
.part-my-profile div {
clear:both;
margin-bottom:20px;
float: none;
} 
.part-my-profile div ul {
margin:10px 0 0 40px;
} 
.part-my-profile div.address ul {
margin:10px 0 0 40px;
} 
.part-my-profile div.details ul {
float:left;
} 
.part-my-profile div ul li {
list-style:none;
line-height:24px;
} 
.part-my-profile div ul li span {
font-weight:bold;
} 
.part-my-profile div ul li span.ext {
font-weight:normal;
color:#666666;
} 
.part-my-profile div.details ul li {
font-size:1.2em;
line-height:32px;
} 
.part-my-profile div.options {
padding:30px 0;
} 
.part-my-profile div.options input {
float:right;
margin-right:20px;
} 
.part-my-profile fieldset {
border:none;
margin-top:20px;
} 
.part-my-profile legend {
display:none;
} 
.part-my-profile label {
display:block;
line-height:26px;
}
.part-my-profile input {
margin-bottom:10px;
}
.part-my-profile span.checkbox input {
display:inline;
float:left;
} 
.part-my-profile span.checkbox label {
padding:0 0 10px 20px;
line-height:18px;
}
.part-my-profile div.password ul {
margin-left:0;
}
.part-my-profile div.password ul li {
color:#FF0000;
}
.part-my-profile div.password div.options {
padding:0 0 30px 0;
} 