/* LIST OF POSTS ---------------------------------------------------------*/
	#main .divider {
		position: relative;
		height: 56px;
		background: url(http://creativecathy.com/packages/scrapbooker/themes/scrapbooker/images/blogdiv.png) center bottom no-repeat;
		margin: 20px 0 0;
		padding: 20px 0 0;
	}
	#blogwrap {
		position: relative;
		margin: 30px 0 0;
		padding: 30px 0 0;
	}
	
	#blogwrap .storyIntro {
		position: absolute;
		z-index: 1;
		top: 30px;
		left: 0;
		background: #FFF;
		padding: 0 15px 10px 0;
		-moz-border-radius-bottomright: 20px;
		-webkit-border-bottom-right-radius: 20px;
	}
	
	#blogwrap .storyIntro h2 {
		font-size: 40px;
		text-align: left;
		line-height: 40px;
		margin: 0;
	}
	
	#blogwrap .storyIntro .entryMeta {
		margin-top: -5px;
		font-size: 12px;
	}

	#blogwrap p.storyExcerpt {
		margin-top: 10px;
	}
	
	#blogwrap p.storyExcerpt span {
		color: #CCC;
	}
	
	#blogwrap .commentLink {
		position: absolute;
		width: 27px;
		height: 23px;
		top: 40px;
		right: 10px;
		background-image: url(http://creativecathy.com/packages/scrapbooker/themes/scrapbooker/images/sprite.png);
		background-repeat: no-repeat;
		background-position: -239px -59px;
		text-align: center;
		font-size: 12px;
	}
	
	#blogwrap.hover .commentLink {
		background-position: -285px -59px;
		color: #FFF;
	}
	
	#blogwrap .postDate {
		position: absolute;
		padding:15px 10px 5px 10px;
		width: 30px;
		top: 50px;
		font-family: 'ArialNarrow', Arial, sans-serif;
		text-transform: uppercase;
		font-weight: normal;
		font-size: 18px;
		line-height: 20px;
		height: 50px;
		text-align: center;

	}

	#blogwrap .postDate span {
		display: block;
		margin-top: -5px;
		text-align: center;
		font-size: 20px;
		line-height: 15px;
	}
	
	#blogwrap:first-child {
		border: none;
		margin: 0;
		padding: 0;
	}
	
	#blogwrap:first-child .storyIntro {
		top: 0;
	}
	
	#blogwrap:first-child .commentLink {
		top: 10px;
	}
	
	#blogwrap:first-child .postDate {
		top: -10px;
	}

/* POST ---------------------------------------------------------*/

	.image {
		margin-bottom: 30px;
	}

	 .big p {
		font-size: 22px !important;
		line-height: 28px;
		margin-bottom: 20px;
	}
	
	 .big span.dropCap {
		font-size: 100px;
		line-height: 100px;
		font-family: 'ArialNarrow', Arial, sans-serif;
		text-transform: uppercase;
		font-weight: normal;
		float: left;
		margin: 0 10px 0 0;
	}

	.meta {
		text-transform: uppercase;
	}
	
	.authorBlock,
	.entryUtility {
		overflow: hidden;
		border-top: 1px dashed #EAEBEC;
		margin: 30px 0 0;
		padding: 30px 0 0;
	}
	
	.entryUtility div {
		margin: 10px 0;
	}

	.entryUtility div:first-child {
		margin-top: 0;
	}
	
	.icon {
		display: inline-block;
		width: 18px;
		height: 18px;
		vertical-align: middle;
		margin-right: 10px;
		background-image: url(http://creativecathy.com/packages/scrapbooker/themes/scrapbooker/images/sprite.png);
		background-repeat: no-repeat;
	}
	
 	.iconCategory {
		background-position: -321px -14px;
	}
	
	 .iconTag {
		background-position: -349px -14px;
	}
	
	.iconShare{
				background-position: -349px -14px;
		}
	
 	.iconBookmark {
		background-position: -377px -14px;
	}

	.authorBlock img {
		float: left;
		margin-right: 20px;
	}
	
	.authorBlock p {
		font-weight: bold;
		margin: 0;
	}
	
	.meta, .pmeta {
		font-size: 9px;
		line-height: 5px;
		margin-bottom: 30px;
	}


.thumbnail img {
	width: 570px;
	height:auto;
	border: 5px solid #d1d6e5;
	margin-bottom: 20px;
	
	}
	
	/* CONTACT FORM ---------------------------------------------------------*/
	
		.contactForm h1 {
			margin: 0!important;
		}	
	
		.contactForm h1.confirmation {
			margin-bottom: 30px!important;
		}
	
		form #copyMeIn label,
		form #copyMeIn input {
			display: inline;
			width: auto;
			vertical-align: text-top;
		}



