/*//////////////////////////////
colours
yellow = #FFCC00
navigation 
text/a = #3366CC
a hover bgd = #3366CC

orange = #FF9900

//////////////////////////////*/



/* Catalogue styles */

table#BuyingOptionsTable
{
	padding:0;
	width:99%;
	font-size:11px;
	border-collapse:collapse;
	margin:0 0px 3px 3px;
}
table#BuyingOptionsTable tr.Odd td
{
	background-color: #D9DCFF;
}

table#BuyingOptionsTable td
{
	background-color: #CCCCCC;
	padding:2px 0 2px 4px;
	border:none;
	text-align:left;
}

table#BuyingOptionsTable td.Icons
{
	padding:0px;
	text-align:center;
	padding-top:3px;
	padding-bottom :3px;
}

table#BuyingOptionsTable td a, table#BuyingOptionsTable td.Icons a,
table#BuyingOptionsTable .StockLevel a
{
	border:none;
}
table#BuyingOptionsTable .StockLevel a
{
	color:#3366CC;
}
table#BuyingOptionsTable td input
{
	width:26px;
	font-size:11px;
	text-align:center;
}




table#ProdTable
{
	padding:0;
	width:99%;
	font-size:11px;
	border-collapse:collapse;
	margin:0 0px 3px 3px;
	clear: both;
}
table#ProdTable tr.Odd td
{
	background-color: #D9DCFF;
}

table#ProdTable td
{
	/*vertical-align:top;*/
	/*width:25%;*/
	/*background:#eee;*/
	background-color: #CCCCCC;
	padding:2px 0 2px 4px;
	border:none;
}

table#ProdTable td.SkuName
{	
}
table#ProdTable .StockLevel
{
}
table#ProdTable td.Icons
{
	padding:0px;
	text-align:center;
	padding-top:3px;
	padding-bottom :3px;
}

table#ProductTable td a, table#ProdTable td.Icons a,
table#ProdTable .StockLevel a
{
	border:none;
}
table#ProdTable .StockLevel a
{
	color:#3366CC;
}
table#ProdTable td input
{
	width:26px;
	font-size:11px;
	text-align:center;
}


/*Department*/
.DepartWrapper
{
}
.Department
{
	width:122px;
	float:left;
	margin:auto 6px 12px 0;
	font-size:9px;
}
.Department .DepartmentImage
{
	height:124px;
	border:1px solid #FFCC01 !important;
	text-align:center;
	line-height: 120px;
}
.Department .DepartmentImage img
{
	margin:auto 0 auto 0;
	display: inline;
	vertical-align: middle;
}
.Department .DepartmentName
{
	font-weight:bold;
	margin-bottom:0;
	color:#2850A1;
	text-align:center;
	background:#FFCC01;
	margin-top:2px;
	height:40px;
	padding:4px 0 0 0;
}
.Department .DepartmentName a
{
	border-bottom:none;
	color:#2850A1;
}
.Department .DepartmentName a:hover
{
	border-bottom:none;
	color:white;
}


/*//////////////////product styles//////////////*/

.ResultsProduct
{
	width:120px;
	float:left;
	height:163px;
	padding-bottom:20px;
	border:1px solid;
	background:#FFCC01;
	margin-right:12px;
	margin-bottom:10px;
}
.ResultsProduct a
{
	border:none;
}
.ResultsProduct h2 
{
	font-weight:normal;
	color:#2850A1;
	background:#FFCC01;
	text-align:center;
	margin:0px;
	padding:0;
	font-size:11px;
	position:relative; /*so ie recognises the text*/
}

.Product
{
	margin-right:15px;
	margin-bottom:15px;
}

.ProductName,
.ResultsProduct
{
	margin-top:8px;
}
.ProductName h2
{
	font-weight:bold;
	margin-bottom:0;
	color:#2850A1;
	text-align:center;
	margin-top:-10px;
	background:#FFCC01;
	padding:0;
	height:30px;
	padding:8px 0px 4px 0px;
}
.ProductName a,
.ResultsName a
{
	text-decoration:none;	
	color:#2850A1;
	font-size:9px;
	border-bottom:none;
	
}

#PrimaryContent #DescText
{
	clear: both;
}
.DiscriptionText .Image 
{  
	margin:2px 0 8px 2px
}



.DiscriptionText li, .ProductText li
{
	border-bottom:none;
}
.DiscriptionText table, .ProductText table
{
	padding:4px;
	border-collapse:collapse;
	margin-bottom:6px;
}
/**/

.Products
{	
	clear:both;
}
.Products li
{	
	border-bottom:none;
}

