﻿@font-face
{
    font-family:RageItalic;
    src:url(./fonts/RAGE.ttf);
}

/******* SPLASH SECTION *******/
.splash_long_wrap
{
    float:left;
    width:988px;
    height:459px;
    margin-top:0px;
    margin-left:0px;
    background-color:#f1f1f1;
    background-image:url(../images/home/main_splash4.jpg);
    background-position:top right;
    background-repeat:no-repeat;
    -moz-border-radius-topleft:4px;
    -webkit-border-top-left-radius:4px;
    border-top-left-radius:4px;
    -moz-border-radius-topright:4px;
    -webkit-border-top-right-radius:4px;
    border-top-right-radius:4px;
	border:1px solid #d6d6d6;
}

.splash_info_contain
{
    float:left;
    width:560px;
}

.splash_title_wrap
{
    float:left;
    width:300px;
    height:245px;
    background-color:#f8f8f8;
    margin-left:7px;
    margin-top:4px;
}

.splash_inside_wrap
{
    float:left;
    width:369px;
    height:245px; 
}

h1
{
    float:left;
    font-family:Georgia;
    font-size:38px;
    text-align:left;
    margin-left:55px;
    margin-top:40px;
    display:block;
    padding-top:0px;
    width:450px;
    color:#313131;
    line-height:48px;
    font-style:italic;
    text-shadow:0px 1px 1px rgba(255, 255, 255, 0.8);
}

h2
{
    float:left;
    font-family:Georgia;
    font-size:18px;
    color:#585344;
    text-align:left;
    margin-left:45px;
    margin-top:10px;
    margin-bottom:5px;
    display:inline;
    width:535px;
    font-style:italic;
    line-height:30px;
    text-shadow:0px 1px 1px rgba(255, 255, 255, 0.4);
    font-weight:normal;
}

h3
{
    float:left;
    font-family:Palatino Linotype, serif;
    font-size:12px;
    color:#514c50;
    text-align:left;
    text-transform:uppercase;
    padding-left:10px;
    margin-top:5px;
    margin-bottom:-3px;
    display:inline;
    width:100%;
}

.splash_text
{
    float:left;
    font-family:Georgia;
    font-size:18px;
    text-align:left;
    margin-left:55px;
    margin-top:20px;
    width:380px;
    color:#313131;
    font-style:italic;
}

.splash_text#top_splash
{
    margin-top:40px;
}

.splash_text a
{
    text-decoration:none;
    color:#006ab3;
}

.splash_text a:hover
{
    color:#313131;
}

.splash_star
{
    float:left;
    width:16px;
    height:16px;
    background-image:url(../images/home/star2.png);
    display:inline;
    margin-top:1px;
    margin-right:12px;
}

.splash_reviews
{
    float:right;
    width:370px;
    text-align:left;
    margin-right:10px;
    margin-top:20px;
    display:inline;
}

.splash_reviews_link
{
    float:left;
    font-family:Georgia;
    font-size:18px;
    text-align:left;
    margin-left:55px;
    margin-top:30px;
    width:380px;
    color:#006ab3;
    font-style:italic;
    text-decoration:none;
}

.splash_reviews_link:hover
{
    color:#313131;
}

.splash_content
{
    float:left;
    height:285px;
    width:600px;
    background-color:red;
    display:inline;
    margin-left:5px;
    margin-top:0px;
    /*background-image:url(../images/home/splash_img10.jpg);*/
}

.upload_button
{
	float:left;
	width:195px;
	height:49px;
	display:inline;
	margin-left:55px;
	margin-top:40px;
}

.upload_button span
{
    float:left;
	width:195px;
	height:49px;
	display:inline;
	background-image:url(../images/home/get_started_btn2.png);
	background-repeat:no-repeat;
	background-position:-0px -49px;
}

.upload_button_photo
{
	float:left;
	width:199px;
	height:49px;
	display:inline;
	margin-left:55px;
	margin-top:40px;
}

.upload_button_photo span
{
    float:left;
	width:199px;
	height:49px;
	display:inline;
	background-image:url(../images/home/upload_photo_btn2.png);
	background-repeat:no-repeat;
	background-position:-0px -49px;
}

.upload_shadow
{
	float:left;
	width:195px;
	height:39px;
	display:inline;
	margin-left:90px;
	margin-top:0px;
	background-image:url(../images/home/get_started_btn.png);
	background-repeat:no-repeat;
	background-position:-0px -98px;
}

.page_info_wrap
{
	float:left;
	width:991px;
	margin-top:0px;
}

.splash_short_wrap
{
    float:left;
    width:988px;
    height:65px;
    margin-top:0px;
    margin-left:0px;
    background-color:#ffffff;
    -moz-border-radius-bottomleft:4px;
    -webkit-border-bottom-left-radius:4px;
    border-bottom-left-radius:4px;
    -moz-border-radius-bottomright:4px;
    -webkit-border-bottom-right-radius:4px;
    border-bottom-right-radius:4px;
	border:1px solid #d6d6d6;
	border-top:none;
}


.splash_short_title
{
    float:left;
    width:226px;
    font-family:Verdana;
    font-size:12px;
    color:#a0a0a0;
    text-align:left;
    margin-left:25px;
    margin-top:15px;
    font-style:italic;
}

.splash_short_para
{
    float:left;
    width:420px;
    font-family:Verdana;
    font-size:12px;
    color:#515151;
    text-align:left;
    margin-left:25px;
    margin-top:13px;
    text-decoration:none;
    line-height:20px;
}

.splash_short_a
{
    font-family:Verdana;
    font-size:14px;
    color:#006ab3;
    text-decoration:none;
}

.splash_short_a:hover
{
    color:#515151;
}

.splash_short_sig
{
    float:left;
    width:226px;
    font-family:RageItalic, Verdana;
    font-size:14px;
    color:#a0a0a0;
    text-align:right;
    margin-left:25px;
    margin-top:15px;
}

/******* INFO SECTION *******/

.page_section_wrap
{
	float:left;
	width:991px;
	margin-left:0px;
	background-color:White;
	background-image:url(../images/master/body_lip.png);
	background-position:top;
	background-repeat:repeat-x;
	display:inline;
}

.page_corner_wrap
{
	float:left;
	width:991px;
	height:5px;
	margin:0;
	margin-left:0px;
}

.page_body_main
{
	float:left;
	width:991px;
	background-color:White;
	margin-left:0px;
	display:inline;
}

.info_left_wrap
{
	float:left;
	width:188px;
	height:80px;
	margin-left:5px;
	margin-top:5px;
	display:inline;
}

.info_tab_wrap
{
	float:left;
	width:188px;
	height:87px;
	border:1px solid #d6d6d6;
	background-color:#f8f8f8;
	display:inline;
}

