@CHARSET "ISO-8859-1";
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed);

/* Common Styles shoudl go to fw.css */
body
{
    margin:0;
    padding:0;
    font-family:Arial, Helvetica, sans-serif;
    background:url(images/bodybg.jpg) 0% 0% repeat-x;
    font-size:12px;
    color:#333333;}
.clear{
    clear:both;}
p, h1, h2,h3,h4,h5{
    margin:0;
    padding:0;}
ul {
    margin:0;
    padding:0;}
.outer_wrapper{
}
.header{

    height:86px;
    margin:7px  auto 0 auto;
    background:url(images/header_bg.jpg) 0% 0% repeat-x;
}

.content_wrapper{
    width:945px;
    margin:0 auto;
    padding:0 3px 10px 3px;
    background:url(images/content_areabg.jpg) 0% 0% repeat-y;}
.tabListContainer{

}
.hints{
    width:14px;
    height:14px;
    background-color:#0099CC;
    display:block;}
.savebtn_big{
    width:114px;
    height:38px;
    background: url(images/savebtn_bg.jpg) 0% 0% no-repeat;
    border:0;
    float:right;
cursor: pointer;}
/*----------------------------------------------------------------store creation------------------------------------------------------
.storecreation_container{
}
.process_steps{
    height:46px;
	width:915px;
	padding:25px 0 25px 0;
	margin:0 auto;}
.process_steps ul{
   }
 .process_steps li{
	height:46px;
	display:block;
	float:left;
	}
 .process_steps li a{
 	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	text-decoration:none;
	color:#666666;
	}
a.setup{
	background:url(images/process_step1.jpg) 0% 0% no-repeat;
	display:block;
	width:277px;
	height:45px;
}
a.setup:hover,
.setup_active{
	background:url(images/process_step1.jpg) 0 -46px no-repeat;
	display:block;
	width:277px;
	height:46px;
	color:#7BAC2E;
}
.setup_completed{
	background:url(images/process_step1.jpg) 0 -92px no-repeat;
	display:block;
	width:277px;
	height:46px;
	color:#7BAC2E;
}

a.Products{
	background:url(images/process_step2.jpg) 0% 0% no-repeat;
	display:block;
	width:305px;
	height:46px;
}
a.Products:hover,
.Products_active{
	background:url(images/process_step2.jpg) 0 -46px no-repeat;
	display:block;
	width:305px;
	height:46px;
	color:#7BAC2E;
}
.Products_completed{
	background:url(images/process_step2.jpg) 0 -92px no-repeat;
	display:block;
	width:305px;
	height:46px;
	color:#7BAC2E;
}

a.Openstore{
	background:url(images/process_step3.jpg) 0% 0% no-repeat;
	display:block;
	width:329px;
	height:46px;
}
a.Openstore:hover,
.Openstore_active{
	background:url(images/process_step3.jpg) 0 -46px no-repeat;
	display:block;
	width:329px;
	height:46px;
	color:#7BAC2E;
}
.Openstore_completed{
	background:url(images/process_step3.jpg) 0 -92px no-repeat;
	display:block;
	width:329px;
	height:46px;
	color:#7BAC2E;
}
.process_steps li a span{
	padding:5px 0 0 57px;
	display:block;}
*/
.tab_structure{
    width:880px;
    margin:0 auto;
    position:relative;}
.leftmenu_container{
    width:125px;
    position:absolute;
    left:0;
    top:50px;}
.right_form_container{
    width:700px;
    border:1px solid #DFDFDF;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    padding: 25px 35px;
    float:right;
    min-height:400px;}
/* For tab */
.tablist {
    margin:0;
    padding:0;
    list-style:none;
}
.tablist li {
    display:block;
    width:125px;
    height:105px;
}
.tablist a {
    text-decoration:none;}
.tablist a span{
    font-family:Arial, Helvetica, sans-serif;
    font-size:15px;
    font-weight:normal;
    color:#474747;
    text-decoration:none;
    padding:50px 15px 0 2px;
    text-align:center;
    display:block
}
a.account_tab{
    display:block;
    width:125px;
    height:105px;
    background-color:#EFEFEF;
    background:url(images/account_normal.jpg) 0% 0% no-repeat;
}

a.account_tab_active{
    display:block;
    width:125px;
    height:105px;
    background-color:#EFEFEF;
    background:url(images/account_hvr.jpg) 0% 0% no-repeat;
}
a.payment_tab{
    display:block;
    width:125px;
    height:105px;
    background-color:#EFEFEF;
    background:url(images/payment_normal.jpg) 0% 0% no-repeat;
}

a.payment_tab_active{
    display:block;
    width:125px;
    height:105px;
    background-color:#EFEFEF;
    background:url(images/payment_hvr.jpg) 0% 0% no-repeat;
}
a.shipping_tab{
    display:block;
    width:125px;
    height:105px;
    background-color:#EFEFEF;
    background:url(images/shipping_normal.jpg) 0% 0% no-repeat;
}

a.shipping_tab_active{
    display:block;
    width:125px;
    height:105px;
    background-color:#EFEFEF;
    background:url(images/shipping_hvr.jpg) 0% 0% no-repeat;
}
.row-leftcol{
    width:200px;
    float:left;
    padding:6px 0 10px 0;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 15px;
    font-weight: normal;}
.row-rightcol{
    width:500px;
    float:left;
	
	padding:0 0 10px 0;
}
.row-rightcol input[type="text"]{
    border:1px solid #CBCBCB;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    padding:8px 5px;
    font-size:13px;
    color:#666666;
    font-weight:normal;
    width:300px;
}
#address{
    border:1px solid #CBCBCB;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    padding:8px 5px;
    font-size:13px;
    color:#666666;
    font-weight:normal;
    width:300px;
}
#address2{
    border:1px solid #CBCBCB;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    padding:8px 5px;
    font-size:13px;
    color:#666666;
    font-weight:normal;
    width:300px;
}
.formatrix{
    padding:10px 0 5px 18px;
    clear:both;
}
.add_matrix_item{
    padding:5px 0 5px 15px;
}
.add_matrix_item1{
    padding:10px 0 10px 0;
    border-bottom:1px solid #cfcfcf;
    margin:0 0 10px 15px;
}
.formatrix label{
    padding:0 5px 0 5px!important;
    vertical-align:middle!important;}
