﻿/*=======================================================================
	SOUNDVIEW: Base CSS
-----------------------------------------------------------------------*/
@import "../../../_default/css/layouts/Base.css";

/*=======================================================================
	GENERAL
-----------------------------------------------------------------------*/
* { margin: 0; padding: 0; }

body
{
	font: 75% Arial, Verdana, Helvetica, Sans-serif;
	color: #333;
}

/*-- HEADINGS --*/
h1
{
	margin-bottom: 1em;
	padding-bottom: 0.2em;
	font-size: 1.333em;
	font-weight: bold;
	color: #000;
	border-bottom: 1px dashed #ccc;
}

h2
{
	margin-bottom: 1em;
	padding-bottom: 0.2em;
	font-size: 1.333em;
	font-weight: bold;
	color: #000;
	border-bottom: 1px dashed #ccc;
}

h3
{
	margin-bottom: 1em;
	font-size: 1.167em;
	font-weight: normal;
	font-style: italic;
	color: #032e4e;
}

h4
{
	margin-bottom: 1em;
	font-size: 1em;
	font-weight: bold;
	color: #000;
}

h5
{
	margin-bottom: 1em;
	font-size: 1em;
	font-weight: normal;
	font-style: italic;
	color: #000;
}

h6
{
	margin-bottom: 1em;
	font-size: 1em;
	font-weight: normal;
	color: #000;
}


/*-- LINKS --*/
a:hover
{
	color: #0794dc;
}

a,
a:visited
{
	overflow: hidden;
	text-decoration: none;
	color: #08436f;
}

a:hover
{
	color: #08436f;
	text-decoration: underline;
}

a.more
{
	margin-top: 3px;
	padding-left: 8px;
	display: block;
	font-weight: bold;
	background: transparent url(../../images/layout/bullet_arrow-right.gif) 0 4px no-repeat;
}

a img
a:visited img
{
	padding: 0;
	border: none;
}

.cb a
{
	text-decoration: underline;	
}

	.cb a:hover
	{
		text-decoration: none;	
	}

/*-- PARAGRAPHS --*/
p 
{
	margin-bottom: 1em;
	line-height: 1.2;
}

/*-- LISTS --*/
ul
{
	list-style: none;
}

	ul.bullet
	{
		margin-left: 30px;
		list-style: disc;	
	}
	
		ul.bullet li
		{
			margin: 0.3em 0;	
		}

	ul.bullet-line
	{
		margin-bottom: 1em;	
	}
	
		ul.bullet-line li
		{
			padding: 3px 5px 3px 10px;
			background: transparent url(../../images/layout/bullet_arrow-right.gif) 2px 6px no-repeat;
			border-bottom: 1px solid #ddd7ca;
		}
		
.cb ol
{
	margin: 1em 0 1em 30px;	
}

	.cb ol li
	{
		margin: 0.3em 0;
	}

.cb.footer {
    margin-top: 10px;
    padding-top: 200px;
	border-top: 1px dashed #ccc;
    font-size: 0.9em;
}

/*-- MISC --*/
address
{
	font-size: 1em;
	font-style: normal;
}

.grid-overlay
{
	position: absolute;
	left: 32px;
	top: 0;
	display: none;
}

/*=======================================================================
	FORMS: GENERAL ELEMENTS
-----------------------------------------------------------------------*/
input.input-text,
input.input-password,
textarea
{
	padding: 4px;
	color: #373737;
	border: 1px solid #ccc;
}	
	
	/*include JS-applied classes for IE */
	input.focused,
	input.input-text:focus,
	input.input-password:focus,
	textarea.focused,
	textarea:focus
	{
		background-color: #fafafa;
		border-color: #089ae4;
	}

/* TODO: Convert these to classes instead of pseudo-selectors for IE */
input[type="radio"]
{
	margin-right: 5px;
}

input[type="checkbox"]
{
	margin-right: 3px;
}

select option
{
	font-size: 1.1em;
	padding: 2px 2px 2px 4px;
}

label.primary
{
	font-weight: bold;
}

