.dashboard_box{
    border:1px dotted #256122;
    padding:10px;
    width: 350px;
    text-align:left;
    margin-bottom:10px;
}
.right-column{
    float:right;
    width:370px;
    text-align:right;
}

#minishopPreviewSocial {
    display:none;
}
.previewTab {
    width:auto;
    padding:1px 3px 1px 3px;
    background-color:#efefef;
    margin-right:1px;
    font-size:10px;
    color:#898989;
    text-decoration:none;
    border-top:1px solid #efefef;
    border-right:1px solid #efefef;
    border-left:1px solid #efefef;
}
.previewTab.on {
    background-color:#ffffff;
    border-top:1px solid #efefef;
    border-right:1px solid #efefef;
    border-left:1px solid #efefef;
    font-size:12px;
}

div.flags   {
    padding-top:8px;
    padding-bottom:7px;
}
.flags img{
    border:none;
    margin-right:3px;
}
div.support   {
    text-align:center;
    float:right;
    padding-bottom:10px;
    width:600px;
}
.support p  {
    color:#ffffff;
    font-size:12px;
    margin:0px;
    padding:0px;
}
.support .telephone p, .support .liveChat a {
    font-size:12px !important;
    color:#ffffff !important;
    font-weight:bold;
    padding:0px 5px 0px 5px;
    text-align:center !important;
}
.support .telephone, .support .liveChat   {
    background-image:url(../images/MiniShop-wizard/supportLeft.gif);
    background-repeat:no-repeat;
    background-position:left top;
    /*width:230px !important;*/
    display:block;
    height:20px;
    margin:5px 0px 0px 10px;
    padding:0px;
    font-size:0px;
    background-color:#12a1dc;
}
.support .telephone div.rightEnd, .support .liveChat div.rightEnd   {
    background-image:url(../images/MiniShop-wizard/supportRight.gif);
    background-repeat:no-repeat;
    background-position:top right;
    height:20px;
    line-height:18px;
    text-align:center;
    width:100%;
    margin:0px;
    padding:0px;
}
.or {
    float:right;
    padding:3px 5px 3px 5px !important;
}
.probsQuestions {
    padding-bottom:5px !important;
}   
.articleView{
    clear:both;
    margin:8px;
    padding:5px;
    border:1px dotted silver
}
.articleTitle{
    font-weight:bold;
    clear:both;
}
.articlePublished{
    float:right;
}
.articleContent{
    
    padding-left:10px;
}
.articleEdit{
    margin-left:-30px;
}
.productSelectorBar {
    width:774px;
    height:33px;
    padding:0px 24px 0px 24px;
    margin:-5px -24px 10px -24px;
    border-bottom:1px solid #cccccc;
}
.productSelector    {
    width:auto;
    background-color:#12a1dc;
    background-image: url(/images/dashboardProductBg.gif);
    background-position:top;
    background-repeat:repeat-x;
    float:left;
    height:33px;
}
.productSelector1    {
    background-image: url(/images/dashboardProductLeft.gif);
    background-position:top left;
    background-repeat: no-repeat;
    width:100%;
    height:100%;
    float:left;
}
.productSelector p    {
    color:#ffffff;
    padding:6px 15px 10px 15px;
    margin:0px !important;
}
.productSelector .select p   {
    padding:3px 10px 0px 7px;
}
.productSelector .select a{
    color:#ffffff;
    text-decoration: none;
}
.productSelector .select p img  {
    margin-bottom:-1px !important;
    padding-right:4px;
    border:none;
}
.productSelector2   {
    background-image: url(/images/dashboardProductRight.gif);
    background-position:top right;
    background-repeat: no-repeat;
    width:100%;
    height:100%;
    float:left;
}
.productSelector .select    {
    float:left;
    width:auto;
    background-image: url(/images/dashboardProductSelectBg.gif);
    background-repeat: repeat-x;
    background-position: top;
    height: 22px;
    overflow:hidden;
    margin:2px 10px 0px 0px;
}
.productSelector .select1    {
    background-image: url(/images/dashboardProductSelectLeft.gif);
    background-position:top left;
    background-repeat: no-repeat;
    width:100%;
    height:100%;
    float:left;
}
.productSelector .select2   {
    background-image: url(/images/dashboardProductSelectRight.gif);
    background-position:top right;
    background-repeat: no-repeat;
    width:100%;
    height:100%;
    float:left;
}
.productSelector .select ul.popup {
    background-color:#ffffff;
    list-style: none;
    border:1px solid #cccccc;
    position:absolute;
    padding:10px;
    margin:5px 0px 0px 0px;
    display:block;
    z-index:100000;
    display:none;
}
.productSelector .select ul a   {
    color:#000000;
}
.productSelector .select li.addNew  {
    background-image:url(/images/dashboardProductSelectAdd.gif);
    background-position:0px 7px;
    font-weight:bold;
}
.productSelector .select li{
    padding-left:12px;
}
.productSelector .select ul ul  {
    padding:0px 0px 0px 10px;
}

.maintabs{
     margin-bottom:5px;
     float:right;
     margin-right:0px;
}
.maintabs ul{
	list-style: none;        
	padding:0;
	margin:0;       
}
.maintabs li {
	display: inline;
	border: solid;
	border-width:0;
	margin: 0 0 0 0;
        background-image:none;
        background-color:#ddd;
        padding:10px;
        margin:0px;        
        border-right:1px solid #ccc;
}
.maintabs li:hover{
    background-color:white;
}
.maintabs li a {
	padding: 0 1em;
        text-decoration:none;
        font-weight:bold;
}
.maintabs #selected{	
	background-color: white;
        margin-bottom:-1px
}
