#vpanel div{
	margin-bottom:5px;
}
#vpanel label, select{
	 font-size:12px !important;
}
#vpanel select,#vpanel input[type='text']{
	 width:175px;
	 height:25px !important;
	 border:solid 1px #000;
}
#vpanel label{
	margin-bottom:0px !important;
	color:#000 !important;
}
#vpanel textarea{
	border:1px solid #000 !important;
	padding:1px;
}
#tcolor{
	font-size:0px;
}
#vpanel_upload .tool_panel{
	text-align:left;
}
.btn_green{
    background-color: #2C74BA;
    border-color: #2e6da4;
    color: #fff;
}
.navigation ul .icons {
  display:flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.navigation ul .icons img {
  width:20px;
  height:20px;
}
.desing_button {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.btn_desing_area{
	margin-top:20px;
	margin-top:solid 2px #000;
}
.text_panel_seperate{
	width:80px !important;
	float:left !important;
}
.text_panel_seperate_big{
	width:100px !important;
	float:left !important;
}
.text_panel_seperate_small{
	width:60px !important;
	float:left !important;
}

#ddlCurve,#ddlReverse{
	width:50px !important;
}
#curveEffect{
	 width:80px !important;
}
.text_style_top_space{
	margin-top:2px;
}
.text_style_top_space img{
	width:20px;
	height:20px;
	border:solid 1px #000;
	padding:2px;
}
.controller_selected_color{
	border:solid 1px #ed6a23 !important;
}
.clipart_box{
	float:left;
	border:solid 1px #999;
	margin:5px;
	padding:2px;
    border-radius: 5px;
}
.uploadSlider {
   padding-bottom: 40px;
}
.uploadSlider div {
    display: inline-block;
}
.uploadSlider img {
    margin: 5px;
    padding: 3px;
    border: solid 1px #999;
    border-radius: 7px;
}
.tool_panel{
	height:400px;
	overflow:auto;
	width:100%;
	margin-bottom:15px;
}
#vpanel_upload .tool_panel {
    overflow: hidden !important;
}
.fileUpload{
	position:relative;
	text-align:center;
}
.fileUpload_design {
    position: relative;
    overflow: hidden;
    margin: 10px;
}
.fileUpload_design input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
#uploaded_image_section {
    margin-top: 15px;
  height: 300px;
  overflow: auto;
}
.color-filter-title {
    font-weight: bold;
    font-size: 16px;
}
#uploaded_image_section_title{
	 margin-top:20px;
	 font-weight:bold;
	 color:#339966;
	 text-align:left;
	 font-size: 14px;
     text-decoration: underline;
}
#uploaded_image_section{
	margin-top:15px;
}
#uploaded_image_section img{
	 width:45px;
	 height:45px;
}


.vpanel{
	background: #ccc none repeat scroll 0 0;
    display: none;
    position: absolute;
    left: 0;
    width: 210px;
    z-index: 9;
	height:490px;
	border-radius: 0px 20px 20px 0px;
	padding:10px;
	border-right:solid 2px #999;
	border-top:solid 2px #999;
	border-bottom:solid 2px #999;
	top:8px;
}
.navigation {
   padding-left: 10px;
   padding-top: 20px;
   bottom: 70px;
   left: 0;
}
.navigation li {
    margin-bottom:5px;
	width:270px;
}
.navigation li a {
    background: #dedede none repeat scroll 0 0;
    border-radius: 35px;
    display: inline-block;
    padding: 5px;
    position: relative;
	outline:none;
}
.navigation li a .icons {
    font-size: 20px;
    line-height: 1.7em;
}
.navigation li a > .icons {
    background-color: #f6f6f6;
    background-image: linear-gradient(to bottom, #f6f6f6, #e9e9e9);
    border-radius: 35px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.11), 0 2px 2px 0 rgba(255, 255, 255, 0.3) inset;
    display: block;
    font-family: tablomat-icons;
    height: 35px;
    overflow: hidden;
    text-align: center;
    width: 35px;
}
.navigation li a .label_area {
    left: -15px;
    padding-top: 7px;
    position: absolute;
    right: -15px;
    text-align: center;
   /* text-shadow: 0 0 2px #fff;*/
}
.navigation li a .label_area {
    font-size: 13px;
    margin-left: 70px;
    margin-top: -45px;
    padding-top: 0;
}
.navigation li a .label_area {
    height: 52px;
}
.navigation ul {
    list-style: outside none none;
	line-height: 52px;
	top: 0;
    white-space: nowrap;
    width: auto;
}
.navigation li a {
    color: #373737;
	font-family:"Times New Roman", Times, serif !important;
	text-transform:uppercase;
}
#design_loader{
	background: #000 none repeat scroll 0 0;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 9999;
	text-align: center;
	padding-top: 200px;
	display:none;
	opacity:0.8;
}
#design_thumb_box{
	margin: 0 auto; 
	width:100%;
	text-align:center;
	padding:0;
	margin-top:10px;
}
/*#design_thumb_box #thumb_front,#thumb_back,#thumb_left,#thumb_right{
	display:inline-block;
}*/


