#dim{
	float:none;
	position:absolute;
	left:0px;
	top:0px;
	background:#000;
	z-index:2000;
	display:none;
	opacity:.65;
/*	filter:alpha(opacity=65);
	-moz-opacity:.65;
*/}

#lightbox{
	position:absolute;
	float:none;
	padding:12px 20px;
	background:#fff;
	z-index:2100;
	visibility:hidden;
}

#lightbox_close{
	position:absolute;
	top:7px;
	right:7px;
	float:none;
	width:66px;
	height:17px;
	line-height:13px;
	text-align:center;
	color:#C1272D;
	font-weight:bold;
	font-size:18px;
	cursor:pointer;
}

#lightbox_content{
	width:100%;
	clear:both;
}

#lightbox_content img{
	display:block;
	margin-left:auto;
	margin-right:auto;
}

#lightbox_content p,
#lightbox_content a{
	float:left;
}

#lightbox_content p > a,
#lightbox_content .buttons > a{
	float:none;	
}

#lightbox_controls{
	clear:both;
	width:100%;
	min-width:250px;
	padding-top:12px;
}

#lightbox_controls > button{
	float:right;
	margin-left:6px;
}

/*=-=-=-=-=- Custom -=-=-=-=-=*/

/*#upload_lb{458px;}
*/#voting_lb{
	width:100%;
}

#lightbox_content h1{
	width:100%;
	padding-bottom:20px;	
	text-align:center;
	color:#2284a8;
	font-size:24px;	
}

#login_lb h1,
#upload_lb h1{
	width:458px;
}

#save_lb > h1,
#checkout_lb > h1{
	width:678px;
z-index:2;	
}

#upload_lb > h2{
	padding:16px 80px 36px;
	color:#8b8b8b;
	text-align:center;
	z-index:2;
}

#upload_lb > a{
	
	padding:8px;

	background:#e3e3e3;
	color:#00a2ff;
	text-decoration:underline;
	z-index:2;
}

#upload_lb > p,
#login_row > p{
	float:left;
	width:453px;
	line-height:14px;
	border-bottom:1px solid #ccc;
	margin-bottom:14px;
	text-align:center;
	font-size:14px;
	color:#888;
	z-index:2;
}

#progress_bar_wrapper{
	width:196px;
	height:15px;
	padding:2px;
	border:1px solid #333;
	margin-left:50px;
	margin-top:-60px;
}

#progress_bar{
	width:0;
	height:25px;
	background:#00A2FF;
}

#progress_status > p{
	float:left;
	height:31px;
	line-height:31px;
	margin:0;
	color:#444;
	font-size:16px;
	font-weight:bold;
}

#progress_message{
	width:100px;
	padding:0 0 0 12px;
}

#progress_percent{
	width:60px;
	padding:0;
}

#login_row > p{
	border:0;
	padding-bottom:18px;
}

#login_row.shown > p{
	width:336px;
	padding:32px 50px 18px;
}

#upload_lb > p > a,
#login_row > p > a{
	float:none;
	color:#00a2ff;
	text-decoration:underline;
}

#login_row.shown .buttons{
	width:448px;
}

#vote_box {
	margin:0px auto;
	float:none;
	width: 408px;
	height: 225px;
	background-image:url('../images/post_it.png');
}

#signup_row,
#login_row{
	display:none;
}

#signup_row > p,
.long_p{
	width:673px;
	text-align:center;
}

#login_row.shown{
	display:block;
}

#vote_box > div {
	padding-left:65px;
}

#vote_box > div > a > img {
	margin:130px 9px 0 0;
}

#lb_form{
	width:100%;
}

#lb_form > p {
	width:100%;
	line-height:18px;
	padding:8px 0 6px;
	text-align:center;
}

#lb_form > p.border{
	border-top:1px solid #d6d6d6;
	margin-top:26px;	
}

#lb_form label {
	float:left;
	clear:both;
	width:212px;
	padding:12px 3px 4px;
	font-size:12px;
	cursor:pointer;
}

#lb_form > a > img {
	padding-left:275px;
}

