/* @override http://dischord.com.local/stylesheets/style_zencart.css */

.checkout * {
  font-size:1.2em;
}

#cartContentsDisplay td {
	line-height: 2.5em;
}

.checkout * * {
  font-size: 1em;
}

caption {
  text-align:left;
}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.2em;
	font-size:1.4em;
	margin-bottom:1em;
	}
	
.messageStackWarning img,
.messageStackError img,
.messageStackSuccess img,
.messageStackCaution img {
  float:left;
  padding: 0 15px 20px 0;
}

.messageStackWarning, .messageStackError {
  color: #ff0000;
	}

.messageStackSuccess {
  color: #3C0;
	}

.messageStackCaution {
color: #FF9900;
	}
	
.messageStackWarning img, .messageStackError img, .messageStackSuccess img, .messageStackCaution img {
vertical-align:middle;
padding-bottom:5px;
}
  

.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	}



.alert {
  font-size: 1em;
	color: #FF0000;
}

.advisory {
  font-size: 1em;
  color: #999;
}

.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}


/*Shopping Cart Display*/
#scUnitHeading,#scTotalHeading,#ccTotalHeading,
.cartUnitDisplay,.cartTotalDisplay {
  text-align: right;
  margin-right: 100px;
}

#cartAdd {
	float: right;
	text-align: center;
	margin: 1em;
	border: 1px solid #000000;
	padding: 1em;
}

#cartSubTotal {
	border-top: 1px solid #cccccc;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	font-size:1.4em;
	padding-right: 24px;
}

.tableRow, .tableHeading, #cartSubTotal {
	height: 4em;
	}

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 6em;
	}

#shipping_methods form div.ship_choice label.selected {
	font-weight: bold;
}

.cartNewItem {
	color: #33CC33;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	color: #660099;
	position: relative;   /*do not remove-fixes stupid IEbug*/
	}

.cartBoxTotal {
	text-align: right;
	font-weight: bold;
	}

td.cartProductDisplay {
	vertical-align:bottom;
}

#mediaManager {
width: 50%; 
margin: 0.2em;
padding: 0.5em;
}
.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #ff0000;
	}

#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: none;
	}

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	margin: 0;
	padding: 0.2em 0em;
	} 

.totalBox {
	width: 5.5em;
	text-align: right;
	padding: 0.2em;
	}

.lineTitle, .amount {
	text-align: right;
	padding: 0.2em;
	}

.amount {
	width: 5.5em;
	}

#cartImage {
	border: 1px solid #ccc;
	margin: 0px 10px 5px 0;
	padding: 0px 0px 0px 0px;
	height: 30px;
	width: 30px;
	float: left;
	}

/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}

.attributesComments {}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a {
	font-size: 1em;
	color: #ffffff;
	}

.leftBoxHeading, .centerBoxHeading {
	margin: 0em;
	background-color: #FF6699;
	padding: 0.5em 0.2em;
	}

.leftBoxContainer {
	border: 1px solid #ffffff;
	float: left;
	display: inline;
	clear: left;
	margin-left:  -110px;
	width: 90px;
	}

.sideBoxContent {
	background-color: #ffffff;
	padding: 0.4em;
	}

h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1.1em;
	color: #FFFF00;
	}

.rightBoxHeading {
	margin: 0em;
	background-color: #663366;
	padding: 0.2em 0em;
	}

h3.leftBoxHeading a:hover {
	color: #FFFF33;
	text-decoration: none;
	} 

h3.rightBoxHeading a:hover {
	color: #FF0000;
	text-decoration: none;
	}

.rightBoxContent {
	background-color: #ffffff;
	margin-bottom: 1em;
	}

#bestsellers .wrapper {
	margin: 0em 0em 0em 1.5em;
	}

#bestsellers ol {
	padding: 0;
	margin-left: 1.1em;
	}

#bestsellers li {
	padding: 0;
	margin: 0.3em 0em 0.3em 0em;
	}

#bannerboxHeading {
	background-color: #0000CC;
}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/*misc*/
.back {
	float: left;
	clear:left;
	}

.forward {
	float: right;
/*	margin-top:1em;*/
	}

.bold {
	font-weight: bold;
	}

