﻿/* DEFAULTS
----------------------------------------------------------*/

html,body
{
	margin:0;
	padding:0;
	height: 100%;
	border:none;
}
   
body
{
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
	background-color: blue;
	background-repeat: repeat-x;
}

textarea
{
    font-size: 100%;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
}

body p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}

.note
{
    font-style: italic;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6, div.registration-page-heading
{
    margin-top: 0px;
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1, div.registration-page-heading
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

div.registration-page-heading
{
    clear: both;
	float: left;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{   
    font-size: 1.2em;
}

a
{
	outline: 0 none;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
	position: relative;
    width: 960px;
    margin: 0px auto;
    background: white;
    
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treated as min-height*/
	min-height:100%; /* real browsers */
}


/* Header */

.header
{
	height: 160px;
}

#HeaderLeft
{
	float:left;
	width:300px;
}

#HeaderRight
{
	float:left;
	width:650px;
}

.loginDisplay
{
    float: right;
    padding: 4px 10px 0;
}

#LoginPage .forgotpassword
{
    display: none;
}

.logo
{
    position: relative;
    z-index: 0;
    background-image: url('../images/generic_logo.jpg');	
	background-repeat: no-repeat;
	height: 120px;
	min-height: 89px;
	width: 231px;
	float: left;
}

.logoLink
{
	display:block;
	width:100%;
	height:100%;
}

.shadow_left {
	background-image: url('../images/shadow_left.png');
	background-repeat: repeat-y;
	height: 100%;
	left: -17px;
	top: 0px;
	position: absolute;
	width: 17px;
}

.shadow_right {
	background-image: url('../images/shadow_right.png');
	background-repeat: repeat-y;
	height: 100%;
	right: -17px;
	top: 0px;
	position: absolute;
	width: 17px;
}

.main
{
	min-height: 500px;
	background-color: #fff;
	padding: 0px;
}

.leftcol 
{
	float:left;
	width:200px;
	min-height: 500px;
	clear: both;
}

.rightcol 
{
	float:left;
	width:750px;
	min-height: 500px;
	padding: 5px;
}

.sort_up{
    background: url("../images/up_arrow.png") no-repeat;
     padding-left: 10px;
}

.sort_down{
    background: url("../images/down_arrow.png") no-repeat;
    padding-left: 10px;
}


.mainContentWrapper
{
	padding:10px;
}

.subPage, .myaccount-subPage
{
	padding: 20px 10px;
}

.orderDetailsBlock
{
    float: left;
    margin: 10px 20px 20px 0;
    padding: 10px;
    width: 270px;	
}

.productFooter
{
	float:left;
	clear: both;
	margin-top: 20px;
}

.productDetail 
{
    line-height:14px;
    float:left;
}

.productCode
{
    color:#4483C2;
    font-size:10px;
    text-decoration:none;
    clear:both;
}

.productAvailability .productDetail
{
    padding-right:4px;
}

.productAvailability .productInStock
{
    color:black;	
}

.productAvailability .productOutOfStock
{
    color:black;	
}

.productPrices .productDetail
{
    padding-right:4px;
}

.productContainer
{
	float:left;
}

.productContainer.list
{
	clear:both;
	margin: 5px;
	height: 80px;
}

.productContainer.grid
{
	width:177px;
	margin: 5px;
	padding-top: 10px;
}

.productContainer.list .productDetails
{
	float:left;
	width:480px;
}

.productContainer.list .productDetails-extended 
{
	float:left;
	width:650px;
}

.productContainer.grid .productDetails, .productContainer.grid .productDetails-extended
{
    float: left;
    padding: 10px 0 0;
    width: 100%;
}

.productContainer.list .productImage
{
    float: left;
    height: 80px;
	width:80px;
}

.productContainer.list .productImage img
{
    max-height: 80px;
    max-width: 80px;
}

.productContainer.grid .productImage
{
	text-align: center;
    float: left;
    height: 120px;
    width: 100%;
}

.productContainer.grid .productImage img
{
	max-width: 180px;
	max-height: 120px;
}

.productContainer.list .productDescription
{
    float: left;
    padding: 5px;
}


.productContainer.grid .productDescription
{
    clear: both;
    float: left;
    height: 50px;
    padding: 5px;
}

.productContainer.singular
{
	width:100%;
}

.productContainer.singular .productImage
{
    margin:20px auto;
    text-align:center;
}

.productContainer.singular .productImage img
{
	max-width:700px;
}

.productContainer.singular .productImages
{
    margin-bottom: 10px;
}

.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 .productCheckbox
{
	float:left;
	clear:both;
	border-top:1px solid #EEEEEE;
    padding:10px 0;
	width:750px;	
}

.productContainer.singular .productDetails, .productContainer.singular .productDetails.productDetails-extended
{
	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 .productPrice .productDetailsTag
{
	float:left;
	clear:both;
	padding: 5px 0 5px 0;
}

.productContainer.singular .productPrice .productDetailsValue
{
	float:left;
	padding: 5px;
}

.productContainer.singular .productStock
{
	float:left;
	clear:both;
}

.productContainer.singular .productStock .productDetailsTag
{
	float:left;
	clear:both;
	padding: 5px 0 5px 0;
}

.productContainer.singular .productStock .productDetailsValue
{
	float:left;
	padding: 5px;
}

.productContainer.singular .productStock .productInStock
{
	float:left;
	padding: 5px;
	color: Green;	
}

.productContainer.singular .productStock .productOutOfStock
{
	float:left;
	padding: 5px;
	color: Red;	
}

.productContainer.list .productAvailability
{
    float: right;
    padding: 5px;
    width: 120px;
}

.productContainer.grid .productAvailability
{
    float: left;
	clear:both;
    padding: 5px;
    width: 150px;
}

.productContainer.list .productPrices
{
    float: right;
    padding: 5px;
}

.productContainer.grid .productPrices
{
    float: right;
	clear:both;
    padding: 5px;
}

.productContainer.list .productControls
{
    float: right;
    height: 80px;
}

.productContainer.grid .productControls
{	
    float: left;
    width: 100%;
}

.OrderDetails .productControls
{
    display:inline;
}

.productContainer.list .productButtons
{
	float:right;
	width:90px;
	padding:3px 6px 6px 3px;
}

.productContainer.grid .productButtons
{
	float:right;
	width:100px;
	padding:0 5px 6px 0;
}


.productContainer.list .productQuantity
{
	padding:3px 5px;
	float:left;
}

.productContainer.grid .productQuantity
{
	padding:7px 0px 0px 5px;
	float:left;
}

.productContainer.list .productCheckbox
{
	clear: right;
    float: right;
    padding: 0;
    width: 15px;
    padding-right: 9px;
}

.productSpecs em
{
    font-style:italic;
}

.productSpecs strong
{
    font-weight: bold;
}

.productSpecs ul, .productSpecs ol
{
    list-style-position: inside;
}

div.productListingFooter 
{
    float: right;
    padding: 10px 0 10px 0;
}

div.productListingFooter .addListToOrderButton
{
    margin: 5px;	
}

div.sorting-options
{
    clear: both;	
    margin-top: 5px;
    margin-left: 550px;
    position: absolute;   
}

div.sorting-options-label
{
    float: left;	
    margin-right: 5px;
    margin-top: 3px;    
}

div.sorting-options-value
{
    float: right;	
    position: relative;
}

/* Catalogue Menu */

.menudiv 
{
	width:960px;
	float:left;
}

.menuBlock
{
	float:left;
}

.dropdownHorizontal
{
	display:inline;
}

/* Drop down menu */

.catalogueMenuDropdown
{
	background-color:#fff;
}

.catalogueMenuDropdown ul
{
	padding:0px;
}
 
.catalogueMenuDropdownLeft
{
	float:left;
	width:200px;
}

.catalogueMenuDropdownRight
{
    float: right;
    padding: 10px 5px 10px 20px;
    width: 120px;
}

.catalogueMenuDropdown a
{
	display:block;
	color: #000;
	text-decoration:none;
}

.catalogueMenuDropdown a:hover
{
	color: #CCC;
}

.catalogueMenuDropdownRight a
{
	font-size:10px;
	padding:2px;
}

.catalogueMenuDropdownLeft a
{
	font-size:16px;
	padding:10px;
}

.catalogueMenuDropdownLeft ul li
{
	width:204px;
	padding:0px;
}

ul.dropdown, ul.dropdown li, ul.dropdown .catalogueMenuDropdown {
    list-style: none outside none;
    margin: 0;
	padding: 2px 10px;
	font-size:11px;
}

ul.dropdown 
{
    float: left;
    position: relative;
    z-index: 597;
}

ul.dropdown li 
{
    float: left;
    vertical-align: middle;
}

ul.dropdown li.hover, ul.dropdown li:hover 
{
    cursor: default;
    position: relative;
    z-index: 599;
}

.dropdownList li:hover
{
	background-color:#fff;
}

ul.dropdown .catalogueMenuDropdown
{
    position: absolute;
    top: 100%;
	visibility:hidden;
    width: 350px;
    z-index: 598;
}

ul.dropdown .catalogueMenuDropdown.subMenu.noFilters
{
	width: 205px;
}

.catalogueMenuDropdownRight.noFilters
{
	display:none;
}

ul.dropdown .catalogueMenuDropdown li 
{
    float: none;
	padding:0px;
}

ul.dropdown .catalogueMenuDropdown ul 
{
    left: 99%;
    top: 1px;
}

ul.dropdown li:hover > div.catalogueMenuDropdown.subMenu
{
    visibility: visible;
}

.catalogueMenuItemLink
{
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
	display: block;
}

.catalogueMenuItemLink:hover
{
    color: #CCC;
}

.catalogueMenuItemLink.subMenu
{
	padding: 0 20px 3px 0;
	background: url("../images/down_arrow.png") no-repeat scroll right center transparent;
}

.catalogueMenuItemLink.subMenu:hover
{
	background: url("../images/down_arrow_hvr.png") no-repeat scroll right center transparent;
}


/* Flip Catalogue */

.flipCatalogue
{
    padding:10px;
}

.flipCatalogueControls
{
    border-top: 1px solid #DDDDDD;
    clear: both;
    float: right;
    margin-top: 10px;
    padding-top: 10px;
    text-align: right;
    width: 100%;
}

.linkBtnImg.right,
.linkBtnImg
{
    padding-left:10px;
    vertical-align: bottom;
}

.linkBtnText.right,
.linkBtnText
{
    text-decoration:none;
    color: #323232;
    vertical-align: text-top;
}

.linkBtnImg.left
{
    padding:0px;
}

.linkBtnText.left
{
    margin-right:10px;
}

.linkBtnText:hover
{
    color: #444;
}

.flipCatalogue .next_button,
.flipCatalogue .prev_button,
.flipCatalogue a#next_page_button,
.flipCatalogue a#prev_page_button
{
	display:none;
	position:absolute;
	width:41px;
	height:40px;
	cursor:pointer;
	margin-top:-20px;
	/*top:50%;*/
	top: 550px;
	background:transparent url("../images/buttons.png") no-repeat 0px -40px;
	z-index:1000;
}


.flipCatalogue .prev_button,
.flipCatalogue a#prev_page_button
{
	left:-30px;
}

.flipCatalogue .next_button,
.flipCatalogue a#next_page_button
{
	right:-30px;
	background-position:-41px -40px;
}

.flipCatalogue .next_button,
.flipCatalogue a#next_page_button:hover
{
	background-position:-41px 0px;
}

.flipCatalogue .prev_button,
.flipCatalogue a#prev_page_button:hover
{
	background-position:0px 0px;
}

.flipCatalogue .loading
{
	width:160px;
	height:56px;
	position: absolute;
	top:50%;
	margin-top:-28px;
	right:135px;
	line-height:56px;
	color:#fff;
	padding-left:60px;
	font-size:15px;
	background: #000 url(../images/ajax-loader.gif) no-repeat 10px 50%;
	opacity: 0.7;
	z-index:9999;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

.flipCatalogueInfo
{
    background:none repeat scroll 0 0 #F8F8F8;
    border-bottom:1px solid #E5E5E5;
    padding:10px;
}

.flipCatalogueDate
{
    float:left;
    clear:both;
    color:#999;
    font-size:10px;
}

.flipCatalogueDescription
{
    float:left;
    clear:both;
    margin-top:5px;
}

.cataloguePage
{
    box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
}

.booklet .b-page-blank 
{
    background-color: #EEEEEE;
}

/* Catalogue Slider */


.slides_container 
{
    width:100%;
    /*height:600px;*/
}
            
.slides_container div 
{
    display:block;
}

#topNext,
#topPrev
{
    display:block;
    width:60px;
    background-color:#000;
    color:#ccc;
    cursor:pointer;
    font-size:11px;
    height:20px;
    padding:10px 0 0;
    text-align:center;
    display:none;
    text-decoration:none;
}

#topNext
{
    float:right;
}

#topPrev
{
    float:left;
}


        
/* Tab Menu */

.tabdiv 
{
	float:right;
	clear:both;
	margin-top: 20px;
}

#TabMenu ul
{
	margin-right: 12px;
}

#TabMenu ul li
{
	background-color:#ccc;
	margin-left: 8px;
}

#TabMenu ul li a, 
#TabMenu ul li a:visited 
{
    color:#333;
	padding:6px 9px 5px;
}

#TabMenu ul li a:hover 
{
    color: #999;
}

/* MENU   
----------------------------------------------------------*/

div.menudiv
{
    position: relative;
    clear: both;
    background: url('../images/bg_menu.png');
    background-repeat: repeat-x;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 30px;
}

div.menu
{
    position: relative;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	list-style: none;
    padding-top: 5px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

div.menu ul.level1 > li
{
    display: inline;
}

div.menu ul li
{
    padding: 0px 10px 0px 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;
}

/* FOOTER   
----------------------------------------------------------*/

div.footer
{
    bottom: 0;
    clear: both;
    background: url('../images/bg_menu.png');
    background-repeat: repeat-x;
    padding: 0;
    margin: 0;
    width: 100%;
    float: left;	   
    height: 20px;
    position: absolute;
}

div.footermenudiv
{
    float:right;
}

div.footermenu
{
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    list-style: none;
    padding-top: 3px;
}

div.footermenu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

div.footermenu ul.level1 > li
{
    display: inline;
}

div.footermenu ul li
{
    padding: 0px 10px 0px 10px;
}

div.footermenu ul li a, div.footermenu ul li a:visited
{
    text-decoration: none;
    white-space: nowrap;
    color: #FFF;
}

div.footermenu ul li a:hover
{
    color: #CCC;
    text-decoration: none;
}

div.footermenu ul li a:active
{
    color: #999;
    text-decoration: none;
}


/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 2px;
}

fieldset.invisible
{
    background: none; 
    border: none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

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;
}

.dialogPanel
{
	padding:10px 5px;
	float:left;
	clear:both;
	width: 100%;
}

.dialogPanel > h3
{
	margin-bottom:10px;
}

.dialogPanel .button
{
	margin:10px 0;
}

.formLabel
{
	width:150px;
	float:left;
}

.inputContainer
{
	clear:both;
	float:left;
	margin: 3px 0;
}

.fieldlabel, .fieldentry
{
	display: inline;
}

.fieldlabel
{
	padding-left: 5px;
}

#request .left
{
	float: left;
	width: 25%;
}

#request .right
{
	text-align: left;
	float: right;
	width: 74%;
}

#request .field
{
	width: 100%;
	float: left;
	background-color: #ccc;
	line-height: 18px;
	margin-bottom: 10px;
}

/* password change dialog */



/* 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%;
    float: left;
    text-align: left;
    clear: both;
}

/* 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;
}

input.textEntry 
{
    border: 1px solid #ccc;
	padding: 3px;
}

input.textLong 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.textMedium
{
    width: 140px;
    border: 1px solid #ccc;
}

input.textShort
{
    width: 70px;
    border: 1px solid #ccc;
}

/* This can be used to position buttons on a form */

.buttonPanelFieldSet
{
    clear: both;
	float: left;
	padding-top: 5px;
}

.buttonPanel
{
    padding-top: 10px;
}

.subFieldSet
{
	width:600px;
}

.productCodesTable
{
    border-top:1px solid #CCCCCC !important;
    margin-top:20px;
    padding-top:5px;
}

.productCodesTable th
{
	text-align:left;
}

span.clearCb input
{
    position: static;
    display: inline;
    float: none;
    border: none;
    vertical-align: middle;
}

span.clearCb label
{
    position: static;
    display: inline;
    float: none;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 3px 4px;
}

div.accountInfo
{
    width: 92%;
}

/* My Account */

.AddressBookHeader
{
    width:100%;
}

.addressBookEntry
{
    background-color:#F8F8F8;
    border:1px solid #DDD;
    float:left;
    margin:10px 10px 0 0;
    width:300px;
}

.addressBookEntryHeader
{
    background-color:#F6F6F6;
    border-bottom:1px solid #DDD;
    color:#777777;
    height:20px;
    padding-top:5px;
    text-align:center;
    width:100%;
    position:relative;
}

.addressBookEntryBody
{
    padding:20px 10px;
    border-top:1px solid #FFF;
    border-bottom:1px solid #DDD;
}

.addressBookEntryFooter
{
    border-top:1px solid #FFF;
}

.headerIcons
{
    position: absolute;
    right: 10px;
    top: 5px;
}

.addressBookLine
{
    float:left;
    clear:both;
    margin-bottom:5px; 
    width:100%;
}

.addressBookLabel
{
    margin-top:4px;
    float:left;
}

.addressBookTextBox
{
    width:200px;
    float:right;
}

.optionsRow
{
    clear:both;
    float:left;
    padding:5px 0;
    width:100%;
    background-color:#e8e8e8;
    border-bottom:1px solid #ccc;
}

.controlsRow
{
    clear:both;
    float:left;
    padding:5px 0;
    width:100%;
    border-top:1px solid #fff;
}

.options
{
    float:right;
    padding:0px 10px;
}

.controls
{
    float:right;
    padding:10px;
}


/* login  
----------------------------------------------------------*/


.loginDisplay
{
    position: relative;
    float: right;
    font-size: 1.1em;
    padding: 10px;
}

.loginDisplay a:link
{
    color: black;
    white-space:nowrap;
}

.loginDisplay a:visited
{
    color: black;
}

.loginDisplay a:hover
{
    color: black;
}

.loginDisplay .ico-login
{
	background: url('../images/ico-login.gif') no-repeat;
	padding-left: 20px;
}

.loginDisplay .ico-logout
{
	background: url('../images/ico-logout.gif') no-repeat;
	padding-left: 20px;
}

.loginDisplay .ico-cart
{
	background: url('../images/ico-cart.gif') no-repeat;
	padding-left: 20px;
}

.loginDisplay .ico-favourites
{
	background: url('../images/ico-favourites.gif') no-repeat;
	padding-left: 20px;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
    clear: both;
    padding-top: 10px;    
}

.successNotification
{
    font-size: 1.2em;
    color: Green;
}

.generalNotification
{
    font-size: 1.2em;
    padding-top: 10px;
    display: block;
}

.bold
{
    font-weight: bold;
}

/*
.bg-tl
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 11px;
    height: 11px;
    background: url('../images/bg_corner_tl.png')
}

.bg-tr
{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 11px;
    height: 11px;
    background: url('../images/bg_corner_tr.png')
}

.bg-br
{
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 11px;
    height: 11px;
    background: url('../images/bg_corner_br.png')
}

.bg-bl
{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 11px;
    height: 11px;
    background: url('../images/bg_corner_bl.png')
}
*/

.catalogueFolderNavigationContainer
{
    position: relative;
	/*background: url('../images/bg_fill.png') repeat;*/
	margin-bottom: 5px;
}

.catalogueFolderNavigationContainer .heading
{
    position: relative;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    padding: 10px 11px 0px 11px;
    margin: 0px;
}

.catalogueFolderNavigation
{
    position: relative;
    list-style: none;
    padding: 0px 11px 15px 11px;
    margin: 0px;
	white-space: normal;
	display: block;
}

.catalogueFolderNavigation a
{
	white-space: normal;
	display: block;
}

.catalogueFolderNavigation .active
{
	font-weight: bold;
}

.catalogueFolderNavigation .inactive
{
}

.webcart-summary-div
{
    position: relative;
	background: url('../images/bg_fill.png') repeat;
	margin-bottom: 5px;
}

.webcart-summary-div .heading
{
    position: relative;
    color: White;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    padding: 10px 11px 5px 11px;
    margin: 0px;
}

.webcart-summary-div .webcart-summary
{
    position: relative;
    list-style: none;
    padding: 0px 11px 15px 11px;
    margin: 0px;
	white-space: normal;
	display: block;
    color: White;
}

.webcart-summary-div a
{
	color: White;
}

.webcart-control-icon
{
    float:right;
    margin-left:10px;
    background: url('../images/comment_sprite.png')  0px -18px no-repeat;
    cursor: pointer;
    border: 0 none;
    width: 16px;
}

.webcart-control-icon:hover
{
    background-position: -18px -18px;
}

.webcart-control-icon.has-comment
{
    background: url('../images/comment_sprite.png')  0px 0px no-repeat;
}

.webcart-control-icon.has-comment:hover
{
    background-position: -18px 0px;
}

.web-cart-comment-textbox
{
    background-color:#fff;
    border:1px solid #ccc;
    padding:2px;
    width:340px;
}

.webcart-comment-icon
{
    float:right;
    padding-right:5px;
    padding-top:3px;
	zoom:1;
	filter:alpha(opacity=20);
	opacity:0.2;
	background: url('../Images/comment.png') no-repeat;
	width:16px;
	height:16px;
	margin-top:5px;
}

.cart_dsc .button
{
    padding:1px 4px;
    float:right;
}

.comment-template
{
    visibility:hidden;
    height:0px;
}

/* Slider */

#main-banner
{
    clear:both;   
}

/* Generic table */

.webTable
{
    width: 100%;
	padding-bottom: 30px;
	border-collapse: collapse;
	text-align: center;
	vertical-align: middle;
	float:left;
}

.webTable tr th
{
    background-color:#444444;
    background-repeat:repeat-x;
    color:#EEEEEE;
    font-weight:normal;
    padding:5px;
}

.webTable tr th a
{
    color:#EEEEEE;
}

.webTable tr td
{
    padding:8px;
}

.webTable .code
{
    color: #333;
}

/* Cart table */

.cart
{
	width: 100%;
	padding-bottom: 30px;
	border-collapse: collapse;
	text-align: center;
	vertical-align: middle;
	float:left;
}

.cart tr th
{
	font-weight: bold;
	background-color: #696969;
	color: White;
}

.cart tr td
{
    border-bottom: 1px dotted gray;
}

.cartControls
{
	float:left;
	clear:both;
	padding:10px 0;
}

.cartAdditions
{
	float:left;
	clear:both;
}

.cartAdditionsTag
{
    float:left;
    line-height:1.5;
    padding:2px 5px;
    text-align:left;
    width:100px;
}

.cartAdditionsPanel
{
	float:left;
	clear:both;
	padding:5px 0 0 0
}

.new_user_permission
{
    margin-left:10%;
}

.maintenance
{
	width: 100%;
	border-collapse: collapse;
	vertical-align: middle;
	margin-top: 5px;
}

.maintenance tr th
{
	font-weight: bold;
	background-color: #696969;
	color: White;	
}

.maintenance tr td
{
    border-bottom: 1px dotted gray;
    padding-bottom: 5px;
}

.left
{
    text-align: left;
}

.right
{
    text-align: right;
}

.centre
{
    text-align: center;
}

.cataloguefolder-list
{
	clear: both;
}

.cataloguefolder-list .item
{
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
    text-align: center;
	border: solid 1px rgb(232, 230, 210);
    width: 150px;
}

.qtyTextBox
{
    border:1px solid #ccc;
    text-align:center;
    width:30px;
}

.nothing-found
{
	margin-left: 10px;
}

table.shippingAddressList > tbody > tr > td
{
    padding-top: 5px;
    padding-bottom: 10px;
}

.invisibletable
{
    background: none; 
    border: none;
}

/**/
.myaccount-header 
{
	margin-top: 0px;
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

div.myaccount-tabs
{
    padding: 0px;   
    margin-top: 5px;     
}

div.myaccount-tabs table
{
    margin: 0px;
    padding: 0px;
}

div.myaccount-tabs ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

div.myaccount-tabs ul li
{
    display: inline;
}

div.myaccount-tabs ul li a
{
    border: 1px solid rgb(232, 230, 210);
    padding: 5px 5px 0;
}

div.myaccount-tabcontents
{
	border: solid 1px rgb(232, 230, 210);
}

.balances .line
{
   float: left;
}

.balances .label
{
	float: left;
}

.balances .value
{
	float: left;
	width: 5em;
	padding-left: 0.5em;
}

.accountbalancevalue
{
	float: left;
	width: 10em;
	clear: left;
}

/**/
div.tabs
{
    margin: 0px;
    padding: 0px;        
}

div.tabs table
{
    margin: 0px;
    padding: 0px;
}

div.tabs ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

div.tabs ul li
{
    display: inline;
}

div.tabs ul li a
{
    border: 1px solid rgb(232, 230, 210);
}

div.tabcontents
{
	border: solid 1px rgb(232, 230, 210);
}

div.tabcontents div.content-page
{
    padding: 10px 10px 5px 10px;    
}

div.tabcontents div.content-editor
{
    padding: 5px 10px 5px 10px; 
    clear:both;	
}

div.branchselector
{
    padding-bottom: 0.5em;
    padding-top: 0.5em;
}

.labelStyle
{     
    text-align: right;
    width: 1000px;
}

fieldset.OrderDetails
{
    width: 40em;
    float:left;
}

div.OrderDetails
{
    clear: both;
    float: left;
    padding-top: 6px;
    padding-bottom: 25px;
}

div.ProdFavButton
{
    padding-top: 10px;
}

.accordion 
{  
    width: 400px;  
    font-size: 12px;
}

#MainContent_ViewTransactionsPanel table td:nth-child(2), #MainContent_ViewTransactionsPanel .right
{
    white-space: nowrap;
}

          
.accordionHeader 
{  
    background:url("../images/accord_close_rpt_x.png") repeat-x scroll top left transparent;
    font-family: "Arial";
    border: medium none;   
    height: 15px;
    font-variant: small-caps;
    color: white;      
    font-weight: bold;  
    padding:15px 10px;
    margin-top: 0px;  
    cursor: pointer;  
}  
          
.accordionHeaderSelected 
{  
    background:url("../images/bg_menu.png") repeat-x scroll top left transparent;
    font-family: "Arial";
    border: medium none;  
    height: 15px;        
    font-variant: small-caps;    
    font-weight: bold;  
    padding:5px 10px;
    margin-top: 0px;  
    cursor: pointer;  
    color: white;
}          
          
.accordionContent 
{  
    background-color: #FEFEFE;  
    border: 1px none #2F4F4F;      
    font-family: "Arial";
    border-top: none;  
    padding: 5px;  
    padding-top: 10px;  
}  

.noticeList
{
    padding-top: 10px;
}

.notice
{
    background-image: url('../images/note.png');
    background-repeat: no-repeat;
    font-size: 1em;
    font-style: italic;
    padding: 5px 10px 0px 10px;
    margin: 0px 20px 15px 0px;
    width: 165px;
    height: 215px;
}

.noticeText
{
    max-height: 205px;
    overflow: hidden;  
}

.page_border_left
{    
}

.page_border_right
{    
}

.page_border_top
{    
}

.page_border_bottom
{
}

.buttonAddList
{
    float: right;
}

.customersearch
{
	width: 100%;
    border-collapse: collapse;
	text-align: left;
	vertical-align: middle;
}

.customersearch .head
{
	font-weight: bold;
	background-color: #696969;
	color: White;
    height: auto;
	padding: 0px;
	border-right: 0px;
	width: 100%;
}

.customersearch .row, .customersearch .code, .customersearch .name
{
    float: left;
}

.customersearch .row
{
    clear: both;
    padding-top: 3px;
    padding-bottom: 3px;
    border-bottom: 1px dotted gray;
    width: 100%;
}

.customersearch .code
{
    width: 10%;
}

.customersearch .name
{
    width: 75%;
}

.customersearch .select
{
    float: right;
    width: 15%;
}

.customersearch 
{    
    border-left:0px;
    border-right:0px;
    border-top:0px;
    border-bottom: 1px dotted gray;
    padding-bottom: 5px;
}

.customersearch tr th.buttons, .customersearch tr td.buttons
{    
    text-align: right;
}

.customerpopup TABLE
{
   border: #060F40 1px solid;
   color: #060F40;
   background: White;
   padding:5px 5px 5px 10px;
}
  
.customercode
{
  color:Blue;
  text-decoration:underline;   
  cursor:pointer;
}

.button-panel-edit-account
{
    clear: both;
	float:left;
    padding:10px 0 10px 5px;   
}

.head
{
	font-weight: bold;
	background-color: #696969;
	color: White;
	height: 30px;
}

.item, .head
{
	display: inline;
	float: left;
	padding-top: 3px;
	padding-bottom: 3px;	
}

.cart_rem
{
	width: 7%;
	padding-left: 1%;
	text-align: center;
}

.cart_grp
{
	width: 10%
}

.cart_prd
{
	width: 15%
}

.cart_spn
{
    display: none;
}

.cart_dsc
{
	width: 40%
}

.cart_stock
{
    width: 0%
}

.cart_avail
{
    width: 0%
}

.cart_prc
{
	width: 7%
}

.cart_siz
{
	width: 7%
}

.cart_qty
{
	width: 6%;
	padding-left: .5%;
	padding-right: .5%;
}

.cart_tot
{
	width: 12%;
	padding-right: 1%;
}

.cart_row
{
    border-bottom: 1px dotted grey;
	clear: both;
	overflow: hidden;
	width: auto;
}

.cart_total, .cart_subtotal, .cart_voucher_item
{
	float: right;
	clear: both;
	width: 25%;
	overflow: hidden;
	padding-right: 1%;
	padding-bottom: 10px;
	display: block;
}

.cart_total > .label, .cart_subtotal > .label, .cart_voucher_item > .label
{
    float: left;
	font-weight: bold;
}

.cart_sum_total, .cart_sum_subtotal, .cart_voucher_amount
{
	float: right;
}

.cart_voucher_entry
{
    padding-top: 10px;
    float: left;
}

.cart_voucher_item
{
	color: red;
}

.cart_qty_controls > input
{
	width: 50px;
}

.join
{
    border-top: 1px solid black;
}

.cart_ship, .chkout_ship
{
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.textMultiLineLabel 
{
    padding-bottom: 5px;
    display: block;
}

.textMultiLine 
{
    width: 98%;
}

/* Breadcrumb */

.breadcrumb
{
	height:32px;	
	margin:0px;
	background-color:transparent;
}

.breadcrumb a
{
    float:left;
    padding:7px 15px;	
	text-decoration:none;
	color: Blue;
}

.breadcrumb a:hover .breadcrumb a:visited
{	
	color: Blue;
}

.breadcrumb a.selected
{
    font-weight:600;
}

.breadcrumbArrow
{
	float:left;
	background-image:url('../images/bread_crumb_arrow.png');
	background-repeat:no-repeat;
	width:16px;
	height:27px;
}

/* Search */

div.search
{
	position: relative;
	float:right;
	clear:both;
	margin-top: 10px;
	height:40px;
}

#TextBoxSearch
{
	height:20px;
	width:200px;
	float:left;
}

#ButtonSearch
{
	float:right;
}


/* DATA PAGER  
----------------------------------------------------------*/

.dataPager
{
    float:left;
    padding:20px 0;
    width:100%;
}

.dataPager div
{
	padding:0;
}

.dataPager a
{
	text-decoration:none;	
	padding:0 2px;
}

.dataPagerSizes
{
    float:right;
}

.dataPagerLinks
{
    float:left;
}

/* Auto Complete  
----------------------------------------------------------*/

.autocomplete_completionListElement
{
    padding:5px 0px;
    background-color:#f8f8f8;
    border-radius: 0px 0px 6px 6px;
    box-shadow:0px 3px 4px rgba(0,0,0,0.3);
    cursor:pointer;
}

.autocomplete_listItem
{
    padding:5px;
    color:#333;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #fff;
}

.autocomplete_highlightedListItem
{
    padding:5px;
    color:#eee;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #fff;  
    background-color:#333;
}

/* MISC  
----------------------------------------------------------*/

.submitMsg
{
    
}

.button
{
    font-size: 12px;
    padding: 0;
    font-family: "Arial";
}

.clear,
.clr
{
	clear:both;
}

.clrFix 
{
    overflow: hidden; /* Clearfix! */
    display: inline-block; /* Necessary to trigger "hasLayout" in IE */
    display: block; /* Sets element back to block */
}

/* Content Manager 
----------------------------------------------------------*/
div.tabs .tab-page-header
{
    padding: 3px 10px 3px 10px;
}
.upload-image
{
	padding-top:10px;	
}

.image-viewer .success
{
	color: Green;
	padding-bottom: 5px;
}

.banners-drop-down
{
    clear: both;    
    float: left;
}

.banner-upload-control-container
{    
    padding-left: 5px;
    margin-top: -7px;
    float: left;
}

#tblBanners
{
	padding-top: 5px;
	padding-bottom: 5px;
}
#tblBanners tr td
{	
	padding-bottom: 5px;
}

.banner-list
{
	clear:both;
	float: none;
	padding-top: 10px;
	padding-bottom: 10px;
}

.banner-list .banner-list-header, .upload-image .banner-list-header, .upload-banner .banner-list-header
{
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}

.modalBackground
{
    background-color: #F0FFF0;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup
{       
    display: block; 
    border-width: 1px;
    border-style: solid;
    border-color: Gray;
    padding: 20px;
    width: 275px;
	background-color: #f0f0f0;
	z-index: 9999;
	position: absolute;
	top: 50%;
	left:50%;

}

.upload-image-label
{
	border: 1px solid #CCCCCC;
	background-color: #f0f0f0;
	padding: 5px;
	cursor: default;
}

.banner-list-image
{
	height: auto;
	min-width: 50px;
	min-height: 50px; 
}

.banner-list-logo
{
	width: auto;
	height: auto;
	min-width: 25px;
	min-height: 25px; 
}

.customersearch tr td.custom-column-width, .customersearch tr th.custom-column-width
{
	width: 15%;
}

.content-heading
{
    padding-top: 10px;   
}

.content-wrap
{
    padding-top: 10px;        
}

.content-button-panel
{
   padding: 10px 0 25px 10px;
}

div.checkout-payment-info
{
    clear: both;
    float: left;    
}

div.giftvoucher-payment-info
{
    float: left;    
    padding-left: 10px !important;   
}

div.shipping-instructions-info
{
    clear: both;
    float:left;	
    padding: 15px;
}

div.shipping-instructions-info .shipping-instructions-label
{
    clear: both;
    float:left;	
}

div.shipping-instructions-info .shipping-instructions-text
{   
    float:left;	
}
.taxnote
{
	clear:both;
	float:left;
	color:black;
	margin-top:10px;
}

.button-panel
{
    padding-top: 10px;
    padding-bottom: 5px;    
}

.buttons
{
    text-align: right;    
}

.static-content
{
    padding-left: 5px;    
    padding-top: 10px;
    padding-right: 5px;    
}

.error-text-big
{
    font-size: 20px;
    font-weight: bolder;
    text-align: center;    
    padding-top: 10px;
}

.error-text-small
{
   text-align: center;    
   padding-top: 10px;
    font-size: 14px;
}

.error-details
{
    text-align: left;    
    padding-top: 10px;
}

.error-details li
{
    list-style-type:none;
    margin-bottom:5px;
}

.error-link
{
    padding-top: 20px;
    text-align: center;    
}

.error-button
{
    text-align: center;    
    padding-top: 5px
}

.error-image
{    
    background-image: url('../images/symbol-error.png');	    
    background-repeat: no-repeat;
    background-position: center center;
    height: 100px;    
    margin-top: 50px;   
}

.error-message-wrapper
{
    float:left;
    clear:both;
}

/*Image List*/
.banner-image-list .banner-image-container.grid,
.image-list .image-container.grid
{
    float: left;
	width: 140px;
	margin: 5px;
}

.banner-image-list .banner-image-container.grid .banner-image-details,
.image-list .image-container.grid .image-details
{
    float: left;
    padding: 10px 0 0;
    width: 100%;
}

.banner-image-list .banner-image-container.grid .banner-image-wrapper,
.image-list .image-container.grid .image-wrapper
{
    float: left;
    height: 150px;
    width: 100%;
}

.banner-image-list .banner-image-container.grid .banner-image-wrapper .banner-image-field,
.image-list .image-container.grid .image-wrapper image
{
	max-width: 180px;
	max-height: 120px;
}

.banner-image-list .banner-image-container.grid .button-pannel,
.image-list .image-container.grid .button-pannel
{
	float:left;
	clear: both;
	width:94px;
	padding:5px 5px 6px 0;
}

.banner-image-list .banner-image-container.grid .title,
.image-list .image-container.grid .title 
{
	float: left;
	clear: both;
	padding-top: 5px;
	text-align: center;
    width: 90%;
    word-wrap: break-word;
}

.image-list
.banner-image-list
{
	clear:both;
	float: none;
	padding-top: 10px;
	padding-bottom: 10px;
}

.image-list .image-list-header,
.banner-image-list .banner-image-list-header,
.document-list .document-list-header
{
    clear: both;
	font-size: 12px;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 10px;
}

.image-upload-control-container
{
    clear: both;    
    padding-left: 5px;
    padding-top: 10px;
}

/*Image Popup*/
.loading 
{
    background: url("../images/loading.gif") no-repeat scroll 50% 50% transparent;
}

.popupMask
{
	z-index:50;
	background:url(../images/mask.png) repeat center center transparent; 
	width:100%;
	height:100%;
	display:none;
	top:0;
	left:0;
	position:fixed;
}

.popupLoading
{
	display:none;
	width:100%;
	height:100%;
	background:url(../images/loading.gif) no-repeat scroll center center transparent; 	
}

.popup-img
{
  display: none;
  position: absolute;
  padding: 10px;
  background: #fff;
  color: #000000;
  border: 1px solid #ccc;
  z-index: 60;
  min-height: 700px;
  min-width: 850px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.popupThumb
{
	float: left;
	padding: 2px;
	min-height: 50px;
}

.popup-img .pop-img
{
    clear: both;
    float: left;
	width: 98%;
	text-align: center;
	min-height: 200px;
}

.popup-img .img-des
{
    position:absolute;
	bottom: 10px;
}

.popup-img .title,
.popup-img .type,
.popup-img .height,
.popup-img .width,
.popup-img .direct-link,
.popup-img .html-code,
.popup-img .full-image-link
{
    clear:both;
    float:left;
	width:auto;
	padding:3px 5px;	
}

.popup-img .size,
.popup-img .dimensions
{
    float:left;
    padding-left: 7px;
    padding-top: 4px;
    width: auto;
}

.closePopupDialog
{	
    color:#000000;
    font-size:16px;
    line-height:10px;
    padding:5px;
    position:absolute;
    right:0;
    text-decoration:none;
    top:0;
}

input.dimensions-inputs,
input.dimensions-inputs-width,
input.dimensions-inputs-height
{
    width: 40px;
    border: 1px solid #ccc;
}

.popup-img .popup-label
{
    width: 80px;  
    clear: both;  
    float: left;
}

.label-html-code,
.label-direct-link
{
 width: 650px;
 border: 1px solid #ccc;
}

.uppercase
{
    text-transform: uppercase;
}

/* Social Media */

.socialMediaPanel
{
    clear:both;
    float:left;
    width:100%;
    margin:20px 0px;
}

.socialLink
{
    background-color:#f8f8f8;
    border:1px solid #D9D9D9;
    border-radius:6px 6px 6px 6px;
    float:left;
    margin:0 5px 0 0;
    padding:5px;
}

.socialLink .facebook
{
    padding:0px;
}

.socialLink .google
{
    padding:0px;
}

.socialLink .twitter
{
    padding:0px;
}


/*Checkout - payment methods*/
.cc-type-label, .cc-holder-label, .cc-number-label, .cc-cvv-label, .dd-bank-label, .dd-bsb-label, 
.dd-account-label, .cc-expiry-label
{
    padding-left: 20px;  
    clear: both;
    float: left; 
    width: 90px; 
    padding-top: 5px;
}

.cc-type, .cc-holder, .cc-number, .cc-cvv, .cc-expiry 
{
    float: left;
    padding-top: 5px;
}

.payby-phone-no 
{
	padding-left: 20px;  
    clear: both;
    float: left; 
    width: 150px; 
    padding-top: 5px;
}

.cc-expiry-month-label, .cc-expiry-month, .cc-expiry-year-label, .cc-expiry-year 
{
	float: left;
	padding-right: 5px;
}
    
.mandatory-field
{
    color: Red;    
    float: left;
    padding-left: 5px;
    padding-top: 6px;
}

.cc-exp-month, .cc-exp-year
{
    padding-right: 10px;    
    float: left; 
}

.cc-exp-month-label, .cc-exp-year-label
{    
    padding: 0px 5px 0px 0px;
    float: left; 
}

.dd-bank, .dd-branch, .dd-bsb, .dd-account
{
    float: left;
    padding-left: 5px;
}

.securepay-logo, .paypal-logo, .dps-logo
{
    float: left;
    text-align: center;    
    padding-right: 15px;        
}

#paymentMethod
{
    float: left;
}

#paymentAmount
{
    float: right;
}

#MainContent_PaymentGatewayLogoContainer
{
    clear: both;
    display: block;
}

#PayAccount .failureNotification
{
	display: block;
	padding-top: 0px;
	padding-bottom: 5px;
}

.salutation, .firstname, .lastname, .line1, .city, .state, .zip, .country, .phone, .email, .amount-to-pay, .pay-by-phone
{
    float: left;    
}

.reference
{
    float: right;
    width: 50%;   
    padding: 10px 0px 5px 0px;    
}
.current-order
{
   width: 47%;     
   float: left;
   font-size: 1.2em;
   color: #666666;
   font-variant: small-caps;
   text-transform: none;
   font-weight: 200;
   padding: 10px 0px 5px 0px;   
}

.shipping-address
{
   width: 50%;     
   float: right;
   padding: 5px 0px 10px 0px;
}

.billing-address
{
   width: 47%;     
   float: left;
   padding: 5px 0px 10px 0px;
}

div.courier-label 
{
    float: left;
	clear: both;	
}
.courier
{
    float: left;
    padding-top: 5px;    
}

div.shipping-method-label 
{
	float: left;
	clear: both;
}

.robots-default, .robots-add-edit, .robots-list, .robots-links
{
    border: 1px solid  #ccc;
    padding: 5px 0px 5px 10px;
    margin: 5px 0px 5px 0px;
}

.robots-default td, .robots-add-edit td
{
    padding: 3px 0px 3px 10px;
    vertical-align: middle;
}

.robots-list td, .robots-list th
{
    padding: 3px 3px 3px 3px;
}

.folders-pages
{
    float: left;    
}

.reference-note
{
    clear: both;
    float: left;
    font-size: 10px;
    font-style: italic;
    color: Gray;
    padding-top: 5px;
}

.robots-list
{
    border: 1px solid  #ccc;
    padding: 5px 0px 5px 10px;    
    width: auto;
    height: auto;
}

.robots-list-table
{
	width: 95%;
	padding-bottom: 30px;
	border-collapse: collapse;	
	vertical-align: middle;	
}

.robots-list-table tr th
{
	font-weight: bold;
	background-color: #696969;
	color: White;
	text-align: left;
}

.robots-list-table tr td
{
    border-bottom: 1px dotted gray;
}

.robots-links a
{
    padding: 10px 155px 10px 0px;    
}

.notifications
{
    float: left;
    clear:both;    
}

.transparent 
{
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.divide
{
    border-bottom:1px solid #eee;
    width:100%;
    clear:both;
    float:left;
    margin:10px 0;
}

.login-error-msg
{
	font-size: 1em;
    color: Red;
    clear: both;
    padding: 5px; 
    border: 1px solid Red;
    background-color: #F2D8E2;
}

.productDocumentLinks ul
{
    margin-top: 5px;
}

.productVideo
{
    clear: both;
}

.productVideo>span
{
    clear: both;
    float: left;
    padding-bottom: 10px;
}

.productVideo>iframe
{
    clear: both;
    float: left;
}

.voucher-remove-icon
{
    float:right;
    background: url('../images/voucher_sprite.png') 0px 0px no-repeat;
    cursor: pointer;
    border: 0 none;
    width: 16px;
}

.voucher-remove-icon:hover
{
    background-position: -18px -0px;
}

div.footermenudiv .edit-icon 
{
     background: url('../images/Edit.png') 0px 0px no-repeat;
}

/*Registration Page*/

div.registration-header
{
    float: left;
    clear: both;	
    padding-top: 7px;
}

div.registration-header .registration-subheader
{
    clear: both;	
    float: left;	
}

div.registration-email 
{
    float: left;	
}

div.registration-email-text
{
    clear: both;
    float: left;
    padding-bottom: 5px;
    padding-top: 5px;	
}

div.promotional-checkbox 
{
    clear: both;
    float: left;	
}

div.registration-field-container 
{
    clear: both;	
    float: left;
    padding: 3px 0px 3px 0px;
    width: 100%;
}

div.registration-field-container .label
{
    clear: both;	
    float: left;	
    width: 14%;
}

div.registration-field-container .value
{    	
    float: left;
    width: 85%;	
}

div.registration-field-container .value .valuefield 
{
    float: left;	
}

div.use-bill-address 
{
	clear: both;
	float: left;
	padding: 5px 0;	
}

div.registration-address-heading 
{
    clear: both;
	float: left;
	margin-top: 5px;
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 5px;	
    font-size: 1.2em;
}

div.userinfo-container
{
    float: left;
	clear: both;
	padding-top: 5px;
	width: 100%;	
}

div.registration-details-container, div.registration-button-container
{
    float: left;
	clear: both;	
	width: 100%;	
}

.loggedInMsg
{
	float:left;	
	padding-right: 5px;
}

.credilimit-confirmation 
{
    clear:both;	
    float: left;	
}

#OrderDetailsHeadings
{
    clear:both;
}

.standardorder-heading .orderDetails_sel
{
	float:right;
	width: 7%;
	text-align: center;
}

.standardorder-heading .orderDetails_grp
{
	width: 8%;
}

.standardorder-heading .orderDetails_prd
{
	width: 10%
}

.orderDetails_spn
{
    display: none;
}

.standardorder-heading .orderDetails_dsc
{
	width: 37%
}

.standardorder-heading .orderDetails_prc
{
	width: 9%
}

.standardorder-heading .orderDetails_qty
{
	width: 7%;
	padding-left: .5%;
	padding-right: .5%;
}

.standardorder-heading .orderDetails_tot
{
	width: 12%;
	padding-right: 1%;
}

.orderDetails_row
{
    border-bottom: 1px dotted grey;	
	overflow: hidden;
	width: auto;
}

.orderDetails_row_alt 
{
    border-bottom: 1px dotted grey;	
	overflow: hidden;
	width: auto;
}

.standardorder-orderDetails_total
{
    float:right;
    padding-right: 75px;
}

.paymentdetails-container 
{
    clear:both;
	float: left;	
}

.giftvoucher-paymentdetails-container
{
    float: left;
    padding-left: 10px !important;   
}

.standardorder-heading 
{
    clear:both;	
}

.order-heading 
{
    clear:both;	
}

.orderDetails_sel
{
	float:right;
	width: 6%;
	text-align: center;
}

.orderDetails_grp
{
	width: 8%;
}

.orderDetails_prd
{
	width: 10%;
}

.orderDetails_dsc
{
	width: 27%;
}

.standardorderDetails_dsc 
{
	width: 37%;
}

.orderDetails_prc
{
	width: 9%;
}

.orderDetails_qty
{
	width: 7%;
	padding-left: .5%;
	padding-right: .5%;
}

.orderDetails_tot
{
	width: 12%;
	padding-right: 1%;
}

.orderDetails_total
{
    float:right;
    padding-right: 8px;
}

.standardorderDetails_total
{
    float:right;
    padding-right: 70px;
}

#OrderDetails .failureNotification
{
    display: block;
}

/*New User Permission*/

.new-user-permission-text 
{
    float:left;	
}

.new-user-permission-label 
{
    clear: both;	
    float: left;	
    width: 14%; 	
}
.new-user-permission-checkbox 
{
    clear:both; 
    float:left;	
}

.new-user-permission-checkbox input 
{
	float:left;	
}

.floatleft 
{
    float:left;	
}

.productContainer.singular .productWeight .productDetailsTag
{
	float:left;
	clear:both;
	padding: 5px 0 5px 0;
}

.productContainer.singular .productWeight .productDetailsValue
{
	float:left;
	padding: 5px;
}

.inlineLogin  .inline_forgotten_password
{
    position: absolute;   
}

.shipping-note 
{
    padding-top: 5px;
    font-weight: bold;	
}

.button-continue 
{
    padding-bottom: 30px;	
}

.payment-info-container 
{
    clear: both;
	float:left;		
}

#PayAccount 
{
    display: block;
    float: left;
    clear: both;
    width: 100%;
    padding-left: 5px;
}

#addressBook .failureNotification.formMessage
{
    float: right;
    width: 200px;
    text-align: left;
}

.charsLeftWrapper
{
    color: gray;
}

.thumblist
{
    clear:both;
}

.thumbnail
{
	float: left;
	padding-left: 5px;
	display: block;	
}

.thumbnail img
{
    border: medium solid white;
    min-height: 50px;
}

.zoomThumbActive img
{
    border: medium ridge grey;
}

.thumbnail-outscroll-left, .thumbnail-outscroll-right
{
    display: none;
}

#leftarrow, #rightarrow
{
    width: 20px;
    height: 50px;
    float: left;
    display: block;
    cursor: pointer;
}

#zoomPrev
{
    float: left;
    height: 100%;
    width: 20px;
    cursor: pointer;
    margin-right: 5px;
}

#zoomNext
{
    float: left;
    height: 100%;
    width: 20px;
    cursor: pointer;
    margin-left: 5px;
}

#zoomPrev, #leftarrow
{
    background:url("../Images/PrevDark.png") no-repeat scroll center center transparent;
}

#zoomNext, #rightarrow
{
    background:url("../Images/NextDark.png") no-repeat center center transparent;
}

#zoomPrev.disabled, #leftarrow.disabled
{
    background-image: url("../Images/PrevLight.png");
    cursor: default;
}

#zoomNext.disabled,#rightarrow.disabled
{
    background-image: url("../Images/NextLight.png");
    cursor: default;
}

.cartsteps
{
    display: none;
}

.nivoSlider {
	position:relative;
	background:url(images/loading.gif) no-repeat 50% 50%;
}

.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

.nivoSlider a:first-child img {
	display: block;
}

/* ROUNDED CORNER TABLE STYLING
----------------------------------------------------------*/

.roundedCornerTableWrapper
{
     border: 1px solid #C3C3C3;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -khtml-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    clear: both;
}

.roundedCornerTableWrapper table
{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.roundedCornerTableWrapper td, .roundedCornerTableWrapper th
{
    border: 1px solid #C3C3C3;
}

.roundedCornerTableWrapper td:first-child, .roundedCornerTableWrapper th:first-child { border-left: none; }
.roundedCornerTableWrapper td:last-child, .roundedCornerTableWrapper th:last-child { border-right: none; }
.roundedCornerTableWrapper tr:first-child th { border-top: none; }
.roundedCornerTableWrapper tr:last-child td { border-bottom: none; }

.roundedCornerTableWrapper tr:first-child th:first-child
{
    -moz-border-top-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -khtml-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
}

.roundedCornerTableWrapper tr:first-child th:last-child
{
    -moz-border-top-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -khtml-border-top-right-radius: 10px;
    border-top-right-radius:10px;
}

.roundedCornerTableWrapper tr:last-child td:first-child
{
    -moz-border-bottom-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -khtml-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.roundedCornerTableWrapper tr:last-child td:last-child
{
    -moz-border-bottom-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -khtml-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

/* MODAL DIALOG STYLING
----------------------------------------------------------*/
#lean_overlay
{
    position: fixed;
    z-index: 1001;/*100;*/
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}

#alert-modal
{
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
    display: none;
    padding-bottom: 2px;
    width: 404px;
    font-family: Arial;
    min-height: 140px;
}

#alert-modal-header
{
    background-color: #D1D1D1;
    border-bottom: 1px solid #CCCCCC;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 15px 10px 5px;
    height: 15px;
}

#alert-modal-header .error
{
    background-color: Red;
    color: White;
    font-weight: bold;
}

#alert-error-modal h2
{
    color: #444444;
    font-size: 2em;
    font-weight: 700;
    margin-bottom: 3px;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
    font-family: Arial;
}

#alert-modal-body
{
    display: block;
    min-height: 40px;
    margin-left: 15px;
    margin-top: 15px;
}

.alert-modal-button-ctn
{
    overflow: hidden;
    padding: 12px 20px 12px 130px;
    width: 254px;
}

.alert-modal-button
{
    background: none repeat scroll 0 0 #3F9D4A;
    border: medium none;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    float: right;
    font-family: Arial;
    font-size: 1.2em;
    font-weight: bold;
    overflow: visible;
    padding: 7px 10px;
    width: auto;
    margin: 10px 10px 6px 0;
    cursor: pointer;
}

.alert-modal-close
{
    background: url("../images/modal_close.png") repeat scroll 0 0 transparent;
    display: block;
    height: 14px;
    position: absolute;
    right: 12px;
    top: 12px;
    width: 14px;
    z-index: 100002;
    cursor: pointer;
}

.ambiance-custom {  
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"; 
	opacity:0.85; 
	background: #000000;
	color: #DDDDDD;
	padding: 10px;
	margin-right: 100px;
	font-weight: bold;
	font-family: "Arial, Helvetica, Verdana, sans-serif";
	z-index: 10;
}

.ambiance-custom a:visited, .ambiance-custom a, .ambiance-custom a:hover
{
	color: #DDDDDD;
}

.ajax__colorPicker>.ajax__colorPicker_container>table td
{
    padding: 0.5px;
    width: auto !important;
}

.gift-voucher-text
{
    margin-left: 5px;
    margin-right: 0px;
}

.gift-voucher-pin-text
{
    margin-left: 5px;
    margin-right: 10px;
    width: 50px !important;
}

.gift-voucher-apply
{
    margin-left: 5px;
    margin-right: 20px;
}

.gift-voucher-list-header
{
    border: solid 2px #336699; 
    margin-top: 15px !important;  
}

.gift-voucher-list-row
{
    background-color: #336699; 
    color: White;
}

.gift-voucher-list-col1
{
    width: 200px !important; 
    text-align: left !important;  
}

.gift-voucher-list-col2
{
    width: 100px !important;   
    text-align: right !important;
}

.gift-voucher-list-alt-row
{
    background-color: #dadada;
}

.gift-voucher-order
{
    width: 100px !important; 
    margin-right: 10px !important;
    text-align: right;
}

.gift-voucher-list-col3
{
    width: 50px !important;
    text-align: center !important; 
    vertical-align: middle !important; 
}

.gift_voucher_panel
{
    margin-bottom: 10px !important;   
}

/* Promo Links */
div.promoContainer
{
	clear: both;
}

/* Recaptcha */
.reCaptchaDisplay
{
	clear:both;
}

.productWatermark
{
    display:none !important;   
}


