@charset "UTF-8";
/* CSS Document */

#summary_window_wrapper {
	background-image: url(../images/contact_pg/summary_window.png);
	background-repeat: no-repeat;
	display: block;
	float: right;
	height: 374px;
	width: 344px;
}
#design_name_number{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:17px;
	color: #000;
	display: block;
	float: left;
	padding-top: 43px;
	padding-left:10px;	
}
.my_design_img{
	width:310px;
	height:140px;
	margin-top: 107px;
	margin-left: 21px;
	border: 1px solid #333;
}
#shipping_quantity{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:17px;
	color: #000;
	display: block;
	float: left;
	padding-top: 10px;
	padding-left:21px;
	padding-bottom:10px;
}
#cost_elements_grand_total{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:17px;
	color: #000;
	display: block;
	float: left;
	padding-top: 3px;
	padding-left:21px;
	padding-right:50px;	
}
#border_sep{
	width: 301px;
	border-top-width: thick;
	border-top-style: dotted;
	border-top-color: #999;
	display: block;
	float: left;
	margin-left: 24px;
	padding-bottom: 10px;
}
.checkout_step_container {
	border:#666666 1px solid;
	padding:15px;
	border-top-left-radius: 13px;
    border-bottom-right-radius: 13px;
	-moz-border-radius-bottomright:13px;
	-moz-border-radius-topleft:13px;
}
#contact_info_header{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #666666;	
}
.checkout_form {
	padding-left: 11px;
	padding-top: 11px;
}
.checkout_form label {
	background: none;
	display: inline-block;
	padding: 4px;
	color: #002f43;
}

.checkout_form label input{
	margin-top: 2px;
	border: 1px solid #cccccc;
	padding:2px;
}
.checkout_form label select{
	margin: 0px;
	padding: 0px;
}

.active_payment_tab, .inactive_payment_tab{
	border:1px solid #CCCCCC;
	padding:3px 4px 4px 4px;
	display: block;
	float: left;
	width: 103px;
	position:relative;
	top:-25px;
	left:220px;
	background-color: #FFF;
	text-align: center;
	
	-moz-border-top-left-radius: 8px;
	-moz-border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	
}
.active_payment_tab{
		border-bottom:1px solid #FFFFFF;
}
.inactive_payment_tab_content{
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #cccccc;
	border-left-color: #cccccc;
	height: 17px;
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}
#paypal_tab{
	background-image: url(../images/payment_pg/paypal.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#google_chckout_tab{
	background-image: url(../images/payment_pg/google_chckout.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.active_payment_tab_top{
	
	width: 103px;
}
.active_payment_tab_content{
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #cccccc;
	border-left-color: #cccccc;
	height: 18px;
	background-color: #FFF;
}
#checkout_step_header{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #666666;
	display: block;
	width: 300px;
	float: left;
}
#tabbed_payment_container{
	float: left;
	border: 1px solid #cccccc;
	width: 600px;
}
.cc_images{
	padding: 4px;
}

ul.checkoutsteps{
	float:left;
	display:block;
	background-color: #e1e1e1;
	height: 64px;
	width: 989px;
	position: relative;
	top:-8px;
	left:-8px;
	background-image: url(../images/checkout_steps/StepHeader_bg_tile_2.jpg);
	background-repeat: repeat-x;
	
	-moz-border-top-left-radius: 8px;
	-moz-border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	
	border: #CCCCCC solid 1px;
	border-bottom:none;
	
	
	moz-box-shadow: 1px -1px 1px #CCC;
	-webkit-box-shadow: 1px -1px 1px #CCC;
	box-shadow: 1px -1px 2px #CCC;
	
}
ul.checkoutsteps li{
	float:left;
	display:block;
	width:210px;
	height:40px;
	line-height:25px;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 10px;
	margin-left: 34px;
}
ul.checkoutsteps li span.checkout_header_item{
	width:25px;
	height:25px;
	float:left;
	display:block;
	padding:0 0 0 2px;
	margin:0px 6px;
	background-image: url(../images/checkout_steps/checkout_tab.png);
	background-repeat: no-repeat;
}
ul.checkoutsteps li h1, ul.checkoutsteps li a,ul.checkoutsteps li a:link,ul.checkoutsteps li a:hover, ul.checkoutsteps li a:visited {
	color:#666666;
	text-decoration:none;
	
}

