/*
 *  Standard Redefine Tags
 */
hr {
	height: 1px;
	border: 0px solid #b3b3b3;
	border-top-width: thin;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #515151;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #515151;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #999999;
}

input.textfield {
	height: 18px;
	background-color: #FFFFFF;
}

input.filefield {
	height: 22px;
}

input.radioButton,input.inputImage,input.checkbox {
	border: 0px;
}

input.button {
	border: 1px outset #4a86b2;
	background: #85ABF1;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 7px 2px 7px;
}

textarea,select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #666666;
}

img {
	border: 0px;
}

th {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	background-color: #858585;
	padding: 5px;
}

form {
	margin: 0px;
}

h1 {
	margin-top: 10px;
	margin-bottom: 15px;
}

h2 {
	margin-top: 4px;
	margin-bottom: 4px;
	color: #787a7d;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
}

h3 {
	margin-top: 7px;
	margin-bottom: 8px;
	color: #F7931E;
	font-size: 18px;
}

img.imgFrame {
	border: 1px #C4C4C4 solid;
}

/*
 *  Link redefining css
 */
a:link,.link {
	color: #003366;
	text-decoration: none;
}

a:visited {
	color: #003366;
	text-decoration: none;
}

a:hover,.link:hover {
	color: #003366;
	text-decoration: underline;
}

a:active {
	color: #003366;
	text-decoration: underline;
}

.link {
	cursor: pointer;
}

/*
 *  Tab Table css
 */
.tabTableTop {
	padding: 3px 0;
	font-weight: bolder;
	/*border-bottom:		1px #bfbfbf solid;*/
	color: #699eb3;
}

.tabTable {
	width: 100%;
	height: 100%;
	vertical-align: baseline;
}

.tabTableBody { /*
	border-right: 		1px solid #bfbfbf;
	border-left: 		1px solid #bfbfbf;
	border-bottom: 		1px solid #bfbfbf;
	vertical-align: 	top;
	padding:		15px;
	*/
	
}

.tabTableTab {
	white-space: nowrap;
}

.tabTableTabSelected {
	white-space: nowrap;
}

a.tabTableTextSelected:active {
	color: #FFFFFF;
	font-weight: bold;
}

a.tabTableTextSelected:visited {
	color: #FFFFFF;
	font-weight: bold;
}

a.tabTableTextSelected:link {
	color: #FFFFFF;
	font-weight: bold;
}

a.tabTableTextSelected:hover {
	color: #FFFFFF;
	font-weight: bold;
}

a.tabTableText:active {
	color: #FFFFFF;
	font-weight: bold;
}

a.tabTableText:visited {
	color: #FFFFFF;
	font-weight: bold;
}

a.tabTableText:link {
	color: #FFFFFF;
	font-weight: bold;
}

a.tabTableText:hover {
	color: #FFFFFF;
	font-weight: bold;
}

/*
 *  Standard Table css
 */
.tableHeader {
	padding: 3px 5px 3px 5px;
	font-weight: bolder;
	border-bottom: 1px #bfbfbf solid;
	color: #699eb3;
	white-space: nowrap;
	background-color: transparent;
}

.tableTable {
	
}

.tableRowStandard {
	height: 24px;
	vertical-align: middle;
}

.tableRowAlternate {
	background-color: #dadee2;
	height: 24px;
	vertical-align: middle;
}

table.tableTable td {
	padding: 3px 5px 3px 5px;
}

/*
 *  Wrapper Table css
 */
.wrapTable {
	border: 1px solid #bfbfbf;
	padding: 4px 4px 4px 4px;
}

.wrapHeader {
	background: url("/images/table/info_table_t.gif") repeat-x;
	color: #FFFFFF;
	font-weight: bolder;
	font-size: 16px;
	white-space: nowrap;
}

.wrapHeaderLeft {
	float: left;
}

.wrapHeaderRight {
	font-size: 12px;
	float: right;
}

.wrapBody {
	padding-top: 3px;
}

.wrapHeaderBanner {
	
}

.wrapFooterBanner {
	
}

.wrapFooter {
	background: url("/images/table/info_table_b.gif") repeat-x;
}

a.wrapLink:link {
	color: #699eb3;
	font-size: 10px;
}

a.wrapLink:visited {
	color: #699eb3;
	font-size: 10px;
}

a.wrapLink:hover {
	color: #82bdd4;
	text-decoration: underline;
	font-size: 10px;
}

a.wrapLink:active {
	color: #699eb3;
	font-size: 10px;
}

/*
 *  System message css
 */
div.errorMessage {
	border: #C4C4C4 1px solid;
	padding: 8px;
	background-color: #FFD8D8;
	margin-bottom: 5px;
}

div.notifyMessage {
	border: #C4C4C4 1px solid;
	padding: 8px;
	background-color: #E4EECF;
	margin-bottom: 5px;
}

div.debugMessage {
	padding: 8px;
	margin-bottom: 5px;
	clear: both;
}

