/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	 a,  a:visited { color: #090; }	<--- This makes links green
	 a:hover { color: #00f; }				<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with  are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/




/*--:[ Thesis Reset ]:--*/

 a { outline:none; }
 

/* PAGE STYLE (FROM KRISTARELLA) 

 .page { width: 100%; background: #cfc; } 
 

/* TABS (NAV MENU)*/

 ul#tabs {  background: url('images/widgetyellow2.png') repeat-x; border: 1px solid #000; border-width: 1px 1px 0px 1px; }
 ul#tabs li { background: url('images/widgetyellow2.png') repeat-x; border: 1px solid #000; border-width: 0px 1px 1px 0px; }

 #tabs .current_page_item, #tabs .current-cat { background: #d6dde5; border: 1px solid #000; border-width: 0px 1px 0px 0px;}
 
 /*---:[ nav menu styles ]:--- 
#tabs { list-style: none; border: 1px solid #ddd; border-width: 0 0 1px 1px; }
	#tabs li { margin-bottom: -0.1em; background: #efefef; border: 1px solid #ddd; border-left: 0; float: left; }
	#tabs .current_page_item, #tabs .current-cat { padding-bottom: 0.1em; background: #fff; border-bottom: 0; }
		#tabs a { display: block; line-height: 1em; color: #111; text-transform: uppercase; letter-spacing: 2px; }
		#tabs a:hover { color: #111; text-decoration: underline; }
		#tabs .current_page_item a, #tabs .current-cat a { cursor: text; }
		#tabs .current_page_item a:hover, #tabs .current-cat a:hover { text-decoration: none; }
	#tabs .rss { padding-right: 0; background: none; border: none; float: right; }
		#tabs .rss a { padding-right: 16px; background: url('images/icon-rss.gif') 100% 50% no-repeat; }


/* HEADER AREA (FULL WIDTH) */

 #header_area { border-bottom: 0px solid #000; background: #fff}
 

/* HEADER (LOGO) */

 #header { border-bottom:none; }
 
 
 /* This line sets up our clickable background image based on the site title's link */
/* DIY: Adjust the height & width attributes to reflect the actual size of your image */
/* DIY: Change the filename of your image to reflect the actual header's file name */
.custom #header #logo a { display: block; height: 60px; width: 496px; background: url('images/headercordlessstraightenersorg.png') no-repeat; outline: none; float: left; margin-left: -5px;}

/* 468x60 TOP RIGHT AD BANNER */

.customĘ#adbannerĘ{ float:right; padding: 0px; }

/* This line gets rid of the site title & tagline by casting them out to far left field */
 .custom #header #logo { text-indent: -9999px; } 
 .custom #tagline { text-indent: -9999px; } 
/* This line collapses the vertical space of the tagline so that there isn't unnecessary white space after the header image */

/* This is a bit of a kludge, but it seems to work */
.custom #header #tagline { height: 0; }

/* This line removes the padding from the header so that the background image sits close to the nav menu, the bottom border of the header, and the sides of the content */
.custom #header { padding: 5px; }



/* FEATURE BOX */

 #feature_box { border-bottom:none; background:none; padding:0px}
 

/* CONTENT AREA (FULL WIDTH) */

 #content_area { border-top: 1px solid #000; background: #d6dde5; }
 

/* CONTENT BOX (PAGE SURROUND INCLUDING WIDGET AREA)*/

 #content_box { background: none; }
 
 /*---:[ core layout elements ]:---*/
#header { border-bottom: 0px double #bbb; clear: both; }
	#column_wrap { float: left; }
	.post_box, .teasers_box { border-top: 3px double #bbb; clear: both; }
	.teasers_box .post_box { margin: 0; border-top: none; clear: none; }
		.teaser { float: left; }
		.teaser_right { float: right; }
	.top { border: none !important; }
		#sidebars { border-style: solid; border-color: #ddd; }
			#sidebar_1 { border-style: solid; border-color: #ddd; }
/* #footer { color: #888; border-top: 3px double #bbb; text-align: right; clear: both; } */


/* CONTENT (TYPING AREA)*/

 #content { margin-top: 15px; margin-bottom: 15px; margin-right: -15px; 
background: #f7f7f7 url('images/mainred3.png') repeat-x;
-moz-border-radius:10px; 
-webkit-border-radius:10px;
border: 1px solid #000 }

 .post_box, .teasers_box, .full_width #content_box .page { padding-left: 10px; padding-right: 0px; padding-top: 7px; padding-bottom: 7px;}

 /*---:[ headlines and bylines ]:---*/
h1, h2, h3, h6 { font-weight: normal; color: #ff0000; }
h4, h5 { font-weight: bold; }
h5, h6 { text-transform: uppercase; letter-spacing: 1px; }
.format_text h2.top, .format_text h3.top { margin-top: 0 !important; }
.sidebar h3 { font-variant: small-caps; letter-spacing: 2px; color: #555; }
	h2 a { color: #ff0000; }
	h2 a:hover { color: #ff0000; }
	
	.custom .format_text h2   { font-weight: normal; color: #ff0000; }
	.custom .format_text h3   { font-weight: normal; color: #ff0000; }
	.custom #archive_info h1 {font-weight: normal; color: #f5f5f5; font-size: 2.2em; }
	.custom .headline_area h1 {font-weight: normal; color: #f5f5f5; margin-bottom: 15px; }
	.custom .headline_area h2 {font-weight: normal; color: #f5f5f5; margin-bottom: 15px; }
	
	
	/* HEADLINE COLOURS (override above?) */

.custom .headline_area .entry-title h1, a { font-weight: normal; color: #f5f5f5; text-decoration: none; }
.custom .headline_area .entry-title h1, a:hover { font-weight: normal; color: #f5f5f5; text-decoration: none }
.custom .headline_area .entry-title h2, a { font-weight: normal; color: #ff0000; text-decoration: none; }
.custom .headline_area .entry-title h2, a:hover { font-weight: normal; color: #ff0000; text-decoration: none }
	
	/* STICKY HOME PAGE POST STYLING */
	
	.sticky .headline_meta { display: none; }
	.sticky .to_comments { display: none; }
	.sticky .headline_area .entry-title a, a:hover { font-weight: normal; color: #f5f5f5; text-decoration: none; }
 
 /*---:[ archive information block ]:---*/
#archive_info { border-bottom: 0px solid #ddd; }
	#archive_info p { text-transform: uppercase; letter-spacing: 2px; }
 
 /* REMOVE "archive of category" */
.custom #archive_info p {display: none}

/* THIS REMOVES CATEGORY TITLE IF USING STICKY POST IN CATEGORY 

/* .custom #archive_info {display: none} */

.custom .archive .headline_meta { display: none; }

/*headline padding */

.custom .headline_area { margin-bottom: 0em; }
.custom .format_text h2, .format_text h3 { margin: 0.8em 0 1em 0; }

/*---:[ headline meta data (includes bylines) ]:---*/
.headline_meta { font-style: italic; color: #888; margin-top: 10px; line-height: 1em; margin-bottom: 1em;}
	.headline_meta span, .headline_meta abbr { font-style: normal; text-transform: uppercase; letter-spacing: 1px; }
	.headline_meta a { color: #ff0000; border-bottom: #fff 1px solid; }
	.headline_meta a:hover { color: #ff0000; font-style: underline; } 
 
/*---:[ post content area ]:--- 
.format_text { line-height: 1.538em; } */
	.format_text p { margin-bottom: 1.2em; } 
	
	.format_text entry content {border-bottom: 1px solid #444; }
	
	
/*---:[ image handling classes ]:---*/
	.format_text img.left, .format_text img.alignleft, .wp-caption.alignleft { margin: 0 1.538em 1em 0; }
	.format_text img.right, .format_text img.alignright, .wp-caption.alignright { margin: 0 0 1em 1.538em; }
	.format_text img.center, .format_text img.aligncenter, .wp-caption.aligncenter { margin: 0 auto 1em auto; }
	.format_text img.block, .format_text img.alignnone, .wp-caption.alignnone { margin: 0 auto 1em 0; }
	.format_text img[align="left"] { margin-right: 1.538em; margin-bottom: 1em; }
	.format_text img[align="right"] { margin-bottom: 1em; margin-left: 1.538em; }
	.format_text img[align="middle"] { margin-bottom: 1em; }
	.format_text img.frame, .format_text .wp-caption { padding: 0.692em; border-width: 0.077em; }
	.format_text img.stack { margin-left: 1.538em; }
	.format_text .wp-caption p { font-size: 0.846em; line-height: 1.455em; margin-bottom: 0; }
	/*---:[ ad and miscellaneous "block" classes ]:---*/
	.format_text .ad { margin-left: 1.538em; }
	.format_text .ad_left { margin-right: 1.538em; }
	

/*---:[ comment form styles ]:---*/
	#respond_intro p { color: #555; }
		#respond_intro p a { font-weight: bold; }
		#respond_intro p a:hover { text-decoration: underline; }
		#cancel-comment-reply-link { text-transform: uppercase; letter-spacing: 1px; color: #f7f7f7; background: #d00; border-style: solid; border-color: #ac0000; border-top-color: #fa5a5a; border-left-color: #fa5a5a; float: right; }
.login_alert { background: #f5f5f5; border: 1px solid #ddd; }
	.login_alert p { font-weight: bold; }
		.login_alert p a:hover { text-decoration: underline; }
.comment_moderated { font-weight: bold; }
#commentform { margin-left: 0px; border-top: 3px double #bbb; }
	#commentform p { margin-bottom: 1em; }
	/* #commentform p a { text-decoration: underline; }
		#commentform p a:hover { text-decoration: none; } */
		#commentform p .required { color: #d00; }
	#commentform span.allowed { display: block; color: #807e70; background: #f9f7e4; border-style: dotted; border-color: #bbb; }
		#commentform span.allowed span { display: block; }
		/* Support for the highly-recommended Subscribe to Comments Plugin */
		#commentform p.subscribe-to-comments label { font-size: 1em; }
	
/*---:[ comment area layout ]:---*/
.comments_intro { margin-top: 4em; margin-bottom: 1em; }
	.comments_intro p { font-size: 1.1em; line-height: 1.818em; }
		.comments_intro span { font-size: 1.818em; }
	dl#comment_list dt { padding-top: 1.6em; }
		dl#comment_list dt span { font-size: 1.1em; line-height: 1.818em; }
		dl#comment_list dt .comment_author { font-size: 1.5em; line-height: 1.333em; padding-right: 0.667em; }
			.avatar img { margin-left: 0.909em; }
		.comment_time { padding-right: 0.909em; }
		.comment_num { padding-left: 0.909em; }
			.comment_num a { font-size: 1em; line-height: 1.818em; padding: 0.091em 0.273em; }
	dl#comment_list dd { padding-top: 1em; }
		dl#comment_list dd p.reply a { font-size: 0.769em; line-height: 1.8em; }
			dl#comment_list dl dd p.reply { margin-bottom: 0; }
	dl#comment_list dl dt, dl#comment_list dl dd { padding-top: 0; }
	dl#comment_list dl dd .format_text { margin-bottom: 1.538em; }
	dl#trackback_list dt { padding-top: 1em; }
		dl#trackback_list dt a { font-size: 1.3em; line-height: 1.538em; }
	dl#trackback_list dd span { font-size: 1.1em; line-height: 1.818em; }
.comments_closed { margin-top: 4em; margin-bottom: 2em; }

/*---:[ comment form layout styles ]:---*/
#respond_intro { margin-top: 4em; margin-bottom: 1em; }
.comment #respond_intro { margin-top: 0; }
	#respond_intro p { font-size: 1.6em; line-height: 1.25em; }
	#cancel-comment-reply-link { font-size: 1.1em; line-height: 1em; padding: 0.545em 0.727em; border-width: 0.182em; }
.login_alert { margin-top: 4em; margin-bottom: 2em; padding: 7em 1em; }
#commentform { padding-top: 1em; padding-bottom: 2em; }
	#commentform p, .login_alert p { font-size: 1.3em; line-height: 1.538em; }
	#commentform p.comment_box { line-height: 0.769em; }
		#commentform label { padding-left: 0.769em; }
		#commentform textarea { height: 12.308em; line-height: 1.538em; }
		#commentform span.allowed { width: 97.3%; padding-top: 0.538em; padding-bottom: 0.538em; border-width: 0 0.077em 0.077em 0.077em; }
			#commentform span.allowed span { font-size: 0.846em; line-height: 1.818em; padding: 0 0.636em; }
	/* Support for the highly-recommended Subscribe to Comments Plugin */
	#commentform p.subscribe-to-comments { font-size: 1.3em; }
		#commentform p.subscribe-to-comments label { font-size: 1em; }
		
		
		
		/*---:[ after-post elements ]:---*/
.format_text .to_comments { color: #666; clear: both; }
	.format_text .to_comments span { color: #111; line-height: 1em; }
	.format_text .to_comments span.bracket { color: #ccc; }
	.format_text .to_comments a { color: #666; text-decoration: none; }
	.format_text .to_comments a:hover { color: #111; text-decoration: underline; }

.format_text .to_comments { font-size: .8em; line-height: 1em; margin-bottom: 1em; }
		.format_text .to_comments span { font-size: 1.5em; }
	.format_text .post_tags { font-size: 1em; line-height: 1em; margin-bottom: 1em; }

/* LINKS */

 a,  a:visited { color: #ff0000; text-decoration: none;}	
	 a:hover { color: #ff0000; text-decoration: underline;}				
	
	/* this reverses the link underline for the more tags*/
.format_text a { text-decoration: none; }
.format_text a:hover { text-decoration: underline; }

.comments_intro a { text-decoration: none; }
.comments_intro a:hover { text-decoration: underline; }

#commentform p a { text-decoration: none; }
		#commentform p a:hover { text-decoration: underline; }
		
li.widget p a { text-decoration:none; }
		li.widget p a:hover { text-decoration:underline; }
		
		
		/*---:[ comments area ]:---*/
#comments { margin-right: 1em; margin-left: 1em; }
	.comments_intro, #respond_intro { margin-left: 1em; }
		dl#comment_list dt, dl#trackback_list dt { padding-right: 1em; padding-left: 1em; }
		dl#comment_list dd, dl#trackback_list dd { padding-left: 1em; }
			dl#comment_list dd .format_text, dl#comment_list dd #respond { padding-right: 1em; }
		dl#comment_list dl dt { padding-left: 2em; border-width: 0 0 0 0.1em; }
		dl#comment_list dl dt.bypostauthor { padding-left: 1.9em; border-width: 0 0 0 0.2em; }
		dl#comment_list dl dd { padding-left: 0; }
		dl#comment_list dl dd .format_text { padding-left: 1.5em; border-width: 0 0 0 0.077em; }
		dl#comment_list dl dd.bypostauthor > .format_text { padding-left: 1.5em; border-width: 0 0 0 0.154em; }
		dl#comment_list dl dd dl { padding-left: 2em; }
#commentform { padding-right: 2.1em; padding-left: 1em; }
.comments_closed, .login_alert { margin-left: 1em; }
		
		
/*---:[ navigation links ]:---*/
.prev_next { text-transform: uppercase; letter-spacing: 2px; border-top: 3px double #bbb; color: #666; clear: both; }
	.prev_next .next { text-align: right; }
	.prev_next .floated { float: left; }
	.prev_next a { text-decoration: none; }
	.prev_next a:hover { text-decoration: underline; }
	.post_nav a { text-transform: none; letter-spacing: normal; }
#comment_nav_2 { border-top: 0; border-bottom: 2px solid #ddd; }

/*---:[ multimedia box elements ]:---*/
#image_box { margin-top: 5px; padding-bottom: 0px; margin-left: 6px; } 

#video_box { margin-top: 5px; padding-bottom: 0px; margin-left: 6px; }

#custom_box { margin-top: 6px; padding-bottom: 0px; margin-left: 6px; }

/*---:[ multimedia box ]:---*/
#multimedia_box { width: 100%; }
	#image_box { background: none; border-bottom: 0px solid #aaa; }
		#image_box img { display: block; background: #fff; border-style: solid; border-color: #444; }
	/*---:[ video box styles ]:---*/
	#video_box { background: #d6dde5; }
	/*---:[ custom box styles ]:---*/
	#custom_box { background: #d6dde5; border: 0px solid #444; -moz-border-radius: 10px;
	-webkit-border-radius: 10px; text-align:center; }
	
	
	
	/* SIDEBAR GENERAL*/

.custom #sidebars #sidebar_2 .sidebar_list {
	padding-left: 0px;
}

  .custom .sidebar .widget {
    width: 95%;
	background: #fff url('images/widgetyellow3.png') repeat-x;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #000;
	margin-top: -5px;
	margin-bottom: 20px;
	Margin-left: 0px;
	padding-left: 9px;
	padding-right: 9px;
	padding-top: 6px;
	color: #000;
	text-indent: 0px;
	
}

    .custom .widget h3 {
	font-variant: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #000;
	padding-bottom: 0.5em;
	
}

li.widget p { margin-bottom: 1em; }
li.widget ul li { margin-bottom: 1em; }
				li.widget li ul { margin: 0.667em 0 0 1.5em; }

.custom .widget li {
	padding-left: 0.5em;
	padding-right: 0.5em;
}

		
/* SEARCH WIDGET */
	
	 .widget .text_input    {
	width: 180px; padding-bottom: 5px; margin-top: 0px; margin-left: 0px; background: #d6dde5; -moz-border-radius:5px; 
-webkit-border-radius:5px;
	}


/* COLUMN WRAP */
 #column_wrap { background:none; }

/* CSS CORNERS WEBKIT */

.roundcorner { background-color: #fff;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border: 1px solid #aaa;
padding-left: 10px;
padding-right:10px;
margin-bottom: 1em; }


.roundcorner2 { background: #d6dde5 url('images/widgetyellow3.png') repeat-x;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border: 1px solid #000;
padding-left: 10px; 
padding-top: 6px;
padding-right: 0px;
width: auto;
margin-bottom: 1em; }
.ecutitle {font-size: 12px; font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
text-transform: uppercase; letter-spacing: 2px; text-align: center; }

.ecu_home { background-color: #f7f7f7;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border: 1px solid #000;
padding-left: 10px;
padding-right:10px;
padding-bottom: 10px;
margin-bottom: 5px;
margin-top: 15px;}

.ecu_homedark { background-color: #d6dde5;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border: 1px solid #000;
padding-left: 10px;
padding-right:10px;
padding-bottom: 10px;
margin-bottom: 5px;
margin-top: 15px;}


/*---:[ form inputs ]:---*/
input, textarea { font-size: 1em; color: #444; background: #d6dde5; border: 1px solid #aaa; border-right-color: #ddd; border-bottom-color: #ddd; }
input:focus, textarea:focus { background: #fff; border-color: #777; border-right-color: #ccc; border-bottom-color: #ccc; }
	.sidebar .text_input { width: 95%; }
	input.form_submit { font-weight: normal; color: #111; background: url('images/widgetyellow3.png'); border: 3px double #999; border-top-color: #ccc; border-left-color: #ccc; cursor: pointer; width: auto !important; overflow: visible; }
	#commentform input.form_submit { border-width: 3px; }
	input.form_submit:hover { color: #ff0000; }


/* FOOTER AREA (FULL WIDTH)*/
 #footer_area { border-top: 1px solid #777; border-bottom: 1px solid #777; background: #d6dde5 url('images/footerimage.png')  repeat-x; }


/* FOOTER (FOOTER CONTENT) */
 #footer { border-top:none; }
 
 /*---:[ footer styles ]:---*/
#footer a { color: #444; border: none;}
#footer a:hover { color: #111; border-bottom: 1px; }
#footer p {color: #444; }


/* GRAPHICAL ROUNDED CORNERS */

/* ROUNDED CORNERS BOX FOR HEADINGS*/

.roundedcornr_box_a {
	background: url('images/roundedcornr_915576_tl.png') no-repeat top left;
}
.roundedcornr_top_a {
	background: url('images/roundedcornr_915576_tr.png') no-repeat top right;
}
.roundedcornr_bottom_a {
	background: url('images/roundedcornr_915576_bl.png') no-repeat bottom left;
}
.roundedcornr_bottom_a div {
	background: url('images/roundedcornr_915576_br.png') no-repeat bottom right;
}
.roundedcornr_content_a {
	background: url('images/roundedcornr_915576_r.png') top right repeat-y;
}

.roundedcornr_top_a div,.roundedcornr_top_a,
.roundedcornr_bottom_a div, .roundedcornr_bottom_a {
	width: 100%;
	height: 10px;
	font-size: 1px;
}
.roundedcornr_content_a, .roundedcornr_bottom_a {
	margin-top: -13px; margin-bottom: 9px;
}
.roundedcornr_content_a { padding: 0px 9px 5px 9px; }


/* ROUNDED CORNERS BOX NO HEAD */

.roundedcornr_box_b {
	background: url('images/roundedcornr_915576_tl.png') no-repeat top left;
}
.roundedcornr_top_b {
	background: url('images/roundedcornr_915576_tr.png') no-repeat top right;
}
.roundedcornr_bottom_b {
	background: url('images/roundedcornr_915576_bl.png') no-repeat bottom left;
}
.roundedcornr_bottom_b div {
	background: url('images/roundedcornr_915576_br.png') no-repeat bottom right;
}
.roundedcornr_content_b {
	background: url('images/roundedcornr_915576_r.png') top right repeat-y;
}

.roundedcornr_top_b div,.roundedcornr_top_b,
.roundedcornr_bottom_b div, .roundedcornr_bottom_b {
	width: 100%;
	height: 10px;
	font-size: 1px;
}
.roundedcornr_content_b, .roundedcornr_bottom_b {
	margin-top: 0px; margin-bottom: 0px;
}
.roundedcornr_content_b { padding: 0 10px; }



/* ROUNDED PINK BOX */

.roundedcornr_box_pink {
	background: url('images/roundedcornr_pink_tl.png') no-repeat top left;
}
.roundedcornr_top_pink {
	background: url('images/roundedcornr_pink_tr.png') no-repeat top right;
}
.roundedcornr_bottom_pink {
	background: url('images/roundedcornr_pink_bl.png') no-repeat bottom left;
}
.roundedcornr_bottom_pink div {
	background: url('images/roundedcornr_pink_br.png') no-repeat bottom right;
}
.roundedcornr_content_pink {
	background: url('images/roundedcornr_pink_r.png') top right repeat-y;
}

.roundedcornr_top_pink div,.roundedcornr_top_pink,
.roundedcornr_bottom_pink div, .roundedcornr_bottom_pink {
	width: 100%;
	height: 15px;
	font-size: 1px;
}
.roundedcornr_content_pink, .roundedcornr_bottom_pink {
	margin-top: -13px; margin-bottom: 10px;
}
.roundedcornr_content_pink { padding: 0px 10px 10px 10px; }




/* ROUNDED PINK BOX */

.roundedcornr_box_pink2 {
	background: url('images/roundedcornr_pink_tl.png') no-repeat top left;
}
.roundedcornr_top_pink2 {
	background: url('images/roundedcornr_pink_tr.png') no-repeat top right;
}
.roundedcornr_bottom_pink2 {
	background: url('images/roundedcornr_pink_bl.png') no-repeat bottom left;
}
.roundedcornr_bottom_pink2 div {
	background: url('images/roundedcornr_pink_br.png') no-repeat bottom right;
}
.roundedcornr_content_pink2 {
	background: url('images/roundedcornr_pink_r.png') top right repeat-y;
}

.roundedcornr_top_pink2 div,.roundedcornr_top_pink2,
.roundedcornr_bottom_pink2 div, .roundedcornr_bottom_pink2 {
	width: 100%;
	height: 15px;
	font-size: 1px;
}
.roundedcornr_content_pink2, .roundedcornr_bottom_pink2 {
	margin-top: 0px; margin-bottom: 0px;
}
.roundedcornr_content_pink2 { padding: 0px 10px 10px 10px; }