a.checkout_proceed_btn {
	background:url(../images/checkout_proceed_btn.jpg) no-repeat;
	display:block;
	width:112px;
	float:right;
	color:#FFFFFF;
	font-size:18px;
	line-height:33px;
	text-align:center;
	padding:0px;
	height:33px;
}
a.checkout_back_btn {
	background:url(../images/checkout_back_btn.jpg) no-repeat;
	display:block;
	width:112px;
	float:left;
	color:#FFFFFF;
	font-size:18px;
	line-height:33px;
	text-align:center;
	padding:0px;
	height:33px;
}
ul.checkoutsteps li.current_page span.checkout_header_item{
	background-image: url(../images/checkout_steps/checkout_tab.png);
	background-repeat: no-repeat;
}
ul.checkoutsteps li.finished_page span.checkout_header_item{
	background-image: url(../images/checkout_steps/checkout_tab_finished.png);
	background-repeat: no-repeat;
}
ul.checkoutsteps li#current_page{
	background-image: url(../images/checkout_steps/current_step_btn_bg.png);
	background-repeat: no-repeat;
}
ul.checkoutsteps li{
	
}
.summary_page_label{
	float:left;
	display:block;
	height:40px;
	width:989px;
}
.summary_page_item_info {
	float:left;
	display:block;
	height:207px;
	width:680px;
	margin:10px 0 0 0;
	font-size:12px;
	background:url(../images/summary_page_item_info.jpg) no-repeat;
}
.summary_page_header {
	float:left;
	display:block;
	height:191px;
	width:958px;
	padding:10px;
	background:url(../images/summary_page_header_bg.png) no-repeat;
}
.summary_page_header h1{
	padding: 0px;
	margin:0px;
}
.summary_page_design_info {
	float:left;
	display:block;	
	height:355px;
	width:978px;
	background:url(../images/summary_page_design_info_bg.png);
}

.summary_page_footer {
	float:left;
	display:block;
	height:210px;
	width:978px;
	background:#f4f4f4;
}
#quick_tips{
	float:right;
	display:block;
	width:700px;
	padding:0 120px 0 0;
}
#delivery_by,#shipping_method,#grand_total{
	float:left;
	display:block;
	padding:0;
}
#delivery_by{
	width:250px;
}
#shipping_method{
	width:400px;
}
#shipping_method label{
padding:7px 0 0 0;
margin:0;
display:block;
}
#grand_total{
	width:300px;
	position:relative;
	
	line-height:24px;
	top:-40px;
	left:20px;
}
.fields {
	text-align:right;
	float:left;
	display:block;
}

