/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body { 
  line-height: 1.5; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }


/* -------------------------------------------------------------- 
   
   forms.css
   * Sets up some default styling for forms
   * Gives you classes to enhance your forms
   
   Usage:
   * For text fields, use class .title or .text
   
-------------------------------------------------------------- */

label       { font-weight: bold; }
fieldset    { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend      { font-weight: bold; font-size:1.2em; }


/* Form fields
-------------------------------------------------------------- */

/*input.text, input.title,
textarea, select {
  margin:0.5em 0;
  border:1px solid #bbb;
}*/

/*input.text:focus, input.title:focus,
textarea:focus, select:focus {
  border:1px solid #666;
}*/

input.text, 
input.title   { width: 300px; padding:5px; }
input.title   { font-size:1.5em; }
textarea      { width: 390px; height: 250px; padding:5px; }


/* Success, notice and error boxes
-------------------------------------------------------------- */

.error,
.notice, 
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }

.error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }


/* -------------------------------------------------------------- 
   
   typography.css
   * Sets up some sensible default typography.
      
-------------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body { 
  font-size: 12px;
  color: #222; 
  background: #fff;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

input, textarea {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
  padding-bottom: 0;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; }

h1 { font-size: 2.7em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; height: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { color: #000; }
a           { color: #009; text-decoration: underline; cursor: pointer; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; background: #C3D9FF; }
th,td       { padding: 4px 10px 4px 5px; }
tr.even td  { background: #E5ECF9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right: 0 !important; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }


html, body {
  height: 100%;
}
body.crop {
  overflow: hidden;
  background: #F1F1F1;
}
/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clearfix:after, .container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix, .container {display: inline-block;}
* html .clearfix,
* html .container {height: 1%;}
.clearfix, .container {display: block;}

/* Regular clearing
   apply to column that should drop below previous ones. */

.clear { clear:both; }
table {
  margin: 0;
}
td {
  vertical-align: top;
  padding: 0;
  margin: 0;
}
em {
  color: #FE8800;
  font-weight: bold;
  font-style: normal;
}
.light {
  font-weight: normal;
}
body, input, textarea {
  font-size: 12px; }
input {
  width: 415px; }
textarea {
  width: 409px; }
select {
  width: 421px; }
input[type=submit], input[type=button] {
  width: auto; border: none; cursor: pointer; }

.field_with_errors input, .field_with_errors textarea {
  background: #FEE0BC;
}

.input {
  border: 1px inset #CCC;
  padding: 4px 4px 2px;
  background: #F2F2F2;
}
.textarea {
  border: 1px inset #CCC;
  height: 120px;
  background: #F2F2F2;
}
.green {
  color: #6A8B01;
}
.orange {
  color: #da7400;
}
div.orange {
  background: #f6dfc4;
}
h1.green, h1.orange {
  border: none;
  margin-bottom: 10px;
}
.dotted {
  border-bottom: 1px dotted #d5d5d5;
  padding-bottom: 4px;
}
input.warn, input.good {
  color: #FFF;
  font-weight: bold;
  padding: 2px 5px;
}
input.warn {
  background: #F33;
}
input.good {
  background: #6A8B01;
}

.strong {
  font-weight: bold;
}
.left {
  float: left;
}
.right {
  float: right;
}
img.left {
  margin: 0 15px 15px 0;
}
img.right {
  margin: 0 0 15px 15px;
}
.checkbox, .submit, #refresh_cart {
  width: auto !important; }
  
.container {
  margin: 0 auto;
}

a, a:focus, a:hover {
  color: #FE8800;
}
.rb {
  background: #EEE;
  padding: 10px 15px;
  border: 1px solid #CCC;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
#ad_generator select {
  margin: 10px 0 0 50px;
}
#ad_generator .rb div {
  margin: 0 0 40px;
}
#ad_generator .rb div:last-child {
  margin-bottom: 0;
}
.ta-center { text-align: center; }
#wrapper {
  width: 882px;
  position: relative;
}

#header {
  height: 120px;
  position: relative;
  border-bottom: 4px solid #6A8B01;
  margin-bottom: 8px;
}

#logo {
  position: absolute;
  left: 0;
  bottom: 24px;
}