.rowOdd {
	background-color: #FFF;
	}

.rowEven {
	background-color: #FFF;
	}

table#cartContentsDisplay {
  font-size: 1em;
}

#cartContentsDisplay th {
  border-top: 1px solid black;
  font-size: 1.2em;
  vertical-align: middle;
}

div#cartProdTitle {
	/*height: 25px;*/
	/*vertical-align:middle;*/
	/*line-height:25px*/
}

.module h2 {
	padding: 10px 5px 10px 0;
	margin: 0 0 10px 0;
	font-size: 1.6em;
}


#cartContentsDisplay #scRemoveHeading, 
#cartContentsDisplay .cartRemoveItemDisplay {
	padding-right: 0;
}

#cartContentsDisplay input {
	height: 25px;
	width:  35px;
	text-align:center;
	margin:0;
	margin-right: 0px;
}


#cartContentsDisplay  input[type="image"].delete, #cartContentsDisplay  input[type="image"].update {
  	float: right;
	height: 25px;
	width:  25px;
	padding-right: 5px;
}

#cartContentsDisplay input.update {
	padding-top: 3px;
	width: 20px;
	height: 20px;
}

tr td.delete_item{
	vertical-align:top;
}
#cartContentsDisplay input.delete {
	padding-top: 3px;
	width: 20px;
	height: 20px;
}
	
#myAccountGen li, #myAccountNotify li {
	margin: 0;
	} 

.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;
	/*vertical-align: top*/
	}

.accountQuantityDisplay {
	width: 10%;
	vertical-align: top
	}


.tableHeading th {
	text-align: left;
	border-top:1px solid black;
	border-bottom: 1px solid #000;
	padding: 0 0 0 10px;
	}

.tableHeading, #cartSubTotal {
	background-color: #dddddd;
	 }
	
TR.tableHeading {
	background-color: white;
	height: 2em;
	}

#siteMapList {
	width: 90%;
	float: right;
	}

.ratingRow {
	margin: 1em 0em 1.5em 0em;
	}

LABEL#textAreaReviews {
	font-weight: normal;
	margin: 1em 0em;
	}

#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp {
	background-color: #ffffff;
	}

.checkout h1,
.checkout h2,
.checkout h3 {
  font-size: 1.165em;
  margin-bottom: .6em;
  border-bottom: 1px solid #ccc;
  
}
	
.checkout form,
.checkout .module {
	display:inline;
	height: 30px;
	padding:0;
	margin: 0;
}

div#checkoutShipto {
	width: 400px;
	float: left;
	margin-right: 20px;
}

div.module p {
	margin:  12px 0 5px 0px;
}

div#checkoutbillto {
	width: 400px;
	float: right;
}

.checkout fieldset {
	border: 0;
	border-bottom: 1px solid #ccc;
	margin: 0 0 5px 0;
	padding: 10px 0;
	overflow:hidden;
}

.checkout label {
  float: left;
  margin:0 25px 10px 0;
  width:255px;
}

.checkout label.payment_option {
  display:inline;
  width: auto;	
  font-size: 0.9em;
  margin:0;
}


input.cc_field {
	float: right;
}
 
.checkout label.checkboxLabel, 
.checkout label.radioButtonLabel {
  margin: 0.5em 1em 0.5em 0.3em;
  display:inline;
  float:none;
}

.checkout label input,
.checkout input[type="text"],
.checkout input[type="password"]{
  width: 246px;
  font-size: 1.4em;
  padding: 5px;
  color:  #555;
}

input#user_password, input#user_password_confirmation, input#password {
	border: 1px solid #000;
}


.checkout label select {
  width: 200px;
}

.checkout #country {
  float:left;
  width:200px;
}

.ccinfo {
  margin:-1.4em 0 0 220px;
}


.ccinfo select {
  display:inline;
  margin:0 4px 0 0;
}

.buttonRow {
  margin: .5em 0 1em;
}

#submit {
  float: left;
  display: inline;
 padding-top: .9em;  
}

#submit a {
  display: block;
  width: 80px;
  padding:5px;
  line-height: 1.2em;
}

.floatingBox {
  overflow:hidden;
  width:100%;
}