/* WIDGETS ---------------------------------------------------------*/

	.widgetArea ul {
		margin: 0 0 30px 0;
	}

	.widgetArea > ul {
		margin: 0;
		padding: 20px 0 0 20px;
	}

	.widgetArea > ul li {
		margin: 0;
		list-style: none;
	}
	
	.widgetArea ul li.widget-container ul li {
		margin: 4px 0;
		padding-left: 25px;
		
	}

	.widgetArea ul li.widget-container ul li:first-child {
		margin-top: 0;
	}
	
	

	/* RECENT COMMENTS ---------------------------------------------------------*/

		.widgetArea ul li.widget_recent_comments ul li {
			background: none;
			padding: 0;
		}

	/* SEARCH ---------------------------------------------------------*/

		.widget_search {
			padding-bottom: 10px;
		}

		.widget_search input {
			border: none;
			background: #82c3ce;
			-moz-border-radius-topleft: 5px;
			-moz-border-radius-bottomleft: 5px;
			-webkit-border-top-left-radius: 5px;
			-webkit-border-bottom-left-radius: 5px;
			padding: 12px 10px 11px 10px;
			width: 240px;
			font-size: 15px;
			text-transform: uppercase;
			margin-left: 20px;
			margin-top: 0px;
			height:40px!important;
		}
		
		.widget_search button {
			border: none;
			-moz-border-radius-topright: 5px;
			-moz-border-radius-bottomright: 5px;
			-webkit-border-top-right-radius: 5px;
			-webkit-border-bottom-right-radius: 5px;
			padding: 10px;
			margin-left: -4px;
			width: 50px;
			cursor: pointer;
			font-size: 15px;
		}

		.widget_search button span {
			margin-left: -2px;
			padding: 10px 0;
			background-image: url(http://creativecathy.com/packages/scrapbooker/themes/scrapbooker/images/sprite.png);
			background-repeat: no-repeat;
			background-position: -191px -50px;
		}
		
		.widget_search button span em {
			visibility: hidden;
		}
			.widget_search h3, .ccm-page-list h3 {
				border-bottom: none !important;
				}
		.widget_search input[type="submit"]{
			display: none;
			
			}
			
		
			
#sidebar #searchblue h3 {
		color: #248695;
		}
		
		
 #sidebar #searchblue h3 {
	border-bottom: 1px solid #dde89a!important;
	/* customize_h2borderbottom */border-bottom-color:  #dde89a !important;		/* customize_h2borderbottom */
	font-family: futura, 'Trebuchet MS', arial;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 20px;
	padding-bottom: 8px;
	text-transform: uppercase;
	margin-top: 5px;
	
}
		
#searchForm {
		margin-top: 20px;
		padding-top: 5px;
		padding-bottom: 15px;
			
		}
#searchblue {
		background: url(http://creativecathy.com/packages/scrapbooker/themes/scrapbooker/images/searchback.png) repeat;
		padding-top: 0px;
		padding-bottom: 20px;
		min-height: 100px;
		}


/* TWITTER ---------------------------------------------------------*/

	#latestTweet {
		min-height: 100px;
	}

	#latestTweet ul {
		margin: 0;
	}

	#latestTweet ul li {
		margin: 0;
		list-style: none;
	}
	
	#latestTweet ul li p:first-child {
		font-size: 14px;
	}




/* FIREFOX ---------------------------------------------------------*/

	@-moz-document url-prefix(){
	
		form .formSubmit button#submit em {
			top: 0;
			bottom: 0;
		}
	
	}
	
