@charset "utf-8";
/* CSS Document */
/* Contains additional old_styles */


/*****************************  Block Cover  **********************************/
/* TODO: rename template_left_page into something else since we dont have left/right pages*/
#blockStageLanding #template_left_page {
  width: 382px;
  height: 382px;
  position:relative;
  margin-left:17px;
}

#blockStageLanding .loading_icon_left {
  width:382px;
  height:382px;
}

#blockStageLanding .loading_icon_right {
  display:none;
}

#blockCoverCustomCover, #blockCoverCustomCover #template_left_page {
  float:right;
  position:relative;
  width:382px;
  height:382px;
}

#blockCoverCustomCover .loading_icon_left {
  width:382px;
  height:382px;
}

#blockCoverCustomCover .loading_icon_right {
  display:none;
}





/*****************************  Slider  **********************************/
#track1 {
  width: 210px;
  float: left;
  background:url('../images/slider_bg.gif') top left no-repeat;
}
#handle1 {
  width:15px; height:20px; cursor:move;
}
/*************************************************************************/




/*****************************  Photo Uploader  **********************************/
iframe#upload {
  border: none;
  text-align: left;
}

form#upload-photos {
  width: 250px;
  margin-top: 5px;
  text-align: left;
}

p#upload_complete,  p#upload_failed {
  font-size: 12px;
  text-align: left;
  color: #ffffff;
}
/********************************************************************************/








/*****************************  wallpaper words text tool **********************************/
#text_tool_box_wallpaper, #text_tool_box_title {
  display: none;
  position: absolute; 
  left: -1000px; 
  width: 300px; 
  height: 150px;
  background: #feffb3 url(../images/bg-textedit.gif) repeat-x 0 0;
  border: 1px solid #535353;
  padding: 5px;
  z-index: 200;
  }

#text_tool_box_wallpaper h2, #text_tool_box_title h2 {
  padding: 0 0 0 20px;
  margin-bottom: 5px;
  border-bottom: 1px solid #e9e9e9;
  text-align: left;
  display: block;
  font-size: 122%;
  font-weight: 700;
  background: transparent url(../images/pencil.gif) no-repeat 0 1px;
  color: #535353;
  }

#text_tool_form_wallpaper, #text_tool_form_title {
  display: block;
  float: left;
  margin-top: 5px;
  width: 285px;
  }



#text_tool_box_wallpaper input, #text_tool_box_title input {
  padding: 2px 5px;
  margin: 5px;
  color: #535353;
  }

/********************************************************************************/

/*****************************  wallpaper words text tool **********************************/
#text_tool_box_quote{
  display: none;
  position: absolute; 
  left: -1000px; 
  width: 300px; 
  height: 150px;
  background: #feffb3 url(../images/bg-textedit.gif) repeat-x 0 0;
  border: 1px solid #535353;
  padding: 5px;
  z-index: 200;
  }

#text_tool_box_quote h2 {
  padding: 0 0 0 20px;
  margin-bottom: 5px;
  border-bottom: 1px solid #e9e9e9;
  text-align: left;
  display: block;
  font-size: 122%;
  font-weight: 700;
  background: transparent url(../images/pencil.gif) no-repeat 0 1px;
  color: #535353;
  }

#text_tool_form_quote {
  display: block;
  float: left;
  margin-top: 5px;
  width: 285px;
  }



#text_tool_box_quote input {
  padding: 2px 5px;
  margin: 5px;
  color: #535353;
  }

/********************************************************************************/





/*****************************  create_block_06 **********************************/
a#photo-auth-done-link {
background:transparent url(../images/pictures.gif) no-repeat scroll 0 3px;
display:block;
margin:5px 0;
padding:5px 0 5px 20px;
}


a#photo-auth-link {
background:transparent url(../images/key_go.gif) no-repeat scroll 0 3px;
display:block;
margin:5px 0;
padding:5px 0 5px 20px;
}

a#photo-auth-link:hover, a#photo-auth-done-link:hover {
color:#6E50CF;
}

#photoTraySources ul li {

}



ul.photoPane li span.flag {
  display:none;
}
ul.photoPane li.usedPhoto span.flag {
  display:inline;
}


/********************************************************************************/





/*****************************  create_block_06 **********************************/


.photo_thumb {
  max-width:80px;
  max-height:80px;
  cursor:pointer;
}



/********************************************************************************/




/*****************************  char counter **********************************/

.charReminder {
  /*
  float:left;
  padding-left:5px;
  */
  color:#AAAAAA;
  font-family:Arial,Helvetica,sans-serif;
  font-size:14px;
  display:none;
}


.charReminder.visible{
  display:block;
}

.charReminder.warning{
  color:red;
}


/********************************************************************************/




/*****************************  N_browse_blocks **********************************/

#blockSpotlightCover {

  height:300px;
  position:relative;
  width:300px;
  margin-left:10px;
  cursor:pointer;
}

#blockSpotlightCover .loading_icon {
  height:300px;
  width:300px;
}

.blockSpotlightInsidePage {
  cursor:pointer;
}

.blockSpotlightInsidePage, .blockSpotlightInsidePage.loading_icon {
  float:left;
  position:relative;
  height:120px;
  width:240px;
}

