﻿*
{
	font-family: "Book Antiqua", "Times New Roman" , serif;
}



body
{
	background: #57548a url(../../images/2009/bg.jpg) no-repeat fixed center top;
	margin: 0;
	padding: 0;
	color: Black;
	font-size: 13px;
}

h1
{
	color: #0d5ca1;
	font-size: 18px;
	text-transform: uppercase;
	margin: 0 0 12px 0;
}

h2, legend
{
	color: #0d5ca1;
	font-size: 15px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 12px 0;
	clear: both;
}

p
{
	margin: 0 0 12px 0;
}

a
{
	color: #172847;
	outline: none;
}

small
{
	font-size: 10px;
}

img
{
	border: 0;
}

#Container
{
	width: 1000px;
	margin: 0 auto 0 auto;
}

#Header
{
	margin: 8px 0 0 0;
}

#Header a
{
	font-size: 12px;
	text-transform: uppercase;
}

#Header .Logo
{
	text-align: center; 
}

#Header .Navigation
{
	width: 680px;
	float: left;
	margin: 8px 0 0 0;
	height: 18px;
}

#Header .Session
{
	width: 320px;
	text-align: right;
}

#Header .Navigation a
{
	text-decoration: none;
	color: White;
	font-weight: bold;
	text-transform: uppercase; 
	/* Restore 8px padding when Quba Life link is added */
	/*padding-left: 8px;*/
	padding-left: 8px;
	padding-right: 8px;
}

#Header .Session a
{
	color: Black;
	padding-left: 0;
	padding-right: 8px;
}

#Header .Navigation a.Home
{
	padding-left: 5px;
}

#Header .Navigation a.Login, #Header .Navigation a.QubaLife
{
	padding-right: 5px;
}

#Header .Navigation ul
{
	display: inline;
}

#Header .Navigation ul li.Sale
{
	/*background:red;
	padding-top:1px;
	padding-bottom:1px;*/
}

#Header .Navigation ul li.Sale a
{
	color:Red;
}

#Header .Navigation ul, #Header .Navigation li
{
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
	line-height: 100%;
}

#Header .Departments
{
	height: 50px;
	border-top: 1px solid white;
	margin-top: 5px;
	clear: both;
	padding: 5px 5px 0 5px;
}

#Header .Departments ul, #Header .Departments li
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#Header .Departments li
{
	float: left; 
	width: 20%;
	padding-bottom:4px;
}

#Header .Departments a
{
	text-decoration: none; 
	color: White;
	font-weight: normal;
	text-transform: uppercase;
}

.TreasureChest
{
	float:right;
	width:320px;
	text-align:right;
	color:White;
	margin-bottom:20px;
}

.TreasureChest img
{
	float:right;
	padding-left:12px;
}

.TreasureChest h1
{
	font-size:11px;
	color:White;
	padding-top:4px;
	padding:0;
	margin:0;
	line-height:180% !important;
}

.TreasureChest p
{
	padding:0;
	margin:0;
}
.TreasureChest a
{
	text-transform:lowercase !important;
}
#Content
{
	
}

#Content .Top
{
	clear: both;
	background: url(../../images/2009/frame-top.gif) no-repeat center top;
	height: 20px;
}

#Content .Middle
{	
	width: 1000px;
	clear: both;
	background: url(../../images/2009/frame-middle.gif) repeat-y center top;
	position: relative;
}

#Content .Bottom
{
	clear: both;
	background: url(../../images/2009/frame-bottom.gif) no-repeat center bottom;
	height: 21px;
}
#PrimaryContent
{
	min-height: 470px;	
	position: relative;
	padding: 0 15px 0 20px;
}
#Footer
{
	background: white url(../../images/2009/bar.jpg) no-repeat top center;
	margin-top: 10px;
	clear: both;
}

#Footer a
{
	font-size: 12px;
}

#Footer .Navigation
{
	width: 1000px;
	margin: 0 auto 0 auto;
}

#Footer .Navigation
{
	padding: 6px 0 6px 0;
}

#Footer .Navigation ul
{
	display: inline;
}

#Footer .Navigation ul, #Footer .Navigation li
{
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
	line-height: 100%;
}

#Footer .Navigation a
{
	text-decoration: none;
	font-weight: bold;
	/* Restore 29px padding when Quba Who link is added */
	/*padding-left: 29px;
	padding-right: 29px;*/
	padding-left: 30px;
	padding-right: 30px;
}

#Footer .Navigation a.Corporate
{
	padding-left: 5px;
}

#Footer .Navigation a.ContactUs
{
	padding-right: 0;
}

#Strapline
{
	text-align: center;
	padding: 25px 0 35px 0;
}

.Price
{
	color: #cc0000;
	font-weight: bold;
}

.Product a
{
	text-decoration: none;
}

del
{
	text-decoration: line-through;
	font-weight: normal;
	color: #666666;
	margin-right: 5px;
}

.Required, .Error
{
	color: Red;
}

fieldset
{
	border: none;
	margin: 0 0 15px 0;
	padding: 0;
}

fieldset div
{
	clear: both;
	margin-bottom: 9px;
	min-height: 9px;
	margin-left: 170px;
	margin-top: 5px;
	position: relative;
}