/* WEBKIT ---------------------------------------------------------*/

	@media screen and (-webkit-min-device-pixel-ratio:0) {

.widget_search button {
			padding: 10px 10px 11px 10px;
		}
		
.widget_search button span {
			padding: 9px 15px;
		}
		
	}
	
	
#header #branding,
#container {
	float: left;
}
.socialLinks {
	background: url(http://creativecathy.com/packages/scrapbooker/themes/scrapbooker/../images/shadow.png) 0 0 repeat-y;
	left: 680px;
}
.socialLinks li {
	margin: 0 10px 0 0;
}

#sidebar {
	
}
.widgetArea > ul {
	padding: 20px 0 0 20px;
}
#header .bubbleTop {
}
#footer .bubbleBottom {
	background-position: -2px 0px;
}
#blogwrap .postDate {
	left: -70px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
}
#latestTweet {
	padding: 0 0 0 20px;
}
#advertSlot {
	padding-left: 20px;
}


#tags {
	margin-top: 10px;
	background: #f1f1f1;
	padding: 10px;
	font-size: 14px;
	color: #949494;
	padding-left: 20px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomrightt: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	}
	
	
#pmeta {
	margin-top: 10px;
	background: #f1f1f1;
	padding: 10px;
	padding-left: 20px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomrightt: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	}



#content-sbBlog-post p {
	margin-top: -10px;
	}
	
.content-sbBlog-commentcount {
	background:url(http://creativecathy.com/packages/scrapbooker/themes/scrapbooker/images/commentsback.png) center bottom no-repeat !important;
	height: 43px;
	width: 77px;
	margin-right: 0px !important;
	}
	
	
.content-sbBlog-commentcount p {
	width: 77px;
	margin: 0 auto;
	text-align: center;
	margin-top: 10px;
	}
	
	
#content-sbBlog-title{
	margin-top: 5px;}
	
#sidebar .ccm-page-list{
	margin-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	line-height: 30px;
	margin-bottom: 30px;
	font-size: 18px;
	text-decoration: none;
	}

	
.at15t_twitter{
	background:url(http://creativecathy.com/packages/scrapbooker/themes/scrapbooker/images/tweet.png) center bottom no-repeat !important;
	}
	
.at15t_digg{
	background:url(http://creativecathy.com/packages/scrapbooker/themes/scrapbooker/images/digg.png) center bottom no-repeat !important;
	}
	
.at15t_email{
	background:url(http://creativecathy.com/packages/scrapbooker/themes/scrapbooker/images/email.png) center bottom no-repeat !important;
	}
	
.at15t_facebook{
	background:url(http://creativecathy.com/packages/scrapbooker/themes/scrapbooker/images/fbook.png) center bottom no-repeat !important;
	}
	
.addthis_default_style .at15t_compact{
	background:none!important;
	color: #a5a5a5;
	margin-left: -20px;
	}
	
.content-sbBlog-share a{

	color: #a5a5a5 !important;
	}
	
.addthis_toolbox, addthis_default_styl{
	margin-bottom: 30px !important;}
	
	
.content-sbBlog-share {

	margin-left: -20px;
	}
	
.blog-attributes .content-sbBlog-share{
	margin-left: 0px;
	padding-bottom: 20px !important;
	
	}
	
.rss  {
	margin-right:10px !important;
	}
	
	
#tags a {
	margin-right: 10px;
	}
	
.content-sbBlog-share {
	margin-right: 0px !important;
	}
	
.ccm-autonav-breadcrumb-sep{
	display: none !important;
	}
	
.ccm-page-list-title, .blog-attributes h1 {
	color: #66749e !important;
	font-size: 30px;

	}
	
.ccm-page-list-title a {
		color: #66749e  !important;
		font-size: 30px;
		padding-top: 30px;
		line-height: 30px;
		margin-bottom: 0px !important;
		}
		
.ccmDateNav {
		margin-bottom: 20px;

	}
	
.month .monthsPage a {
	font-size: 15px;
	color: #fff;

	}
	
.month .section, .ccm-tags-display h4 {
	font-size: 25px;
	margin-bottom: 0px !important;
	padding-bottom:  0px !important;
	line-height: 15px;
	color: #fff;
	}
	
ul.ccm-tag-list li a{
	font-size: 16px;
	color: #fff;
	line-height: 12px;
	background: none !important;
	border: none !important;
	margin: 0px !important;
	padding: 0px !important;
	}
	
 h4 {
		}
	
#pb_body {
	margin-top: 20px !important;
	}
#pb_body p {
	margin-top: 10px;
	}
	
.blog-attributes {
	margin-bottom: 20px;
	}
	
.taglist {
	margin-bottom: 10px;
	}
	
#pb_body{
	width: 540px !important;
	}
	