.info_tab_text_1
{
    float:left;
    width:188px;
    font-size:.7em;
    color:#313131;
    font-family:Verdana;
    font-weight:bold;
    text-align:center;
    margin-top:10px;
}

.info_tab_text_2
{
    float:left;
    width:188px;
    font-size:1.7em;
    color:#5195ce;
    font-family:Verdana;
    font-weight:bold;
    text-align:center;
}

.info_tab_text_3
{
    float:left;
    width:188px;
    font-size:.6em;
    color:#5195ce;
    font-family:Verdana;
    text-align:center;
    margin-top:5px;
    border-top:1px solid #d6d6d6;
    line-height:25px;
}

.info_tab_main
{
	float:left;
	width:184px;
	height:66px;
	border:2px solid #FFFFFF;
	cursor:pointer;
	display:inline;
}

.info_cq_icon
{
    float:left;
    width:32px;
    height:27px;  
    background-image:url(../images/home/nav_home.png);
    background-repeat:no-repeat;
    background-position:-241px -68px; 
    cursor:pointer;
    margin-top:12px;
    margin-left:8px;
}

.info_cq_text_top
{
    float:left;
    font-family:Verdana;
    font-size:1.6em;
    color:#313131;
    text-align:left;
    cursor:pointer;
    margin-top:5px;
    display:inline;
    margin-left:5px;
    font-weight:bold;
}

.info_cq_text_bottom
{
    float:right;
    font-family:Verdana;
    font-size:1.7em;
    color:#5195ce;
    text-align:right;
    cursor:pointer;
    margin-right:5px;
    display:inline;
}

.info_tab_link_wrap
{
    float:left;
    width:188px;
    text-align:center;
    margin-top:10px;
    display:inline;
    border-top:1px solid #d6d6d6;
    padding-top:7px;
}

.info_tab_link
{
    float:none;
    text-align:center;
    font-family:Verdana;
    font-size:.8em;
    color:#5195ce;
    text-decoration:none;
    cursor:pointer;
}


.info_right_wrap
{
	float:left;
	width:478px;
	height:87px;
	border:1px solid #d6d6d6;
	margin-top:5px;
	margin-left:5px;
	display:inline;
}

.info_right_main
{
	float:left;
	width:474px;
	height:83px;
	background-color:#f8f8f8;
	border:2px solid #FFFFFF;
	display:inline;
}



.info_right_header
{
    float:left;
    height:22px;
    width:474px;
}

.info_right_dot
{
	float:left;
	width:11px;
	height:11px;
	margin-top:5px;
	background-image:url(../images/master/nav_logos.png);
	background-repeat:no-repeat;
	background-position:-1px -30px;
	display:inline;
	font-size:0px;
	margin-left:5px;
}

.info_right_title
{
    float:left;
    font-family:Verdana;
    font-size:.8em;
    color:#313131;
    text-align:left;
    margin-top:2px;
    margin-left:5px;
}

.info_right_custom
{
    float:right;
    font-family:Verdana;
    font-size:.6em;
    color:#313131;
    text-align:right;
    margin-top:4px;
    margin-right:5px;
    font-style:italic;
}

.info_right_item
{
    float:left;
    width:474px;
    border-top:1px solid #d6d6d6;
    height:30px;
}

.info_size_text
{
    float:left;
    font-family:Verdana;
    font-size:.8em;
    color:#313131;
    text-align:left;
    margin-left:7px;
    margin-top:7px;
    display:inline;
}

.info_price_text
{
    float:right;
    font-family:Verdana;
    font-size:.9em;
    color:#313131;
    text-align:right;
    margin-right:7px;
    margin-top:7px;
    display:inline;
}



/******* UPLOAD SECTION *******/

.upload_section_wrap
{
	float:left;
	width:360px;
	display:inline;
	position:relative;
	background-color:#FFFFFF;
	margin-top:10px;
	margin-left:6px;
}

.upload_section_getstarted
{
    float:left;
    width:3px;
    height:44px;
    display:inline;
    background-image:url(../images/home/nav_home.png);
    background-repeat:no-repeat;
    background-position:-3px -184px;
    overflow:hidden;
}

.upload_section_getstarted_bg
{
    float:left;
    width:360px;
    height:44px;
    background-color:#5195ce;
    display:inline;
    margin-left:0px;
    margin-top:5px;
}

.upload_section_getstarted_end
{
    float:right;
    width:3px;
    height:44px;
    background-image:url(../images/home/nav_home.png);
    background-repeat:repeat-x;
    background-position:-172px -184px;
}

.upload_section_blue_wrap
{
    float:left;
    background-color:#e8e8e8;
    display:inline;
    margin-left:0px;
    margin-top:8px;
    overflow:hidden;
    width:360px;
}



.upload_section_blue_body
{
    float:left;
    width:360px;
    height:80px;
}


 .blue_cornertl
{
	float:left;
	width:3px;
	height:3px;
	font-size:0em;
	background-image:url(../images/home/nav_home.png);
	background-repeat:no-repeat;
	background-position:-3px -184px;
	line-height:0px;
}

.eo_uploader_table
{
    float:left;
    width:360px;
    display:inline;
    margin-left:25px;
    margin-top:5px;
}

.eo_upload_msg
{
    float:left;
    width:350px;
    font-family:Verdana;
    font-size:.6em;
    color:#1e1e1e;
    text-align:left;
    display:inline;
    margin-left:15px;
    margin-top:8px;
}

.input_box_wrap
{
    float:left; 
    width:320px;
}

.progress_text_wrap
{
    float:left; 
    width:300px; 
    height:27px; 
    font-family:Verdana; 
    color:#1e1e1e; 
    font-size:.6em; 
    text-align:center;
}

.progress_bar_wrap
{
    float:left; 
    width:300px; 
    padding-top:0px;
}

.upload_corner_wrap
{
	float:left;
	width:289px;
	height:5px;
	margin:0;
	background-color:White;
	margin-left:1px;
}

.upload_body_main_border
{
	float:left;
	width:580px;
	margin-left:0px;
	display:inline;
	margin-top:0px;
	
}

.upload_body_main
{
	float:left;
	width:580px;
	background-color:#FFFFFF;
	margin-left:0px;
	display:inline;	
}

.upload_body_main2
{
	float:left;
	width:580px;
	background-color:#FFFFFF;
	margin-left:0px;
	display:inline;	
	height:300px;
}

.upload_step_check
{
	float:right;
	width:19px;
	height:19px;
	margin-top:6px;
	margin-right:7px;
	display:inline;
}

