﻿.price {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color: #000000;
}
.price-crossover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color: #000000;
}
.product-name {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	color: #000000;
}
.list-item {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}
.smallcart {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #FFFFFF;
}
.product-description {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 150%;
}
.related-products {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 150%;
}
.product-property {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 150%;
}
.category-name {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	color: #000000;
}
.category-description {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 150%;
}
.shop-notice {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color: #660000;
}
.image {
}

/************** Collapsible Divs **************/

.collapsibleDivTop { 
	float: left; width: 150px; height: 30px; color: #727071; background-image: url(/assets/images/collapseBackground.gif); background-position: top; background-repeat: no-repeat; cursor: pointer;
}

.collapsibleDivTopDoubleHeight { 
	float: left; width: 150px; height: 60px; color: #727071; background-image: url(/assets/images/collapseBackground.gif); background-position: top; background-repeat: no-repeat; cursor: pointer;
}

.collapsibleDivTop p {
	font-size: 12px; padding-left: 2px; padding-top: 8px; font-weight: bold;
}

.collapsibleDivBottom 
{
    float: left; width: 150px; background-color: #FFFFFF; background-image: url(/assets/images/tableBackground.gif); background-position: top-left; background-repeat: no-repeat;
}
.collapsibleDivInside 
{
	padding: 8px;
}