#avatar {
	width: 60px;
	float: left;
		}
		
#avatar img {
		border: 4px solid #66749e;
		margin-bottom: 0px !important;
		padding-bottom: 0px !important;
}
	
#authorBlock p {
	width: 450px;
	float: right;
	margin-top: 0px;
	}
	
#pmeta .content-sbBlog-share{
	margin-left: 10px;
	
	}
	
#pmeta {
	min-height: 60px;
	width:250px;
	float: right;
	}
	
#twee {
	float: left;
	width: 250px;
	}
	
#metaleft {
	float: left;
	width: 50%;
	}
	
#metaright {
	width: 50%;
	float: right;
	}
	
#pmeta  img {
	margin-bottom: 0px;
	padding-bottom: 0px;
	}
	
#postfooter {
	margin-top: 30px;
	}
	
.guestBook-entry {
	margin-top: 20px !important;
	background: #f1f1f1 !important;
	padding: 10px!important;
	padding-left: 20px !important;
	margin-bottom: 50px  !important;
	-moz-border-radius-topleft: 10px !important;
	-moz-border-radius-bottomleft: 10px !important;
	-webkit-border-top-left-radius: 10px !important;
	-webkit-border-bottom-left-radius: 10px !important;
	-moz-border-radius-topright: 10px !important;
	-moz-border-radius-bottomrightt: 10px !important;
	-webkit-border-top-right-radius: 10px !important;
	-webkit-border-bottom-right-radius: 10px !important;
	 }
	 
ul.ccm-search-block-tag-cloud li a {
	padding: 4px;
	background-color: transparent !important;
	display: inline-block;
	text-decoration: none;
	vertical-align: middle;
	border: none !important;
}


.block-socialprofiles {
	margin-top: 20px !important;
	}
	
.block-socialprofiles a {
	margin-right: 5px!important;
	}
	
	
.ccm-jereme-tweet-username{
	padding: 0px !important;
	margin: 0px !important;
	color: #707c31 !important;
	line-height: 20px;
	}
	
.ccm-jereme-tweetcrete-timeline{
	color: #919f48 !important;
	background: url(http://creativecathy.com/packages/scrapbooker/themes/scrapbooker/images/green.png) repeat;
	padding: 20px;
	min-height: 100px;
	}
.ccm-jereme-tweetcrete-timeline img {
	margin-right: 10px;
	vertical-align:top;
	border: 3px #f0f8c6 solid;
	float: left;
	width: 50px;
	height: 50px;
	}
	
.ccm-jereme-tweetcrete-timeline h1 {
	border-bottom: none !important;
	font-size: 18px !important;
		}
	
.ccm-jereme-tweet-follow-link {
	text-decoration: none;
	font-size: smaller;
	background: #919f48 !important;
	color: white;
	font-family: Arial, Helvetica, san-serif;
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
	border-right: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	padding: 3px 5px;
	margin-right: 20px;
	margin-top: 10px;
	padding-top: 0px;
	}

.ccm-jereme-tweet-text, .ccm-jereme-tweet-text a{
	color: #707c31 !important;
	font-size: 17px;
	line-height: 25px;
	}

.ccm-jereme-tweetcrete-timeline ul{
	margin-top: 5px !important;
	}
	
#primary ul.nav li a {
	background: none !important;
	color: white;
	border: none !important;
	display: block;
	padding: 15px 0px;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	}

.guestBook-formBlock .note {
	font-size: 10px;
	clear: both !important;
	}