/* Navi */
#header ul {
  list-style: none;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 0;
}
#header ul li { 
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  margin-left: 23px;
  height: 30px;
  font-size: 14px;
}
#header ul li span {
  color: #6A8B01;
}
#header ul li span, #header ul li a {
  padding-bottom: 9px;
}
#header ul li a {
  text-decoration: none;
  color: #000;
}

/* Header Controls (Login, Cart, Search) */
#header_controls {
  position: absolute;
  bottom: 56px;
  right: 0;
  font-size: 12px;
  color: #858585;
}
#header_controls a { color: #858585; }
#search { display: inline; }
#search div { display: none; }
#s {
  background: url('/images/search.gif') no-repeat scroll 2px -1px;
  width: 130px;
  border: none;
  font-size: 12px;
  padding: 5px 11px;
  margin: 0 -3px 0 -2px;
}
#search_submit {
  position: relative;
  top: 8px;
  width: auto;
}
b.separator {
  width: 1px !important;
  display: inline-block;
  margin: 0 8px;
  position: relative;
  top: 6px;
  height: 6px;
  background: #CECECE;
}
#cart_link {
  background: url('/images/icons.gif') no-repeat scroll 0 -28px;
  padding: 5px 0 0 25px;
}

/* Footer Links */
#footer {
  text-align: center;
  color: #858585;
  font-size: 11px;
  margin: 20px 0 10px;
  clear: both;
}
#footer a { 
  font-size: 11px;
  color: #858585;
  text-decoration: none;
}
#footer ul { list-style: none; display: block; margin: 0 auto; }
#footer ul li {
  overflow: visible;
  height: 6px;
  display: inline;
  border-right: 1px solid #858585;
}

#main {
  min-height: 400px;
}

#result_summary {
  color: #858585;
  margin-top: 4px;
  clear: both;
  text-align: center;
}


/* Flash Messages */
.flash_message {
  position: absolute;
  width: 852px;
  top: 0;
  padding: 10px 15px;
  color: #6A8B01;
  font-weight: bold;
  border-top: none;
  z-index: 5;
}
 
/* FormHelper */
.prefilled {
  color: #666;
}

#shipping input {
  width: auto;
}

.reset {
  background: url('/images/reset.gif') no-repeat scroll 0 0;
  width: 93px;
  height: 23px;
}

.grey_text {
  color: #aaa;
}

#start_teaser_img {
  position: relative;
  left: -1px;
  margin-top: 5px;
}

#content {
  position: relative;
}

.video_wrapper {
  position: absolute;
  top: 38px;
  right: 16px;
}

#subnavi {
  list-style: none;
}
#subnavi li {
  display: inline;
  padding: 3px 10px;
}
#subnavi li a {
  color: #000;
}
#subnavi li a:hover { color: #999; }

#card_images {
  margin: 0 0 20px 0;
  height: 300px;
  position: relative;
  border: 1px solid #bbb;
  background: #f1f1f1;
}

#card_images img {
  position: absolute;
  top:9px;
  left:0;
}

#top_banner img {
  width: 882px;
  height: 201px;
  margin: 0 0 20px 0;
}
#alt_2 img {
  height: auto;
  width: auto;
}
.formError {
  color: #B10000;
}

table.pad td {
  padding: 4px 10px 4px 5px;
}


#language {
  position: absolute;
  text-align: right;
  top: 9px;
  right: 5px;
}

ol li {
  margin-bottom: 8px;
}


.bookframe, .bookframe tr, .bookframe td, .bookframe img {
  margin: 0 !important;
  padding: 0;
}
.bookframe td {
/*  vertical-align: top;
*/}

.bookframe_container {
/*  border: none !important;*/
  padding: 15px;
}

.padded #content {
  padding-right: 20px;
  padding-left: 18px;
  /*margin-left: 265px;*/
  width: 597px;
}
#content {
  margin-top: 15px;
  float: left;
  width: 100%;
}
h2 {
  font-size: 16px;
}
h3 {
  font-size: 13px;
  font-weight: bold;
}
h4 {
  font-size: 12px;
  margin-bottom: 10px;
}
.warning {
  color: #b10000;
}