.upload_step_nocheck
{
	float:right;
	width:19px;
	height:19px;
	margin-top:6px;
	margin-right:7px;
	display:inline;
}

.upload_check_img
{
	float:left;
	width:19px;
	height:19px;
	display:inline;
}

.upload_step_title
{
	float:left;
	width:100px;
	height:23px;
	color:#313131;
	font-size:1.5em;
	margin-top:5px;
	margin-left:3px;
	text-align:left;
	line-height:26px;
	display:inline;
}

.upload_step_msg
{
	float:left;
	width:260px;
	height:110px;
	font-family:verdana;
	color:#313131;
	font-size:.8em;
	margin-top:5px;
	margin-left:3px;
	text-align:center;
	line-height:14px;
	overflow:hidden;
	display:inline;
}

.upload_step_header_wrap
{
	float:left;
	width:273px;
	height:35px;
	border:1px solid #d6d6d6;
	margin-top:3px;
	margin-left:7px;
	display:inline;
}

.upload_step_header_main
{
	float:left;
	width:269px;
	height:31px;
	border:2px solid #FFFFFF;
	background-color:#f8f8f8;
	cursor:pointer;
	display:inline;
}

.upload_step_section_wrap
{
	float:left;
	width:565px;
	margin-top:0px;
	margin-left:7px;
	display:inline;
}

.upload_step_section_main
{
	float:left;
	width:282px;
	height:212px;
	display:inline;
	overflow:hidden;
}

.upload_step_section_main1
{
	float:left;
	width:382px;
	display:inline;
	overflow:hidden;
	margin-top:0px;
}

.upload_step_section_main2
{
	float:left;
	width:182px;
	display:inline;
	overflow:hidden;
	height:90px;
}

.upload_step_text
{
	float:left;
	width:210px;
	height:30px;
	font-family:Verdana;
	color:#313131;
	font-size:.8em;
	margin-top:0px;
	margin-left:8px;
	text-align:left;
	line-height:30px;
	display:inline;
}

.upload_step_text_2
{
	float:left;
	height:14px;
	width:255px;
	text-align:right;
	line-height:14px;
	font-family:Verdana;
	font-size:.6em;
	/*color:#bdbdbd;*/
	color:#313131;
	margin-top:15px;
	margin-left:5px;
	display:inline;
}

.upload_step_text_3
{
	float:left;
	height:14px;
	width:255px;
	text-align:right;
	line-height:14px;
	font-family:Verdana;
	font-size:.8em;
	color:#313131;
	text-transform:uppercase;
	margin-top:5px;
	margin-left:5px;
	display:inline;
}

.upload_browse_textbox
{
	float:left;
	width:155px;
	height:22px;
	border:1px solid #313131;
	margin-left:5px;
	margin-top:9px;
	background-color:#FFFFFF;
	font-family:Verdana;
	font-size:.8em;
	line-height:20px;
	color:#313131;
	padding-left:5px;
	display:inline;
}

.upload_float
{
    float:left;
    max-width:260px;
    display:inline;
}

.browse_button_wrap
{
    float:left;
    width:93px;
    height:33px;
    
	display:inline;
	cursor:pointer;
}

.button_margin
{
    margin-top:7px;
    float:left;
}

.upload_browse_spacer_top
{
    float:left;
    width:245px;
    height:10px;
    margin-left:10px;
}

.upload_browse_button
{
	float:left;
	width:93px;
	height:33px;
	cursor:pointer;
	display:inline;
	margin-top:5px;
	margin-left:5px;
}


.upload_progress_panel
{
	float:left;
	width:265px;
	height:15px;
	max-width:269px;
	max-height:15px;
	overflow:hidden;
}

.upload_progress_text
{
	float:left;
	width:265px;
	height:10px;
	font-size:.1em;
	line-height:10px;
}

.upload_flashload_wrap
{
    float:left;
    width:55px;
    height:55px;
    margin-top:-47px;
    margin-left:400px;
    display:none;
}

.upload_flash_load
{
    float:left;
    width:50px;
    height:50px;
    display:inline;
}

.first_flashload_wrap
{
    float:left;
    width:55px;
    height:55px;
    display:none;
    margin-top:15px;
    margin-left:-220px;
}

.first_flash_load
{
    float:left;
    width:50px;
    height:50px;
    display:inline;
    
}



.print_steps_border
{
    float:left;
    margin-left:4px;
    width:299px;
    border:1px solid #d6d6d6;
    margin-top:4px;
}

.print_steps_wrap
{
    float:left;
    width:295px;
    background-color:#f8f8f8;
    border:2px solid #FFFFFF;
}



.print_size_checkbox
{
	float:left;
	margin-left:5px;
	margin-top:6px;
	display:inline;
}

.print_size_step_button
{
    float:left;
    width:9px;
    height:9px;
    background-image:url(../images/home/nav_home.png);
    background-repeat:no-repeat;
    background-position:-276px -101px;
    cursor:pointer;
    margin-top:2px;
    margin-right:3px;
    display:inline;
    font-size:0em;
    line-height:0em;
}

.print_size_step_text
{
    float:left;
    margin-top:2px;
    margin-left:5px;
    font-family:Verdana;
    font-size:.6em;
    color:#b2b2b2;
    text-align:left;
    display:inline;
}



.print_size_intro_icon1
{
    float:left;
    width:15px;
    height:15px;
    margin-top:1px;
    margin-right:5px;
    background-image:url(../images/master/nav_logos.png);
    background-position:-14px -30px;
    background-repeat:no-repeat;
    display:inline;
}

.print_size_intro_text1
{
    float:left;
    width:116px;
    margin-top:13px;
    margin-left:10px;
    font-family:Verdana;
    font-size:.6em;
    color:#1e1e1e;
    text-align:left;
    display:inline;
}

.print_size_intro_text
{
    float:left;
    width:350px;
    margin-top:15px;
    margin-left:18px;
    font-family:Verdana;
    font-size:.8em;
    color:#ffffff;
    text-align:left;
    display:inline;
    font-weight:bold;
}

.print_size_desc_text
{
    float:left;
    margin-top:15px;
    margin-left:30px;
    font-family:Verdana;
    font-size:.7em;
    color:#ffffff;
    text-align:left;
    display:inline;
}

.print_size_left_wrap
{
	float:left;
	width:170px;
	height:30px;
	margin-top:0px;
	margin-left:5px;
	display:inline;
	
}
    
.print_size_text_wrap
{
	float:right;
	width:170px;
	margin-right:5px;
	display:inline;
	
}

.print_size_text
{
	float:left;
	height:30px;
	text-align:left;
	font-family:Verdana;
	font-size:.7em;
	color:#1e1e1e;
	line-height:30px;
	margin-left:3px;
	display:inline;
}

