/* HTML Element styles specific to this project. */

body {
	letter-spacing: 2px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: .8em;
	color: #808080;
}

h1,h2,h3,h4,h5,h6 {text-transform: uppercase;}

h1 {
	border-bottom: 1px dashed #42bdaa;
	padding-bottom: 5px;
	font-size: 1.5em;
	color: #42bdaa;
}
h2 {
	font-size: 1.5em;
	color: #ab4888;
}
h3 {
	font-size: 1.4em;
	color: #42bdaa;
}
h4 {
	font-size: 1.3em;
	color: #ab4888;
}
h5 {
	font-size: 1.2em;
	color: #42bdaa;
}
h6 {
	font-size: 1.1em;
	color: #ab4888;
}

.phone > a {
	color: inherit;
}



a.TextButton,
input.TextButton,
a.Method,
a.AddToCart,
a.add-to-cart {
	border: 1px solid #ddd;
	border-color: rgba(127, 127, 127, .2);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 6px 8px;
	width: auto;
	max-width: 100%;
	font-family: inherit;
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	line-height: 1em;
	vertical-align: baseline;
	color: #333;
	background: #fff;
	-webkit-transition: all linear .2s;
	-moz-transition: all linear .2s;
	-o-transition: all linear .2s;
	transition: all linear .2s;
}

a.TextButton:hover,
input.TextButton:hover,
a.Method:hover,
a.AddToCart:hover,
a.add-to-cart:hover {
	-webkit-box-shadow: 1px 1px 6px rgba(127, 127, 127, .3);
	-moz-box-shadow: 1px 1px 6px rgba(127, 127, 127, .3);
	box-shadow: 1px 1px 6px rgba(127, 127, 127, .3);
	outline: none;
	text-decoration: none;
	color: #333;
}





/* Skin specific styles */

#container {
	min-height: 100%;
	text-align: center;
	background-color: #fff;
}

#container > div {
	text-align: left;
}

#container > div:before, #container > div:after {display: table; content: " "; line-height: 0;}
#container > div:after {clear: both;}
#container > div {*zoom: 1;}

#container > div > * {
	clear: both;
	position: relative;
	margin: 0 auto;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	max-width: 1200px;
}







/* fix problem with share this */
#sthoverbuttons * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

@media screen and (max-width: 479px) {
	#sthoverbuttons {
		display: none;
	}
}






#administration-menu-container {
}

#administration-menu {
	padding: 0 10px;
	font-size: .9em;
}

#administration-menu a[title]:after {
	background-color: #aadbd6;
	color: #fff;
}

#administration-menu ul ul {
	background-color: #aadbd6;
	color: #fff;
}

@media screen and (max-width: 599px) {
	#administration-menu.minimize600 > ul:before {
		content: "≡ Administration Menu";
	}
}



#header-container {
	background: url(../image/templates/default/header-background.png) center top no-repeat;
}

#header {
	padding: 40px 10px 20px 10px;
}

#header #logo {
	text-align: center;
}

#header #logo:hover {
	text-decoration: none;
}

#header #logo img {
	border: 0;
	max-width: 100%;
}


#header #follow-us-menu {
	position: absolute;
	bottom: 24px;
	right: 135px;
	margin-top: 4px;
}

#header #follow-us-menu > ul {
	float: right;
	margin: 0 15px;
}

#follow-us-menu > ul > li {
	padding: 0 5px;
	font-size: 0;
	line-height: 0;
}

#follow-us-menu li img {
	display: block;
	margin: 0;
	max-width: 100%;
 	max-height: 100%;
}

#follow-us-menu:after {clear: both; display: table; content: " "; line-height: 0;}

@media screen and (max-width: 719px) {
	#header #follow-us-menu {
		position: static;
	}
	#header #follow-us-menu > ul {
		float: none;
	}
}

@media screen and (max-width: 599px) {
	#header #follow-us-menu > ul {
		margin: 0 -5px;
	}
}


#logged-in-menu {
	position: absolute;
	bottom: 20px;
	right: 10px;
	z-index: 4;
}

#logged-in-menu > ul {
	float: right;
	margin: 0;
}

#logged-in-menu > ul > li {
	text-transform: uppercase;
	text-align: right;
	color: #58595b;
}

