#trackingcontent {
	font-size: small;	
}
#trackingcontent h3 {
	font-size: 20px;
	margin-bottom: 20px;
}
#trackingcontent h4 {
	font-size: 18px;
	margin-bottom: 10px;
	border-bottom: 1px solid #999;
	padding: 0 0 5px 0;
}
#trackingcontent p {
	line-height: 1.3;
	margin: 5px 0 10px 0;
}
#topmenu a {
	display: inline!important;	
}
.dijitReset, .dijitLeft, .dijitInline {
	background-color: #fff;
	border: 0;
}
.dijitColorPalette {
	border:1px solid #cbcbcb;
	background: url(images/colorpalette-bg.jpg) #fff no-repeat bottom left;;
}
.crs_table {
	margin: 0 auto;	
}
.crs_table td {
	padding: 5px;	
}
.crs_line {
	border-top: 1px solid #CCC;	
}
.crs_line.first {
	border-top: 0;	
}
.crs_line td {
	padding: 5px;	
}
.signs-list {
	margin-bottom: 25px;
	border: 1px solid #999;	
}
.signs-list small {
	font-size: 11px;
	line-height: 1.4;	
}
.sign-link a {
	display: block;
	width: 240px!important;
	margin: 0!important;
	padding: 3px;
}
.sign-link:hover {
	background-color: #CCC;
}
.sign-link a:hover {
	text-decoration: none;
}
.cart.overview {
	float: right;
	font-size: 12px;	
}
.cart th {
	text-align: left;	
	background-color: #EEE;
}
.cart td, .cart th {
	border-top: 1px solid #CCC;	
	border-bottom: 1px solid #999;
}
.cart .total td {
	background-color: #DEDEDE;
	font-size: 18px;
	font-weight: bold;
}
.cart.overview {
	float: right;
	font-size: 12px;	
}
.cart.overview .total td {
	font-size: 12px;
	font-weight: bold;	
}
.button {
	font-size: 14px;
	background-color: #EEE;	
	border: 1px solid #CCC;
	cursor: pointer;
	padding: 3px 6px 3px 6px;	
}
.button:hover {
	background-color: #DDD;	
}
.button.small {
	font-size: 12px;
	padding: 2px 4px 2px 4px;	
}
.checkout-button {
	font-size: 18px;
	padding: 5px 10px 5px 10px;
}
.box {
	border: 1px solid #CCC;	
	padding: 10px;
}
.status {
	font-style: italic;	
}
.canceled {
	color: #D10000;	
}
.shipped {
	color: #007707;	
}
.inprocess {
	color: #E09D00;	
}
.pending {
	color: #999999;	
}
.oldprice {
	color: #777777;
	text-decoration: line-through;	
}
.promo {
	font-weight: bold;
	color: #990000;	
}
.sep {
	border-bottom: 1px solid #999;	
}
.pricing {
	float: right;
}
table.pricingnew td {
	padding: 0;
}

h4.pricingnew {
	padding: 28px 0 0 0!important;
	height: 28px;
}

.news {
	background: #faf8c0;
	padding: 10px;
	margin-bottom: 8px;
}

.taxRates {
	width: 300px;
}
.taxRates th,
.taxRates td {
	text-align: left;
	border-bottom: 1px solid #999;
	padding: 3px;
}
.taxRates .centerAlign {
	text-align: center;
}

.loadingScreen {
	display: none;
	background: rgba(255,255,255,0.5);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	font-size: 18px;
}

.loadingScreen div {
	margin: auto;
	width: 50%;
	text-align: center;
	padding-top: 20%;
}