.print_size_row_wrap
{
	float:left;
	width:225px;
	margin-top:2px;
	display:inline;
}

.print_size_ddl
{
	float:left;
	width:220px;
	height:25px;
	border:1px solid #d6d6d6;
	display:inline;
	line-height:25px;
	color:#313131;
	font-size:.8em;
	margin-left:0px;
	margin-top:5px;
	padding-left:3px;
	padding-top:2px;
}

.print_size_ddl optgroup
{
    font-style:normal;
    padding:5px;
    margin-bottom:5px;
}

.print_size_custom_wrap
{
	float:left;
	width:110px;
	height:25px;
	margin-left:0px;
	margin-top:5px;
	display:inline;
}

.print_size_report_wrap
{
	float:left;
	width:90px;
	font-family:Verdana;
	font-size:.6em;
	padding-left:0px;
	text-align:left;
	margin-left:0px;
	display:inline;
	color:#ffffff;
	margin-top:8px;
}

.print_size_custom_text
{
	float:left;
	width:70px;
	height:15px;
	font-family:Verdana;
	font-size:.6em;
	text-align:right;
	color:#1e1e1e;
	line-height:15px;
	margin-top:5px;
	margin-left:0px;
	display:inline;
	
}

.print_size_textbox
{
	float:right;
	width:40px;
	height:20px;
	font-family:Verdana;
	font-size:.7em;
	color:#313131;
	padding-left:3px;
	padding-top:2px;
	line-height:20px;
	margin-left:0px;
	margin-top:4px;
	display:inline;
}

.print_size_x
{
	float:left;
	width:10px;
	height:30px;
	font-family:verdana;
	font-size:.7em;
	text-align:center;
	line-height:20px;
	color:#313131;
	margin-left:3px;
	display:inline;
}

.print_size_inch
{
	float:left;
	width:10px;
	height:30px;
	font-family:Verdana;
	font-size:.6em;
	text-align:left;
	line-height:30px;
	color:#313131;
	margin-left:3px;
	margin-top:10px;
	display:inline;
}

.print_size_button_row
{
	float:left;
	height:30px;
	margin-top:0px;
	text-align:center;
	display:none;
	margin-left:5px;
}

.print_size_button_row2
{
	float:left;
	width:270px;
	height:30px;
	margin-top:25px;
	margin-left:45px;
	text-align:center;
	display:inline;
}

.print_size_button_row1
{
	float:left;
	width:175px;
	height:30px;
	margin-top:8px;
	display:inline;
}

.print_size_apply_button
{
	float:right;
	width:70px;
	height:30px;
	margin-right:5px;
	margin-top:0px;
	background-image:url(../images/home/nav_home.png);
	background-repeat:no-repeat;
	background-position:-76px -5px;
	cursor:pointer;
	display:inline;
}

.print_size_price_button
{
	float:left;
	width:70px;
	height:30px;
	margin-right:5px;
	margin-top:0px;
	background-image:url(../images/home/nav_home.png);
	background-repeat:no-repeat;
	background-position:-147px -5px;
	cursor:pointer;
	display:inline;
}

.checkprice_linkbtn
{
  float:left;
  display:inline;  
}



.print_size_button
{
	float:right;
	width:70px;
	height:30px;
	margin-right:5px;
	margin-top:0px;
	display:inline;
}

.print_size_nobutton
{
	float:right;
	width:94px;
	height:30px;
	margin-right:12px;
	margin-top:5px;
	background-image:url(../images/home/nav_home.png);
	background-repeat:no-repeat;
	background-position:-154px -122px;
	cursor:pointer;
	display:inline;
}

.print_size_button1
{
	float:right;
	width:70px;
	height:30px;
	margin-right:12px;
	margin-top:5px;
	cursor:pointer;
	display:inline;
}

.print_size_cart_button
{
	float:none;
	margin:0 auto;
	width:150px;
	height:30px;
	cursor:pointer;
	margin-top:5px;
	background-image:url(../images/home/nav_home.png);
	background-repeat:no-repeat;
	background-position:-2px -121px;
}

.print_button_spacer
{
	float:right;
	width:53px;
	height:30px;
	margin-top:0px;
	display:inline;
}

.print_size_msg_green
{
	color:#1e1e1e;
	float:left;	
}

.print_size_msg_red
{
	color:#1e1e1e;	
	float:left;
}



.choice_text
{
	float:left;
	width:120px;
	height:40px;
	margin-left:15px;
	font-family:Verdana;
	font-size:.7em;
	color:#313131;
	line-height:18px;
	text-align:center;
	margin-top:12px;
	display:inline;
}

.choice_button
{
	float:right;
	width:103px;
	height:33px;
	margin-right:5px;
	margin-top:18px;
	margin-bottom:5px;
	display:inline;
}

.choice_seperator
{
	float:left;
	width:260px;
	height:1px;
	background-color:#d6d6d6;
	margin-left:3px;
	margin-top:12px;
	display:inline;
	font-size:0px;
	line-height:0px;
}

.hide_element
{
    display:none;
}

#step1_b
{
    display:none;
}

.print_size_intro_text3
{
    float:left;
    width:140px;
    margin-top:4px;
    margin-left:10px;
    font-family:Verdana;
    font-size:.8em;
    color:#FFFFFF;
    text-align:left;
    display:inline;
}

.print_size_intro_text4
{
    float:right;
    width:195px;
    margin-top:6px;
    margin-right:10px;
    font-family:Verdana;
    font-size:.7em;
    color:#FFFFFF;
    text-align:right;
    display:inline;
}

.get_started_wrap
{
    float:left;
    width:359px;
    height:26px;
    background-image:url(../images/home/nav_home.png);
    background-position:-109px -39px;
    background-repeat:no-repeat;
}

.get_started_tab
{
    float:left;
    width:15px;
    height:12px;
    background-image:url(../images/home/start_tab.png);
    margin-left:10px;
    margin-bottom:-8px;
}

.preview_choice_body_title
{
    float:left;
    width:555px;
    margin-top:10px;
    margin-left:5px;
    margin-bottom:5px;
    font-family:Verdana;
    font-size:14px;
    color:#000000;
    line-height:20px;
    text-align:left;
}

.preview_choice_body
{
    float:left;
    width:564px;
    height:115px;
    border:1px solid #d6d6d6;
    margin-top:8px;
    background-color:#f8f8f8;
    -moz-border-radius:4px;
    -webkit-border-radius: 4px;
    border-radius:4px;
}

.preview_choice_body2
{
    float:left;
    width:564px;
    height:90px;
    border:1px solid #d6d6d6;
    margin-top:8px;
    background-color:#f8f8f8;
    -moz-border-radius:4px;
    -webkit-border-radius: 4px;
    border-radius:4px;
}