#logged-in-menu > ul > li:last-child {
	padding: 7px 7px 7px 30px;
	color: #fff;
	background: transparent url(../image/templates/default/ribbon-my-account.png) left center no-repeat;
}

#logged-in-menu a[title]:after {
	left: auto;
	right: 100%;
	background-color: #aadbd6;
	color: #fff;
}

#logged-in-menu > ul ul {
	left: auto;
	right: 100%;
	text-transform: none;
	text-align: right;
	background-color: #aadbd6;
	color: #fff;
	z-index: 4;
}

#logged-in-menu > ul ul ul {
	right: 100%;
}

@media screen and (max-width: 719px) {
	#logged-in-menu {
		position: static;
	}
	#logged-in-menu > ul {
		float: none;
	}
	#logged-in-menu > ul > li {
		text-align: left;
	}
	#logged-in-menu > ul ul {
		top: 100%;
		left: 7px;
		right: auto;
		text-align: left;
	}
}

@media screen and (max-width: 599px) {
	#logged-in-menu {
		color: #58595b;
	}
	#logged-in-menu.minimize600 > ul:before {
		content: "≡ User Menu";
	}
	#logged-in-menu.minimize600 > ul {
		float: none;
		margin: 0 -7px;
	}
	#logged-in-menu > ul > li:last-child {
		padding: 5px 7px;
		text-transform: none;
		color: #58595b;
		background: transparent;
	}
	#logged-in-menu.minimize600 > ul ul {
		text-align: left;
	}
}





#main-menu-container {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #42bdaa;
}

#main-menu {
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	background: transparent url(../image/templates/default/ribbon-nav-mid.png) left top repeat-x;
	z-index: 3;
}

#main-menu > ul {
	display: inline-block;
	margin: 0;
}

#main-menu > ul:before {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	height: 31px;
	background: #42bdaa url(../image/templates/default/ribbon-nav-left.png) left top no-repeat;
}

#main-menu > ul:after {
	content: " ";
	position: absolute;
	top: 0;
	right: 0;
	width: 15px;
	height: 31px;
	background: #42bdaa url(../image/templates/default/ribbon-nav-right.png) left top no-repeat;
}

#main-menu:after {clear: both; display: table; content: " "; line-height: 0;}

#main-menu > ul > li {
	padding: 5px 30px;
}

#main-menu a[title]:after {
	background-color: #aadbd6;
	color: #fff;
}

#main-menu ul ul {
	text-align: left;
	text-transform: none;
	background-color: #aadbd6;
	color: #fff;
}

@media screen and (max-width: 839px) {
	#main-menu > ul > li {
		padding: 5px 10px;
	}
}

 @media screen and (max-width: 599px) {
	#main-menu-container {
		padding: 0;
	}
	#main-menu {
		padding: 0 10px;
		text-transform: none;
		text-align: left;
		background: #aadbd6;
	}
	#main-menu > ul {
		display: block;
		margin: 0 -7px;
	}
	#main-menu > ul:before,
	#main-menu > ul:after {
		display: none;
	}
	#main-menu.minimize600 > ul:before {
		position: static;
		display: block;
		content: "≡ Main Menu";
		width: 100%;
		height: auto;
		background: #aadbd6;
	}
	#main-menu > ul > li {
		padding: 5px 7px;
	}
}



#banner-container {
}

#banner {
}

#banner img {
	display: block;
	width: 100%;
	max-width: 1200px;
	max-height: 400px;
}

#banner.rotator {
	position: relative;
	max-height: 400px;
}

#banner.rotator > div {
	display: none;
	position: relative;
}

#banner.rotator > div.show {
	display: block;
	z-index: 1;
}



#body-container {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #f2f2f2;
}

#body {
	padding: 0 10px;
}

#body > .grid {
	margin-top: -20px;
}

#body > .grid > * {
	margin-top: 20px;
}


#content {
	padding: 50px;
	background-color: #fff;
}

@media screen and (max-width: 599px) {
	#content {
		padding: 20px;
	}
}

#content > *:first-child {
	margin-top: 0;
}


#side-panel {
	padding: 20px;
	font-size: .9em;
	text-transform: uppercase;
	background-color: #fff;
}

#side-panel > .grid {
	margin-top: -40px;
}

#side-panel > .grid > * {
	margin-top: 40px;
	border-top: 1px dashed #42bdaa;
	padding-top: 40px;
}

