	/*  
	Website: Spencer Street | www.spencerst.com.au
    Built by: Frontier Advertising | www.frontieradvertising.com.au
	Date: 08/04/2010
*/



/* Creating full screen background */
html {
   height: 100%;
}

body {
   background: ##2C2C2;
   color: #8f8f8f;
   font-family: Arial, verdana;
   height: 100%;
}

#container {
	position: relative;
	width: 100%;
	min-height: 100%;
	min-width: 960px;
	margin: 0 auto;
}

#min {
	text-align: left;
}

#body {
	position: relative;
	width: 960px;
	margin: 0 auto;
}

.background {
	height: auto;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: -1;
}






/* Font styles */

h1, h2, h3, h4 {
	font-size: 50px;
	font-weight: 700;
	color: #da1114;
	text-transform: uppercase;
	line-height: .6em;
}

h2, #mainContent h1 {
	padding-top: 10px;
	font-size: 28px;
}

.infoBox h2 {
	padding-top: 0;
}

h3, h4, #mainContent h2 {
	font-size: 16px;
	color: #fff;
	line-height: 1.4em;
}

h4 {
	font-size: 13px;
}

#mainContent h2.mindTheGap {
	padding-bottom: 10px;
}

.mindTheGap {
	padding-bottom: 10px;
}

.mindBothGaps {
	padding-top: 24px;
	padding-bottom: 10px;
}

p, a {
	font-family: Arial, Verdana;
	color: #fff;
	font-size: 11px;
	text-decoration: none;
}

p {
	line-height: 1.4em;
	margin-bottom: 10px;
}

a:hover {
	color: #da1114;
}

.date {
	text-transform: uppercase;
}

.bold {
	font-weight: 700;
}

.boldUnderline, #mainContent a, p a {
	text-decoration: underline;
	font-weight: 700;
}

.wideColumn ul {
	margin: 6px 0 14px 14px;
}

.wideColumn ul li {
	list-style: disc;
	line-height: 2em;
	font-size: 11px;
	color: #fff;
}

strong {
	font-weight: 700;
}


/* Logo + Main Navigation */

#logo {
	display: block;
	float: left;
	width: 134px;
	height: 100px;
}

#nav {
	float: left;
	clear: left;
	width: 134px;
	margin-top: 8px;
}

#nav li a {
	display: block;
	width: 120px;
	height: 12px;
	padding: 6px 4px 6px 10px;
	margin-bottom: 2px;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	background-image: url(../imagenes/nav_bg.png);
}






/* Search and Links in topbar */

#topBar {
	float: right;
	margin-top: 20px;
}

#topBar #links {
	float: right;
	padding-top: 2px;
	margin-right: 16px;
}

#topBar #links #login {
	display: block;
	height: 12px;
	padding: 3px 10px 2px 10px;
	float: right;
	color: #ddd;
	font-weight: 700;
	font-size: 10px;
	margin-right: 1px;
	background: transparent url(../imagenes/links_left_bg.png) left 0 no-repeat;
}

#topBar #links #signup {
	display: block;
	height: 12px;
	padding: 3px 10px 2px 10px;
	float: right;
	color: #ddd;
	font-weight: 700;
	font-size: 10px;
	background: transparent url(../imagenes/links_right_bg.png) right 0 no-repeat;
}

#topBar #links #login:hover {
	background: transparent url(../imagenes/links_left_bg.png) left -17px no-repeat;
}

#topBar #links #signup:hover {
	background: transparent url(../imagenes/links_right_bg.png) right -17px no-repeat;
}

#topBar #links #greeting {
	display: block;
	height: 14px;
	padding: 1px 10px 2px 10px;
	float: right;
	color: #ddd;
	font-weight: 700;
	font-size: 10px;
	margin-right: 1px;
	background: transparent url(../imagenes/links_left_bg.png) left -17px no-repeat;
}

#topBar #links #logout {
	display: block;
	height: 12px;
	padding: 3px 10px 2px 10px;
	float: right;
	color: #ddd;
	font-weight: 700;
	font-size: 10px;
	background: transparent url(../imagenes/links_right_bg.png) right -17px no-repeat;
}

#topBar #links #logout:hover {
	background: transparent url(../imagenes/links_right_bg.png) right 0 no-repeat;
}

#topBar #submit {
	float: right;
	padding-left: 4px;
}

#topBar .find {
	float: right; 
	width: 210px;
}

#topBar .find .brandSelect {
	float: left; 
}

#topBar .find .brandSearch {
	float: left;
	margin-left: 4px;
}


/* Footer */

#footer {
	clear: both;
	position: relative;
	width: 100%;
	height: 26px;
	padding-top: 10px;
	background-color: #000;
	z-index: 1;
	margin-top: 0px; /* Negative to stop scroll for footer */
}

#footer p {
	width: 960px;
	margin: 0 auto;
	color: #999;
	font-size: 10px;
}

