/* simplecard CSS */


/* global HTML Styles */
body { font-family: arial; font-size: 62.5%; margin: 10px 0 0 0; color: #444; background: none}
p { margin: .2em 0 1.8em 0; line-height: 1.5; color: #444; font-size: 1.3em; }
h1 { font-size: 13px; margin: 0; }
h2 { font-size: 2.5em; margin: 0 0 .2em 0; text-transform: lowercase; color: #252525; text-transform: capitalize; }
h3 { font-size: 13px; margin: 0 }
h4 { font-size: 12px; margin: 0; text-transform: lowercase }
h5 { font-size: 12px; margin: 0; display: inline; text-transform: lowercase; }
h6 { font-size: 15px; margin: 0 0 10px 0; text-transform: capitalize; color: #252525; }
a { color: #1a81d8; text-decoration: none }
a:hover { color: #000; text-decoration: underline }
img { border: 0 }
ul {  padding: 0 0 1em .5em; margin: 1em 0 0 1em; }
li { font-size: 1.2em; margin: 0 0 .5em 0; }

.clear { height: 0px; clear: both; margin: 0} /* resloves FF float bug */
.active { font-weight: bold; }

/* Header */
.header_margins { width: 100%; background-color: #479fa2;}
.header { width: 780px; margin: 0 auto; background-color:#479fa2; height: 55px; padding: 15px 20px 0 20px;; }
.nav { width: 810px; margin: 0 auto;  padding: 22px 0 22px 10px; background-color: #fff;  }
.logo {float: left; }
.tagline { display: none }

/* page */ 
.global_wrapper { width: 100% }
.nav_margins  { width: 100%; background-color: none; }
.page_margins { width: 100%; background-color: none; margin: 3px 0 0 0;  }
.page_container { width: 820px; background-color: #fff; margin: 0 auto; min-height: 600px;border-bottom: 1px solid #ccc;}

.page { width: 765px;  height: 100%; padding: 25px 25px 25px 25px; }
.single_column { }
.single_column_standalone { padding: 20px; }
.left_column { float: left; width: 510px ; }
.right_column { float: right; width: 240px; }



.right_column_design { float: right; width: 250px; min-height: 750px; height:auto !important;  }
.right_column_design ul	{ margin: 1em 0 1em 2em; padding: 0 }
.right_column_design li { font-size: 1.1em }

/* Footer */
.footer { margin: 10px auto 10px auto; height: 40px; width: 820px;  text-align: right; color: #464b53; line-height: 1.5; padding: 0 0 20px 0;  }
.footer_image_library { margin: 10px auto 10px auto; height: 40px; width: 600px;  text-align: right; color: #464b53; line-height: 1.5; }
.footer a { color: #464b53; font-size: 11px; font-weight: normal;}

/* -------- Templates -------- */

/* Pricing Table */
.pricing_table {margin: 0 0 0 15px; }
.qty { font: normal 1.2em arial; text-align: left; padding: 5px 0 5px 0;border-bottom: 1px solid #ccc; color: #252525;}
.price { font: normal 1.2em arial; text-align: right; padding: 5px 0 5px 0; border-bottom: 1px solid #ccc;color: #252525;}

/* Templates */
.template_table { margin: 25px 0 15px 0 }

.template_table td { padding-bottom: 20px; text-align: left}
.template {}
.template h2 {font: normal 1em arial; letter-spacing: normal; text-transform: capitalize; margin: 5px 0 7px 0; color: #444}
.template h3 {font: normal 1em arial; letter-spacing: normal; text-transform: capitalize; margin: 0 0 5px 0 }
.template_image img { border: 1px solid #ccc }

.navigation { font-size: 12px; text-align: center; padding: 8px; }
.navigation input { border: 1px solid #ccc; margin: 0 15px 0 5px}

/* Image Library */
.page_container_image_library { width: 610px; background-color: #fff; margin: 0 auto; padding: 20px 0 0 0}

.left_column_image_library { float: left; width: 460px ; }
.right_column_image_library { float: right; width: 150px; padding: 5px 0 0 0 }
.right_column_image_library ul	{ margin: 1em 0 1em 2em; padding: 0 }
.right_column_image_library li { font-size: 1.1em }

.library_table { margin: 15px 0 15px 0 }
.library {}
.library h2 {font: normal 1.2em arial; letter-spacing: normal; text-transform: capitalize; margin: 3px 0 5px 0}
.library h3 {font: normal 1.2em arial; letter-spacing: normal; text-transform: capitalize; margin: 0 0 5px 0 }


/* Design Parameters */
label { display: block; font: bold 12px arial; text-transform:capitalize; margin-bottom: 5px; color:#252525;   }
textarea, input, select { font: normal 12px arial; }
textarea { border: 1px solid #999 }
.parameters { padding: 5px 15px 15px 15px; margin: 0 0 15px 0; display: none}
.text_parameters_table td { padding: 5px 0 5px 0;}

#font-family { witdh: 180px; height: 100px;  overflow: auto; margin: 5px 5px 0 0; background-color: #fff; padding: 0; border: 1px solid #999; }
.font-table { width: 190px }
.font-table td { padding: 3px 0 3px 0; border: none; }

.image_container { width: 491px; margin: 0 0 15px 0 }
.sample_image { width: 491px; height: 365px; border: 1px solid #999; position: relative; margin: 15px 0 15px 0;  }

/* Image Upload */
.front_image { height: 300px; border: 20px solid #e5e5e5 }
.warning { padding: 0 0 0 10px; font-size: 10px; line-height: 1.3 }
.change_image { padding: 5px 0 0 0; font-size: 11px; }
.image_upload { margin: 5px 0 15px 0 }
.note { font-size: 10px; font-style: italic; text-align:justify; padding: 20px 15px 15px 15px; }

.right_box { border-top: 1px solid #ccc; padding: 15px 0 15px 0  }
.next_back { padding: 10px 0 0 0;  }

.alert_no_edit { text-align: center; padding: 10px; font-size: 12px; border: 1px solid #ccc; }



/* Image Popup */

/* Content */
.window_container { width: 93%; background-color: #fff; margin: 0 auto; padding: 20px}
.window_page { background-color: #fff; width: 100%;  height: 100%; background-color: #fff; margin: 20px; }

.content_container { padding: 10px 15px 5px 15px; font-size: 1.1em }
.content_container p { font-size: 1.1em }

/* Crop Image */
.image_step { font-weight: bold;  color: #cc020d; }
.image_crop_container { padding: 15px; margin: 0 auto}
.image_crop { padding: 10px 0 0 0;  }
.warning { padding: 0 0 15px 0; }
.warning_text { float: right; width: 80%; padding: 0 30px 0 0; font-size: 11px; font-style: italic;}
.warning_graphic { float: left }
.image_name { font-size: 11px; font-style: italic; text-align: right; padding: 5px 0 0 0 }
.buttons { text-align: right; padding: 0 15px 0 0 }

/* Upload Image */
.file_upload { height: 60px; }
.upload_table { }
.upload_table td { padding: 3px 0 3px 0 }
.file_types { font-size: 11px; }

/* ------------- Check Out ------------- */

/* Content */
.left_container { padding: 0 15px 15px 0; }

.table_header { font-size: 11px; font-weight: bold; border-bottom: 1px solid #000; text-transform: uppercase; padding: 3px 2px 3px 2px; border-top: 0px solid #000; margin: 0 0 10px 0 }

/* Checkout */
.checkout_container { border: 1px solid #ccc;}
.return_address { padding: 15px; border-bottom: 1px solid #ccc;}
.ship_to { padding: 15px; border-bottom: 1px solid #ccc; }
.ship_method { padding: 15px; }
.address { padding: 10px 0 0 25px; width: 300px;}
.ship_table {margin: 10px 0 10px 0; }
.total { background-color: #fffdea; padding: 15px;  height: 20px; }
.cost { float:right; width: 100px; text-align: right; font-size: 15px;font-weight: bold; margin: 1px 0 0 0}

/* Order Summary */
.order_summary_container { padding: 10px 15px 15px 15px; border-top: 2px solid #ccc; border-bottom: 2px solid #ccc; background-color: #f1f1f1; }

.item { padding: 5px 0 5px 0; border-bottom: 1px solid #ccc;}
.quantity { padding: 5px 0 5px 0; border-bottom: 1px solid #ccc;}
.cost { padding: 5px 0 5px 0; border-bottom: 1px solid #ccc; font-size: 12px; font-weight: bold}
.sub_total_text { padding: 5px 0 0 0; }
.sub_total_price { padding: 5px 0 0 0; }
.tax_text { padding: 4px 0 4px 0; }
.tax_price { padding: 4px 0 4px 0; }
.shipping_text {padding: 0 0 5px 0;}
.shipping_price {padding: 0 0 5px 0;}
.total_text { font-weight: bold; font-size: 13px; border-top: 1px solid #000; border-bottom: 0px solid #000; padding: 5px 0 5px 0;}
.total_price { font-weight: bold; font-size: 13px; border-top: 1px solid #000; border-bottom: 0px solid #000; padding: 5px 0 5px 0;}
.preview { padding: 3px 0 0 0; }

/* Credit */
.credit_container { padding: 10px 15px 20px 15px; margin: 3px 0 0 0; border-top: 2px solid #ccc; border-bottom: 2px solid #ccc; background-color: #f1f1f1; }
.inputs { font-size: 12px; margin: 5px 0 0 0; padding: 1px;}
.address { padding: 2px 0 0 0; }

/* Confirm */
.confirm_order_container { padding: 0 0 0 15px; margin: 15px 15px 0 0;  }

/* Addresses */
.address_container { font-size: 11px; padding: 10px 0 20px 15px; margin: 0 0 15px 0; border-top: 2px solid #ccc; border-bottom: 2px solid #ccc; background-color: #f1f1f1; }
.address_container p {margin: 0 0 0 3px; }
.address_container input { padding: 1px}

.address_table { }

.preview_container { width: 220px; float: right; font-size: 11px; margin: 0 0 0 30px;  }
.preview_image { border: 1px solid #ddd }


.delivery_date { width: 400px; margin: 15px 0 0 0; font-size: 14px;}

.login { width: 300px; margin: 0 auto; padding: 10px 15px 15px 15px; border-top: 2px solid #ccc; border-bottom: 2px solid #ccc; background-color: #f1f1f1;  }
.login_text { font-size: 1.1em }

.register_container { width: 550px; font-size: 1.1em; margin: 0 auto; padding: 10px 15px 15px 15px; border-top: 2px solid #ccc; border-bottom: 2px solid #ccc; background-color: #f1f1f1;  }

/* Tabs */

.tab_container { width: 492px; height: 21px; } /* Temp fixed width */

/* TAB ON */
.tab_on { width: 120px; position: relative; top: 1px; z-index: 2; padding: 0 0 0 5px; }
.tab_on .title { background-image:url(http://www.simplecard.com/images/application/tab_on_middle.gif); background-repeat: repeat-x; font: normal 10px arial; color: #363636; text-align: center; text-transform:uppercase }
.tab_on .left { background-image:url(http://www.simplecard.com/images/application/tab_on_left.gif); width: 13px; height: 21px; }
.tab_on .right { background-image:url(http://www.simplecard.com/images/application/tab_on_right.gif); width: 13px; height: 21px; }

/* TAB OFF */
.tab_off { width: 120px; height: 21px; position: relative; top: 1px; z-index: 2; padding: 0 0 0 5px; }
.tab_off .title { background-color: #dfdcd8; font: normal 10px arial; color: #acaaa7; text-align: center; text-transform:uppercase }
.tab_off .left { background-image:url(http://www.simplecard.com/images/application/tab_off_left.gif); width: 13px; height: 21px; }
.tab_off .right { background-image:url(http://www.simplecard.com/images/application/tab_off_right.gif); width: 13px; height: 21px; }

/* TAB PANEL */
.tab_panel { border-top: 1px solid #dfdcd8; padding: 5px; text-align: center; }

/* ENVELOPE PANEL */
.envelope_panel { margin: 0 auto; padding: 5px; text-align: center; width: 480px; height: 314px; background-image:url(http://www.simplecard.com/images/application/envelope.jpg); background-repeat: no-repeat; background-position:center}
.address { font: normal 11px/1.2 arial; color: #555; text-align: center; padding: 25px 0 0 0 ; margin: 0 auto; }
