﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background:white;
    background-image: url('../images/Background.png');
    background-repeat: repeat-x;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    color: black;
}


textarea
{
    font-size: 100%;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}

.note
{
    font-style: italic;
}


/* HEADINGS   
----------------------------------------------------------*/
h1
{
    color: #15428B;
    font: bold 14px verdana,tahoma,helvetica;
}

h1 a:link, h1 a:visited
{
    color:inherit;
}

h2
{
    font-size: 12px;
}

h3
{
    font-size: 12px;
}

h4
{
    font-size: 12px;
}


/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
	position: relative;
    width:auto !important; /* real browsers */
	width:960px; /* IE6: treated as min-width*/
	min-width:960px; /* real browsers */
    margin: 0px auto;
}

.header
{
    font-size: 11px;
	font-weight: bold;
	color: #FFF;
}

.main
{
    /*position: relative; // CAREFUL! any position element here will cause calendar popups to be hidden by .clrfix's overflow hidden*/
	text-align: left;
	height: auto;
	z-index: 2;
	padding: 5px 5px 5px 5px;
	background: white;
	border: 1px solid #99BBE8;
	border-top:0px;
	-moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
}

.columnContainer
{
    float:left;
    width:100%;
    clear:both;
}

.leftCol 
{
	float:left;
	width:200px;
	min-height: 500px;
	clear: both;
}

.rightCol 
{
	float:left;
	width:750px;
	min-height: 500px;
	padding: 5px;
}

.footer
{
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}

/* TAB MENU   
----------------------------------------------------------*/

div.menudiv
{
    position: relative;
    clear: both;
	padding: 0;
	margin: 0;
	width: 100%;
}

