﻿/******* BODY SECTIONS ********/
.body_section_body
{
	float:left;
	width:990px;
	background-color:White;
	display:inline;
}

/******** TITLE BAR *********/
.title_summary_wrap
{
    float:right;
    width:auto;
    font-family:Verdana;
    font-size:12px;
    color:#313131;
    text-align:left;
    margin-top:10px;
    margin-right:15px;
}

.title_bar_report_lbl
{
	font-family:Verdana;
	font-size:.9em;
	color:#313131;
	text-align:right;
}

.ribbon_wrap 
{
    float:right;
    width:150px;
    height:150px;
    overflow:hidden;
    position:relative;
    top:-92px;
    right:0px;
}

.ribbon {  
    font-family:Verdana;
    font-size:11px;
    color: #fff;
    text-align: center;
    /*text-shadow:0px 0px 0px rgba(0,0,0,0.1) ;*/
    -webkit-transform: rotate(45deg);
    -moz-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    position: relative;
    padding: 5px 0;
    left: -20px;
    top: 20px;
    width: 250px;
    /*background: rgb(167,207,223);
    background: -moz-linear-gradient(top, rgba(167,207,223,1) 0%, rgba(35,83,138,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(167,207,223,1)), color-stop(100%,rgba(35,83,138,1)));
    background: -webkit-linear-gradient(top, rgba(167,207,223,1) 0%,rgba(35,83,138,1) 100%);
    background: -o-linear-gradient(top, rgba(167,207,223,1) 0%,rgba(35,83,138,1) 100%);
    background: -ms-linear-gradient(top, rgba(167,207,223,1) 0%,rgba(35,83,138,1) 100%);
    background: linear-gradient(top, rgba(167,207,223,1) 0%,rgba(35,83,138,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7cfdf', endColorstr='#23538a',GradientType=0 );*/
    background:red;
    color: #fff;
    -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.7);
    -moz-box-shadow:    0px 0px 4px rgba(0,0,0,0.7);
    box-shadow:         0px 0px 4px rgba(0,0,0,0.7);
    border:1px solid #FF3D3D;
}

.splash_offer_wrap
{
    float:left;
    width:988px;
    height:120px;
    margin:0px 0px 10px 0px;
    background-color:#f3f3f3;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    border:1px solid #d0d0d0;
}

.splash_offer_h1
{
    float:left;
    width:888px;
    font-family:Georgia;
    font-size:32px;
    line-height:32px;
    text-align:center;
    margin-left:50px;
    margin-top:22px;
    display:block;
    padding-top:0px;
    color:#313131;
    font-style:italic;
    text-shadow:0px -1px 1px rgba(255, 255, 255, 0.8);
}

.splash_offer_h2
{
    float:left;
    width:888px;
    font-family:Georgia;
    font-size:16px;
    line-height:16px;
    text-align:center;
    margin-left:50px;
    margin-top:10px;
    display:block;
    padding-top:0px;
    color:#313131;
    text-shadow:0px -1px 1px rgba(255, 255, 255, 0.8);
}

.splash_offer_h1 a
{
    float:none;
    color:#5195ce;
    text-decoration:none;
}

.splash_offer_h1 a:hover
{
    color:#313131;
}

.splash_offer_h3
{
    float:left;
    width:888px;
    font-family:Georgia;
    font-size:18px;
    line-height:18px;
    text-align:center;
    margin-left:50px;
    margin-top:20px;
    display:block;
    padding-top:0px;
    font-style:italic;
    color:#000;
    text-shadow:0px -1px 1px rgba(255, 255, 255, 0.8);
}

.splash_offer_h3 a
{
    float:none;
    color:#1870a8;
    text-decoration:none;
}

.splash_offer_h3 a:hover
{
    color:#313131;
}


/********* CART ITEM SECTION *********/

.cart_section_datalist
{
	float:left;
	width:990px;
	display:inline;
	margin:0;
	padding:0;
	margin-top:-10px;
}

.cart_section_wrap
{
	float:left;
	width:990px;
	height:185px;
	margin-top:7px;
	background-color:White;
	background-image:url(../images/master/body_lip.png);
	background-position:top;
	background-repeat:repeat-x;
	display:inline;
}

.cart_corner_wrap
{
	float:left;
	width:990px;
	height:5px;
	display:inline;
	font-size:0px;
}