#side-panel > .grid > *:first-child {
	border-top: none;
	padding-top: 0;
}

#side-panel #feature-product {
	text-align: center;
}

#side-panel #feature-product h3 {
	margin-top: 0;
	margin-left: -20px;
	margin-right: -20px;
	padding: 5px 10px;
	text-align: center;
	color: #fff;
	background-color: #42bdaa;
}

#side-panel #feature-product .Image {
	display: block;
	width: 100%;
}

#side-panel #feature-product .Title {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

#side-panel #feature-product .MoreInfo {
	margin-top: 5px;
	border: none;
	padding: 4px 30px;
	font-style: normal;
	text-transform: uppercase;
	color: #fff;
	background: url(../image/templates/default/ribbon-add-to-cart.png) center center no-repeat;
	background-size: cover;
}

#side-panel #feature-product .PublishedOn,
#side-panel #feature-product .Description,
#side-panel #feature-product .Price,
#side-panel #feature-product .AddToCart {
	display: none;
}





#promo-container {
	background-color: #f2f2f2;
}

#promo > div {
	margin-bottom: 20px;
	padding: 20px 50px;
	text-transform: uppercase;
	font-size: 1.3em;
	color: #fff;
	background-color: #aadbd6;
}

@media screen and (max-width: 599px) {
	#promo > div {
		padding: 20px;
	}
}

#promo > div > *:first-child {
	margin-top: 0;
}



#footer-container {
}

#footer {
	display: block;
	padding: 5px 10px;
	text-align: center;
 	font-size: .9em;
	color: #808080;
}

#footer a {
	color: #808080;
}

#administration-menu > ul > li,
#website-by {
	padding-top: 2px;
	padding-bottom: 2px;
}

#copyright {
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: right;
}








/* Article View Styles */



.PageRange,
.PageCommands {
	clear: both;
	padding-top: 10px;
	text-align: center;
}
.CalendarCommandRow .PageCommands {
	clear: none;
	padding: 0;
}


/* Content */

#content h1:first-child {
	margin-top: 0;
	margin-bottom: 10px;
}

#Message {
	padding-top: 10px;
}

#content .Commands {
	padding-bottom: 20px;
}

#content .Articles .Title {
	display: block;
	border-bottom: 1px dashed #;
}

.Articles .Article {
	margin-bottom: 20px;
}

.Article {
	clear: both;
}
.Article:after {display: table; content: " "; line-height: 0; clear: both;}
.Article {*zoom: 1;}


.Article .Title .Stars {
	display: block;
	float: right;
}

.Article .PublishedOn {
	float: right;
	margin-top: 5px;
	font-size: .9em;
}

.Article .PublishedOn:before {
	content: "Posted On: ";
}

.Article .Author {
	display: block;
	margin-top: 5px;
	font-size: .9em;
}

.Article .Author:before {
	content: "Posted By: ";
}

.Article .Categories {
	margin-top: 5px;
	font-size: .9em;
}

.Article .Categories:before {
	content: "Filed Under: ";
}

.Article > .Image {
	float: left;
	margin: 20px 20px 20px 0;
	max-width: 30%;
}

.Article .ImageHolder {
	float: left;
	margin: 20px 20px 20px 0;
	max-width: 25%;
	text-align: center;
}

.Article .ImageHolder img {
	display: block;
	margin: 0;
	border: 0;
	padding: 0;
	max-width: 100%;
}

.Article .Description {
	margin-top: 10px;
}

.Article .Images {
	margin-top: 10px;
}

.Article .Images.grid {
	margin-top: -10px;
	margin-bottom: -10px;
}

.Article .Images.grid > * {
	margin-top: 10px;
	margin-bottom: 10px;
}

.Article .Images a {
	display: block;
	border: 1px solid #f2f2f2;
	padding: 5px;
}