.textboxqty{
    width:50px!important;
    padding:5px!important;
    float:left;}
.textboxcost{
    width:100px!important;
    padding:5px!important;}
.row-rightcol label{
    display: block;
    float: left;
    margin-top: 9px;
    padding-right: 20px;
    vertical-align: top;}
.row-rightcol .error_msg{
    font-size:11px;
    color:#D23410;
    min-height:5px;
    padding:2px 0 0 24px;}
.error{
    font-size:11px;
    color:#D23410;
    height:15px;
    padding:2px 0 0 24px;
}
.textarea1{
    border: 1px solid #CBCBCB;
    border-radius: 5px 5px 5px 5px;
    color: #666666;
    font-size: 13px;
    font-weight: normal;
    padding: 8px 5px;
    width: 300px;
    height:150px;}
.store_creation_btncontainer{
    border-top: 1px solid #CBCBCB;
    padding:15px 0 0 0;
    margin-top:15px;}
.openstore_btncontainer{
   
    padding:15px 0 0 0;
    margin-top:15px;
margin-left:200px }
.fb_page_creation_btncontainer{
    padding:15px 0 0 0;
    margin:15px 54px;
}

.btn_next{
    width:114px;
    height:38px;
    background:url(images/store_creationbtns.jpg) 0 0 no-repeat;
    border:0 none;
    float:right;
    cursor:pointer;}
.btn_update{
    width:114px;
    height:38px;
    background:url(images/update.jpg) 0 0 no-repeat;
    border:0 none;
    float:right;
    cursor:pointer;}
.btn_cancel{
    width:114px;
    height:38px;
    background:url(images/store_creationbtns.jpg) 0 100% no-repeat;
    border:0 none;
    float:right;
    margin-right:15px;
    cursor:pointer;}
.btn_next2{
    padding:5px 15px;
    background-color:#9DCE37;
    border:1px solid #97C735;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    color:#ffffff;
    font-weight:bold;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    cursor:pointer;
    float:right;
    display:block;
}
.btn_next2_grey{
    padding:5px 15px;
    background-color:#9DCE37;
    display:block;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    color:#cdcdcd;
    font-weight:bold;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    cursor:pointer;
    float:right;}
#paymentTab{
}
#shippingTab{
}
.selectbox{
    border: 1px solid #CBCBCB;
    border-radius: 5px 5px 5px 5px;
    color: #666666;
    font-size: 13px;
    font-weight: normal;
    padding: 8px 5px;
    width: 311px;
}
.row_rightcol_subdiv{
    padding-left:20px;}
.row_leftcol_small{
    width:150px;
    float:left;}
.row_rightcol_small{
    width:312px;
    float:left;}
.tablist li a {

}

.tablist li a:hover {

}
.tablist li currentTab{



}
.tablist .active a{


}
.tabs
{

}
.tabs active{

}
.tabs .inactive{


}

/* Store Form  */
.row{
    padding:0 0 3px 0;
    width: 100%;
}
.floatL{
    float: left;
    padding: 10px;
}
.floatR{
    float: right;
}
.column200{
    width: 200px;
}
.tabs active{

}
.tabs .inactive{
    display:none;

}
.deletebtn{
    width:65px;
    height:26px;
    background:url(images/delete_small.png) 0 100% no-repeat;
    padding:0;
    margin:0 85px 0 0;
    border:0;
    display:block;
    float:right;
    cursor:pointer;}
.deletebtn span{
    display:none;}
.addnew_link{
    color:#0F83C7;
    font-size:12px;
    text-decoration:none;
    background:url(images/add_icon.gif) 0% 50% no-repeat;
    padding:5px 0 5px 20px;
    text-decoration:underline;
    margin-left:5px;
    cursor: pointer;
}
.flatQuantityOptions{
}

