/*
Theme Name: Box of Crayons Shop
Theme URI: http://www.boxofcrayonsshop.com/
Description: Child Theme for Box of Crayons Shop, all rights reserved
Author: Zoonini Web Services
Author URI: http://www.zoonini.com/
Template: ecommerce
Version: 1.0
*/
/* @import url('../ecommerce/style.css'); */

html, body { 
	margin: 0; 
	padding: 0;
}

body { 
	background: #fff url(images/bg-gradient.gif) repeat-x top left !important;
	color: #666;
	font-size: 90%;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align: center;
}

body * {
	margin: 0; 
	padding: 0;
}

.clearfix:after { content: "."; display: block; clear: both; margin: 0; padding: 0; height: 0; visibility: hidden; }


/*********************************************
		Link Styles
*********************************************/
a:link {
	text-decoration: underline;
	color: #40A629;
}
a:visited {
	text-decoration: underline;
	color: #195A1D;
}
a:hover, a:active {
	text-decoration: none;
	color: #cd1a26;
}

/*********************************************
		Text Elements
*********************************************/
p, ul, ol, blockquote {
	color: #000;
}
ol, ul {
	margin: 5px 35px;
}
li {
	margin: 0 0 5px 0;
}
blockquote {
	margin: 0 0 0 20px !important;
	padding: 0 0 0 10px !important;
	border-left: 4px solid #4d82c8;
	line-height: 1.4;
}
blockquote p {
	padding: 0 0 0 10px !important;
	margin: 10px 0 10px 0 !important;
	line-height: 1.4;
	color: #1B57A8 !important;
}
img { border: 0; background: none; }
p {
	line-height: 1.4;
	padding: 10px 0;
	margin: 0;
}
#content ul li {
	list-style-type: none;
	background-image: url(images/bullet.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 0 10px 2px 25px;
	line-height: 1.4;
}
#content ol li {
	padding: 0 10px 2px 8px;
	margin: 0 0 0 20px;
	line-height: 1.4;
	list-style-type: decimal;
}
#content p {
	line-height: 1.4;
	padding: 10px 0;
	margin: 0;
}

/*********************************************
		Heading Styles
*********************************************/

h1 { /* This style used as title on single posts and pages */
	font-size: 150%;
	padding: 10px 0 5px 0;
	margin: 0 0 5px 0;
	color: #1B57A8;
	text-decoration: none;
	text-align: left;
}
h1 a {
	color: #1B57A8;
	text-decoration: none;
}
h1 a:hover {
	text-decoration: underline;

}

h2 { /* This style used as header in the sidebars */
	font-size: 120%;
	color: #0e783d;
	margin: 0 0 10px 0;
	padding: 5px 0 0 0;
	font-weight: bold;
}
h3 { /* This style used as the post titles on homepage/archive */
	font-size: 110%;
	padding: 10px 0 5px 0;
	margin: 0;
	color: #000;
	text-decoration: none;
}
h3 a {
}
h3 a:hover {
}
h4 { /* This style used as title for (comments - style overridden below) and as the identifying header on archive page  */
	font-size: 130%;
	padding: 10px 0 5px 0;
	margin: 0;
	color: #666;
	text-decoration: none;
}
h5 { /* This style used for the product enlarged view  */
	font-size: 90%;
	color: #cc0000;
	background-image: url(images/mag-glass.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 0 10px 2px 25px;
	height: 30px;
	margin: 5px 0 0 0;
	font-weight: normal !important;
}
h6 { /* This style used for product price   */
	font-size: 100%;
	color: #1B57A8;
	text-decoration: none;
	padding: 5px 0 5px 0;
}



/*********************************************
		Container Div
*********************************************/
#container {
	background: #fff;
	border: none;
	text-align: left;
    margin: 20px auto;
    width: 960px;
    padding: 0;
}

/* NOT USED, goes above header graphic
#toptag {
	display: block;
	background: #000;
	color: #fff;
	margin: 0 auto; padding: 10;
	text-align: center;
	letter-spacing: 6px;
	text-transform: uppercase;
} */