div.warnMessage {
	border: #C4C4C4 1px solid;
	padding: 8px;
	background-color: #ffff88;
	margin-bottom: 5px;
}

/*
 *  Application Headings
 */
div.heading1 {
	padding: 3px;
	border-bottom: 1px solid black;
	margin-bottom: 3px;
	font-weight: bolder;
}

div.heading2 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
}

div.heading3 {
	font-size: 18px;
	font-weight: bold;
	color: #F7931E;
}

div.heading4 {
	font-size: 15px;
	font-weight: bold;
	color: rgb(100, 100, 100);
	margin-top: 10px;
}

/*
 *  Table Form css
 */
.tableCellContent {
	height: 25px;
	vertical-align: top;
}

.tableCellRequired {
	height: 25px;
	vertical-align: text-top;
	color: red;
}

.tableCellLabel {
	vertical-align: top;
}

/*
 *  Progress Bar css
 */
.progress_on {
	color: #FFFFFF;
	font-weight: bolder;
	padding-left: 3px;
	padding-top: 4px;
	white-space: nowrap;
}

.progress_off {
	color: #FFFFFF;
	font-weight: bolder;
	padding-left: 3px;
	padding-top: 4px;
	white-space: nowrap;
}

.progress_passed {
	color: #FFFFFF;
	font-weight: bolder;
	padding-left: 3px;
	padding-top: 4px;
	white-space: nowrap;
}

.sub_progress_message {
	font-weight: bolder;
}

/*
 *  Misc Application css
 */
.industryNameHeader {
	font-weight: bolder;
}

.productNameHeader {
	font-weight: bolder;
}

.programNameHeader {
	font-weight: bolder;
}

/*
 *  Application Section Headings
 */
.page_heading {
	color: #063B82;
	font-size: 20px;
	font-weight: bold;
	margin-left: 12px;
	margin-right: 5px;
}

.page_heading_sub {
	color: #225899;
	font-size: 15px;
}

.page_heading_div {
	
}

.section_heading {
	color: #3283a6;
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
}

.section_heading_sub {
	color: #3283a6;
	font-size: 12px;
	margin: 0px 0px 20px 0px;
}

.section_heading_div {
	margin-top: 10px;
	margin-bottom: 5px;
	border-bottom: 2px dotted #CCCCCC;
}

/*
 *  Application Primary/Secondary Classes
 */
.primary_01 {
	color: #063B82;
	font-size: 17px;
	font-weight: bold;
}

.primary_02 {
	color: #787a7d;
	font-size: 15px;
	font-weight: bold;
}

.primary_03 {
	color: #225899;
}

.secondary_01,a:visited.secondary_01,a:link.secondary_01 {
	color: #699eb3;
	font-size: 17px;
	font-weight: bold;
}

.secondary_02,a:visited.secondary_02,a:link.secondary_02 {
	color: #699eb3;
	font-size: 15px;
	font-weight: bold;
}

.secondary_03,a:visited.secondary_03,a:link.secondary_03 {
	color: #699eb3;
}

.primary-margin {
	margin-top: 5px;
	margin-bottom: 3px;
}

.secondary-margin {
	margin-top: 3px;
	margin-bottom: 5px;
}

/*
 *  Horiz & Vert Lines
 */
.vertical_line {
	border-right: 2px dotted #CCCCCC;
}

.horizontal_line {
	border-bottom: 2px dotted #CCCCCC;
	width: 150px;
}

/*
 *  Campaign Job Accordian
 */
.jobWrapper {
	border: 1px solid #FFFFFF;
	width: auto;
	width: expression("100%");
}

.jobDisplayHeader {
	color: #FFFFFF;
	font-weight: bolder;
	font-size: 16px;
	cursor: pointer;
	padding: 4px;
}

.jobDisplay {
	background: url("/images/table/info_table_t.gif") repeat-x;
	height: 25px;
	width: 100%;
}

.jobStretcher {
	width: 100%;
	height: 100%;
	background: rgb(255, 255, 255);
}

.jobTable {
	width: 100%;
}

/*
 *
 */
.editorMenu { /*visibility: 	hidden;*/
	display: none;
	position: absolute;
	margin-top: 22px;
	z-index: 99999999;
}

.editorItem {
	width: 40px;
	text-align: center;
	color: white;
	cursor: pointer;
	background: url("/images/en/editor/toolbar_bg.gif");
}

.editorHolder { /*padding-bottom:		5px;*/
	
}

.editorColourtable {
	border-collapse: collapse;
	width: 200px;
}

.editorColourtable td {
	cursor: pointer;
	width: 12px;
	height: 12px;
	border: 1px solid #000;
}

.small {
	font-size: 8px;
}

.med {
	font-size: 12px;
}

.aBodyFrame {
	width: 986px;
	margin: 0px auto 0px auto;
}

.aBody {
	border: 1px #bfbfbf solid;
	padding: 7px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
}