#lb_form input[type=text],
#lb_form input[type=password]{
	float:left;
	clear:both;
	width: 206px;
	padding:4px;
	height: 21px;
	font-size:16px;
	clear: both;
}

#lb_form input[type=checkbox]{
	float:left;
	width:16px;
	height:16px;
	padding:0;
	margin:0;
	cursor:pointer;
}

#lb_form input[type=checkbox] + label{
	clear:none;
	height:16px;
	line-height:14px;
	padding:0 0 0 6px;
}

#lb_form .first_label{
	width:185px;
}

#lb_form .second_label{
	width:260px;
}

#cb_row{
	height:16px;
	padding:20px 0 7px 97px;
}

#cb_row > div{
	height:16px;
}

#cb_row > .ie7_width{
	width:300px;
}

#voting_home{
	font-size:18px;	
}
		
#vote_response {
	display:none;
	padding:46px 24px;
	margin:30px 0 55px;
	background:#e8e8e8;
	text-align:center;
}

#vote_response > p{
	padding:0;
	font-size:16px;
}

.lb_form_row > div{
	padding-right:10px;
}

.lb_form_row > .no_padding{
	padding:0;
}

#lb_form .buttons{
	width:678px;
	padding-top:10px;
	text-align:center;
}

#save_lb .buttons,
#upload_lb .buttons{
	padding-left:7px;
}

#lb_form button{
	width:96px;
	height:45px;
	border:0;
}

#lb_form .move_right{
	padding-left:116px;
}

#signup_button{
	background:url(../images/good_images/sign_up.png);
}

#login_button{
	background:url(../images/good_images/login.png);
}

#save_button{
	background:url(../images/good_images/submit.png);
}
.upload_button_pos{
   margin-left: -140px;
    margin-top: -40px;
}

#lightbox_content #upload_button{
	width:128px;
	height:37px;
	border:0;
	margin-left:-36px;
	background:url(../images/upload.png);
/*	background-repeat:no repeat;*/
	text-indent:-9999px;	
	/*margin-top: -40px;*/
	cursor: pointer;
	display: block;
	
}

#lightbox_content #choose_file{
	width:328px;
	height:37px;
	border:0;
	background:url(../images/ChooseFile.png);
	text-indent:-9999px;
	margin-top: -40px;
	cursor: pointer;

}

#upload_form{
	float:left;
	margin-left:2px;	
}

#login_lb #upload_form{
	margin-left:20px;
}

#upload_float{
	position:absolute;
}
#browse_box{
	width:347px;
	height:50px;
	margin-right:3px;
	background:url(../images/ChooseFile.png);
	cursor:pointer;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:116px 7px;
	margin-top: -47px;
	padding-left: 36px;
    padding-right: 16px;
	margin-left:2px;
	text-align:center;
	cursor: pointer;

}
.UploadFileName{

padding-top:60px;
margin-bottom:-18px;
}
.UploadHelp{
	font-weight:bolder;
	margin-top:-31px;
	font-size:13px;
	color:#888;
	z-index:2;
	margin-left:-19px;
	padding-bottom: 24px;
}
.UploadSizeWarning{
	font-weight:bolder;
	font-size:13px;
	color:#c74a6a;
	z-index:2;
	margin:1px 65px 9px 53px;
}
.uploadWarning{
height:52px;
width:473px;
background:url(../images/upload_warning.png);
background-position: -7px 0px;
}

#UploadHelpBG{
	width:508px;
	height:43px;
	padding:0px 0px;
	margin-left:-30px;
	margin-top:3px;
	background:url(../images/uploadHelpBG.jpg);
	cursor:pointer;
	overflow:hidden;
	background-repeat:repeat-x;
	z-index:-2;
}
#UploadFooter{
	width:575px;
	height:51px;
	padding:0px 0px;
	margin-left:-42px;
	margin-top:3px;
	background:url(../images/uploadFooter.png);
	background-repeat:repeat-x;
	z-index:-2;
}
#LoginFooter{
	width:575px;
	height:51px;
	padding:0px 0px;
	margin-left:-42px;
	margin-top:6px;
	background:url(../images/uploadFooter.png);
	background-repeat:repeat-x;
	z-index:-2;
}