/*********************************************
		Header Styles
*********************************************/
#header {
	border: none;
	background-color: #fff;
	margin: 0;
	padding: 0;
	width: 960px; 
	height: 110px;
	display: block;
	position: relative;
}
#header h1, #header h1 a { /* off-screen header text */
	display: block;
	width: 415px; 
	height: 60px;
	text-indent: -9999px;
	overflow: hidden;
}
#header h2 { /* This style used as header in the sidebars */
	font-size: 110%;
	color: #333;
	background: transparent;
	margin: 0;
	padding: 0;
	font-weight: normal;
}
#header p {
	margin: 0;
	padding: 0 0 5px 0;
}

.headerleft {
	width: 415px;
	float: left;
	margin: 0;
	padding: 15px;
}
.headerright {
	width: 325px;
	float: right;
	margin: 0;
	padding: 25px 15px 15px 15px;
	text-align: right;
}
#printhead {
	display: none; /* Hide for screen */
}
/*********************************************
		Feature
*********************************************/
#feature {
	clear: both;
	border: none;
	background: #4d82c8 !important;
	color: #fff;
	margin: 0px 0px 15px 0px;
	padding: 20px;
	display: block;
	position: relative;
	min-height: 165px;
}
#feature p {
	color: #fff;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
#feature h2 { /* This style used as header in the sidebars */
	font-size: 150%;
	color: #fff;
	background: transparent;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-weight: normal;
}
#feature a {
	color: #fff;
	text-decoration: underline;
}
#feature a:hover {
	text-decoration: none;
}
#feature ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#feature ul li {
	padding: 0px;
}
#feature ul li ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
#feature ul li ul li {
	padding: 0px;
	margin: 0px 0px 0px 25px;
	list-style-type: disc;
	color: #fff;
}

#feature img { border: 0px; background: none; }
#feature .textwidget {
	color: #fff;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

.featureleft {
	background: #4d82c8;
	width: 40%;
	float: left;
	margin: 0px;
	padding: 0px;
}
	
.featureright {
	background: #4d82c8;
	width: 58%;
	float: right;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font: 110%/1.4 Tahoma, Arial, Helvetica, sans-serif;
}
	

/*********************************************
		Horizontal Navigaion Styles
*********************************************/

#menu {
	background: transparent url(images/menu-bg.gif) repeat-x top left !important;
	font-size: 110%;
	text-align: left;	
	padding: 0;
	margin: 0;
	display: block;
	width: 100%;
}
#menu ul {
	margin: 0;
	padding: 0;
	background-color: transparent;
}
#menu ul li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
#menu ul li a {
	color: #fff;
	background: transparent; /* background must be defined */
	padding: 10px 10px;
	margin: 0;
	text-decoration: none;
}
#menu ul li a:hover {
	background: transparent url(images/menu-bg-over.gif) repeat-x top left !important;
	color: #fff;
	text-decoration: none;
}

/*********************************************
		Home Thumbnails Div
*********************************************/

.thumbnail{
	float: left;
	padding: 0;
	margin: 0 35px 30px 25px;
	background: #fff;
	display: inline;
	border: 0 solid #000;
	width: 252px;

	}
.thumbnail p {
	font-size: 85%;
	/* text-transform: uppercase; */
	clear: both;
	padding: 0;
	text-align: center;
	}
.thumbnail h3 { /* This style used as the post titles on homepage/archive */
	font-size: 120%;
	padding: 0 0 5px 0;
	margin: 5px 0 0 0;
	color: #0e783d;
	text-decoration: none;
	text-align: center;
	width: 252px;
}
.thumbnail h3 a {
	color: #0e783d;
	text-decoration: none;
}
.thumbnail h3 a:hover {
	text-decoration: underline;
}

.thumbnail img {
	margin: 0 5px 5px 5px;
	border: 0;
	padding: 0;
	width: 252px;
	height: 175px;
	float: left;
	border: 1px solid #666;
}	
.thumbnail img a {
	border: none;
	}	
