
/* simplecard CSS */

#pricing_deluxe_greeting,
#pricing_greeting,
#pricing_standard,
#pricing_deluxe { margin-bottom: 40px;  }

/* Start Templates Page Fixes */

#pricing_standard h6,
#pricing_standard ul,
#pricing_deluxe h6,
#pricing_deluxe ul,
#pricing_greeting h6,
#pricing_greeting ul,
#pricing_deluxe_greeting h6,
#pricing_deluxe_greeting ul { display: none; }
 #pricing_standard h6 ~ h6, #pricing_deluxe h6 ~ h6, #pricing_greeting h6 ~ h6, #pricing_deluxe_greeting h6 ~ h6 {
display: block;
}

#pricing_standard img,
#pricing_deluxe img,
#pricing_greeting img,
#pricing_deluxe_greeting img { margin: 0; }

/* End Templates Page Fixes */


/* global HTML Styles */
body {
	font-family: arial;
	font-size: 62.5%;
	margin: 10px 0 0 0;
	color: #444;
	background: none;
}

.odd { background-color: #E1F6F6 }

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;
	color: #252525;
	text-transform: capitalize;
}

#mailing_column h2 { font-size: 18px; }

#quantity_block h2,
#price_block h2 { display: inline }

#list_quantity,
#totalPriceId {
	font-size: 18px;
	font-weight: bold;
	color: #252525;
}

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
}

.georgia {
	font-family: georgia;
	font-style: italic;
	font-size:11px
}

.small { font-size: 11px; }

a:hover {
	color: #000;
	text-decoration: underline
}

img { border: 0 }

.btn { margin: 20px 0 20px 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 */

.ra_field { margin-top: 3px; }

#ra_block { margin-bottom: 20px }

#ra_block label {
	font-size: 12px;
	float: left;
	margin: 7px 10px 0 0
}

.active { font-weight: bold; }

.disabled p,
.disabled h1,
.disabled h2,
.disabled h3,
.disabled label,
.disabled { color: #ccc }

.block_divider {
	border-top: 1px solid #ccc;
	padding-top: 15px
}

.mail_with_us { margin: 20px 0 20px 0 }

/* 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_container {
	padding: 80px 13px 13px 13px;
	height: 170px;
	background:url(/modern/simplecard/images/bk_pricing_table.gif) no-repeat;
}

.pricing_container h2 {
	font-size: 22px;
	color: #55adb1;
	margin: 0;
	display: none;
}

.pricing_container p {
	margin: 0 0 10px 0;
	font-size: 11px;
	display: none;
}

.pricing_column {
	float: left;
	margin-right: 10px;
	width: 210px;
}

.pricing_column + .pricing_column { margin: 0; }

.pricing_column th {
	padding: 4px;
	font-size: 11px;
	font-weight: bold;
	background-color: #55adb1;
	color: #fff;
	border-bottom: none;
}

.pricing_column td {
	padding: 4px;
	border-bottom: 1px solid #ccc;
	font-size: 11px
}

.qty {
	font: normal 11px arial;
	text-align: left;
}

.price {
	font: normal 11px arial;
	text-align: right;
	font-weight: bold;
}

/* Templates */

.image_templates_page {
	margin-bottom: 20px;
	display: block
}

.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: 13px;
	text-align: center;
	padding: 8px;
}

.navigation img {
	padding: 5px 2px 5px 2px;
	position: relative;
	top: 4px;
}

.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; }

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

/* Checkout */
.contact_form_column {
	float: left;
	width: 240px;
}

.contact_form_column input,
.contact_form_column select,
.credit_table input,
.credit_table select { margin: 2px 0 2px 0 }

.contact_form_column label {
	float: left;
	font: normal 11px/22px arial;
	width: 80px;
}

.checkout_container { border: 1px solid #ccc; }

.address_table { margin-top: 20px; }

.contact { margin-top: 35px; *margin-top: 42px;
}

.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; }

.table_rule { border-bottom: 1px solid #ccc; }

.quantity { padding: 5px 0 5px 0; }

.cost {
	padding: 5px 0 5px 0;
	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;
}

/* Preview Page (Mailing) */
#list_upload_block { margin-top: 120px }

#uploaded_image {
	float: left;
	display: inline;
	margin-top: 10px
}

#uploaded_file {
	float: right;
	width: 210px;
	margin-top: 10px
}

/* 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(/modern/simplecard/images/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(/modern/simplecard/images/tab_on_left.gif);
	width: 13px;
	height: 21px;
}

.tab_on .right {
	background-image:url(/modern/simplecard/images/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(/modern/simplecard/images/tab_off_left.gif);
	width: 13px;
	height: 21px;
}

.tab_off .right {
	background-image:url(/modern/simplecard/images/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 {
	width: 491px;
	height: 329px;
	margin: 20px auto 0 auto;
	background-image:url(/modern/simplecard/images/envelope.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

.return_address_preview {
	font: normal 11px/1.3 arial;
	color: #222;
	text-align: left;
	padding: 0;
	margin: 15px 0 0 15px;
	width: 300px;
	float: left;
}

