﻿/* Department Navigation Components */

.DepartmentNavigation
{
	width: 200px;
	float: left;	
	padding: 0;
}

.DepartmentNavigation h2:after
{
    display:none !important;
}

.DepartmentNavigation h2
{
    border-bottom:1px solid #000000;
    padding-bottom:10px;
}

.DepartmentNavigation ul
{
    list-style:none;
    margin:0 0 10px;
    padding:0;
}

.DepartmentNavigation ul li
{
    padding:0;
    margin-bottom:2px;
}


.DepartmentNavigation ul li a
{
    text-decoration:none;
    display:block;
    padding:2px 0;
}

.DepartmentContainer
{
    float:left;
    margin-left:30px;
    width:728px;
}

.DepartmentBanner
{
    margin-bottom:15px;
}

/* Department thumbnails */

.Departments, .Products
{
	clear: both;
}

.SearchResults
{
    margin:0 auto;
    width:913px;
}

.NodeThumbnail
{
	width: 173px;
	height: auto;
	float: left;
	margin:0 0 16px 12px;
	position:relative;
}

.NodeThumbnail .ThumbBannerWrapper
{
    position:absolute;
    top:-5px;
    left:3px;
    color:#fff;
    font-weight:bold;
    display:none;
    background:#B4111A;
    padding:4px 12px 4px 10px;
    
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    
    -moz-box-shadow: 2px 2px 2px 1px #A7A7A7;
    -webkit-box-shadow: 2px 2px 2px 1px #A7A7A7;
    box-shadow: 2px 2px 2px 1px #A7A7A7;
   
    z-index: 5;
}

/*
.NodeThumbnail .ThumbBannerWrapper div
{
    height:39px;
    float:left;
    line-height:30px;
}

.NodeThumbnail .ThumbBannerLeft
{
    background:url(images/thumb-banner/banner-left.png) no-repeat top left;
    width:12px;
}
.NodeThumbnail .ThumbBannerMiddle
{
    background:url(images/thumb-banner/banner-middle.png) repeat-x top;
    width:auto;
}
.NodeThumbnail .ThumbBannerRight
{
    background:url(images/thumb-banner/banner-right.png) no-repeat top right;
    width:9px;
}
*/

.ProductBackOrderBanner
{
    position:absolute;
    bottom:0;
    right:3px;
    color:#fff;
    line-height: 12px;
    font-weight:bold;
    background:#A626B7;
    padding:4px 12px 4px 10px !important;
    
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    
    -moz-box-shadow: 2px 2px 2px 1px #A7A7A7;
    -webkit-box-shadow: 2px 2px 2px 1px #A7A7A7;
    box-shadow: 2px 2px 2px 1px #A7A7A7;
    
    z-index: 5;
}

.NodeThumbnail:first-child,
.NodeThumbnail.LeftProd
{
    margin-left:0;
}


.NodeThumbnail .Image
{
	height: 178px;
	line-height: 174px;
	text-align: center;
	position: relative;
	z-index: 1;
}

.NodeThumbnail .Image img
{
	vertical-align: middle;
}

.NodeThumbnail .Name
{
	padding: 5px 0;
}


.NodeThumbnail .Name a
{
	text-decoration: none;
	display:block;
	margin-bottom:5px;
	min-height:24px;
}

.NodeThumbnail .Name .Stock
{
    float:left;
    margin:2px 10px 0 0;
}

.NodeThumbnail .Name .OutOfStock 
{
    margin:5px 5px 0 0;
}

.NodeThumbnail .Name .Notify a
{
    margin-top:5px;
}

