/*==============================================================

	Version : 2009.08.10

==============================================================*/


/* @group BASE */

/* @group FRIENDLY SETTINGS */

img, a img {
	border:0;
} /* nobody likes default border around images */
.clear {
	display: inline-block;
}
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html .clear {
	height: 1%;
}
.clear {
	display: block;
}
/* @end */
/* based on YUI 2.3 base.css */

/* Idioms */

ul.mod {
	list-style-image:none;
	list-style-position: outside;
	list-style-type: none;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.mod li {
	list-style: none;
}
/* @end */

/* @group Web Form */

ul.form {
	margin: 0;
	padding: 0;
}
ul.form li {
	list-style: none;
	margin: 0 0 18px 0;
}
ul.form li label {
	color: #888;
	display: block;
}
label input[type="text"],
label input[type="email"],
label input[type="password"]{
	font-size: 1.1em;
}
div.form div.item, div.webform div.item {
	padding: 0 0 5px;
}
cat_button {
}
/*input.cat_textbox, textarea.cat_listbox, select.cat_dropdown, select.cat_listbox {
	display: block;
    height: 25px;
    width: 98.764%;
}*/
input.cat_textbox:focus,
textarea.cat_listbox:focus,
select.cat_dropdown:focus,
select.cat_listbox:focus {
	opacity: 0.7;
}
.newsletter .item input.cat_textbox_small {
	background: url(../../../../20180718113444im_/http_/www.angolaconsulate-ca.org/_assets/css/images/bg-input-199.png) no-repeat scroll left top;
	border:none;
	color: #666;
	height:30px;
	margin:0 0 10px;
	padding:0 5px;
	width:199px;
}
.cat_dropdown_small {
	width: 180px;
}
.cat_dropdown_smaller {
	width: 35%;
	float: left;
	margin: 0 10px 0 0;
}
.cat_textbox_small, .cat_listbox_small {
	width: 180px; /* DON'T TOUCH THIS */
}
textarea.cat_listbox {
	height: 120px;
}
table.webform, table.reporting {
	border-collapse:collapse;
	border-spacing:0;
	width: 100%;
}
table.webform td {
	line-height: 24px;
	padding: 6px;
}
table.webform th {
	background:#c7c7c7;
	font-weight:bold;
	padding:6px;
}
table.webform .odd {
	background:#eee;
}
/*.form label, .webform label {
	color:#770606;
	display:block;
	font-family: 'Lato', sans-serif;
	font-size:13px;
	font-weight:400;
	padding: 3px;
}*/
.form input, .webform input {
	margin-right: 3px;
}
/* @end */

/* @group System Message */
.system-message-green {
	background-color: #E2F9E3;
	border: 1px solid #9C9;
	clear: both;
	color: #363;
	margin-bottom: 20px;
	padding: 10px 5px;
	text-align: center;
}

.system-message, .system-error-message {
	color: #666;
	margin: 18px;
}
.system-message h1, .system-error-message h1 {
	color: #000;
	margin: 0 0 18px 0;
}
.system-message a:link, .system-error-message a:link {
	color: #1969bc;
}
.ok {
	background: #E9FBE3;
	color: #21A347;
	margin-bottom: 18px;
}
.error {
	background: #FBE3E4;
	color: #D12F19;
	margin-bottom: 18px;
}
/* @end */

/* @group Announcement */

.announcement-list {
	font-size: 12px;
}
.announcement-list h2 {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight:400;
	line-height:16px;
	margin: 0 0 3px 0;
}
.announcement-list span.date {
	font-size: 10px;
	font-weight: normal;
	margin: 0 0 0 6px;
}
.announcement-details span.date {
	display: block;
	font-size: 10px;
	font-weight: normal;
	margin-bottom: 18px;
}
/* @end */

/* @group Blog */

/* NOTE: div.post-list exists in FORUMS as well */


.blog-list {
	background: #f9f9f9;
	border: 1px solid #eee;
	color: #000;
	font-size: 11px;
	margin: 0 0 18px;
	padding: 18px;
}
.blog-list h2 {
	font-size: 18px;
	margin: 0 0 3px 0;
}
.blog-list span {
	color: #888;
}
.blog-container h1 {
	font-size: 36px;
	line-height: 40px;
	margin: 0 0 6px 0;
}
.blog-container p.description {
	margin: 0 0 36px;
}
.blog-post h2.post-title {
	border-bottom: 1px solid #ccc;
	line-height:22px;
	margin: 0 0 7px;
	padding: 0 0 5px;
}
.blog-post .post-details {
	color: #888;
	font-size: 11px;
	margin: 0 0 18px;
}
.blog-container .post-list {
	float: left;
	width: 69%;
}
.blog-post .post-body {
	margin: 0 0 36px;
}
.comment-list {
	background: #f9f9f9;
	border: 1px solid #eee;
	margin-bottom: 36px;
	padding: 18px;
}
.comment-list h5 {
	font-size: 14px;
	margin: 0 0 18px;
}
.comment-list input#Captcha {
	width: 300px;
}
.comment-list textarea.cat_listbox_small {
	height: 120px;
	width: 100%;
}
.blog-comment-container {
	border: 1px solid #e9e9e9;
	margin: 0 0 18px;
}
.blog-comment-container .comment-details {
	background: #eee;
	font-size: 11px;
	padding: 6px;
}
.blog-comment-container .comment {
	background: #fff;
	padding: 9px;
}
span.flag {
	margin: 0 6px;
	vertical-align: middle;
}
input#fullname, input#website, input#emailaddress {
	width: 300px;
}
textarea.comment {
	height: 160px;
	width: 100%;
}
.forum-registration textarea.comment {
	height: 70px;
	width: 270px;
}
.post-body .links {
	font-size: 11px;
}
#home .post-body .links {
	display:none;
}
.blog-container .side-panel {
	float: right;
	width: 27%;
}
.side-panel h4 {
	font-size: 18px;
	margin: 0 0 9px;
}
.BlogTagCloud {
	margin: 0 0 18px;
}
.BlogRecentPost ul, .BlogTagList ul, .BlogPostArchive ul {
	margin: 0;
	padding: 0;
}
.BlogRecentPost li, .BlogTagList li, .BlogPostArchive li {
	font-size: 12px;
	list-style: none;
	margin: 0 0 9px;
}
p.page-nav {
	text-align: center;
}
p.page-nav a {
	margin: 0 9px;
}
.blog-post dl {
	background: #f9f9f9;
	border: 1px solid #eee;
	margin: 0 0 18px;
	padding: 18px;
}
.blog-post dt {
	color: #000;
}
.blog-post dd {
	margin: 0 0 9px;
}
/* @end */