.aBodyContent {
	width: 100%;
	display: table;
}

/* pagination classes */
div.pagination {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	white-space: nowrap;
}

div.pagination a {
	margin: 1.5px;
	padding-left: 3px;
	padding-right: 3px;
	border: 1px solid rgb(200, 200, 200);
	background: rgb(240, 240, 240);
	color: #515151;
	font-size: 9px;
}

div.pagination a:hover {
	background: rgb(255, 246, 143);
	text-decoration: none;
}

div.pagination a.selected {
	font-weight: bold;
	border: 1px solid rgb(200, 200, 255);
	background: rgb(220, 220, 255);
}

div.pagination a.disabled {
	border: 1px solid rgb(200, 200, 200);
	background: rgb(220, 220, 220);
	color: #919191;
}

div.pagination a.disabled:hover {
	border: 1px solid rgb(200, 200, 200);
	background: rgb(220, 220, 220);
}

a.workspace_link {
	background: url("/images/misc/bullet.gif") left no-repeat;
	padding-left: 15px; #
	margin-left: 100px;
	margin-bottom: 20px;
	display: block;
}

input.signoff_checkbox {
	height: 15px;
	width: 15px;
}

table {
	text-align: left;
}

.desc {
	margin: 10px;
}

p.information {
	font-size: 10px;
}

#campaign_preview div.calculator {
	margin: 10px 0 0 0;
	background: rgb(163, 201, 251);
	background: rgb(173, 211, 255);
	border: 1px solid #003366;
	width: 200px;
}

#campaign_preview .calculator h3 {
	font-size: 15px;
	font-weight: bold;
	color: #003366;
	display: block;
}

/* calculator */
.calculator {
	padding: 4px;
	max-width: 200px;
}

.calculator h3 {
	display: none;
}

ul.calc_details {
	list-style: none;
	padding: 0;
	margin: 0;
	text-indent: 0;
}

ul.calc_details li {
	clear: both;
	margin: 0;
	padding: 0;
	text-indent: 0;
	padding-bottom: 3px;
	display: table;
	width: 100%;
	white-space: nowrap;
}

ul.calc_details li dl {
	margin: 0;
	padding: 0;
	clear: both;
}

ul.calc_details li * dt {
	clear: both;
	width: 80px;
	margin: 0;
	padding: 0 3px 0 0;
	float: left;
	text-align: right;
	white-space: normal;
}

ul.calc_details li * dd {
	float: left;
	margin: 0px;
	padding: 0px;
}

div.calc_heading {
	padding: 7px;
	font-weight: bold;
}

div.calculator * input {
	width: 67px;
	height: 15px;
	text-align: center
}

div.calculator * .button {
	width: 70px;
	height: 20px;
	padding: 0;
}

div.calculator div.error {
	color: rgb(0, 0, 0);
	text-align: center;
	font-size: x-small;
	background: rgb(200, 100, 100);
	border: 1px solid rgb(100, 0, 0)
}

/** purl **/
#add_question a {
	width: 175px;
	text-align: center;
	padding: 10px;
	background: rgb(133, 171, 241);
	font-size: 16px;
	color: white;
	font-weight: bold;
	border: 1px solid rgb(103, 141, 201);
}

#add_question a:hover {
	text-decoration: none;
	background: rgb(153, 191, 255);
}

#purl_page_number a {
	font-size: 13px;
	margin: 4px;
	padding-left: 4px;
	padding-right: 4px;
}

#purl_question_bar {
	display: table;
	width: 800px;
	margin: 0 auto 0 auto;
}

/** accordian **/
div.accordian {
	width: 750px;
}

div.accordian_tab {
	cursor: pointer;
	background: blue;
	color: white;
	height: 20px;
	font-size: 16px;
	margin-top: 5px;
	padding: 5px;
	background: rgb(194, 213, 248);
	font-weight: bold;
}

div.accordian_tab span {
	font-size: 12px;
}

div.accordian div.selected {
	
}

div.accordian div.deliveryOption {
	float: left;
	text-align: center;
	vertical-align: midde;
}

div.accordian div.deliveryIcon {
	float: left;
	padding-right: 14px;
}

div.accordian div.deliveryLink {
	padding-right: 14px;
}

div.accordian_content {
	display: none;
	background: white;
}

/* buy more & save classes */
#buymore {
	text-align: center;
	width: 100%;
	border: 1px solid rgb(133, 171, 241);
	margin-top: 20px;
}

#buymore h4 {
	background: rgb(133, 171, 241);
	color: rgb(255, 255, 255);
	font-weight: bold;
	margin: 0;
	text-align: center;
	font-size: 16px;
	line-height: 22px;
	padding: 0 5px 0 5px;
}

#buymore * ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#buymore * li.title {
	margin: 0;
	width: 100%;
	background: rgb(133, 171, 241);
	text-align: center;
	color: rgb(255, 255, 255);
	font-weight: bold;
	cursor: pointer;
}