/*Newly Added*/
span.arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #000000;
    display: block;
    height: 1px;
    left: 40px;
    position: relative;
    top: 3px;
    width: 1px;
}
div#popup_content {
    margin: 4px 7px;
	position:relative;
}
span.arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #000000;
    display: block;
    height: 1px;
    left: 40px;
    position: relative;
    top: 3px;
    width: 1px;
}

div.uploader{
	opacity:0;
	position:absolute !important;
	top:0px !important;
}
.designer_holder_area{
	width:740px;
	height:510px;
	position:relative;
}
.designer {
    bottom: 70px;
    left: 47%;
    margin-bottom: 2px;
    position: absolute;
    top:30px;
}
.right_side_tools_style{
	border-radius:10px;
	padding:1px;
	width:50px;
	height:50px;
}
.designer{
	width:450px;
	margin-left:-140px;
}
.box_right_tools div{
	margin:5px;
}
.box_right_tools #seperate{
	margin:7px;
	margin-top:35px;
}
.box_right_tools {
	right:0;
	margin-right:8px;
    margin-bottom: 2px;
    position: absolute;
    top: 20px;
}
.cpd-header {
    height: 25px;
    padding: 10px 15px;
    position: relative;
}
.product-type-name {
    font-weight: 600;
	font-size:20px;
	font-family:"Times New Roman", Times, serif;
}
.select-size .quantity {
    background: #cb490d none repeat scroll 0 0;
    border-radius: 16px;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    height: 18px;
    line-height: 18px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 18px;
}
div.loader {
    background: url("../img/ajax-loader.gif") no-repeat scroll 0 0 transparent;
    height: 32px;
    width: 32px;
	display: none;
	z-index: 9999;
}
/*div.close {
    background: url("../img/closebox.png") no-repeat scroll 0 0 transparent;
    bottom: 24px;
    cursor: pointer;
    float: right;
    height: 30px;
    left: 27px;
    position: relative;
    width: 30px;
}*/
#backgroundPopup { 
	z-index:7777;
	position: fixed;
	display:none;
	height:100%;
	width:100%;
	background:#000000;	
	top:0px;  
	left:0px;
}

/*Popup preview*/
#toPopup_preview {
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 3px 3px 3px 3px;
    color: #333333;
    display: none;
	font-size: 14px;
    left: 50%;
    margin-left: -200px;
    position: absolute;
    top: 4%;
    width: 475px;
	height:485px;
    z-index: 9999;
}
div.close_preview {
    background: url("../img/closebox.png") no-repeat scroll 0 0 transparent;
    bottom: 20px;
    cursor: pointer;
    float: right;
    height: 30px;
    left: 18px;
    position: relative;
    width: 30px;
}
span.arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #000000;
    display: block;
    height: 1px;
    left: 40px;
    position: relative;
    top: 3px;
    width: 1px;
}
div#popup_content_preview {
    margin: 4px 7px;
}


/*Popup quantity*/
#toPopup_quantity {
    background: none repeat scroll 0 0 #EBEBEB;
    border: 10px solid #ccc;
    border-radius: 3px 3px 3px 3px;
    color: #333333;
    display: none;
	font-size: 14px;
    left: 57%;
    margin-left: -200px;
    position: absolute;
    top: 30%;
    width: 250px;
	height:250px;
    z-index: 9999;
}
div.close_quantity {
    background: url("../img/closebox.png") no-repeat scroll 0 0 transparent;
    bottom: 24px;
    cursor: pointer;
    float: right;
    height: 30px;
    left: 27px;
    position: relative;
    width: 30px;
}
div#popup_content_quantity {
    margin: 4px 7px;
}
.addCartButtonArea{
	margin-top:15px;
}
#txtQty{
	border: 1px solid #ccc;
    font-weight: bold;
    height: 30px;
    text-align: center;
}
#vpanel_help #container_placeholder{
	height:400px;
}
#container_placeholder p{
	font-weight:normal;
}
#design_final_step{
	 text-align:center;
	 margin-top:30px;
}
#save_loader_info{
	 display:none;
}