/* @group Booking */

.booking-list {
	margin: 0 0 9px;
}
.booking-list span.date {
	margin: 0 9px 0 0;
}
.booking-container h1, .form-container h2 {
	margin: 0 0 18px;
}
.form-container {
	background: #f9f9f9;
	border: 1px solid #eee;
	padding: 18px;
}
.form-container input#FirstName, .form-container input#LastName, .form-container input#EmailAddress, .form-container input#Company, .form-container input#WorkPhone {
	width: 240px;
}
.go-back {
	margin: 18px 0;
}
/* @end */

/* @group Calendar */

div.select-month-year {
	padding: 9px 0;
}
table.module-calendar {
	border: 1px solid #888;
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
}
table.module-calendar td {
	border: 1px solid #d7d7d7;
	font-size: 11px;
	height: 80px;
	overflow: hidden;
	padding: 0;
	vertical-align: top;
}
table.module-calendar td span {
	background: #f7f7f7;
	color: #333;
	display: block;
	font-size: 11px;
	padding: 0 2px;
	text-align: right;
}
tr.day-of-week td {
	background: #d7d7d7;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	height: 18px;
	padding:5px 0;
	text-align: center;
	vertical-align: middle;
}
table.module-calendar td.events span {
    background: none repeat scroll 0 0 #f0f0f0;
    color: #770606;
    font-weight: bold;
}
table.module-calendar td.events {
	background: #f9f9f9;
}
table.module-calendar td ul {
	margin: 9px 0;
	padding-left: 15px;
}
table.module-calendar td ul li {
	background:none;
	list-style:none;
	margin: 0;
	padding: 0px;
}
table.module-calendar td ul li a {
	color:#343434;
}
table.module-calendar td.last-month {
	background: #eee;
}
table.module-calendar td.next-month {
	background: #eee;
}
.select-month-year select {
	display: inline;
	margin: 0 10px 0 0;
	width: 15%;
}

/* @end */

/* @group Catalogue and Products */

