﻿body 
{
	font-family: "Segoe UI", Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 14px;    
}

a, a:link, a:active, a:visited
{
	font-family: "Segoe UI", Arial, Helvetica, Tahoma, Verdana, sans-serif;
	color: #114d6c;
	text-decoration: none;
	font-size: 14px;
}

a:hover {
	text-decoration: underline;
    color: #006699;
}

h1
{
	font-family: "Segoe UI", Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 26px;
	font-weight: normal;
	margin: 0 0 10px 0;
	line-height: normal;
    line-height: 30px;
}

h2
{
	font-family: "Segoe UI", Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 20px;
	font-weight: normal;
	margin: 8px 0 10px 0;
	line-height: normal;
    color: #5B4C40;
}

h3
{
	font-size: 18px;
}

h4 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 4px;
}

h5 {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 4px;
}

/* PAGE STRUCTURE 960 GS navigation, logo, etc. --------------------------------- */

#header-wrapper2 
{
	background-image:url("../images/headerbg.png");
	border-color: #5d5d5d;
	border-width: 1px;
	border-style: dotted;	
}

	#header-wrapper2 #MenuRow
	{
		height: 40px;	    
	}

	#header-wrapper2 #MenuRow #nav
	{
		float: right;
		overflow: hidden;	    
	}

	#header-wrapper2 #MenuRow #nav li
	{
		float: left;
		list-style: none;        
		padding: 11px 6px;
		height: 14px;
		line-height: 17px;
		margin: 0 2px;
	}

	#header-wrapper2 #MenuRow #nav li a
	{
		font-size: 16px;
		text-decoration: none;
		display: block;
		color: #ffffff;
		font-weight: normal;
	}
	
	#header-wrapper2 #MenuRow #nav li a img
	{
		vertical-align: middle;
	}

	#header-wrapper2 #MenuRow #nav li:hover
	{
		background-color: #e5e5e5;
		color: #4d4d4d;
	}
	
	#header-wrapper2 #MenuRow #nav li a:hover
	{		
		color: #4d4d4d;
	}
	
#MainContainer
{
	padding: 0;	
    margin: 30px auto;
	min-height: 600px;
}
	
#pMainColumn {
    padding-bottom: 20px;
}
	
#logo
{
	position: absolute;
	top: -40px; 
	z-index: 1000;	
}

#breadcrumb
{
	border-bottom: 1px dotted #4d4d4d;
	overflow: hidden;
	padding: 8px 0;
	margin-top: 10px;
}

#title-author-container 
{
    border-bottom: 1px solid #c0c0c0; 
    margin-bottom: 20px; 
    padding: 0 0 28px 0;
}

#shop-cart-container 
{
    float: right; 
    margin: 0 0 20px 20px; 
    padding: 10px 15px;
    border-width: 3px 1px 1px 1px;
    border-style: solid;
    border-color: #c0c0c0;
    background-color: #f5f5f5;
    max-width: 190px;
}

.info {
    padding: 5px;
    background-color: #ccddff;
    border-color: #ccccff;
    border-style: solid;
    border-width: 1px;
    font-size: 11px;
    color: #4d4d4d;
}

div.info-box 
{
	padding: 8px;
	background-color: #f5f5f5;
	border: 1px solid #006699;
}
	
	div.info-box h3 
	{
		margin: 0;
		font-size: 14px;
		color: #4d4d4d;
	}
	
	div.info-box p 
	{
		margin: 0;
	}

/* END PAGE STRUCTURE ------------------------- */

/* files list module for product pages */

.file-list {
    margin: 0;
    padding: 0;
    list-style-type: none;   
}

    .file-list li {
        margin: 0;
        padding: 0.6em 0;
        border-bottom: 1px solid #c0c0c0;
    }

        .file-list li a {
            font-size: 0.9em;
            color: #006699;
            text-decoration: underline;
        }

        .file-description {
            color: #4d4d4d;
            font-size: 0.8em;
        }

            .file-info {
                padding: 0.3em 0;
            }

            .file-info .file-size, .file-info .file-type {
                color: #4d4d4d;
                font-size: 0.7em;
            }

/* end of files list module styles */

