﻿/* SalesOrder related styling */

/* Shopping: Products/Default.aspx & Products/Detail.aspx */
.categoryTree {
	padding: 10px;
	float: left;
}

.categoryTree a {
	font-weight: bold;
}

.categoryList {
}

.categoryList li {
	list-style-type: none;
}

.categorySelected a,
.categorySelected {
	text-decoration: none;
	margin: 10px 0 0;
}

.categorySelected li {
	margin: 10px 0 0;
}

.categoryListBrowse {
}

.productCategory {
	text-decoration: none;
}

.productCategory li {
	list-style-type: none;
}

.productList {
}
	
.productList li {
	clear:both;
	list-style-type: none;
}

.cartrow {
	vertical-align: middle;
}

.cartfooter {
	vertical-align: text-top;
}

.cartrow .button {
	display: none;
}

.cartfooter .button {
	display: inline;
}


/* Cart availability */

.availabilityArea {
	display: block;
	text-align: left;
}
.availabilityIssue {
	display: block;
}
.availabilityIssue.Summary {
	display: none;
}
.availabilityIssue.Error.CartItem {
	display: block;
}
.availabilityIssue.Error.Cart {
	display: block;
}
.availabilityIssue.Warning.Cart {
	display: none;
}
.availabilityIssue.Error {
	background: #F7CBCA;
}
.availabilityIssue.Warning {
	background: #F7F7CA;
}
.availabilityIssue.Error.Superseded {
	background: #CBF7CA;
}
.message-info .availabilityIssue.Warning {
	background: transparent;
}

/* Cart checkout */
.seq-map-steps-container  {
	vertical-align: top;
}

/*AutoComplete styling */
ul.autoComplete_completionList 
{  
	background-color: white;
	display:block;
	visibility: hidden;
	margin: 0;
	border: buttonshadow;
	border-width: 1px;
	border-style: solid;
	cursor:pointer;
	overflow: auto;
    text-align: left; 
    list-style-type: none;
	z-index: 1000;
}

ul.autoComplete_completionList li.autoComplete_hover
{
	background-image: none;
	background-color: #f5c281;
	color: black;
	padding: 1px;
}

ul.autoComplete_completionList li.autoComplete_listItem 
{
	background-image: none;
	background-color: white;
	color: black;
	padding: 1px;
}

ul.autoComplete_completionList .code
{
	display:block;
	font-weight:bold;
	margin-top:5px;
	margin-right:5px;
}

ul.autoComplete_completionList .description
{
	display:block;
	margin-right:5px;
}

ul.autoComplete_completionList .highlight
{
	background-color: #ffff99;
	color: black;
}

/*   AutoShip browsing ********************/
.yui-skin-sam .yui-panel .browsePopup.hd {
	color: #000;
}

.yui-skin-sam .yui-panel .browsePopup.bd {
	padding: 10px ;
	background-color: #fff;
	overflow:auto;
}

.yui-skin-sam .yui-panel .browseFooter.ft {
    height:15px;
    padding:0;
	overflow: hidden;
}
.yui-skin-sam .yui-resize .yui-resize-handle-br {
    right:0;
    bottom:0;
    height: 10px;
    width: 10px;
    position:absolute; 
}

.browsePopup .button:link,
.browsePopup .button:visited { /* Top left corner, top edge */
	float:left;
	color:#ddd;
	background:transparent url(Images/YUI/button.gif) no-repeat;
	font:1.0em/1.0 Georgia,serif;
	text-decoration:none;
}

.browsePopup .button {
	padding: 0;
	margin: 5px 0;
}

.browsePopup .button span {
	padding: 3px 0 0;
	background:transparent url(Images/YUI/corners.gif) no-repeat right top;
}

.browsePopup .button span span {
	padding: 0 0 0 3px;
	background:transparent url(Images/YUI/button.gif) no-repeat left bottom;
}

.browsePopup .button span span span {
	padding: 0 0 3px;
	background:transparent url(Images/YUI/corners.gif) no-repeat right bottom;
}

.browsePopup .button span span span span {
	padding: 0px 6px 3px;
	background:transparent url(Images/YUI/button.gif) no-repeat right center;
}

.browsePopup .offer
{
	width:300px;
}

/*   Order summary ********************/
TABLE.data TD.productSeparator {
	font-size: 30%;
}

table.formtable {
	width:90%;
}