.shop-catalogue {
	float: left;
	margin: 0 6px 6px 0;
	overflow: hidden;
}
.shop-catalogue h4,
.shop-product-small h5{
	font-size: 12px;
	height: 27px;
	line-height: 27px;
	margin: 0;
	text-align:center;
	text-indent: 9px;
}
.shop-catalogue h4 a,
.shop-product-small h5 a{
	font-size: 15px;
	color: #770606;
	text-decoration: none;
}
.shop-catalogue .image,
.shop-product-small .image{
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}
.shop-catalogue .image img,
.shop-product-small .image img {
	-ms-interpolation-mode: bicubic; /* for old IE browsers */
	border:2px solid #eeeeeb;
}
.shop-main {
	margin-top: 18px;
}
.shop-main .header {
	border-bottom: 1px solid #eee;
	height: 27px;
	line-height: 27px;
	margin: 0 0 18px;
}
.shop-main .breadcrumbs {
	float: left;
	width: 40%;
}
.shop-main .cart-summary {
	float: right;
	width: 40%;
}
.shop-main .description ul {
	margin: 0 0 0 18px;
	padding: 0;
}
.shop-main .description li {
	list-style: square;
}
.cart-summary{
    display: inline;
    float: right;
	font-weight:400;
    margin: 6px 20px 0 0;
}
table.cartSummaryTable {
	background: none;
	border-collapse:collapse;
	border-spacing:0;
	font-size: 12px;
	float: right;
}
td.cartSummaryItem {
	font-family: 'Lato', sans-serif;
	font-size:12px;
	padding: 0;
}
a.cartSummaryLink {
	margin: 0 0 0 18px;
}
.shop-main ul {
	margin: 0;
	padding: 0;
}
.shop-main li {
	background:none;
	list-style: none;
}
ul.catalogueList,
ul.productList{
	margin:0;
	overflow:hidden;
}
/*ul.catalogueList > li,
 ul.productList > li{
    background: none repeat scroll 0 0 transparent;
    float: left;
    list-style: none outside none;
    overflow: hidden;
    padding:0;
	width:33%;
}*/
.shop-main ul.productList.productLarge li{
	width:auto;
}
table.catalogueTable {
	border-collapse:collapse;
	border-spacing:0;
	width: 100%;
	margin: 0 0 18px;
}
table.catalogueTable td {
	padding: 0;
}
table.productTable {
	border-collapse:collapse;
	border-spacing:0;
	table-layout: fixed;
	width: 100%;
}
table.productTable td {
	padding: 3px;
}
.shop-product-small {
	color: #666;
}
.shop-product-small h2 {
	margin: 15px 0 0;
}
.shop-product-small h2 a {
	color: #444;
}
/*.shop-product-small ul {
	padding: 4px 18px 18px;
}*/
.shop-product-small ul li {
	background:none;
	list-style:none;
	margin: 0 0 6px;
	padding:0;
}
.shop-product-small li.price {
	font-family: 'PTSansRegular';
	font-size: 2.5em;
}
.shop-product-small li.price strong {
	font-size: 14px;
	margin-left: 6px;
}
.shop-product-small li.stock {
	font-size: 11px;
}
.shop-product-small li.stock strong {
	color: #666;
	margin-left: 3px;
}
.image a, td.actions a {
	border: none !important;
}
.shop-product-small li.quantity {
	line-height: 30px;
}
li.quantity img {
	position: relative;
	top: 8px;/* or vertical-align: middle; */
}
.shop-product-small li.quantity input.productTextInput {
	width: 50px;
}
.shop-product-small li.quantity input.productSubmitInput {
}
.shop-product-large {
	color: #666;
	margin-bottom:25px;
	overflow: hidden;
}
.shop-product-large h2{
	font-size: 3em;
}
.shop-product-large .image > img {
	border:5px solid #eeeeeb;
	-ms-interpolation-mode: bicubic; /* for old IE browsers */
	width:85%;
}
.shop-product-large .shop-product-small .image {
	margin: 0;
	min-height: 160px;
	height: auto !important; /* for modern browsers */
	height: 160px; /* for IE5.x and IE6 */
	padding: 18px;
	text-align: center;
	width: auto;
}
.shop-product-large .shop-product-small ul {
	padding: 9px;
}
.shop-product-large .shop-product-small ul, .shop-product-large .shop-product-small li {
	margin: 0;
}
.shop-product-large li.price {
	font-family: 'Lato',sans-serif;
	font-size: 28px;
}
.shop-product-large li.price strong{
	color:#770606;
}
.shop-product-large li.instock {
	font-size: 10px;
}
.shop-product-large li.quantity input.productTextInput {
	width: 50px;
	display: inline;
	margin: 0 10px;
	height: 33px;
	font-size: 1em;
}
td.productItem .comment-form input#Captcha {
	width: 300px;
}
.poplets {
    border-top: 1px solid #DDDDDD;
    display: inline-block;
    margin-top: 10px;
    padding: 13px 0;
	width: 100%;
}
.poplets img {
	border: 1px solid #ddd;
}
table.productPoplets {
	border-collapse:collapse;
	border-spacing:0;
	margin: 0 auto;
}
.shop-product-large .details {
	float: left;
	min-height: 360px;
	height: auto !important; /* for modern browsers */
	height: 360px; /* for IE5.x and IE6 */
}
.shop-product-large ul {
	margin: 0 0 10px;
	padding: 0;
}
.shop-product-large li {
	margin: 9px 0;
}
.catProdAttributeTitle{
	font-family: 'PTSansRegular';
	font-size: 1.2em;
	margin: 0 0 5px;
}
.catProdAttributeItem input[type="radio"],
.catProdAttributeItem input[type="checkbox"]{
	margin: 0 5px 0 0;
}
.catProdAttributeItem select{
	height: 33px;
}
.shop-cart .breadcrumbs {
	margin: 0 0 18px;
}
table.cart {
	border-collapse:collapse;
	border-spacing:0;
	font-size: 11px;
	width: 100%;
}
table.cart td {
	vertical-align: top; /*to make sure the div stack line up at the top */
}
table.cart a {
	color: #770606;
}
table.cart th, table.cart td {
	color: #666;
	padding: 9px;
}
tr.val td {
	border-bottom: 1px solid #eee;
}
tr.shipping td {
	border-bottom: 1px solid #ddd;
}
tr.discount td.quantity, tr.shipping td.quantity {
	text-align: right;
}
td.quantity input.update {
	margin: 0 0 0 3px;
}
table.cart th {
	background: #f9f9f9;
	border-bottom: 1px solid #eee;
	color: #000;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
}
input.cartInputText {
	width: 70px;
}
input#DiscountCode, input#GiftVoucher {
	width: 70px;
}
select.shippingDropDown {
	width: 150px;
}
table.cart th.quantity {
	text-align: right;
}
table.cart td.quantity {
	text-align: right;
}
.productitemcell {
	height: 23px;
	line-height: 20px;
	margin: 0 0 3px 0;
	overflow: hidden;
}
table.cart td.actions {
	text-align: right;
}
table.cart td.actions a {
	font-size: 12px;
	font-weight: bold;
	margin: 0 18px 0 0;
	text-decoration: none;
}
a#catshopclear {
	font-size: 10px;
	font-weight: normal;
}
table.cart strong {
	font-size: 14px;
}
.shop-form {
	margin: 0 0 18px;
}
.shop-form ul.form {
	background: #f9f9f9;
	border: 1px solid #eee;
	padding: 18px;
}
.shop-form label {
	font-size: 11px;
}
.shop-form ul.form li {
	margin: 0;
	padding: 9px 0;
}
.shop-form li.last {
	border-top: 1px solid #eee;
}
/*.shop-form .checkboxes {
	line-height: 27px;
}*/

