﻿
/* Department thumbnails */

.Departments, .Products
{
	clear: both;
}

div > .NodeThumbnail.First
{
    clear:both;
}

.NodeThumbnail
{
    width:169px;
	float: left;
	text-align: center;
	margin:12px;
	position:relative;
}

.NodeThumbnail .Image
{
	height: 180px;
	line-height: 180px;
	display:table;
	width:100%;
	text-align:center;
}

.Products .NodeThumbnail .Image
{
    height: 230px;
}

.NodeThumbnail .Image a
{
    display:table-cell;
    text-align:center;
    vertical-align:middle;
}

.NodeThumbnail .Image img
{
    vertical-align: middle;
    max-width: 100%;
    height: auto !important;
}

.NodeThumbnail .Price
{
    text-align: center;
    padding: 2px;
    font-size: 10px;
}


/* Product thumbnails */

.Products .NodeThumbnail .Name
{
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    background: rgba(28, 148, 196, 0.1);
}

.Products .NodeThumbnail .Name a
{
    text-decoration: none;
    color: #195e88;
    display: block;
    position:absolute;
    left:0;
    right:0;
    width: 70%;
    text-align: center;
    margin: 0 auto;
    font-size: 11.5px;
    font-weight: normal;
    background: rgba(255, 255, 255, 0.74);
    padding: 15px 7.5px;
    border: 1px solid #1C94C4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    bottom: 10px !important;
    top: auto !important;
    height: auto !important;
}

/* Department Thumbnails */

.Departments .NodeThumbnail .Name a
{
    display:block;
    padding: 8px 0;
    text-decoration: none;
    background:#FFCD00;
    text-transform:uppercase;
    color:#fff;
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight:bold;
}

.Departments .NodeThumbnail .Image 
{
    position:relative;
}

.Departments .NodeThumbnail .Image img { position:relative; z-index: 1; }

.Departments .NodeThumbnail .Image .ThumbnailImageOverlay a
{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(55, 180, 255, 0.1);
    z-index:2;
}

/* Product table */

table.Products,
table.Invoices
{
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 8px;
	margin-top: 0;
	padding: 0;
}

table.Products th, table.Invoices th,
table.Products td, table.Invoices td
{
    border-top: 1px solid #C7C7C7;
    border-bottom: 1px solid #C7C7C7;
	padding-top: 5px;
	padding-bottom: 5px;
}

table.Products th,
table.Invoices th
{
    font-weight:normal;
    border-top-width: 0px;
    padding: 8px 0;
    font-size: 16px;
    color: #111;
}

table.Products img
{
	vertical-align: middle;
}

table.Products td.Buttons
{
	white-space:nowrap;
	text-align: right;
	padding-left: 0;
	padding-right: 0;
}

table.Products td.Name
{
}

table.Products tr.Line td
{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    background: #EFEFEF;
}

table.Products tr.Sku td
{
    font-size: 11px;
}

table.Products td .Customisation input
{
    width:100%;
}

.OrderHistoryOrderPage table.Products th,
.OrderHistoryOrderPage table.Products td
{
    padding-right: 10px;
    font-size: 13px;
}

.OrderHistoryOrderPage table.Products th
{
    font-size: 12px;
    font-weight: bold;
    color: #333333;
}

.OrderHistoryOrderPage table.Products td.GrandTotal
{
    font-weight:bold;
}

input.Quantity
{
	width: 30px;
	text-align:center;
}

.ProductDetails .Description
{
	width: 478px;
	float: left;
}

.ProductDetails .Buy
{
    /*width: 470px;*/
}

.ProductDetails .Buy table.PriceBreaks
{
    border-collapse:collapse;
}

.ProductDetails .Buy table.PriceBreaks td,
.ProductDetails .Buy table.PriceBreaks th
{
    border:1px solid #333333;
    padding:4px 16px 4px 4px;
}


.ProductDetails .Buy fieldset
{
    margin:0;
    padding:6px;
    border-width:1px;
    border-style:solid;
    border-color:#C7C7C7;
    float:right;
    width: 500px;
}

.ProductDetails .Buy fieldset p
{
    margin:0 0 10px;
}

.ProductDetails .Buy fieldset div
{
    margin:0 0 10px 10px;
}

.ProductDetails .Buy fieldset div label
{
    position:static;
    text-align:left;
    width:100%;
    margin-bottom:6px;
}

.ProductDetails .Buy fieldset div select
{
    max-width:100%;
    min-width:25%;
}

.ProductDetails .Buy fieldset div .Icon
{
    font-size:13px;
}

.ProductDetails .Buy fieldset div .Icon.InStock
{
    color:Green;
}

.ProductDetails .Buy fieldset div .Icon.OutOfStock
{
    color:red;
}

.Content .Image
{
	float: right;
	padding: 0 0 10px 10px;
}

.ProductDetails .Image
{
	width: 478px;
	text-align: center;
}

.ProductDetails .Image a
{
    text-decoration: none;
}

.ProductDetails .Enlarge
{
    text-align: left;
    display: block;
    margin: 10px 0 15px;
}

