#accordion {
	margin:20px 0px;
}
#accordion h2 {
	font-size: 11px;
	line-height:14px;
	background-color: #01A9A9;
	color: #FFFFFF;
}
#accordion h3 {
	font-size: 12px;
	color: #007AC3;
	line-height: 14px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	cursor: pointer;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D2E0E6;
	background-image: url(/images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: left center;
}


h2.toggler {
	cursor: pointer;
	border: 1px solid #f5f5f5;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	font-family: 'Andale Mono', sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0 0 4px 0;
	padding: 5px;
	background-color: #D2E0E6;
}

div.element {
	margin-bottom:5px;
	padding-right: 10px;
	padding-left: 10px;
	border: dotted 1px #E1E1E1;
}

div.element_inner {
	margin-bottom:3px;
}

#accordion p {
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}


blockquote {
	padding:5px 20px;
}


.product {
	border: 1px solid #E0E0E0;
	margin-bottom: 5px;
	margin-top: 5px;
	background-color: #efefef;
}
.product td {
	padding: 5px;
	background-color: #F3F3F3;
	line-height: 16px;
	font-size: 11px;
}
.product h4 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0E0;
	padding: 5px;
	color: #006EBD;
	margin: 0;
	font-size: 12px;
}

.toggler-description p {
	margin: 0px;
	padding-bottom: 5px;
}
.article-topic {
	color: #3F80D4;
	padding: 4px;
	background-position: center center;
	font-size: 12px;
}
.toggler-article .read-article {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
}
.toggler-article .read-article a {
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#shop_main_image {
	width: 270px;
	position: relative;
	padding: 2px;
	text-align: center;
	float: left;
	border: 1px solid #E9E9E9;
}
#shop_main_image img {
	margin: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#shop_thumbs {
	float: right;
	padding: 2px;
	height: 257px;
	text-align: left;
	width: 92px;
	margin-left: 4px;
	background-color: #E9E9E9;
}
#shop_thumbs img {
	margin: 1px;
}

.category_desc {
	line-height: 14px;
}