.Article .Images a img {
	border: 0;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

.Article .ReadMore {
	display: block;
	padding-top: 5px;
	text-align: right;
}

.Article .Tags {
	clear: both;
	margin-top: 10px;
	font-size: .9em;
}

.Article .Tags:before {
	content: "Tagged: ";
}

.Article .CommentsCount {
	display: block;
	margin-top: 10px;
}

.Article .HTMLDocumentComments {
	margin-top: 20px;
}

.Article .HTMLDocumentComments:before {
	content: "Comments";
	display: block;
	border-top: 1px solid #ddd;
	padding-top: 10px;
	font-size: 18px;
	color: #42bdaa;
}

.Article .HTMLDocumentComment {
	margin-top: 40px;
}

.Article .HTMLDocumentComment:first-child {
	margin-top: 20px;
}

.Article .HTMLDocumentComment .Document {
	display: none;
}

.Article .HTMLDocumentComment .SubmittedOn {
	float: right;
	font-weight: bold;
}

.Article .HTMLDocumentComment .Author {
	font-size: 1em;
}

.Article .HTMLDocumentComment .Author:before {
	content: normal;
}

.Article .HTMLDocumentComment .Author .Photograph {
	float: left;
	margin-right: 10px;
	max-width: 50px;
	max-height: 75px;
}

.Article .HTMLDocumentComment .Author .Name {
	display: block;
	font-weight: bold;
}

.Article .HTMLDocumentComment .Author .BusinessName,
.Article .HTMLDocumentComment .Author .WebsiteAddress {
	display: block;
	font-size: .75em;
}

.Article .HTMLDocumentComment .CommentBody {
	clear: both;
}

.Article #comments .button {
	clear: both;
	float: right;
	margin: 15px 0 0 0;
}

.Articles .Article .Author,
.Articles .Article .PublishedOn,
.Articles .Article .Categories,
.Articles .Tags,
.Articles .Article .CommentsCount {
	display: none;
}





/* SidePanel */

#categories:before,
#tags:before,
#issues:before,
#authors:before,
#industries:before,
#regions:before,
#latest-comments:before {
	display: block;
	margin-bottom: 10px;
	font-size: 1.4em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: uppercase;
	color: #42bdaa;
}

#categories li:hover,
#tags li:hover,
#issues li:hover,
#authors li:hover,
#industries li:hover,
#regions li:hover,
#latest-comments li:hover {
	color: #fff;
	background-color: rgba(66, 189, 170, .5);
}


#categories:before {
	content: "Categories";
}

#categories > ul > li {
	padding-top: 2px;
	padding-bottom: 2px;
}


#tags:before {
	content: "Tags";
}

#tags .ExtraLarge {
	font-size: 16px;
}
#tags .Large {
	font-size: 16px;
}
#tags .Medium {
	font-size: 12px;
}
#tags .Small {
	font-size: 10px;
}
#tags .ExtraSmall {
	font-size: 8px;
}


#issues:before {
	content: "Archives";
}


#authors:before {
	content: "Authors";
}


#industries:before {
	content: "Industries";
}


#regions:before {
	content: "Regions";
}


#latest-comments:before {
	content: "Latest Comments";
}

#latest-comments a[title]:after {
	position: static;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 5px 0 0 0;
	width: 100%;
	font-size: .9em;
	font-style: italic;
	font-weight: bold;
	background: none;
	opacity: 1;
	visibility: visible;
}

#latest-comments .HTMLDocumentComment {
	margin-top: 10px;
	margin-bottom: 10px;
}

#latest-comments .HTMLDocumentComment:first-child {
	margin-top: 6px;
}

#latest-comments .HTMLDocumentComment .Document:before {
	content: "On ";
	font-weight: normal;
	font-style: normal;
}

#latest-comments .HTMLDocumentComment .Document {
	font-weight: bold;
}

#latest-comments .HTMLDocumentComment .SubmittedOn {
	display: none;
}

#latest-comments .HTMLDocumentComment .Author:before {
	content: " by ";
}

#latest-comments .HTMLDocumentComment .Author .Photograph {
	display: none;
	float: right;
	margin-left: 10px;
	max-width: 50px;
	max-height: 75px;
}

#latest-comments .HTMLDocumentComment .Author .Name {
	font-weight: bold;
}

#latest-comments .HTMLDocumentComment .Author .BusinessName,
#latest-comments .HTMLDocumentComment .Author .WebsiteAddress,
#latest-comments .HTMLDocumentComment .CommentBody {
	display: none;
}