.cart_section_body
{
	float:left;
	width:988px;
	height:auto;
	background-color:White;
	display:inline;
	margin-top:10px;
	border:1px solid #d6d6d6;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}


.cart_thumb_wrap
{
	float:left;
	overflow:hidden;
	text-align:center;
	vertical-align:middle;
	padding:0px;
	padding-top:25px;
	margin-left:0px;
	margin-top:0px;
	display:inline;
	width:250px;
	height:210px;
	margin-bottom:0px;
	background-color:#f1f1f1;
	-moz-border-radius-bottomleft:4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius:4px;
    -moz-border-radius-topleft:4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius:4px;
}

.cart_thumb_image
{
	float:none;
	max-height:190px;
	max-width:220px;
	margin:0 auto;
	text-align:center;
	-moz-box-shadow:0px 0px 1px 1px #d6d6d6;
    -webkit-box-shadow:0px 0px 1px 1px #d6d6d6;
    box-shadow:0px 0px 1px 1px #d6d6d6;
}

.cart_thumb_combo
{
	float:none;
	margin:0 auto;
	text-align:center;
	margin-top:10px;
	margin-bottom:15px;
}

.cart_thumb_combo_shirt
{
	float:left;
	margin:0 auto;
	text-align:center;
	margin-top:-50px;
	margin-left:60px;
	margin-bottom:15px;
	position:absolute;
}

.cart_thumb_combo_mousepad
{
	float:left;
	margin:0 auto;
	text-align:center;
	margin-top:-45px;
	margin-left:35px;
	margin-bottom:15px;
	position:absolute;
}

.cart_thumb_preview
{
	float:left;
	width:170px;
	height:20px;
	background-color:#000000;
	margin-top:-20px;
	margin-left:2px;
	filter:alpha(opacity=60); 
	-moz-opacity: 0.6; 
	opacity: 0.6;
	display:inline;
}



.cart_preview_wrap
{
	float:left;
	width:250px;
	height:50px;
	margin-left:8px;
	margin-top:10px;
}

.custom_settings
{
    float:left;
    font-size:11px;
    text-align:left;
    color:#7e7e7e;
    font-family:Verdana;   
    margin-left:5px;
    margin-top:25px;
}

.banner_custom_settings
{
	float:left;
    font-size:11px;
    text-align:left;
    color:#7e7e7e;
    font-family:Verdana;   
    margin-left:25px;
    margin-top:10px;
    clear:both;
    line-height:20px;
    width:auto;
}

.cart_preview_link
{
    float:left;
    width:28px;
    height:23px;
    margin-left:10px;
    margin-top:10px;
    text-decoration:none;
    display:inline;
}

.cart_preview_button
{
	float:left;
	width:28px;
	height:23px;
	margin-left:82px;
	margin-top:14px;
	display:inline;
	text-decoration:none;
}

.cart_preview_img
{
    float:left;
    width:28px;
    height:23px;
    border:none;
    text-decoration:none;
}

.cart_thumb_preview_text
{
	float:left;
	height:25px;
	font-family:Verdana;
	line-height:28px;
	font-size:.8em;
	color:#303d4e;
	margin-left:5px;	
	text-align:left;
	margin-top:10px;	
	margin-right:69px;
	text-decoration:none;
	display:inline;
}

.cart_thumb_preview_text:hover
{
	color:#ff8100;
}

.cart_title_area
{
	float:left;	
	width:791px;
	border:1px solid #d6d6d6;
	height:40px;
	margin-left:10px;
}

.cart_title_wrap
{
	float:left;
	width:787px;
	height:36px;
	display:inline;
	border:2px solid white;
	background-color:#f8f8f8;
}

.cart_title_text
{
    float:left;
    text-align:left;
    font-family:Verdana;
	font-size:.9em;
	color:#303d4e;
	line-height:35px;
	display:inline;
	width:424px;
	overflow:hidden;
	margin-left:2px;
}

.cart_remove_text
{
	float:left;
	height:31px;
	line-height:31px;
	font-family:Verdana;
	font-size:.6em;
	text-align:left;
	color:#303d4e;
	margin-top:3px;
	margin-left:18px;
	display:inline;
}

.cart_info_icon
{
	float:left;
	width:23px;
	height:23px;
	margin-top:10px;
	background-image:url(../images/checkout/info_icon.png);
	margin-left:15px;
	display:inline;
}

.cart_ddl_wrap
{
	float:left;
	width:360px;
	margin-left:5px;
	margin-top:5px;
	display:inline;
}

.cart_ddl_text
{
	float:left;
	height:20px;
	font-family:verdana;
	font-size:.8em;
	color:#515151;
	text-align:left;
	margin-top:5px;
	margin-left:8px;
	display:inline;
}

.cart_ddl_divider
{
	float:left;
	width:1px;
	height:66px;
	background-color:#FFFFFF;
	border-right:1px solid #d2d2d2;
	margin-left:8px;
	display:inline;
}

.print_size_ddl
{
	float:left;
	width:250px;
	height:30px;
	border:1px solid #d6d6d6;
	display:inline;
	line-height:30px;
	font-size:1em;
	color:#515151;
}

.print_size_ddl2
{
	float:left;
	width:250px;
	height:30px;
	border:1px solid #d6d6d6;
	display:inline;
	line-height:30px;
	font-size:1em;
	color:#515151;
	margin-left:5px;
}

.cart_info_wrap
{
	float:left;
	width:788px;
	border:1px solid #d6d6d6;
	margin-left:9px;
	display:inline;
}

.cart_info_gray_wrap
{
	float:left;
	background-color:#f1f1f1;
}

.cart_info_wrap_top
{
	float:left;
	width:520px;
	padding-left:9px;
	margin-top:0px;
	height:auto;
	display:inline;
	border-right:1px solid #d6d6d6;
	border-left:1px solid #d6d6d6;
	background-color:#ffffff;
	min-height:235px;
}



.cart_info_body_top
{
	float:left;
	width:520px;
	display:inline;
}

.copies_area
{
    float:left;
    height:auto;
    margin-top:25px;
    margin-left:25px;
    display:inline;
}

.cart_quantity_button_wrap
{
    float:right;
    height:32px;
    width:20px;
    background-color:#f8f8f8;
    border:1px solid #d2d2d2;
    border-left:none;
    margin-top:0px;
    display:inline;
}

.cart_quantity_button
{
	float:left;
	width:13px;
	height:11px;
	margin-left:4px;
	margin-top:4px;
	display:inline;
	display:inline;
}

.coupon_title_text_contain
{
    float:left;
    width:280px;
    margin-top:25px;
}

.coupon_title_text2
{
    float:left;
    font-family:Verdana;
    font-size:14px;
    color:#313131;
    margin-left:15px;
    margin-top:0px;
    text-align:left;
    display:inline;
    width:200px;
}

.coupon_title_text3
{
    float:left;
    font-family:Verdana;
    font-size:11px;
    color:#7e7e7e;
    margin-left:15px;
    margin-top:2px;
    text-align:left;
    display:inline;
    width:200px;
}

.coupon_title_text4
{
    float:left;
    font-family:Verdana;
    font-size:14px;
    color:#313131;
    margin-left:15px;
    margin-top:0px;
    text-align:left;
    display:inline;
    width:200px;
}

.coupon_title_text5
{
    float:left;
    font-family:Verdana;
    font-size:11px;
    color:#7e7e7e;
    margin-left:15px;
    margin-top:2px;
    text-align:left;
    display:inline;
}

.cart_preview_button_link
{
    float:left;
    width:122px;
    height:35px;
    margin-top:30px;
    margin-left:43px;
    text-decoration:none;
    border:none;
}

.cart_preview_delete_button
{
	float:left;
	width:122px;
	height:35px;
	display:inline;
	background-image:url(../images/checkout/delete_button.png);
	background-repeat:no-repeat;
	background-position:-0px -35px;
}

.cart_preview_edit_button
{
	float:left;
	width:122px;
	height:35px;
	display:inline;
	background-image:url(../images/checkout/edit_button.png);
	background-repeat:no-repeat;
	background-position:-0px -35px;
}

.cart_preview_options_button
{
	float:left;
	width:122px;
	height:35px;
	display:inline;
	background-image:url(../images/checkout/edit_options.png);
	background-repeat:no-repeat;
	background-position:-0px -35px;
}

.coupon_area
{
    float:left;
    width:420px;
    margin-top:15px;
    margin-left:25px;
    display:inline;
}

.border_checkbox
{
    float:left;
    margin-top:0px;
}


.cart_info_body
{
	float:left;
	width:784px;
	height:46px;
	display:inline;
}

.cart_remove_wrap
{
	float:right;
	width:160px;
	height:50px;
	border:1px solid #d6d6d6;
	margin-right:50px;
	margin-top:0px;
	display:inline;
}

.cart_remove_body
{
	float:right;
	width:156px;
	height:46px;
	border:2px solid #FFFFFF;
	background-color:#f8f8f8;
	display:inline;
}


.cart_info_divider
{
	float:left;
	width:1px;
	height:36px;
	background-color:#FFFFFF;
	border-right:1px solid #d2d2d2;
	margin-left:5px;
	display:inline;
}

.cart_quality_wrap
{
	float:left;
	width:271px;
	height:31px;
	margin-top:8px;
	overflow:hidden;
}

.cart_quality_text
{
	float:left;
	height:31px;
	line-height:31px;
	font-family:Verdana;
	font-size:.7em;
	text-align:left;
	color:#303d4e;
	margin-left:11px;
	display:inline;
}

.cart_quality_status
{
	float:left;
	height:31px;
	max-width:125px;
	line-height:28px;
	font-family:Verdana;
	font-size:.9em;
	text-align:left;
	color:#303d4e;
	margin-left:5px;
	display:inline;
}

.cart_quantity_text
{
	float:left;
	height:31px;
	line-height:31px;
	font-family:Verdana;
	font-size:.6em;
	text-align:left;
	color:#303d4e;
	margin-top:3px;
	margin-left:22px;
	display:inline;
}

.cart_price_text
{
	float:left;
	height:31px;
	line-height:31px;
	font-family:Verdana;
	font-size:.7em;
	text-align:left;
	color:#303d4e;
	margin-top:8px;
	margin-left:40px;
	display:inline;
}

.cart_quantity_status
{
	float:right;
	height:28px;
	width:40px;
	margin:0;
	line-height:18px;
	font-family:Verdana;
	font-size:1em;
	text-align:center;
	color:#313131;
	margin-top:0px;
	margin-left:0px;
	border:1px solid #d2d2d2;
	display:inline;
	font-weight:500;
	background-image:url(../images/home/temp_upload_bg.png);
	padding-top:3px;
}


.cart_quantity_button_left
{
	float:left;
	width:13px;
	height:11px;
	margin-left:10px;
	margin-top:12px;
	margin-right:0px;
	display:inline;
}

.cart_price_status
{
	float:left;
	height:30px;
	line-height:30px;
	font-family:Verdana;
	font-size:1em;
	text-align:left;
	color:#303d4e;
	margin-top:8px;
	margin-left:5px;
	font-weight:bold;
	display:inline;
}

/********* MESSAGE SECTION **********/
.msg_section_wrap
{
	float:left;
	width:988px;
	height:auto;
	background-color:White;
	border:1px solid #d6d6d6;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	margin-top:10px;
}

.msg_info_img
{
	float:left;
	width:67px;
	height:66px;
	margin-left:25px;
	margin-top:25px;
	margin-bottom:25px;
}

.msg_info_wrap
{
	float:left;
	width:648px;
	height:116px;
	margin-left:0px;
	margin-top:0px;
	display:inline;
}

.msg_info_text
{
    float:left;
    width:520px;
    margin-left:30px;
    margin-top:30px;
    font-family:Verdana;
    font-size:12px;
    color:#515151;
    text-align:left;
    display:inline;
    text-indent:5px;
    line-height:20px;
}

/********* COUPON SECTION *********/

.proof_section_wrap
{
	float:left;
	width:340px;
	height:116px;
	clear:both;
}

.bbb_logo
{
    float:left;
    width:118px;
    height:45px;
    background-image:url(../images/checkout/bbb_logo.png);
    text-decoration:none;
    margin-top:35px;
    margin-left:30px;
}

.truste
{
    float:left; 
    margin-top:35px; 
    margin-left:35px;
    border:1px solid #d6d6d6;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}

.mcafee
{
    margin-top:36px; 
    float:left; 
    margin-left:35px;
}

.coupon_section_overflow
{
	float:left;
	width:442px;
	height:auto;
	margin-left:15px;
	margin-top:15px;
	margin-bottom:35px;
}

.coupon_section_datalist
{
	float:left;
	width:425px;
}

.coupon_section_body
{
	float:left;
	width:425px;
	overflow:auto;
}

.coupon_thumb_wrap
{
	float:left;
	width:174px;
	height:47px;
	margin-left:15px;
	margin-top:15px;
}

.coupon_info_icon
{
	float:left;
	width:23px;
	height:23px;
	margin-top:2px;
	background-image:url(../images/checkout/info_icon.png);
    margin-left:2px;
}

.coupon_text_area
{
    float:left;
    width:175px;
    margin-left:15px;
    margin-top:15px;
}


.coupon_title_wrap
{
	float:left;
	width:175px;
	text-align:left;
	margin-left:0px;
	margin-top:4px;
	font-family:Verdana;
	font-size:11px;
	color:#313131;
    font-weight:bold;
}

.coupon_desc_wrap
{
	float:left;
	width:175px;
	text-align:left;
	margin-left:0px;
	margin-top:4px;
	font-family:Verdana;
	font-size:11px;
	color:#515151;
	clear:both;
}

.coupon_remove_link
{
    float:left;
    font-family:Verdana;
    color:#006ab3;
    font-size:10px;
    margin-top:4px;
    margin-left:0px;
    text-decoration:none;
    border:none;
    clear:both;
}

.coupon_remove_link:hover
{
    color:#515151;
}

.coupon_info_wrap
{
	float:left;
	width:150px;
	height:45px;
	border:1px solid #d6d6d6;
	margin-left:0px;
	margin-top:4px;
}

.coupon_info_body
{
	float:left;
	width:146px;
	height:41px;
	border:2px solid #FFFFFF;
	background-color:#f8f8f8;
}

.coupon_info_text
{
	float:left;
	height:31px;
	line-height:31px;
	font-family:Verdana;
	font-size:.7em;
	text-align:left;
	color:#313131;
	margin-top:5px;
	margin-left:64px;
	display:inline;
}

.coupon_delete_button
{
	float:left;
	width:23px;
	height:23px;
	margin-left:5px;
	margin-top:9px;
	display:inline;
}

/******** SECTION GLOBALS *********/
.left_section_wrap
{
	float:left;
	width:550px;
}

.left_header_wrap
{
	float:left;
	width:542px;
	padding-top:15px;
    padding-bottom:15px;
    border-bottom:1px solid #d6d6d6;
}

.right_header_wrap
{
	float:left;
	width:438px;
	padding-top:15px;
    padding-bottom:15px;
    border-bottom:1px solid #d6d6d6;
}

.section_header_mid
{
	float:left;
    margin-top:0px;
    font-size:14px;
    font-family:Verdana;
    color:#313131;
    text-align:left;
    margin-left:20px;
}

.title_text_long
{
	float:left;
	width:150px;
	height:25px;
	font-family:Verdana;
	font-size:1em;
	color:#313131;
	text-align:right;
	line-height:30px;
	margin-right:10px;
	display:inline;
}

.title_text_small
{
	float:left;
	width:130px;
	height:25px;
	font-family:Verdana;
	font-size:.8em;
	color:#515151;
	text-align:right;
	line-height:30px;
	margin-right:10px;
}

.title_text_tiny
{
	float:left;
	width:130px;
	height:25px;
	font-family:Verdana;
	font-size:.6em;
	color:#a7a6aa;
	text-align:left;
	margin-left:10px;
	margin-top:2px;
}

.title_text_option
{
	float:left;
	width:300px;
	height:25px;
	font-family:Verdana;
	font-size:14px;
	color:#313131;
	text-align:left;
	line-height:23px;
	margin-left:8px;
	margin-top:14px;
	text-decoration:none;
}

.title_text_option:hover
{
	color:#1870a8;
}

.textbox_300
{
	float:left;
	width:300px;
	height:21px;
	background-image:url(../images/home/print_size_bg.png);
	background-repeat:repeat-x;
	font-family:Verdana;
	font-size:14px;
	color:#515151;
	padding-left:5px;
	line-height:18px;
	border:1px solid #d2d2d2;
	padding-top:5px;
}

.textbox_250
{
	float:left;
	width:250px;
	height:21px;
	background-image:url(../images/home/print_size_bg.png);
	background-repeat:repeat-x;
	font-family:Verdana;
	font-size:1em;
	color:#515151;
	padding-left:5px;
	line-height:18px;
	border:1px solid #d2d2d2;
	padding-top:5px;
}

.textbox_120
{
	float:left;
	width:120px;
	height:25px;
	background-image:url(../images/home/print_size_bg.png);
	background-repeat:repeat-x;
	font-family:Verdana;
	font-size:1em;
	color:#515151;
	padding-left:5px;
	line-height:18px;
	border:1px solid #d2d2d2;
	padding-top:5px;
	margin-top:1px;
}

.textbox_phone_wrap
{
    float:left; 
    width:520px; 
    height:30px; 
    margin-top:25px; 
    display:inline; 
    margin-left:10px;
}

.textbox_phone_2
{
	float:left;
	width:50px;
	height:21px;
	background-image:url(../images/home/print_size_bg.png);
	background-repeat:repeat-x;
	font-family:Verdana;
	font-size:1em;
	color:#515151;
	padding-left:5px;
	line-height:18px;
	border:1px solid #d2d2d2;
	padding-top:5px;
	display:inline;
}

.textbox_phone_3
{
	float:left;
	width:50px;
	height:21px;
	background-image:url(../images/home/print_size_bg.png);
	background-repeat:repeat-x;
	font-family:Verdana;
	font-size:1em;
	color:#515151;
	padding-left:5px;
	line-height:18px;
	border:1px solid #d2d2d2;
	padding-top:5px;
	display:inline;
	margin-left:10px;
}

.textbox_phone_4
{
	float:left;
	width:80px;
	height:21px;
	background-image:url(../images/home/print_size_bg.png);
	background-repeat:repeat-x;
	font-family:Verdana;
	font-size:1em;
	color:#515151;
	padding-left:5px;
	line-height:18px;
	border:1px solid #d2d2d2;
	padding-top:5px;
	display:inline;
	margin-left:10px;
}

.phone_dash
{
	float:left;
	width:10px;
	height:20px;
	font-family:Verdana;
	font-size:1em;
	color:#515151;
	line-height:18px;
	text-align:center;
	display:inline;
}

.ddl_wrap_long
{
	float:left;
	width:305px;
	height:32px;
	background-image:url(../images/home/print_size_bg.png);
	background-repeat:repeat-x;
	font-family:Verdana;
	font-size:1em;
	color:#515151;
	display:inline;
	border:1px solid #d6d6d6;
}

.cart_quality_icon
{
	float:left;
	width:25px;
	height:18px;
	margin-left:7px;
	display:inline;
	margin-top:6px;
}

.ddl_wrap_long_cart
{
	float:left;
	width:420px;
	height:32px;
	background-image:url(../images/home/print_size_bg.png);
	background-repeat:repeat-x;
	font-family:Verdana;
	font-size:1em;
	color:#515151;
	display:inline;
	border:1px solid #d6d6d6;
	margin-top:25px;
	margin-left:25px;
}

.ddl_long_cart_size
{
	float:left;
	width:378px;
	font-size:1em;
	color:#515151;
	margin-top:4px;
	margin-left:4px;
	background-color:#f8f8f8;
	border:1px solid #f8f8f8;
}

.ddl_long_cart_size_title
{
	float:left;
	width:auto;
	font-size:12px;
	color:#313131;
	margin-top:25px;
	margin-left:25px;
	text-align:left;
	font-family:Verdana;
	font-weight:bold;

}

.ddl_long_cart_size_title em
{
	float:none;
	padding:0;
	margin:0;
	font-style:italic;
	text-decoration:line-through;
	text-transform:none;
	font-size:12px;
	color:#515151;
	text-align:left;
	line-height:inherit;
	font-weight:normal;
}

.ddl_long
{
	float:left;
	width:298px;
	font-size:1em;
	color:#515151;
	margin-top:4px;
	margin-left:4px;
	background-color:#f8f8f8;
	border:1px solid #f8f8f8;
}

.cart_info_body_left
{
    float:left;
    width:290px;
    display:inline;
}

.cart_info_body_right
{
    float:left;
    width:230px;
    display:inline;
}

.cart_stats_wrap
{
	float:left;
	width:265px;
	margin-left:25px;
	margin-top:25px;
	display:inline;
}

.cart_stats_text
{
	float:left;
	font-family:verdana;
	font-size:12px;
	color:#515151;
	text-align:left;
	margin-top:0px;
	margin-left:0px;
	display:inline;
}

.cart_stats_wrap_right
{
	float:left;
	width:210px;
	height:120px;
	margin-left:0px;
	margin-top:25px;
	display:inline;
	border-left:1px solid #d6d6d6;
}

.cart_stats_text_right
{
	float:left;
	font-family:verdana;
	font-size:12px;
	color:#515151;
	text-align:left;
	margin-top:0px;
	padding-left:25px;
	display:inline;
}

.cart_stats_desc
{
	float:left;
	padding-right:10px;
	font-family:verdana;
	font-size:12px;
	color:#7e7e7e;
	text-align:left;
	margin-top:10px;
	padding-left:5px;
	margin-left:20px;
	display:inline;
	height:95px;
	max-height:100px;
	overflow:auto;
}

.cart_ddl_wrap2
{
	float:left;
	width:200px;
	margin-left:25px;
	margin-top:25px;
	display:inline;
}

.cart_ddl_text2
{
	float:left;
	width:200px;
	height:20px;
	font-family:verdana;
	font-size:.8em;
	color:#515151;
	text-align:left;
	margin-top:0px;
	margin-left:8px;
	display:inline;
}

.ddl_wrap_long2
{
	float:left;
	width:190px;
	height:32px;
	background-image:url(../images/home/print_size_bg.png);
	background-repeat:repeat-x;
	font-family:Verdana;
	font-size:1em;
	color:#515151;
	display:inline;
	border:1px solid #d2d2d2;
}

.ddl_long2
{
	float:left;
	width:183px;
	font-size:1em;
	color:#515151;
	margin-top:4px;
	margin-left:4px;
	background-color:#f8f8f8;
	border:1px solid #f8f8f8;
}

.ddl_wrap_short
{
	float:left;
	width:208px;
	height:32px;
	background-image:url(../images/home/print_size_bg.png);
	background-repeat:repeat-x;
	font-family:Verdana;
	font-size:1em;
	color:#515151;
	display:inline;
	border:1px solid #d2d2d2;
}

.cart_ddl_wrap3
{
	float:left;
	width:420px;
	margin-left:25px;
	margin-top:25px;
	display:inline;
	margin-bottom:25px;
}

.cart_note_desc
{
	float:left;
	width:415px;
	max-height:55px;
	overflow:auto;
	font-family:Verdana;
	font-size:12px;
	line-height:18px;
	color:#313131;
	text-align:left;
	margin-left:5px;
	margin-bottom:3px;
	font-weight:bold;
}

.cart_note_link_edit
{
	float:left;
	font-family:Verdana;
	font-size:11px;
	color:#006ab3;
	text-align:left;
	text-decoration:none;
	margin-left:0px;
	margin-top:5px;
}

.cart_note_link_edit:hover
{
	color:#313131;
}

.cart_note_link
{
	float:left;
	font-family:Verdana;
	font-size:12px;
	color:#006ab3;
	text-align:left;
	text-decoration:none;
	margin-left:0px;
}

.cart_note_link:hover
{
	color:#313131;
}

.cart_note_txtbox
{
    float:left;
    width:280px;
    height:40px;
    margin-top:0px;
    margin-left:0px;
    margin-right:50px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    border:1px solid #d6d6d6;
    padding:10px 10px 10px 15px;
    font-family:Verdana;
    font-size:11px;
    line-height:18px;
    color:#515151;
}

.option_attribute_title
{
	float:left;
	width:100%;
	font-size:11px;
	font-family:Verdana, Sans-Serif;
	text-align:left;
	color:#313131;
	text-decoration:none;
	line-height:12px;
	padding:10px 0 0 25px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

/********* SHIPPING INFO SECTION *********/

.shipping_section_wrap
{
	float:left;
	width:540px;
	margin-top:10px;
	background-color:white;
	border:1px solid #d6d6d6;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

.shipping_section_body
{
	float:left;
	width:530px;
}

.shipping_option_wrap
{
	float:left;
	width:530px;
	height:53px;
}

#viewShippingCheckBoxDiv
{
	display:none;
}

.shipping_checkbox
{
	float:left;
	margin-left:80px;
	margin-top:16px;
}

.shipping_list_wrap
{
	float:left;
	width:530px;
	margin-bottom:25px;
}

#viewShippingSectionDiv
{
	display:inline;
}

.shipping_item_wrap
{
	float:left;
	width:520px;
	height:30px;
	margin-left:10px;
	margin-top:25px;
	display:inline;
}

/********* BILLING INFO SECTION *********/

.billing_section_wrap
{
	float:left;
	width:540px;
	margin-top:10px;
	background-color:white;
	border:1px solid #d6d6d6;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}


.billing_section_body
{
	float:left;
	width:530px;
	min-height:134px;
}


.billing_option_wrap
{
	float:left;
	width:530px;
	height:53px;
	margin-top:25px;
}

#viewBillingCheckBoxDiv
{
	display:inline;
}

.billing_checkbox
{
	float:left;
	margin-left:80px;
	margin-top:16px;
}

.billing_list_wrap
{
	float:left;
	width:530px;
	height:560px;
	margin-bottom:25px;
}

#viewBillingSectionDiv
{
	display:none;
}

.billing_item_wrap
{
	float:left;
	width:520px;
	height:30px;
	margin-left:10px;
	margin-top:25px;
	display:inline;
}

/********* PRICING INFO SECTION *********/

.shipoption_section_wrap
{
	float:left;
	width:438px;
	height:auto;
	background-color:white;
	border:1px solid #d6d6d6;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
    display:inline;
    margin-top:10px;
    padding-bottom:20px;
}

.shipoption_section_body
{
	float:left;
	width:433px;
	height:auto;
	background-color:White;
}

.shipoption_item_wrap
{
	float:left;
	width:433px;
	height:auto;
}

.shipoption_item_text
{
	float:left;
	width:300px;
	height:35px;
	font-family:Verdana;
	font-size:.8em;
	color:#313131;
	text-align:left;
	margin-left:7px;
	line-height:35px;
	display:inline;
}

.shipoption_item_msg
{
   float:left;
	width:300px;
	font-family:Verdana;
	font-size:.8em;
	color:#313131;
	text-align:left;
	margin-left:15px;
	display:inline; 
}

.shipoption_item_rbtn
{
	float:left;
	margin-left:15px;
	margin-top:8px;
	display:inline;
}

.shipoption_ddl_wrap_long
{
	float:left;
	width:405px;
	height:32px;
	background-image:url(../images/home/print_size_bg.png);
	background-repeat:repeat-x;
	font-family:Verdana;
	font-size:1em;
	color:#515151;
	display:inline;
	border:1px solid #d2d2d2;
	margin-left:15px;
	margin-top:15px;
	margin-bottom:15px;
}

.shipoption_ddl_long
{
	float:left;
	width:398px;
	font-size:1em;
	color:#515151;
	margin-top:4px;
	margin-left:4px;
	background-color:#f8f8f8;
	border:1px solid #f8f8f8;
}

.pricing_section_wrap
{
	float:left;
	width:438px;
	background-color:white;
	border:1px solid #d6d6d6;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	margin-top:10px;
    display:inline;
    padding-bottom:10px;
}

.pricing_corner_wrap
{
	float:left;
	width:433px;
	height:5px;
	background-color:White;
}

.pricing_section_body
{
	float:left;
	width:433px;
	height:auto;
	background-color:White;
}

.pricing_body_lip
{
	float:left;
	width:431px;
	height:7px;	
	margin-left:1px;
	background-image:url(../images/home/upload_lip.png);
	background-repeat:repeat-x;
	background-position:top;
	margin-bottom:-7px;
	display:inline;
	font-size:0px;
}

.pricing_item_wrap
{
	float:left;
	width:425px;
	height:35px;
	border-bottom:1px solid #d6d6d6;
	margin-left:5px;
}

.pricing_item_text
{
	float:left;
	width:150px;
	height:35px;
	font-family:Verdana;
	font-size:.8em;
	color:#515151;
	text-align:left;
	margin-left:10px;
	line-height:35px;
	display:inline;
}

.pricing_item_number
{
	float:right;
	width:150px;
	height:35px;
	font-family:Verdana;
	font-size:.8em;
	color:#515151;
	text-align:right;
	margin-right:10px;
	line-height:35px;
	display:inline;
}

.total_item_wrap
{
	float:left;
	width:433px;
	height:40px;
}

.total_item_text
{
	float:left;
	width:150px;
	height:40px;
	font-family:Verdana;
	font-size:1em;
	color:#515151;
	text-align:left;
	margin-left:10px;
	line-height:45px;
	display:inline;
}

.total_item_number
{
	float:right;
	width:150px;
	height:40px;
	font-family:Verdana;
	font-size:1em;
	color:#515151;
	text-align:right;
	margin-right:10px;
	line-height:45px;
	display:inline;
}

/********* COUPON CODE SECTION *********/

.coupon_code_corner_wrap
{
	float:left;
	width:433px;
	height:5px;
}

.coupon_code_section_body
{
	float:left;
	width:450px;
	margin-top:25px;
	margin-right:25px;
	margin-left:30px;
	margin-bottom:35px;
}

.coupont_code_title_text
{
    float:left;
    width:140px;
    font-family:Verdana;
    font-size:12px;
    color:#313131;
    text-align:left;
    display:inline;
    margin-left:0px;
    margin-top:18px;
}

.coupon_code_section
{
	float:left;
	width:300px;
	height:auto;
}

.coupon_code_textbox
{
	float:left;
	width:200px;
	height:21px;
	background-image:url(../images/home/print_size_bg.png);
	background-repeat:repeat-x;
	font-family:Verdana;
	font-size:1em;
	color:#515151;
	margin-left:0px;
	margin-top:12px;
	text-align:left;
	padding-left:5px;
	line-height:18px;
	border:1px solid #d2d2d2;
	padding-top:5px;
	display:inline;
}

.coupon_code_textbox_light
{
	float:left;
	width:200px;
	height:21px;
	background-image:url(../images/home/print_size_bg.png);
	background-repeat:repeat-x;
	font-family:Verdana;
	font-size:1em;
	margin-left:0px;
	margin-top:12px;
	text-align:left;
	padding-left:5px;
	line-height:18px;
	border:1px solid #a7a6aa;
	padding-top:5px;
	display:inline;
	color:#a8a8a8;
	
}

.coupon_code_button
{
	float:left;
	width:61px;
	height:29px;
	margin-left:5px;
	margin-top:12px;
	display:inline;
}

.coupon_code_text
{
    font-family:Verdana;
	font-size:12px;
	color:green;
	margin-left:0px;
	margin-top:10px;
	text-align:left;
	float:left;
}


/********* PURCHASE SECTION *********/
.purchase_section_wrap
{
	float:left;
	width:438px;
	height:auto;
	margin-top:10px;
	background-color:white;
	border:1px solid #d6d6d6;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	display:inline;
	padding-bottom:25px;
}

.purchase_corner_wrap
{
	float:left;
	width:433px;
	height:5px;
	background-color:White;
}

.purchase_section_body
{
	float:left;
	width:438px;
	height:auto;
	background-color:White;
	margin-left:0px;
}

.purchase_body_lip
{
	float:left;
	width:431px;
	height:7px;
	background-image:url(../images/home/upload_lip.png);
	background-repeat:repeat-x;
	margin-left:1px;
	display:inline;
	font-size:0px;
}

.purchase_info_wrap
{
	float:left;
	width:438px;
	height:58px;
	display:inline;
	margin-top:0px;
	border-bottom:1px solid #d6d6d6;
}

.purchase_cc_body
{
	float:left;
	width:225px;
	height:40px;
	border-right:1px solid #d6d6d6;
	padding-top:8px;
	padding-bottom:10px;
	margin-left:0px;
}

.purchase_pp_body
{
	float:left;
	width:210px;
	height:40px;
	padding-top:8px;
	padding-bottom:10px;
}

.purchase_gg_body
{
	float:left;
	width:170px;
	height:40px;
	height:40px;
	padding-top:10px;
	padding-bottom:10px;
}

.purchase_info_divider
{
	float:left;
	width:1px;
	height:46px;
	background-color:#FFFFFF;
	border-right:1px solid #d2d2d2;
	margin-left:2px;
	display:inline;
}

#ccBox
{
    background-color:#f1f1f1;
}

.purchase_cc_logo
{
	float:left;
	width:111px;
	height:26px;
	background-image:url(../images/checkout/credit_cards.png);
	margin-top:8px;
	margin-left:0px;
	display:inline;
	cursor:pointer;
}

.purchase_cc_text
{
	float:left;
	font-family:Verdana;
	font-size:11px;
	color:#313131;
	margin-left:-2px;
	margin-top:14px;
}

.purchase_paypal_logo
{
	float:left;
	width:78px;
	height:26px;
	background-image:url(../images/checkout/paypal.png);
	margin-top:9px;
	margin-right:5px;
	margin-left:0px;
	display:inline;
	cursor:pointer;
}

.google_checkout_button
{
    float:left;
    width:160px;
    height:43px;
    margin-top:5px;
    margin-left:8px;
}

.purchase_radio_button
{
	float:left;
	margin-left:10px;
	margin-top:11px;
	display:inline;
}

.purchase_item_wrap
{
	float:left;
	width:410px;
	height:30px;
	margin-left:0px;
	margin-top:20px;
	display:inline;
}

.purchase_text_long
{
	float:left;
	width:150px;
	height:25px;
	font-family:Verdana;
	font-size:1em;
	color:#515151;
	text-align:right;
	line-height:30px;
	margin-right:10px;
	display:inline;
}

.ddl_card
{
	float:left;
	width:200px;
	font-size:1em;
	margin-top:4px;
	color:#515151;
	margin-left:4px;
	background-color:#f8f8f8;
	border:1px solid #f8f8f8;
	display:inline;
}

.ddl_month
{
	float:left;
	width:120px;
	background-color:#f8f8f8;
	font-size:1em;
	margin-top:4px;
	color:#515151;
	margin-left:4px;
	border:1px solid #f8f8f8;
	display:inline;
}

.ddl_year
{
	float:left;
	width:78px;
	background-color:#f8f8f8;
	display:inline;
	font-size:1em;
	margin-left:3px;
	margin-top:4px;
	border:1px solid #f8f8f8;
	color:#515151;
}

.textbox_cc
{
	float:left;
	width:200px;
	height:21px;
	background-image:url(../images/home/print_size_bg.png);
	background-repeat:repeat-x;
	font-family:Verdana;
	font-size:1em;
	color:#515151;
	padding-left:5px;
	line-height:19px;
	border:1px solid #d2d2d2;
	padding-top:5px;
	display:inline;
}

.purchase_submit_wrap
{
	float:left;
	width:167px;
	margin-top:25px;
	margin-left:135px;
	text-align:center;
	display:inline;
}

.purchase_button
{
	float:none;
	width:164px;
	height:50px;
	margin-left:0 auto;	
	margin-right:0 auto;
	display:inline;
	cursor:pointer;
}


.checkout_button
{
	float:none;
	width:164px;
	height:50px;
	margin-left:0 auto;	
	margin-right:0 auto;
	display:inline;
}

/********* OPTION SECTION *********/
.option_section_wrap
{
	float:left;
	width:580px;
	height:130px;
	margin-top:7px;
	background-color:White;
	background-image:url(../images/master/body_lip.png);
	background-position:top;
	background-repeat:repeat-x;
	
}

.option_corner_wrap
{
	float:left;
	width:580px;
	height:5px;
}

.option_section_body
{
	float:left;
	width:580px;
	height:120px;
	background-color:White;
}

.option_msg_wrap
{
	float:left;
	width:560px;
	height:110px;
	border:1px solid #d6d6d6;
	margin-left:8px;
	margin-top:4px;
}

.nothanks_msg_wrap
{
	float:left;
	width:560px;
	height:110px;
	margin-left:8px;
	margin-top:4px;
}

.option_msg_body
{
	float:left;
	width:556px;
	height:106px;
	border:2px solid #FFFFFF;
	background-color:#f8f8f8;
}

.addposter_icon
{
	float:left;
	width:38px;
	height:53px;
	background-image:url(../images/options/addposter_icon.png);
	margin-top:25px;
	margin-left:25px;
}

.frames_icon
{
	float:left;
	width:38px;
	height:53px;
	background-image:url(../images/options/frames_icon.png);
	margin-top:25px;
	margin-left:25px;
}

.checkout_icon
{
	float:left;
	width:38px;
	height:53px;
	background-image:url(../images/options/checkout_icon.png);
	margin-top:25px;
	margin-left:25px;
}

.options_text
{
	float:left;
	width:370px;
	height:53px;
	font-family:Verdana;
	color:#515151;
	font-size:.9em;
	text-align:left;
	margin-left:5px;
	margin-top:25px;
	line-height:50px;
}

.checkout_button_wrap
{
	float:left;
	width:175px;
	height:50px;
	margin-top:25px;
	text-align:center;
}

.nothanks_button_wrap
{
	float:left;
	width:560px;
	height:50px;
	margin-top:50px;
	text-align:center;
}

.nothanks_link_button
{
	float:left;
	width:560px;
	height:35px;
	text-align:center;
	font-family:Verdana;
	color:#515151;
	font-size:1.3em;
	margin-top:20px;
	text-decoration:none;
}

.nothanks_link_button:hover
{
	color:#ff8100;
}

.checkout_button
{
	float:none;
	width:164px;
	height:50px;
	margin-left:0 auto;	
	margin-right:0 auto;
}


/********** option OVERLAY CODE ***********/

.option_overlay_wrap
{
	float:left;
	display:none;
	position:absolute;
	z-index:2;
	width:600px;
	height:350px;
	top:0;
	left:0;
	margin-top:125px;
	margin-left:335px;
	filter:alpha(opacity=50); 
	-moz-opacity: 0.5; 
	opacity: 0.5;
}

.option_overlay_corner_spacer
{
	float:left;
	width:588px;
	height:6px;
	background-color:#000000;
}

.option_overlay_tab_wrap
{
	float:left;
	width:600px;
	height:10px;
}

.option_overlay_body_wrap
{
	width:600px;
	height:338px;
	float:left;
	background-color:#000000;
}

/********** option INNERLAY CODE ***********/

.option_innerlay_wrap
{
	float:left;
	width:580px;
	height:320px;
	background-color:#FFFFFF;
	margin-top:135px;
	margin-left:345px;
	z-index:3;
	position:absolute;
	top:0;
	left:0;
	display:none;
}

.option_innerlay_body_header
{
	float:left;
	width:580px;
	height:24px;
	background-image:url(../images/home/ap_browse_bg.png);
	background-repeat:repeat-x;
}

.option_innerlay_body_title
{
	float:left;
	width:300px;
	height:24px;
	margin-left:10px;
	line-height:22px;
	font-size:.7em;
	color:#FFFFFF;
	font-family:Verdana;
	text-align:left;
}


.option_innerlay_body_lip
{
	float:left;
	width:578px;
	height:7px;
	background-image:url(../images/home/upload_lip.png);
	background-repeat:repeat-x;
	margin-left:1px;
}

.button_flashload_wrap
{
    float:left;
    width:55px;
    height:55px;
    display:none;
    margin-top:-50px;
    margin-left:85px;
    background-color:#FFFFFF;
}

.button_flash_load
{
    float:left;
    width:50px;
    height:50px;
    display:inline;
    background-color:#FFFFFF;
}

.cc_wrap
{
    float:left;
    display:inline;
    width:410px;
    margin-left:26px;
}

#viewPaypalTextInfoDiv
{
    display:none;
    border:1px solid red;
}


/********** paypal OVERLAY CODE ***********/

.paypal_overlay_body_clone
{
	width:100%;
	height:100%;
	top:0;
	left:0;
	margin:0;
	padding:0;
	text-align:center;
	z-index:5;
	display:none;
	position:fixed;
	background-color:#000;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    -moz-opacity:0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
    
}

/********** paypal INNERLAY CODE ***********/

.paypal_innerlay_body_clone
{
	width:100%;
	margin:0 auto;
	text-align:center;
	z-index:6;
	display:none;
	margin-left:0px;
	top:0;
	left:0;
	margin-top:170px;
	position:absolute;
}

.paypal_innerlay_float_wrap
{
	float:none;
	width:605px;
	height:275px;
	margin:0 auto;	
	background-color:#000;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

.paypal_innerlay_wrap
{
	float:left;
	width:580px;
	height:250px;
	background-color:#FFFFFF;
	border:1px solid #313131;
	margin-left:12px;
	margin-top:12px;
	overflow:hidden;
}

.paypal_innerlay_body_header
{
	float:left;
	width:580px;
	height:32px;
	background-color:#f1f1f1;
	display:inline;
	border-bottom:1px solid #d6d6d6;
}


.paypal_innerlay_body_lip
{
	float:left;
	width:578px;
	height:7px;
	background-image:url(../images/master/nav_bgs.png);
	background-repeat:repeat-x;
	background-position:0px -184px;
	margin-left:1px;
	display:inline;
	font-size:0px;
}


.paypal_innerlay_body_section
{
    float:left;
    width:578px;
}

.paypal_innerlay_body_text
{
    float:left;
    width:578px;
    text-align:center;
    font-family:Verdana;
    font-size:1em;
    color:#515151;
    margin-top:25px;
    margin-bottom:25px;
}

.paypal_innerlay_flash_load
{
    float:left;
    width:50px;
    height:50px;
    display:inline;
    background-color:#FFFFFF;
}

.first_flashload_wrap
{
    float:right;
    width:42px;
    height:42px;
    display:none;
    margin-top:7px;
}

.first_flash_load
{
    float:right;
    width:42px;
    height:42px;
    display:inline;
    
}

.upload_button
{
	float:right;
	width:167px;
	height:42px;
	display:inline;
	margin-left:0px;
	margin-top:8px;
}

.upload_button_green
{
    float:left;
	width:167px;
	height:42px;
	display:inline;
	background-image:url(../images/checkout/checkout_button3.png);
	background-repeat:no-repeat;
	background-position:-0px -42px;
}

.mcafee_wrap
{
	float:left;
	margin-left:162px;
	margin-top:25px;
	margin-bottom:0px;
}
	