#cart_form{
  width: 720px;
}
#cart_form div, #cart_form a{
  float: none;
}
#cart_form .add_content{
  padding: 10px 20px 0px;
}
#cart_form .clear{
  clear: both;
}

#cart_form #change_background{
  height: 20px;
  margin: -29px 0px 10px 20px;
}
#cart_form #change_background span{
  float: left;
}
#cart_form #change_background a{
  background-position: left top;
  background-repeat: repeat-x;
  border: 1px #444 solid;
  display: block;
  float: left;
  height: 20px;
  margin-left: 10px;
  width: 20px;
}
#cart_form #change_background a.current{
}

#cart_form .img_wrapper{
  background: url('../images/add_to_cart_image_bg1.jpg') left top repeat-x;
  padding: 20px 0px 0;
	text-align:center;
}


#cart_form .img_wrapper img{
  display: block;
  margin: auto;
  max-height: 330px;
  max-width: 440px;
}
#cart_form .img_center{
  margin: auto;
  
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#cart_form .img_overlay{
  position: absolute;
}
#cart_form .img_landscape .img_overlay{
  background: url('../images/add_to_cart_image_overlay_landscape.png') center 15px no-repeat;
}
#cart_form .img_portrait .img_overlay{
  background: url('../images/add_to_cart_image_overlay_portrait.png') center 15px no-repeat;
}
#cart_form .img_square .img_overlay{
  background: url('../images/add_to_cart_image_overlay_square.png') 0px 15px no-repeat;
}
#cart_form .img_overlay img{
  visibility: hidden;
}

/* preview */
#cart_form .img_wrapper.preview{
  
}
#cart_form .img_wrapper.preview img{
  max-height: 480px;
  max-width: 640px;
}

#add_to_cart_path{
}
#path_size_options{ 
  background: url('../images/add_to_cart_back_size.png') top left no-repeat;
  display: block;
  height: 34px;
  width: 156px;
}
#path_mount_options{ 
  background: url('../images/add_to_cart_back_mount.png') top left no-repeat;
  display: block;
  height: 34px;
  width: 156px;
}

#cart_form  h4{
  color: #1269a7;
  font-size: 16px;
  padding: 5px 0px 5px;
  text-align: center;
}


#cart_form #choose_a_size{ }
#cart_form #choose_a_size > div.size_option{
  float: left;
  height: 110px;
	margin:0px 12px 0 0;
  width: 120px;
}
#cart_form #choose_a_size > div.size_option > div{
	background: url(../images/app/sizes.png?3) no-repeat;
	border:2px solid transparent;
  cursor:pointer;
	height: 100px;
	margin: 2px auto;
	width: 105px;
}
#cart_form #choose_a_size > div.current_size{
  background: url('../images/add_to_cart_size_selected.png') no-repeat;
}
#cart_form .size_label_text{
  color: #555;
  font-size: 12px;
  margin-top: 4px;
  text-align: center;
}
#cart_form .size_label_text img{
  display: inline;
}


#cart_form .size_portrait .size_warning{
  display: block;
  margin: 84px 0px 0px 75px;
}
#cart_form .size_square .size_warning{
  display: block;
  margin: 69px 0px 0px 84px;
}
#cart_form .size_landscape .size_warning{
  display: block;
  margin: 64px 0px 0px 92px;
}


#image_confirmation{
  text-align: center;
}

#image_confirmation a{
  float: left;
  margin: 0px 30px 0px 115px;
}
#choose_smaller_size{
  background: url('../images/add_to_cart_back_size.png');
  border: none;
  cursor: pointer;
  display: block;
  height: 34px;
  width: 156px;
  text-indent: -1000px;
}
#confirm_image_size{
  background: url('../images/add_to_cart_small_image_confirmation.png');
  border: none;
  cursor: pointer;
  display: block;
  height: 34px;
  width: 156px;
  text-indent: -1000px;
}

#cart_form #choose_a_mount{
  margin: auto;
  width: 350px;
}
#cart_form #choose_a_mount > div.mount_option{
  display: none;
  float: left;
  height: 135px;
	margin: 0px 12px 0 0;
  width: 158px;
}
#cart_form #choose_a_mount > div.mount_option > div{
  cursor: pointer;
  height: 135px;
  width: 155px;
}

