.product_tags_for_node {
	margin: 20px 0;
}
.product_tags_for_node .subtitle {
	font-size:1.15em;
	margin-bottom:5px;
}
div.title {
	font-size:1.5em;
	margin:5px 0;
}
div.subtitle {
	font-size:1.3em;
	margin:5px 0;
	letter-spacing:1px;
}
.error {
	margin:10px;
	padding:10px;
	border:1px solid #555555;
	background-color:#FF786D;
	color:black;
	text-align:center;
	font-size:1.3em;
}
.error a {
	color:blue!important;
}
.warning {
	margin: 10px 5px;
	padding:10px;
	border:1px solid black;
	background-color:#ffff99;
	text-align:center;
}
.success_message, .success {
	margin:10px;
	padding:10px;
	border:1px solid #555555;
	background-color:#C7EEA5;
	color:black;
	text-align:center;
	font-size:1.3em;
}
div.note {
	font-size:1em;
	color:#555;
	margin:10px;
}

ul.editlinks {
border-bottom:1px solid #BBBBBB;
border-collapse:collapse;
height:auto;
line-height:normal;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:5px 5px 15px 5px;
padding:0 0 0px 1em;
white-space:nowrap;
}
ul.editlinks li {
display:inline;
}
ul.editlinks li a {
background-color:#DDDDDD;
border-color:#BBBBBB;
border-style:solid solid none;
border-width:1px;
height:auto;
margin-right:0.5em;
padding:0 1em;
text-decoration:none;
}
ul.editlinks li.active a {
background-color:#FFFFFF;
border-color:#BBBBBB #BBBBBB #FFFFFF;
border-style:solid;
border-width:1px;
}
ul.editlinks li a:hover {
background-color:#EEEEEE;
border-color:#CCCCCC #CCCCCC #EEEEEE;
color:black;
}
ul.secondary {
border-bottom:1px solid #BBBBBB;
margin:5px;
padding:0.5em 1em;
}



/*pagination styles*/
#pagination {
	border:1px dashed black;
	padding:5px;
	text-align:center;
	width:50%;
	margin:10px auto 10px auto;
	background-color:#D5DECE;
}
#pagination_outer {
	text-align:center;
}
#pagination a {
	color:#555555;
	padding:3px;
}
#pagination a:hover{
	background-color:#555555;
	color:white;
}
#pagination_displaying {
	margin:5px;
	font-size:1.4em;
	font-weight:bold;
	color:#555555;
}
#pagination_container {
	text-align:center;
}

/*widgets*/
.widget {
	margin:10px 0;
}
.widget_title {
	font-size:1.5em;
	text-align:center;
	margin: 0 0 6px 0;
}
.whatsnew_widget .change_title, .whatsnew_widget .change_pubdate {
	float:none!important;
	display:inline!important;
}
.widget .widget_admin {
	margin-top:7px;	
}


/*
* COMMENT STYLES
*/
	#comments_area {
		margin:10px 0 0 15px;
	}
	#comments_area #leaveacomment {
		font-size:2em;
		letter-spacing:2px;
		margin:20px 0 20px 0;
		text-decoration:none;
	}
	#user_comment_input label {
		float:left;
		display:block;
		margin: 10px 15px 0 0;
		width:150px;
		font-size:1.2em;
		text-align:right;
	}
	#comments_area .required {
		color:red;
	}
	#user_comment_input input,#user_comment_input textarea {
		margin-top:10px;
	}
	#user_comment_input input {
		width:175px;
	}
	#user_comment_input textarea {
		width:250px;
		height:150px;
	}
	#user_comment_input #publishComment {
		margin-left:160px;
	}
	
	#recaptcha_fieldset {
		margin-left:50px;
		width:75%;
		border:1px solid #ccc;
		font-size:1.3em;
	}
	#recaptcha_fieldset legend {
		font-weight:bold;
		font-size:1.5em;
	}
	
	#comments_area #comments_area_title {
		font-size:2em;
		letter-spacing:2px;
		font-weight:bold;
	}
	
	.comment_instance {
		border-bottom:1px solid #ccc;
		padding:10px 20px;
	}
	.comment_instance .poster_name {
		font-size:1.1em;
		font-weight:bold;
	}
	.comment_instance .comment_timestamp {
		color:#555555;
		margin-bottom:20px;
	}
	#publishComment {
		margin:10px 0px 10px 160px;
	}
	#comment_subscribe {
		margin:15px 0 0 0;
		clear:both;
	}
	#comment_subscribe_text {
		margin:10px 0 0 0;
	}
	#comment_subscribe input {
		width:2em!important;
		margin-top:0px!important;
	}
	
	

/*
* END COMMENT STYLES
*/

.sfcform label {
	float:left;
	display:block;
	width:130px;
	text-align:right;
	margin:3px 15px 3px 0;
}
.sfcform span.required {
	color:red;
}
.sfcform input {
	margin:3px 0px 3px 0;
}
.sfcform #member-signup input[type=text], .sfcform #member-signup input[type=email], #lostpassword_form input[type=email], #lostpassword_form input[type=password] { /* stolen from wobbly cart custom css */
	font: 16px/16px Helvetica, Arial, sans-serif;
	padding: 3px;
	border: 1px #CCC solid;
	width: 300px; 
}
.sfcform .checkboxlabel {
	margin:0px 15px 0px 0!important;
}
.sfcform .checkboxlabel input {
	margin:0px 0px 0px 0!important;
}
.sfcform .breaklines {
	display:block;
	float:none;
	text-align:left;
	margin:10px 2px;
	font-size:1.3em;
	width:100%;
}

#recaptcha_response_field {
	
	width:130px!important;
}

/* Ecomm progress classes, crosses multiple pages so here rather than page specific css */
.ecomm_current_step {
    font-weight: bold;
}
.ecomm_past_step {
    color: #808080;
}
.ecomm_future_step {
    /* regular font but class for customization */
}
#shopping_progress_steps {
    font-weight: bold;
    margin-top: 5px;
}
#shopping_progress_description {
    margin-bottom: 5px;
}

/* Sample PopBox CSS Classes */
/* PopBox.js, Copyright (c) 2007, C6 Software, Inc. (http://www.c6software.com/)*/

.PopBoxImageSmall
{
	border: none 0px #ffffff;
	cursor: url("/scripts/javascript/popbox/images/magplus.cur"), pointer;
}
.PopBoxImageLarge
{
	border: solid 1px #999999;
	cursor: url("/scripts/javascript/popbox/images/magminus.cur"), pointer;
}
.PopBoxImageShrink
{
	cursor: url("/scripts/javascript/popbox/images/magminus.cur"), pointer;
}
.PopBoxImageLink
{
	cursor: pointer;
}
.PopBoxImageMove
{
	border: none 0px #ffffff;
	cursor: pointer;
}


/*font sizes for tinymce*/
.fontSize1 {
	font-size:.85em;
}
.fontSize2 {
	font-size:1em;
}
.fontSize3 {
	font-size:1.25em;
}
.fontSize4 {
	font-size:1.6em;
}
.fontSize5 {
	font-size:2em;
}
.fontSize6 {
	font-size:2.5em;
}
.fontSize7 {
	font-size:3em;
}