@charset "utf-8";

/* CSS Document */

input.error, .AccordionPanelContent input.error, .AccordionPanelContent select.error, #pcShowLoginFields input.error { 
	color: #CC3333;
	border: 1px solid #CC3333;
	background-color: #FFcccc;
}

.success { 
	/*
	// Uncomment to show the success inputs highlighted
	color: #666666;
	border: 1px solid #CCCCCC;
	background-color: #B8F5B1;
	*/
}

label.error, .AccordionPanelContent label.error, #pcShowLoginFields label.error {
	background: url('images/unchecked.gif') no-repeat 0px 0px;
	display:block;
	position:relative;
	padding-left: 16px;
	margin-left: .3em;
}

label.valid {
	display: none;
}

#acc1 .StatusIndicators {
  float: left;
  width:27px;
  height:27px;
  background:url(/store/pc/images/pc/cartNum1.png) top left no-repeat;
}

#acc1 .ErrorLink {
  float: right;
}


#acc1 .editbox {
	padding: 0 0 6px 10px; 
}

#DiscArea {
	margin: 6px 0px 4px 0px;
}

#PayList td {
	font-size:16px;
}

#PwdArea {
	padding-bottom: 6px;
	margin-bottom: 6px;
	border-bottom: 1px dashed #CCC;
}

#TotalBoxHolder {
	position:absolute;
	bottom:100px;
}

#TotalBoxHolder .TotalBox {
	padding: 0 0 10px 10px; 
	margin-top: 6px;
	margin-bottom: 4px;
	border: 1px solid #EEE; 
	background:#e8e8ff;
	-moz-border-radius: 5pt;
	position:fixed;
}

/* Layout */
/* Main container */

/* Right-Side Order Preview - START
/* Uncomment the following rows to display the order preview  */
/* on the right side of thepage. Change the widths of the two  */
/* layers as needed. To uncomment, add the closing comment tag HERE

	#opcMainContainer {
		width: 620px;
		float: left;
		margin-left: 10px;
		margin-bottom: 20px;
	}
	
	#opcOrderPreviewDIV {
		float: right;
		width: 450px;
		margin-right: 10px;
	}
	
	#opcOrderPreview {
		width: 445px;
	}

/* Right-Side Order Preview - END */

/* Style Shipping Selection Area */
	#opcMainContainer .opcShippingSelect td {
		border-bottom: 1px dashed #999;
	}

/* Style other HTML elements */
#opcMainContainer hr {
	color: #f5f5f5;
	background: #f5f5f5;
	border: 0;
	height: 1px;
	width: 95%;
	text-align: center;
}

/* Style SKU */
#opcOrderPreviewDIV .opcSku {
	font-size: 9px;
	color: #777;
}

/* Login & Guest Checkout Table */

	#pcShowLoginFields2 {
		padding:10px 0px 20px 0px;
		font-size:16px;
		
	}
	#opcLoginTable {
	}
	
	#opcLoginTable td {
		padding: 4px; 
		color:#81776C;
	}
	
	#opcLoginTable .leftCell {
		width: 50%;
		padding:0px;
	}
	
	#opcLoginTable .rightCell {
		width: 50%;
		padding:0px 0px 0px 10px;
	}
	
	#opcLoginTable .bottomCell {
	}

/* Order Preview */
	
	/* Container */
	/* Remove or comment out this style if you use the 2-column layout */
	/* for One Page Checkout */
	#opcOrderPreviewDIV {
	}
	
	/* Table */

	#opcOrderPreview {
		font-size: 11px;
	}
		
	#opcOrderPreview th {
		font-size: 12px;
		font-weight: bold;
	}
	
	#opcOrderPreview hr {
		color: #E9E2DA;
		background: #E9E2DA;
		border: 0;
		height: 1px;
	}
