@charset "utf-8";
/* CSS Document */

#ecom_sidecart a:link, #ecom_sidecart a:visited {
	color: #eb2a2e !important;
	text-decoration: none !important;
}

#ecom_sidecart a:hover {
	font-weight: bold !important;
}

.ecom_image {
	border: 2px solid #ECD377; 
}

.frm_addtocart {
	
}

.frm_addtocart select {
	border: 1px solid #ECD377;
	color: #007DA8;
}

.ecom_button {
	border: 1px solid #ECD377;
	color: #007DA8;
	background: url(/images/ecart/ecom_button_bg.gif) repeat-x;
}

#ecom_breadcrumbs {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	
	float: right;
	padding-top: 10px;
	padding-right: 5px;
}

#ecom_breadcrumbs a:link, #ecom_breadcrumbs a:visited {
	color: #007da8;
	text-decoration: none;
}

#ecom_breadcrumbs a:hover {
	color: #eb2a2e;
	text-decoration: underline;
}

#ecom_productscat {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ecom_price {
	float: right;
	color: #eb2a2e;
	font-weight: bold;
}

.ecom_addtocart {
	text-align: right;
}

#addtocart_status {
	padding-top: 20px;
	padding-bottom: 10px;
	color: #EB2A2E;
	font-weight: bold;
}

.ecom_proddesc {
	color: #007da8;
}

#ecom_featured {
	padding-bottom: 15px;
}

.proditem_txt {
	font-size: 14px;
}

.proditem_txt a:link, .proditem_txt a:visited {
	color: #007DA8;
	text-decoration: none;
}

.proditem_txt a:hover {
	color: #EB2A2E;
	text-decoration: underline;
}

.proditem_price {
	color: #EB2A2E;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.carttable {
	padding-bottom: 10px;
	border-bottom: 2px solid #ffd303;
}

.carttable tr th {
	background-color: #EB2A2E;
	padding-bottom: 3px;
	border-bottom: 1px solid #000;
	color: #fff;
}

.carttable tr td {
	border-bottom: 1px solid #D6D6D6;
}