.CartExpectedReleaseDate {
	font-style: italic;
	font-size: 11px;
}

.OrderItemList .ExpectedReleaseDate {
	display: block;
	font-size: 11px;
}

.CartContents .ExpectedReleaseDate {
	font-size: 11px;
	padding-left: 20px;
}

.ProductMain table.ExpectedReleaseDate {
	clear: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 6px
}

.ProductMain table.ExpectedReleaseDate td {
	padding: 6px;
	border: solid 1px;

	/* default colours to be overridden, as needed, by templates */
	background-color: #FFF1A8;
	border-color: #E8B541;
	color: #353535;
}

.BrandCloud {
	overflow-x: hidden;
}

.CartProductFields dt {
	font-weight: bold;
	clear: left;
}

.CartProductFields dd {
	margin-left: 50px;
}

.ProductPrice .CatalogPriceExTax,
.ProductList em .CatalogPriceExTax,
.ProductPrice .ProductDetailsPriceExTax,
.ProductList em .ProductDetailsPriceExTax {
	display: block;
	color: #777;
}

.CartContents .ItemShipping th.ItemShippingDescription {
	text-align: left;
}

.CategoryPagination .PagingList li{display:inline;padding:0 5px;
}
.CategoryPagination .PagingList .ActivePage{background-color:#075899;color:#fff
}

/* The Nivo Slider styles */
			.nivoSlider {
				position:relative;
				width:100%;
				height:auto;
				overflow: hidden;
			}
			.nivoSlider img {
				position:absolute;
				top:0px;
				left:0px;
				max-width: none;
			}
			.nivo-main-image {
				display: block !important;
				position: relative !important; 
				width: 100% !important;
			}
			
			/* If an image is wrapped in a link */
			.nivoSlider a.nivo-imageLink {
				position:absolute;
				top:0px;
				left:0px;
				width:100%;
				height:100%;
				border:0;
				padding:0;
				margin:0;
				z-index:6;
				display:none;
			}
			/* The slices and boxes in the Slider */
			.nivo-slice {
				display:block;
				position:absolute;
				z-index:5;
				height:100%;
				top:0;
			}
			.nivo-box {
				display:block;
				position:absolute;
				z-index:5;
				overflow:hidden;
			}
			.nivo-box img { display:block; }
			
			/* Caption styles */
			.nivo-caption {
				position:absolute;
				left:0px;
				bottom:0px;
				background:#000;
				color:#fff;
				width:100%;
				z-index:8;
				padding: 5px 10px;
				opacity: 0.8;
				overflow: hidden;
				display: none;
				-moz-opacity: 0.8;
				filter:alpha(opacity=8);
				-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
				-moz-box-sizing: border-box;    /* Firefox, other Gecko */
				box-sizing: border-box;         /* Opera/IE 8+ */
			}
			.nivo-caption p {
				padding:5px;
				margin:0;
			}
			.nivo-caption a {
				display:inline !important;
			}
			.nivo-html-caption {
				display:none;
			}
			/* Direction nav styles (e.g. Next & Prev) */
			.nivo-directionNav a {
				position:absolute;
				top:45%;
				z-index:9;
				cursor:pointer;
			}
			.nivo-prevNav {
				left:0px;
			}
			.nivo-nextNav {
				right:0px;
			}
			/* Control nav styles (e.g. 1,2,3...) */
			.nivo-controlNav {
				text-align:center;
				padding: 15px 0;
			}
			.nivo-controlNav a {
				cursor:pointer;
			}
			.nivo-controlNav a.active {
				font-weight:bold;
			}

.CartContents .ItemShipping th {
	border-top: 1px solid;
	border-bottom: 1px solid;
	padding: 6px 10px;
}

.CartContents .ItemShipping:first-child th {
	border-top: none;
}

.CartContents tbody td,
.CartContents tfoot td {
	padding: 6px 10px;
	vertical-align: top;
}

.CartContents tfoot .SubTotal td {
	border-top: 1px solid;
	text-align: right;
	font-weight: bold;
}

.OrderShipments .DateShipped {
	white-space: nowrap;
	width: 20%;
}

.OrderShipments .ShippingMethod {
	width: 55%;
}

.OrderShipments .TrackingNumber {
	white-space: nowrap;
	width: 25%;
}

div.FacebookLikeButtonContainer {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.FacebookLikeButtonContainer iframe {
	width: 100%;
	height: 65px;
	border: none;
	overflow: hidden;
}

.HorizontalFormContainer p.Submit {
	margin-top: 10px;
}

#fastCartContainer {
	margin: 0 auto;
}
#fastCartWrapper {
	clear: both;
	padding: 5px;
}
#fastCartContainer .ProductList {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
#fastCartContainer .ProductList li {
	margin: 3px;
	overflow: hidden;
	padding: 3px;
	float:left;
	width:122px;
}
#fastCartContainer .ProductList .ProductImage {
	width: 120px;
	height: 120px;
}
.fastCartContent {
	min-height: 235px;
	width: 625px;
}
.fastCartContent h2 {
	font-size: 25px;
}
.fastCartTop {
	padding: 15px 5px;
}
.fastCartBottom {
	padding: 0px 5px;
}
.fastCartItemBox {
	padding: 10px 2px;
	margin-left: 10px;
	max-width: 230px;
}
.fastCartItemBox a {
	text-decoration: none;
}
.fastCartThumb, .fastCartItemBox {
	float: left;
}
.fastCartQuantity {
	margin-top: 15px;
}
.fastCartSummaryBox {
	text-align: right;
	float: right;
	padding: 10px;
	max-width: 200px;
}
.fastCartSummaryBox .subtotal {
	margin-top: 15px;
	font-size: 13px;
	font-weight: bold;
	clear:both;
}
.fastCartSummaryBox .actionLink {
	margin-top:10px;
}

/* Start: SpecificInfoMessage */

.SpecificInfoMessage {
	padding: 8px 6px 8px 8px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* End: SpecificInfoMessage */

div.categoryPicker {
	border: 1px solid #bbbbbb;
	padding-left: 3px;
	padding-bottom: 3px;
	overflow: auto;
	max-height: 300px;
}

@media screen and (min-width: 481px) {
 .header {
 margin-top: 40px;
 }
 }
 .notification-strip {
 position: top;
 top: 0;
 width: 100%;
 height: 32px;
 margin: 0;
 line-height: 32px;
 font-size: 12px;
 font-weight: bold;
 text-align: center;
 color: #ff0000;
 /*background: #ffffff;*/
 z-index: 1000;
 }
 @media screen and (max-width: 480px) {
 .notification-strip {
 top: auto;
 bottom: 0;
 height: auto;
 line-height: 20px;
 font-size: 11px;
 }
 }

/* Colo var */
 
.custom_variation
 {
    display: block !important;
 }
.custom_variation
{
    float: left;
    position: relative;
    margin: 0;
    padding: 0;
    width:300px;
} 
.custom_variation div.coloritem
{
    border: 3px solid #EAEAEA;
    display: block;
    float: left;
    height: 22px;
    margin: 0 2px 5px 0;
    position: relative;
    text-indent: -999em;
    width: 22px;
    cursor: pointer;
}
.custom_variation div.coloritemSelected
{
    border: 3px solid #000000;
    display: block;
    float: left;
    height: 22px;
    margin: 0 2px 5px 0;
    position: relative;
    text-indent: -999em;
    width: 22px;    
    cursor: pointer;
}
.IndentColor
{
    text-indent: 10000px;
    margin-top: -50px !important;
    z-index: -100;
}
/* End Colo var */