/*-- VALIDATION ERRORS --*/
.validation-errors
{
	margin: 1em 0;
	padding: 12px;
	font-weight: bold;
	color: #f00;
	background-color: #fff1f1;
	border: 1px solid #f00;	
}

	.validation-errors ul
	{
		margin: 10px 0 0 30px;
		list-style: disc;	
	}
	
		.validation-errors ul li
		{
			margin: 0.3em 0;
			font-weight: normal;
			color: #4a4a4a;	
		}
		
/*=======================================================================
	FORMS: PAIRING LISTS
-----------------------------------------------------------------------*/
/*-- PAIRING LIST VERTICAL --*/
li.pairing-vertical label.primary
{
	margin-bottom: 0.2em;
	display: block;
}
	
		li.pairing-vertical label.primary span.required
		{
			font-size: 0.917em;
			font-weight: normal;
			font-style: italic;
		}
		
		li.pairing-vertical label.primary span.optional
		{
			font-size: 0.917em;
			font-weight: normal;
			font-style: italic;
			color: #959595;
		}
		
		li.pairing-vertical label.primary span.pairing-note
		{
			font-size: 0.917em;
			font-weight: normal;
			color: #959595;
		}
		
/*-- PAIRING LIST HORIZONTAL --*/
li.pairing-horizontal label.primary
{
	margin-right: 5px;
	float: left;
}

li.pairing-horizontal .pairing-content
{
	float: left;	
}

	li.pairing-horizontal .pairing-content select option
	{
		font-size: 1.1em;
		padding: 0 2px 0 4px;
	}

/*-- ACTION LIST --*/
div.actionlist
{
	padding-top: 1em;
	border-top: 1px dashed #ccc;
}

table.base div.actionlist
{
	padding: 0;
	border: 0 none;
}

	ul.actions li.action
	{
		margin-right: 12px;
		float: left;
	}
	
		ul.actions li.action-secondary
		{
			padding-top: 4px;
		}
		
/*=======================================================================
	FORMS: ADVANCED SELECTORS
-----------------------------------------------------------------------*/
ul.advanced-selector
{
	margin-bottom: 1em;
	list-style: none;
}

	ul.advanced-selector li
	{
		margin: 0 20px 14px 0;
		width: 198px;
		float: left;
	}

		ul.advanced-selector li dl.item
		{
			padding: 10px 10px 5px;
			width: 176px;
			min-height: 115px;
			border: 1px solid #ccc;
			background-color: #f4f4f4;
		}
		* html ul.advanced-selector li dl.item { height: 115px; }
			
			ul.advanced-selector li dl dt.item-term
			{
				margin-bottom: 0.2em;
				font-weight: bold;	
			}
			
			ul.advanced-selector li dl dd.item-definition
			{
				padding-left: 22px
			}
				ul.advanced-selector li dl dd.item-definition dl
				{
					margin-bottom: 0.5em;
				}
				ul.advanced-selector li dl dd.item-definition dt
				{
					font-weight: bold;
					display: inline;
				}
				ul.advanced-selector li dl dd.item-definition dd
				{
					display: inline;
				}
		
		/*-- HOVER --*/
		ul.advanced-selector li.hover dl.item
		{
			cursor: pointer;
			background-color: #e5e5e5;	
		}
		
			ul.advanced-selector li.hover dl.item label,
			ul.advanced-selector li.hover dl.item input.input-radio
			{
				cursor: pointer;
			}
		
		/*-- SELECTED --*/
		ul.advanced-selector li.selected dl.item
		{
			padding: 8px 8px 3px;
			background-color: #e5e5e5;
			border: 3px solid #666;
		}
		
		/*-- ACTIONS --*/
		ul.advanced-selector li .actionlist
		{
			padding: 0;
			border: none;	
		}
		
			ul.advanced-selector li .actionlist ul li
			{
				width: auto;
				float: left; 	
			}

