.breadcrumbs {
	color: #808080;
	font-size: 10px;
	margin: 0 0 20px 0;
}

.productContainer {
}

.productImages {
	float: left;
	width: 210px;
}

.productStandardImage {
	margin: 0 0 10px 0;
}

.productDescription {
	margin-left: 225px;
}

.productMatches {
	background: #F0F0F0;
	font-size: 12px;
	margin-top: 20px;
	padding: 10px;
}

.productMatchesHl {
	border-bottom: 1px dotted #c0c0c0;
	font-weight: bold;
	margin-bottom: 15px;
	padding-bottom: 3px;
}




.productName {
	font-size: 12px;
	margin: 5px;
	text-align: center;
} 

.productName a {
	color: #505050;
}


.productByCatContainer {
	
}

.productBox {
	display: inline-block;
	margin: 0 5px 15px 0;
	min-height: 210px;
	vertical-align: top;
	width: 150px;
}

table.tableForm {
	color: #808080;
}

tr.theader td {
	background: #f97493;
	color: #ffffff;
	border-right: 1px solid #ffffff;
}


.tdLabel {
	color: #1cb5cc;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.tdInfo {
	color: #909090; 
	font-size: 12px;
}

tr.cartShippingTotal td {
	background: #ededed; 
	border-top: 1px solid #c0c0c0;
}

tr.cartTotal td {
	background: #ededed; 
	border-bottom: 3px double #c0c0c0; 
	border-top: 1px solid #c0c0c0;
}

.chooseAddress {
	background: #f0f0f0;
	border: 1px solid #dadada;
	margin-bottom: 5px;
	padding: 5px;
}


.hide {
	display: none;
}

.show {
	display: block;
}

.confirmButton {
	background: #f7f3c9;
	color: #404040;
	font-size: 16px;
	font-weight: bold;
}


.notice {
	border: 1px solid #ff0d46;
}

.notice_caption {
	background: #ff0d46;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 4px;
	text-transform: uppercase;
}

.notice_msg {
	color: #404040;
	font-size: 12px;
	padding: 5px;
}