.thumbnail img a:hover {
	border: 0 solid #fff;
}



/*********************************************
		Content Div
*********************************************/
#content {
	float: left;
	margin: 0;
	padding: 0 0 10px 0;
	width: 650px;
	display: block;
	border: none;
}
.post-more { /* Use this class to style the "more" tag */
}
.post-more a, .post-more a:visited { /* Use this class to style the link within the post-more div */
}


/*********************************************
		Post Meta Styles
*********************************************/
.meta-top {
	clear: both; /* we need this so floats in the post are cleared */
	padding: 5px;
	margin: 10px 0;
	background: #CCC;
}
.meta-bottom {
	clear: both; /* we need this so floats in the post are cleared */
	padding: 5px;
	color: #333;
	margin: 10px 0;
	background: #fff;
	border-top: 1px solid #999;
	padding: 10px 0 0 0;
	line-height: 1.4;
}
.meta-date {
	margin: 0 5px;
}
.meta-author {
	margin: 0 5px;
}
.meta-comments {
	margin: 0 5px;
}
.meta-category {
	margin: 0;
	padding: 0;
}
.meta-tags {
	margin: 0;
	padding: 0;
}

/*********************************************
		Previous/Next Page Navigation
*********************************************/
.page-nav {
	clear: both; /* To clear any floats */
	margin: 10px 0;
	padding: 10px 0;
}
.nav-previous {
	width: 249px; 
	float: left; 
	text-align: left;
}
.nav-next {
	width: 249px; 
	float: right; 
	text-align: right;
}
	
/*********************************************
		Left Sidebar
*********************************************/
#l_sidebar {
	display: inline;
	float: left;
	border: 0 solid black;
	width: 200px;
	margin: 0 0 15px 0;
	padding: 0 20px;
	display: block; /* floats are handled as block elements, this is to fix 
						a margin collapsing bug in IE */
}
#l_sidebar h2 { /* This style used as header in the sidebars */
	background: transparent url(images/sideback-boc2.gif) top center no-repeat;
	font-size: 100%;
	font-weight: normal;
	color: #FFF;
	margin: 0 0 10px 0;
	padding: 5px;
	width: 190px !important;
}
#l_sidebar p {
	padding: 5px;
}
#l_sidebar img {
	text-align: center;
}
#l_sidebar form {
	padding: 0;
	margin: 5px;
}
#l_sidebar ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 180px;
}
#l_sidebar ul li {
	padding: 0 0 10px 0;
}
#l_sidebar ul li ul {
	padding: 0 0 0 0;
}
#l_sidebar ul li ul li {
	padding: 0;
	margin: 5px;
}
#l_sidebar ul li ul li a {
	text-decoration: none;
}
#l_sidebar ul li ul li a:hover {
	text-decoration: underline;
}
#l_sidebar ul li ul li ul {
	padding: 0;
	margin: 0;
}
#l_sidebar ul li ul li ul li {
	padding: 0;
	margin: 5px 10px 5px 5px;
}

.viewcart {
	background-image: url(images/cart.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 5px 10px 2px 30px !important;
	margin: 5px 0 20px 0;
}

/*********************************************
		Comment Styles
*********************************************/

#comments {
	padding: 8px 0;
}

#comments h4 { 
	font-size: 130%;
	/* padding: 10px 0 5px 0;
	margin: 0; */
	background-image: url(images/bubble.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 7px 0 10px 60px;
	letter-spacing: 1px;
	color: #0e783d;
	text-transform: uppercase;
	text-decoration: none;
}

/* Comment Form */
h4.respond {
	text-transform: none !important;
	letter-spacing: normal !important;
}

#commentform {
	width: 600px;
	font-size: 90%;
}
#commentform p {
	width: 275px;
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 200px; /*width of left column containing the label elements*/
	height: 1%;
}

#commentform label {
	font-weight: bold;
	color: #333;
	float: left;
	margin-left: -200px; /*width of left column*/
	width: 185px; /*width of labels. Should be smaller than left column to create some right margin*/
}