.blockSpotlightInsidePage .loading_icon_left, .blockSpotlightInsidePage .loading_icon_right{
  float:left;
  position:relative;
  height:120px;
  width:120px;
}


#wrMain blockquote.description p {

  line-height:100%;
}


#wrMain blockquote h2 {
  overflow:hidden;
  width:235px;
}

/********************************************************************************/



/*****************************  N_my_cart **********************************/
#wrMain div.myblockrBlocks table td.blockInfo h2{
  width:300px;
  overflow:hidden;

}


/********************************************************************************/



.pane.overlay{
  position:absolute;
  top:0px;
  left:0px;
}

/*****************************  blockr_my_profile *******************************/

ul.formBlockr li input.field_show, ul.formBlockr li textarea.field_show, ul.formBlockr li select.field_show{
  display:none;
}

ul.formBlockr li div.field_show{
  display:inline;
}

ul.formBlockr li div.field_edit {
  display:none;
}
ul.formBlockr li.field_edit em.edit {
  display:none;
}

ul.formBlockr li h2 b.error {
  display:none;
}


ul.formBlockr li  h2 b.error {
  display:none;
}

ul.formBlockr li.error h2 b.error {
  display:inline;
}
ul.formBlockr li.error input {
  background-color:#f55;
}

/********************************************************************************/


/*****************************  about_us_submenu *******************************/


.nav-link-featured, .nav-link-featured:visited {
  font-family: Arial;
  font-size: 9px;
  color: #7B7070;
}

.nav-link-featured-selected, .nav-link-featured-selected:visited {
  font-family: Arial;
  font-size: 9px;
  color: #DE1D3C;
}

.nav-vertical-bar {
  font-family: Arial;
  font-size: 9px;
  color: #DE1D3C;
  text-align:left;
}

.image-center-header {
  color:#FFFFFF;
  font-family:Arial;
  font-size:17px;
}


/*****************************  user_blockr_profile *******************************/
.input-field-title {
color:#665E5D;
font-family:Arial;
font-size:12px;
}
/********************************************************************************/


/*****************************  blockr + flickr page *******************************/
#blockr-flickr h1 {
  margin: 25px auto;
  width: 450px;
  height: 122px;
  background: transparent url(../images/blockr-luvz-flickr.gif) no-repeat 0 0;
}

#blockr-flickr h2 {
  color: #909090;
  font-size: 182%;
  font-weight: 700;
}

#blockr-flickr p {
  width: 400px;
  margin: 20px auto;	
  font-size: 122%;
  color: #909090;
}

a.uploadDone {
  color: #535353;
}

/********************************************************************************/


/*****************************  lightbox *******************************/
#lightbox-in #forward-registered form label {
  clear: left;
  float: left;
  display: block;
  text-align: right;
  margin: 5px 0 5px 0;
  width: 80px;
}

#lightbox-in #forward-registered textarea {
  float:left;
  margin:5px 0 5px 5px;
  text-align:left;
  width:260px;
  padding:0px;
  height:80px;
}

#lightbox-in #forward-registered input.quick-reg {
  float:left;
  margin:5px 0 5px 5px;
  text-align:left;
  width:260px;
}

/***********************************************************************/



div.fileinputs{
  display:inline;
}
.fileinputs input.text {
	width: 141px;
	height: 20px;
  background-color:white;
}

.fileinputs input.button {
}


.fileinputs input.file {
	width: 200px;
	margin: 0;
}

.fileinputs input.file.hidden {
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
  left:-40px;
  position:relative;

}

.fileinputs div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 250px;
	padding: 0;
	margin: 0;
	z-index: 1;
	line-height: 90%;
}

.fileinputs div.fakefile input {
}

/* TODO: add this to blockrMain.css */
.formAddress h2.disabled {
  color:#999;
}
#printOrderNow{
    text-align:left;
}
.formLeft h2{
    font-size: 14px;
}
#container p{
    font-size: 14px;
    color:#AAAAAA;
}


#container {
	width: 960px;
}



#wrMain #hTitle h1, #wrMain h1 {
  padding-bottom:20px;
  padding-top:20px;
}

/*#099EFF*/
.formAddress .oneline.disabled h2 {
  color:#999;
}
.formAddress .oneline.disabled .field_show {
  color:#077BCC;
}
.formAddress .oneline.disabled em {
  display:none;
}

/* override float setting for a better layout */
.blockCart blockquote.btnCustom {
  float:none;
}


/*body correction for the carousel*/
body {
  overflow-x:hidden;
}





.uploadPhotoList a, ul.photoPane li a, #coverPhotoList a{
  position:relative;
  display:block;
}

ul.photoPane li a img, .uploadPhotoList img, #coverPhotoList img {
  bottom:0;
  left:0;
  margin:auto;
  max-height:80px;
  max-width:80px;
  position:absolute;
  right:0;
  top:0;
  font-size: 0px; /*do not show any alt text*/
}



.avatar {
  width:80px;
  height:80px;
  position:relative;
}

.avatar img {
  border: 2px solid #4AB8FF;
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  margin:auto;
  max-height:80px;
  max-width:80px;
}