#breadcrumb {
  list-style: none;
  margin: 0 0 10px 0;
}
.padded #breadcrumb {
  margin-left: 265px;
}
#breadcrumb li {
  display: inline;
  color: #858585;
  margin-right: 5px;
}
#breadcrumb li a {
  color: #858585;
}

span.quiet      { font-size: 11px; }

.label {
  display: block;
  float: left;
  width: 170px;
  margin-top: 3px;
}
.required_field, div.formError {
  color: #B10000;
}
span.formError {
  display: block;
}
form div {
  margin: 18px 0;
  position: relative;
}
div.formError {
  position: absolute;
  left: 170px;
  bottom: -32px;
  font-size: 10px;
}

.button {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #FFF;
  text-decoration: none;
  padding: 5px 8px 4px;
  position: relative;
  top: 3px;
}
input.button {
  padding: 4px 8px 2px !important;
  cursor: pointer;
}
a.button { padding: 5px 8px 4px; font-size: 12px; }
a.slim { padding: 3px 8px 2px; }
.button:hover {
  color: #FFF;
}
.gray { background: #878787; }
.orange_bg { background: #DA7400; }
.green_bg { background: #6A8B01; }
#teaser {
  position: relative;
  left: 2px;
  width: 900px;
  overflow: visible;}
#teaser a {
  text-decoration: none;
  
}
  #teaser img {
    float: left;margin-right: 5px; }

.edit, .delete {
  display: block;
  width: 23px;
  height: 23px;
  background-image: url('/images/icons.gif');
  background-repeat: none;
  background-attachment: scroll;
  cursor: pointer; }
  
.edit { background-position: 0 -63px; }
.delete { background-position: -26px -63px; }

a .delete {
  float: left;
  margin-right: 4px;
  position: relative;
  top: -2px;
}

/* Side Navigation */
#side_navi_list, #side_navi_list li, #side_navi_list li ul, #side_navi_list li ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#side_navi {
  float: left;
  /*height: 1px;*/
}

#navi_teaser_img {
  margin: 15px 0 0 0;
  display: block;
}

#side_navi_list {
  margin: 0 30px 0 1px;
}
#side_navi_list li {
  margin: 0;
  padding: 0;
  width: 215px;
  display: block;
}

#side_navi_list li a {
  display: block;
  height: 18px;
  padding: 6px 10px 6px 26px;
  color: #90AE31;
  background: #F1F1F1 url("/images/navi_arrow.png") no-repeat scroll 10px 10px;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid #DFDFDF;
  border-style: solid none;
  margin-bottom: -1px;
}
#side_navi_list li ul li a {
  background: #FFF url('/images/icons.gif') no-repeat scroll 28px 10px;
  color: #000;
  font-weight: normal;
  padding-left: 45px;
}
#side_navi_list li a.current {
  color: #FFF;
  background: #90AE31 url("/images/navi_arrow_expanded.png") no-repeat scroll 10px 10px;
}
#side_navi_list li ul li a.current {
  background: #FFF url('/images/icons.gif') no-repeat scroll 28px 10px;
  color: #000;
  font-weight: bold;
}


h1 {
  font-size: 21px;
  padding-bottom: 8px;
  margin-bottom: 15px;
  color: #da7400;
}
h1.alt {
  font-family: 'Times New Roman', Times, serif;
  font-size: 54px !important;
  border-bottom: 1px dotted #d5d5d5 !important;
  font-style: italic;
  padding: 0 20px 20px 0;
  margin-top: 20px;
}
h1.orange {
  color: #da7400;
  border-bottom: 4px solid #FE8800;
}
h1.green {
  color: #90AE31;
}
.red {
  color: #c32603;
}
h1.alt span {
  opacity: 0.3;
  -moz-opacity: 0.3;
  filter:alpha(opacity=30);
}
h5 {
  font-weight: normal;
  color: #FE8800;
  margin-bottom: 4px;
}
#shipping_cost {
  font-size: 10px;
}

.next_and_previous {
  position: relative;
  height: 35px;
}
.next_and_previous .previous_card, .next_and_previous .next_card {
  position: absolute;
  top: 0;
  color: #FE8800;
  font-weight: bold;
}
.next_and_previous .previous_card { left: 0; }
.next_and_previous .next_card { right: 0; }