fieldset label
{
	display: block;
	position: absolute;
	width: 150px;
	left: -170px;
	text-align: right;
	padding-top: 5px;
}

fieldset label .Required
{
	position: absolute;
	left: 155px;
}

fieldset div.Checkbox label
{
	display: inline;
	position: relative;
	left: 0;
	top: 0;
	text-align: left;
}

fieldset div.Checkbox input
{
	vertical-align: middle;
	margin: 0 5px 0 0;
	padding: 0;
	border: none;
}


.PromoBox
{
	width:50%;
	float:left;
	position:absolute;
	z-index:1;
}
.PromoBox h3
{
	margin:0;
	padding:0;
}
.PromoBox input.Button
{
	border: none;
	background: transparent url(../../images/2009/button.gif);
	width: 153px;
	height: 31px;
	color: White;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
}

input, select, textarea
{
	font-size: 15px;
	position: relative;
	/*z-index: 500;*/
}

input.Text, textarea
{
	padding-left: 3px;
}

input.Small
{
	width: 3em;
}

select.Small
{
	width: 5em;
}

input.Medium
{
	width: 18em;
}

input.Large, textarea.Large
{
	width: 30em;
}

input.Next
{
	float: right;
	margin-right: 10px;
}

.ContinueShopping
{
	text-align: right;
}

.ContinueShopping input.Button
{
	margin-left: 10px;
	margin-right: 10px;
}

fieldset input.Button, .Wizard .Navigation input
{
	border: none;
	background: transparent url(../../images/2009/button.gif);
	width: 153px;
	height: 31px;
	color: White;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 100%;
	padding-top: 0;
	margin-top: 15px;
}

fieldset input.Submit
{
	clear: both;
	margin-left: 160px;
}

table.Cart
{
	width: 100%;
	border-collapse: collapse;
	clear: both;
}
/*
table.Cart .Number
{
	vertical-align: top;
}
*/
table.Cart th
{
	text-transform: uppercase;
	text-align: left;
	border-bottom: 1px solid black
}

table.Cart td, table.Cart th
{
	padding-top: 15px;
}

table.Cart th.Total
{
	border: none;
	text-align: right;
	padding-right: 10px;
}

table.Cart .ProductCode
{
	font-weight: bold;
}

table.Cart td.Quantity input
{
	width: 30px;
	text-align: center;
}


.Wizard
{	
	width: 100%;
}

.Wizard .Sidebar 
{
	position: absolute;
	width: 960px;
	height: 30px;
}

.Wizard .Sidebar table
{
	width: 960px;
	height: 30px;
	position: relative;
}

.Wizard .Sidebar table td
{
	text-align: center;
	vertical-align: top;
	position:relative;
	z-index:1;
}

.Wizard .Step
{
	padding-top: 50px;
	position: relative;
	left: 15px;
	width: 960px;
	
}

.Split
{
	width: 455px;
	float: left;
	padding-right: 20px;
	position:relative;
	z-index:100;
}
.Branch
{
	height: 7em;
	width: 50%;
	float: left;
}

.Clear
{
	clear: both;
}


#Breadcrumbs
{
	padding:10px 0;
}

.SearchBySize h1,
.TreasureChestMain h1,
.NewArrivals h1
{
	font-size:2.8em;
	font-weight:normal;
	text-transform:capitalize;
	color:#000;
	padding-top:12px;
}

.SearchBySize img,
.TreasureChestMain img,
.NewArrivals img
{
	float:left;
	padding:8px 24px 0 8px;
}
.SearchBySize img
{
	width:278px;
}

.TreasureChestMain img,
.NewArrivals img
{
	width:250px;
}

/*///////////////////*/

.Department
{
	padding: 10px 0 0 0;
}

.Department .Product
{
	width: 220px;
	float: left;
	margin-left: 15px;
	text-align: center;
	position: relative;
}

.Product p
{
	margin: 0;
}

.Product .Image
{
	height: 220px;
	width: 220px;
}

.Product .Name
{
	height: 5em;
}

.SearchBySize div
{
	margin-top:8px;
}

.SearchBySize h1,
.TreasureChestMain h1,
.NewArrivals h1
{
	font-size:2.8em;
	font-weight:normal;
	text-transform:capitalize;
	color:#000;
	padding-top:12px;
}

.TreasureChestCart
{
	width:660px;
	float:right;
	text-align:right;
}

.TreasureChestCart img
{
	float:right;
	padding:8px 24px 0 8px;
	vertical-align:middle;
}


.FeaturedProductContainer
{
	background:url(../../images/2009/featured-products-bg.png);
	width:988px;
	height:235px;
	margin-left:6px;
}

.FeaturedProduct
{
	float:left;
	width:220px;
	margin-left:24px;
	text-align:center;
	margin-top:16px;
}
.FeaturedProduct p
{
	margin:0;
	padding:0;
}
.DepartmentDepartmentsContainer
{
	width:988px;
	margin-left:6px;
}
.DepartmentDepartments
{
	background:url(../../images/2009/department-departments-bg.png);
	height:235px;
	margin-left:0;
	float:left;
	width:247px;
	text-align:center;
}

.DepartmentDepartments img
{
	margin-top:20px;
}