.ProductDetails .Image img
{
	vertical-align: top;
}

.ProductDetails .ThumbImages
{
	height:100%;
	overflow:auto;
}

.ProductDetails .ThumbImages .Thumbs
{
	float:left;
	width:60px;
	height:58px;
	line-height:56px;
	text-align:center;
}

.ProductDetails .ThumbImages .Thumbs img
{
	vertical-align:middle;
}


.OutOfStock 
{
	color: Red;
}

.InStock
{
	color: Green;
	font-weight: bold;
}

.Stock
{
	font-size: 11px;
	padding-right: 5px;
	display: inline-block;
	white-space: nowrap;
}

.Stock img
{
    vertical-align: bottom;
}

/***** Bundle Product Table *****/

.BundleBuyBox
{
    border:1px solid #333333;
    padding:10px;
}

table.BundleOptions
{
}

table.BundleOptions td
{
    padding:4px 20px 4px 0;
    vertical-align:top;
}

table.BundleOptions td label
{
    display:block;
    font-weight:bold;
    margin-bottom:10px;
}

table.BundleOptions tr.BundleBuyQuantity td
{
    padding:14px 20px 4px 0;
}

table.BundleOptions tr.BundleBuyQuantity td label
{
    display:inline-block;
    margin-right:5px;
}

table.BundleOptions td select
{
    max-width:100%;
    min-width:25%;
}

table.BundleOptions td span.Options
{
    display:block;
}

.BundleBuyBox .BuyBox
{
}

.BundleBuyBox fieldset
{
    border:none !important;
    padding:0 !important;
}

.BundleBuyBox fieldset legend
{
    display:none;
}

.BundleBuyBox fieldset div label
{
    display:inline-block;
    width:10px;
}





/*** Product Page tabs ***/

#ProductInformation table
{
    max-width:100%;
    min-width:25%;
    margin:10px 0 1px;
    padding:0;
    border-collapse:collapse;
}

#ProductInformation table tr td
{
    margin:0;
    padding:0;
}

#ProductInformation table tr td span
{
    background-image:url(images/top-nav-bg.png);
    background-repeat:repeat-x;
    background-position:0 0;
    background-color:#006FB1;
    border-width: 1px 1px 0 1px;
    border-color:#14425F;
    border-style: solid;
    cursor: pointer;
    display: block;
    margin: 0 0 0 2px;
    padding: 8px 0;
    color: #C9F0FF;
    opacity: 0.8;
    text-align:center;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

#ProductInformation table tr td:first-child span
{
    margin:0;
}

#ProductInformation table tr td.active span
{
    background-position:0 bottom;
    color:#fff;
    opacity: 1;
}

#ProductInformation .TabContent
{
    display:none;
    border-width:1px;
    border-style:solid;
    border-color:#C7C7C7;
    padding: 14px 20px;
    height:100%;
    overflow:auto;
    margin-bottom:4px;
}

#ProductInformation .TabContent .NodeThumbnail
{
    width:156px;
}

#ProductInformation .TabContent.Downloads ul
{
    list-style:none;
    margin:0;
    padding:0;
}

#ProductInformation .TabContent.Downloads ul a
{
    text-decoration:none;
}

#ProductInformation .TabContent.Downloads ul a:hover
{
    text-decoration:underline;
}

#ProductInformation .TabContent.Downloads ul a i
{
    font-size:14px;
}
#ProductInformation .TabContent.Downloads ul a:hover i
{
    text-decoration:none;
}

#ProductInformation .TabContent p
{
    margin:8px 0;
}

.Reviews
{
}

.Reviews .Review .Rating
{
    margin-left:10px;
}

.Reviews .Review .Rating .Icon
{
    font-size:16px;
}

.Reviews .Review .Rating .Full
{
    color:#D4AF37;   
}

/*** Feature Filter ***/

.FeatureFilter
{
    padding:10px 0;
    height:100%;
    overflow:auto;
}

.FeatureFilter h2
{
    border-bottom: 1px solid #CCCCCC;
    font-size: 15px;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.FeatureFilter h3
{
    font-size:12px;
    padding:0 0 5px;
    margin:0 0 4px;
}

.FeatureFilter ul
{
    padding:0 10px;
}

.FeatureFilter ul, .FeatureFilter ul li
{
    list-style:none;
    margin:0;
}

.FeatureFilter ul li
{
    padding:0;
    clear:both;
}

.FeatureFilter ul.Feature
{
    margin-bottom:5px;
    padding:0;
}

.FeatureFilter ul.Feature li, .FeatureFilter li.BooleanFeature
{
    float:left;
    width:115px;
    padding:2px 0 6px 30px;
    position:relative;
    clear:none;
}

.FeatureFilter li.BooleanFeature
{
    clear:both;
}


.FeatureFilter ul.Feature li input, .FeatureFilter li.BooleanFeature input
{
    position:absolute;
    left:8px;
    top:0;
}

.FeatureFilter ul.Feature li label, .FeatureFilter li.BooleanFeature label
{
    display:block;
}