#buymore * li.price {
	padding: 0px;
	margin: 0px;
	text-indent: 0px;
	width: 100%;
	cursor: pointer;
	text-align: center;
}

/* template select filters */
div.filter_list {
	background: rgb(133, 171, 241);
	margin: 10px 0 0px 0;
	height: 51px;
}

ul.filter_list {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	text-indent: 0;
}

ul.filter_list li {
	margin: 0px;
	float: left;
	padding: 10px 20px 0px 10px;
	height: 40px;
}

ul.filter_list li dl {
	font-size: 15px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-indent: 0;
}

ul.filter_list li.selected {
	background: rgb(173, 211, 255);
	border: 1px solid #003366;
	border-bottom: none;
}

ul.filter_list li.selected dl dt {
	color: rgb(0, 0, 255);
	text-align: left;
}

ul.filter_list li dl.selected dt a {
	color: rgb(0, 0, 255);
}

ul.filter_list li dd {
	color: #003366;
	font-size: 14px;
	margin: 0;
	font-weight: normal;
}

ul.filter_list li dd input {
	width: 120px;
}

ul.filter_list li dd input.button {
	width: auto;
}

div.filter_select {
	background: rgb(173, 211, 255);
	border: 1px solid #003366;
	/*height: 		151px;*/
	width: 100%;
}

#keyword_holder {
	padding: 10px 10px 0px 0px;
}

#keyword_holder input {
	width: 130px;
}

#keyword_holder input.button {
	width: 70px;
}

#panel_template {
	clear: both;
}

/* slider */
#slider {
	
}

#viewport {
	overflow: hidden;
	position: relative;
	width: 775px;
}

#plate {
	width: 10000px;
	position: relative;
}

#plate ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-indent: 0;
}

#plate ul li {
	margin: 0;
	padding: 0;
	text-indent: 0;
	display: inline;
}

#scrolltrack {
	background: rgb(213, 231, 255);
	cursor: pointer;
	border-top: 1px solid #003366;
	border-bottom: 1px solid #003366;
}

#scrollbar {
	width: 60px;
	height: 20px;
	background: url("/images/misc/left_slider_bg.gif") left no-repeat;
	position: relative;
}

#scrollbar div {
	background: url("/images/misc/right_slider_bg.gif") right no-repeat;
	height: 100%;
}

#scrollbar div div {
	
}

/* */
ul.asset_languages {
	list-style: none;
	padding: 30px 0 0 0;
	margin: 0 auto 0 auto;
	text-align: center;
	width: 600px;
}

ul.asset_languages li {
	float: left;
	width: 190px;
	cursor: pointer;
	text-align: center;
	padding-bottom: 10px;
	font-size: 12px;
}

ul.asset_languages li.selected {
	color: blue;
}

ul.asset_languages li.selected a {
	color: blue;
}

/* */
ul.delivery_methods {
	list-style: none;
	padding: 10px 0 0 0;
	margin: 0 0 0 30px;
}

ul.delivery_methods li {
	cursor: pointer;
	padding-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
}

ul.delivery_methods li.selected {
	color: blue;
}

ul.delivery_methods li.selected a {
	color: blue;
}

/* template selection */
ul.asset_category_tree {
	list-style: none;
	padding: 0;
	clear: both;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	display: table;
	/*border-bottom: 1px solid grey;*/
	text-align: center;
	width: 100%;
}

ul.asset_category_tree li {
	float: left;
	width: 190px;
	padding-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
}

ul.asset_category_tree li.selected {
	color: blue;
}

ul.product_list {
	list-style: none;
	padding: 0;
	margin: 0;
	clear: both;
	text-align: center;
	text-align: center;
	clear: both;
	display: table;
	text-indent: 0;
}

ul.product_list li {
	text-indent: 0;
	margin: 0;
	padding: 0;
	float: left;
	width: 220px;
	cursor: pointer;
	text-align: center;
}

ul.product_list li.selected {
	color: blue;
}

ul.product_list li.selected * {
	color: blue;
}

#product_list .selected * {
	color: blue;
}

#template_pagebar a {
	font-size: 13px;
	margin: 4px;
	padding-left: 4px;
	padding-right: 4px;
}

#purl_template_select ul {
	list-style: none;
	clear: both;
}

#purl_template_select ul li {
	display: inline;
	float: left;
	width: 250px;
	margin: 10px;
}

#purl_template_select ul li {
	text-align: center;
}

a.select_link {
	padding-left: 20px;
	background: url("/images/icons/user/icon_select.gif") left no-repeat;
	font-weight: bold;
}

a.preview_link {
	padding-left: 20px;
	background: url("/images/icons/user/icon_view.gif") left no-repeat;
	font-weight: bold;
}

#preview_frame {
	border: 1px solid rgb(150, 150, 150);
}

.emaileditor_iframe {
	border: 1px solid #000000;
}

.email_text_editor {
	width: 100%;
	height: 400px;
}