#cart_form #choose_a_mount > div.mount_option > div > div{
  color: #2284a8;
  float: none;
  font-weight: bold;
  font-size: 14px;
  line-height: 10px;
  position: absolute; 
  width:100px; 
  height:15px; 
  margin-top: 130px;
  margin-left: 60px;
}

#cart_form #choose_a_mount > div.current_mount{
  background: url('../images/add_to_cart_mount_selected.png') no-repeat;
}
#cart_form #choose_a_mount > div.disabled{
  background: none;
  opacity: 0.5;
}

#cart_form #choose_a_mount > div.mount_1{
  background: url('../images/add_to_cart_mount_wall.png') left -10px no-repeat;
  display: block;
  margin-right: 20px;
}
#cart_form #choose_a_mount > div.mount_2{
  background: url('../images/add_to_cart_mount_stand.png') left -10px no-repeat;
  display: block;
}
#cart_form #choose_a_mount > div.mount_3{
  background: url('../images/add_to_cart_mount_magnetic.png') left -10px no-repeat;
  display: none;
}
#cart_form #choose_a_mount > div.mount_4{
  background: url('../images/add_to_cart_mount_coaster.png') left -10px no-repeat;
  display: none;
}
#cart_form #choose_a_mount > div.mount_5{
  background: url('../images/add_to_cart_mount_no.png') left -10px no-repeat;
  display: none;
}
#cart_form #choose_a_mount > div.mount_6{
  background: url('../images/add_to_cart_mount_transparent.png') left -10px no-repeat;
  display: none;
}

#cart_form #cart_confirm_div, #cart_form #add_to_cart_done{
  font-size: 13px;
  padding-top: 10px;
  text-align: center;
}

#cart_confirm{
  background: url('../images/add_to_cart_confirm_button.png');
  border: none;
  cursor: pointer;
  display: block;
  height: 62px;
  margin: auto;
  width: 195px;
  text-indent: -1000px;
}

#add_to_cart1{
  background: url('../images/add_to_cart_button_small.png');
  border: none;
  cursor: pointer;
  display: block;
  height: 62px;
  margin: auto;
  width: 195px;
  text-indent: -1000px;
}


.close_button{
	width:96px;
	height:45px;
	border:0;
	text-indent:-9999px;
	background:url(../images/cancel.png);
}

.lightbox_corner{
	width:8px;
	height:8px;
	background-repeat:no-repeat;
	background-position:center;
}

.lightbox_corner_nw{
	background-image:url(../images/lb_corner_nw.png);
}

.lightbox_corner_ne{
	background-image:url(../images/lb_corner_ne.png);
}

.lightbox_corner_se{
	background-image:url(../images/lb_corner_se.png);
}

.lightbox_corner_sw{
	background-image:url(../images/lb_corner_sw.png);
}

.lightbox_border{
	position:absolute;
	left:0;
	float:none;
	width:100%;
}

#lightbox_border_top{
	top:-8px;
}

#lightbox_border_bottom{
	bottom:-8px;
}

.lightbox_spacer{
	height:8px;
	background:#fff;	
}

#save_lb .lb_form_row,
#checkout_lb .lb_form_row{
	padding-left:7px;
	margin-bottom:10px;
}

#save_lb h3,
#checkout_lb h3{
	float:left;
	width:672px;
	height:40px;
	line-height:40px;
	padding:0 0 0 16px;
	margin:20px 0 4px;	
}

#save_lb p,
#checkout_lb p{
	width:100%;
}

.move_center{
	padding-left:230px;
}


#login_lb .message, #signup_lb .message{
  float: none;
  font-weight: bold;
  padding-bottom: 5px;
}
#login_lb h1, #signup_lb h1{
  padding-bottom: 10px;
  width: auto;
}
#login_lb, #login_lb div, #signup_lb, #signup_lb div{
  float: none;
}
#login_lb #lb_form, #signup_lb #lb_form{
  margin: auto;
  width: 218px;;
}
#login_lb .buttons, #signup_lb .buttons{
  clear: both;
	text-align: center;
	width: 100%;
}