.preview_choice_thumb
{
    float:left;
    width:203px;
    height:95px;
    margin-left:5px;
    margin-top:10px;
    background-image:url(../images/home/wrap_previews.png);
    background-repeat:no-repeat;
}

.standard_pic
{
    background-position:0px 0px;
    
}

.gallery_pic
{
    background-position:0px -95px;
}

.museum_pic
{
    background-position:0px -190px;
}

.nowrap_pic
{
    background-position:0px -285px;
}

.preview_choice_size_icon
{
    float:left;
    height:20px;
    width:54px;
    background-image:url(../images/home/wrap_previews.png);
    background-position:-1px -380px;
    background-repeat:no-repeat;
    margin-left:10px;
    margin-top:15px;
    font-family:Verdana;
    color:#FFFFFF;
    font-size:12px;
    text-align:center;
    line-height:19px;
}

.preview_choice_title
{
    float:left;
    width:275px;
    height:20px;
    font-family:Verdana;
    font-size:16px;
    color:#1e1e1e;
    margin-left:10px;
    margin-top:15px;
    line-height:20px;
    text-align:left;
}

.preview_choice_hot_item
{
    float:right;
    width:109px;
    font-family:verdana;
    font-size:10px;
    color:#006ab3;
    
}

.preview_choice_desc
{
    float:left;
    width:330px;
    height:30px;
    font-family:Verdana;
    font-size:12px;
    color:#505050;
    margin-left:10px;
    margin-top:10px;
    text-align:left;
}

.preview_choice_price
{
    float:left;
    width:190px;
    font-family:Verdana;
    font-size:14px;
    color:#1e1e1e;
    margin-left:10px;
    margin-top:10px;
    text-align:left;
}

.print_size_addcart_button
{
	float:left;
	width:133px;
	height:49px;
	margin-top:10px;
	margin-left:72px;
	background-image:url(../images/home/nav_home.png);
	background-repeat:no-repeat;
	background-position:-334px -118px;
	cursor:pointer;
	display:inline;
}

.print_size_customize_button
{
	float:right;
	width:133px;
	height:40px;
	margin-top:12px;
	background-image:url(../images/home/nav_home.png);
	background-repeat:no-repeat;
	background-position:-205px -118px;
	cursor:pointer;
	display:inline;
	margin-right:20px;
}

.preview_wrap_init_img
{
    float:left;
    width:5px;
    height:5px;
    background-image:url(../images/home/wrap_previews.png);
    background-position:-150px -380px;
    background-repeat:no-repeat;
}

.preview_wrap_select
{
    float:left;
    width:145px;
    font-family:Verdana;
    margin-left:5px;
    margin-top:0px;
    text-align:left;
    text-decoration:none;
}

.wrap_size_select_button
{
	float:right;
	width:102px;
	height:29px;
	margin-top:0px;
	background-image:url(../images/home/nav_home.png);
	background-repeat:no-repeat;
	background-position:-343px -110px;
	cursor:pointer;
	display:inline;
	margin-right:3px;
}

.go_back_button
{
	float:left;
	margin-top:5px;
	cursor:pointer;
	display:inline;
	margin-left:10px;
	color:#0068af;
	text-decoration:none;
}

.go_back_button:hover
{
	color:#1e1e1e;
}

.preview_flash_preload
{
    float:left;
    width:25px;
    height:25px;
    display:inline;
    margin-top:3px;
    margin-left:5px;
}

.preview_flash_load
{
    float:left;
    width:25px;
    height:25px;
    display:inline;
}

/******** TITLE BAR *********/
.title_bar_wrap
{
	float:left;
	width:979px;
	height:51px;
	border:1px solid #d6d6d6;
	display:inline;
	margin-left:5px;
	margin-top:0px;
}

.title_bar_mid
{
	float:left;
	width:975px;
	height:47px;
	background-color:#f8f8f8;
	border:2px solid #FFFFFF;
}

.title_bar_left_text
{
    float:left;
    text-align:left;
    line-height:46px;
    font-family:Verdana;
    font-size:.9em;
    color:#313131;
    margin-left:12px;
    text-transform:uppercase;
}

.title_bar_right_text
{
    float:left;
    text-align:left;
    line-height:46px;
    font-family:Verdana;
    font-size:.9em;
    text-transform:uppercase;
    /*
    color:#5195ce;
    */
    color:#313131;
    
    margin-left:45px;
    display:inline;
    
}



.title_bar_mid_right
{
    float:right;
    width:330px;
    height:51px;

}

.title_bar_mid_divider
{
    float:right;
    width:1px;
    height:46px;
    background-color:#d6d6d6;
}
    

.title_bar_right
{
	float:left;
	width:4px;
	height:53px;
	background-image:url(../images/home/nav_home.png);
	background-repeat:no-repeat;
	background-position:-274px -203px;
}



/********** DEMO SECTION **********/

.demo_section_wrap
{
	float:left;
	width:289px;
	height:101px;
	margin-left:7px;
	background-color:White;
	background-image:url(../images/master/body_lip.png);
	background-position:top;
	background-repeat:repeat-x;
	display:inline;
}

.demo_corner_wrap
{
	float:left;
	width:289px;
	height:5px;
	margin:0;
	margin-left:0px;
}

.demo_body_main_wrap
{
	float:left;
	width:319px;
	display:inline;
	margin-top:10px;
}

.demo_coupon_area
{
    float:left;
    width:317px;
    background-color:#ffffff;
    margin-left:0px;
    padding-bottom:10px;
    -moz-border-radius:4px;
    -webkit-border-radius: 4px;
    border-radius:4px;
    border:1px solid #d6d6d6;
}

.demo_coupon_left
{
    float:left;
    width:174px;
    margin-top:5px;
    margin-left:5px;
    margin-bottom:5px;
}

.demo_coupon_right
{
    float:right;
    width:125px;
    margin-top:5px;
    margin-right:5px;
    margin-bottom:5px;
}

.demo_coupon_title
{
    float:left;
    width:164px;
    height:22px;
    background-image:url(../images/home/nav_home.png);
    background-repeat:no-repeat;
    background-position:-4px -116px;
    margin:10px 0px 0px 7px;
}

.demo_coupon_offer_size
{
    float:left;
    text-align:left;
    font-family:Verdana;
    font-size:24px;
    font-weight:bold;
    color:#515151;
    margin-left:8px;
    margin-top:10px;
    width:100%;
}

.demo_coupon_offer_text
{
    float:left;
    text-align:left;
    font-family:Verdana;
    font-size:11px;
    font-weight:bold;
    color:#7e7e7e;
    margin-left:8px;
    margin-top:8px;
    height:30px;
}