.progress_bar {
	border: 1px solid #CCCCCC;
}

/**
* some base classes
*
**/
.clear {
	clear: both;
}

.c {
	text-align: center;
}

.l {
	text-align: left;
}

.r {
	text-align: right;
}

.b {
	font-weight: bold;
}

.five {
	width: 4.5%;
}

.ten {
	width: 9.5%;
}

.fourty {
	width: 39%;
}

.fourtyfive {
	width: 45%;
}

.fifty {
	width: 48%;
}

.sixty {
	width: 59%;
}

.top {
	vertical-align: top;
}

.right {
	text-align: right;
}

.float {
	float: left;
}

.floatl {
	float: left;
}

.floatr {
	float: right;
}

.wrap {
	white-space: normal;
}

.nowrap {
	white-space: nowrap;
}

ul.clean_list {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.small {
	font-size: 9px;
}

.tiny {
	font-size: 7px;
}

.dtable {
	display: table;
}
/*
light blue:		rgb(133,171,241);
standard blue:	rgb(194,213,248);
*/
.cartPrice {
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 4px;
	margin-bottom: 4px;
	color: #787a7d;
	font-size: 14px;
	font-weight: bold;
}

.cartItemHeader {
	margin-top: 4px;
	margin-bottom: 4px;
	color: #787a7d;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

.cartSummaryLabel {
	padding-top: 5px;
	color: #787a7h;
	font-size: 14px;
	font-weight: bold;
}

.cartSubSummaryLabel {
	padding-top: 5px;
	color: #787a7h;
	font-size: 12px;
	font-size: normal;
}

.pageHeading {
	margin-top: 7px;
	margin-bottom: 8px;
	color: #787a7d;
	font-size: 18px;
	font-weight: bold;
}

.pageSubHeading {
	color: #787a7d;
	font-size: 15px;
	font-weight: bold;
}

ul.finalize {
	list-style: none;
	margin: 0;
	padding: 0;
	text-indent: 0;
}

.indent {
	padding-left: 25px;
}

.indent-bottom {
	margin-bottom: 15px;
}

.smartdropdown-container {
	position: relative;
	display: inline-block;
}

.smartdropdown-container input {
	height: 20px;
}

.smartdropdown-iframe {
	position: absolute;
	margin: 0;
	padding: 0;
	overflow: none;
	display: none;
	top: 0;
	left: 0;
	z-index: 399;
	filter: alpha(opacity = 0);
}

.smartdropdown-results {
	position: absolute;
	border: 1px solid #999;
	background-color: #fff;
	display: none;
	top: 0;
	left: 0;
	z-index: 400;
}

.smartdropdown-results ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.smartdropdown-results ul li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid transparent;
}

.smartdropdown-results ul li a,.smartdropdown-results ul li a:visited,.smartdropdown-results ul li.norecords
	{
	color: #000;
	padding: 6px;
	display: block;
	margin: 0;
}

.smartdropdown-results ul li a:hover,.smartdropdown-results ul li.current a
	{
	background-color: #aaf;
	text-decoration: none;
}

.smartdropdown-results ul li a strong {
	font-weight: bold;
	display: block;
}

.header-button {
	padding: 0;
	margin: 0;
	display: inline;
	text-decoration: underline;
	background: none;
	border: none;
}

#demographic_children_present {
	padding-top: 15px;
	padding-bottom: 15px;
}

/************************/
/*  BEM Content Area    */
/************************/
#bem_content_container {
	
}

#bem_content_container .selected {
	font-weight: bold;
}

#templates_container:first-child td {
	min-height: 270px;
}

.colorbox-template-preview img {
	min-height: 200px;
	height: 200px;
}

/************************/
/*  BEM Industry Tab    */
/************************/
#sub_industry_header {
	margin: 10px;
	font-size: 16px;
	font-weight: bold;
}

#sub_industry_header span.selected_industry {
	font-weight: normal;
	font-style: italic;
}

#sub_industry_header span.change_link {
	font-weight: normal;
	font-size: 12px;
}

/*****************/
/*  BEM Summmry  */
/*****************/
.summary_bottom_td h3 {
	margin: 0;
}

.summary_bottom_td,#summary_template,#summary_campaign_total,#summary_profile
	{
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px solid #cccccc;
}

.summary_heading h3,.summary_medium_heading h3 {
	margin: 0 0 10px;
}

.summary_medium_heading_content {
	margin: 0 0 10px;
}

#summary_campaign_total h2 {
	margin: 10px 0 0;
	font-size: 24px;
	color: #FF9933;
}

#summary_profile h4 {
	padding: 0 0 10px;
	border-bottom: 1px solid #cccccc;
	margin: 0 0 10px;
}

#summary_profile .summary_heading {
	
}

#summary_profile .profile_image {
	
}

#summary_profile .profile_image img {
	width: 200px;
}

#summary_profile .profile_name {
	
}

#summary_profile .profile_description {
	
}