.order_row {
  position: relative;
  top:0;
  left:0;
  border-bottom: 1px solid #E1E1E1;
  padding-bottom: 10px;
  padding-right: 222px;
  margin-top: 10px;
  height: 45px;
}
.order_row .variant_image {
  float: left;
  margin: 0 5px 5px 0;
}

.last_row {
  margin-top: 30px;
}

.order_now_button {
  position: absolute;
  bottom: 5px;
  right: 0;
  display: block;
  width: 195px;
  height: 23px;
}

.variant_price {
  position: absolute;
  bottom: 6px;
  right: 160px;
  font-weight: bold;
}


#cards {
  text-align: left;
}

.card {
  width:148px;
  min-height: 210px;
  position: relative;
  float:left;
  text-align: center;
  margin: 0 20px 15px;
}
* html .card {
  height: 210px;
}
/* Addressing */
#address_form {
  margin-top: 15px;
  border-bottom: 1px solid #E1E1E1;
  padding-bottom: 5px;
}

.address {
  float: left;
  margin: 0 10px 0 0;
  width: 192px;
  
}
.address input {
  width: 192px !important;
}

.address p {
  padding: 5px 10px 5px 10px;
  /*border: 1px solid #CCC;*/
  position: relative;
  top: 4px;
  height: 75px;
}

.address .button {
  margin: 0;
}
.address input {
  width: auto !important;
}
.address div, .address label {
  float: left;
  margin: 0;
}
.address div {
  margin-right: 5px;
}
.address label {
  font-weight: normal;
  display: block;
}
#existing_addresses h5, #address_form h5 {
  margin-bottom: 15px;
  font-weight: bold;
}


/* Shipping */
#shipping {
  margin-top: 15px;
}
#shipping div {
  margin: 10px 0;
}
#shipping input {
  position: relative;
  top: 3px;
}
#shipping label {
  font-weight: normal;
}
#send_to_this_address {
  float: right;
  height: 23px;
}


/* Search */ 
#search_results {
  margin-top: 15px;
  padding: 15px 0;
  border: 1px solid #CCC;
  border-style: solid none;
}
#search_button {
  width: 74px;
  height: 23px;
  position: relative;
  top: 6px;
  left: 3px;
}
#advanced_search label {
  margin-right: 3px;
}
div.separator {
  height: 4px;
  background: #FE8800;
  margin-top: 40px;
  overflow: hidden;
}
.slim_separator {
  border-top: 1px solid #e1e1e1;
  margin: 5px 0 !important;
}
.to_top {
  float: right;
}

/* grey box */

.grey_box {
  position: relative;
  padding: 7px 10px 10px;
}
.c_grey_tl, .c_grey_tr, .c_grey_bl, .c_grey_br {
  display: block;
  height: 7px;
  width: 7px;
  overflow: hidden;
  position: absolute;
  background-image: url('/images/greybox.gif');
  background-repeat: no-repeat;
  background-attachment: scroll;
  z-index: 5;
}
.c_grey_tl { top: 0; left: 0; background-position: 0 0; }
.c_grey_tr { top: 0; right: 0; background-position: -7px 0; }
.c_grey_bl { bottom: 0; left: 0; background-position: -14px 0; }
.c_grey_br { bottom: 0; right: 0; background-position: -21px 0; }
.c_grey_b { 
  display: block;
  height: 7px;
  width: 100%;
  background: url('/images/greybox.gif') repeat-x scroll 0 -7px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 4;
}
.c_grey_t {
  display: block;
  height: 1px !important;
  overflow: hidden;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  background: #D5D5D5;
}
.c_grey_l, .c_grey_r {
  display: block;
  height: 100%;
  width: 7px;
  position: absolute;
  top: 0;
  background-image: url("/images/greybox_borders.gif");
  background-repeat: repeat-y;
  background-attachment: scroll;
}
.c_grey_l { left: 0; }
.c_grey_r { right: 0; background-position: -7px 0; }

.reset_button img {
  margin: 0;
  float: none;
}
.submit_button {
  width: auto !important;
}