.demo_discount_offer_text
{
    float:left;
    text-align:left;
    font-family:Verdana;
    font-size:17px;
    font-weight:bold;
    color:#ff0000;
    margin-left:12px;
    margin-top:15px;
    
}

.demo_discount_offer_desc
{
    float:left;
    text-align:left;
    font-family:Verdana;
    font-size:11px;
    font-weight:bold;
    color:#313131;
    margin-left:15px;
    margin-top:25px;
}

.demo_discount_offer_link
{
    float:left;
    text-align:left;
    font-family:Verdana;
    font-size:11px;
    font-weight:bold;
    color:#006ab3;
    margin-left:6px;
    margin-top:25px;
    text-decoration:none;
}

.demo_discount_offer_link:hover
{
    color:#313131;
}

.demo_discount_timer_wrap
{
    float:left;
    margin-top:20px;
    margin-left:10px;
    margin-bottom:8px;
}

.demo_coupon_timer_wrap
{
    float:left;
    margin-top:15px;
}

.demo_coupon_timer_text
{
    float:left;
    width:30px;
    font-size:9px;
    color:#515151;
    text-align:right;
    font-family:Verdana;
    margin-top:2px;
    margin-right:5px;
    margin-left:5px;
    text-transform:uppercase;
}

.demo_coupon_timer
{
    float:left;
    width:88px;
    height:27px;
    background-color:#fff;
}

.demo_coupon_bignum
{
    float:right;
    text-align:right;
    font-family:Verdana;
    font-size:36px;
    font-weight:bold;
    color:#515151;
    margin-right:8px;
    padding:0px;
    vertical-align:top;
    margin-top:5px;
}

.demo_coupon_dsign
{
    float:right;
    text-align:right;
    font-family:Verdana;
    font-size:20px;
    font-weight:bold;
    color:#515151;
    margin-right:0px;
    margin-top:8px;
}

.demo_coupon_only
{
    float:right;
    text-align:right;
    font-family:Verdana;
    font-size:11px;
    font-weight:bold;
    color:#515151;
    margin-right:3px;
    margin-top:10px;
}

.demo_coupon_price_text
{
    float:right;
    text-align:right;
    font-family:Verdana;
    font-size:10px; 
    font-weight:normal;
    color:#7e7e7e;
    margin-right:2px;
    margin-top:3px;
}

.demo_coupon_price
{
    float:right;
    text-align:right;
    font-family:Verdana;
    font-size:10px;
    font-weight:bold;
    color:#7e7e7e;
    margin-right:8px;
    margin-top:3px;
}

.demo_coupon_button_wrap
{
    float:right;
    width:113px;
    margin-top:35px;
    margin-right:5px;
}

.demo_coupon_button
{
    float:right;
    width:113px;
    height:30px;
    background-image:url(../images/home/nav_home.png);
    background-repeat:no-repeat;
    background-position:-306px -3px;
}
    
