﻿
/* Department thumbnails */

.Departments, .Products
{
	clear: both;
}

.NodeThumbnail
{
	width: 162px;
	float: left;
	text-align: center;
	margin:10px;
	border:1px solid #7f7f7f;
}

.NodeThumbnail .Image
{
	height: 124px;
	line-height: 120px;
}

.NodeThumbnail .Image img
{
	vertical-align: middle;
}

.NodeThumbnail .Name
{
    background-color:#747474;
}

.NodeThumbnail .Name:hover
{
    background:#f5f5f5;
}


.NodeThumbnail .Name a
{
	text-decoration: none;
	color:#fff;
	display:block;
	padding: 4px 10px;
	height: 30px;
	font-size:13px;
}

.NodeThumbnail .Name a:hover
{
    color:#a2a2a2;
}

.NodeThumbnail .Price
{
    text-align:right;
    padding:2px;
}

/* Product thumbnails */


/* 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 {
  text-align: left;
}

table.Products th, table.Invoices th,
table.Products td, table.Invoices td
{
	border-top: 1px solid #bbbbbb;	
	border-bottom: 1px solid #bbbbbb;	
	padding-top: 5px;
	padding-bottom: 5px;
}

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 a.Button
{
    text-decoration:none;
}

table.Products td.Name
{
	font-weight: bold;
}

table.Products tr.Line td
{
	padding-top: 8px;
}

table.Products td .Customisation input
{
    width: 250px;
}

table.Products tr.CustomisableProduct td
{
    border-bottom-width:0px;
}

input.Quantity
{
	width: 30px;
	text-align:center;
}

.ProductDetails .Description
{
	width: 300px;
	float: left;
	margin-right: -300px;
}

.ProductDetails .Buy
{
	margin-left: 315px;		
	width:420px;
}

.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:1px solid #a2a2a2;
}

.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: 300px;
	text-align: center;
}

.ProductDetails .Enlarge
{
	text-align: center;
	display:block
}

.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 4px;
    padding:0;
    border-collapse:collapse;
}

#ProductInformation table tr td
{
    margin:0;
    padding:0;
}

#ProductInformation table tr td span
{
    background:#f5f5f5;
    border: medium none;
    font-size:13px;
    color: #a2a2a2;
    cursor: pointer;
    display: block;
    margin: 0 0 0 2px;
    padding: 8px 10px;
    text-align:center;
}

#ProductInformation table tr td:first-child span
{
    margin:0;
}

#ProductInformation table tr td.active span
{
    background: #747474;
    color: #fff;
}

#ProductInformation .TabContent
{
    border:1px solid #a2a2a2;
    display:none;
    padding:10px;
    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;
}

/*Quantity spinner*/

.SpinnerContainer
{
    margin:0 !important;
    position:relative;
    text-align:center;
    width:90px;
}

.Buy .SpinnerContainer
{
    float:left;
}

.SpinnerContainer input.AddToOrderQuantity
{
    width:30px;
    padding:2px;
    height:16px;
    text-align:center;
}

.SpinnerContainer input.AddButton
{
    position:absolute;
    right:0;
}

.SpinnerContainer input.SubjectButton
{
    position:absolute;
    left:0;
}

.SpinnerContainer input.AddButton,
.SpinnerContainer input.SubjectButton
{
    background: #DF002B;
    border:none;
    color:#fff;
    width:24px;
    outline:none;
    cursor:pointer;
    height:22px;
    text-align:center;
    
}

.ProductDetails .Buy fieldset div.Next
{
    float:right;
    clear:none;
}


.Customisation {
  width: 250px;
  margin-top:10px;
}

.product-page .Customisation 
{
  width:80%;
  color:#000;
}

.product-page .Customisation input.Text 
{
  width:100%;
}

.product-page .Customisation span 
{
  clear:both;
  float:none;
}

.AjaxBuyBtn label 
{
  display:none;
}