.category_links {
  float: right;
  margin:0 0 103px 5px;
}

.category_links h3 {
  color: #FE8800;
}

.category_links ul {
  list-style: none inside;
  margin: 0;
}

.sitemap_indent div {
  margin-left: 20px;
}

.help_page h2, .help_page h3 {
  cursor: pointer;
}

.help_page div {
  margin-left: 20px;
}
.help_page div div {
  margin-left: 0px;
}
.help_page div div h2 {
  font-size: 12px;
}
.help_page div div p { margin-left: 0; }
.help_page p {
  margin-left: 10px;
}

#applet_container {
  width:880px;
  height:500px;  
}

.applet_fotobook {
  position: absolute;
  top: 0;
  left: 0;
  /*position: relative;
  height: 1024px !important;
  width: 1280px !important;*/
  height: 100%;
  width: 100%;
  overflow: visible;
}

#editor_applet {
  position: relative;
  z-index: 10;
  left: -10000px; /* hide applet until it has loaded. note: display:none prevents the applet from loading in FF */
}

#applet_background {
  position: absolute;
  left: 0;
  top: 0;
  width:880px;
  height:500px;
  background-color: #f1f1f1;
}
#applet_background.full {
  height: 100%;
  width: 100%;
}

#applet_background .logo {
  position: relative;
  width: 474px;
  height: 66px;
  margin: 0 auto;
  top: 100px;
  background: url(/images/logo_gray.gif) no-repeat;
}

#applet_background .spinner {
  position: relative;
  margin: 0 auto;
  top:130px;
  width:66px;
  height:66px;
  background: url(/images/big_spinner.gif) no-repeat;
  z-index: 0;
}

#applet_background .text {
  position: relative;
  top: 180px;
  width:100%;
  text-align: center;
}

/* IE6 hack to make input fields clickable again: */

* html #address_form {
  zoom: 1;
}

* html #address_form div {
  position: relative;
  zoom: 1;
  margin-bottom: 20px;
}


* html #address_form input {
  position:relative;
  display: inline;                            
  width: 408px;
  margin: 0 0 0 3px;
}

* html #address_form .formError {
  position: absolute;
  bottom: -16px;
  left: 172px;
}

.sender_address_question input {
  width: auto;
}

#paypal_logo {
  position: relative;
  top: 13px;
  left: 10px;
}
/*#paypal_logo1 {
  float: right;
  position: relative;
  top: -5px;
}*/
#admin_products {
  width: 620px;
}

.sidenavi {
  width: 240px;
  float: left;
}
/*
.sn_content {
  float: left;
  width: 640px;
}*/

.sidenavi a {
  display: block;
  margin: 0 0 10px 0;
}

*+html #accordeon {
  margin-top: 20px;
}
* html #accordeon {
  float: none;
}

.simple_form label {
  font-weight: normal;
  color: #DA7400;
}

.simple_form p {
  position: relative;
}
.simple_form .formError {
  position: absolute;
  top: 0;
  right: 0;
}
.simple_form input, .simple_form textarea {
  border: 1px solid #CCC;
  padding: 2px 4px;
}
.simple_form textarea {
  height: 190px;
  width: 415px;
}
.simple_form p {
  margin-bottom: 10px;
}
.simple_form input.button {
  border: none !important;
}

.cat_paging_c {
  position: relative;
  height: 20px;
}
.bottom_10 {
  margin-bottom: 15px;
}
.top_10 {
  margin-top: 10px;
}
.cat_paging {
  position: absolute;
  top: 0;
  color: #FE8800;
  font-weight: bold;
}
.cat_paging_left { left: 0; }
.cat_paging_right { right: 0; }

.padme {
  /*min-height: 510px;*/
}
/** html .padme { height: 510px; }*/

.payment_status {
  background: #F1F1F1;
  border: 1px solid #F1F1F1;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 30px 15px 10px;
}
.payment_status_icon {
  float: right;
}

#title_list {
  font-size: 10px;
  left: 293px;
  position: absolute;
  top: 65px;
  width: 300px;
}
#title_list.title_list_fotobook {
  top: 18px;
  left: 297px;
  width: 290px;
}
#title_list.title_list_fotobook table {
  width: 290px;
}
#title_list table tr td {
  padding: 2px 0;
  font-size: 11px;
}