#commentform input[type="text"] { /*width of text boxes. IE6 does not understand this attribute*/
	width: 375px;
}

#commentform textarea {
	width: 375px;
	height: 120px;
}

/*.threepxfix class below:
	Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
	to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
	margin-left: 3px;
}

#commentform input.txt, #commentform textarea.txt {
	color: #000;
	background-color: #f9fdf8;
	border: 1px solid #1B57A8;
	padding: 3px;
	font: normal 90% Tahoma, Arial, Helvetica, sans-serif;
}
#commentform input.txt {
	width: 375px;
} 
#commentform input.btn {
	background-color: #5e8fcd;
	font: bold 100% Tahoma, Arial, Helvetica, sans-serif;
	padding: 6px;
	color: #fff;
	margin: 0;
	border: 4px solid #a2c2eb;
	width: 150px;
}
#commentform label.reqd, .reqd {
	/* color: #EF2E24; */
	font-weight: bold;
}


/* COMMENT LIST */

#comments {

}
#comments a:link, #comments a:visited {
	text-decoration: none;
}
#comments a:hover, #comments a:active {
	text-decoration: underline;
}
.comment-head {
	
}
#comments .even {
	margin: 0 0 5px 0;
	padding: 5px 10px 10px 10px;
	background: #FFFFFF;
	overflow: hidden;
	border-bottom: 1px dotted #B7B7B7;
	font-size: 90%;
}
#comments .odd {
	margin: 0 0 5px 0;
	padding: 5px 10px 10px 10px;
	background: #FFFFFF;
	overflow: hidden;
	border-bottom: 1px dotted #B7B7B7;
	font-size: 90%;
}

#comments .michaelpost { /* Michael */
	margin: 0 0 5px 0;
	padding: 0 10px 10px 10px;
	background: #f4f9ff;
	overflow: hidden;
	border-bottom: 1px dotted #B7B7B7;
	font-size: 90%;
}
#comments .comment-head { /* Michael */
	padding-top: 5px;
}

#michaelgravatar { /* Michael */
	float: left;
	margin: 5px 5px 5px 0;
}


/* Search Form */

#searchform input.txt {
	color: #000;
	background-color: #f9fdf8;
	border: 1px solid #1B57A8;
	padding: 3px;
	margin: 0 0 5px 0;
	font: normal 90% Tahoma, Arial, Helvetica, sans-serif;
}
#searchform input.txt {
	width: 150px;
} 

#searchform input.btn {
	background-color: #5e8fcd;
	font: bold 100% Tahoma, Arial, Helvetica, sans-serif;
	padding: 2px;
	color: #fff;
	margin: 0;
	border: 4px solid #a2c2eb;
	width: 100px;
}

/* Other */

/* Themes contact form */
#ithemes-contact-page-name,
#ithemes-contact-page-website,
#ithemes-contact-page-email,
#ithemes-contact-page-form textarea {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
}



/************************************************
*	Bottom "Sidebars"					     		* 
************************************************/

#bottom {
	background: #f4f9ff;
	width: 960px;
	margin: 0 auto 0;
	padding: 10px 0 20px 0;
	line-height: 20px;
	border-top: 3px solid #5688ca;
	clear: both;
}
#bottom p, #bottom .textwidget {
	padding: 0 0 5px 0;
	margin: 0;
	color: #0f3c76 !important;
}
	
#bottom h2 {
	color: #1c59a7;
	background-color: transparent;
	font-size: 120%;
	font-weight: bold;
	margin: 0 0 10px 0px;
	padding: 5px 0px 0px 0px;
	}
	
#bottom h2 a, #bottom h2 a:visited  {
	color: #1c59a7;
	text-decoration: none;
	margin: 0 0 10px 0;
	padding: 0;
	}

#hometop h2 a:hover {
	color: #1c59a7;
	text-decoration: none;
	}
	
#bottom img{
	float: left;
	border: none;
	margin: 0 0 10px 0;
	}
	
#bottom ul{
	list-style-type: disc;
	margin: 5px 0;
	padding: 0;
	color: #0f3c76 !important;
}
	