#summary_profile .profile_change_link {
	margin: 10px 0 0;
}

#summary_profile .profile_image_container {
	float: left;
	width: 200px;
	margin-right: 20px;
}

#summary_profile .profile_description_container {
	float: left;
	width: 542px;
}

#summary_template {
	
}

#summary_template .summary_template_preview {
	float: left;
	margin: 0 10px 0 0;
}

#summary_template .summary_template_preview img {
	min-height: 100px;
	border: 1px solid #cccccc;
}

#summary_template .summary_edit_link {
	margin: 10px 0 0;
}

/*****************/
/*  BEM Sidebar  */
/*****************/
#bemsidebar {
	margin: 5px 0 10px;
	width: 216px;
}

#bemsidebar_reasoning {
	background: #E2F1F9;
	color: #000000;
	font-weight: normal;
	margin: 0 0 10px;
	padding: 10px;
}

#bemsidebar_reasoning .learn_more {
	font-weight: normal;
	cursor: pointer;
}

#bemsidebar_reasoning .learn_more:hover {
	color: #003366;
	border-bottom: 1px solid #003366;
}

#bemsidebar_reasoning .bemsidebar_reasoning_header {
	color: #0073D6;
	font-weight: bold;
	margin: 0 0 10px;
}

#bemsidebar_reasoning .bemsummary_reason_text {
	
}

#bemsidebar_summary {
	background: #659AE9;
	color: #FFFFFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
}

#bemsidebar_summary h1,#bemsidebar_summary h2,#bemsidebar_summary h3,#bemsidebar_summary h4,#bemsidebar_summary h5
	{
	margin: 0 0 5px;
	padding: 0;
	color: #FFFFFF;
}

#bemsidebar_summary h1 {
	font-size: 24px;
}

#bemsidebar_summary h2 {
	font-size: 18px;
}

#bemsidebar_summary h3 {
	font-size: 16px;
}

#bemsidebar_summary h4 {
	font-size: 14px;
}

#bemsidebar_summary h5 {
	font-size: 12px;
	font-weight: bolder;
	color: #659AE9;
}

#bemsidebar_summary .center-text {
	text-align: center;
}

#bemsidebar_summary .left-text {
	text-align: left;
}

#bemsidebar_summary .right-text {
	text-align: right;
}

#bemsidebar_summary_medium,#bemsidebar_summary_preview,#bemsidebar_summary_profile,#bemsidebar_summary_template,#bemsidebar_summary_pricing,#bemsidebar_summary_resp
	{
	width: 196px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background: #ffffff;
	margin: 10px 0 0;
}

#bemsidebar_summary_medium h3,#bemsidebar_summary_preview h3,#bemsidebar_summary_profile h3,#bemsidebar_summary_template h3,#bemsidebar_summary_pricing h3,#bemsidebar_summary_resp h3
	{
	margin: 0;
}

#bemsidebar_summary_medium .heading,#bemsidebar_summary_preview .heading,#bemsidebar_summary_profile .heading,#bemsidebar_summary_template .heading,#bemsidebar_summary_pricing .heading,#bemsidebar_summary_resp .heading
	{
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-khtml-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-khtml-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	padding: 10px;
	font-weight: bolder;
	color: #ffffff;
	background: #0086D9;
	border-bottom: 1px solid #cccccc;
}

#bemsidebar_summary_medium .sub_heading,#bemsidebar_summary_preview .sub_heading,#bemsidebar_summary_profile .sub_heading,#bemsidebar_summary_template .sub_heading,#bemsidebar_summary_pricing .sub_heading,#bemsidebar_summary_resp .sub_heading
	{
	padding: 5px 10px;
	font-weight: bolder;
	color: #ffffff;
	background: #0086D9;
	border-bottom: 1px solid #cccccc;
}

#bemsidebar_summary_medium .content,#bemsidebar_summary_preview .content,#bemsidebar_summary_profile .content,#bemsidebar_summary_template .content,#bemsidebar_summary_pricing .content,#bemsidebar_summary_resp .content
	{
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-khtml-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-khtml-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

#bemsidebar_summary_medium .label,#bemsidebar_summary_preview .label,#bemsidebar_summary_profile .label,#bemsidebar_summary_template .label,#bemsidebar_summary_pricing .label,#bemsidebar_summary_resp .label
	{
	padding: 5px 10px;
}

#bemsidebar_summary_medium .value,#bemsidebar_summary_preview .value,#bemsidebar_summary_profile .value,#bemsidebar_summary_template .value,#bemsidebar_summary_pricing .value,#bemsidebar_summary_resp .value
	{
	padding: 5px 10px;
}

#bemsidebar_summary_medium .small_value,#bemsidebar_summary_preview .small_value,#bemsidebar_summary_profile .small_value,#bemsidebar_summary_template .small_value,#bemsidebar_summary_pricing .small_value,#bemsidebar_summary_resp .small_value
	{
	padding: 0 10px 5px;
	font-size: 10px;
	font-style: italic;
}

#bemsidebar_summary_medium .border_bottom,#bemsidebar_summary_preview .border_bottom,#bemsidebar_summary_profile .border_bottom,#bemsidebar_summary_template .border_bottom,#bemsidebar_summary_pricing .border_bottom,#bemsidebar_summary_resp .border_bottom
	{
	border-bottom: 1px solid #cccccc;
}

#bemsidebar_summary_medium .border_top,#bemsidebar_summary_preview .border_top,#bemsidebar_summary_profile .border_top,#bemsidebar_summary_template .border_top,#bemsidebar_summary_pricing .border_top,#bemsidebar_summary_resp .border_top
	{
	border-top: 1px solid #cccccc;
}

#bemsidebar_summary .top_box {
	margin-top: 0;
}