input.PaymentMethodType {
	float: left;
	margin: 0 6px 0 0;
}
label.lradio{
	padding: 0;
}
.hide{
	display: none;
}
#ccinfo{
	display: none;
}
#Amount{
	background: none;
	border: none;
	font-size: 15px;
	font-weight: bold;
}
.shop-form ul.form input.cat_textbox, .shop-form ul.form select.cat_dropdown, .shop-form ul.form textarea.cat_listbox {
	width: 260px;
}
.shop-form textarea.cat_listbox {
	height: 100px;
}
.shop-receipt, .shop-quote-receipt {
	background: #f9f9f9;
	border: 1px solid #eee;
	margin: 18px;
	padding: 18px;
}
.shop-receipt h1, .shop-quote-receipt h1 {
	border-bottom: 1px solid #ccc;
	padding: 0 0 3px;
}
.shop-receipt h2, .shop-quote-receipt h2 {
	font-size: 12px;
	font-weight: normal;
}
/* @end */

/*start shopping cart*/

.cartrow {
    border-bottom: 1px solid #EEEEEE;
    border-top: 1px solid #EEEEEE;
    font-size: 13px;
    margin-left: 0 !important;
	padding: 5px 0;
	overflow: hidden;
    text-transform: uppercase;
}
.cartlabel {
    float: left;
    font-weight: bold;
    padding-bottom: 3px;
    padding-top: 3px;
}
.cart-item {
    color: #333333;
    float: left;
    font-size: 13px;
    width: 10%;
}
.productitemcell {
    border-bottom: 1px solid #EEEEEE;
    height: 115px;
    line-height: 20px;
    overflow: hidden;
    padding: 15px 0 0;
}
.product-image img {
    border: 1px solid #EEEEEE;
    max-height: 100px;
    max-width: 100px;
}
	.product-remove a:link,
	.product-remove a:visited {
		background: url("../../../../20180718113448im_/http_/www.angolaconsulate-ca.org/_assets/css/images/cart-remove.gif") no-repeat scroll 0 0 transparent;
		display: block;
		font-size: 0;
		height: 23px;
		line-height: 0;
		text-indent: -9999px;
		width: 23px;
	}
	.product-remove a:hover, 
	.product-remove a:active {
		opacity: 0.8;
	}
.cldetails {
    width: 46%;
}
.clprice, .cltax, 
.clcost, .clremove {
    width: 10%;
}
#catCartDetails .product-image {
    width: 13%;
}
.product-title {
    width: 33%;
}
.clqty, 
.product-qty {
    width: 14%;
}
.product-qty input.cartInputText {
    width: 60px;
}
#cart-footer {
    overflow: hidden;
}
.discount{
	clear: both;
}
.discount label,
#shippingCountrySpan,
#shippingSpan{
	display: block;
	margin: 0 0 10px;
}
.cart-opt {
    margin: 0;
    overflow: hidden;
    padding: 10px 0;
}
.cart-opt p {
    margin: 0 0 3px;
}
#cart-footer hr {
    margin: 3px 0;
}
#opt-total-container {
    border-bottom: 1px solid #EEEEEE;
    margin: 0;
    overflow: hidden;
} 
.opt-total {
    background: none repeat scroll 0 0 #EEEEEE;
}
.opt-total-data .productitemcell {
    border: medium none;
    height: auto;
    padding: 0;
}
.opt-total h3 {
    margin: 0;
}
.opt-total-data {
	padding: 4px 0;
    text-align: right;
    width: 94%;
}
select.shippingDropDown {
    width: 80%;
}
.opt-btns {
    border-bottom: medium none;
    text-align: center;
}
	a#catshopbuy:link, 
	a#catshopbuy:visited {
		background: none repeat scroll 0 0 #94ce09;
		color: #FFFFFF;
		display: block;
		font-size: 35px;
		font-weight: bold;
		margin: 0 0 15px;
		padding: 20px 0;
		text-align: center;
		text-decoration: none;
		text-shadow: 1px 1px #005588;
		text-transform: uppercase;
		
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	a#catshopbuy:hover, 
	a#catshopbuy:active {
		background: none repeat scroll 0 0 #7aa707;
		text-decoration: none;
	}
	a#catshopclear:link, 
	a#catshopclear:visited {
		color: #393939;
		display: inline-block;
		font-size: 15px;
		font-weight: bold;
		height: 22px;
		padding: 2px 0 0 25px;
		text-align: center;
		text-transform: uppercase;
	}
	a#catshopclear:hover, 
	a#catshopclear:active {
		opacity: 0.8;
		text-decoration: none;
	}