#footer p span.left{
	float: left;
}

#footer p span.right{
	float: right;
}

#footer a {
	color: #999;
	font-size: 10px;
}

#footer a:hover {
	color: #da1114;
}






/* Main content area */

#main {
	clear: both;
	padding-top: 73px;
}

#mainBase {
	overflow: hidden;
	padding-bottom: 80px;
	background-image: url(../imagenes/maincontent_bg.png);
	border-top-width: 2px;
	border-top-style: none;
	border-top-color: #fff;
}

#mainContent {
	width: 960px;
	height: 100%;
	margin: 0 auto;
	padding-top: 20px;
}

.column {
	float: left;
	width: 300px;
}

.twoColumnWrap {
	float: right;
	margin-bottom: 60px;
	width: 660px;
}

.singleColumn {
	float: left;
	width: 300px;
	padding-left: 15px;
	padding-bottom: 10px;
	margin-left: 15px;
	background: transparent url(../imagenes/red_dot.png) top left repeat-y;
}

.nodivider {
	background: none;
}

.oneColumn {
	width: 600px;
}

.oneColumn img {
	margin: 20px 0;
}

.wideColumn {
	float: right;
	width: 660px;
}

.articleImage {
	margin: 5px 0;
}



/* Form Elements */

/* Buttons */
a.download {
	display: block;
	width: 190px;
	height: 20px;
	margin-top: 30px;
}

input {
	margin: 0;
}

input.submit {
	display: block;
	height: 20px;
	margin-top: 10px;
}

a.download:hover, 
input.submit:hover {
	box-shadow: 0px 0px 10px #000;
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
}

.cat-check-group {
	padding-bottom: 10px;
}


/* Input fields */

form {
	padding-bottom: 30px;
}

form.changePassword {
	padding-top: 20px;
}

input.emailAddress {
	width: 240px;
	margin: 4px 0 10px; 
	border: 1px solid #000;
}


/* Error styles */

p.error {
	color: #da1114;
	padding-left: 20px;
	font-size: 12px;
	font-weight: 700;
	background: transparent url(../imagenes/error.png) 0 1px no-repeat;
}

img.error {
	margin-left: 6px;
}




/* Exclusive offer boxes */

.exclusiveOffer {
	position: relative;
	width: 300px;
	min-height: 120px;
	text-align: center;
	margin-bottom: 8px;
	padding: 6px 0; 
	background-color: #333333;
}

.exclusiveOffer img {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

#mainContent .exclusiveOffer h1, 
#mainContent .exclusiveOffer h2, 
#mainContent .exclusiveOffer h3 {
	font-size: 44px;
	font-weight: 700;
	margin: 0;
	padding-top: 0;
	color: #fff;
	line-height: 1em;
	text-transform: uppercase;
}

#mainContent .exclusiveOffer h2 {
	font-size: 21px;
	padding-top: 0;
}

#mainContent .exclusiveOffer h3 {
	font-size: 11px;
	padding-top: 2px;
	line-height: 1.2em;
}

.needed {
	background: transparent url(../imagenes/needed.png) right 2px no-repeat;
}

.singleColumn .cat-check-group,
.profile{
	color: #fff;
	font-size: 11px;
}
.singleColumn .cat-check-group label {
    display:block;
    padding-left:15px;
    text-indent:-15px;
}
.singleColumn .cat-check-group input {
    width:13px;
    height:23px;
    padding:0;
    margin:0;
    vertical-align:bottom;
    position:relative;
    top: 6px;
    *overflow: hidden;
}

.profile tr td {
	padding: 5px 10px 5px 0;
}

.profile .textfield {
	width: 160px;
}

.profile .smallTextfield {
	width: 42px;
}

/* Content arrow */

.arrow {
	height: 20px;
	font-size: 12px;
	font-weight: 700;
}

.arrow img {
	vertical-align: middle;
}




/* Opening Hours */

dl.hours {
	width: 300px;
	margin-top: 30px;
}

dl.hours  dt {
	float: left;
	clear: left;
	width: 100px;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	padding: 6px;
	margin-bottom: 4px;
	background-color: #000;
}

dl.hours  dd {
	width: 140px;
	float: left;
	font-size: 12px;
	color: #fff;
	padding: 6px 12px;
	margin-bottom: 4px;
}




/* Homepage Content */

#homeContent {
	clear: right;
	float: right;
	width: 380px; 
	margin-top: 20px;
}

#homeContent p {
	font-size: 13px;
	font-weight: 700;
	color: #222;
	line-height: 1.4em;
	margin-top: 14px;
}

#infoBoxes {
	clear: both;
	padding-top: 120px;
	height: 220px;
}

#infoBoxes .infoBoxes, 
#infoBoxes .infoBoxesLast {
	float: left;
	width: 250px;
	margin-right: 105px;
}