#title_list em {
  color: #000;
  font-style: italic;
}


#content_banner {
  margin-bottom: 18px;
}
/*#content_banner img {
  position: relative;
  left: -9px;
}
*/


#swf_buttons {
  background: url('/images/swf_buttons_two.gif?1234') no-repeat scroll 1px -1px;
  width: 915px;
  position: relative;
  z-index: 6;
  top: 0;
  left: 0;
  height: 34px;
  overflow: hidden;
  margin-bottom: -6px;
}
#swf_buttons a {
  float: left;
  display: block;
  background: url('/images/swf_buttons_two.gif?1234');
  background-repeat: no-repeat;
  background-attachment: scroll;
  height: 35px;
  outline: none;
}


#swf_buttons.special {
  background: url('/images/swf_buttons.gif?1234') no-repeat scroll 1px -1px;
}
#swf_buttons.special a {
  background: url('/images/swf_buttons.gif?1234');
}

#flashbutton_fotobooks {
  width: 442px;
  background-position: 0 -1px !important;
}
#flashbutton_fotobooks:hover, #flashbutton_fotobooks.s_active {
  background-position: 0 -36px !important;
}
#flashbutton_cards {
  width: 442px;
  /*margin-left: 1px;*/
  background-position: -442px -1px !important;
}
#flashbutton_cards:hover, #flashbutton_cards.s_active {
  background-position: -442px -36px !important;
}

#swf_buttons.special #flashbutton_cards {
  width: 296px;
  background-position: -295px -1px !important;
}

#swf_buttons.special #flashbutton_cards.s_active {
  background-position: -295px -36px !important;
}

#swf_buttons.special #flashbutton_fotobooks {
  width: 295px;
}

#flashbutton_specials {
  width: 295px;
  /*margin-left: 2px;*/
  background-position: -590px -1px !important;
}
#flashbutton_specials:hover, #flashbutton_specials.s_active  {
  background-position: -590px -36px !important;
}

#swf_tab_container {
  width: 884px;
  height: 329px;
  position: relative;
  z-index: 5;
}

.justify, .justify p {
  text-align: justify !important;
}


.preview_images {
  position: absolute;
  /*width: 570px;*/
  background: #FFF;
  border: 1px solid #666;
  text-align: center;
  z-index: 100;
  top: -100px;
  left: 130px;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  filter:DropShadow(color=#C0C0C0, offx=3, offy=3)
}
.preview_images img {
  margin: 15px;
}
* html .preview_images { top: -120px; }
*+html .preview_images { top: -120px; }

#vivatliber {
  bottom: 0;
  right: 0;
  left: auto !important;
  top: auto !important;
}

.fotobook_layout {
  width: 100% !important;
}

.pagination {
  text-align: center;
  padding: .3em;
  margin: 10px 0;
}
.pagination a, .pagination span {
  padding: .2em .5em; }
.pagination span.disabled {
  color: #AAA; }
.pagination span.current {
  font-weight: bold;
  color: #000;
  background: #F28100;
  color: white;
  border: 1px solid #DDDDDD; }
.pagination a {
  border: 1px solid #DDDDDD;
  color: #F28100;
  text-decoration: none;
  background: #F1F1F1;
  font-weight: bold; }
  .pagination a:hover, .pagination a:focus {
    background: #F28100;
    color: white; }
.pagination .page_info {
  color: #aaa;
  padding-top: .8em; }
.pagination .prev_page, .pagination .next_page {
  border-width: 1px; }
.pagination .prev_page {
  /*margin-right: 1em;*/ }
.pagination .next_page {
  /*margin-left: 1em;*/ }

#cart {
  /*overflow: hidden;*/
}
#cart form div { margin: 0; }
#cart .header {
  color: #FFF;
  font-weight: bold;
  background: #878787;
  border: none;
  height: 31px;
  line-height: 30px;
}
#cart .header div {
  margin-top: 0;
  margin-bottom: 0;
}
#cart .header .cart_product_title {
  text-indent: 10px;
}
#cart .cart_product {
  position: relative;
  border-bottom: 1px solid #E1E1E1;
}
#cart .cart_product_delete {
  position: absolute;
  bottom: 0;
  right: 10px;
}
#cart .cart_product_image {
  float: left;
  margin-right: 5px;
}
#cart .cart_product_title, #cart .cart_product_quantity, #cart .cart_product_price, #cart .cart_product_price_total, #cart .cart_product_shipping {
  float: left;
  margin: 5px 0 3px;
}
#cart .cart_product_title {
  font-weight: bold;
  width: 220px;
}
#cart .cart_product_quantity {
  width: 60px;
}
#cart .cart_product_quantity input {
  width: 34px;
  position: relative;
  top: -2px;
}
#cart .cart_product_shipping {
  width: 180px;
}
#cart .cart_product_price,  #cart .cart_product_price_total {
  width: 85px;
}