.values {
	text-align:left;
	float:left;
	display:block;
}
.design_info_summary {
	display:block;
	float:left;
	width:240px;
	height:335px;
	padding:10px;
}
.design_info_images {
	display:block;
	float:left;
	padding:10px 20px;
}
.design_info_paragraph {
	display:block;
	float:left;
	width:655px;
	padding:3px 20px;
}
.proof_image {
	float:left;
	display:block;
	padding:3px 12px;
}
em.blue {
	color:#00aeef;
}
.indent{
	padding:0 0 0 20px;
}
.inset_checkout_btn{
	background:url(../images/inset_checkout_btn.jpg);
	width:75px;
	height:30px;
	display:block;
	float:right;
	line-height:30px;
	text-align:center;
	font-size:14px;
}
/*//// SUMMARY PAGE //////*/
#summary_page_left_col{
	float:left;
	display:block;
	width:675px;
	padding:0;
	margin:0 13px 0 0;
}
#summary_page_info{
	float:left;
	display:block;
}
#summary_page_items{
	float:left;
	display:block;
}
.summary_page_item_banner {
	
}
#summary_page_right_col{
	float:left;
	display:block;
	width:260px;
	padding:0px;
	margin:0px;
}
#summary_page_proof{
	float:left;
	display:block;
	padding: 0 5px;
	height:187px;
}
#summary_page_proof img{
	border:1px solid #00aeef;
}
#summary_page_grand_total, #invoice_total{
	float:left;
	display:block;
	font-size:12px;
	width:260px;
	border:1px solid #cccccc;
	padding:5px;
	margin:0;
}
#summary_page_grand_total h1, #invoice_total h1{
	background:#CCC;
	padding:5px;
	margin:0;
	text-align:right;
	width:260px;
	position:relative;
	left:-5px;
	top:5px;
}
#summary_page_info_1{
	float:left;
	display:block;
	width:245px;
	height:165px;
	padding:0px;
	margin:0px;
}
#summary_page_info_2{
	width:175px;
	height:165px;
	border:1px solid #cccccc;
	float:left;
	display:block;
	padding:5px;
	margin:0 8px 0 0;
}
#summary_page_info_3{
	width:220px;
	height:165px;
	border:1px solid #cccccc;
	float:left;
	display:block;
	padding:5px;
	margin:0;
}
#summary_page_order_info_top{
	width:225px;
	height:90px;
	border:1px solid #cccccc;
	float:left;
	padding:5px;
	margin:0 8px 0 0;
	display:block;
}
#summary_page_imprint_method{
	width:225px;
	height:53px;
	border:1px solid #cccccc;
	float:left;
	display:block;
	padding:5px;
	margin:8px 8px 0 0;
}
.summary_page_item_image {
	clear:both;
	display:block;
	float:left;
	width:90px;
	/*height:75px;*/
	padding:10px 16px;
}
.summary_page_item_color{
	display:block;
	float:left;
	width:85px;
	height:105px;
}
.summary_page_item_sizes{
	display:block;
	float:left;
	width:300px;
	padding:0 10px;
	height:105px;
}
.summary_page_item_totals{
	display:block;
	float:left;
	width:115px;
	height:105px;
}
.summary_page_item_banner{
	display:block;
	float:left;
	width:180px;
	height:27px;
	padding:10px 10px;
	margin:0;
}
.summary_page_item_banner h1{
	font-size:16px;
	margin:0;
	padding:0;
}
.summary_page_item_desc{
	font-size:12px;
}
.summary_page_item_size_col{
	float:left;
	display:block;
	width:115px;
}
.summary_page_item_color .swatch_label{
	padding: 0;
	margin:0;
	width:68px;
}
.summary_page_item_color .swatch_item{
	padding:0;
	margin: 0 4px 0 0;
	height:10px;
	width:10px;
	float:left;
}
.quick_item_tip{
	float:left;
	width:400px;
	display:block;
	height:25px;
	padding:12px;
}
a.checkout_button_blue{
	display:block;
	background:url(../images/checkout_button_blue.jpg) no-repeat;
	text-align:center;
	font-weight:bold;
	color:#FFF;
	line-height:34px;
	font-size:18px;
	height:34px;
	width:209px;
	margin:5px 0;
}
#summary_page_grand_total .fields, #invoice_total .fields {
	padding:4px;
	width:102px;
}
#summary_page_grand_total .values, #invoice_total .values {
	padding:4px;
	width:137px;
}
/*#summary_page_grand_total h2, #summary_page_grand_total form {
	text-align:center;
	width:260px;
}*/
table.invoice {
	
	
	border-collapse: collapse;
	width:800px;
}
table.invoice td {
	padding:10px;
	border:#CCCCCC 1px solid;
	margin:0;
	background:#FFFFFF;
}
div.invoice {
	width:800px;
	margin:0 auto;
}
#invoice_contact{
display:block;
float:left;
}
#invoice_number{
display:block;
float:right;
}
table.invoice tr.invoice_header td {
	background:#EEEEEE;
}
#invoice_total {
	display:block;
float:right;
}
img.ups_logo {
	float:right;
}