.NodeThumbnail .ThumbDueInWrapper .DueIn
{
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.NodeThumbnail .Price
{
    padding:2px;
    /*color:#EF4034;
    font-weight:bold;*/
}
.Products .WasPrice,
.NodeThumbnail .WasPrice,
.ProductDetails .Buy .WasPrice
{
    color:#f68720;
    font-size:8px;
    position:relative;
    margin-right:5px;
}

.ProductDetails .Buy .WasPrice
{
    display:inline-block;
    font-size:12px !important;
    margin:0 0 5px;
    padding:0 2px;
}
.Products .WasPrice .Cross,
.ProductDetails .Buy .WasPrice .Cross,
.NodeThumbnail .WasPrice .Cross
{
    position:absolute;
    width:100%;
    border-top:2px solid #b4111a;
    top:50%;
    margin-top:-1px;
    left:0;
    opacity:0.5;
}

.Products .NowPrice,
.NodeThumbnail .NowPrice,
.ProductDetails .Buy .NowPrice
{
    font-weight:bold;
    color:#b4111a;
}

.NodeThumbnail .Buy input.Button,
.NodeThumbnail a.ViewMore
{
    font-size:13px;
    padding:1px 2px;
    text-transform:none;
    /*background:#F68720;*/
    background:#20991f;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px
    border-radius: 0px;
    -webkit-appearance:none;
}

.NodeThumbnail .Buy input.Button
{
    width:98px;
    float:left;
}

.NodeThumbnail a.ViewMore
{
    text-align:right;
    width:auto;
    display:block;
    color:#fff;
    text-decoration:none;
    vertical-align:middle;
    padding:2px;
}

.NodeThumbnail a.ViewMore:hover
{
    background-color:#EF4034;
}

.NodeThumbnail .Buy 
{
    min-height:25px;
    overflow: auto;
    clear: both;
}

.NodeThumbnail .ThumbnailDueIn
{
    display: block;
    line-height: 16px;
}

.NodeThumbnail .Buy input.Quantity
{
    width:26px;
    padding:2px;
    margin-right:6px;
    float:left;
}

.NodeThumbnail .Buy label
{
    padding:0 6px;
}

.DepatmentThumbnail
{
    float:left;
    width:236px;
    margin:0 0 10px 10px;
}

.DepatmentThumbnail:first-child,
.DepatmentThumbnail.Left
{
    margin-left:0;
}

.DepatmentThumbnail .Image
{
    height:200px;
    text-align:center;
}

.DepatmentThumbnail .Name
{
    line-height:30px;
    font-size:16px;
    text-align:center;
    background-color: #DADADA;
}

.DepatmentThumbnail .Name a
{
    text-decoration:none;
    color:#fff;
}

.DepatmentThumbnail:hover .Name a
{
    text-decoration:underline;
}

/* Product thumbnails */


/* Product table */

table.Products,
table.Invoices,
table.AccountOrderHistoryTable
{
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 8px;
	margin-top: 0;
	padding: 0;
	text-align:left;
}

table.Products th, table.Invoices th, table.AccountOrderHistoryTable th
table.Products td, table.Invoices td, table.AccountOrderHistoryTable td
{
	border-top: 1px solid #333333;	
	border-bottom: 1px solid #333333;	
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right:10px;
}

table.Products th, table.Invoices th, table.AccountOrderHistoryTable th
{
    border-top: medium none;
    font-size: 15px;
    font-weight: normal;
    padding-top: 0;
    padding-bottom: 11px;
}

table.AccountOrderHistoryTable tr.Bottom td
{
    border-bottom-width: 0px;
    padding-right:0px;
    padding-left:0px;
    padding-top:10px;
    text-align:right;
}

table.AccountOrderHistoryTable tr.Bottom td:first-child
{
    text-align:left;
}

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.ActionButtons a.RemoveBtn 
{
    text-decoration:none;
    margin:0 0 0 5px;
}


table.Products td.ActionButtons a.RemoveBtn .Icon
{
    background:none;
    color:#b4111a;
    font-size:20px;
    position:relative;
    top:4px;
}

table.Products td.ActionButtons a.RemoveBtn:hover .Icon
{
    color:#ef4034;
}


table.Products td.Name
{
	font-weight: bold;
}

table.Products tr.Line td
{
	padding-top: 8px;
}

table.Products td .Customisation input
{
    max-width:100%;
}

input.Quantity
{
	width: 30px;
	text-align:center;
}

.ProductDetails .ImageContainer
{
	width: 464px;
	float: left;
}

.ProductDetails .ProductInfor
{
	margin-left: 494px;		
	width:464px;
}

.ProductDetails .Buy h1
{
    margin-bottom:5px;
}

.ProductDetails .Buy h1 small
{
    font-size:12px;
}


.ProductDetails .Buy .Price
{
    font-size:16px;
    font-weight:bold;
}

.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:0px;
    border:none;
}

.ProductDetails .Buy fieldset span.Notify a 
{
    display: block;
    margin-top: 10px;
}

.ProductDetails .Buy fieldset p
{
    margin:0 0 10px;
}