#cart .cart_product_price_total {
  float: right;
  margin-left: 0;
}

#cart .body .cart_product_price_total {
  text-align: right;
}

#cart .cart_cost {
  position: absolute;
  right: 0;
  top: 5px;
  font-weight: bold;
  z-index: 5;
}
#cart #cart_total .cart_product_title, #cart #cart_total .cart_cost {
  color: #FE8800;
}
#cart #cart_total .cart_product_title {
  width: 310px;
}

#commit_cart {
  width:auto;
}
#toggle_shipping_details {
  font-size: 10px;
  position: relative;
  top: -1px;
  left: -5px;
}
#cart_shipping_detail {
  clear: left;
  position: relative;
}
#cart_shipping_detail .cost {
  position: absolute;
  top: 0;
  right: 0;
  font-weight: bold;
}
#cart_shipping_detail h5 {
  color: #000;
  margin: 0;
}
#cart_shipping_detail div {
  display: block;
}

/* Checkout */
#select_payment {
  margin-top: 15px;
}
#select_payment div {
  margin: 0;
}
#select_payment input {
  width: auto;
}
#select_payment h5, #enter_action_code h5 {
  font-weight: bold;
}

#enter_action_code label {
  font-weight: normal;
  margin-right: 10px;
}
#enter_action_code input {
  width: 325px;
}
#pay {
  float: right;
  width: 84px;
  height: 23px;
}

/* Payment Success */
#payment_success {
  background: #F1F1F1;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 25px;
  margin-top: 15px;
  position: relative;
}
#payment_success h5 {
  margin: 0;
  font-weight: bold;
}
#payment_success img {
  position: absolute;
  top: 5px;
  right: 25px;
}

div.billing_address {
  border: 1px solid #E1E1E1;
  border-top: 0;
  padding: 10px;
}

div.payment_links {
  position: relative;
  /*margin-top: 15px;*/
  clear: both;
  text-align: right;
  width: 650px;
}
div.payment_links span {
  font-size: 11px;
}


#refresh_cart {
  border: none;
  position: absolute;
  left: 0;
  top: 0;
}
#continue_shopping {
  position: absolute;
  top: 0;
  right: 360px;
}
.cart_product_extra_info {
  display: block;
  font-weight: normal;
}

#partner_claim {
  width: 570px;
  height: 228px;
  float: left;
  margin-right: 5px;
}

.grey_box h2 {
  line-height: 16px;
  text-align: center;
  font-size: 14px;
}

#partner_claims {
  padding: 0 2px 5px 8px;
}
div.grey, div.green {
  line-height: 14px;
  padding: 8px 10px 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
div.grey {
  background: #efefef;
}
div.green {
  color: #FFF;
  font-weight: bold;
  background: #6a8b01;
}
#partner_claims div {
  float: left;
  width: 170px;
  height: 167px;
  margin-right: 5px;
}
#partner_claims p {
  margin-bottom: 10px;
}

#partner_claims li {
  color: #6a8b01;
  list-style-type: square;
}
#partner_claims li span {
  color: #222;
}