/*=======================================================================
	MESSAGES (system)
-----------------------------------------------------------------------*/
.messagelist ul.messages
{
	margin: 0.5em 0;
	list-style: none;	
}

	.messagelist ul.messages li.message
	{
		margin: 0.5em 0;
		padding: 1em 44px;
		font-size: 1.167em;
		background: none;
	}
	
		.messagelist ul.messages li.message span
		{
			font-weight: bold;
		}
	
	/*-- INFORMATION --*/
	.messagelist ul.messages li.message-information
	{
		color: #032e4e;
		background: #d8e6f0 url(../../../../_global/images/icons/icon_shoppe/square_dance/gif/24/blue/comment.gif) 10px center no-repeat;
		border: 3px double #fff;
	}
	/*-- AUTHENTICATION REQUIRED --*/
	.messagelist ul.messages li.message-authenticationrequired
	{
		padding: 0.6em 28px;
		font-size: 0.917em;
		color: #333;
		background: #f3f4f5 url(../../../../_global/images/icons/icon_shoppe/square_dance/gif/16/graphite/locked.gif) 6px center no-repeat;
		border: 1px solid #bfcbd4;
	}
	/*-- CONFIRMATION --*/
	.messagelist ul.messages li.message-confirmation
	{
		color: #333;
		background: #f1f1f1 url(../../../../_global/images/icons/icon_shoppe/square_dance/gif/24/orange/minus.gif) 10px center no-repeat;
		border: 2px solid #757575;
	}
	/*-- WARNING --*/
	.messagelist ul.messages li.message-warning
	{
		color: #333;
		background: #fff0e3 url(../../../../_global/images/icons/icon_shoppe/square_dance/gif/24/orange/alert.gif) 10px center no-repeat;
		border: 2px solid #f8891f;
	}
	/*-- ERROR --*/
	.messagelist ul.messages li.message-error
	{
		color: #000;
		background: #fef2f1 url(../../../../_global/images/icons/icon_shoppe/square_dance/gif/24/red/!.gif) 10px center no-repeat;
		border: 2px solid #b61a1a;
	}
	/*-- SUCCESS --*/
	.messagelist ul.messages li.message-success
	{
		color: #333;
		background: #f3ffe9 url(../../../../_global/images/icons/icon_shoppe/square_dance/gif/24/green/check.gif) 10px center no-repeat;
		border: 2px solid #65a63e;	
	}

/*=======================================================================
	ORDER DATA (order review, confirmation, history)
-----------------------------------------------------------------------*/
/*-- SHIPMENTS --*/
.order-data .shipments
{
	/*margin-top: 2em;*/
}

	.order-data .shipments h4
	{
		font-weight: bold;
		color: #333;	
	}
	.order-data ol.shipmentlist
	{
		margin: 0;
		list-style: none;	
	}
	
		.order-data ol.shipmentlist li.shipment
		{
			margin: 0;	
		}
    .order-data .info .meta {}
/*-- SINGLE SHIPMENTS --*/
.order-data .shipments-single h2,
.order-data .shipments-single h3
{
	display: none;
}
	
.order-data .shipments-single .info
{
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px dashed #ccc;
}

	.order-data .shipments-single .info .address,
	.order-data .shipments-single .info .method,
	.order-data .shipments-single .info .meta
	{
		padding: 1em 20px 2em;
		width: 258px;
		min-height: 140px;
		float: left;
		position: relative;
		border-left: 1px solid #ccc;
	}
	.order-data .shipments-single .info .meta textarea {
	    min-height: 103px;
	    width: 334px;
	}
	* html .order-data .shipments-single .info .address,
	* html .order-data .shipments-single .info .method,
	* html .order-data .shipments-single .info .meta { height: 140px; }
	
	.order-data .shipments-single .info .address
	{
		border: none;	
	}
	
		.order-data .info h4 span
		{
			font-weight: normal;
			font-size: 1.167em;
			color: #999;
		}
		
.order-data .shipments-single .items
{
	margin: 1em 0;
	clear: both;
	border-bottom: 2px solid #ccc;	
}
		