.button {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
	}
	
/*sidebar content backgrounds */
 #sidebar h1,  #sidebar h2, #sidebar h4,  #sidebar ul, #sidebar #searchblue h3   {
	padding-left: 20px!important;
	padding-right:20px!important;
	padding-top: 15px!important;
	padding-bottom: 15px !important;
	}
	
 #sidebar li{
	padding-left: 20px!important;
	padding-right:20px!important;
	
	}
#sidebar p {
	padding-left: 20px!important;
	padding-right:20px!important;

	padding-bottom: 25px !important;
	}
.purple, .ccmDateNav{
	background: url(http://creativecathy.com/packages/scrapbooker/themes/scrapbooker/images/purple.png) repeat;
	padding-top: 5px;
	padding-bottom: 5px;
	min-height: 100px;
		}
.green, #sidebar .nav {
	background: url(http://creativecathy.com/packages/scrapbooker/themes/scrapbooker/images/green.png) repeat;
		min-height: 100px;
		}
.orange, .ccm-tags-display {
	background: url(http://creativecathy.com/packages/scrapbooker/themes/scrapbooker/images/orange.png) repeat;
		min-height: 100px;
		}
.blue {
	background: url(http://creativecathy.com/packages/scrapbooker/themes/scrapbooker/images/blue.png) repeat;
		min-height: 100px;
		}
#sidebar .nav {
	margin-top: 30px;
	margin-bottom: 30px;
	}	
.blue, .purple, .orange {
	margin-top: 30px;
	margin-bottom: 30px;}

.smallcal {
	margin-left: 20px !important;
	color: #278c91;
	
	
	}
.month {
	float: left;
	}
.day {
	float: left;
	clear: right;
	margin-left: 10px;
	}
.ccm-tags-display{
	margin-top: 30px;
	margin-bottom: 30px;
	}
.block-socialprofiles img {
	margin-right: 5px;
	}
	
.ccm-search-block-tag-cloud-wrapper li{
	padding: 0px !important;
	margin: 0px !important;
	}
	
/*footer add ons*/

.email_list_signup_container{
	margin-top: 40px;
	color: #fff;
	}
	
.email_list_signup_container h1, #footer h1{
	font-weight: bold;
	font-size: 25px;
	color: #fff;
	line-height: 20px;
	padding-bottom: 0px !important;
	}
	
#footer h2 {
	font-size: 20px;
	color: #fff;
	line-height: 20px;	
	border-bottom-color: #fff !important;
	}
	
#footer p {
	color: #fff;
	}
	
.email_list_signup_container input{
	background: #f1976a!important;
	border: 5px solid #faaa7e !important;
	padding: 10px !important;
	color: #fff !important;
	margin-left: 20px !important;
	/*** ROUNDED CORNERS ***/
	-moz-border-radius-topleft:15px!important;
	-webkit-border-top-left-radius: 15px!important;
	-moz-border-radius-topright: 15px!important;
	-webkit-border-top-right-radius: 15px!important;
	border-radius:  15px!important;/* CSS3 */
	}
	
.email_list_signup_container .ccm-input-submit{
	width: 100px!important;
	}
.email_list_signup_container .ccm-input-submit:hover{
	background: #df7e4e !important;
	}
	
	
/*calendar*/

#event_cal input[type="submit"] {
	width: 30px !important;
	color: #fff;
	}
	
#event_cal #year {
	
	}
	
#event_cal form a {
	background: #66749E;
	padding: 8px;
	font-size: 11px;
	color: #fff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	}
	
#event_cal #normal, #normal a {
	font-size: 15px !important;
}
	
/* members profiles */

#ccm-profile-wrapper h4 {
	font-size: 15px;
	font-weight: normal;
	font-family: Georgia, sans-serif;
	line-height: 20px;
	text-transform: none;
	}
	
#ccm-profile-wrapper .ccm-input-text {
	width: 190px !important;
	margin-bottom: 0px !important;
		}
	
	
#ccm-profile-wrapper  input[type="submit"]{
	margin-top: 0px !important;
	}
.u-avatar {
	border: 5px solid #95d4d7;
	}
	