/*--------------------------------------shipping option new structure----------------------------------------*/
.shippingoption_mng_wrapper{
    margin:0;
    padding:0;}
.shippingoption_mng_wrapper li{
    font-size:12px!important;
    padding-bottom:10px;}
.shippngoption_hdr label{
    padding-right:15px;}
.shippingoptions_subdiv1{
    padding:10px 0 10px 0;
    border-top:1px solid #cfcfcf;
    margin:10px 0 0 15px;}
.extrapadding_top{padding-top:5px;}
.extrapadding{
    padding-bottom:15px;}
.salestax_added label{
    display:block;
    float:left;
    padding-top:7px;
    width:160px;}
.with_percentage{
    width:75px!important;
    background:url(images/percentage.jpg) 95% 50% no-repeat;
    padding:5px 25px 5px 5px!important;
    float:left;}
.savebtn{
    background: url(images/savebtn.png) 0% 0% no-repeat;
    border: 0 none;
    display: block;
    float: left;
    height: 26px;
    margin: 0 5px 0 5px;
    width: 65px;
    cursor:pointer;
cursor: pointer;}
.cancelbtn{
    background: url(images/cancelbutton.png) 0% 0% no-repeat;
    border: 0 none;
    display: block;
    float: left;
    height: 26px;
    margin: 0;
    width: 65px;
    cursor:pointer;}
.state_select{
    padding: 5px !important;
    width: 250px !important;
    float:left;
    margin:0 5px 0 0px;
    border: 1px solid #CBCBCB;
    border-radius: 5px 5px 5px 5px;
    color: #666666;
    font-size: 13px;
    font-weight: normal;
}
.addnew_salestax .with_percentage{
    margin:20px 0 0 20px;
}
.addnew_salestax .savebtn{
    margin:20px 0 0 7px;}
.addnew_salestax .cancelbtn{
    margin:20px 0 0 7px;}
.salestax_added{
    padding:0 0 12px 0;}
.addnew_salestax{
    padding:20px 0;
    z-index: 1000;
    position: absolute;
    background-color: #FFF;
    width: 303px;
    border: 1px solid #cfcfcf;
    left:20px;
    top:-179px;
    -moz-box-shadow: 3px 3px 5px 1px #CCCCCC;
    -webkit-box-shadow:3px 3px 5px 1px #CCCCCC;
    box-shadow:         3px 3px 5px 1px #CCCCCC;
}
.salestax_added .deletebtn{
    float:left;
    margin-left:5px;
    cursor:pointer;
    margin-right:0;}
.uploadedbanner{
    padding-left:25px;}
.forposition{
    position:relative;}
.logo{
    width:198px;
    height:56px;
    padding:15px 0;
    float:left;
}
.logo a{
    width:198px;
    height:56px;
    display:block;}
a img{
    border:0 none;}
.footer{
    background-color:#3E434F;
    border-top:5px solid #262931;
    padding:15px 0;
    text-align:center;}