/*-- MULTIPLE SHIPMENTS --*/
.order-data .shipments-multiple ol.shipmentlist
{
	margin-bottom: 2em;	
}

	.order-data .shipments-multiple li.shipment
	{
		clear: both;
		border-bottom: 1px dotted #ccc;
	}

	.order-data .shipments-multiple li.shipment-last
	{
		border-bottom: 2px solid #ccc;
	}

		.order-data .shipments-multiple .info
		{
			margin-right: 20px;
			width: 189px;
			float: left;	
			position: relative;
		}
		
			.order-data .shipments-multiple .info h3
			{
				margin: 0;
				padding: 0;
				position: absolute;
				left: -5px;
				top: 0;
				font-size: 50px;
				color: #e5e5e5;	
				z-index: 1;
			}
			
			.order-data .shipments-multiple .info h4
			{
				margin: 0;	
			}
			
			.order-data .shipments-multiple .info .address,
			.order-data .shipments-multiple .info .method,
			.order-data .shipments-multiple .info .meta
			{
				margin-bottom: 1em;	
				margin-left: 25px;
				position: relative;
				z-index: 2;
			}
			
			.order-data .shipments-multiple .info .address
			{
				margin-top: 10px;	
			}

		.order-data .shipments-multiple .items
		{
			width: 481px;
			float: left; 
		}	
	
/*-- TENDERS --*/
.order-data .tenders
{
	border-bottom: 2px solid #ccc;	
}

	.order-data .tenders h2
	{
		margin-bottom: 0.2em;
		font-size: 1em;
		color: #333;
		border: none;	
	}
        .order-data .tenders h2 span {
            font-size: 0.875em;
            font-weight: normal;
            color: #999999;
        }
	.order-data .tenders table.base
	{
		margin-bottom: 0;	
	}
	
		.order-data .tenders table.base thead
		{
			display: none;	
		}

/*-- ORDER TOTALS --*/
.order-data .totals
{
	margin-bottom: 1em;	
}

	.order-data .totals h2
	{
		margin: 0;
		padding: 0.4em 10px 0.2em 0;
		width: 290px;
		float: right;
		text-align: right;
		background-color: #f1f1f1;
		border-bottom: none;
	}

	.order-data .totals .u-miscellaneous-totalstable
	{
	    width: 300px;
	    padding-bottom: 22px;
	    float: right;
		clear: both;
		border: none;
		background: #ffffff;
	}
		
		.order-data .totals .u-miscellaneous-totalstable table
		{
			margin-top: 0;
			width: 300px;
			float: right;
		}

/*=======================================================================
	CSS BUTTONS
-----------------------------------------------------------------------*/
/* top left corner, top edge */
.button 
{ 
	float: left;
	font-weight: bold;
	color: #fff;
	background: #9b8457 url(../../images/buttons/button.gif) left top no-repeat;
	text-decoration: none;
}
	.button * {display: block; text-decoration: none; }
	.button:hover,
	.button:focus { background-image: url(../../images/buttons/button-hover.gif); }
	
	.button:visited,
	.button:hover,
	.button:focus,
	.button:active 
	{
		color: #fff;
		text-decoration: none;
	}

	/* top right corner */
	.button span { padding: 4px 0 0; background: url(../../images/buttons/corners.gif) right top no-repeat;}
		.button:hover span,
		.button:focus span { background-image: url(../../images/buttons/corners-hover.gif); }
	
	/* bottom left corner, left and bottom edges */
	.button span span { padding: 0; background: url(../../images/buttons/button.gif) left bottom no-repeat;}
		.button:hover span span,
		.button:focus span span { background-image: url(../../images/buttons/button-hover.gif); }
	
	/* bottom right corner */
	.button span span span { padding: 0 0 4px; background: url(../../images/buttons/corners.gif) right bottom no-repeat; }
		.button:hover span span span,
		.button:focus span span span { background-image: url(../../images/buttons/corners-hover.gif); }
	
	/* right edge */
	.button span span span span { padding: 0 6px 0 6px; background: url(../../images/buttons/button-offset.gif) right bottom no-repeat; }
		.button:hover span span span span,
		.button:focus span span span span { background-image: url(../../images/buttons/button-offset-hover.gif); }