div.menu
{
    position: relative;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	list-style: none;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

div.menu ul li
{
    display: inline;
    padding: 3px 10px 3px 10px;
}

div.menu ul li a, div.menu ul li a:visited
{
	padding: 5px;
	font-weight: bold;
    text-decoration: none;
    white-space: nowrap;
	color: #FFF;
}

div.menu ul li a:hover
{
	color: #CCC;
    text-decoration: none;
}

div.menu ul li a:active
{
    color: #999;
    text-decoration: none;
}

div.menu ul li a.selected
{
    color: #15428B;
    background-color: White;
    -moz-border-radius-topleft:4px;
    -moz-border-radius-topright:4px;
    -webkit-border-top-left-radius:4px;
    -webkit-border-top-right-radius:6px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

/* LOGIN ELEMENTS
----------------------------------------------------------*/
.loginDisplay
{
    position: absolute;
    right: 3px;
    padding-top: 3px;
}

#HeadLoginView
{
    position: relative;
    top: 1em;
    z-index:0;
}


/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 0px 10px 10px 10px;
    padding: 3px 10px 10px 10px;
    border: 1px solid #ccc;    
}

fieldset.dna
{
    width: 95%;
}

fieldset.request
{
    width: 50em;
}

fieldset.invisible
{
    background: none; 
    border: none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

fieldset p 
{
    margin: 2px 12px 10px 2px;
}

fieldset label.inline 
{
    display: inline;
}

fieldset.clearWeb input, fieldset.clearWeb select, fieldset.clearWeb textarea, fieldset.clearWeb label
{
    margin: 2px 12px 3px 2px;
}
  
fieldset.clearWeb input, fieldset.clearWeb select, fieldset.clearWeb textarea
{
	border: 1px solid #ccc;
}

fieldset.clearWeb input[readonly]
{
    border: 0;
}

/* Use this to left or right align the label lext in forms (when implemented without using tables)
   Should also change .fieldlabel */
fieldset.clearWeb label
{
    position: relative;
    width: 15%;
    text-align: left;
}

/* Use this to left or right align the label lext in forms (when implemented using tables)
   Should also change fieldset.clearWeb label */
.fieldlabel
{
    text-align: left;
}

legend 
{
    color: #15428B;
    font: bold 11px tahoma,arial,helvetica,sans-serif;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    border: 1px solid #ccc;
}

input.textLong 
{
    width: 320px;
}

input.textMedium
{
    width: 140px;
}

input.textShort
{
    width: 70px;
}

input.textDate
{
    width: 91px;
}

.uppercase
{
    text-transform: uppercase;
}

span.clearCb input
{
    position: static;
    display: inline;
    float: none;
    border: none;
    vertical-align: middle;
}

span.clearCb label
{
    position: static;
    display: inline;
    float: none;
}

div.accountInfo
{
    width: 50%;
    font-size: 1.2em;
}

input[src*="Images/Calendar.png"], img[src*="Images/Calendar.png"]
{
    vertical-align: middle;
}

.paddedHorzLine
{
    padding-left: 5px;
    padding-right: 5px;
}

.paddedVertLine
{
    padding-top: 5px;
    padding-bottom: 5px;
}

/* TABLE ELEMENTS  
----------------------------------------------------------*/
table
{
    border: 1px solid #99BBE8;
    background-color: white;
}

th
{
    border-bottom: 1px solid #D0D0D0;
    background-color: #EFF0F2;
    text-align: left;
    font-weight: normal;
}

.invisibletable
{
    background:none; 
    border:none
}

.paddedtable tr td
{
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.customers
{
	border-collapse: collapse;
	text-align: left;
	vertical-align: middle;
}

.customers tr.alternate
{
    background-color:#EDF2FA;
}

.customers tr th, .customers tr td
{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.customers.editable  tr td
{
	padding: 0 4px;
}

.customers.editable input
{
	width:100%;
	border:0;
	text-align: right;
	background: none repeat scroll 0 0 transparent;
}

.stocktake tr th, .stocktake tr td
{
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.stocktake input.sampleQuantity
{
    width: 20px;
    min-width: 100%;
    max-width: 100%;
    text-align: right;
    padding-left: 0px;
    padding-right: 0px;
}

.stocktake td.editable
{
    border: none;
    padding-left: 0px;
    padding-right: 0px;
}

tr td.editable
{
	border:1px solid #ccc;
}


.commDetails tr td
{
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 0px;
    padding-bottom: 0px;
}

/* Samples */

.samplesPanel .button
{
	float:right;
	font-size: 10px;
    height: 20px;
}

.samplesPanel ul
{
	margin:10px 0px;
	padding:0px;
}
.samplesPanel li
{
	list-style-type:none;
	height:20px;
	background-color:#E8E8E8;
	padding:2px 5px;
	width:400px;
	float:left;
	margin: 5px 5px 0 0;
	clear: both;
	width: 50em;
}

/* Calls */

.callDetailsTable input[type=text],
.callDetailsTable select
{
	margin-right:50px;
	width:170px;
}

.callDetailsTable textarea
{
	width:450px;
	Height:62px;
}

.productCodesTable, .documentsTable
{
	margin:10px 0 20px;
	border:1px solid #ccc;
	width:450px;
}

/* DRAG AND DROP TABLE ELEMENTS  
----------------------------------------------------------*/
/*This has problem in IE. It doesn't remove the hover when the mouse is down
.draggable tr:hover
{
    background-color: #DFE8F6;
}*/

.draggableHover
{
    background-color: #DFE8F6;
}

.tDnD_whileDrag
{
    border: 2px solid #99BBE8;
    background-color: #DFE8F6;
}

.draggable tr td:first-child
{
    background-image: url(../Images/DragIcon.gif);
    background-repeat: no-repeat;
    padding-left: 15px;
}

.draggable tr th:first-child
{
    padding-left: 15px;
}

/*Needed for IE*/
.draggable tr td input
{
    cursor: auto;
}


/* PRODUCT LISTING
----------------------------------------------------------*/

.productDetail 
{
    line-height:14px;
    float:left;
}

.productCode
{
    color:#4483C2;
    font-size:10px;
    text-decoration:none;
    clear:both;
}

.productContainer
{
	float:left;
	box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
}

.productContainer.list
{
	clear:both;
	margin:5px;
	height:80px;
}

.productContainer.grid
{
	width:177px;
	margin:5px;
}

.productContainer.list .productDetails
{
	float:left;
	width:478px;
}

.productContainer.grid .productDetails
{
    float:left;
    width:100%;
}

.productContainer.list .productImage
{
    float:left;
    height:80px;
	width:80px;
}

.productContainer.list .productImage img
{
    max-width:80px;
    max-height:80px;
}

.productContainer.grid .productImage
{
    float:left;
    height:120px;
    width:100%;
    text-align:center;
    padding:10px 0 0;
}

.productContainer.grid .productImage img
{
	max-width:180px;
	max-height:120px;
}

.productContainer.grid .productDescription,
.productContainer.list .productDescription
{
    float:left;
    padding:5px;
    height:50px;
}

.productContainer.singular
{
	width:100%;
}

.productContainer.singular .productImage
{
    margin:20px auto;
    text-align:center;
}

.productContainer.singular .productImage img
{
	max-width:700px;
}

.productContainer.singular .productDescription
{
	float:left;
	clear:both;
	width:750px;
}

.productContainer.singular .productSpecs
{
    clear:both;
    float:left;
    border-top:1px solid #EEEEEE;
    padding:10px 0;
	width:750px;
}

.productContainer.singular .productControls
{
	float:left;
	clear:both;
	border-top:1px solid #EEEEEE;
    padding:10px 0;
	width:750px;
}

.productContainer.singular .productControls div.orderDetails
{
	float:right;
}

.productContainer.singular .productControls div.orderDetails
{
	float:right;
}

.productContainer.singular .productDetails
{
	float:left;
	clear:both;
	border-top:1px solid #EEEEEE;
    padding:10px 0;
	width:750px;
}

.productContainer.singular .productWeight
{
	float:left;
	clear:both;
}

.productContainer.singular .productPrice
{
	float:left;
	clear:both;
}

.productContainer.singular .productStock
{
	float:left;
	clear:both;
}

.productContainer.list .productPrices
{
    color:#656565;
    float:right;
    padding:5px 15px 5px 0;
}

.productPrices .productDetail
{
    padding-right:4px;
}

.productContainer.grid .productPrices
{
    color:#656565;
    float:right;
	clear:both;
    padding:5px;
}

.productContainer.list .productControls
{
    float:right;
    height:80px;
    border-left:1px solid #DDDDDD;
    background-color:#FAFAFA;
}

.productContainer.grid .productControls
{	
    border-top:1px solid #DDDDDD;
    float:left;
    width:100%;
    background-color:#FAFAFA;
}

.productContainer.list .productButtons
{
	float:right;
    padding:0 6px 6px 0;
    width:100px;
}

.productContainer.grid .productButtons
{
	float:right;
	width:94px;
	padding:0 5px 6px 0;
}

.productContainer.list .productControls .button 
{
    font-size:10px;
    margin:6px 0 0;
    padding:2px 6px;
    width:100px;
}

.productContainer.grid .productControls .button 
{
    font-size:10px;
    margin:6px 0 0;
    padding:2px 6px;
    width:94px;
}

.productContainer.list .productQuantity
{
    float:left;
    padding:7px 10px;
}

.productContainer.grid .productQuantity
{
	padding:7px 0px 0px 5px;
	float:left;
}

.qtyTextBox
{
    border:1px solid #ccc;
    text-align:center;
    width:30px;
}

.productListingHeader 
{
    background-color:#F8F8F8;
    border-bottom:2px solid #EEEEEE;
    clear:both;
    float:left;
    margin-bottom:20px;
    width:100%;
}

.productListingHeader input 
{
    margin:0;
    padding:10px 5px;
}

.productListingHeader h1 
{
    float:left;
    margin:0;
    padding:5px 10px;
}
    
.displayOptions 
{
    float:right;
    margin-right:5px;
}


/* CATALOGUE FOLDER LISTING
----------------------------------------------------------*/

.catalogueFolderHeading
{
	font-size:18px;
	color:#999;
	padding:5px;
	text-shadow:1px 1px #FFFFFF;
}

.catalogueFolderHeading.empty
{
	display:none;
}

.catalogueFolderNavigationContainer .heading 
{
	display:none;
}
.catalogueFolderNavigationContainer 
{
	background:none;
}

.catalogueFolderNavigationContainer
.catalogueFolderNavigation
{
	border-top:1px solid #FFFFFF;
    margin:0;
    padding:10px;
    position:relative;
    white-space:normal;
    list-style: none;
}

.catalogueFolderNavigationContainer
.catalogueFolderNavigation a
{
    color:#323232;
    font-size:14px;
    padding-left:20px;
    text-decoration:none;
	white-space:normal;
	display:block;
}

.catalogueFolderNavigationContainer
.ccatalogueFolderNavigation a:hover
{
	color:#4483c2;
}


.catalogueFolderNavigationContainer
.catalogueFolderNavigation
.inactive 
{
	background:url("../images/arrow_right.png") no-repeat scroll left 8px transparent;
}

.catalogueFolderNavigationContainer
.catalogueFolderNavigation
.active 
{
	font-weight:600;
	background:url("../images/arrow_right_active.png") no-repeat scroll left 8px transparent;
}

.catalogueFolderNavigationContainer
.catalogueFolderNavigation
.active.parent
{
	background:url("../images/arrow_down_active.png") no-repeat scroll left 10px transparent;
}

.catalogueFolderNavigationContainer
.catalogueFolderNavigation
.inactive.parent
{
	background:url("../images/arrow_down.png") no-repeat scroll left 10px transparent;
}

.catalogueFolderNavigation li
{
	padding-top:6px;
}


/* BREADCRUMB
----------------------------------------------------------*/

.breadcrumb
{
	margin:0px;
	background-color:transparent;
}

.breadcrumb a
{
    float:left;
    padding:0px 6px;	
	text-decoration:none;
	color:#323232;
	font-size: 12px;
    font-style: italic;
}

.breadcrumb a.selected
{
    font-weight:600;
}

.breadcrumb a:hover .breadcrumb a:visited
{
}

.breadcrumbArrow
{
	float:left;
	background-image:url('../images/arrow_right.png');
	background-repeat:no-repeat;
	width:16px;
	height:20px;
}

.breadcrumbArrow.selected
{
    display:none;
}

/* MISC  
----------------------------------------------------------*/

.left
{
    text-align: left;
}

.right
{
    text-align: right;
}

.center
{
    text-align: center;
}

.fieldlabel
{
    text-align: right;
}

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.successNotification
{
    font-size: 1.2em;
    color: green;
}

.bold
{
    font-weight: bold;
}

.panelHeader div 
{
    border-top: 1px solid #66d; 
    border-bottom: 1px solid #66d; 
    border-left:1px solid #66d; 
    border-right:1px solid #66d
 }
 
.panelHeader h2 
{ 
    margin: 0; font-size: 1.1em; 
    padding: 0.4em; 
    color: #fff; 
    background-color:  #15428B;
}

.panelHeader h2:hover 
{
     cursor: pointer; 
}

#MainContent_Calendar
{
    border:none;
    background:none;
}

.buttonPanelFieldSet
{
    padding: 5px 10px 5px 10px;
}

.buttonPanel
{
    padding: 10px 0px 5px 0px;
}

.filterPanel
{
    padding: 10px 0px 10px 0px;
}

.filterPanel input
{
    margin-right: 10px;
}

.detailsPanel
{
    padding-top: 5px;
}

.salesRepSelector
{
    padding-bottom: 0.5em;
}

input[type=image][disabled]:hover
{
    cursor: default;
}

.autocompletelist 
{
    margin : 0px!important;
    padding: 2px;
    background-color : window;
    border : buttonshadow;
    border-width : 1px;
    border-style : solid;
    cursor : default;
    overflow : auto;
    text-align : left; 
    list-style-type : none;
}

.clear,
.clr
{
	clear:both;
}

.clrFix {
    overflow: hidden; /* Clearfix! */
    display: inline-block; /* Necessary to trigger "hasLayout" in IE */
    display: block; /* Sets element back to block */
}

.orderDetailsBlock
{
    float: left;
    margin: 10px 20px 20px 0;
    padding: 10px;
    width: 270px;	
}

.dateDisclaim
{
    color: red;   
}

/* Cart table */

.cart
{
	width: 70%;
	padding-bottom: 30px;
	border-collapse: collapse;
	text-align: center;
	vertical-align: middle;
	float:left;
	clear: both;
	border: none;
	margin-left: 10px;
}

.cart tr th
{
	font-weight: bold;
	background-color: #EFF0F2;
	color: Black;
}

.cart tr td
{
    border-bottom: 1px dotted gray;
}


.documentButtonPanelFieldSet
{
    clear: both;
	float: left;
	padding-top: 10px;
	margin-left: 7px;
}

.keywordcontrol-checkbox 
{
    padding-right: 5px;	
}

.scrollable
{
    overflow: auto;
}

.hidden
{
    display:none;
}

.specialBuyDetail
{
    padding-right:30px;   
}

.specialBuyDetail1
{
    padding-right:25px;   
}

.specialBuyDetail2
{
    padding-right:41px;   
}

.specialBuyDetail3
{
    padding-right:46px;   
}

.specialBuyDetail4
{
    padding-right:59px;   
}

.specialBuyDetail5
{
    padding-right:23px;   
}

