#ecard_choice {
background-color:#FBFBFB;
border-bottom:1px solid #D7D7D7;
clear:both;
float:left;
margin-bottom:0.5em;
padding:5px;
text-align:center;
width:440px;
}
#ecard_choice img {
margin-bottom:0.5em;
}


#ecard_image2 {float:left;}

.background_wrapper, 
.stamp_wrapper {cursor:pointer;}

#ecard_background {
float:left;
margin-bottom:1em;

width:447px;
padding-bottom:10px;
}

#ecard_image {

}
#ecards_actions {
margin-bottom:5px;
}

#ecards_send  p, #ecards_captcha{
margin:5px 0 !important;
}
#ecards_send  h3 {
margin:10px 0 !important;
}
.external,
#ecards_send textarea, 
#ecards_send input{
padding: 2px 4px;
}
#ecards_send .ecards_input {
width:220px;
}
#ecards_bg, 
#ecards_stamp {
background:#fbfbfb;
padding:10px;
margin-bottom:10px;
clear:both;
margin-left:140px;
width:518px;
}
#ecards_notes {
float:left;
padding:10px;
margin:10px;
	background: transparent url(ff_gfx_templates/default/images/themes/default/ecardsbg.png) repeat 0 0;
}
#ecards_notes2 {
float:left;
padding:10px;
margin:10px 10px 0 9px;
	background: transparent url(ff_gfx_templates/default/images/themes/default/ecardsbg.png) repeat 0 0;
}

#ecard_stamp_container {
float:right;
}


.ecards_row {clear:both;
float:left;
width:315px;}
.ecards_row2 em, .ecards_row em {color:#fff;font-style:normal;}
.ecards_row2 span, .ecards_row span {color:#fff;
font-weight:bold;
}
.ecards_row2 {
width:328px !important;
}
#ecard_choice {
text-align:center;
background-color:#FBFBFB;
border-bottom:1px solid #D7D7D7;
margin-bottom:0.5em;
float:left;
clear:both;
width:440px;
}
#ecard_choice img {
margin-bottom:0.5em;
}
.ecards_templates {
float:left;
width:200px;
padding:5px 5px 15px;
margin-left:10px;
}
.ecard_photo {
background-color:#FBFBFB;
border-bottom:1px solid #D7D7D7;
display:block;
float:left;
margin-bottom:0.5em;
margin-right:2px;
padding:5px 5px 15px;
text-align:center;
text-decoration:none !important;
width:260px;
}
#ecards_actions {
text-align:right;
float:left;
clear:both;
width:100%;
}
.ecard_photo:hover {
background-color:#f7f7f7;
}
.ecards_templates label {
clear:both;
width:100%;
}
.ecard_photo span {
display:block;
padding-bottom:0.5em;
}


#ecards_send h3 {
margin:10px 0 !important;
}
#ecards_actions {
clear:both;
float:left;
text-align:right;
width:100%;
}
#ecards_send p, #ecards_captcha {
margin:5px 0 !important;
}

#ecards_send .ecards_input {
/*width:220px;*/
}
.external, #ecards_send textarea, #ecards_send input {
padding:2px 4px;
}

#slider2 {
height:200px !important;
}
#slider2 .panel{
width:175px !important;
overflow:hidden;
}
.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 15px 0 30px;
}

.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	margin: 20px 0;
	position: relative;
	width: 100%;
}

/* These 2 lines specify style applied while slider is loading */
.csw {width: 100%; height: 65px; background: #fff; overflow: scroll}
.csw .loading {margin: 200px 0 300px 0; text-align: center}

.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden; 
	border: 0; /* this is the border. should have the same value for the links */
	margin: auto;
	width: 350px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 65px;
	clear: both;
	background: #fbfbfb;
}

.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0; top: 0;
	width: 100%;
	list-style-type: none;
	/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
}

.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	height: 100%;
	position: relative;
	width: 90px; /* Also specified in  .stripViewer  above */
}

.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 10px;
}

.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	margin: auto;
}

.stripNav ul { /* The auto-generated set of links */
	list-style: none;
}

.stripNav ul li {
	float: left;
	margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
}

.stripNav a { /* The nav links */
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 32px;
	background: #c6e3ff;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0 15px;
}

.stripNav li.tab1 a { background: #60f }
.stripNav li.tab2 a { background: #60c }
.stripNav li.tab3 a { background: #63f }
.stripNav li.tab4 a { background: #63c }
.stripNav li.tab5 a { background: #00e }

.stripNav li a:hover {
	background: #333;
}

.stripNav li a.current {
	background: #000;
	color: #fff;
}

.stripNavL, .stripNavR { /* The left and right arrows */
	position: absolute;
	top: 10px;
	text-indent: -9000em;
	overflow:hidden;
	z-index:999;
}

.stripNavL a, .stripNavR a {
	display: block;
	height: 40px;
	width: 40px;
}

.stripNavL {
	left: 0;
}

.stripNavR {
	right: 0;
}

.stripNavL {
	background: url('arrow-left.gif') no-repeat center;
}

.stripNavR {
	background: url('arrow-right.gif') no-repeat center;
}