/* ========================= *
	  Master Style Sheet
	  Author: cmay
	  Date: 09/09/2008
	  Redsigned: 3/1/2011 pscott
* ========================== */

a{
	outline: none;
}

img{
	border: none;
}

/*  Body */
body{
	background: url('/images/ui/background.jpg') no-repeat;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 8px;
}

#pageFrame{
	width: 1060px;
	margin: auto;
}

/* =============== Header ================ */
div#header{
	background-color: #8AB7CA;
	overflow: hidden;
	padding: 10px;
	position: relative;
	height: 125px;
	margin-bottom: 10px;
}

div#header #logo{
	float: left;
	padding-left: 5px;
}

div#header #logo a{
	display: inline-block;
}

div#header #actions{
	float: right;
}

div#header #actions ul{
	padding: 0px;
	margin: 0px;
	display: inline-block;
}

div#header #actions li{
	float: left;
	list-style: none;
	font-size: 12px;
	cursor: pointer;
}

div#header #actions li.divider{
	background-image:url('/images/ui/divider_black.png');
    background-repeat:no-repeat;
    background-attachment:scroll;
    width:4px;
    height:15px;
    margin: 1px 5px 0px;
}

div#header #nav{
	position: absolute;
	left: 10px;
	bottom: 5px;
}

div#header #nav ul{
	padding: 0px;
	margin: 0px;
	display: inline-block;
}

div#header #nav li{
	padding: 0px 5px;
	float: left;
	list-style: none;
	color: white;
	vertical-align: middle;
}

div#header #nav li a{
	color: white;
	text-decoration: none;
	vertical-align: middle;
}

div#header #nav li.divider{
	background-image:url('/images/ui/divider_white.png');
    background-repeat:no-repeat;
    background-attachment:scroll;
    width:5px;
    height:16px;
    margin: 1px 5px 0px;
}

div#header #actionPanel{
	background-color: white;
	border: 1px solid gray;
	position: absolute;
	height: 107px;
	padding: 10px 20px 13px;
	bottom: 5px;
	right: 5px;
	z-index: 2;
}

div#header #cartDetail{
	position: absolute;
	bottom: 5px;
	right: 10px;
	z-index: 1;
	text-align: right;
	font-size: 12px;
}

div#header #cartDetail img{
	vertical-align: middle;
}

div#header #cartDetail #cartText{
	vertical-align: middle;
}

div#header #cartDetail #cartText *{
	vertical-align: bottom;
}

div#header #cartDetail a{
	color: black;
	cursor: pointer;
	text-decoration: none;
}
/* ================================================= */



/* =============== Search ================ */
#searchPanel{
	overflow: hidden;
	height: 100%;
	position: relative;
}

#searchPanel label, #searchPanel input{
	vertical-align: middle;
}
				
#searchPanel #text{
}

#searchPanel #text label{
	display: inline-block;
	width: 55px;
}

#searchPanel #text input[type="text"]{
	width: 300px;
}

#searchPanel #reset{
	margin-left: 59px;
}

#searchPanel #filters{
	position: absolute;
	bottom: 0px;
	white-space: nowrap;
}

#searchPanel #filters span{
	display: inline-block;
	margin-left: 10px;
}
/* ================================================= */



/* =============== Login ================ */
#loginPanel{
	overflow: hidden;
}

#loginPanel form{
	float: left;
	width: auto;
	margin: 0px;
}

#loginPanel form .field{
}

#loginPanel form .field label{
	font-size: 14px;
}

#loginPanel form .field input{
	margin-top: 2px;
}

#loginPanel form #submit{
	background: url('/images/ui/buttons/btn_login.png') no-repeat;
	width: 63px;
	height: 16px;
	border: none;
}

#loginPanel #requestAccount{
	float: left;
	font-size: 10px;
	font-weight: bold;
	margin-top: 20px;
	margin-left: 30px;
	padding: 0px;
	color: #000000;
}

#loginPanel #requestAccount #requestAccountButton{
	margin-top: 10px;
}
/* ================================================= */



/* ========= Page Body ============== */
div#siteBody{
    text-align: left;
	margin: 0px auto;
	position:relative;
	overflow: hidden;
}

div.message {
    color: red;
    font-size: 11pt;
    font-weight: bold;
    padding: 6px;
    text-align: center;
}
/* ============================================== */