#infoBoxes .infoBoxesLast {
	margin-right: 0;
}

#infoBoxes  a.button  {
	display: block;
	float: right;
	height: 13px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 5px 10px 2px;
	margin-top: 2px;
	background-color: #000;
}

#infoBoxes a.button:hover {
	background-color: #da1114;
	color: #fff;
}

#infoBoxes .infoBox {
	min-height: 90px;
	width: 234px;
	padding: 8px;
	color: #fff;
	margin-top: 2px;
	background-image: url(../imagenes/nav_bg.png);
}

#infoBoxes .infoBox p {
	color: #fff;
	margin-bottom: 0;
}

#infoBoxes .infoBox h1 {
	font-size: 40px;
	color: #fff;
	font-weight: 700;
	line-height: 1em;
	text-transform: uppercase;
}

#infoBoxes .infoBox h2 {
	font-size: 14px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.3em;
	margin-bottom: 0;
}

#infoBoxes .infoBox h3{
	font-size: 10px;
	font-weight: 700;
	line-height: 1.3em;
	text-transform: uppercase;
}

#infoBoxes .infoBoxesLast .infoBox h4 {
	margin-top: 6px;
}

#infoBoxes .infoBox.center {
	text-align: center;
}




/* Brands Page */

.brandsColumn {
	float: left;
	width: 380px;
	padding-left: 15px;
	padding-bottom: 10px;
	margin-left: 15px;
}

#departments {
	float: left;
}

#departments li a {
	display: block;
	height: 12px;
	width: 160px;
	padding: 6px;
	margin-bottom: 3px;
	font-weight: 700;
	background-color: #000;
	text-decoration: none;
}

#brands {
	float: left;
	margin-left: 20px;
}

.scroll-pane {
	height: 346px;
	overflow: auto;
}

#brands li a {
	display: block;
	height: 12px;
	width: 160px;
	padding: 6px;
	margin-bottom: 3px;
	text-decoration: none;
}

#departments li a:hover, 
#departments li a.selected, 
#brands li a:hover, 
#brands li a.selected {
	color: #266f9d;
} 

.brandColumn {
	float: left;
	width: 180px;
	padding-bottom: 10px;
	margin-left: 5px;
}

.brand {
	padding: 6px 5px 5px;
	margin-bottom: 14px;
	/*background: transparent url(../img/crosshair.gif) no-repeat;*/
}

.brandDetails {
	padding-left: 5px;
}

.brandDetails a:hover {
	color: #266f9d;
}





/* Breadcrumbs */

.breadcrumb, .breadcrumb a {
	color: #999;
}

.breadcrumb a {
	text-decoration: underline;
}

.breadcrumb a:hover {
	color: #da1114;
}



/* TABS */

#tabs {
	float: right;
	height: 43px;
	width: 266px;
	margin-top: 220px;
}

#tabs a {
	float: left;
	display: block;
	height: 23px;
	margin-top: 20px;
	width: 132px;
	background: transparent url(../imagenes/exclusive_offers.gif) no-repeat;
}

#tabs li.right a {
	margin-left: 2px;
	background: transparent url(../imagenes/my_profile.gif) no-repeat;
}

#tabs a:hover, #tabs a.selected {
	height: 43px;
	margin-top: 0;
}



/* PRIVACY */

#privacy {
	background-color: #000;
	margin: 0;
	padding: 0;
}





/* PAGINATION */

.pagination {
	color: #fff;
	font-size: 11px;
}

.pagination span, .pagination a {
	display: block;
	padding: 0 2px;
}

.pagination a {
	text-decoration: underline;
}



/* Fixes checkbox/label alignment adn makes it consistan across all browsers */
.cat-check-group label {
    display: block;
    padding-left: 15px;
    text-indent: -15px;
}

.cat-check-group input {
    width: 13px;
    height: 13px;
    padding: 0;
    margin: 0;
    vertical-align: bottom;
    position: relative;
    top: -3px;
    *overflow: hidden;
}


/* Frontend System Message Styles*/
.jerror {
	background: transparent url(../imagenes/error.png) 0 5px no-repeat;
	color: #da1114;
	font-size: 12px;
	font-weight: 700;
	padding: 5px 5px 15px 22px;
}

.jnotice{
	background: #fffee9 url(../imagenes/jwarning.png) 5px 5px no-repeat;
	border: solid 1px #b6af23;
	color: #b6af23;
	padding: 5px 5px 5px 25px;
}

.jmessage{
	background: transparent url(../imagenes/jmessage.png) 0 5px no-repeat;
	color: #6fb558;
	font-size: 12px;
	font-weight: 700;
	padding: 5px 5px 15px 22px;
}

.jinfo{
	background:#e6f2fe url(../imagenes/jinfo.png) 5px 5px no-repeat;
	border:solid 1px #418acd;
	color:#418acd;
	padding:5px 5px 5px 25px;
}