.ProductDetails .Buy fieldset div
{
    margin:0 0 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.ProductBackOrderBanner
{
    float: right;
    position: static;
    color: #fff
}

.QuantityRow
{
    font-size:14px;
}

.QuantityRow .StockLevel
{
    float:right;
}

.QuantityRow .StockLevel .Label
{
    display:inline-block;
}

.QuantityRow .StockLevel .Stock
{
    margin:2px 0 0 8px;
}

.QuantityRow .StockLevel .Label,
.QuantityRow .StockLevel .Stock
{
    float:left;
}

.QuantityRow input.Text,
.QuantityRow label,
.QuantityRow label .Next
{
    float:left;
    margin:0 14px 0 0;
}

.QuantityRow label
{
    width:auto !important;
    padding:5px 0 0;
}


.ProductDetails .Image
{
	text-align: center;
	margin-bottom:8px;
	min-height:300px;
}

.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:110px;
	height:110px;
	text-align:center;
	margin:0 0 8px 8px;
	cursor:pointer;
}

.ProductDetails .ThumbImages .Thumbs:first-child,
.ProductDetails .ThumbImages .Thumbs.LeftThumb
{
    margin-left:0;
}

.ProductDetails .ThumbImages .Thumbs img
{
	vertical-align:middle;
}


.OutOfStock 
{
	background: #EE1C2A;
}

.InStock
{
    background:#F68720;
}

.HighStock
{
	background: #189044;
}

.BackOrder
{
    background: #A626B7;
}

.Stock
{
	font-size: 0;
	display: inline-block;
	white-space: nowrap;
	height:12px;
	width:12px;
	
    -webkit-border-radius: 6px;
    -moz-border-radius:  6px;
    border-radius:  6px;
}

.Stock img
{
    vertical-align: bottom;
}

.ProductDescription h3, 
.ProductSpec h3, 
.AttachedFiles h3
{
    padding:10px 0 8px;
    margin:0 0 8px;
    border-bottom:2px solid #333333;
}

.ProductDescription .TextContainer,
.ProductSpec .TextContainer,
.AttachedFiles .TextContainer
{
    padding:10px 4px;
}

.ProductDescription p,
.ProductSpec p,
.AttachedFiles p
{
    margin:0 0 5px;
}

table.SpecTable
{
    width:100%;
    border-collapse:collapse;
}

table.SpecTable td
{
    padding:4px 10px 10px 0;
}

table.SpecTable td.SpecTitle
{
    padding:10px 10px 4px 0;
}


/***** Bundle Product Table *****/

.BundleBuyBox
{
    border:1px solid #333333;
    padding:10px;
}

table.BundleOptions
{
    width:100%;
}

table.BundleOptions th
{
    text-align:left;
}

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:#EF4034;
    border: medium none;
    color: #FFF;
    cursor: pointer;
    display: block;
    margin: 0 0 0 2px;
    padding: 6px 10px;
    color:#fff;
    text-align:center;
}

#ProductInformation table tr td:first-child span
{
    margin:0;
}

#ProductInformation table tr td.active span,
#ProductInformation table tr td:hover span
{
    background:#FFE800;
    color:#EF4034;
}

#ProductInformation .TabContent
{
    display:none;
    border-width:1px;
    border-style:solid;
    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;
    font-weight:bold;
    padding:0 0 5px;
    margin:2px 0 6px;
}

.FeatureFilter ul
{
    /*padding:0 10px;*/
}

.FeatureFilter ul, .FeatureFilter ul li
{
    list-style:none;
    margin:0;
}

.FeatureFilter ul li
{
    padding:0;
    clear:both;
}

.FeatureFilter ul li label
{
    display:block;
}

.FeatureFilter ul.Feature
{
    margin-bottom:5px;
    padding:0;
}

.FeatureFilter ul.Feature li, .FeatureFilter li.BooleanFeature
{
    float:left;
    width:115px;
    padding:2px 0 6px 35px;
    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 li.PriceRange label
{
    float:left;
    line-height:30px;
    margin-left:12px;
}

.FeatureFilter ul li.PriceRange input.Text
{
    float:left;
    width:30px;
    padding:4px 0;
}

.FeatureFilter ul li.PriceRange input.Button
{
    float: right;
    font-size: 12px;
    padding: 2px 4px;
    margin:6px 0 0;
}

span.label 
{
    font-weight:bold;
}

.ProductSpec span.detail 
{
    width:125px;
    display:inline-block;
}

.detail.brand {
  width: 198px !important;
}

/*** YouTube Embed ***/

.VideoContainer
{
    display:none;
}