#categories a[data-items-count]:after,
#issues a[data-items-count]:after,
#authors a[data-items-count]:after,
#industries a[data-items-count]:after,
#regions a[data-items-count]:after,
#latest-comments a[data-items-count]:after {
	content: attr(data-items-count);
	position: static;
	display: block;
	float: right;
	border: 0;
	padding: 0;
	width: auto;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	font-weight: normal;
	font-size: .9em;
	background-color: transparent;
	opacity: 1;
	visibility: visible;
}




/* Gallery Template */

#gallery .Images {
	padding-top: 10px;
}

#gallery .Images.grid {
	margin-top: -10px;
	margin-bottom: -10px;
}

#gallery .Images.grid > * {
	margin-top: 10px;
	margin-bottom: 10px;
}

#gallery .Images a {
	border: 1px solid #ddd;
	border-radius: 10px;
	padding-top: 14.66666%;
	height: 0;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

@media screen and (max-width: 839px) {
	#gallery .Images a {
		padding-top: 23%;
	}
}

@media screen and (max-width: 599px) {
	#gallery .Images a {
		padding-top: 48%;
	}
}




/* Testimonial Template */

#testimonial-template .Title {
	color: #42bdaa;
}

#testimonial-template .PublishedOn {
	font-style: italic;
	font-size: .9em;
}

#testimonial-template .PublishedOn:before {
	content: "Published On: ";
	display: inline;
}

#testimonial-template .Author {
	margin-top: 20px;
}

#testimonial-template .Name {
	font-weight: bold;
}

#testimonial-template .Position, 
#testimonial-template .BusinessName, 
#testimonial-template .WebsiteAddress {
	display: block !important;
	font-style: italic;
}

#testimonial-template img {
	float: left;
	margin-right: 1%;
	border: 2px solid #42bdaa;
	width: 24%;
}

#testimonial-template .view-all {
	margin-top: 20px;
	text-align: right;
}





/* Shop Styles */

.Shop #Products {
	clear: both;
	position: relative;
	display: block;
	margin-left: -1%;
	margin-right: -1%;
}

.Shop #Products:before, .Shop #Products:after {display: table; content: " "; line-height: 0;}
.Shop #Products:after {clear: both;}
.Shop #Products {*zoom: 1;}

.Shop #Products .Article {
	clear: none;
	display: block;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
	width: 23%;
	height: 320px;
	text-align: center;
}

@media screen and (max-width: 599px) {
	.Shop #Products .Article {
		width: 48%;
	}
}

@media screen and (max-width: 359px) {
	.Shop #Products .Article {
		width: 98%;
		height: 350px;
	}
}

.Shop .image {
	display: block;
	margin: 0 0 10px 0;
	padding-top: 98%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	max-width: 100%;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
}

.Shop .image:hover {
	box-shadow: 0 0 10px #aaa;
	-webkit-transform: scale(2);
	-moz-transform: scale(2);
	-ms-transform: scale(2);
	-o-transform: scale(2);
	transform: scale(2);
	z-index: 99;
}

.Shop .title {
	display: inline;
	text-transform: uppercase;
}

.Shop .title a {
	font-style: normal;
}

.Shop .price {
	display: inline;
}

.Shop .price:before {
	content: "- ";
	display: inline;
}
.Shop .price .regular-price,
#product-template .Price .regular-price {
	text-decoration: line-through;
	color: red;
}

.Shop .read-more {
	display: block;
	padding-bottom: 5px;
	font-style: normal;
}

.Shop .add-to-cart,
#product-template .add-to-cart,
.Shop .sold-out,
#product-template .sold-out {
	border: none;
	padding: 4px 15px;
	font-size: .9em;
	text-transform: uppercase;
	color: #fff;
	background: url(../image/templates/default/ribbon-add-to-cart.png) center center no-repeat;
	background-size: cover;
}

.Shop .sold-out,
#product-template .sold-out {
	padding: 4px 20px;
	background: url(../image/templates/default/ribbon-sold-out.png) center center no-repeat;
	background-size: cover;
}

.Shop .add-to-cart:hover,
#product-template .add-to-cart:hover,
.Shop .sold-out:hover,
#product-template .sold-out:hover {
	box-shadow: none;
}

.Shop .PageRange {
	clear: both;
	padding-top: 40px;
	text-align: center;
}




/* Sub Category Menu */

#sub-category-menu {
	position: relative;
	padding-bottom: 20px;
}

#sub-category-menu h1 {
	margin-top: 0;
	margin-bottom: 10px;
}