#partner_claims div.green {
  width: 143px;
}
#partner_login {
  float: left;
  width: 267px;
  height: 228px;
}
#partner_login label {
  float: left;
  width: 70px;
  line-height: 21px;
  font-weight: normal;
}
#partner_login input.text {
  width: 160px;
  padding: 0;
}
#partner_login form p {
  margin: 5px 0;
}
#partner_login .grey {
  margin-bottom: 7px;
}
#partner_login p img {
  float: right;
  margin: 10px 0 0 10px;
}


/* Partner Signup */

.partner_row {
  margin: 0;
}

.partner_row_text {
  float: left;
  width: 330px;
}

.partner_row_form {
  float: left;
  width: 250px;
  margin-left: 6px;
  margin-top: 20px !important;
}
.partner_row_form label {
  font-size: 11px;
  font-weight: normal;
  color: #6a8b01;
}
.partner_row_form p {
  margin-bottom: 2px;
}
.partner_row_form input, .partner_row_form textarea {
  background: #f2f2f2;
  border: 1px inset #333;
  padding: 3px 4px;
  width: 240px;
  font-size: 11px;
}
.partner_row_form input {
  height: 13px;
}
.partner_row_form textarea {
  height: 85px;
}
.partner_row_form select {
  width: 250px;
  border: 1px inset #333;
  padding: 2px 4px;
  height: 21px;
  font-size: 11px;
  background: #f2f2f2;
}
#partner_address_zip {
  width: 57px;
}
#partner_address_city {
  width: 170px;
}
.partner_row_form .required_field {
  color: #b10000;
}
.partner_row_form span {
  font-size: 11px;
}
.partner_row_form .required {
  background: #e1e8cc;
}
#new_partner div {
  margin-top: 8px;
  margin-bottom: 8px;
}
#zip_field {
  width: 70px;
  float: left;
  margin: -1px 0 0 0 !important;
}
#city_field {
  float: left;
  width: 174px;
  margin: -1px 0 0 0 !important;
}
#partner_partner_tos {
  width: auto !important;
  float: left;
  position: relative;
  top: -3px;
}
#partner_tos_label {
  float: left;
  width: auto !important;
}



.ad_type {
  margin: 0 38px 10px 0;
  min-height: 112px;
}
.ad_type div {
  margin-left: 30px;
}

#generator_code, .ad_type {
  width: 390px;
}
#generator_code {
  width: 842px;
  position: relative;
}

#ad_code {
  width: 830px;
  height: 120px;
}

#ad_formats {
  padding-top: 20px;
  padding-bottom: 20px;
}



.ad_format {
  display: inline-block;
  text-align: center;
  background: #FFF;
  width: 250px;
  margin: 10px;
  padding: 7px 10px;
  border: 1px solid #AAA;
}

.ad_format img {
  margin: 0 auto;
  display: block;
}
#ad_formats table {
  border-collapse: separate;
  border-spacing: 2px 2px;  
}
#ad_formats table td {
  text-align: center;
}
#ad_formats table img {
  cursor: pointer;
}
.middle td {
  padding: 5px 0;
  vertical-align: middle;
  border: 1px solid #AAA;
}
.bg_fff td {
  background: white;
  border: 1px solid #AAA;
}


.file_field {
  background: none !important;
  border: none !important;
  height: auto !important;
  width: auto !important;
}

.sm { 
  margin: 0;
  list-style: none;
  width: 599px;
  height: 174px;
  display: block;
  overflow: hidden
}
* html .sm {
  width: 594px;
}
.sm li {
  float: left;
  display: inline;
  overflow: hidden
}

.sm_li img {
  margin-left: 25px;
}
.sm_li a {
  display: block;
}
#sm_year {
  background: url("/images/accordeon/yearcards.jpg") no-repeat scroll 0 0;
}
#sm_karaoke {
  background: url("/images/accordeon/karaokecards.jpg") no-repeat scroll 0 0;
}
#sm_hit {
  background: url("/images/accordeon/hitcards.jpg") no-repeat scroll 0 0;
}
#sm_year:hover { background: url("/images/accordeon/yearcards_select.jpg") no-repeat scroll 0 0; }
#sm_karaoke:hover { background: url("/images/accordeon/karaokecards_select.jpg") no-repeat scroll 0 0; }
#sm_hit:hover { background: url("/images/accordeon/hitcards_select.jpg") no-repeat scroll 0 0; }