.success {
	background: #6ad479;
	padding: 10px;
	margin-bottom: 15px;
	color:#000000;
}
.success h2 {
	margin: 0 0 10px 0;
	color:#000000;
}
.price_display th {
	padding-right:10px;
}
.price_display td {
	padding-right:10px;
}

.photo-prev-button,.photo-next-button  {
	float:none;
	display: block;
	background-color: transparent;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	width:60px;
  	filter:alpha(opacity=35);
  	opacity:0.35;
}

.photo-next-button {
	background-image: url(../images/photo-next.gif);
}
.photo-prev-button {
		background-image: url(../images/photo-prev.gif);
}

a.photo-next-button:hover,a.photo-prev-button:hover  {
	/* for IE */
  filter:alpha(opacity=100);
  /* CSS3 standard */
  opacity:1;
}

.setup_list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.setup_list li {
	display: block;
	float: left;
	width: 23%;
	margin: 0 0 15px 0;
	padding: 0;
	background: #e7e7e7;
	color: #808080;
	padding: 1%;
}

.setup_list .setup_active {
	background: #ccc;
	color: #000;
}

.setup_list .setup_complete {
	background: #6ad479;
	color: #fff;
}

.setup_form td {
	padding-bottom: 10px;
	vertical-align: top;
	font-weight: bold;
}

.setup_form .setup_hint {
	font-weight: normal;
	color: #808080;
	padding-top: 18px;
}

.cp_design_info {
	float:left;
	margin-bottom:20px;
	width:100%;
}

.cp_design_info img{
	float:left;
	margin-right:10px;
	border:4px double #000;
}

.cp_design_info h2{
	text-decoration:underline;
	letter-spacing:0px;
}

.cp_design_info p{
	margin-bottom:5px;
}

.cp_design_info span{
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	color:#FF0000;
}

.cp_merchandise_list{
	margin:0;
	padding:0;
	list-style:none;
	height:30px;
	margin-bottom:10px;
	width:24%;
	float:right;
}

.cp_merchandise_list  li{
	margin:0;
	padding:0;
	float:left;
	width:100%;
}

.cp_merchandise_list a {
	display:block;
	padding:0 3%;
	margin:0;
	height:30px;
	line-height:30px;
	font-size:12px;
	color:#808080;
	width:94%;
	font-weight:bold;
	background:#E7E7E7;
	border-bottom:1px dashed #FFF;
	text-decoration:none;
}

.cp_merchandise_list a:hover {
	color:#000;
	background:#CCCCCC;
}

.cp_merchandise_list li a.current {
	color:#000;
	background:#CCCCCC;
}

.cp_merchandise_area{
	margin:0;
	padding:0;
	float:right;
	width:70%;
	min-height:307px;
	border:1px solid #CCCCCC;
	border-right:4px solid #CCCCCC;
	margin-bottom:10px;
}

.cp_merchandise_area label{
	cursor:pointer;
}

.cp_merchandise_area img{
	display:block;
	margin:0 auto 5px;
}

.cp_merchandise_area h4{
	text-decoration:underline;
	height:22px;
	margin-bottom:15px;
}

.cp_merchandise_area p{
	font-weight:bold;
	margin-bottom:5px;
}

.cp_merchandise_products {
	float:left;
	width:145px;
	margin:10px 0;
}

.cp_created_product img{
	float:left;
	margin:0 10px 10px 0;
}

.cp_created_product a,a:hover,a:link,a:visited {
	text-decoration:none;
	color:FFF;
}

.cp_created_product_text{
	float:right;
	width:42%;
	padding:10px;
	border:2px solid #CCCCCC;
}

.cp_created_product_text h2{
	letter-spacing:0px;
}

.cp_created_product_text p{
	margin-bottom:10px;
}

.cafepress_button { 
	cursor:default;
	padding:2px 9px;
	color:#000000;
	background-color: #D6D3CE;
	text-decoration:none;
	font-size:1em;
	border-top: solid #FFFFFF 1px;
	border-right: solid #848284 1px;
	border-bottom: solid #848284 1px;
	border-left: solid #FFFFFF 1px;
}
#buy_options {
	margin-bottom:30px;
}
#buy_options h1{
	margin-bottom:20px;
}
#buy_options img{
	display:block;
	margin-bottom:20px;
}
.cp_merchandise_area input[type="radio"]{
	margin-bottom:5px;
}

.cp_merchandise_area input{
	margin-bottom: expression(this.type=="radio"? '5px' : '0');
}

.pagination {
	width: 100%;
	text-align:center; 
	padding-bottom:10px
}

.small_text {
	font-size:12px;
}

.flexslider .slides img {

display: inline-block;
max-width: 100%;
max-height: 100%;
vertical-align: middle;

}

.flexslider {
margin: 0;
background: transparent;
border: none;
position: relative;
-webkit-border-radius: none;
-moz-border-radius: none;
-o-border-radius: none;
border-radius: none;
box-shadow: none;
-webkit-box-shadow:none;
-moz-box-shadow: none;
-o-box-shadow: none;
zoom: 1;
}

.buy_now_button {
	display:inline-block;
	padding: 3px 5px;
	background:#efefef;
	border: 1px solid #ccc;
	border-radius:3px;
}

.shop_thumb {
	float:left;
	width:130px;
	height:130px;
	padding: 0 10px 10px 0;
}

.price_display {
	
	

}

.price_display tbody {
	
}

.price_display td, .price_display th {
	padding: 0px 10px 10px 0;
}



.shopping_cart_table {
	width:100%;

}


/** homepage table **/

.homepage-table {
	width:100%;
	display:table;
}
.homepage-table > tr >td {
	display:table-cell;
}
.homepage-table > tr {
	display:table-row;
}

.span40 {
	width:40%;
}

.span60 {
	width:60%;
}

.span50 {
	width:50%;
}

.span100 {
	width:100%;
}

.caret {
display: inline-block;
width: 0;
height: 0;
vertical-align: middle;
border-top: 4px solid #ccc;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
content: "";
margin-left:5px;

}

.show_menu {
	background: rgb(14,14,14);
	padding: 4px 7px 7px;
	display:inline-block;
	line-height:14px;
	display:none;
}
.icon-bar {
	display:block;
	width:18px;
	height:2px;
	background: #f5f5f5;
	border-radius: 1px;
	box-shadow: 0 1px 0 rgba(0,0,0,.25);
	margin-top: 3px;
	line-height:14px;
	vertical-align:text-top;

}

.photo_display_table {
}

.prev_cell {
	text-align:center;
	width:100px;
	
}

.next_cell {
	text-align:center;
	width:100px;
}

.photo-next-button
{
	position: relative;
	z-index: 50000;
}

.prev_cell a, .next_cell a, .responsive_nav_cell a{
	display:inline-block;
	height:40px;
	width:40px;
}

.photo_cell {
	position: relative;
	text-align:center;
	
}

.responsive_nav_cell{
	height:40px;
	display:none;
	text-align:center;
	padding-top:10px;
}