.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;
	/* for IE */
  filter:alpha(opacity=35);
  /* CSS3 standard */
  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:75%;
	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
}


