/* Imports */
@import url(vendor/jquery-ui/jquery-ui.css);
@import url(vendor/fancybox/fancybox.css);
@import url(vendor/liscroll/liscroll.css);
@import url(vendor/dropnice/dropnice.css);
@import url(vendor/tipsy/tipsy.css);
@import url(user_prefs.css);

/* Base Styles */
html { font-size: 70%; background: #ffb000 url(../img/bg_html.png) 0 0 repeat-x; }
body { color: #222; }

/* Headers */
h1, h2, h3, h4, h5, h6 { color: #235923; }
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span { display: block; padding-top: 0.2em; font-size: 0.8em; color: #555; }

/* Nested Lists */
ul ul, ol ol, ul ol, ol ul { margin-bottom: 0; }

/* Abbreviations */
abbr { font-size: 1em; }

/* noscript tags other warnings */
body .noscript { display: block; padding: 0.6em 2em; margin: 0; background: #111; color: #eee; text-align: center; font-size: 1.2em; line-height: 1.4em; }
	body .noscript a:link,
	body .noscript a:visited { color: #88e; }
	body .noscript a:hover { color: #ccf; }
	body .noscript a:active { text-decoration: none; }

/* Hide values */
.hide
{
	position:absolute;
	left:-5000px;
}

/* Intro boxes */
.intro { position: relative; padding: 1em 0; font-size: 1.2em; line-height: 1.4em; }
	.intro .gmap_link { position: absolute; right: 0; top: -10px; }

/* Info box styles */
p.information
{
	margin: 1em 0;
	padding: .75em;
	border: 1px solid #537EE6;
	background: #C9DEFF;
}

	p.information span
	{
		display: block;
	}

div.alert, p.alert
{
	margin: 1em 0;
	padding: .75em;
	padding-left: 1.5em;
	border: 1px solid #FFE31A;
	background: #FFFBB3;
	overflow: auto;
}
p.error
{
	margin: 1em 0;
	padding: 0.5em;
	padding-left: 2.4em;
	border: 1px solid #933;
	color: #933;
	background: #FFD9D9 url(../img/icons/cross.png) 8px center no-repeat;
}
p.right { text-align: right; }

h3.date { font-size: 80%; margin-top: -0.5em; }

/* Form labels */
label { display: block; }
	label span { font-weight: bold; }
	label.required span { color: #933; }

/* Form inputs with errors */
textarea.error, input.error, select.error { background-color: #f9e4b5; }

/* Form lists */
form ol { list-style: none; margin-left: 0; margin-right: 0; }
	form li { display: block; padding: 0.3em 0; line-height: 1em; }
		form li textarea, form li input[type='text'], form li input[type='password'], form li select { width: 96%; }
		form li span, form dd span { display: block; padding: 0.2em 0; color: #333; font-size: 90%; }
		form li span.error { padding: 0.6em 0; padding-left: 24px; color: #933; background: transparent url(../img/icons/cross.png) 4px center no-repeat; }
		form li span.help, form dd span.help { color: #153; }
	form li.buttons { padding-top: 0.6em; }
	form li.checkbox { padding-top: 0.4em; }

form dd { position:relative; }

form dl.checkboxes { float:left; }
	form dl.checkboxes dt { float: left; clear: both; margin-right: 0.3em; }
	form dl.checkboxes dd { float:left; margin: 0.4em; margin-top: 0.8em; }

form p.buttons { clear:both; margin-top: 1.2em;}

/* Form lists in fieldsets */
form fieldset
	{
		background: #FEF6E2;
		-webkit-border-top-right-radius: 10px;
		-webkit-border-bottom-left-radius: 10px;
		-webkit-border-bottom-right-radius: 10px;
		-moz-border-radius-topright: 10px;
		-moz-border-radius-bottomleft: 10px;
		-moz-border-radius-bottomright: 10px;
	}

		form fieldset legend
		{
			color: #B25C00;
		}

		form fieldset dl { margin-bottom: 0.6em; margin-top: 0.2em; }

/* Password strength */
form strong.strength { margin-left: 1em; padding: 0.4em; color: #fff; background: #000; }

/* Form messages */
	/*form p.message { padding: 0.4em; font-size: 1.2em; background: #e0e0e0; }*/
	/*form p.error { color: #911; border: none; padding: 0.3em 2.2em; margin: 0; background-color: transparent;}*/
	form p.success { background: #e0ffe0; }

/* Striped Tables */
table.stripe tr td { background: #f0f0f0; }
table.stripe tr th { background: #C4B8B8; }
table.stripe tr.alt td,
table.stripe tr.alt th,
table.stripe tr.even td,
table.stripe tr.even th  { background: #f0e5bf; }

/* Font styles */
.bold { font-weight: bold; }
.italic { font-style: italic; }

/* Z index */
.front { z-index: 100; }

/* Ajax loader */
p.loader { clear:both; margin-top:1em; text-align: center; }
	p.loader img { margin-right:0.5em; }

/* Main block settings */
#header, #userbar, #mainbar, #pathbar, #content, #footer { clear: both; position: relative; z-index: 1; }

/* No margins or padding on bars */
#userbar, #mainbar, #pathbar { line-height: 3em; z-index: 2; }
#userbar p, #mainbar p, #pathbar p { padding: 0; margin: 0; }

/* Inverted colors on header */
#header, #userbar { color: #eee; }
#header a, #userbar a { color: #fff; }

/* Main block: logo, basket, checkout */
#header { height: 100px; padding-top: 20px; overflow: hidden; }
	#header .bag { padding-top: 30px; font-size: 0.8em; line-height: 1.2em; text-align: right; }
		#header .bag strong { font-size: 1.8em; }
	#header .basket { padding-top: 20px; line-height: 41px; }
		#header .basket a { display: block; float: left; width: 140px; height: 42px; background: transparent url(../img/bg_basket.png) 0 0 no-repeat; text-indent: -3000em; }
		#header .basket a.edit { background-position: 0 0; }
			#header .basket a.edit:hover { background-position: 0 -42px; }
		#header .basket a.checkout { width: 150px; background-position: -144px 0; }
			#header .basket a.checkout:hover { width: 150px; background-position: -144px -42px; }
	#header .logo a
	{
		display: block;
		width: 277px;
		height: 0;
		padding-top: 70px;
		margin: .65em 0;
		background: url('../img/mukuru.png') top left no-repeat;
		overflow: hidden;
	}

/* Main block: user greeting and settings */
#userbar
{
	background: #222 url('../img/bg_bar_black.png') 0 0 repeat-x;
	border-top-left-raidus: 10px;
	border-top-right-raidus: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
}
	#userbar .greeting
	{
		background: #512906 url('../img/bg_login.png') top repeat-x;
		-webkit-border-top-left-radius: 10px;
		-moz-border-radius-topleft: 10px;
	}
		#userbar .greeting p { padding-left: 40px; background: transparent url(../img/bg_user_greeting.png) 6px center no-repeat; }
		#userbar a:hover { color: #FFDA55; }

/* Main block: breadcrumbs and countries */
#mainbar,
#pathbar { background: #e0e0e0 url('../img/bg_bar_white.png') 0 0 repeat-x; border-bottom: solid 1px #ccc; }
#mainbar { background-image: none; z-index: 3; }
	#mainbar .affiliate { padding-left: 40px; background: transparent url(../img/icons/bubble.png) 10px center no-repeat; }
	#mainbar .user_pref { text-align: right; }
		#mainbar .user_pref p { font-weight: bold; float: left; margin-right: 0.5em; margin-top: 0.2em; }
		#mainbar .user_pref form { padding: 0; margin: 0; line-height: 3em; }
			#mainbar .user_pref form select { font-size: 1em; }
		#mainbar .user_pref .dropnice { padding-top: 0.04em; /* IE7 bug */ line-height: 3em; background: #eee url(../img/icons/arrow_down.png) 97% center no-repeat; text-align: left; }
			#mainbar .user_pref .dropnice .selected { border: solid 1px #ccc; border-width: 0 1px; }
				#mainbar .user_pref .dropnice .selected a { color: #111; text-decoration: none; }
			#mainbar .user_pref .dropnice .options { top: 3em; background-color: #eee; border-bottom-color: #222; }
				#mainbar .user_pref .dropnice .options a { line-height: 1.6em; }
	#mainbar .help { display: block; height: 3em; width: 100%; text-indent: -3000em; background: transparent url(../img/icons/help.png) 30% center no-repeat; }

#pathbar {  }
	#pathbar #breadcrumb ol { display: block; list-style: none; margin: 0; padding: 0; overflow: auto; }
		#pathbar #breadcrumb ol li { display: block; float: left; margin: 0; padding: 0 24px; padding-left: 10px; background: transparent url(../img/bg_breadcrumb_arrow.png) right center no-repeat; }
			#pathbar #breadcrumb ol li a { display: block; font-weight: bold; text-decoration: none; }
		#pathbar #breadcrumb ol li.first { padding-left: 0; padding-right: 16px; }
			#pathbar #breadcrumb ol li.first a { width: 40px; text-indent: -3000em; background: transparent url(../img/bg_breadcrumb_home.png) center center no-repeat; }
		#pathbar #breadcrumb ol li.last { padding-right: 0; background-image: none; }
			#pathbar #breadcrumb ol li.last a { color: #444; }


/* Main block: content */
#content { background: #fff; padding-bottom: 1em; position: relative; }
	#content .intro { background: #e0e0e0; padding: 1em 40px; margin-left: -40px; margin-right: -40px; font-size: 1.2em; line-height: 1.4em; }

/* Main block: footer */
#footer { padding-top: 20px; color: #222; }
	#footer a { color: #222; }
	#footer a:hover { color: #5D5D5D; }
	#footer .menu a { padding-right: 0.4em; }
	#footer .copyright { text-align: right; }

/* Hide the vCard address and URL */
#footer .vcard { font-size: 0.8em; }
	#footer .vcard .url,
	#footer .vcard .adr { display: none; }
	#footer .vcard .tel { padding: 0 0.3em; color: #222; }
	#footer .vcard .fade { color: #444; text-transform: uppercase; font-size: 0.7em; }
	#footer .vcard .quiet { color: #444; font-size: 0.8em; }

/* Content: Welcome */
/*#welcome .countries { background: transparent url(../img/mukuru_cow.png) right 0 no-repeat; }*/
	#welcome .countries ul { display: block; list-style: none; margin: 0; padding: 1em 0; overflow: auto; }
		#welcome .countries li { display: block; float: left; width: 200px; padding: 0; margin: 0 2em 0 0; text-align: center; font-weight: bold; }
		#welcome .countries li a.button { display: block; }

	#welcome h1 { font-size: 2.5em; margin-bottom: 0.8em; line-height: 1em; }


	#welcome p { font-size: 1.2em; line-height: 2em;}

	#welcome ul.feature { font-size: 1.2em; list-style-image: url(../img/icons/tick.png); }
		#welcome ul.feature li { margin: 0 0 1em; }

/* Content: Music Program */
#music-program { display: block; position: absolute; top: 0; right: 0; float: right; z-index: 10; }
	#music-program span { display: none; }
	#music-program a { display: block; width: 148px; height: 156px; background: transparent url(../img/mukuru_music_peel.png) 0 0 no-repeat;text-indent: -3000em; }

/* Content: Affiliates */
#affiliates { background: transparent url(../img/affiliates-small.png) right 0 no-repeat; }

/* Content: Shop */
	#section-shop .product { clear: left; padding-bottom: 1em; overflow: auto; }
		#section-shop .product .image { float: left; width: 110px; text-align: center; }
		#section-shop .product .description { margin-left: 120px; }
	#section-shop .details { overflow: auto; }
		#section-shop .details .image { float: left; text-align: center; min-width: 200px; }
		#section-shop .details .description { margin-left: 260px; }
	
	
	/* Tutorial: boxes - for video tutorials */
	#section-shop .tut-box
	{
		width: 15em;
		min-height: 6em;
		margin-right: 3.5%;
		margin-bottom: 3.5%;
		float: right;
		clear: both;
		background: #FEF6E2;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border: 1px solid #d0d0d0;
	}
	
	#section-shop .tut-box h2
	{
		padding: .5em;
		margin: 0;
		text-align: center;
		font-size: 1.2em;
		font-weight: normal;
		background: #914200 url('../img/checkout/box_background.png') bottom repeat-x;
		color: white;
		-webkit-border-top-left-radius: 10px;
		-webkit-border-top-right-radius: 10px;
		-moz-border-radius-topleft: 10px;
		-moz-border-radius-topright: 10px;
	}
	
	
	
	
/* Content: Tutorials */
#tutorials { background: transparent url(../img/tutorials.png) right top no-repeat; }

/* Price: Output */
	#section-shop .prices
	{
		margin-bottom: 2em;
		color: #40351C;
		background: #FEF6E2;
		width: 15em;
		text-align:center;
		-webkit-border-bottom-left-radius: 10px;
		-webkit-border-bottom-right-radius: 10px;
		-moz-border-radius-bottomleft: 10px;
		-moz-border-radius-bottomright: 10px;
		-webkit-box-shadow: 0px 2px 3px #d0d0d0;
	}

	#section-shop .prices .default
	{
		font-size: 1.4em;
		margin-bottom: .4em;
		border-bottom: solid 1px #ccc;
		text-align: center;
		color: white;
		background: #914200 url('../img/checkout/box_background.png') bottom repeat-x;
		padding: .5em;
		-webkit-border-bottom-left-radius: 10px;
		-webkit-border-bottom-right-radius: 10px;
		-moz-border-radius-bottomleft: 10px;
		-moz-border-radius-bottomright: 10px;
	}

	#section-shop .prices .other-currency
	{
		color: #654D0D;
		padding: 1em;
		margin: .2em 1em;
		font-size: 1.1em;
		text-align: center;
		border-bottom: 1px solid #C0B69A;
	}

	#section-shop .prices .other-info
	{
		padding: 1em;
		font-size: .8em;
	}

	#section-shop .information
	{
		text-align: center;
	}

	#section-shop .information p
	{
		text-align: left;
		font-size: 110%;
		margin-top: 1em;
	}
	
	#section-shop .fbook-info
	{
		color: #40351C;
		width: 15em;
		font-size: 95%;
		text-align:right;
		-webkit-border-bottom-left-radius: 10px;
		-webkit-border-bottom-right-radius: 10px;
		-moz-border-radius-bottomleft: 10px;
		-moz-border-radius-bottomright: 10px;
	}
	

#section-basket .home-box
{
	clear:right;
}

/* Country: Information boxes */
.country-info { margin: 0 0 2em; }
	.country-info .cow { padding-top: 240px; background: transparent none left 20px no-repeat; }
		.country-info .christmas { background-image: url(../img/icons/cows/christmas.png); }
		.country-info .zimbabwe { background-image: url(../img/icons/cows/zimbabwe.png); }
		.country-info .south-africa { background-image: url(../img/icons/cows/south-africa.png?1); }
		.country-info .australia { background-image: url(../img/icons/cows/australia.png); }
		.country-info .austria { background-image: url(../img/icons/cows/austria.png); }
		.country-info .belgium { background-image: url(../img/icons/cows/belgium.png); }
		.country-info .bulgaria { background-image: url(../img/icons/cows/bulgaria.png); }
		.country-info .denmark { background-image: url(../img/icons/cows/denmark.png); }
		.country-info .finland { background-image: url(../img/icons/cows/finland.png); }
		.country-info .france { background-image: url(../img/icons/cows/france.png); }
		.country-info .germany { background-image: url(../img/icons/cows/germany.png); }
		.country-info .kenya { background-image: url(../img/icons/cows/kenya.png); }
		.country-info .greece { background-image: url(../img/icons/cows/greece.png); }
		.country-info .netherlands { background-image: url(../img/icons/cows/netherlands.png); }
		.country-info .philippines { background-image: url(../img/icons/cows/philippines.png); }
		.country-info .hungary { background-image: url(../img/icons/cows/hungary.png); }
		.country-info .ireland { background-image: url(../img/icons/cows/ireland.png); }
		.country-info .italy { background-image: url(../img/icons/cows/italy.png); }
		.country-info .malaysia { background-image: url(../img/icons/cows/malaysia.png); }
		.country-info .mexico { background-image: url(../img/icons/cows/mexico.png); }
		.country-info .new-zealand { background-image: url(../img/icons/cows/new-zealand.png); }
		.country-info .poland { background-image: url(../img/icons/cows/poland.png); }
		.country-info .romania { background-image: url(../img/icons/cows/romania.png); }
		.country-info .singapore { background-image: url(../img/icons/cows/singapore.png); }
		.country-info .slovakia { background-image: url(../img/icons/cows/slovakia.png); }
		.country-info .spain { background-image: url(../img/icons/cows/spain.png); }
		.country-info .uk { background-image: url(../img/icons/cows/united-kingdom.png); }
		.country-info .zambia { background-image: url(../img/icons/cows/zambia.png); }
	.country-info .button { display: block; text-align: center; }

/* Homepage: Category browser */
#category-viewer
{
	position:relative;
	margin: 0;
	padding: 0 0 2em;
}

	#category-viewer ol.categories
	{
		position:relative;
		width: 100%;
		overflow: auto;
		margin: 0;
		padding: 0;
		list-style: none;
		background: url('../img/categories/muu-background.png') repeat-x center 99px;
		border:none;
	}

		#category-viewer ol.categories li
		{
			display: block;
			width: 14.1%;
			padding: 1em 0 0;
			float:left;
		}

			#category-viewer ol.categories li a
			{
				display: block;
				font-weight: bold;
				text-decoration:none;
				font-size: 1em;
				padding:120px 0 8px;
				margin: 0 auto;
				background-repeat: no-repeat;
				background-position: center 25px;
				width:100px;
				text-align:center;
				outline: none;
			}

			#category-viewer ol.categories li a:hover, #category-viewer ol.categories li a.active
			{
				background-position: center -250px;
				color: white;
			}

	/* Category: Viewer */
	#category-viewer div.viewer
	{
		position:relative;
		margin: 0 auto;
		padding: 0;
		list-style: none;
		border-top: solid 3px #999;
		border-bottom: solid 3px #999;
		background: #404040 url('../img/bg_viewer.png') top repeat-x;
		color: #B2B2B2;
	}

		#category-viewer div.viewer span.ajax-loading
		{
			display:block;
			margin: 4em auto;
			font-size: 1.2em;
			padding: 1em 1em 1em 35px;
			width: 5em;
			background: url('../img/ajax-loader-pic.gif') no-repeat center left;
		}

		#category-viewer div.viewer div.product
		{
			clear: none;
			float: left;
			width:28%;
			margin: 2%;
			padding: .7em 0 0.5em;
		}

			#category-viewer div.viewer div.products
			{
				overflow: auto;
				padding-left: 1em;
			}

			#category-viewer div.viewer div.product div.image
			{
				clear: none;
				float: none;
				margin: auto;
				width: auto;
			}

			#category-viewer div.viewer div.product div.description
			{
				clear: none;
				float: none;
				margin: auto;
				width: auto;
			}

			#category-viewer div.viewer div.product div.description h3
			{
				text-align: center;
			}

			#category-viewer div.viewer div.product div.description p
			{
				line-height: 1.4em;
				color: #999;
			}

			#category-viewer div.viewer div.product p.center
			{
				padding: 10px 0;
			}


		#category-viewer div.viewer a
		{
			text-decoration: none;
			color: #CCC;
		}

		#category-viewer div.viewer a:hover
		{
			color: white;
		}

		#category-viewer div.viewer h3
		{
			font-size: 1em;
		}

		#category-viewer div.viewer p
		{
			font-size: .8em;
			margin: 0;
			padding: 0;
		}

		#category-viewer div.viewer button
		{
			display: block;
			position: absolute;
			top: 75px;
			width: 50px;
			height: 0;
			overflow: hidden;
			padding:50px 0 0;
			background: none;
			background-image: url('../img/button_directions.png');
			background-repeat: no-repeat;
			border:none;
		}

		#category-viewer div.viewer button.previous
		{
			left: -25px;
			background-position: top left;
		}

		#category-viewer div.viewer button.next
		{
			right: -25px;
			background-position: top right;
		}

		#category-viewer div.viewer button.previous:hover
		{
			background-position: bottom left;
		}

		#category-viewer div.viewer button.next:hover
		{
			background-position: bottom right;
		}

/* Category image on category and product pages */

/* Music */
#section-music {  }
	#section-music .artists { list-style: none; margin: 0 0 1em; }
	#section-music .profile .video { padding: 1em 0; border: solid 1px #eee; border-width: 1px 0; }
	#section-music .photos .photo { display: block; float: left; padding: 0; margin: 0 0.4em 0.4em 0; text-decoration: none; }
	#section-music .songs ul { list-style: none; margin: 0 0 1em; padding: 0; }
		#section-music .songs li { display: block; margin: 0 0 1em; padding: 0; line-height: 1.2em; border-bottom: solid 1px #ccc; }
			#section-music .songs li span { display: block; margin: 0.4em 0 0; padding: 0.2em; padding-left: 24px; background: transparent url(../img/icons/cart_add.png) 4px center no-repeat; overflow: auto; line-height: 1.6em; border-top: dotted 1px #ddd; }
	#section-music .map {  }
		#section-music .map p.loading { text-align: center; padding: 4em 0; }
	#section-music .cow { background: transparent url(../img/icons/cows/music.png) 90% 0 no-repeat; }

/* Homepage: Bottom boxes - also used for the support box on other pages */
#home-boxes
{
	overflow: auto;
	margin: 2em 0;
}

.home-box
{
	width: 22%;
	min-height: 26em;
	margin-right: 3.5%;
	float: right;
	clear: both;
	background: #FEF6E2;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 1px solid #d0d0d0;
}

	.additional .home-box { width: 15em; margin-top: 1em; }


.home-box ul { list-style: none; padding: 0; margin: 0; }
	.home-box ul li { padding: 0; margin: 0; overflow: auto; }

.home-box h2
{
	padding: .5em;
	margin: 0;
	font-size: 1.2em;
	font-weight: normal;
	background: #914200 url('../img/checkout/box_background.png') bottom repeat-x;
	color: white;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
}
.home-box p, .home-box ul { margin: .5em; line-height: 1.8em; color: #5B492C;}

.order-box ul { margin-top: 0; }
.order-box p { margin-bottom: 0; }

#home-boxes .home-box { float:left; clear:none; }
#home-boxes .home-box:last-child { float: left; margin-right: 0; }
#home-boxes .home-box p.phone { text-align: center; font-size: 1.3em; color: black;}
#home-boxes .home-box a.order-number { float: left;  margin: .2em 0; }
#home-boxes .home-box a.reorder { float: right; margin: .2em 0; }

	#section-customer div.home-box { float: left; width: 95%; margin-left: 1em; min-height: 15em; margin-bottom: 1.5em;}

/* Homepage: Card Acceptance */
#card-acceptance small
{
	display: block;
	overflow: hidden;
	width: 870px;
	height: 0px;
	padding-top: 40px;
	background: url('../img/card-acceptance.png') top left no-repeat;
}

/* Content: FAQ */
	#section-faq dd { padding-bottom: .4em; }
	#section-faq .quickjump ol { margin-left: 0; list-style: none; }
	#section-faq .quickjump ul { margin-left: 0.6em; list-style: none; }

/* Content: Support */
	#section-support .skype-users { list-style: none; margin-left: 0; overflow: auto; }
		#section-support .skype-users li { display: block; float: left; margin: 0; padding: 0; padding-right: 2em; line-height: 3em; background: #fff; }
			#section-support .skype-users li a { display: block; text-decoration: none; }
			#section-support .skype-users li img { vertical-align: middle; }

/* Content: Product Search */
	#section-search .results { padding-bottom: 1em; background: #e0e0e0; }
		#section-search .result {  }
			#section-search .result h2 { font-size: 1.2em; }
	#section-search .categories {  }
		#section-search .categories ul { list-style: square; }

/* Content: MyMukuru */
	#section-mymukuru h2 { color: #555; }
	#section-mymukuru .details {  }
		#section-mymukuru .details dd.status { padding-left: 20px; margin-left: -20px; background: transparent none 0 0.2em no-repeat; }
		#section-mymukuru .details dd.success { background-image: url(../img/icons/tick.png); }
		#section-mymukuru .details dd.failure { background-image: url(../img/icons/error.png); }


/* Content: Terms and Conditions */
#terms_and_conditions h2 { color: #333; border-bottom: solid 1px #ccc; }

.hidden { display: block; height:0px; width:0px; overflow: hidden; }

/* Checkout: Here to help */
div.help
{
	padding: 1.5em 0;
}

div.help span
{
	font-size:1.4em;
	line-height: 1.2em;
}

div.help .fade
{
	font-size:1.2em;
	color:#FCB000;
}

/* Checkout: Base */
#content-checkout
{
	background: #fff;
	padding-bottom: 1em;
}
	#content-checkout .intro
	{
		background: #e0e0e0;
		padding: 1em 40px;
		margin-left: -40px;
		margin-right: -40px;
		font-size: 1.2em;
		line-height: 1.4em;
	}

	#content-checkout h1, #content-checkout h2, #content-checkout h3, #content-checkout h4, #content-checkout h5
	{
		font-weight: normal;
	}

	span.required, span.information, span.alert, span.tick
	{
		display: block;
		background: url('../img/required.png') no-repeat;
		width: 21px;
		height: 0;
		padding-top: 21px;
		margin-right: .5em;
		overflow: hidden;
		float: left;
	}

		span.information { background: url('../img/information.png') no-repeat; }
		span.required, span.alert { background: url('../img/required.png') no-repeat; }
		span.tick { background: url('../img/icons/tick.png') no-repeat; }

/* Checkout: Progress */
#payment-progress
{
	padding: 0;
	margin: 0;
	list-style: none;
}

	#payment-progress li
	{
		float: left;
		font-size:1.2em;
		padding: 1em 0;
		margin: 0;
		width: 25%;
		text-transform: capitalize;
		color: #959595;
		background: url('../img/checkout/checkout_unavailable.png') no-repeat -13px center;
	}

		#payment-progress li a
		{
			text-decoration: none;
			color: #FFEBC0;
			text-shadow: #000 1px 1px 2px;
		}

		#payment-progress li a:hover
		{
			color:white;
		}

		#payment-progress li a:active
		{
			text-shadow: none;
			color: white;
		}

	#payment-progress li.last
	{
		border-right: none;
	}

	#payment-progress li.complete
	{
		background: url('../img/checkout/checkout_complete.png') no-repeat -13px center;
		color: #FFEBC0;
		text-shadow: #000 1px 1px 2px;
	}

	#payment-progress li.first.complete
	{
		background: url('../img/checkout/checkout_complete_payment.png') no-repeat -13px center;
	}

	#payment-progress li.current
	{
		text-shadow: #000 1px 1px 2px;
		font-weight: bold;
		color: white;
		background: url('../img/checkout/checkout_active.png') no-repeat -13px center;
	}

	#payment-progress li.first.current
	{
		background: url('../img/checkout/checkout_active_payment.png') no-repeat -13px center;
	}

	#payment-progress li.next
	{
		background: url('../img/checkout/checkout_active_next.png') no-repeat -13px center;
	}


/* Checkout: Context */
#checkout-context
{
	margin:1em 0;
}

	#checkout-context label
	{
		display: inline;
	}

	#checkout-context form
	{
	}

		#checkout-context form fieldset
		{
			background: #FEF6E2;
			-webkit-border-top-right-radius: 10px;
			-webkit-border-bottom-left-radius: 10px;
			-webkit-border-bottom-right-radius: 10px;
			-moz-border-radius-topright: 10px;
			-moz-border-radius-bottomleft: 10px;
			-moz-border-radius-bottomright: 10px;
		}

		#checkout-context form fieldset legend
		{
			color: #B25C00;
		}

		#checkout-context form fieldset input[type=text], #checkout-context form fieldset textarea
		{
			width:75%;
			padding: .5em;
		}

		#checkout-context form label
		{
			cursor: pointer;
		}

		#checkout-context dl.payment_gateways dd
		{
			position: relative;
			overflow: auto;
			float: left;
			background: white;
			margin: 0.7em 0;
			padding: 0 1em;
			border: 1px solid rgb(204, 204, 204);
			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
			width: 90%;
		}

			#checkout-context dl.payment_gateways dd input
			{
				float: left;
				margin-top: 1.6em;
			}

			#checkout-context dl.payment_gateways dd .paymentgateway
			{
				float: left;
				display: block;
				width: 54%;
				padding-left: 1%;
				margin-bottom: 0;
			}
				#checkout-context dl.payment_gateways dd .paymentgateway h3
				{
					font-size: 1.2em;
					font-weight: bold;
				}

				#checkout-context dl.payment_gateways div#new_card
				{
					width: 90%;
					margin-left: 3%;
				}
					#checkout-context dl.payment_gateways div#new_card h3
					{
						margin-left: 4%;
					}

			#checkout-context dl.payment_gateways dd div.payusing
			{
				display: block;
				float: right;
				overflow: auto;
				width: 36%;
				padding-left: 4%;
				margin: 1em 0 0;
			}

				#checkout-context dl.payment_gateways dd div.payusing span.card_detail
				{
					display: block;
					float: left;
					width: 30px;
					margin-right: .5em;
					height: 0;
					padding-top: 30px;
					overflow: hidden;
					border: 1px;
				}
				
				#checkout-context dl.payment_gateways dd.existing-card div.payusing
				{
					width: 45%;
					padding: 0;
					margin: 0;
				}
					
					#checkout-context dl.payment_gateways dd.existing-card img
					{
						margin-top: 3.5em;
						float: right;
					}
					
					#checkout-context dl.payment_gateways dd.existing-card dl
					{
						float: left;
						width: 72%;
					}
				
	#checkout-context .disclaimer
	{
		display: block;
		height: 25em;
		font-size: .9em;
		overflow: auto;
		color: #555;
		background: #f6f6f6;
		margin: 1em 0;
		padding: 1em;
	}

	/* Error handling in secpay templates, which in typically unsemantic fashion uses the center tag */
	#checkout-context center
	{
		margin: 0;
		padding: 0.3em;
		border: 1px solid #933;
		color: #933;
		background: #FFD9D9 8px center no-repeat;
	}

		#checkout-context center h3
		{
			margin: 0;
			font-size: 1.2em;
			font-weight: bold;
			color: #B25C00;
		}

/* Credit cards */

.mastercard { background: url('../img/cards/mastercard.png') no-repeat top left; }
.maestro { background: url('../img/cards/maestro.png') no-repeat top left; }
.visa { background: url('../img/cards/visa.png') no-repeat top left; }
.visaelectron { background: url('../img/cards/visaelectron.png') no-repeat top left; }
.solo { background: url('../img/cards/solo.png') no-repeat top left; }
.cartebleue { background: url('../img/cards/cartebleue.png') no-repeat top left; }
.amex { background: url('../img/cards/americanexpress.png') no-repeat top left; }
.diners { background: url('../img/cards/dinersclub.png') no-repeat top left; }
.directdebit { background: url('../img/cards/directdebit.png') no-repeat top left; }
.giropay { background: url('../img/cards/giropay.png') no-repeat top left; }
.cirrus { background: url('../img/cards/cirrus.png') no-repeat top left; }
.discover { background: url('../img/cards/discover.png') no-repeat top left; }
.jcb { background: url('../img/cards/jcb.png') no-repeat top left; }
.laser { background: url('../img/cards/laser.png') no-repeat top left; }
.poli { background: url('../img/cards/poli.png') no-repeat top left; }
.barclayscash { background: url('../img/cards/barclays.png') no-repeat top left; }
.bacs { background: url('../img/cards/bacs.png') no-repeat top left; }
.paypoint_logo { background: url('../img/cards/paypoint.gif') no-repeat top left; }

/* Payment gateways */

.moneybookers { background: url('../img/payment_gateways/moneybookers.png') no-repeat top left; }
.paypal { background: url('../img/payment_gateways/paypal.png') no-repeat top left; }
.google { background: url('../img/payment_gateways/google.png') no-repeat top left; }
.barclays { background: url('../img/payment_gateways/barclays.png') no-repeat top left; }
.mkash { background: url('../img/payment_gateways/mkash.png') no-repeat top left; }
.netbanx { background: url('../img/payment_gateways/netbanx.png') no-repeat top left; }

/* Checkout: Review */
	#checkout-review div.review-box
	{
		width:100%;
		margin-bottom: 2em;
		color: #40351C;
		-webkit-border-bottom-left-radius: 10px;
		-webkit-border-bottom-right-radius: 10px;
		-moz-border-radius-bottomleft: 10px;
		-moz-border-radius-bottomright: 10px;
		-webkit-box-shadow: 0px 2px 3px #d0d0d0;
	}

	#checkout-review div.review-box:first-child
	{
		margin: 5.4em 0 2em;
	}

		#checkout-review div.review-box div.review-box-title
		{
			overflow: auto;
			background: #914200 url('../img/checkout/box_background.png') bottom repeat-x;
			padding:.1em .5em;
		}

			#checkout-review div.review-box div.review-box-title h2
			{
				float: left;
				padding:.5em 0;
				margin: 0;
				font-size: 1.3em;
				color: white;
			}

			#checkout-review div.review-box div.review-box-title a.edit-button
			{
				float: right;
				text-decoration: none;
				padding:.25em;
				margin: .5em;
				color: white;
				font-size:.9em;
			}

		#checkout-review div.review-box table
		{
			border: none;
			width: 95%;
			margin:auto;
		}

			#checkout-review div.review-box table tr
			{
				border-bottom: 1px solid #D2BD81;
				text-align:left;
			}

			#checkout-review div.review-box table tr.totals
			{
				border-bottom: 1px solid #FDE2A3;
				color: #B55D00;
			}

			#checkout-review div.review-box table tr:last-child
			{
				border-bottom: none;
			}

			#checkout-review div.review-box table td, #checkout-review div.review-box table th
			{
				padding: .5em;
				border: none;
				text-align:left;
			}

			#checkout-review div.review-box table tr th
			{
				color: #B55D00;
			}

			#checkout-review div.review-box table tr.total, #checkout-review div.review-box table tr.total th
			{
				color: #3F351A;
				font-size: 1.2em;
			}

			#checkout-review div.review-box table tr.total th abbr
			{
				font-size: 0.95em;
			}

			#checkout-review div.review-box table abbr
			{
				border: none;
				text-transform: none;
			}

		#checkout-review div.review-box-content
		{
			background: #FEF6E2;
			border-bottom: 1px solid #d0d0d0;
			border-left: 1px solid #d0d0d0;
			border-right: 1px solid #d0d0d0;
			padding: 1.25em .5em 1em;
			-webkit-border-bottom-left-radius: 10px;
			-webkit-border-bottom-right-radius: 10px;
			-moz-border-radius-bottomleft: 10px;
			-moz-border-radius-bottomright: 10px;
		}

		#checkout-review p
		{
			line-height: 1.2em;
		}

/* Checkout: Cow image */
#checkout_image
{
	text-align: center;
	margin-top: 1em;
}

/* Currency: Calculator */

	.calculator form fieldset input[type=text], #checkout-context form fieldset textarea
	{
		width:75%;
		padding: .5em;
	}

	.calculator form fieldset input[type=text].simple-controls
	{
		width:10%;
		padding: .5em;
	}

	.calculator form fieldset button.increment, .calculator form fieldset button.decrement
	{
		border: none;
		background: #B25C00;
		font-size: 1.3em;
		color: white;
		font-weight: bold;
		padding: .4em .5em;
		margin: .2em .3em;
	}

	.calculator form fieldset button.increment
	{
		-webkit-border-top-right-radius: 10px;
		-webkit-border-bottom-right-radius: 10px;
		-moz-border-radius-topright: 10px;
		-moz-border-radius-bottomright: 10px;
	}

	.calculator form fieldset button.decrement
	{
		-webkit-border-top-left-radius: 10px;
		-webkit-border-bottom-left-radius: 10px;
		-moz-border-radius-topleft: 10px;
		-moz-border-radius-bottomleft: 10px;
	}


	.calculator form fieldset button.increment:hover, .calculator form fieldset button.decrement:hover
	{
		background: #B07400;
	}

	.calculator form fieldset button abbr
	{
		border: none;
		cursor: default;
	}

	.calculator .surcharge
	{
		margin: 1em 0;
		padding: .75em;
		border: 1px solid #537EE6;
		background: #C9DEFF;
	}

/* Buttons: Form and anchor */
p.buttons
{
	margin-top: 1.5em;
}

input[type=submit].button, a.button, button.button
{
	padding: .75em;
	font-weight: bold;
	font-size: 1.2em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-decoration: none;
	margin-top: 0.5em;
	margin-right: 0.4em;
	cursor: pointer;
	overflow:visible;
	white-space: nowrap;
}

input[type=submit].button.small, a.button.small, button.button.small, a.tiny
{
	padding: .25em;
	font-weight: bold;
	font-size: .8em;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	text-decoration: none;
}

input[type=submit].button.big, a.button.big, button.button.big
{
	line-height: 3em;
	height: 3em;
	padding: 0.9em;
	font-weight: bold;
	font-size: 1.2em;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	text-decoration: none;
}

input[type=submit].green, a.green, button.green
{
	background: url('../img/buttons/green.png') 0px -10px repeat-x;
	border: 1px solid #325622;
	color: white;
}

input[type=submit].green:hover, a.green:hover, button.green:hover
{
	background: url('../img/buttons/green.png') 0px -180px repeat-x;
	border: 1px solid #62A038;
}

input[type=submit].green:active, a.green:active, button.green:active
{
	background: url('../img/buttons/green.png') 5px center repeat-x;
	border: 1px solid #325622;
}


input[type=submit].red, a.red, button.red, a.cancel
{
	background: url('../img/buttons/red.png') 0px -10px repeat-x;
	color: white;
	border: 1px solid #893535;
}

input[type=submit].red:hover, a.red:hover, button.red:hover
{
	background: url('../img/buttons/red.png') 0px -180px repeat-x;
	border: 1px solid #9C3636;
}

input[type=submit].red:active, a.red:active, button.red:active
{
	background: url('../img/buttons/red.png') 5px center repeat-x;
	border: 1px solid #893535;
}

input[type=submit].blue, a.blue, button.blue
{
	background: url('../img/buttons/blue.png') 0px -10px repeat-x;
	color: white;
	border: 1px solid #35528B;
}

input[type=submit].blue:hover, a.blue:hover, button.blue:hover
{
	background: url('../img/buttons/blue.png') 0px -180px repeat-x;
	border: 1px solid #344A9E;
}

input[type=submit].blue:active, a.blue:active, button.blue:active
{
	background: url('../img/buttons/blue.png') 5px center repeat-x;
	border: 1px solid #35528B;
}

input[type=submit].yellow, a.yellow, button.yellow
{
	background: url('../img/buttons/yellow.png') 0px -10px repeat-x;
	color: white;
	border: 1px solid #8A6D31;
}

input[type=submit].yellow:hover, a.yellow:hover, button.yellow:hover
{
	background: url('../img/buttons/yellow.png') 0px -180px repeat-x;
	border: 1px solid #9D832D;
}

input[type=submit].yellow:active, a.yellow:active, button.yellow:active
{
	background: url('../img/buttons/yellow.png') 5px center repeat-x;
	border: 1px solid #8A6D31;
}

a.button
{
	margin: 0 auto 1em;
	font-size: 1em;
	background-position: 0px -10px;
}

a.button:hover
{
	background-position: 0px -190px;
}

a.button:active
{
	background-position: 5px center;
}
input.margin-right
{
	margin-right: 5px;
}

/* Product contents pop up */
#contents_image, #contents_table
{
	padding: 1.5em;
	text-align:center;
}
#contents_table table
{
	min-width: 400px;
}

/* Dropdown login box */
#loginbox
{
	background : #301b00 none repeat scroll 0 0;
	color: #ffda55;
	font-weight: normal;
}
#loginbox label
{
	font-weight: normal;
}
#loginbox input[type=text], #loginbox input[type=password]
{
	border:2px solid #70596C;
}
#loginbox input[type=text]:focus, #loginbox input[type=password]:focus
{
	border-color: #70596C;
	outline: 2px solid #004B5D;
}
#loginbox dl
{
	margin-bottom: 0.2em;
}
#loginbox h3
{
	font-size: 1.4em;
	color: #FFFFFF;
}
#loginbox ul
{
	margin: 2.7em 0;
}
#loginbox li
{
	list-style: none;
	margin: 1.5em 0;
}
#loginbox li a
{
	color: #FFDA55;
	font-size: 1.25em;
	font-weight: bold;
	text-decoration: none;
	padding:10px 0 7px 50px;
	margin-bottom: 2em;
	background-image: url('../img/icons/customer.png');
	background-repeat: no-repeat;
	display: block;
	height: 20px;
}
#loginbox li a:hover
{
	color: #FFF;
}
#loginbox li.register a
{
	background-position: -5px -71px;
}
#loginbox li.forgot_password a
{
	background-position: -5px -3px;
}
#loginbox .loader
{
	text-align: center;
	margin: 4em;
}
#loginbox .loader img
{
	margin: 0.2em;
}
#loginbox .loader p
{
	margin: 0.2em;
	font-size: 1.8em;
}

/* Google Maps box */
#gmap_container
{
	background : #301B00 none repeat scroll 0 0;
	color: #EDD394;
	font-weight: normal;
	text-align: center;
	padding-bottom: 2.3em;
}
	#gmap_container label
	{
		font-size: 1.2em;
		cursor: pointer;
	}
	#gmap_container h1
	{
		font-size: 1.2em;
		color: #fff;
	}
	#gmap_container ul
	{
		margin: 2.7em 0;
	}
	#gmap_container li
	{
		list-style: none;
		margin: 0 0.5em;
		vertical-align: middle;
		text-align: left;
		padding: 1em 0;
		cursor: pointer;
		border-bottom: 1px solid #34263D;
		float: left;
		width: 100%;
	}
	#gmap_container li:hover, #gmap_container li.selected
	{
		background-color: #0A6352;
	}
	#gmap_container li.selected
	{
		background-color: #34263D;
	}
	#gmap_container input[type=radio]
	{
		float: left;
		width: 10%;
		margin: 0 0.5em;
	}
	#gmap_container label span
	{
		float: left;
		width: 80%;
		color: inherit;
		font-weight: normal;
		padding: 0;
		line-height: 1em;
	}
	#gmap_container .loader
	{
		text-align: center;
		margin: 4em;
	}
	#gmap_container .loader img
	{
		margin: 0.2em;
	}
	#gmap_container .loader p
	{
		margin: 0.2em;
		font-size: 1.8em;
	}
#gmap_options, #gmap
	{

		height:  500px;
	}
	#gmap_options a.close
	{
		position: absolute;
		bottom: 0;
		left: 2.9em;
	}

#gmap_infobox
{
	padding-bottom: 1.4em;
	width: 216px;
}
	#gmap_infobox h3
	{
		margin-top: 0;
	}
	#gmap_infobox p
	{
		margin-bottom: 3%;
		color: #000;
	}

a.gmap_link
{
	display: none;
	background: url('../img/gmaps/map_icon.png') no-repeat right center;
	padding-right: 90px;
	height: 5.5em;
	margin-right: 40px;
}
	p a.gmap_link
	{
		padding-top: 2em;
		font-size: 0.8em;
	}
	dd a.gmap_link
	{
		float: right;
		height: 5.8em;
		margin-right: 0;
	}

/* Tooltip CSS */
#tooltip
{
	position: absolute;
	z-index: 3000;
	border: 1px solid #537EE6;
	background: #C9DEFF;
	padding: 0.7em;
	opacity: 0.95;
}
	#tooltip div { margin: 0; }

	#tooltip h3 { margin: 0 0.6em; }

	#tooltip ul, #tooltip p { margin: 0.6em; font-size:120%; }

	#tooltip #loader { text-align: center; font-weight: bold; }

/* Pretty popin rules for settings */
.prettyContent-container fieldset
{
	float: left;
	width:40%;
	margin: 0.5em 0;
}
	.prettyContent-container fieldset#alt_currencies
	{
		float: right;
	}

/* Authorisation info box on currency page */
#authorised_box h2.toggle
{
	float: left;
	font-size: 1em;
	margin: 0;
	color: #235923;
	font-weight: bold;
}

#authorised_box h2.toggle-link
{
	cursor: pointer;
	text-decoration: underline;
}

	#authorised_box h2.toggle-link:hover
	{
		color: #b46f29;
	}

#authorised_box div.data_grid
{
	float: left;
	font-size: 1em;
	margin-left: 2.5em;
}

/* Category images */
#category-viewer ol.categories li a.mobile { background-image: url('../img/categories/muu-airtime.png'); }
#category-viewer ol.categories li a.groceries { background-image: url('../img/categories/muu-foodpacks.png'); }
#category-viewer ol.categories li a.fuel { background-image: url('../img/categories/muu-fuel.png'); }
#category-viewer ol.categories li a.currency { background-image: url('../img/categories/muu-money.png'); }
#category-viewer ol.categories li a.dstv { background-image: url('../img/categories/muu-dstv.png'); }
#category-viewer ol.categories li a.nyama { background-image: url('../img/categories/muu-bbq.png'); }
#category-viewer ol.categories li a.bills { background-image: url('../img/categories/bills.png'); }
#category-viewer ol.categories li a.bank-topup { background-image: url('../img/categories/muu-fca.png'); }
#category-viewer ol.categories li a.legacy { background-image: url('../img/categories/muu-bbq.png'); }
#category-viewer ol.categories li a.bank-acc-topup { background-image: url('../img/categories/muu-fca.png'); }
#category-viewer ol.categories li a.airtime { background-image: url('../img/categories/muu-airtime.png'); }
#category-viewer ol.categories li a.gcash-currency { background-image: url('../img/categories/muu-airtime.png'); }

/* ==== Call tab ==== */
#calltab{
background: url(/media/img/tabs_callzim.png) no-repeat; 
left:1px;
top:43%;height:102px;width:33px;margin:0;padding:0;position:fixed;z-index:5000;}
#calltab a{display:block;width:100%;height:100%;}
/* ==== END call tab ==== */