.langBox
{
	padding: 3px;    
	display: inline;
}
ul.flags 
{
	display: inline;
	margin: 0;
	padding: 0;
}
			
ul.flags li 
{
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
}
			
span.langLabel
{
	color: #4d4d4d;
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
}

fieldset
{
	border-width: 1px 1px 1px 1px;
	border-style: dotted;
	border-color: #c0c0c0;
	padding: 8px 12px;    
}

	fieldset legend
	{
	    border-width: 0;
	    background-color: #ffffff;
		font-weight: bold;
		padding: 2px 4px;
	    color: #000000;
	}	
	
.error
{
	color: #990000;
	font-weight: bold;
	margin: 5px;
}

/* breadcrumbs */

.breadcrumbs {
    background-color: #f4f4f4;
    border-color: gainsboro;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    display: block;
    list-style: none;
    margin-left: 0;
    overflow: hidden;
    padding: 0.5625rem 0.875rem 0.5625rem;
}

.breadcrumbs > * {
    color: #008cba;
    float: left;
    font-size: 0.6875rem;
    line-height: 0.6875rem;
    margin: 0;
    text-transform: uppercase;
}

.breadcrumbs > *:hover a, .breadcrumbs > *:focus a { text-decoration: underline; }

.breadcrumbs > * a { color: #008cba; }

.breadcrumbs > *.current {
    color: #333333;
    cursor: default;
}

.breadcrumbs > *.current a {
    color: #333333;
    cursor: default;
}

.breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a { text-decoration: none; }

.breadcrumbs > *.unavailable { color: #999999; }

.breadcrumbs > *.unavailable a { color: #999999; }

.breadcrumbs > *.unavailable:hover, .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
.breadcrumbs > *.unavailable a:focus {
    color: #999999;
    cursor: default;
    text-decoration: none;
}

.breadcrumbs > *:before {
    color: #aaaaaa;
    content: "/";
    margin: 0 0.75rem;
    position: relative;
    top: 1px;
}

.breadcrumbs > *:first-child:before {
    content: " ";
    margin: 0;
}	

/* Dashboard */

.DashboardItemBox
{
	border: 1px dotted #4d4d4d;
	padding: 5px;	
	color: #4d4d4d;
	font-size: 11px;
	width: 300px;    
	margin: 5px;
	vertical-align: top;
}

.DashboardItemBox H3
{
	margin: 0;
	font-size: 12px;
	color: #4d4d4d;	
	display: block;
	padding: 2px;
	text-align: left;
	vertical-align: top;
}

.charityRegistration
{
    color: #4d4d4d; 
    text-align: left; 
    font-size: 11px;
    padding-top: 8px;
    border-top: 1px dotted #4d4d4d; 
    margin-top: 5px;
}

/* END DASHBOARD STYLES */
	
/* CHECKOUT STYLES FORMS AND MODULES */

table.OrderOverview
{
	width: 100%;
}

table.OrderOverview td
{
	width: 25%;
	vertical-align: top;
    padding: 5px 0;
}

table.OrderOverview td fieldset
{
    border-width: 0;
	border-style: dotted;
    padding: 5px 0;
	border-color: #c0c0c0;
}

table.RateVariants
{
	width: 100%;
}
				
table.RateVariants tr.DeliveryRate td
{
	padding: 0 4px;
	border-bottom: 1px dotted #4d4d4d;
}               
				
table.RateVariants tr.DeliveryRate td .Price
{
	color: #990000;
	font-weight: bold;
	margin-bottom: 2px;
}
				
table.RateVariants tr.DeliveryRate td .selbutton
{
	background-color: #006699;
	color: #ffffff;
	padding: 3px;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	white-space: nowrap;
}
				
table.RateVariants tr.ResultsFooter td a
{
	font-size: 10px;                    
}


/* vouchers */


.Voucher .DiscountValue
{
	background-image: url(../images/CartCouponCut.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	
	width: 128px;
	float: right;
	overflow: hidden;
	padding: 3px 5px;
	margin: 0 0 0 10px;
	text-align: right;
	vertical-align: top;
	min-height: 50px;
	font-size: 16px;
	color: #990000;
	font-weight: bold;
	border-width: 2px 0 0 2px;
	border-style: dotted;
	border-color: #009900;
}

.Voucher .VoucherName
{
	font-size: 14px;
	margin: 5px 0 5px 5px;
	font-weight: bold;
}

.Voucher .VoucherDescription
{
	font-size: 12px;
	margin: 0 0 5px 5px;
}

table.tableTotals
{
	width: 100%;
	margin-top: 0;
}

table.tableTotals tr td
{    
	padding: 1px 0;
}

.Voucher .NonOfferSubtotalLine
{
	padding: 3px;
	font-weight: bold;
	text-align: right;
}

.Voucher .NonOfferSubtotalLine .NonOfferSubtotalValue
{
	width: 128px;
	float: right;
	margin: 0 0 0 10px;
	color: #990000;
	font-size: 16px;    
}

/* vouchers end */


/* END CHECKOUT STYLES */
	

.blog-preview {
	font-size: 12px;
	color: #4d4d4d;
	padding: 10px 0;
	border-bottom: 1px dotted #c0c0c0;
}

.blog-preview a {
	font-size: 13px;
	color: #c2460a;
	font-weight: bold;
}

.blog-preview p {
	margin: 2px 0;
}


/* INPUT BUTTONS */

input[type="submit"]
{
	background-color: #f5f5f5;
	color: #333333;
	padding: 5px;
    border: none;
    cursor: pointer;
}

input[type="submit"].cart
{
    background-color: #c2460a;
    color: #ffffff;
	background-image: url(../images/rect-cart.png);
	background-position: right center;
	background-repeat: no-repeat;
	padding: 6px 36px 6px 12px;
    font-size: 12px;
    cursor: pointer;
}

input[type="submit"].cart-digital
{
	background-color: #009900;
	color: #ffffff;
	background-image: url(../images/rect-cart.png);
	background-position: right center;
	background-repeat: no-repeat;
	padding: 6px 36px 6px 12px;
	font-size: 12px;
	cursor: pointer;
}

input[type="submit"].PayNowButton 
{        
	background-color: #336600;
	color: #ffffff;    
	background-image: url(../images/ArrowEnd.png);
	background-position: right center;
	background-repeat: no-repeat;
	padding: 1px 15px 1px 5px;
	border-width: 0;
	font-size: 16px;        
    cursor: pointer;      
}

input[type="submit"].PayNowButtonPayPal 
{   
	color: #4d4d4d;
	width: 212px;
	height: 43px;
	background-image: url(../images/paypal_btn_set.png);
	background-position: right center;
	background-repeat: no-repeat;
	padding: 5px 5px 5px 10px;
	text-align: left;
	border-width: 0;
	font-size: 16px;    
    cursor: pointer;
}

input[type="submit"].PayNowButtonSagePay
{   
	color: #4d4d4d;
	width: 212px;
	height: 43px;
	background-image: url(../images/sagepay_btn_set.png);
	background-position: right center;
	background-repeat: no-repeat;
	padding: 5px 5px 5px 10px;
	text-align: left;
	border-width: 0;
	font-size: 16px;    
    cursor: pointer;
}

a.SelectAddress
{
	background-image: url(../images/rect-right-arrow.png);
	background-position: right center;
	background-repeat: no-repeat;
	padding: 4px 30px 4px 4px;
	vertical-align: middle;    
	display: inline-block;
	background-color: #e5e5e5;
	color: #333333;
	text-decoration: none;
    cursor: pointer;
}

input[type="submit"].arrow, a.SelectAddress, a.arrow
{
	background-image: url(../images/rect-right-arrow.png);
	background-position: right center;
	background-repeat: no-repeat;
	padding: 4px 30px 4px 4px;
	vertical-align: middle;    
	display: inline-block;
	background-color: #e5e5e5;
	color: #333333;
	text-decoration: none;  
    cursor: pointer;
}

input[type="submit"].arrowleft
{
	background-image: url(../images/rect-left-arrow.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 30px;
    cursor: pointer;
}
	
input[type="submit"].recalculate
{
	background-image: url(../images/rect-recalculate.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 30px;
    cursor: pointer;
}

input[type="submit"].search
{
	background-image: url(../images/rect-search.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 30px;
	font-size: 14px;
    cursor: pointer;
    border: 1px solid #c0c0c0;
}

input[type="text"], input[type="password"]
{
	border: 1px solid #c0c0c0;
	font-size: 12px;
	padding: 3px;
	margin: 1px 0;
}

select
{
	border: 1px solid #c0c0c0;
	font-size: 12px;
	padding: 3px;
}

td.formLabel
{
	min-width: 120px;
	text-align: right;
	font-weight: normal;
	font-size: 12px;
	color: #4d4d4d;
	padding: 4px;
}

td.formSeparator
{
	padding: 4px;
	color: #006699;
	border-bottom: 1px dotted #4d4d4d;
}

/* END INPUT BUTTONS */

/* Product controls */

.Price
{
	font-size: 16px;
	color: #990000;	
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
}

.PriceRrp {
	font-size: 14px;
	color: #4d4d4d;
	font-weight: bold;
	text-decoration: line-through;
	text-align: center;
	white-space: nowrap;
}

.RrpSaving {
	font-size: 11px;
	color: #4d4d4d;
	font-weight: normal;    
	text-align: center;
	white-space: nowrap;
}

#productSearchForm
{
	margin: 0 0 10px 0;    
	overflow: hidden;
	padding: 5px 0 10px 0;
	text-align: right;
	overflow: hidden;    
}

#productSearchForm input[type="text"]
{
	margin-bottom: 4px;
}

.ProductDetailGroup {
    margin-top: 15px;
    clear: left;
}

.pSubtitle {
    font-size: 20px;
    color: #333333;
    font-weight: normal;
    font-style: italic;
}

/* End product controls */


/* LISTS AND ROWS */

.odd 
{
	border-width: 0 0 1px 0;	
	border-bottom: 1px dotted #ffcc00;
	background-color: #d5d5d5;
	padding: 3px;
}

.odd_printable
{
	border: 1px solid #4d4d4d;
	background-color: #ffffff;
	padding: 3px;
}

.even 
{
	border-width: 0 0 1px 0;	
	border-bottom: 1px dotted #f5f5f5;
	padding: 3px;
}

.even_printable
{	
	border: 1px solid #000000;
	padding: 3px;
}

.even TD, .odd TD 
{	
	border-bottom: 1px dotted #4d4d4d;
	
}

.even_printable TD, .odd_printable TD 
{	
	border: 1px solid #000000;	
}

/* END LISTS AND ROWS */

/* FOOTER AREA ------------------------------- */

#footer
{
	clear: both;
	background-color: #e5e5e5;
	border-width: 1px 0;
	border-color: #c0c0c0;
	border-style: solid;
	padding: 8px;
}

	#footer h4
	{
		font-size: 14px;
		color: #990000;
		font-weight: normal;
		margin: 5px 0 0 0;
	}

	#footer ul
	{
		margin-top: 5px;
	}

		#footer ul li
		{
			list-style: none;
			margin-left: 0;
		}

			#footer ul li a
			{
				color: #4d4d4d;
				text-decoration: none;    
			}
			
/* END FOOTER AREA ------------------------------ */

/* ARTICLES RELATED */

A.ArticleTitle
{
	font-size: 18px;
}

p.copyright
{
    font-size: 11px;
    text-align: center;
}

.ItemRow .Item A.ArticleTitle
{
	font-size: 16px;
	color: #990000;
	text-decoration: none;
}

/* Module photo album html listing */

.PhotoAlbumHtmlCell
{
	text-align: center;
	vertical-align: middle;

}


/* Module, Latest News */

.LatestNews .ItemPreview
{
	border-bottom: 1px dotted #4d4d4d;
	padding: 5px;
}

.LatestNews .ItemPreview .TitleLink
{
	font-weight: bold;
}

.LatestNews .ItemPreview .Thumbnail
{
	float: left;
	margin: 2px 5px 5px 0;
	border: 1px solid #c0c0c0;
}

.LatestNews .ItemPreview P.Teaser
{
	font-size: 11px;
	margin-top: 0;
	margin-bottom: 2px;
}

.LatestNews .ItemPreview .MoreLink
{
	font-size: 11px;
	margin: 2px 0 0 0;    	
	text-align: right;
	color: #006699;
	display: inline;
}


.LatestNews .FeedLink
{
	padding: 4px;
}

.LatestNews .FeedLink A
{
	font-size: 12px;
	color: #4d4d4d;
	text-decoration: none;
}

.LatestNews .FeedLink img
{
	border-width: 0;
	float: left;
}

.LatestNews .ItemPreview .BottomLinks
{
	clear: both;    
}

.LatestNews .ItemPreview .HasPhotos
{
	font-size: 11px;
	color: #006699;
	background-image: url(../images/photography.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 2px 2px 2px 18px; 
	margin-bottom: 2px;
	display: block;        
}

.LatestNews .ItemPreview .HasVideo
{
	font-size: 11px;
	color: #006699;
	background-image: url(../images/video.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 2px 2px 2px 18px;   
	margin-bottom: 2px;
	display: block;
}

.LatestNews .ItemPreview .HasComments
{
	font-size: 11px;
	color: #006699;
	background-image: url(../images/comments.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 2px 2px 2px 18px; 
	margin-bottom: 2px;
	display: block;   
}

/* Shopping cart styles for top of the site */

.ShoppingCartSummary
{
    margin-left: auto;
    margin-right: 15px;
    margin-top: 10px;
    padding: 5px 0 5px 0;  
}

.ShoppingCartInfo, .LoginButton
{
    text-align: right;
}

.ShoppingCartInfo A, .ShoppingCartInfo A:visited, .ShoppingCartInfo A:link
{
    padding: 3px 5px 3px 25px;
    background-image: url(../images/rect-shopping-cart.png);
    background-position: left center;
    background-repeat: no-repeat;
    font-size: 14px;
    color: #000000;
    text-decoration: none;
    background-color: #e5e5e5;
}

.LoginButton A, .LoginButton A:visited, .LoginButton A:link
{
    padding: 3px 5px 3px 25px;
    background-image: url(../images/rect-login.png);
    background-position: left center;
    background-repeat: no-repeat;
    font-size: 14px;
    color: #000000;
    text-decoration: none;
    background-color: #e5e5e5;
}

.ShoppingCartCheckoutButton A, .ShoppingCartCheckoutButton A:visited, .ShoppingCartCheckoutButton A:link
{
    padding: 5px;
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
    background-color: #4d4d4d;
}

.UserQuickLinks
{
    font-size: 14px;
}

.UserQuickLinks A, .UserQuickLinks A:visited, .UserQuickLinks A:link
{
    font-size: 14px;
    padding: 5px 5px 5px 0;
    border-right: 1px dotted #4d4d4d;
    margin-left: 0;
}

#sitesWithFlags {
    font-size: 12px;
    margin: 20px 0;
    width: 100%;
    padding: 20px 0 0 0;
}

#sitesWithFlags h6 {
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 10px;
    color: #4d4d4d;
}

#sitesWithFlags ul li {
    display: inline-block;
    text-align: center;
    margin: 2px 2px;
}

#sitesWithFlags ul li a {
    font-size: 11px;
}

#sitesWithFlags p a {
    font-size: 11px;
}

ul.pay-icons li {
    display: inline;
}

/* msnry locations */

#location-items {
    width: 940px;
    padding: 0;
    margin: 0 auto;
}

.location-item {
    border: 1px solid #d0d0d0;
    width: 260px;
    padding: 15px;
    margin: 8px 8px 8px 0;
    -webkit-box-shadow: 0 2px 4px #c0c0c0;
    -ms-box-shadow: 0 2px 4px #c0c0c0;
    box-shadow: 0 2px 4px #c0c0c0;
}

.location-item .location-name {
    display: block;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 5px;
}

.location-item .location-email {
    display: block;
    background-image: url('data:image/gif;base64,R0lGODlhEAAQAPcAAP//////zP//mf//Zv//M///AP/M///MzP/Mmf/MZv/MM//MAP+Z//+ZzP+Zmf+ZZv+ZM/+ZAP9m//9mzP9mmf9mZv9mM/9mAP8z//8zzP8zmf8zZv8zM/8zAP8A//8AzP8Amf8AZv8AM/8AAMz//8z/zMz/mcz/Zsz/M8z/AMzM/8zMzMzMmczMZszMM8zMAMyZ/8yZzMyZmcyZZsyZM8yZAMxm/8xmzMxmmcxmZsxmM8xmAMwz/8wzzMwzmcwzZswzM8wzAMwA/8wAzMwAmcwAZswAM8wAAJn//5n/zJn/mZn/Zpn/M5n/AJnM/5nMzJnMmZnMZpnMM5nMAJmZ/5mZzJmZmZmZZpmZM5mZAJlm/5lmzJlmmZlmZplmM5lmAJkz/5kzzJkzmZkzZpkzM5kzAJkA/5kAzJkAmZkAZpkAM5kAAGb//2b/zGb/mWb/Zmb/M2b/AGbM/2bMzGbMmWbMZmbMM2bMAGaZ/2aZzGaZmWaZZmaZM2aZAGZm/2ZmzGZmmWZmZmZmM2ZmAGYz/2YzzGYzmWYzZmYzM2YzAGYA/2YAzGYAmWYAZmYAM2YAADP//zP/zDP/mTP/ZjP/MzP/ADPM/zPMzDPMmTPMZjPMMzPMADOZ/zOZzDOZmTOZZjOZMzOZADNm/zNmzDNmmTNmZjNmMzNmADMz/zMzzDMzmTMzZjMzMzMzADMA/zMAzDMAmTMAZjMAMzMAAAD//wD/zAD/mQD/ZgD/MwD/AADM/wDMzADMmQDMZgDMMwDMAACZ/wCZzACZmQCZZgCZMwCZAABm/wBmzABmmQBmZgBmMwBmAAAz/wAzzAAzmQAzZgAzMwAzAAAA/wAAzAAAmQAAZgAAMwAAAM4/Nf///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAANkALAAAAAAQABAAAAhBALNhG0iwYEGBBhMqXMiwYUIAECNCVAgAm8SJFQ1ijGgxY0GOGz0SxDiw4kSNHSVafJgSJMWLJx3KnEkTocxsAQEAOw==') /*/images/iconmail.gif*/;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 20px;
    margin: 3px 0;
}

.location-item .location-phone {
    display: block;
    background-image: url(/images/iconphone.gif);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 20px;
    margin: 3px 0;
}

.location-item .location-fax {
    display: block;
    background-image: url(/images/iconfax.gif);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 20px;
    margin: 3px 0;
}

.location-item .location-address {
    padding-bottom: 10px;
    border-bottom: 1px solid #f5f5f5;
}

/* Pagination from Foundation */

ul.pagination {
    display: block;
    margin-left: -0.3125rem;
    min-height: 1.5rem;
}

ul.pagination li {
    color: #222222;
    font-size: 0.875rem;
    height: 1.5rem;
    margin-left: 0.3125rem;
}

ul.pagination li a, ul.pagination li button {
    background: none;
    border-radius: 3px;
    color: #999999;
    display: block;
    font-size: 1em;
    font-weight: normal;
    line-height: inherit;
    padding: 0.0625rem 0.625rem 0.0625rem;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    -ms-transition: background-color 300ms ease-out;
    -o-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
}

ul.pagination li:hover a, ul.pagination li a:focus, ul.pagination li:hover button, ul.pagination li button:focus { background: #e6e6e6; }

ul.pagination li.unavailable a, ul.pagination li.unavailable button {
    color: #999999;
    cursor: default;
}

ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus, ul.pagination li.unavailable:hover button, ul.pagination li.unavailable button:focus { background: transparent; }

ul.pagination li.current a, ul.pagination li.current button {
    background: #006699;
    color: #FFFFFF;
    cursor: default;
    font-weight: bold;
}

ul.pagination li.current a:hover, ul.pagination li.current a:focus, ul.pagination li.current button:hover, ul.pagination li.current button:focus { background: #006699; }

ul.pagination li {
    display: block;
    float: left;
}

/* Pagination centred wrapper */

.pagination-centered { text-align: center; }

.pagination-centered ul.pagination li {
    display: inline-block;
    float: none;
}