#sub-category-menu p {
	padding-bottom: 10px;
}

#sub-category-menu > ul {
	margin: -10px -1%;
}

#sub-category-menu > ul > li {
	display: block;
	float: left;
	margin: 10px 1%;
	padding: 10px;
	width: 23%;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 1.2em;
	text-align: center;
	color: #fff;
	background-color: #aadbd6;
}

#sub-category-menu img {
	display: block;
	margin-right: 0;
	margin-bottom: 10px;
	width: 100%;
	max-height: 100%;
}

#sub-category-menu ul ul {
	display: none;
}

@media screen and (max-width: 599px) {
	#sub-category-menu > ul > li {
		width: 48%;
	}
}

@media screen and (max-width: 359px) {
	#sub-category-menu > ul > li {
		width: 98%;
	}
}







#product-template .Title {
	margin-top: 0;
}

#product-template .Title .Stars {
	display: block;
	float: right;
}

#product-template > .grid {
	margin: -10px -28px;
	padding-top: 35px;
}

#product-template > .grid > * {
	padding: 10px 28px;
}

#product-template .Image {
	float: left;
	margin-top: 10px;
	margin-right: 2%;
	max-width: 31.33333%;
}

#product-template .Images a {
	display: block;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
}

#product-template .Images a:hover {
	position: relative;
	box-shadow: 5px 5px 10px #ddd;
	-webkit-transform: scale(2);
	-moz-transform: scale(2);
	-ms-transform: scale(2);
	-o-transform: scale(2);
	transform: scale(2);
	z-index: 99;
}

#product-template .Images a img {
	border: 0;
	width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

#product-template .details {
	margin-top: 10px;
}

#product-template .Price,
#product-template .FreightPrice {
	display: block;
	padding: 3px 15px 20px 0;
}

#product-template .Price:before {
	content: "Price: ";
	display: inline;
}

#product-template #follow-us-menu {
	margin-top: 20px;
}

#product-template .Description {
	margin: 20px 0 10px 0;
	font-weight: bold;
}

#product-template #comments .button {
	clear: both;
	margin: 15px 0 0 0;
}





/* Cart Items */

#cartitems-summary {
	color: #58595b;
}

#cartitems-summary h3 {
	margin-top: 0;
	margin-bottom: 5px;
}

.CartItem {
	margin-bottom: 3px;
	padding: 5px 0;
}

.CartItem .TotalPrice {
	float: right;
	margin-left: 5px;
	font-weight: bold;
}

.CartItem .Remove,
.CartItem .IncreaseQuantity {
	float: right;
	margin-left: 3px;
}

.CartItem .Remove img,
.CartItem .IncreaseQuantity img {
	border: none;
	width: 1em;
}

.CartFreight,
.CartTotalPrice {
	font-weight: bold;
	margin-right: 36px;
	padding: 5px 0;
	text-align: right;
}

.CartTotalPrice {
	border-top: 1px solid #ddd;
	color: #42bdaa;
}

.CartFreight label,
.CartTotalPrice label {
	font-weight: normal;
}

.CartCommands {
	padding-top: 10px;
}

.CartCommands .button {
	border: none;
	border-radius: 0;
	box-shadow: none;
	padding: 5px 30px 5px 20px;
	color: #fff;
	background: url(../image/templates/default/ribbon-heading.png) right center no-repeat;
}





#ServicesPage > *:first-child {
	margin-top: 0;
}

#ServicesPage .ServiceTime {
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}

#ServicesPage .ServiceTime .Image {
	float: left;
	margin-right: 2%;
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 5px;
	width: 31.33333%;
}

@media screen and (max-width: 479px) {
	#ServicesPage .ServiceTime .Image {
		margin-right: 0;
		width: 100%;
	}
}

#ServicesPage .ServiceTime img {
	width: 100%;
	height: 100%;
}

#ServicesPage .ServiceTime .StartFinish,
#ServicesPage .ServiceTime .Venue {
	display: block;
	font-style: italic;
}

#ServicesPage .ServiceTime .StartFinish {
	float: right;
}

#ServicesPage .ServiceTime .Title {
	display: block;
	margin: 16px 0 3px 0;
	font-weight: bold;
}

#ServicesPage .ServiceTime .Description {
	display: block;
}

#ServicesPage .ServiceTime a {
	display: block;
	text-align: right;
}