.TextDescrption
{
	padding:0px 2px 0px 2px;
}
.TextDescrption table tr td
{
	border:2px solid #3366CC;
	
}
.ProductContainer
{
	border:1px solid #ccc;
	margin-bottom:8px;
	padding:4px;
}

.ProductContainer .Name
{
	background:#D9DCFF;
	padding:4px;
	margin-bottom:12px;
}
.ProductContainer .Name h3
{
	margin:0;
	color:#3366CC;	
}
.TextDescrption .Desc
{
}

.ProductDetailsImage
{
	margin-left:20px;
	float:right;
	margin-bottom:10px;
}
.ProductDetailsImage img
{
	border:1px solid #FF9900 !important;
	margin-bottom:5px;
}	
.ProductDetailsImage a
{
	border-bottom:none;
}
.ProductDetailsImage a:hover
{
	color:Black;
	cursor:pointer;
}

/*//////////////////////////////////////////*/

.Change
{
	padding:5px;
	margin:15px 0 0px 10px;
	border:1px solid black;
	width:130px;
}

/*Breadcrumbs*/
#Breadcrumbs
{
	font-size: 11px;
	margin: 12px 0 12px 0;
}
#Breadcrumbs a
{
	border-bottom:none;
	color:Black;
	padding:6px 6px 0 0;
}

.EnlargeImage 
{
	font-size:x-small;
	font-weight:bold;
	text-align:center;
	display: block;
}


/*table layout product page*/

table#ProductTable
{
	border:1px solid #FFCC00;
	margin-top:12px;
}

table#ProductTable td
{
	padding-right:8px;
}

table#ProductTable tr.Blue
{
	background:#E0DFE3;
}
table#ProductTable tr.White
{
	background:white;
}

table#ProductTable input.Quantity
{
	background:white;
	width:20px;
	padding:4px;
	border:1px solid #FF9900;
	text-align:center;
	font-size:x-small;
}

input.Quantity,
.Quantity input
{
	width: 3em;
}

table#ProductTable input img
{
}

/*Cart styles*/  /* why have you defined the cart styles in two different places?????!!!!! */
/*table.CartDataTable
{
	border:1px solid #FF9900;
	width:100%;
	background:#fff;
}
table.CartDataTable td
{
	padding:6px;
	vertical-align:top;
}
table.CartDataTable thead, table.CartDataTable tr
{
	background:#ededed;
}

table.CartDataTable td.Price
{
	font-weight:normal;
	font-size:12px;
}
table.CartDataTable th
{
	padding:6px 4px 2px 6px;
	font-weight:bold;
	text-align:left;
}

table.CartDataTable td.Quantity input
{
	width:26px;
	text-align:center;
	border:1px solid black;
}*/

.GrandTotal
{
	float:right;
	padding:4px;
	margin-top:4px;
	font-size:12px;
}
.Promotion h2
{
	font-size:small;
	margin-bottom:0;
	padding:0;
}
.Promotion input.PromoCode
{

	text-align:left;
	border:1px solid black;
	padding:1px;
}
.Promotion input.UpdateBtn
{
	position:relative;
	top:8px;
	right:0;
}

.Steps
{
	float:right;
}


.RepeaterLinks a
{
	font-size:x-small;
	border-bottom:none;
}

.SpecLatest
{	
	margin-top:12px;
}
.SpecLatest li
{	
	border-bottom:none;
}

.SpecLatest table
{
	padding:0px;
	margin-bottom:10px;
	border-collapse:collapse;
}
.SpecLatest table td
{	
	border:1px solid #3366CC;
	padding:4px;
	margin:0;
	text-align:center;
}
.SpecLatest table th
{	
	
	border:1px solid #3366CC;
	background:#F3F6FC;
	padding:2px;
	margin:0;
}

.MatrixSelector select
{
	vertical-align:top;
	margin:0;
	display:block;
	position:relative;
	top:-14px;
	left:60px;
}
.MatrixSelector .MatrixName
{
	padding:4px;
}


.Products table
{
	padding:0px;
	margin-bottom:10px;
	border-collapse:collapse;
	font-size:11px;	
}
.Products table td
{	
	border:1px solid #3366CC;
	padding:4px;
	margin:0;
	text-align:center;
}
.Products table th
{	
	
	border:2px solid #3366CC;
	background:#D9DCFF;
	padding:2px;
	margin:0;
}

.DiscriptionText table td
{
	border:2px solid #3366CC;
	padding:4px;
}
.DiscriptionText table th
{
	border:2px solid #3366CC;
	padding:4px;
	background:#D9DCFF;
}


#PrimaryContent .noImageClass 
{
	display:none;
}