@media only screen and (max-width: 767px) {
	.cartlabel {
		float: left;
		font-size: 12px;
		font-weight: normal;
		padding-bottom: 3px;
		padding-top: 3px;
		text-transform: capitalize;
	}
	.product-remove a:link, .product-remove a:visited {
		float: right;
	}
	.cart-item {
		width: 13%;
	}
	.cldetails {
		width: 33%;
	}
	.clprice, .cltax, .clcost, .clremove {
		width: 13%;
	}
	.product-image {
		width: 13%;
	}
	.product-title {
		padding: 0 0 0 10px;
		width: 18%;
	}
	.clqty, .product-qty {
		width: 14%;
	}
	#catCartDetails input.cartInputText {
		margin: 0 0 0 10px;
		width: 20px !important;
	}
	.cartlabel {
		text-align: center;
	}
	.row.cartrow {
		margin-bottom: 0;
	}
	.product-remove a:link, .product-remove a:visited {
		float: right;
	}
	.cart-item {
		font-size: 12px;
		width: 20%;
	}
	.cldetails {
		width: 33%;
	}
	.clprice, .cltax, .clcost, .clremove {
		width: 13%;
	}

	.product-image {
		display: none;
		width: 13%;
	}
	.product-title {
		padding: 0;
		width: 18%;
	}
	.clqty, .product-qty {
		text-align: center;
		width: 12%;
	}
	#catCartDetails input.cartInputText {
		margin: 0 0 0 10px;
		width: 25px !important;
	}
	.cart-item.product-remove {
		padding: 0;
		width: 22px;
	}
}
table.cart {
	background: #fff;
	border-collapse:collapse;
	border-spacing:0;	
	border: 1px solid #ddd;
	font-size: 11px;
	width: 100%;
}

table.cart td {
	vertical-align: top; /*to make sure the div stack line up at the top */
}

table.cart a {
	color: #1969bc;
}

table.cart th, table.cart td {
	color: #666;
	padding: 9px;
}

tr.val td {
	border-bottom: 1px solid #eee;
}

tr.shipping td {
	border-bottom: 1px solid #ddd;
}

tr.discount td.quantity, tr.shipping td.quantity {
	text-align: right;
}

td.quantity input.update {
	margin: 0 0 0 3px;
}

table.cart th {
	background: #f9f9f9;
	border-bottom: 1px solid #eee;
	color: #000;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
}

input.cartInputText {
	width: 70px;
}

input#DiscountCode, input#GiftVoucher {
	width: 55%;
	float: left;
	height: 40px;
	margin: 0 10px 0 0;
}
@media only screen and (max-width: 836px) {
	input#DiscountCode,
	input#GiftVoucher {
		width: 49%; }
}
select.shippingDropDown {
	height: 32px;
	margin: 0 0 20px;
	width: 90%;
}

table.cart th.quantity {
	text-align: right;
}

table.cart td.quantity {
	text-align: right;
}

.productitemcell {
	line-height: 20px;
	margin: 0 0 3px 0;
	overflow: hidden;
}

table.cart td.actions {
	text-align: right;
}

table.cart td.actions a {
	font-size: 12px;
	font-weight: bold;
	margin: 0 18px 0 0;
	text-decoration: none;
}

a#catshopclear {
	font-size: 10px;
	font-weight: normal;
}

table.cart strong {
	font-size: 14px;
}

.shop-form {
	margin: 0 0 18px;
}

.shop-form ul.form {
	background: #f9f9f9;
	border: 1px solid #eee;
	padding: 18px;
}

.shop-form label {
	font-size: 11px;
}

.shop-form ul.form li {
	margin: 0;
	padding: 9px 0;
}

.shop-form li.last {
	border-top: 1px solid #eee;
}

/*.shop-form .checkboxes {
	line-height: 27px;
}*/

input.PaymentMethodType {
	margin: 0 6px 0 0;
}

.shop-form ul.form input.cat_textbox,
.shop-form ul.form select.cat_dropdown,
.shop-form ul.form textarea.cat_listbox {
	width: 260px;
}

.shop-form textarea.cat_listbox {
	height: 100px;
}

.shop-receipt, .shop-quote-receipt {
	background: #f9f9f9;
	border: 1px solid #eee;
	margin: 18px;
	padding: 18px;
}

.shop-receipt h1, .shop-quote-receipt h1 {
	border-bottom: 1px solid #ccc;
	padding: 0 0 3px;
}

.shop-receipt h2, .shop-quote-receipt h2 {
	font-size: 12px;
	font-weight: normal;
}