#ServicesPage .ServiceTime .PublishedOn,
#ServicesPage .ServiceTime .RegistrationTime,
#ServicesPage .ServiceTime .RSVPBy,
#ServicesPage .ServiceTime .Venue .Location {
	display: none;
}






/* Website Service Default Styles */

#ServiceTemplate > *:first-child {
	margin-top: 0;
}

#ServiceTemplate tr > *:first-child {
	font-weight: bold;
}

#ServiceTemplate #Title {
	margin-bottom: 10px;
}

#ServiceTemplate #Title .Stars {
	display: block;
	float: right;
}

#ServiceTemplate #Venue,
#ServiceTemplate #RegularPrice,
#ServiceTemplate #MemberPrice,
#ServiceTemplate #Description,
#ServiceTemplate #Times {
	padding-top: 10px;
}

#ServiceTemplate #Times .ServiceTimes .PublishedOn,
#ServiceTemplate #Times .ServiceTimes .RSVPBy,
#ServiceTemplate #Times .ServiceTimes .RegistrationTime,
#ServiceTemplate #Times .ServiceTimes .Title,
#ServiceTemplate #Times .ServiceTimes .Venue,
#ServiceTemplate #Times .ServiceTimes .Description,
#ServiceTemplate #Times .ServiceTimes a.MoreInfo,
#ServiceTemplate #Times .ServiceTimes .Image {
	display: none;
}

#ServiceTemplate #Times .ServiceTime {
}

#ServiceTemplate #Times .ServiceTime .StartFinish {
	clear: left;
	float: left;
	display: block;
	margin: 0;
	width: 240px;
	color: black;
}

#ServiceTemplate #Times .ServiceTime .RSVP {
	float: left;
	box-shadow: 3px 3px 5px #bbb;
	border: 1px solid #bbf;
	border-radius: 5px;
	padding: 2px 10px;
	font-style: normal;
	font-size: .8em;
	background: #42bdaa;
	color: #fff;
}

#ServiceTemplate #Content {
	padding-top: 20px;
}

#ServiceTemplate .HTMLDocumentComments {
	margin-top: 20px;
}

#ServiceTemplate .HTMLDocumentComments:before {
	content: "Comments";
	display: block;
	border-top: solid 3px #d1d2d4;
	padding-top: 10px;
	font-size: 18px;
}

#ServiceTemplate .HTMLDocumentComment {
	margin-top: 15px;
	margin-bottom: 15px;
}

#ServiceTemplate .HTMLDocumentComment .Document {
	display: none;
}

#ServiceTemplate .HTMLDocumentComment .SubmittedOn {
	float: right;
	font-weight: bold;
}

#ServiceTemplate .HTMLDocumentComment .Author:before {
	content: normal;
}

#ServiceTemplate .HTMLDocumentComment .Author .Photograph {
	float: left;
	margin-right: 10px;
	max-width: 50px;
	max-height: 75px;
}

#ServiceTemplate .HTMLDocumentComment .Author .Name {
	display: block;
	font-weight: bold;
}

#ServiceTemplate .HTMLDocumentComment .Author .BusinessName,
#ServiceTemplate .HTMLDocumentComment .Author .WebsiteAddress {
	margin-top: 3px;
	display: block;
}

#ServiceTemplate .HTMLDocumentComment .CommentBody {
	clear: both;
}

#ServiceTemplate #Comments .TextButton {
	clear: both;
	float: right;
	margin: 15px 0 0 0;
}




.CalendarTable {
	border-spacing: 0 !important;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.CalendarTable td {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 10px;
}

.CalendarCell.Today {
	background-color: #eee;
}

.Week .CalendarCell,
.Month .CalendarCell {
	height: 100px;
}

.CalendarCell a {
	font-style: normal;
}

.CalendarCell.PreviousMonth,
.CalendarCell.NextMonth,
.CalendarCell.PreviousMonth a,
.CalendarCell.NextMonth a {
	color: #888;
}

.CalendarCell .Time,
.CalendarCell .Description,
.CalendarCell.PreviousMonth .Time,
.CalendarCell.NextMonth .Description {
	display: block;
	margin-left: 10px;
	color: #42bdaa;
}





/* Forum Styles */

.Forum .Subforums h3 {
	color: #444;
}

.Forum .ArticlesCount {
	float: right;
	font-size: .7em;
}

.Forum .ArticlesCount:before {
	content:"Posts: "
}


#ForumTemplate .Categories {
	display: none;
}