/*-- BUTTON DESTRUCTIVE --*/
.button-destructive 
{ 
	background: #9b8457 url(../../images/buttons/button-destructive.gif) left top no-repeat;
}
	.button-destructive:hover,
	.button-destructive:focus { background-image: url(../../images/buttons/button-destructive-hover.gif); }

	/* top right corner */
	.button-destructive span { background: url(../../images/buttons/corners-destructive.gif) right top no-repeat;}
		.button-destructive:hover span,
		.button-destructive:focus span { background-image: url(../../images/buttons/corners-destructive-hover.gif); }
	
	/* bottom left corner, left and bottom edges */
	.button-destructive span span { background: url(../../images/buttons/button-destructive.gif) left bottom no-repeat;}
		.button-destructive:hover span span,
		.button-destructive:focus span span { background-image: url(../../images/buttons/button-destructive-hover.gif); }
	
	/* bottom right corner */
	.button-destructive span span span { background: url(../../images/buttons/corners-destructive.gif) right bottom no-repeat; }
		.button-destructive:hover span span span,
		.button-destructive:focus span span span { background-image: url(../../images/buttons/corners-destructive-hover.gif); }
	
	/* right edge */
	.button-destructive span span span span { background: url(../../images/buttons/button-destructive-offset.gif) right bottom no-repeat; }
		.button-destructive:hover span span span span,
		.button-destructive:focus span span span span { background-image: url(../../images/buttons/button-destructive-offset-hover.gif); }

/*-- BUTTON SMALL --*/
/* top left corner, top edge */
.button-small
{
	font-weight: normal;	
}

	/* top right corner */
	.button-small span { padding-top: 2px; }
	
	/* bottom right corner */
	.button-small span span span { padding-bottom: 2px; }
	
	/* right edge */
	.button-small span span span span { padding: 0 3px 0 3px; }
	
	
/*=======================================================================
	TABLES
-----------------------------------------------------------------------*/
/*-- BASE TABLE --*/
table.base
{
	margin-bottom: 1.2em;
	width: 100%;
	border-collapse: collapse;   
}
	table.base th
	{
		padding: 0.5em 4px;
		font-weight: bold;
		text-align: left;
	}
	
	table.base td
	{
		padding: 0.5em 4px;
		text-align: left;
		background-color: #dde4e8;
	}
	
		table.base td.price,
		table.base th.price
		{
			text-align: right;
		}
		
		table.base th.price
		{
			font-size: 1em;
			color: #746f4f;
		}
	
	table.base tr.alt td
	{
		background-color: #fff;   
	}

/*-- GRID TABLE --*/
table.grid
{
	margin: 1.2em 0;
	width: 100%;
	border-collapse: collapse;   
	background-color: #fff;
	border: 1px solid #ccc;
}
	table.grid th
	{
		padding: 0.5em 4px;
		font-size: 1em;
		font-weight: bold;
		text-align: center;
		background-color: #f1f1f1;
		border: 1px solid #ccc;
	}
	
		table.grid th span
		{
			display: block;
			font-weight: normal;
			font-size: 0.917em;	
		}
	
	table.grid td
	{
		padding: 0.5em 4px;
		text-align: left;
		border: 1px solid #ccc;
	}

/*-- LINE ITEMS TABLE --*/
table.lineitems
{
	margin-bottom: 0;	
}

	table.lineitems input.input-text,
	table.lineitems textarea
	{
		padding: 2px 4px;	
	}

	table.lineitems ul.actions li.action-secondary
	{
		padding: 0;	
	}

	/*-- product --*/
	table.lineitems td.column-product .product-image
	{
		margin: 0 10px 10px 0;
		float: left;	
	}

	table.lineitems  td.column-product span.product-fulfillmentsystemid
	{
		display: none;
	}	

	/*-- options --*/
	table.lineitems  td.column-options ul
	{
		margin: 0;
		list-style: none;	
	}

		table.lineitems  td.column-options .u-products-productoptions
		{
			margin-bottom: 1em;	
		}
		
			table.lineitems  td.column-options .u-products-productoptions ul dt
			{
				display: inline; 	
				font-weight: bold;
			}

			table.lineitems  td.column-options .u-products-productoptions ul dd
			{
				display: inline; 	
			}
		
	/*-- quantity --*/
	table.lineitems th.column-quantity,
	table.lineitems td.column-quantity,
	table.lineitems td.column-quantity input.input-text
	{
		text-align: center;
	}
	
	/*-- actions --*/
	table.lineitems th.column-actions,
	table.lineitems td.column-actions
	{
		width: 170px;	
	}