/* @end */

/* @group Customer Cases */

table.case-list {
	border-collapse:collapse;
	border-spacing:0;
	margin: 0;
	width: 100%;
}
table.case-list td {
	padding: 6px;
}
table.case-list td.subject, table.case-list td.category {
	width: 40%;
}
table.case-list td.status {
	width: 20%;
}
table.case-details {
	background: #f9f9f9;
	border-collapse:collapse;
	border-spacing:0;
	border: 1px solid #eee;
	width: 100%;
}
table.case-details td {
	padding: 6px;
}
table.case-details tr.odd td {
	background: #fff;
}
table.case-details td.var {
	color: #888;
	text-align: right;
	width: 130px;
}
table.case-details td.val {
	color: #000;
}
/* @end */

/* @group Customer Orders */

table.border {
	border-collapse:collapse;
	border-spacing:0;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
table.border td {
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
}
table.border span {
	color: #888;
}
table.order-list {
	border-collapse:collapse;
	border-spacing:0;
	width: 100%;
}
table.order-list td {
	border: 1px solid #eee;
}
table.order-list a {
	margin: 0 9px 0 0;
}
table.order-list span.number {
	font-size: 11px;
}
/* @end */

/* @group Comment */

.comments{
	padding: 10px 0 0;
}
.comment-container {
	background: #fafafa;
	color: #999;
	margin: 0 0 18px;
}
.comment-container .header {
	font-family: 'PTSansRegular';
	font-size: 0.875em;
	padding: 6px 18px;
}
.comment-container span.name,
.comment-container span.name a:link,
.comment-container span.name a:visited {
	color: #333;
	font-size: 1.0675em;
	margin: 3px 0 0;
	display: block;
}
.comment-container span.rating {
	display: block;
	float: right;
	margin: 10px 0;
}
.comment-container .content {
	color: #121212;
	font-family: 'PTSansItalic';
	font-size: 1.1em;
	padding: 18px;
}
.comment-form {
	color: #666;
	margin: 0 0 18px;
	padding: 10px 0 0;
}
.comment-form h3 {
	font-size: 14px;
	margin: 0 0 18px;
}
.comment-form h5 {
	color: #666;
	font-size: 14px;
	margin: 0 0 18px;
}
.item{
	clear: left;
	margin: 10px 0;
	overflow: hidden;
}
.item-third label{
	float: left;
	margin: 0 0 0 1%;
	width: 32.5574%;
}
.item label:first-child{
	margin: 0;
}
.item input[type="text"],
.item input[type="email"],
.item textarea{
	margin: 5px 0;
}
.item label small{
	color: #ccc;
	font-size: 90%;
}
body .row .recaptchatable #recaptcha_response_field {
	bottom: 1px!important;
	margin: 4px 0 0 0!important;
}

/*.comment-form li.rating div {
	font-size: 10px;
}*/

/*.comment-form li.rating div input {
	margin: 0 3px;
}*/

/*.comment-form input.cat_textbox_small, .comment-form textarea {
	width: 300px;
}
.comment-form textarea {
	height: 120px;
}*/
/* @end */

/* @group FAQ */
table.faqresultstable {
	border-collapse:collapse;
	border-spacing:0;
	width: 100%;
}
table.faqresultstable td {
	color: #666;
	padding: 9px;
}
table.faqresultstable a {
	color: #770606;
}
table.faqresultstable td.faqresultstableinfo {
	background: #f9f9f9;
	color: #888;
	font-size: 10px;
	padding: 3px 18px;
	text-align: right;
}
table.faqresultstable td.faqresultstablecount {
	padding-left: 18px;
	width: 10px;
}
td.faqresultstablehead {
	border-collapse:collapse;
	border-spacing:0;
	border-bottom: 1px solid #ddd;
	color: #000;
	font-weight: bold;
}
/* @end */

/* @group Forums */

/* NOTE: div.post-list exists in BLOG as well */