.ccm-profile-member-username a{
	font-size: 20px;
	}
	
/*forum*/
#forum_layout {
	font-family: Georgia, sans-serif !important;
	}
#forum_header a {
	background: #dde89a;
	border-color:#dde89a;
	}
	
	
.topic_head{
	background: url(http://creativecathy.com/packages/scrapbooker/themes/scrapbooker/images/blue.png) repeat;
	border-color: #92d4d8;
	border-style: solid;
	border-width: 1px;
	color: #fff;
	display: block;
	float: left;
	font-size: 28px !important;
	margin-top: 10px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	width: 100%;
}


.topic_head a{
	color: #fff !important;
	font-size: 20px !important;
	}
.topic_head span, .sticky span {
	color: #fff;
	font-size: 15px !important;
	}
	
.topic_head .ui-state-default, .topic_head .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
	background: #92d4d8 !important;
	border: solid  2px #fff !important;
	color: #fff !important;
	font-weight: normal;
}

.author{ 
	margin-bottom: 10px; 
	margin-top: 10px; 
	float: left; 
	background-color: #95d4d7!important;
	height: 75px; 
	width: 75px; 
	border-color: #95d4d7!important;
	border-width: 4px!important;
	border-style: solid; 
	display: block; 
	}
	
.post{ 
	font-family: sans-serif!important; 
	padding-right: 5px; 
	padding-left: 5px; 
	width: 100%; 
	border-color: #92d4d8!important;  
	border-width: 1px; 
	
	float: left; 
	display: block; }
.post_content{ 
	margin-left: 110px!important; 
	display: block;
	font-size: 16px;
	line-height: 28px; 
	width: 80%; 
	margin-bottom: 20px;
	}
.post_option{ 
	padding-bottom: 6px; 
	padding-top: 4px; 
	display: block; 
	margin-top: 12px; 
	margin-bottom: 8px; 
	margin-right: 12px; 
	float: right; }
.post_header{ 
	border-bottom-color: #e6e6e6; 
	border-bottom-width: 1px; 
	border-bottom-style: solid; 
	margin-right: 5px; 
	margin-top: 8px; }
	
.post_content h3 {
	font-size: 22px !important;
	font-family: Georgia, sans-serif;
	line-height: 35px;
	}
	
.odd{ 
	background-color: #ebfafb !important; 
	}
	
/*ecommerce */
.cc-cart-links {
	margin-bottom: 40px;
	margin-top: 20px;
	
	}
.cc-cart-links a {
	background: #66749E;
	padding: 18px;
	font-size: 11px;
	color: #fff !important; 
	text-decoration: none;
	margin-bottom: 30px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	}
	
.cc-cart-links a:hover {
	background: #445585;
	text-decoration: none;
	}
	
.pagination span {
	background: #dde89a;
	padding: 10px;
	font-size: 15px;
	margin-right: 10px;
	text-decoration: none;
	margin-bottom: 30px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	}
	
#main .ccm-core-commerce-add-to-cart-image img {
	border: 6px solid #94d5d9;
	}
	
#main .ccm-core-commerce-add-to-cart .ccm-input-submit  {
	background-color: #b2c356!important; 
	border-color: #b2c356 !important;
	color: #fff !important;
	vertical-align: bottom !important;
		}
		
	
#main .ccm-core-commerce-add-to-cart strong{
	color: #66749E;
	font-size: 14px;
	}
	
	
#main .ccm-core-commerce-add-to-cart strong a{
	color: #66749E;
	font-size: 18px;
	
	}
	
	
#sidebar .ccm-core-commerce-add-to-cart {
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 20px;
	color: #84942e;
	}
	
#sidebar .ccm-core-commerce-add-to-cart a {
	
	color: #84942e;
	}
	
#sidebar .ccm-core-commerce-add-to-cart-callout-inner tbody {
	padding: 20px;
	}
	
#sidebar .ccm-core-commerce-add-to-cart-image img{
	border:5px solid #84942e;
	
	}
	
.currentPage {
	background: #c3d075;
	}
	
.pagination {
	width: 870px;
	padding: 20px;
	text-align: center;
	}