/*=======================================================================
	UI Tabs
-----------------------------------------------------------------------*/
/*-- BASE TAB STYLES --*/
ul.ui-tabs-nav
{
	float: left;
	position: relative;
	bottom: -1px;
	border-left: 1px solid #ccc;
}

	ul.ui-tabs-nav li
	{
		float: left;
	}
	
		ul.ui-tabs-nav li a,
		ul.ui-tabs-nav li a:visited
		{
			padding: 0.3em 9px 0.2em;
			display: block;
			text-decoration: none;
			background: #fff url(../../images/layout/bg_ui-tab.gif) 0 0 repeat-x;
			border: 1px solid #ccc;
			border-left: none;
		}
		
		ul.ui-tabs-nav li.ui-tabs-selected a,
		ul.ui-tabs-nav li.ui-tabs-selected a:visited,
		ul.ui-tabs-nav li.ui-tabs-selected a:hover
		{
			font-weight: bold;
			color: #333;	
			text-decoration: none;
			cursor: default;
			background: none;
			background-color: #fff;
			border-bottom: 1px solid #fff;
		}
	
.ui-tabs-panel
{
	margin-bottom: 1em;
	padding: 0.833em 8px 2em;
	clear: both;
	border: 1px solid #ccc;	
}

.js .ui-tabs-hide
{
	display: none;
}

/*-- ALTERNATE TAB STYLES --*/
.ui-tabs-alt ul.ui-tabs-nav
{
	padding-top: 3px;
	padding-left: 9px;
	width: 611px;
	float: left;
	position: relative;
	bottom: 0;
	border: none;
	z-index: 2000;
}

	.ui-tabs-alt ul.ui-tabs-nav li
	{
		margin-right: 3px;
		float: left;
		font-weight: bold;
		text-align: center;
	}
	
		.ui-tabs-alt ul.ui-tabs-nav li.ui-tabs-selected
		{
			margin-right: 3px;
			margin: 1px 3px -1px 0;
			float: left;
			font-weight: bold;
			text-align: center;
		}
	
		.ui-tabs-alt ul.ui-tabs-nav li a,
		.ui-tabs-alt ul.ui-tabs-nav li a:visited
		{
			padding: 0 0 0 5px;
			display: block;
			color: #fff;
			background: transparent url(../../images/layout/bg_tab-left.gif) left top no-repeat;
			border: none;
		}
		
			.ui-tabs-alt ul.ui-tabs-nav li.ui-tabs-selected a,
			.ui-tabs-alt ul.ui-tabs-nav li.ui-tabs-selected a:visited,
			.ui-tabs-alt ul.ui-tabs-nav li.ui-tabs-selected a:hover
			{
				color: #000;
				background: transparent url(../../images/layout/bg_tab-left.gif) left -606px no-repeat;
				border: none;
			}
			
			.ui-tabs-alt ul.ui-tabs-nav li a:hover
			{
				text-decoration: none;
				background-position: left -303px;
			}
			
		.ui-tabs-alt ul.ui-tabs-nav li span
		{
			padding: 7px 10px 4px 5px;
			display: block;
			background: transparent url(../../images/layout/bg_tab-right.gif) right top no-repeat;
		}
		
		.ui-tabs-alt ul.ui-tabs-nav li a:hover span
		{
			background-position: right -303px;
		}
		
		.ui-tabs-alt ul.ui-tabs-nav li.ui-tabs-selected a span,
		.ui-tabs-alt ul.ui-tabs-nav li.ui-tabs-selected a:hover span
		{
			background-position: right -606px;
		}
		
.ui-tabs-alt .ui-tabs-panel
{
	margin-bottom: 1em;
	padding: 2em 22px;
	clear: both;
	background: #fff url(../../images/layout/bg_content-container.jpg) 0 0 repeat-x;
	border: 1px solid #ccc;
}

#promoss{width:170px; text-align:center;}