.forum-container h1 {
	font-size: 24px;
}
table.topic-list, div.forum-posts-container div.post-list, div.forum-registration {
	color: #666;
}
div.forum-posts-container div.post-list a, div.forum-registration a {
	font-size: 14px;
}
div.forum-registration h2 {
	color: #000;
}
table.forum {
	border-collapse:collapse;
	border-spacing:0;
	margin: 0;
	width: 100%;
}
table.forum th{
	background:#e9e9e9;
	padding:8px;
	text-align:left;
}
table.forum td {
	border-bottom: 1px solid #e9e9e9;
	padding: 9px;
	vertical-align: top;
}
table.forum td.topics {
	width: 90px;
}
table.forum td.posts {
	width: 90px;
}
table.forum td.lastpost {
	width: 180px;
}
table.forum .icon {
	float: left;
	margin: 0 10px;
}
table.forum .forum {
	
}
table.forum h3 {
	margin: 0;
}
table.forum h3 a {
	text-decoration: none;
}
ul.cap-top, ul.cap-bottom {
	font-size: 11px;
	height: 30px;
	margin: 0 0 18px;
	padding: 0;
}
ul.cap-bottom {
	margin: 18px 0 30px;
}
ul.cap-top li, ul.cap-bottom li {
	background:none;
	display: block;
	line-height: 30px;
	list-style: none;
}
ul.cap-top li.user, ul.cap-bottom li.nav-page {
	float: left;
	width: 200px;
}
ul.cap-top li.actions, ul.cap-bottom li.actions {
	float: right;
	font-size: 12px;
	text-align: right;
	width: 350px;
}
ul.cap-top li.actions a, ul.cap-bottom li.actions a {
	float: right;
	margin: 0;
	padding: 0 9px;
}
table.topic-list {
	background: #f9f9f9;
	border-collapse:collapse;
	border-spacing:0;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	width: 100%;
}
table.topic-list th {
	background: #ddd;
	border: 1px solid #ddd;
	color: #000;
	font-size: 10px;
	padding: 6px;
	text-align: left;
}
table.topic-list .name {
	font-weight: bold;
	width: 60%;
}
table.topic-list .name .icon {
	float: left;
	width: 30px;
}
table.topic-list .replies, table.topic-list .views {
	font-size: 10px;
	text-align: center;
	width: 10%;
}
table.topic-list .date {
	font-size: 10px;
	text-align: right;
	width: 20%;
}
table.topic-list td {
	padding: 10px;
}
table.topic-list a {
	color: #2ba6cb;
}
table.topic {
	background: none;
	border-collapse:collapse;
	border-spacing:0;
	border-bottom: 1px solid #eee;
	;
	margin: 0;
	width: 100%;
}
table.topic td {
	padding: 9px;
}
table.topic td.name, table.topic td.replies, table.topic td.views {
	border-right: 1px solid #eee;
	vertical-align: middle;
}
.forum-registration {
	padding: 18px;
}
.forum-registration input.cat_textbox, .forum-registration textarea.cat_textbox {
	width: 260px;
}
.forum-registration input.cat_button {
	margin: 0 6px 0 0;
}
.forum-posts-container h1 {
	font-size: 18px;
	margin: 18px 0;
}
.forum-posts-container h2 {
	background: #EEE;
	border: 1px solid #EEE;
	color: #888;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 6px 18px 4px;
	letter-spacing: 1px;
}
.forum-posts-container table.container {
	border-collapse:collapse;
	border-spacing:0;
	width: 100%;
}
.forum-posts-container td {
	border-bottom: 1px solid #ddd;
	padding: 18px;
	vertical-align: top;
}
.forum-posts-container tr.sub{
	background: none;
}
.forum-posts-container td.author {
	font-size: 11px;
	width: 160px;
}
.forum-posts-container h3.name {
	color: #000;
	font-size: 12px;
	font-weight: bold;
}
.forum-posts-container tr.sub td {
	height: 30px;
	padding: 0 18px;
}
.forum-posts-container td.action a {
	float: right;
	line-height: 30px;
}
/* @end */

/* @group Literature */

p.literature-container img {
	vertical-align: middle;
}
p.literature-container span.icon, p.literature-container span.name {
	margin: 0 3px 0 0;
}
/* @end */

/* @group Secure Zone Markup */

.case-search {
	background: #f9f9f9;
	border: 1px solid #eee;
	margin: 0 0 18px;
	padding: 18px;
}
.secure-lost-password {
	background: #f9f9f9;
	border: 1px solid #eee;
	padding: 18px;
}
.secure-lost-password input.cat_textbox_small {
	width: 210px;
}
.secure-update-details {
	background: #f9f9f9;
	border: 1px solid #eee;
	margin: 0 0 18px;
	padding: 18px;
}
.secure-update-details input.cat_textbox, .secure-update-details select.cat_dropdown {
	width: 260px;
}
/* @end */

/* @group Form Modules */

.product-form h3 {
	padding-left: 9px;
}
.secure-login, .newsletter-form {
	margin-bottom: 18px;
}
.secure-login h3, .newsletter-form h3 {
	background: #eee;
	border-bottom: 1px solid #eee;
	font-size: 14px;
	margin: 0;
	padding: 6px 18px;
}
.secure-login div.form, .newsletter-form div.form {
	padding-left: 9px;
}
/* @end */

/* @group Search */
#search{
	float:right;
	width:192px;
}
.search-input {
	float:left;
	display:inline;
	width:130px;
}
.search-input input {
	background:url(../../../../20180718113444im_/http_/www.angolaconsulate-ca.org/_assets/css/images/bg-input-199.png) no-repeat scroll left top;
	border:none;
	color:#666;
	height:18px;
	margin:1px 0 0;
	padding: 6px;
	width:130px;
}
.search-btn{
	float:left;
	width:58px;
}
.search-box input.cat_textbox_small {
	margin: 0 3px 0 0;
}
/* @end */

/* @group Photo Gallery */

#imageContainer img {
	margin: 0;
}
table.photogalleryTable td {
	padding: 9px;
}
table.photogalleryTable td img{
	width: 100%;
}
/* @end */

/* @group Affiliate Program */