#bottom ul li{
	list-style-type: disc;
	margin: 0 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	}	
	
.bottomleft {
	float: left;
	width: 285px;
	margin: 0px 0px 0px 0px;
	padding: 10px 30px 10px 20px;
	overflow: hidden;
	}
	
.bottommiddle {
	float: left;
	width: 275px;
	margin: 0px 0px 0px 0px;
	padding: 10px 20px 10px 20px;
	overflow: hidden;
	}
	
.bottomright {
	float: right;
	width: 275px;
	margin: 0px 0px 0px 0px;
	padding: 10px 20px 10px 0px;
	overflow: hidden;
	}
	
	
/*********************************************
		Footer Styles
*********************************************/
#footer {
	margin: 0px auto 0px;
	padding: 0px;
	clear: both;
	text-align: left;
	font-size: 85%;
	width: 960px;
	color: #666;
}
#footer a {
	color: #666;
	text-decoration: none;
}
#footer a:hover {
	color: #000;
	text-decoration: underline;
}
#footer p {
	color: #666;
	margin: 0;
	padding: 0;
}
#footer ul {
	margin: 0px;
	padding: 5px 0px;
}
#footer ul li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 5px 0px;
}
#footer ul li a {
	padding: 5px 0 0 10px;
	margin: 0px;
	text-decoration: none;
}

#footer ul li a:hover {
	text-decoration: underline;
}


/* Omitted Ecommerce plug-in styles */

/*********************************************
		The Obligatory WP Stuff
*********************************************/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.alignleft {
   float: left;
   margin: 0 5px 5px 0;
}
.alignright {
   float: right;
   margin: 0 0 5px 5px;
}
.wp-caption {
   /* border: 1px solid #ddd; */
   text-align: center;
   /* background-color: #f3f3f3; */
   padding: 0;
   margin: 0;
}
.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}
.wp-caption p.wp-caption-text {
    font-size: 80%;
    /* line-height: 17px;
	height: 30px;  */
   	padding: 0 10px 2px 10px;
	margin: 0 0 0 0;
	color: #cc0000;
	background-image: url(images/mag-glass.gif);
	background-position: 5px 5px;
	background-repeat: no-repeat;	
}

/*******************************************/
/* NEW STYLES ******************************/

/* General clear float */
.clear {
	clear: both;
}
/* DMGW */
.dmgwbanner {
	margin: 0 15px 10px 0;
	float: left;
}

/* Product that needs black border */

.border {
	border: 1px solid #000 !important;
}
/* Product needing a bit of right margin */
.spacert {
	margin: 0 15px 0 0;
}
.firstrowcards {
	margin: 0 0 15px 0;
}

.secondrowcards {
	margin: 0 0 0 0;
}
.notecard {
	width: 110px;
	margin: 0 30px 20px 0;
	display: inline;
	float: left;
}


/* GUGG */

.guggblurb {
	float: right;
	margin: 5px 0 5px 5px;
	width: 257px;
	background-color: #fceadc;
	padding: 1px 10px;
	font-size: 90%;
}
.download {
	background-image: url(images/download.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 5px 10px 2px 33px !important;
	margin: 5px 0 20px 0;
	display: block;
	font-weight: bold;
}
#ytembed {
	text-align: center;
	margin: 20px 0;
}

/* Screensavers */
#screensvrs-row1 {
	clear: both;
}
#screensvrs-row2 {
	clear: both;
}
.screensv {
	width: 110px;
	margin: 0 35px 20px 0;
	display: inline;
	float: left;
}
.screensv span {
	display: block;
	color: #000;
	font-size: 90%;
	text-align: center;
	font-weight: bold;
	padding: 0 !important;
	margin: 4px 0;
}
#screensvrs-row1 .screensv span {
	height: 30px;
}
#screensvrs-row2 .screensv span {
	height: 40px;
}
.screensv img {
	display: block;
	margin: 0 auto;
}
/* 5 Questions Signup - Bottom Right */

#fivequest-signup {

}