#bemsidebar_summary div.inactive a {
	color: #999999;
}

#bemsidebar_summary_profile img {
	width: 174px;
	cursor: pointer;
}

#bemsidebar_summary_profile h5 {
	margin: 0;
}

#bemsidebar_summary_preview {
	background: transparent;
}

#bemsidebar_summary_preview ul {
	text-align: center;
}

#bemsidebar_summary_preview img {
	
}

#bemsidebar_summary_preview .list-wrap {
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-khtml-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-khtml-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

#bemsidebar_summary_preview .white_big_two {
	
}

#bemsidebar_summary_preview .heading,#bemsidebar_summary_template .heading
	{
	border-bottom: none;
}

#bemsidebar_summary_template img {
	width: 174px;
	cursor: pointer;
}

#bemsidebar_summary_template .hidden {
	display: none;
}

#bemsidebar_summary_template .t_links {
	float: left;
	margin: 5px 10px 0 0;
}

#bemsidebar_template_preview img {
	border: 1px solid #ccc;
}

#bemsidebar_edit_template {
	text-align: right;
}

/****************/
/* sidebar tabs */
/****************/
/* colors, borders, etc... */
#tab-wrapper .nav li a {
	font-size: 9px;
	line-height: 9px;
	background: #8ab8e5;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
}

#tab-wrapper .nav li a:hover {
	color: #8ab8e5;
	background: #ffffff;
}

#tab-wrapper .nav li a.current {
	background: #ffffff;
	color: #666666;
}

.list-wrap {
	color: #000000;
	background: #ffffff;
}

#tab-wrapper .scroll-left,#tab-wrapper .scroll-right {
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	background: #00436C;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
}

#tab-wrapper .scroll-enabled:hover {
	color: #8ab8e5;
	background: #FFFFFF;
} /* end of colors, etc */

/* selecting templates popup */
#panel_bem_design_content { /* min-height: 340px; */
	
}

#selecting_templates_progress_bar {
	margin: 10px;
}

/*
    #panel_bem_design_content #templates_container,
    #panel_bem_medium_content #product_list{        
        position: absolute;
        z-index: 100;
    }
    #panel_bem_design_content .wrapper,
    #panel_bem_medium_content .wrapper{        
        position: relative;
    }
    
    #selecting_templates_popup{
        
        display: none;   
        position: absolute;
        z-index: 999;
        top: 20px;
        
        margin: 0px 77px 20px;
        
        width: 600px;
        height: 300px;
        text-align: center;
        
        background: #ffffff;
        background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6));
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
        
        border: 2px solid #cccccc;

    }
    
    #selecting_templates_popup h3{
        line-height: 24px;
    }
    #selecting_templates_popup .inner{        
        margin-top: 80px;
        padding: 20px;
    }
    #selecting_templates_popup #selecting_templates_progress_bar{
        margin: 10px auto;
        height: 20px;
        width: 300px;
        
    }
    #selecting_templates_popup .inner .ui-button{
        width: 100px;
    }
    
    #selecting_templates_popup .inner .ui-state-default,
    #selecting_templates_popup .inner .ui-widget-content .ui-state-default,
    #selecting_templates_popup .inner .ui-widget-header .ui-state-default {
            border: 1px solid #006BAE;            
            background: #0086D9; 
            background: -moz-linear-gradient(top, #0086D9 0%, #006BAE 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0086D9), color-stop(100%,#006BAE)); 
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0086D9', endColorstr='#006BAE',GradientType=0 ); 
            font-weight: bold;
            color: #fff; }
    #selecting_templates_popup .inner .ui-state-default a,
    #selecting_templates_popup .inner .ui-state-default a:link,
    #selecting_templates_popup .inner .ui-state-default a:visited {
        color: #ffffff;
        text-decoration: none; }
    #selecting_templates_popup .inner .ui-state-hover,
    #selecting_templates_popup .inner .ui-widget-content .ui-state-hover,
    #selecting_templates_popup .inner .ui-widget-header .ui-state-hover,
    #selecting_templates_popup .inner .ui-state-focus, .ui-widget-content .ui-state-focus,
    #selecting_templates_popup .inner .ui-widget-header .ui-state-focus {
        border: 1px solid #74A4EB;
        background: #659AE9; 
        background: -moz-linear-gradient(top, #659AE9 0%, #74A4EB 100%); 
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#659AE9), color-stop(100%,#74A4EB)); 
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#659AE9', endColorstr='#74A4EB',GradientType=0 );
        font-weight: bold;
        color: #ffffff; }
    #selecting_templates_popup .inner .ui-state-hover a,
    #selecting_templates_popup .inner .ui-state-hover a:hover {
        color: #ffffff;
        text-decoration: none; }
    #selecting_templates_popup .inner .ui-state-active,
    #selecting_templates_popup .inner .ui-widget-content .ui-state-active,
    #selecting_templates_popup .inner .ui-widget-header .ui-state-active {
        border: 1px solid #659AE9;
        background: #f5f8f9 url(images/ui-bg_inset-hard_100_f5f8f9_1x100.png) 50% 50% repeat-x;
        font-weight: bold;
        color: #659AE9; }
    #selecting_templates_popup .inner .ui-state-active a,
    #selecting_templates_popup .inner .ui-state-active a:link,
    #selecting_templates_popup .inner .ui-state-active a:visited { color: #e17009; text-decoration: none; }
    #selecting_templates_popup .inner .ui-widget :active { outline: none; } 
    */