/* =========================== Side Panel ============================ */
div#panelPane{
	width:240px;
	height: 580px;
	float:left;
	background: url('/images/ui/leftPanel.png') no-repeat;
	padding: 30px;
}
/* ======================================================================== */



/* =========================== Express Lane Panel ================================= */

/* Express Lane Container */
div#expressContainer{
	padding: 15px 0px;
    height: 20px;
    /*margin-left: 20px;*/
}

/* Express Lane Input Box */
div#styleInput{
	background-image:url(../../images/ui/formUI_text.jpg);
	background-repeat:no-repeat;
	background-attachment:scroll;
	width: 208px;
	height: 28px;
}

/* Express Lane Input Box */
div#styleInput input#productStyleNumber {
    margin: 3px 4px;
	color: #808080;
	border-style: none;
    border-width: 0px;
    outline-width: 0px;
    padding: 2px 0px;
	width: 193px;
	font-size: 13px;
}
div#AutoCPL {
    color: #808080;
    font-size: 11px
}
/* =============================================================================== */



/* ================ Auto Suggest ====================== */
.AutoCPL{
    clear: both;
    position: static;
    height: 100px;
    overflow: auto;
	overflow-x: hidden;
	border: 1px solid #E9EAD8;
	width: 192px;
	margin-left: 3px;
    color: #808080;
    background-color: white;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
}
.AutoCPL_Container {
    clear: both;
    position: static;
    background-color: white;
    margin-top: 3px;
}
/* Only modern browsers see this...*/
html>body .AutoCPL {
    position: relative;
}
html>body .Container {
    position: relative;
}
.autosuggest_item{
    cursor: pointer;
    background-color: white;
}
.autosuggest_item:hover{
    cursor: pointer;
    background-color: #E9EAD8;
}
/* ===================================================== */



/* ====================================== Browse By Category Panel ========================================== */
/* Div containing category list */
div#browseByCategory div.sidePaneMiddle div#categoryList{
	padding-left: 5px;
	padding-top: 5px;
}

/* Category List */
div#browseByCategory div.sidePaneMiddle div#categoryList ul{
	list-style:none;
	padding:0px;
	margin: 0px;
}

/* Category link items */
div#browseByCategory div.sidePaneMiddle div#categoryList a:link,div#browseByCategory div.sidePaneMiddle div#categoryList a:visited{
	color:#808080;
	font-size:14px;
	text-decoration:none;
}

/* Category link items hover */
div#browseByCategory div.sidePaneMiddle div#categoryList a:active,div#browseByCategory div.sidePaneMiddle div#categoryList a:hover{
	color:#e96d1f;
	font-size:14px;
}
/* ========================================================================================================== */



/* ====================================== Browse By Brand Panel ========================================== */
/* Div containing brands */
div#browseBrandOptions{
	text-align:left;
	color:#808080;
	font-size:16px;
	padding-left: 0px;
	padding-top: 5px;
	font-weight:bold;
}

/* Div containing submit button */
div#browseBrandSubmit{
	text-align:right;
	padding-right: 15px;
}
/* ========================================================================================================== */



/* =============== Main Panel ================== */
div#bodyPane{
	float: left;
	width: 760px;
	height: 630px;
}
/* ======================================= */



/* =============== Site Footer ================== */
div#siteFooter{
	text-align: center;
	color:#000000;
	margin-left: 300px;
}

div#footerLinks{
	color:#000000;
	padding-top:15px;
	text-align:center;
	font-size: 13px;
}

#footerLinks a:link, #footerLinks a:visited{
	color:#000000;
	font-size: 13px;
	text-decoration:none;
	padding:0 8px 0 8px;
}

div.footerText{
	color:#000000;
	font-size:11px;
	text-align:center;
}
/* ======================================= */

/* ============= Custom Scroll Bar ============= */
.verticalScrollUp{
	background: url('/images/ui/buttons/scroll_up.png') no-repeat;
}

.verticalScrollBar{
	background-color: #BBBBBB;
	border: 1px solid #999999;
	overflow: hidden;
}

.verticalScrollBarHandle{
	background-color: #FFFFFF;
}

.verticalScrollDown{
	background: url('/images/ui/buttons/scroll_down.png') no-repeat;
}
/* ====================================== */