#fivequest-signup input.txt, #fivequest-signup select.txt {
	color: #000;
	background-color: #f9fdf8;
	border: 1px solid #1B57A8;
	margin-bottom: 6px;
	padding: 3px;
	width: 150px;
	display: block;
}


#fivequest-signup input.sub {
	padding: 5px;
	background-color: #d2232a;
	color: #fff;
	border: 2px solid #333;
}

#fivequest-signup form p {
	width: 160px;
	clear: left;
	margin: 6px 0 0 0;
	padding-left: 90px;
	/* height: 1%; */
}

#fivequest-signup label {
	float: left;
	margin-left: -90px; /*width of left column*/
	width: 85px; /*width of labels. Should be smaller than left column to create some right margin*/
}

#fivequest-signup input.btn {
	background-color: #5e8fcd;
	font: bold 100% Tahoma, Arial, Helvetica, sans-serif;
	padding: 2px;
	color: #fff;
	margin: 0;
	border: 4px solid #a2c2eb;
	width: 100px;
}


/* Signup thank-you page */
.quote {
	margin: 0 30px 10px 30px;
	padding: 10px 10px 5px 10px;
	color: #010101;
	background-color: #f9fdf8;
	font-size: 95%;
}

/* CONTACT FORM */

#content .mainform {
	margin: 20px 0; 
	width: 650px;
	overflow: hidden; /* fix IE6 sidebar dropping */
	color: #000;
}
#content .mainform form input.txt, #content  .mainform form select.txt {
	margin-bottom: 6px;
	width: 250px;
	display: block;
	color: #000;
	background-color: #f9fdf8;
	border: 1px solid #1B57A8;
	padding: 3px;
	font: normal 90% Tahoma, Arial, Helvetica, sans-serif;
}
#content .mainform form textarea {
	margin: 5px 0 6px 0;
	width: 500px;
	color: #000;
	background-color: #f9fdf8;
	border: 1px solid #1B57A8;
	padding: 3px;
	font: normal 90% Tahoma, Arial, Helvetica, sans-serif;
}

#content .mainform form input.sub {
	padding: 5px;
	font: bold 100% Tahoma, Arial, Helvetica, sans-serif;
	background-color: #d2232a;
	color: #fff;
	border: 2px solid #333;
	width: 350px;
}
#content .mainform form input.btn {
	background-color: #5e8fcd;
	font: bold 100% Tahoma, Arial, Helvetica, sans-serif;
	padding: 6px;
	color: #fff;
	margin: 0;
	border: 4px solid #a2c2eb;
	width: 150px;
}

#content .mainform p {
	width: 310px;
	clear: left;
	margin: 0;
	padding: 5px 0 3px 0;
	padding-left: 150px; /*width of left column containing the label elements*/
	height: 1%;
}

#content .mainform label {
	font-weight: bold;
	float: left;
	margin-left: -150px; /*width of left column*/
	width: 145px; /*width of labels. Should be smaller than left column to create some right margin*/
}
#content .mainform .required {
	font-weight: bold;
	color: #d2232a;
}

#content .mainform label.longlabel {
	float: none !important;
	margin: 0;
	width: 550px;
}
#content .mainform p.longp {
	width: 500px !important;
	padding-left: 5px !important;
	overflow: visible !important;
	margin-bottom: 15px;
}

.checkitem { /* indent checkboxes */
	text-indent: -18px;
	margin-left: 16px;
	display: block;
} 
.nosubmit {
	font-weight: bold;
	font-size: 120%;
	color: #d2232a;
}
.error {
	font-weight: bold;
}

/* Subscribe to Comments */
.widecolumn {
	width: 800px !important;
	margin: 0 auto !important;
	padding: 20px 0 20px 50px !important;
}
.subscription-manager fieldset {
	padding: 10px 0;
	border: none;
}

.subscription-manager legend {
	font: bold 120% Tahoma, Arial, Helvetica, sans-serif;
	color: #0e783d;	
	background-color: #fff;
	margin-top: 5px;
}

.subscription-manager h2 {
	font-size: 140% !important;
	color: #1B57A8;

}