/************/
/* TOOLTIPS */
/************/

/* trigger button */
.tt_trig {
	display: table;
}

/* tooltip styling */
.tooltip {
	z-index: 1000;
	display: none;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 20px;
	text-align: center;
	color: #FFF;
	background: #659AE9;
	border: 1px solid #0086D9;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}

.white_big {
	z-index: 1000;
	display: none;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	width: 310px;
	height: 134px;
	padding: 30px;
	background: transparent
		url("/js/static/tooltip/css/images/white_big.png");
}

.white_big_two {
	z-index: 1000;
	display: none;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	width: 400px;
	padding: 20px;
	background: #fff;
	-moz-box-shadow: 0px 0px 20px #000;
	-webkit-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	-ms-filter:
		"progid:DXImageTransform.Microsoft.Glow(Strength=5, Color='#999999')";
	filter: progid : DXImageTransform.Microsoft.Glow ( Color = #999999,
		Strength = 5 );
	border: 1px solid #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}

/* ----- LOADING POPUP ----- */
#save_template_popup,#selecting_templates_popup,#loading_popup {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: center;
	background: transparent
		url("/js/static/popup/images/white_trans_bg.png");
	z-index: 999;
}

#save_template_popup .inner {
	width: 300px;
}

#selecting_templates_popup .inner {
	width: 400px;
}

#loading_popup .inner {
	width: 200px;
}

#save_template_popup .inner,#selecting_templates_popup .inner,#loading_popup .inner
	{
	position: relative;
	margin: auto auto;
	padding: 20px;
	background: #fff;
	border: 5px solid #0086D9;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0px 0px 10px #666;
	-webkit-box-shadow: 0px 0px 10px #666;
	box-shadow: 0px 0px 10px #666;
}

#save_template_popup .inner .loading_popup_image_container,#loading_popup .inner .loading_popup_image_container
	{
	float: left;
}

#save_template_popup .inner .loading_popup_image_container,#loading_popup .inner .loading_popup_text_container
	{
	margin-left: 10px;
	line-height: 32px;
	float: left;
}

#customize_wrapper {
	position: absolute;
	height: 100%;
	width: 100%;
}

#editor_wrapper {
	border-left: 1px solid #d0d0d0;
	border-right: 1px solid #d0d0d0;
	width: 98%;
	min-height: 100%;
	margin-bottom: 25px;
}

#editor_container {
	width: 100%;
	padding: 5px;
}

#editor_container table {
	margin: 0 auto;
}

#editor_container table table {
	margin: 0;
}

#content_widget_info {
	width: 100%;
	padding: 5px;
	text-align: center;
}

#bem_text_suggestion{
	margin: 10px 20px;
	padding: 20px;
	border: 1px solid #ccc;
	background: #eee;
	font-style: italic;
	color: #444;	
}

#customize_actions {
	width: 98%;
	background: transparent
		url("/js/static/popup/images/white_trans_bg.png");
	border-top: 1px solid #d0d0d0;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	text-align: center;
	position: fixed;
	bottom: 0;
	z-index: 999;
	height: 40px;
}

#customize_topper {
	z-index: 999;
	width: 98%;
	position: fixed;
	top: 0;
	border-bottom: 1px solid #d0d0d0;
	height: 0;
}

#customize_actions .inner {
	padding: 10px;
}

#bem_tracking_info {
	display: none;
}

.errorinput {
	border: #FF6666 1px solid;
	background-color: #FFD8D8;
}

#bem_list_disclaimer {
	font-style: italic;
	font-weight: bold;
	padding: 10px;
	margin: 5px 0;
	background: #ddd;
}