.demo_body_main
{
	float:left;
	width:317px;
	height:auto;
	padding-bottom:15px;
	margin-left:0px;
	display:inline;
	border:1px solid #d6d6d6;
	margin-top:10px;
	overflow:hidden; 
	background-color:#ffffff;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}

.demo_header
{
    float:left;
    width:317px;
    border-bottom:1px solid #d6d6d6;
}

.demo_title_box
{
    float:left;
    width:158px;
    height:50px;
    border-right:1px solid #d6d6d6;
}

.demo_title_box_end
{
    float:left;
    width:100%;
    height:50px;
}

.demo_title
{
    float:left;
    width:258px;
    font-family:Verdana;
    font-size:14px;
    color:#1e1e1e;
    text-align:left;
    margin-top:18px;
    margin-left:15px;
}

.demo_dot
{
    float:left;
    width:9px;
    height:9px;
    background-image:url(../images/home/nav_home.png);
    background-position:-67px -39px;
    background-repeat:no-repeat;
    margin-top:29px;
    margin-left:20px;
}

.demo_big_text
{
    float:left;
    width:280px;
    font-family:Verdana;
    font-size:.8em;
    color:#1e1e1e;
    text-align:left;
    margin-top:25px;
    margin-left:8px;
    
}

.demo_big_text3
{
    float:left;
    width:258px;
    font-family:Verdana;
    font-size:16px;
    color:#006ab3;
    text-align:left;
    margin-top:30px;
    margin-left:30px;
    cursor:pointer;
    text-decoration:none;
    line-height:24px;
}

.demo_big_text3:hover
{
	color:#313131;
}

.demo_small_text
{
    float:left;
    width:317px;
    font-family:Verdana;
    font-size:12px;
    color:#006ab3;
    text-align:center;
    margin-top:30px;
    margin-bottom:10px;
    cursor:pointer;
    text-decoration:none;
    padding-top:25px;
    border-top:1px solid #d6d6d6;
}

.demo_small_text:hover
{
	color:#313131;
}

.demo_big_text2
{
    float:left;
    width:280px;
    font-family:Verdana;
    font-size:.6em;
    color:#7e7e7e;
    text-align:left;
    margin-top:15px;
    margin-left:32px;
    
}

.demo_small_text2
{
    float:left;
    width:140px;
    font-family:Verdana;
    font-size:.7em;
    color:#313131;
    text-align:right;
    margin-top:15px;
    margin-left:5px;
}

.demo_small_text3
{
    float:left;
    width:285px;
    font-family:Verdana;
    font-size:.8em;
    color:#006ab3;
    text-align:center;
    margin-top:5px;
    margin-left:5px;
    cursor:pointer;
}

.demo_seperator
{
    float:left;
    height:1px;
    width:289px;
    border-bottom:1px solid #d6d6d6;
    margin-left:2px;
    display:inline;
    margin-top:15px;
}

.demo_seperator2
{
    float:left;
    height:1px;
    width:289px;
    border-bottom:1px solid #d6d6d6;
    margin-left:2px;
    display:inline;
    margin-top:12px;
}

.we_accept_wrap
{
    float:left;
    width:478px;
    height:118px;
    margin-left:5px;
    margin-top:5px;
    display:inline;
    border:1px solid #d6d6d6;
}

.we_accept
{
    float:left;
    width:474px;
    height:114px;
    display:inline;
    border:2px solid white;
    background-color:#f8f8f8;
}

.security_seal_wrap
{
    float:left;
    width:188px;
    height:118px;
    display:inline;
    margin-top:5px;
    margin-left:5px;
    background-color:#f8f8f8;
    border:1px solid #d6d6d6;
}

.security_seal
{
    float:left;
    width:184px;
    height:114px;
    display:inline;
    background-color:#f8f8f8;
    border:2px solid white;
}

.testimonials
{
    float:left;
    width:168px;
    margin-left:10px;
    margin-top:8px;
    display:inline;
    font-size:.8em;
    color:#313131;
    font-family:Verdana;
    text-align:left;
    text-indent:10px;
    font-style:italic;
}

.logo_row
{
    float:left;
    width:289px;
    margin-left:12px;
    margin-top:15px;
}

.visa_logo
{
    float:left;
    width:51px;
    height:31px;
    background-image:url(../images/home/nav_home.png);
    background-position:-5px -76px;
    background-repeat:no-repeat;
    margin-left:5px;
    margin-top:15px;
}

.mc_logo
{
    float:left;
    width:50px;
    height:31px;
    background-image:url(../images/home/nav_home.png);
    background-position:-75px -76px;
    background-repeat:no-repeat;
    margin-left:10px;
    margin-top:15px;
}

.amex_logo
{
    float:left;
    width:51px;
    height:31px;
    background-image:url(../images/home/nav_home.png);
    background-position:-143px -76px;
    background-repeat:no-repeat;
    margin-left:10px;
    margin-top:15px;
}

.paypal_logo
{
    float:left;
    width:101px;
    height:32px;
    background-image:url(../images/home/nav_home.png);
    background-position:-7px -6px;
    background-repeat:no-repeat;
    margin-top:18px;
    margin-left:8px;
}

.usps_logo
{
    float:left;
    width:40px;
    height:34px;
    background-image:url(../images/home/nav_home.png);
    background-position:-26px -39px;
    background-repeat:no-repeat;
    margin-top:10px;
    margin-left:16px;
}

.fedex_logo
{
    float:left;
    width:104px;
    height:39px;
    background-image:url(../images/home/nav_home.png);
    background-position:-369px -221px;
    background-repeat:no-repeat;
    margin-top:7px;
    margin-left:66px;
}

.google_logo
{
    float:right;
    width:49px;
    height:29px;
    background-image:url(../images/home/nav_home.png);
    background-position:-370px -166px;
    background-repeat:no-repeat;
    margin-top:-43px;
    margin-right:15px;
}

.google_accepted_logo
{
    float:left;
    margin-left:0px;
    margin-top:0px;
    overflow:hidden;
    width:214px;
}

.guarantee_logo
{
    float:left;
    width:69px;
    height:71px;
    margin-top:-15px;
    margin-left:35px;
    background-image:url(../images/home/guarantee.png);
}

.truste_logo
{
   float:left;
   margin-left:25px; 
   margin-top:13px;
}

.mcafee_logo
{
    float:left;
    margin-top:12px; 
    margin-left:25px;
}

.bbb_logo
{
    float:left;
    width:94px;
    height:36px;
    background-image:url(../images/home/nav_home.png);
    background-position:-204px -132px;
    background-repeat:no-repeat;
    text-decoration:none;
    margin-top:13px;
    margin-left:20px;
}

.long_demo_body_main
{
	float:left;
	width:660px;
	display:inline;
	overflow:hidden;
	margin-left:10px;
	margin-top:10px;
}

.long_demo_body_border
{
	float:left;
	width:658px;
	height:auto;
	background-color:#ffffff;
	border:1px solid #d6d6d6;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}

.long_demo_header
{
    float:left;
    width:658px;
    
}

.long_demo_title_box
{
    float:left;
    width:328px;
    height:50px;
    border-right:1px solid #d6d6d6;
    background-color:#f1f1f1;
    cursor:pointer;
    overflow:hidden;
    border-bottom:1px solid #d6d6d6;
}

.long_demo_title_box_end
{
    float:left;
    width:219px;
    height:50px; 
    background-color:#f1f1f1;
    cursor:pointer;
    border-bottom:1px solid #d6d6d6;
}

.advice_bg
{
    float:left;
    height:249px;
    background-image:url(../images/home/wall_splash.jpg);
    background-position:top right;
    background-repeat:no-repeat;
}

.review_bg
{
    float:left;
    height:auto;
    width:658px;
    background-image:url(../images/home/quote_splash.jpg);
    background-position:top right;
    background-repeat:no-repeat;
    margin-top:15px;
}

#box2
{
    background-color:#fff;
    border-bottom:none;
}

#box_div1
{
    display:none;
}

#box_div2
{
    display:inline;
}

#box_div3
{
    display:none;
}

.long_demo_title
{
    float:left;
    width:100%;
    font-family:Verdana;
    font-size:12px;
    color:#1e1e1e;
    text-align:center;
    margin-top:18px;
}

.demo_example_pic
{
    float:left;
    width:250px;
    height:210px;
    margin-left:25px;
    margin-top:15px;
    background-color:#ffffff;
}

.cart_thumb_wrap
{
	float:left;
	margin-left:3px;
	margin-top:0px;
	display:inline;
	overflow:hidden;
	width:250px;
	height:217px;
	margin-bottom:0px;
}

.cart_thumb_image
{
	float:left;
	height:250px;
	width:250px;
	margin-left:15px;
	margin-top:-5px;
}

.demo_example_reviews
{
	float:left;
	width:483px;
	margin-top:235px;
	margin-bottom:15px;
}

.demo_example_text
{
    float:left;
    width:140px;
    font-family:georgia, serif;
    font-size:17px;
    color:#515151;
    margin-top:15px;
    margin-left:35px;
    text-align:left;
    font-style:italic;
    line-height:24px;
}

.demo_example_text span
{
    float:right;
    font-style:normal; 
    margin-top:10px;
    font-family:RageItalic;
    font-size:14px;
    color:#a0a0a0;
    margin-right:5px;
}

.demo_example_text_link
{
    float:left;
    font-family:Verdana;
    font-size:11px;
    color:#006ab3;
    text-align:left;
    margin-top:15px;
    margin-right:0px;
    cursor:pointer;
    text-decoration:none;
    line-height:normal;
}

.demo_example_text_link:hover
{
    color:#1e1e1e;
}

.consul_introtext
{
    float:left;
    width:580px;
    height:auto;
    margin-left:50px;
    margin-top:35px;
    font-family:Verdana;
    font-size:10px;
    color:#515151;
    text-align:left;
}

.consul_emltext
{
    float:left;
    width:320px;
    text-align:left;
    font-family:Verdana;
    color:#313131;
    font-size:16px;
    margin-top:40px;
    margin-right:180px;
    margin-left:50px;
    line-height:24px;
}

.consul_text
{
    float:left;
    width:280px;
    height:auto;
    margin-left:50px;
    margin-top:15px;
    font-family:Verdana;
    font-size:12px;
    color:#313131;
    margin-right:180px;
    text-align:left;
    line-height:20px;
}

.super_script
{
    float:left;
    font-size:14px; 
    margin-top:8px;
    font-family:Verdana;
    color:#006ab3;
}

.consul_button_wrap
{
    float:left;
    width:113px;
    margin-top:30px;
    margin-left:50px;
}

.consul_button
{
    float:left;
    width:113px;
    height:30px;
    background-image:url(../images/home/nav_home.png);
    background-repeat:no-repeat;
    background-position:-334px -75px;
}

.guarantee_text
{
    float:left;
    width:500px;
    font-size:14px;
    color:#515151;
    text-align:left;
    font-family:Verdana;
    margin-left:25px;
    margin-top:25px;
    margin-bottom:25px;
    line-height:20px;
}
    

.feature_list_body_border
{
	float:left;
	width:658px;
	background-color:#ffffff;
	border:1px solid #d6d6d6;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	margin-top:10px;
}

.feature_list_seperator
{
    float:left;
    width:608px;
    height:1px;
    line-height:1px;
    font-size:0px;
    background-color:#d6d6d6;
    margin-left:25px;
    margin-right:25px;
}

.feature_list_item
{
    float:left;
    width:658px;
    margin-left:0px;
}

.last_item
{
    border-bottom:none;
    margin-bottom:22px;
}

.feature_list_text
{
    float:left;
    width:600px;
    font-size:12px;
    color:#515151;
    text-align:left;
    font-family:Verdana;
    margin-left:25px;
    margin-top:15px;
    margin-bottom:25px;
    line-height:20px;
}

.feature_title
{
    float:left;
    width:620px;
    font-family:Verdana;
    font-size:14px;
    margin-top:25px;
    margin-left:25px;
    color:#515151;
    text-align:left;
}

.feature_icon
{
    float:left;
    width:91px;
    height:52px;
    background-image:url(../images/home/nav_home.png);
    background-repeat:no-repeat;
    background-position:-337px -76px;
    margin-left:25px;
    margin-top:25px;
    margin-bottom:10px;
}

.feature_icon span
{
    float:left;
    width:81px;
    margin-top:10px;
    margin-left:5px;
    font-family:Verdana;
    font-size:10px;
    color:#006ab3;
    text-align:left;
}

.feature_icon p
{
    float:left;
    width:81px;
    margin-top:0px;
    margin-left:5px;
    font-family:Verdana;
    font-size:11px;
    color:#006ab3;
    text-align:left; 
    font-weight:bold; 
}

.example2
{
    background-position:-190px 0px;
    margin-left:10px;
}

.example3
{
    background-position:-380px 0px;
}

.example4
{
    background-position:-570px 0px;
    margin-left:10px;
}


/********* NEW OVERLAY CODE ************/
.neoverlay_body
{
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    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;
    display:none;
    z-index:100;
}

.preview_innerlay_body_clone
{
	float:left;
	width:100%;
	margin:0 auto;
	text-align:center;
	z-index:101;
	display:none;
	margin-left:0px;
	position:absolute;
	top:0;
	left:0;
	margin-top:270px;
	padding:0;
}

.preview_innerlay_bg
{
    float:none;
    margin:0 auto;
    text-align:center;
    background-color:#1e1e1e;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    width:605px;
	height:295px;
}

.preview_innerlay_wrap
{
	float:left;
	width:578px;
	height:265px;
	background-color:#ffffff;
	margin-top:13px;
	margin-left:13px;
	text-align:center;
	border:1px solid #000000;
	overflow:hidden;
	display:inline;
}

.preview_upload_header
{
	float:left;
	width:578px;
	height:40px;
	background:#e0e0e0;
	border-top:1px solid #fff;
	border-bottom:1px solid #cdcdcd;
}

.preview_upload_header_text
{
	float:left;
	font-family:Verdana;
	text-align:left;
	font-size:12px;
	color:#313131;
	margin:12px 0px 0px 18px;
	height:20px;
	width:460px;
}

.preview_upload_header_close
{
	float:left;
	width:100px;
	height:40px;
}

.preview_upload_header_close_text
{
	float:right;
	width:40px;
	text-decoration:none;
	margin-top:12px;
	font-family:Verdana;
	color:#313131;
	font-size:11px;
	text-align:right;
	margin-right:10px;
}

.preview_upload_header_close_text:hover
{
	color:#1870a8;
}

.preview_upload_header_close_icon
{
	float:right;
	width:20px;
	height:20px;
	text-decoration:none;
	margin-top:10px;
	margin-right:10px;
	background:url(../images/home/close_icon.png);
}

.eo_uploader_datalist
{
    float:left;
    width:500px;
    display:inline;
    margin-left:45px;
    margin-top:35px;
}

.eo_uploader_table
{
    float:left;
    width:500px;
    display:inline;
    margin-left:0px;
    margin-top:0px;
}

.eo_upload_msg
{
    float:left;
    width:350px;
    font-family:Verdana;
    font-size:.6em;
    color:#FFFFFF;
    text-align:left;
    display:inline;
    margin-left:8px;
    margin-top:8px;
}

.eo_textbox
{
    float:left;
    display:inline;
    width:100px;
}

.eo_browse
{
    float:right;
    display:inline;
}

.eo_upload_button_wrap
{
    float:left; 
    width:70px;
}

.input_box_wrap
{
    float:left; 
    width:480px;
}

.progress_text_wrap
{
    float:left; 
    width:480px; 
    height:auto; 
    font-family:Verdana; 
    color:#ffffff; 
    font-size:11px; 
    text-align:center;
    margin-top:15px;
}

.progress_bar_wrap
{
    float:left; 
    width:480px; 
    padding-top:0px;
    display:none;
}

.upload_eo_button
{
	float:left;
	width:195px;
	height:53px;
	display:inline;
	margin-left:0px;
	margin-top:0px;
	margin-right:5px;
	margin-bottom:25px;
	text-decoration:none;
}

.upload_eo_button span
{
    float:left;
	width:195px;
	padding-top:15px;
	height:38px;
	display:inline;
	background-image:url(../images/home/blank_button.png);
	background-repeat:no-repeat;
	background-position:-0px -106px;
	font-family:Verdana;
	font-size:14px;
	color:#fff;
	text-decoration:none;
	text-shadow:0px 1px 0px rgba(0, 0, 0, 0.5);
	
}

.cancel_eo_button
{
	float:left;
	padding:5px 15px 5px 15px;
}

.red
{
    color:#ff0000;
}

.preview_error_msg
{
    float:left;
    font-size:14px;
    font-family:Verdana;
    text-align:right;
    margin-top:15px;
    margin-left:50px;
    color:#ff0000;
    font-weight:bold;
    width:300px;
}