#ForumTemplate .Tags {
	display: none;
}






/* Directory Styles */

.Directory .User {
	margin-bottom: 20px;
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 0 10px 10px 10px;
}

.Directory .Logo {
	display: block;
	float: right;
	border: 1px solid #ddd;
	border-radius: 10px;
	margin: 0 0 10px 10px;
	padding: 5px;
	max-width: 32%;
	height: auto;
}

.Directory .Industries,
.Directory .Regions {
	padding: 5px 0 0 0;
}

.Directory .Industries:before {
	content: "Industries: ";
	font-weight: bold;
}

.Directory .Regions:before {
	content: "Regions: ";
	font-weight: bold;
}

.Directory .ViewProfile {
	display: block;
	margin-top: 20px;
	text-align: right;
}

.Directory .ViewProfile:after {display: table; content: " "; line-height: 0;}
.Directory .ViewProfile:after {clear: both;}





.ribbon {
	margin-left: -50px;
	border: none;
	padding: 5px 30px 5px 50px;
	color: #fff;
	background: url(../image/templates/default/ribbon-heading.png) right top no-repeat;
}





#services-menu {
	padding-bottom: 20px;
}

#services-menu > .grid {
	margin-top: -20px;
}

#services-menu > .grid > * {
	margin-top: 20px;
}

#services-menu > ul > li {
	padding: 0 0 20px 0;
	font-size: 1.4em;
	text-transform: uppercase;
	text-align: center;
	background-color: #aadbd6;
}

#services-menu li:hover {
	background: aadbd6;
}

#services-menu > ul > li > a {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #fff;
}

#services-menu img {
	display: block;
	float: none;
	padding-bottom: 20px;
	width: 100%;
	max-height: 100%;
}

@media screen and (max-width: 959px) {
	#services-menu > ul > li {
		font-size: 1.2em;
	}
}

@media screen and (max-width: 719px) {
	#services-menu > ul > li {
		font-size: 1em;
	}
}



body.default #content > .grid {
	margin: -10px -28px;
}

body.default #content > .grid > * {
	padding: 10px 28px;
}





#brands-menu {
	padding-top: 20px;
}

#brands-menu > .grid {
	margin-top: -20px;
}

#brands-menu > .grid > * {
	margin-top: 20px;
}

#brands-menu > ul > li {
	padding: 0 0 15px 0;
	font-size: 1.4em;
	text-transform: uppercase;
	text-align: center;
	background-color: #aadbd6;
}

#brands-menu li:hover {
	background: aadbd6;
}

#brands-menu > ul > li > a {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #fff;
}

#brands-menu img {
	display: block;
	float: none;
	padding-bottom: 15px;
	width: 100%;
	max-height: 100%;
}

@media screen and (max-width: 959px) {
	#brands-menu > ul > li {
		font-size: 1.2em;
	}
}

@media screen and (max-width: 719px) {
	#brands-menu > ul > li {
		font-size: 1em;
	}
}




#Login_Form .FormHeaderRow,
#Register_Form .FormHeaderRow,
#SendLoginDetails_Form .FormHeaderRow {
	font-size: 1.3em;
	text-transform: uppercase;
}

#Login_Form .FormCommandRow,
#Register_Form .FormCommandRow,
#SendLoginDetails_Form .FormCommandRow {
	text-align: center;
}

#Login_Form .FormCommandRow ul,
#Register_Form .FormCommandRow ul,
#SendLoginDetails_Form .FormCommandRow ul {
	display: inline-block;
	padding-top: 20px;
	padding-bottom: 20px;
}

#Login_Form .FormCommandRow li,
#Register_Form .FormCommandRow li,
#SendLoginDetails_Form .FormCommandRow li {
	display: inline-block;
	-webkit-box-shadow: 1px 1px 6px rgba(127, 127, 127, .3);
	-moz-box-shadow: 1px 1px 6px rgba(127, 127, 127, .3);
	box-shadow: 1px 1px 6px rgba(127, 127, 127, .3);
	border-radius: 5px;
	padding: 5px;
	font-size: 1em;
	text-transform: uppercase;
}