.footer p{
    color:#9DA2AD;}
.required{
    color: #DB3D0D;
    font-family: 'Trebuchet MS';
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    padding:0 0 0 5px!important;}
.notification-top p{
    text-align:right;
    color:#B5B5B5;
    font-size:11px;}
/*-----------------------------style for Home--------------------------------------------*/

.outer_container_home{
}
.outer_container_home .header{
    background: url(images/header_bg2.jpg) 0% 0% repeat-x;}
.home_contentarea{
    position:relative;
    padding:0 0 0 0;}
.home_banner{
    background: url(images/home_banner.png) 0% 0% no-repeat;
    width:950px;
    height:416px;
    margin:0 auto;
    position:relative;}
.openstore_btn{
    background: url(images/openstorebtn_home.png) 0% 0% no-repeat;
    width:412px;
    height:58px;
    display:block;
    position:absolute;
    bottom:73px;
    left:88px;
}
.openstore_btn span{
    display:none;}

.hdr_icon{
    position:absolute;
    width:91px;
    height:91px;
    top:0;
    left:102px;
}
.homefbstore .hdr_icon{
    background: url(images/fbstore_icon.png) 0% 0% no-repeat;}
.homesocailselling .hdr_icon{
    background: url(images/socialselling_icon.png) 0% 0% no-repeat;}
.homesetup .hdr_icon{
    background: url(images/setup_icon.png) 0% 0% no-repeat;}
.homesocailselling{
    width:296px;
    float:left;
    margin-right:31px;
    position:relative;
    padding-top:45px;}
.homesetup{
    width:296px;
    float:left;
    position:relative;
    padding-top:45px;}
.content_box{
    width:244px;
    background: url(images/content_box_bg.jpg) 0% 100% no-repeat;
    border:1px solid #E2E2E2;
    background-color:#FFFFFF;
    padding:65px 25px 25px 25px;
    border-radius:10px;}
.contentbox_hdr{
    border-bottom:1px solid #9FD24C;
    padding:0 0 10px 0;
    margin:0 0 15px 0;
}
.contentbox_hdr h1{
    font-family:Arial, Helvetica, sans-serif;
    font-size:16px;
    color:#2C789C;
    font-weight:normal;
    text-transform:uppercase;}
.contentbox_hdr h1 span{
    color:#9FD24C;
    font-size:22px;}
.content_box p{
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#7A7A7A;
    line-height:22px;
    font-weight:normal;}
.jqCategoryAjaxImage{

}
.hint_msg{
    font-size:11px;
    color:#9C9C9C;
    height:15px;
    padding:2px 0 0 24px;
}
.newwidth{
    width:43px;
    float:left;
    text-align:left;
    display:block;
    margin-top:7px;
}
.flatOptions{
}
.withcursor{
    cursor:pointer;
}
.row-rightcol input[type="checkbox"]{
    margin-top:5px;}
.reload{
    color:#0F83C7;
    font-size:12px;


    padding:5px 0 5px 0;
    text-decoration:underline;
    margin-left:5px;
}
/*------------------------------------------------homepage New Design------------------------------------------------------------*/
.home_hdr_wrapper{
    width:950px;
    margin:0 auto;}
.home_header_right{
    width:682px;
    float:right;
    height:85px;
}
.home_header_right_sharelinks{
    width:682px;
    float:right;
    height:25px;
    padding-top:10px;
}
.home_share_icons{
    float:right;}
.home_share_icons a{
    width:24px;
    height:24px;
    display:block;
    float:left;}
.home_share_icons a span{
    display:none;}
.home_share_icons .fb{
    margin-right:7px;
    background:url(images/marketplace_shareicons.png) 0 0 no-repeat;}
.home_share_icons .twitt{
    margin-right:7px;
    background:url(images/marketplace_shareicons.png) -25px 0 no-repeat;}
.home_share_icons .pin{
    background:url(images/marketplace_shareicons.png) -50px 0 no-repeat;}
.home_share_icons .fb:hover{
    margin-right:7px;
    background:url(images/marketplace_shareicons_act.png) 0 0 no-repeat;}
.home_share_icons .twitt:hover{
    margin-right:7px;
    background:url(images/marketplace_shareicons_act.png) -25px 0 no-repeat;}
.home_share_icons .pin:hover{
    background:url(images/marketplace_shareicons_act.png) -50px 0 no-repeat;}
.home_header_right_navigation{
    width:700px;
    float:right;
    height:50px;
}
.home_navigation{
    float:right;
    padding:5px;}
.home_navigation li{ display: block;
                     float: left;
                     list-style: none outside none;
                     margin-right: 5px;
                     background:url(images/seprator.png) 100% 50% no-repeat;
}
.home_navigation li:last-child{
    background-image:none;
    margin-right:0;}

.home_navigation li:last-child a{
    padding-right:0;}
.home_navigation li a{
    padding:0 12px;
    font-family:"Open Sans Condensed";
    display:block;
    text-decoration:none;
    color:#242424;
    font-size:17px;
    height:39px;
    text-transform:uppercase;
    line-height:39px;
    font-weight:normal;
    text-shadow:0 1px #ffffff;
    -moz-text-shadow:0 1px #ffffff;
    -webkit-text-shadow:0 1px #ffffff;}
.home_navigation li a:hover
{
    color:#75BB02!important;
}
.home_navigation_active a{
    color:#75BB02!important;}
.home_bannerwrapper{
    background-color:#006699;
    background: url(images/bannerbg.gif) 0% 0% repeat-x;
    height:416px;}
.home_content{
}
.homefbstore_wrapper{
    background-color:#F5FCFE;
    /*background: url(images/home_storebg.jpg) 0% 0% repeat-x;*/
    height:372px;
}
.homefbstore{
    position:relative;
    width:950px;
    height:372px;
    background: url(images/homstorebg.jpg) 0% 100% no-repeat;
    margin:0 auto;}
.homemarketplace_wrapper{
    background-color:#A4F6D2;
    height:372px;}
.homemarketplace{
    position:relative;
    width:950px;
    height:372px;
    background: url(images/home_mktplacebg.jpg) 0% 100% no-repeat;
    margin:0 auto;
}
.homenetworkers_wrapper{
    background-color:#EFFFE8;
    height:372px;}
.homenetworkers{
    position:relative;
    width:950px;
    height:372px;
    background: url(images/home_networkersbg.jpg) 0% 100% no-repeat;
    margin:0 auto;}
.right{
    float:right;}
.left{
    float:left;}
.home_block_content{
    width:507px;
    padding:30px 0;}
.home_block_content h3{
    font-family:"open Sans Condensed", arial;
    font-size:41px;
    color:#435029;
    text-shadow:0 1px #ffffff;
    -moz-text-shadow:0 1px #ffffff;
    -webkit-text-shadow:0 1px #ffffff;
    font-weight:normal;
    padding:0 0 25px 0;
}
.home_block_content p{
    font-family:"open Sans", arial;
    font-size:14px;
    color:#435029;
    font-weight:normal;
    padding:0 0 25px 0;
    line-height:27px;
}
.home_block_content .btn1{
    width:159px;
    height:34px;
    display:block;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:17px;
    color:#ffffff;
    text-shadow:0 1px #E65B0D;
    -moz-text-shadow:0 1px #E65B0D;
    -webkit-text-shadow:0 1px #E65B0D;
    background: url(images/btn1_bg.png) 0% 0% no-repeat;
    text-decoration:none;
    text-align:center;
    line-height:30px;
    cursor:pointer;}
.home_block_content .btn2{
    width:235px;
    height:34px;
    display:block;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:17px;
    color:#ffffff;
    text-shadow:0 1px #E65B0D;
    -moz-text-shadow:0 1px #E65B0D;
    -webkit-text-shadow:0 1px #E65B0D;
    background: url(images/btn2_bg.png) 0% 0% no-repeat;
    text-decoration:none;
    text-align:center;
    line-height:30px;
    cursor:pointer;}
.inner_content{
    width:950px;
    margin:0 auto;
    padding-top:10px;}
.ftr_links{
    width:950px;
    margin:0 auto;
    border-bottom:1px solid #2A2C30;
    padding: 0 0 10px 0;}
.col_1{
    width:200px;
    text-align:left;
    float:left;
}
.col_1 h3,
.col_2 h3{
    font-family:"open Sans Condensed", arial;
    font-size:23px;
    color:#BFBDBD;
    text-shadow:0 1px #000000;
    -moz-text-shadow:0 1px #000000;
    -webkit-text-shadow:0 1px #000000;
    font-weight:normal;
    padding:0 0 15px 0;}
.col_1 a{
    font-family:Arial;
    font-size:13px;
    color:#BFBDBD;
    text-shadow:0 1px #000000;
    -moz-text-shadow:0 1px #000000;
    -webkit-text-shadow:0 1px #000000;
    font-weight:normal;
    padding:0 0 10px 0;
    display:block;
    clear:both;
    text-decoration:none;}
.col_1 a:hover{
    color:#ffffff;}
.col_2{
    text-align:left;
    float:left;
}
.nwsletter{
    width:500px;
    background-color:#81858C;
    padding:10px 15px;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:1px solid #3F4043;}
.nwsletter input[type="text"]{
    width:390px;
    background-color:#81858C;
    font-size:19px;
    border:0;
    color:#1a1a1a;
    font-family:"open Sans Condensed", arial;
}
.nwsletter input[type="button"]{
    width:95px;
    background-color:#81858C;
    font-size:19px;
    border:0 none;
    color:#1a1a1a;
    font-family:"open Sans Condensed", arial;
    text-shadow:0 1px #999EA5;
    -moz-text-shadow:0 1px #999EA5;
    -webkit-text-shadow:0 1px #999EA5;
    cursor:pointer;
    border-left:1px solid #5A5C5F;
    margin:0;}
.copyright{
    border-top:1px solid #5F636D;
    width:950px;
    margin:0 auto;
    text-align:left;
    padding:10px 0;}
.copyright p{
    font-size:14px;
    color:#B2B5BD;
    font-family:"open Sans Condensed", arial;
    text-shadow:0 1px #000000;
    -moz-text-shadow:0 1px #000000;
    -webkit-text-shadow:0 1px #000000;}
/*-------------------------------datepicker---------------------------*/
.ui-widget-header {
    border-bottom: 1px solid #ccc;
    color: #FFFFFF;
    font-weight: bold;
}
.ui-state-hover,
.ui-widget-content
.ui-state-hover,
.ui-widget-header
.ui-state-hover,
.ui-state-focus,
.ui-widget-content
.ui-state-focus,
.ui-widget-header
.ui-state-focus { border: 0; background: url(images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x; }

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background: #ACE153 ;
    border: 1px solid #87B932;
    color: #FFFFFF;
}
.cropimage_popup{
	background-color: #FAFAFA;
    border: 1px solid #ECECEC;
	padding:19px;
	position:absolute;
	top:375px;
	left:151px;
	margin:0 5px;
	width:658px;
 border: 1px solid #cfcfcf;
	 -moz-box-shadow: 3px 3px 5px 1px #CCCCCC;
          -webkit-box-shadow:3px 3px 5px 1px #CCCCCC;
          box-shadow:3px 3px 5px 1px #CCCCCC;}
/*----------------------------key features--------------------------------------*/
.keyfeaturedesc{
	}
.keyfeaturedesc h2{
	color:#658925!important;
	padding-bottom:3px;}
.featuresList{
	padding-bottom:10px;}
.featuresList li{
	padding:3px 0 3px 15px;;
	  color: #666666;
    font-family: "open Sans",arial;
	font-size:13px;
	background:url(images/arrow.gif) 0% 50% no-repeat;
	}

        .orngebtn{
	background: url(images/btn_bgornge.jpg) 0% 100% repeat-x;
	border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	 text-shadow: 0 -1px 0 #DD8818;
	    border: 2px solid #D3D3D3;
		font-size:13px;
		font-weight:bold;
		padding:5px 8px;
		color:#ffffff;
        cursor: pointer;}
.staticheader{
    font-family: "open Sans Condensed",arial;
    font-size: 19px;
    font-weight: normal;
    line-height: 31px;
    color: #658925 !important;
    padding-bottom: 3px;
}
.select_link{ color:#0F83C7; font-size:12px; text-decoration:none; background:url(images/select_icon.gif) 0% 50% no-repeat; padding:5px 0 5px 20px; text-decoration:underline; margin-left:5px; cursor:pointer;}
.bannerselection_popup{ background-color: #FAFAFA;
    border: 1px solid #ECECEC;
	padding:15px 19px 19px 19px;
	position:absolute;
	top:35px;
	right:-30px;
	margin:0 5px;
	width:523px;
        height:574px;
        overflow: auto;
        z-index:105;
	border: 1px solid #cfcfcf;	 -moz-box-shadow: 3px 3px 5px 1px #CCCCCC; -webkit-box-shadow:3px 3px 5px 1px #CCCCCC;   box-shadow:3px 3px 5px 1px #CCCCCC;}
 .samplebannertemplates{position:relative;	}
.samplebannertemplates h2{font-family: Arial,Helvetica,sans-serif; color:#333333; font-size: 15px; font-weight: normal; padding-bottom:10px;}
.bannerdisplay{display:block; margin-top:5px; border:1px solid #cfcfcf;padding:5px 5px 5px 0; background-color: #f2f2f2;}
.banner_close{width:17px; height:16px; background:url(images/close_3.gif) 0% 0% no-repeat; position:absolute; top:0; right:0;}
.banner_close span{display:none;}
.signinlink{ 

/* background: url("images/th_bg.jpg") repeat-x scroll 0 0 transparent;
    border: 1px solid #DFDDDD;
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;*/
    color: #508D04;
    cursor: pointer;
    display: block;
    float: right;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin-right:10px;
    padding: 2px 15px;
    text-decoration: none;
    text-shadow: 0 1px #FFFFFF;

}
.signinlink a{font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#508D04; text-decoration:none;
}
.signinlink a:hover{text-decoration:underline;
}
.flatrate_options_wrapper{ padding: 7px 0 5px 0; margin:7px 0 0 15px; border-top:1px solid #cfcfcf; border-bottom:1px solid #cfcfcf;}
.flatrate_options_wrapper table{margin:7px 0 7px 7px; width:477px;}
.flatrate_options_wrapper input[type="text"]{ width:75px;}
.flatrate_options_wrapper table td{ padding:8px 0; border-top:1px solid #EAEAE3;}
.flatrate_options_wrapper table th{ padding:5px 0;}
.flatrate_options_wrapper .selectbox{width:230px; padding:6px 5px;}
.flatrate_options_wrapper p{
	padding:10px; 0;}
.textboxstyle11{width:75px!important; margin:0 5px!important;}

.cropselection_popup{ background-color: #FAFAFA;
    border: 1px solid #ECECEC;
	padding:35px ;
	position:absolute;
	top:-40px;
	right:-70px;
	margin:0 5px;
	
	border: 1px solid #cfcfcf;	 -moz-box-shadow: 3px 3px 5px 1px #CCCCCC; -webkit-box-shadow:3px 3px 5px 1px #CCCCCC;   box-shadow:3px 3px 5px 1px #CCCCCC;}
.alertmsgpopup{ border:1px solid #9FCF97;
                padding:25px 25px 25px 75px;
                border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px;
                box-shadow: 3px 3px 5px 1px #aaaaaa;
                -webkit-box-shadow: 3px 3px 5px 1px #aaaaaa; -moz-box-shadow: 3px 3px 5px 1px #aaaaaa;
                background:url(images/success_icon.jpg) #DDFDD8 18px 18px no-repeat;
                font-family:Verdana, Arial, Helvetica, sans-serif; color:#78A072; font-size:13px; line-height:18px;
                position: absolute;
                left:50%;
                top:50%;

width:320px;
margin-left:-158px;}
.marginright{
    margin:0px;
}
.usercreditslink{
    cursor: pointer;
}
.edit_link{ color:#0F83C7;    font-size:12px;    text-decoration:none;    background:url(images/edit_icon.png) 0% 50% no-repeat;    padding:5px 0 5px 20px;    text-decoration:underline;   margin-left:5px;}
.notificationdivstyle1{
	margin:10px 0;
	border:1px solid #C2CEE5;
	padding:15px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	color:#3B5998;
        background-color: #EDEFF4;
	/*background: url(images/notification_icon.jpg) 2% 50% #EDEFF4 no-repeat;*/
	}
        .tinygrey{
        color: #B5B5B5;
    font-size: 12px;
}
.imgcrop_btncontainer{
    border-bottom: 1px solid #CBCBCB;
    padding:0 0 10px 0;
    margin-bottom:15px;}
.keyfeaturedesc{
	}
.keyfeaturedesc_leftcol{
	width:424px;
	padding: 0 24px 0 0;
	border-right:1px dotted #cfcfcf;
	float:left;
}
.keyfeaturedesc_rightcol{
	width:424px;
	padding: 0 0 0 24px;
	float:left;}
.abt_becomeourfriend_wrapper{border:1px solid #cfcfcf;
	border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px;}
.abt_becomeourfriend{
   background-color: #E6E6E6;
    border: 1px solid #F8F8F8;
	border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px;
padding:10px;}
.abt_becomeourfriend h2{float:left;}
.abt_becomeourfriend .home_share_icons{padding:4px 0 0 15px; float:left;}
.banner_uploadoptions_sprtr{ text-align:left; padding:10px 0 10px 120px; font:14px Arial, Helvetica; color:#888888;}
.text-style13{ /*background: url("images/select_icon.gif") no-repeat scroll 0 50% transparent; */  color: #0F83C7;    font-size: 12px;    margin-left: 5px;
    padding: 0 0 8px 20px; 
   }
   .errordiv{
	margin:45px 0;
	border:1px solid #EFB8B8;
	padding:15px 10px 15px 55px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	color:#B74848;
	background: url(images/error_icon.jpg) 2% 50% #FCD8D8 no-repeat;}
 .flatrate_close{ width:20px; height: 20px; background: url(images/minus.png)0% 0%  no-repeat; padding:0; border:0 none; margin:0 0 0 5px;}
 .flatrate_options_wrapper .add_store_btn{ padding:5px; float:left;}

 .prmote_share{
	width:72px;
	height:28px;
	background:url(images/fshare.png) 0% 0% no-repeat;
	cursor:pointer;}
	.row_outer{
	border:1px solid #ccc; margin-bottom:10px; padding:10px;
    border: 1px solid #E3E3E3;
    border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	}

        .prmote_share_normal{
	width:53px;
	height:20px;
	background:url(images/f_share_normal.jpg) 45% 0% no-repeat;
	cursor:pointer;}
	.row_outer{
	border:1px solid #ccc; margin-bottom:10px; padding:10px;
    border: 1px solid #E3E3E3;
    border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	}
	 

#addNew .row-rightcol input[type="text"], select, textarea{
	float:left; border:1px solid #cbcbcb;
	
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
}
.lock_img{	
	float:left;
	width:20px;	height:20px;
	background:url(../images/lock_img.png) no-repeat 0px 0px ; margin:10px 0 0 10px; cursor:default;
}


body {
    background-image: url("../img/bg_b.gif");
    background-repeat: repeat-x;
    font-family: Arial;
    margin: 0 0; padding:0;
}
/******************** Added by Vidhya for marketplace category in store creation **************/
.selectbox_mpcategory {
    border: 1px solid #cbcbcb;
    border-radius: 5px;
    color: #666666;
    font-size: 13px;
    font-weight: normal;
    padding: 8px 5px;
    width: 312px;
}
/******************** Added by Vidhya for marketplace category in store creation **************/
.jqUpdateStorePickupLabelDiv{
    
}
.storepickup_popup_container {
background-color: #FFFFFF;
padding: 19px;
position: absolute;
top: -57px;
left: 222px;
border: 1px solid #cfcfcf;
-moz-box-shadow: 3px 3px 5px 1px #CCCCCC;
-webkit-box-shadow: 3px 3px 5px 1px #CCCCCC;
box-shadow: 3px 3px 5px 1px #CCCCCC;
}

.error_msg {
    color: #d23410;
    font-size: 11px;
    min-height: 5px;
    padding: 2px 0 0 24px;
}

/*  NEW  */
.storepickup_popup_outer{
	left:0; top:0;
	}
	.storepickup_popup_outer #jqStorePickupLabel{
	float:left; width:285px; padding:5px;
	}
	.storepickup_popup_outer .formatrix{
	padding:0px;
	}
	#jqStorePickInfo{
	width:299px; padding:5px;
}
.ravoxhelps_pic_container{
	background:none;
}
.ravoxhelps_pic_inner{
	float:left;
	width:auto;  padding:0 0 0 0;
	border-right:1px solid #e3e3e3;
	}
	.ravoxhelps_pic_inner_1{
	float:left;
	width:251px; min-height:150px; padding:215px 36px 0 0;	
	background:url(images/ravoxhelps_pic_inner_1.jpg) no-repeat 0px 0px ;
	}
	.ravoxhelps_pic_inner_2{
	float:left;
	width:251px; min-height:150px; padding:215px 36px 0 0; margin-left:36px;	
	background:url(images/ravoxhelps_pic_inner_2.jpg) no-repeat 0px 0px ;
	}
	.ravoxhelps_pic_inner_3{
	float:left;
	width:251px; min-height:150px; padding:215px 0 0 0; margin-left:36px;	
	background:url(images/ravoxhelps_pic_inner_3.jpg) no-repeat 0px 0px ;
}

/*-----------------Mobile App builder -----------*/

.mob_bannerwrapper .home_banner{
    background: url(images/home_banner_mob.png) 0% 0% no-repeat;
    width:950px;
    height:416px;
    margin:150px auto 0 auto;
    position:relative;
}   
.mob_bannerwrapper{
    background-color:#006699;
    background: url(images/ravox_banner.jpg) 50% 0% repeat-x;
    height:681px;
    border-top: 2px solid #95be39;
}  
.left{
    float: left;
}
.right{
    float: right;
}
.mob_bannerwrapper h3{
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
    font-size: 40px;
    color: #FFF;
    max-width: 556px;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.9);
    float: left; margin:70px 0 0 0;
}
.mob_bannerwrapper h4{
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
    font-size: 19px;
    color: #000;
    max-width: 500px;
    padding: 54px 65px 25px 45px;
}
.mob_bannerwrapper h4 span{
    font-size: 25px;
    color: #f22727;
} 
.mob_bannerwrapper a{
    background: #ff4800;
    color: #FFF;
    padding:16px 40px;
    font-size: 22px;
    text-decoration: none;
    margin-top: 5px;
    margin-left: 40px;
    border-radius: 5px;
    font-family: 'Roboto Condensed', sans-serif;
    float: left;
} 
.stepsrow_content a{
    background: #ff4800;
    color: #FFF;
    padding:16px 40px;
    font-size: 22px;
    text-decoration: none;
    margin-top: 5px;
    margin-left: 40px;
    border-radius: 5px;
    font-family: 'Roboto Condensed', sans-serif;
} 
.mob_bannerwrapper a:hover, .stepsrow_content a:hover{
    background: #f40e09;
}
.stepsrow{
    background: #FFF;
    padding:40px 0;
    width: 100%;
}
.stepsrow_content{
    width: 950px;
    margin:0 auto;
}
.stepsrow_content h3{
    font-family: 'Roboto Condensed', sans-serif;
    color: #4b4b4b;
    font-size: 30px;
    font-weight: 300;
    text-align: center;
} 
.stepsrow_content h3 span{
    color: #92bd34;
}   
.steps_blk_outer{
    width: 100%;
    display: table;
    padding: 35px 0;
}
.steps_blks{
    width: 100%;
    display: table-cell;
    text-align: center;
}
.display_table{
    display: table;
}
.display_tablecell{
    display: table-cell;
}
.aligncenter{
    text-align: center;
}
.width_100per{
    width: 100%!important;
}
.width_50per{
    width: 50%!important;
}
.width_30per{
    width: 30%!important;
}
.width_5per{
    width: 5%!important;
}
.vert_align_top{
    vertical-align: top;
}
.vert_align_mid{
    vertical-align: middle;
}
.vert_align_bot{
    vertical-align: bottom;
}
.steps_blks h4{
    text-align: center;
    margin-top: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #4b4b4b;
    font-size: 26px;
    font-weight: 300;
}
.steps_blks h4 a{
	font-family: 'Roboto Condensed', sans-serif;
	color: #4b4b4b;
	font-size: 26px;

	text-decoration:none; background:none; padding:0; margin:0;
	}
	.steps_blks h4 a:hover{
	background:none;
	color:#000; text-decoration:underline;
}
.featuressrow{
    background: #eeeeee;
    padding:40px 0 0 0;
    width: 100%;
}
.featurescontent{
    width: 950px;
    margin:0 auto;
}
.featurescontent h3{
    font-family: 'Roboto Condensed', sans-serif;
    color: #4b4b4b;
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 30px;
} 
.features_blk ul li{
    list-style: none;
    font-family: 'Roboto Condensed', sans-serif;
    color: #4b4b4b;
    font-size: 19px;
    padding:10px 0 10px 55px;
    line-height: 28px;
}
.features_blk ul li.feature1{
    background: url(images/feature_icon1.png) 0% 50% no-repeat;
}    
.features_blk ul li.feature2{
    background: url(images/feature_icon2.png) 0% 50% no-repeat;
}    
.features_blk ul li.feature3{
    background: url(images/feature_icon3.png) 0% 50% no-repeat;
}    
.upload_btn_mobbuilder{
background: url("images/btn_bggreen.jpg") 0% 0% repeat-x;
    border: 2px solid #D3D3D3;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    padding: 5px 8px;
    width:85px;
    margin:0;
    text-align:center;
    text-shadow: 0 -1px 0 #6A961F;
}
.ajax-file-upload:hover{background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#82bbf0),color-stop(100%,#3072b3));background:-moz-linear-gradient(center top,#82bbf0 0,#3072b3 100%)}
.text-style-black{color: #000;    font-size: 12px;    margin-left: 5px;
    padding: 0 0 8px 20px; 
   }
.dashboard_contentsection .row{
    margin: 15px 0;
}   
.dashboard_contentsection .dashboard_subheading{
    margin-bottom: 45px;
}
.dashboard_contentsection .store_creation_btncontainer{
    background: #f6f6f6;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 0!important;
}
.dashboard_contentsection .store_creation_btncontainer .btn_next,.dashboard_contentsection .store_creation_btncontainer .btn_cancel{
    float: left!important;
}
.mobileapp_cont_L{
	float:left;
	width:430px;
}