.btn_addblock {
	height: auto;
}
.pageContent ul {
	list-style-type: disc;
}
.pageContent ol {
	list-style-type: decimal;
}
.pageContent ul, .pageContent ol {
	list-style-position: inside;
	padding: 20px 0;
}

.faqContent div {
	height: 0;
	margin: 0;
	overflow: hidden;
	position: static;	
}
.faqContent div *,
.faqContent .question {
	height: auto;
}

.faqContent div a { color: #7e50b3; }
.faqContent div a:hover {	color: #9b7ac1; }

/* i know this is not good ;( */
.faqContent div object,
.faqContent div embed{
	height: 350px;
}

#customer_data_placeholder {
	float: right;
	width: 205px;
	font-size: 11px;
	margin-top: 3px;
	padding: 0 0 0 50px;
}

.header #customer_data_placeholder .summary span {
	padding-left: 20px;
	background-image: url(/images/pocket-loader.gif);
	background-repeat: no-repeat;
	background-position: 0 100%;
	height: 16px;
	display: block;
}

/* Content & Form page */
.pageContent h2 {
	color: #7e50b3;
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 20px;
}
.pageContent #block_intro, .pageContent .introduction {
	font-size: 12px;
	margin-bottom: 20px;
}
.pageContent .introduction {
	color: #7e50b3;
	font-weight: bold;
}
.pageContent a { color: #7e50b3; }
.pageContent a:hover { color: #9b7ac1; }

.contentImage {
	float: right;
	margin-top: -60px;
}

/* Form page */
div.form_container label.error {
	margin-left: 20px;
	color: #BC4E66;
}

.form .element {
	height: 25px;
	margin-bottom: 6px;	
}
.form .element_text {
	height: 80px;
}
.form label {
	 width: 110px;
	 display: block;
	 float: left;
}
.form input, .form select, .form textarea {
	float: left;
	width: 210px;
}
.form input.checkbox { width: auto; }

.question {
	color: #333;
	cursor: pointer;
	font-weight: bold;
	width: 500px;
}
.questionOpen .question{
	color: #7e50b3;
}

.questionOpen .answer {
	height: auto;
}

.faqLongList {
	margin-left: -20px;
	margin-top: 15px;
}
.faqContent {
	position: relative;
	left: 20px;
	width: 500px;
}
.faqIcon {
	background: url(/images/faq_black.gif) no-repeat top left;
	position: absolute;
	left:0;
	width: 20px;
}
.questionOpen .faqIcon {
	background: url(/images/faq_purple.gif) no-repeat top left;
}
.faqItem {
	position: relative;
	padding-top: 10px;
}

#bg_div {
	width: 120px;
	background-color: #fff;
	border: 1px #000 solid;
	position: absolute;
	top: 250px;
	left: 80%;
	-moz-box-shadow: 10px 10px 5px #bbb;
	cursor: move;
	z-index: 2000;
}

.inner-main {
	height: 554px;
	position: relative;
	width: 984px;
	/*overflow: hidden; removed for left banner */
}

.home-banner-big {
	width: 320px;
	height: 424px;
	position: absolute;
	bottom: 0;
	right: 0;
}
.middle-container .home-banner-big a {
	position: absolute;
	top: 0;
}

.home-banner-big-sec {
	right: 320px;
}

.home-banner-small {
	width: 160px;
	height: 212px;
	position: absolute;
}

.home-banner-small-lb {
	right: 160px;
	bottom: 0;
}

.home-banner-small-rt {
	right: 0;
	bottom: 212px;
}

.home-banner-small-rb {
	right: 0;
	bottom: 0;
}
.home-banner-small-left {
	left: 30px;
	bottom: -106px;	
}


.home-banner-big .eosControlArea,
.home-banner-small .eosControlArea {
	position: absolute;
	z-index: 1000;
}

.main-bottom {
	height: 212px;
	position: relative;
	width: 984px;
	overflow: hidden;
	top: 0;
}

.home-banner-bottom-1 { right: 480px; }
.home-banner-bottom-2 { right: 320px; }
.home-banner-bottom-3 { right: 160px; }
.home-banner-bottom-4 { right: 0; }

ul#nav {
	line-height: 12px;
}

ul#nav li > ul {
	display: block;
}

/* Credit card page */
#ccframe{
	width: 644px;	/* Width is needed for IE7 */
	height: 710px;
}
.cms-ccpay .col-2-left-layout .col-main { padding-left: 0; width: 634px; }
.cms-ccpay .breadcrumbs { margin-left: 15px; }
.cms-ccpay .category-head { padding-left: 50px; }

.cms-ccpay .middle { width: 1014px;}
	