table.affiliate-stats {
	border: 1px solid #d7d7d7;
	border-collapse: collapse;
}
table.affiliate-stats td {
	border: 1px solid #d7d7d7;
	padding: 6px;
}
table.affiliate-stats td.var {
	color: #888;
}
/* @end */

/* @group Tell a Friend */

.tell-a-friend {
	border: 2px solid #333;
	background-color: #fff;
	color: #666;
	padding: 18px;
}
.tell-a-friend form {
	padding: 0 0 0 36px;
}
.tell-a-friend h1 {
	border-bottom: 1px solid #ccc;
	color: #222;
	font-size: 18px;
	margin: 0;
	padding: 0 0 6px;
}
.tell-a-friend h2 {
	border-bottom: 1px dotted #ccc;
	color: #222;
	font-size: 12px;
	margin: 18px 0 9px;
}
.tell-a-friend td.var {
	text-align: right;
	width: 130px;
}
.tell-a-friend td {
	font-size: 11px;
	vertical-align: top;
}
.tell-a-friend label {
	color: #888;
	font-size: 11px;
}
.tell-a-friend input.cat_textbox_small {
	height: 21px;
}
.tell-a-friend input.cat_textbox_small, .tell-a-friend textarea.cat_listbox {
	font-size: 11px;
	width: 300px;
}
/* @end */

/* @group Favourites */

.favourite-registration {
	border: 1px solid #eee;
	background: #f9f9f9;
	padding: 18px;
}
.favourite-registration input.cat_textbox, .favourite-registration textarea.cat_textbox {
	width: 260px;
}
.favrourite-registration input.cat_button {
	margin: 0 6px 0 0;
}
/* @end */

/* @group eCommerce Browse Panel */

.browse-panel {
	border: 1px solid #d7d7d7;
}
.browse-panel h5 {
	background: #eee url(../../../../20180718113452im_/http_/www.angolaconsulate-ca.org/CatalystImages/shop_bg-browse-panel.png) repeat-x;
	border-bottom: 1px solid #d7d7d7;
	font-size: 14px;
	margin: 0;
	padding: 9px;
}
.browse-panel h6 {
	background: #f7f7f7;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 3px 9px;
}
.browse-panel ol {
	background: #fff;
	border-bottom: 1px solid #e7e7e7;
	margin: 0;
	padding: 9px;
}
.browse-panel ol.browse-catalogue {
	border-bottom: none;
}
.browse-panel li {
	list-style: none;
	padding: 3px 9px;
}
.browse-panel li span {
	display: inline;
	font-weight: bold;
}
/* @end */

/* @group eCommerce Image Zoom Slider */

img.drag {
	position: relative;
	padding: 0.5em;
	/*margin: 0 0 0.5em 1.5em;*/
	margin: 0;
	cursor: move;
}
.slidertrack {
	background-color: #d7d7d7;
	color: #333;
	float: left;
	margin: 0;
	line-height: 0px;
	font-size: 0px;
	text-align: left;
	padding: 4px;
	border: 1px solid;
	border-color: #ccc #aaa #aaa #ccc;
}
.slidertrack .sliderslit {
	background-color: #333;
	color: #ccc;
	height: 2px;
	margin: 4px 4px 2px 4px;
	line-height: 0px;
	position: absolute;
	z-index: 1;
	border: 1px solid;
	border-color: #999 #ddd #ddd #999;
}
.slidertrack .slider {
	width: 16px;
	background-color: #555;
	color: #333;
	position: relative;
	margin: 0;
	height: 8px;
	z-index: 1;
	line-height: 0px;
	font-size: 0px;
	text-align: left;
	border: 2px solid;
	border-color: #999 #222 #222 #999;
}
#zoomcontainer {
	overflow: hidden;
	position: relative;
}
#zoomcontainer img {
	position: absolute;
}
/* @end */

/* @group Web Apps */

/*pagination*/
ul.pagination {
	margin-bottom: 20px !important;
	overflow: hidden;
	padding: 0;
	width:100%;
	text-align:right;
	
}
ul.pagination li {
	float:none !important;
	background:none !important;
	color: #ce1126;
	display: inline;
	list-style: none;
	margin: 0 2px;
	padding:0;
}
ul.pagination li a:link,
ul.pagination li a:visited{
	font-size: 0.875em;
	padding: 1px 4px;
}
/*ul.pagination li.pag-current {
	padding:1px 4px;
}
ul.pagination li.pag-prev,
ul.pagination li.pag-next{
}*/
ul.pagination li.pag-prev a,
ul.pagination li.pag-next a{
	background:#ce1126;
	padding:3px 6px;
	color:#fff;
}
ul.pagination li.pag-prev a:hover,
ul.pagination li.pag-next a:hover{
	background: #000;
	color:#fff;
}
/* @end */
/*
     FILE ARCHIVED ON 09:29:03 Apr 09, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 15:17:02 Jul 20, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.718
  exclusion.robots: 0.024
  exclusion.robots.policy: 0.011
  esindex: 0.021
  cdx.remote: 11.498
  LoadShardBlock: 218.735 (3)
  PetaboxLoader3.datanode: 227.504 (4)
  PetaboxLoader3.resolve: 204.515 (2)
  load_resource: 255.009
*/