/*
	General styles
*/
html,body {
	height: 100%;
	margin: 0;
	padding: 0;	
    background: #f4f7f9;    
}

html { overflow-y: scroll; }

body,div,th,td,p,input,select,textarea,tt {
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-serif;
	color: #000;
	font-size: 12px;
}

select { padding: 3px; border: 1px solid #a3a5ac; outline-color: #5ea2db; margin: 2px}
input { padding: 4px; border: 1px solid #a3a5ac; outline-color: #5ea2db; margin: 2px}
input[type=file] { border: 0; padding: 2px;}
textarea { padding: 4px; border: 1px solid #a3a5ac; outline-color: #5ea2db; margin: 2px}
input[type=checkbox], input[type=radio] { border: none; }

a {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #474747;
	text-decoration: none;
}
a:active  {
	color: #000;
	text-decoration: none;
}
h1 {
	font-size: 15px;
}
h1.page-title {
	font-size: 22px;
    color: #0c4786;
    font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif";
    margin: 25px 0; 
}
h2 {
	font-size: 13px;
}
h3 {
	font-size: 12px;
}
hr {
    overflow: hidden;
    height: 1px;
    border: 0;
    border-bottom: 1px solid #e0e0e0;
}
form {
	margin: 0px;
}
table,img {
	border: 0;
}

.float-left {float: left;}
.float-right {float: right;}
.align-center {text-align: center;}

.green {color: #393;}
.red {color: #e60808;}
.blue {color: #03c;}

/*
	Content enviroment styles
*/
table.Container {
	height: 100%;
}
td.Container {
	vertical-align: top;
}
.content-container {
    width: 940px;
    background: #fff;
    position: relative;
    padding: 25px;
    margin: 35px auto 20px auto;
    border: 1px solid #e5e5e5; 
    
    -webkit-box-shadow: 2px 4px 9px #ddd; 
    -moz-box-shadow: 2px 4px 9px #ddd; 
    box-shadow: 2px 4px 9px #ddd; 
      
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;        

}
/*
    Login form
*/
.login-content-container {
    position: relative;
    width: 425px;      
    margin-top: 130px; 
}
.login-content-container .login-logo {
    position: absolute;
    top: -28px;
    right: 95px;    
}
.login-content-container .login-field {
    padding: 0 30px 0 0;
    font-size: 12px;
    margin-bottom: 5px;    
    font-family: Tahoma, Arial, sans-serif;      
}
.login-content-container .input-text {
    font-size: 16px;
    font-family: Tahoma, Arial, sans-serif;    
    width: 290px;
    border: 1px solid #ccc;
    padding: 5px;
    margin-bottom: 5px;
    background: #f7f7f7;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;       
}
.login-content-container .login-button {
    font-size: 15px;   
}
h1.page-title-auth {
	font-size: 16px;
    color: #808080;
    margin: 7px 0 25px 0; 
}

.top-buttons {position: absolute; right: 25px; top: 30px;}

a.add-button {
    z-index: 50;     
    font-family: Tahoma, Arial, sans-serif;
    font-size: 12px;   
    margin: 0 0 0 15px;         
    padding: 10px 12px;      
    background: #6baf22;
    text-decoration: none;
    color: #fff;        
    text-shadow: 1px 1px #558c1a;           
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;       
}

a:hover.add-button{
    background-color: #63a220;
}

.big-button-home a {        
    float: left;
    margin: 0 15px 20px 0;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 12px;    
    padding: 10px 12px;        
    background: #6baf22;
    text-decoration: none;
    color: #fff;        
    text-shadow: 1px 1px #558c1a;           
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;       
}

.big-button-home a:hover {
    background-color: #63a220;
}

.big-button-home img {
    float: left;  
    margin-right: 8px;  
}

.total-paid { font-size: 16px;}

/* remove the list style */
.menu {
    margin: 0; 
    padding: 0;
    list-style: none;
    font-size: 14px;    
}   
     
    /* make the LI display inline */
    /* it's position relative so that position absolute */
    /* can be used in submenu */
    .menu li {
        position: relative;
        float: left; 
        display: block;             
        margin: 0;
        border-left: 1px solid #cfcfcf;
        border-right: 1px solid #fbfbfb;   
        padding: 0 10px;    
    }
    
    .menu li:hover {
        background-color: #e8e8e8;
    }
    
    
        /* submenu, it's hidden by default */
        .menu ul {
            position:absolute; 
            left: 0; 
            display: none; 
            margin: 0 0 0 -1px; 
            padding:0; 
            list-style:none;
            background: #fff;
            border: 1px solid #d3d3d3;
            box-shadow: 0 5px 10px rgba(0,0,0,0.15);
            -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.15);         
        }
         
        .menu ul li {
            float:left; 
            width: 200px;            
            font-size: 11px;
            padding: 0;
            margin: 0;
            border: 0;     
                      
        }

        .menu ul li a:hover {
            background-color: #d2e2f2;
            text-decoration: none;            
            }
         
        /* display block will make the link fill the whole area of LI */
        .menu ul a {
            display:block;  
            height:15px;
            padding: 8px 10px; 
            font-family: Tahoma, Arial, sans-serif;
            font-size: 12px;
            color:#000;
            text-decoration:none;
        }
    
li.menu-last {
    border-right: none; 
}   
        
li.menu-cat-home {
   border-left: none;    
   padding: 13px 20px 12px 20px;  
}
    
li.menu-cat-home a {
    display:block;        
}   
    
.menu-cat {
    font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif";    
    display:block;
    line-height: 41px;
    cursor: default;
    text-shadow: 1px 1px #fff;    
}   

a.menu-cat {
    color: #000;
    text-decoration: none;  
}       

/*
	Header styles
*/
.head {
	background-color: #1f5fa3;
    background-image: url(images/headbg.png);
    background-repeat: repeat-x;    
	color: #000;	
	text-align: left;
    z-index: 70;
    position: relative;
    /*margin-bottom: 35px;*/    
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0px 20px rgba(0,0,0,0.3);    
}

.logo {padding: 19px 0px 19px 13px }

.AuthText {
	color: #fff;
    font-size: 11px;
}
.HeadRightBox {
	background-color: #fff;
	color: #fff;
	vertical-align: top;
	text-align: right;
}
.HeadText {
	background-color: #fff;
	font-size: 12px;
	font-weight: bold;
}
.HeadLine {
	background-color: #ebebeb;
    background-image: url(images/menubg.png);
    border-top: 1px solid #0a4482;     
    border-bottom: 1px solid #c4c4c4;

}
.HeadLine input {
	color: #888;
}
.HeadThinLine {
	background-color: #dcdcdc;
	height: 1px;
}
.PrintableRow {
	WIDTH: 100%;
	vertical-align: middle;
	padding-RIGHT: 176px;
	height: 18px;
}
.HeadTopPad {
	height: 18px;
}
.HeadTopPad IMG {
	WIDTH: 1px;
	height: 18px;
}

.loading {position:fixed; top:0; padding: 3px 10px; background-color: #fff1a8; margin-left: 45%; color: #666; font-weight:bold;z-index:99;display: none}



/* remove the list style */
.sticky-footer {
    position:fixed; bottom:0; right:0;
    margin: 0; 
    padding: 0;
    list-style: none;
	background: #ebebeb url(images/menubg.png);    
    
    -webkit-box-shadow: -2px -2px 9px #ddd; 
    -moz-box-shadow: -2px -2px 9px #ddd; 
    box-shadow: -2px -2px 9px #ddd;  
    
    -moz-border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
    border-radius: 5px 0 0 0;    
    
}   
     
.sticky-footer select {
    width: 110px;
    font-size: 11px;  
    }
    .sticky-footer li {
        position: relative;
        font-size: 11px;        
        float: left; 
        display: block;     
        z-index: 99; 
        margin: 0; 
        padding: 7px 10px 4px;          
        border-left: 1px solid #cfcfcf;
        border-right: 1px solid #fbfbfb;  
        height: 28px;
        line-height: 28px;             
    }
    
li.sticky-menu-first {
    border-left: none;
    cursor: default; 
}      
    
    .sticky-footer li:hover {
        background-color: #e8e8e8;
    }    
    
    .sticky-footer li a{
        text-decoration: none;
        color: #000;
        line-height: 27px;
        display:block;
    }

        .sticky-footer ul {
            position:absolute; 
            left: 0; 
            bottom: 39px;
            display: none; 
            margin: 0 0 0 -1px; 
            padding:0; 
            list-style:none;
            background: #fff;
            border: 1px solid #d3d3d3;
            -webkit-box-shadow: -2px 0 9px #ddd; 
            box-shadow: -2px 0 9px #ddd; 
            -moz-box-shadow: -2px 0 9px #ddd;             
        }
         
        .sticky-footer ul li {
            float:left; 
            width: 100px;            
            font-size: 11px;
            padding: 0;
            margin: 0;
            border: 0;        
            height: auto;               
        }
        
        .sticky-footer ul li:hover {background: none;}

        .sticky-footer ul li a:hover {
            background-color: #d2e2f2;
            text-decoration: none;            
            }
         
        /* display block will make the link fill the whole area of LI */
        .sticky-footer ul a {
            display:block;  
            padding: 0 6px; 
            color:#000;
            text-decoration:none;
        }



/*
	Footer styles
*/
.BottomRow {
	text-align: center;
	vertical-align: bottom;
}
.BottomBox {
	color: #FFFFFF;
	height: 22px;
	vertical-align: middle;
	padding-LEFT: 12px;
	padding-RIGHT: 12px;
}
.Bottom {
	color: #313131;
    font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif"; 
    padding: 0 0 15px 0;
}
.Bottom a {
	color: #313131;
    text-decoration: none;
}
.Bottom a:hover {
	color: #313131;
    text-decoration: underline;
}
.BottomPopup {
	WIDTH: 100%;
	text-align: right;
	padding-BOTTOM: 10px;
}
.BottomPopup A {
	font-weight: bold;
}   
.BottomDialogBox {
	background-color: #BFCDD6;
	padding-LEFT: 13px;
	padding-TOP: 10px;
	padding-BOTTOM: 10px;
}

/*
	Common styles
*/
.SubmitBox {
	padding-TOP: 10px;
}
.SubmitBox INPUT {
	margin-RIGHT: 15px;
}
HR.Line {
	WIDTH: 100%;
	height: 1px;
	border-BOTTOM-WIDTH: 0px;
	border-LEFT-WIDTH: 0px;
	border-RIGHT-WIDTH: 0px;
}
HR.GreyLine {
	background-color: transparent;
	border: 0px;
	border-TOP: 1px solid grey;
}
.SectionBox {
	background-color: #ffffff;
	text-align: left;
	font-weight: normal;
}
.Text {
	color: #000000;
}
.NumberOfArticles {
	color: #000000;
	font-weight: bold;
}
.TopLabel {
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}
.Message {
	color: #054b89;
}
.Line {
	background-color: #054b89;
}
td.ButtonsRow {
	padding-TOP: 2px;
	padding-LEFT: 2px;
	padding-RIGHT: 12px;
	padding-BOTTOM: 2px;
}
.CustomerMessage {
	color: #054b89;
	font-weight: bold;
}

.ErrorMessage { color: #f00808; }
.error-field { background: #ffeaea; border: 1px solid #dd5e5e; }
.Warning { color: #e13636; }
.Warning a { color: #e51b00; }
.Star {	font-size: 16px; color: #e13636; font-weight: bold;}

.table tr.row:hover {
    background-color: #e9f0f4;
}

.table .selected-row,.selected-row {
    background-color: #d2e2f2;
}

.table-buttons td {
    background:  #f8f8f8;
    padding: 15px;
    border-bottom: 1px solid #dde3e7;    
}

.table-buttons input {
    margin-right:  15px;
    }

/* register form */
.register-box table {width: 100%;}
.register-box table td {padding: 4px 0;}
.register-box table table td {padding: 0;}
.register-box .register-field {width: 25%; }
.register-box .register-value {width: 73%;}
.register-box .register-address {width: 450px;}
.register-box .register-address td {padding-right: 2px;}               
.register-box .star { }    
.register-box .register-newslists td {padding: 4px;}
.register-box .register-newslists .newslists-checkbox {width: 1%;}                              

.table tr td {
    border-bottom: 1px solid #dde3e7;
}

.data tr td {
    padding: 7px 5px;
}

.data {
    border: 1px solid #dde3e7;
    border-collapse: collapse;
}

.data tr th {
    padding: 5px;
}

.dashboard-overview tr td { border-right: 1px solid #dde3e7; padding-left: 15px; font-size: 10px; }
.dashboard-overview tr td:hover { background: #e9f0f4; }
.dashboard-overview tr td a { color: #333; text-decoration: none; }
.dashboard-overview tr td a:hover { color: #333; text-decoration: underline; }
.dashboard-totals { font-size: 22px; color: #000; }

.languages {
    border-top: 1px solid #dde3e7;
    border-bottom: 1px solid #dde3e7;
    border-collapse: collapse;
}

.table tr.add-new td {
    border: 0;
}

.stat tr td {
    padding: 0;
}

.no-stats-txt { padding: 6px; display: block;}

.coupons-inner tr td {
    border: 0;
}

.coupons b.coupon-code, .coupons b.coupon-code-used {
    font-size: 15px;    
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-serif;  
}

.coupons b.coupon-code-used {
    color: #909090; 
}

.coupons-inner .coupon-info {     
    padding: 1px;
    font-size: 10px;
    background:  #efefef;
}

.stat-inner-table tr td {
    padding: 8px;
    border-bottom: 1px solid #dde3e7;   
}

tr.stat-inner-table-last td {
    border-bottom: 0;
}

.payment-methods tr td {
    padding: 16px 6px;
}

.payment-methods .pm-row .pm-extra td {
    padding: 2px 0px;
    border: 0;
}

.payment-methods .pm-config {
    padding: 10px 39px;
    line-height: 14px;
}

table.pm-edit tr:hover {
    background-color: #e9f0f4;
}

table.pm-edit input[type=text],table.pm-edit input[type=password] {
    width: 260px;
    margin-left: 2px;
}

.reviews .radio {
    padding:0;
    margin:0;
}

.reviews .review-author {
    display: block;
    padding: 4px 0 7px 0;
}

.guestbook .guestbook-author {
    display: block;
    padding: 4px 0 7px 0;
}

.table th {
	background-color: #e8e8e8;
    background-image: url(images/menubg.png);
    background-repeat:  repeat-x;
    border-top: 1px solid #c4c4c4;
    border-bottom: 1px solid #c7c7c7;
    line-height: 220%;
    font-size: 13px;
    font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif";
    text-align: center;   
    text-shadow: 1px 1px #fff;    
}

.table th.left { text-align: left; }
.table th.right { text-align: right; }

.table th input {
    margin-right: 1px !important;
}    

.shipping-rates th {
    text-align: left;
}

.shipping-rates tr td {
    border: 0;
}

.shipping-rates .shipping-method-head {
    /*background: #f8f8f8;*/
    border: 1px solid #cecece;    
}

.shipping-rates .table-buttons td {
    border-top: 1px solid #dde3e7;
    border-bottom: 1px solid #dde3e7;    
}

.shipping .pm-row .pm-extra td {
    padding: 2px 0px;
    border: 0;
}
.shipping-input { width: 300px; }
.shipping-delivery-input { width: 200px; }

.table th input {
    margin: 0;
    padding: 0;
}

.config th {
	background: #fff;
    font-size: 12px;
    padding: 10px 0 0 0;
    border: none;
}

.config td {
    /*padding: 13px 0 13px 10px;*/
    height: 38px;
}

.users td {
    padding: 7px 5px;
}

.table a:hover {
    color: #000;
}
.table a.add-button:hover { color: #fff; }

.modules tr td {
    height: 38px;
}

.modules tr td.descr {
    font-size: 11px;
}

.modules .module-off {
	color: #054b89;    
}

.modules tr td.icon {
    border-left: 1px solid #dde3e7; 
    padding: 0 15px;
}

	.modules_container { width: 100%; }
	.module-col { 
		width: 300px; 
		float: left; 
		overflow: hidden;
		margin-bottom: 25px;
		margin-right: 15px;
	}
	.module-col-last { margin-right: 0; }
	.clear { clear: both; }
	.mod-icons { text-align: right; width: 50px;}
	.module-name { width: 178px; overflow: hidden;}

.marketing-manager {
    border-collapse: collapse;    
}

.marketing-manager tr td {
    padding: 8px 5px;
    border: 1px solid #dde3e7;    
}

.marketing-manager tr td a {
    font-weight: bold;
}

.tax-report {
    border-collapse: collapse;    
}

.tax-report tr td {
    padding: 8px 5px;
    border: 1px solid #dde3e7;    
}

.export .export-head {
    background: #f7f7f7;
}

.table .no-border {
    border: 0;
}
.table .no-border td {
    border: 0;
}

.table .presets td {
    font-size: 11px;
}

.search-form {
    background-color: #f8f8f8;
    padding: 3px;
    border: 1px solid #dde3e7;
    /*-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;*/         
}

.advanced-search {
    background-color: #fdfdfd;
    padding: 3px;
    border: 1px solid #dde3e7;
    border-top: 0px;
}

.search-options {
    background-color: #efefef;
    padding: 2px;
}

.TableHead td, .TableHead th {
	background-color: #d2e2f2;
    line-height: 220%;
    font-size: 13px;
    font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif";
    text-align: center;
    font-weight: bold;
}

.TableSubHead {
	background-color: #f2f2f2;
	font-weight: normal;
}

.TableSubHeadWhite {
	background-color: #fff;
	font-weight: normal;
}

.TableSubHeadPayment1 {
  background-color: #d5e8cc; 
}

.TableSubHeadPayment2 {
  background-color: #e4f2e5;
}

.shipping .TableSubHeadPayment1 td,
.shipping .TableSubHeadPayment2 td,
.payment-methods .TableSubHeadPayment1 td, 
.payment-methods .TableSubHeadPayment2 td {
  border-bottom: 1px solid #bdd8b0; 
}

.section-info {
    float: left;
    width: 938px; 
    color: #3e2c0a;
    background: #fffde2;    
    line-height: 16px;
    border: 1px solid #f5e483;
    margin-bottom: 25px;         
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;    
}

.section-info-left { float: left; width: 880px; padding:10px}
.section-info-right { float: right; background: #f8efc0; }
.section-info-right a {display: block; padding: 10px; height: 16px; width: 16px;}
.section-info a { color: #322307; }

.edit-image {
    background-color: #f8f8f8;
    margin-top: 10px;
    padding: 8px 10px;
    border: 1px solid #dde3e7;   
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;    
}

.edit-image-properties {
    padding-bottom: 10px;  
}

.table tr td.edit-selected, .products-data tr td.edit-selected, .table-add tr td.edit-selected {
    background-color: #eee;
    border: 0;
    border-left: 1px solid #c4c4c4;
    border-right: 1px solid #c4c4c4;
    text-align: center;
    width: 24px;
}

.Spc {
	WIDTH: 1px;
	height: 1px;
}
table.EmptyBox {
	WIDTH: 100%;
}
table.EmptyBox TR TD {
	padding: 0px;
}
.AdminSmallMessage {
	color: #054b89;
}
.AdminTitle {
	color: #054b89;
	font-weight: bold;
	font-size: 12px;
}
.TableHeadLevel2 {
    background-color: #CCCCCC;
    color: #000000;
	font-weight: bold;
    height: 20px;
    text-align: center;
}
.TableLine {
    background-color: #F0F0F0;
}
th.TableSeparator {
    font-family: Tahoma, Arial, sans-serif; 
    color: #474747;
	font-weight: bold;
    text-align: left;
    padding-left: 2px;
    text-shadow: none;
}
.InputWidth {
	width: 80%;
}
.StatisticsBar {
	background-color: #A8BCC8;
}
.HightLightRow {
    background-color: #B0B0B0;
    font-weight: bold;
}

.form-value img {
    vertical-align: top;
}

/*
	Popup styles
*/
.PopupContainer {
	height: 100%;
	WIDTH: 100%;
	text-align: center;
}
.PopupTitle {
	background-color: #D6D7D9;
	height: 15px;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}
.PopupBG {
	background-color: #D6D7D9;
}

/*
	BuyNow section
*/
.BuyNowQuantity {
	height: 25px;
	WIDTH: 15%;
	WHITE-SPACE: nowrap;
	padding-RIGHT: 10px;
}
.BuyNowPrices {
	WIDTH: 100%;
	height: 25px;
	vertical-align: middle;
}

/*
	Vertical menu
*/
.VertMenuLeftColumn {
	WIDTH: 150px;
	vertical-align: top;
	padding-LEFT: 6px;
	padding-RIGHT: 20px;
}
.VertMenuRightColumn {
	WIDTH: 148px;
	vertical-align: top;
	padding-LEFT: 20px;
	padding-RIGHT: 6px;
}
.VertMenuBox {
	padding: 5px;
    line-height: 18px;
    background: #fff;
}
.VertMenuContent {
	padding: 5px 7px;
    line-height: 18px;
    background: #fff;
}
.VertMenuBox {
	padding: 5px;
    line-height: 18px;
    background: #fff;
}
.VertMenuBorder {
	background-color: #ddd;
}
.VertMenuTitle {
	background-color: #efefef;
	color: #383838;
	font-weight: bold;
	padding: 2px 7px;
}
.VertMenuSubTitle {
	background-color: #054b89;
}
.VertMenuTitleIcon {
	WIDTH: 21px;
	height: 20px;
	margin-LEFT: 8px;
	margin-RIGHT: 8px;
	vertical-align: middle;
}
.VertMenuItems {
	color: #000000;
	text-decoration: none;
}
a.VertMenuItems {display:block; border-bottom: 1px dotted #e5e5e5; padding:2px 0;}

A.VertMenuItems:link {
	color: #00488c;
	text-decoration: none;
}
A.VertMenuItems:visited {
	color: #00488c;
	text-decoration: none;
}
A.VertMenuItems:hover {
	color: #00488c;
	text-decoration: underline;
}
A.VertMenuItems:active  {
	color: #00488c;
	text-decoration: none;
}
.VertMenuItemsHL{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
A.VertMenuItemsHL:link {
	color: #081589;
	font-weight: bold;
	text-decoration: none;
}
A.VertMenuItemsHL:visited {
	color: #081589;
	font-weight: bold;
	text-decoration: none;
}
A.VertMenuItemsHL:hover {
	color: #FF6600;
	font-weight: bold;
	text-decoration: underline;
}
A.VertMenuItemsHL:active  {
	color: #081589;
	font-weight: bold;
	text-decoration: none;
}
.VertMenuHr {
	WIDTH: 100%;
	height: 1px;
	border-BOTTOM-WIDTH: 0px;
	border-LEFT-WIDTH: 0px;
	border-RIGHT-WIDTH: 0px;
	color: #999999;
}
.CategoriesList {
	font-size: 12px;
}

/*
	Dialog box
*/
table.DialogBox {
	WIDTH: 100%;
	height: 100%;
	vertical-align: top;
}
td.DialogBox {
	background-color: #ffffff;
	text-align: left;
    padding: 0;      
}
.DialogBorder {
	background-color: #ddd;
	height: 100%;
	padding: 0px;
}
td.DialogTitle {
	color: #474747;
	font-weight: bold;
	font-size: 16px;
    font-family: Tahoma, Arial, Helvetica, Sans-serif;
	vertical-align: bottom;
	height: 15px;
	padding-bottom: 10px;
	text-align: left;
}
.DialogTitle {
	color: #000;
	font-weight: bold;
	font-size: 11px;
	vertical-align: bottom;
	height: 15px;
	text-align: left;
	margin-left: 10px;
}

/*
	Dialog info box
*/
table.DialogInfo {
	WIDTH: 85%;
	text-align: center;
}
.DialogInfoTitle {
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	vertical-align: bottom;
	text-align: left;
	height: 15px;
	padding-TOP: 0px;
	padding-BOTTOM: 0px;
	padding-LEFT: 5px;
	padding-RIGHT: 5px;
}
.DialogInfoTitleBorder {
	background-color: #054b89;
	padding: 0px;
	vertical-align: bottom;
	height: 15px;
}
.DialogInfoBorder {
	background-color: #054b89;
	padding: 0px;
}
.DialogInfoIcon {
	WIDTH: 16px;
	height: 16px;
}
.DialogInfoClose {
	WIDTH: 15px;
	height: 13px;
}

.login-container .dialog-message-content {
    top: 40px;
    margin-left: -360px;
    width: 700px;   
}    

.dialog-message-content {
    position: absolute;
    left: 50%;
    top: 121px;
    margin-left: -496px;
    width: 972px;
    clear: both;
    padding: 3px 10px 6px 10px; 
    text-align:center;
    font-size: 11px; 
    font-weight:bold;
    z-index: 40;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;      
}

/*
	Dialog tools section
*/
.NavDialogTitle {
	WIDTH: 50%;
    font-size: 11px;
    font-weight: bold;
    color: #666;
	padding-LEFT: 8px;
}  
.NavDialogTitle1, .NavDialogTitle2 {
    padding-bottom: 3px;
}  

.NavDialogBox {
	background-color: #fff;
	border: 1px solid #dde3e7;     
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;      
}
.NavDialogSeparator {
	WIDTH: 100%;
	height: 14px;
	background-image: url(images/separator.gif);
	padding-LEFT: 7px;
}
.NavDialogSeparator IMG {
	WIDTH: 100%;
	height: 14px;
}
.NavDialogCell {
	padding-RIGHT: 3px;
}
.NavDialogCell A IMG {
	WIDTH: 9px;
	height: 9px;
}

a.NavMenuItems {
    display: block;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 12px;   
    color: #00488c;
    text-decoration: none;
    padding: 5px 6px;
    margin: 0 1px;
    border-bottom: 1px solid #f1f1f1;
}

a.NavMenuItems:hover {
    color: #00488c;
    background: #e9f0f4;
    text-decoration: none;
    border-bottom: 1px solid #e9f0f4;
}

a.NavMenuItemsHL {
    display: block;
    background: #d2e2f2;    
    font-family: Tahoma, Arial, sans-serif;
    font-size: 12px;       
    text-decoration: none;
    color: #000;
    padding: 5px 6px;     
    margin: 0 1px; 
    border-bottom: 1px solid #d2e2f2;      
}

/*
	Product details page
*/

.product-details-top {
    margin-bottom: 2px;
    padding: 0 10px;
}

.ProductTitle {
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}
.ProductTitleHidden {
	color: #666666;
	font-weight: bold;
	font-size: 11px;
}
.ProductDetailsTitle {
	color: #054b89;
	font-weight: bold;
	font-size: 12px;
}
.ProductDetails {
	color: #000000;
}
.ProductPriceTitle {
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}
.ProductPriceConverting {
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}
.ProductPrice {
	color: #0C4786;
	font-weight: bold;
	font-size: 12px;
}
.product-price-large {
	color: #0C4786;
	font-size: 26px;
}
.ProductPriceSmall {
	color: #666;
	font-weight: bold;
}
.SaveMoneyLabel {
	WIDTH: 57px;
	height: 57px;
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(images/save_money.gif);
}
.MarketPrice {
	font-size: 14px;
	font-family: Times New Roman;
}

/*
	Products list
*/
.PListImgBox {
	WIDTH: 90px;
	text-align: center;
	vertical-align: top;
	WHITE-SPACE: nowrap;
}
HR.PListLine {
	WIDTH: 100%;
	height: 1px;
	border-BOTTOM-WIDTH: 0px;
	border-LEFT-WIDTH: 0px;
	border-RIGHT-WIDTH: 0px;
}
.PListTaxBox {
	padding-LEFT: 70px;
	padding-RIGHT: 2px;
	padding-TOP: 2px;
	padding-BOTTOM: 2px;
}
.PListCell {
	background-color: #ffffff;
	text-align: center;
	padding: 10px;
	vertical-align: top;
}

/*
	Product preview
*/

.product-preview {background:#fff; padding: 0 30px; min-height: 450px;}
.product-preview-thumbnail {float:left; width:250px; border: 1px solid #ccc; text-align:center; padding: 5px;}
.product-preview-main {padding: 0 18px 0 20px;}

/*
	Items style
*/
.item {
	color: #054b89;
	font-weight: bold;
	text-decoration: none;    
}
a.item {
	color: #054b89;
	font-weight: bold;
	text-decoration: underline;
}

a.item:hover {
	color: #054b89;
	font-weight: bold;
	text-decoration: none;
}
.item-disabled {
	color: #909090;   
}
a.item-disabled {
	color: #909090;
	text-decoration: underline;
}

a.item-disabled:hover {
	color: #909090;
	text-decoration: none;
}

/*
	Breadcrumbs
*/

.breadcrumbs {
    font-size: 12px;
    font-family: Tahoma, Arial, sans-serif;    
}

.breadcrumbs a {
    text-decoration: underline;
}

.breadcrumbs a:hover {
    text-decoration: none;
}

/*
	Buttons
*/
table.ButtonTable {
	CURSOR: pointer;
	vertical-align: middle;
	DIRECTION: ltr;
}
table.ButtonTable TD {
	padding: 0px;
}
td.Button {								 
	background: url('images/but_menubg.gif') repeat-x;
	background-REPEAT: repeat-x;
	padding-LEFT: 1px;
	padding-RIGHT: 1px;
	vertical-align: middle;
	WHITE-SPACE: nowrap;
}
FONT.Button {								 
	color: #ffffff;
	background-color: transparent;
    line-height:18px;
	font-weight: bold;
	text-decoration: none;
}
td.Button_menu {								 
	background: url('images/but_menubg.gif') repeat-x;
	background-REPEAT: repeat-x;
	padding-LEFT: 1px;
	padding-RIGHT: 1px;
	vertical-align: middle;
	WHITE-SPACE: nowrap;
}
FONT.Button_menu {								 
	color: #ffffff;
	background-color: transparent;
	font-weight: bold;
	text-decoration: none;
}
IMG.ButtonSide {
	WIDTH: 7px;
	height: 14px;
}
.SimpleButton TR TD {
	padding: 0px;
	WHITE-SPACE: nowrap;
}
A.Button:link, A.Button:visited, A.Button:hover, A.Button:active {
	color: #666;
	font-weight: bold;
}
.GoImage {
	WIDTH: 21px;
	height: 18px;
	vertical-align: middle;
	border: 0px;
}

/*
	Small text/link style
*/

.SmallNote {
    line-height: 11px;
}

.SmallNote:link {
	color: #888888;
	text-decoration: none;
	font-size: 9px;
	font-family: Arial, Verdana, Helvetica, Sans-serif;
}
.SmallNote:visited {
	color: #888888;
	text-decoration: none;
	font-size: 9px;
	font-family: Arial, Verdana, Helvetica, Sans-serif;
}
.SmallNote:hover {
	color: #888888;
	text-decoration: underline;
	font-size: 9px;font-family: Arial, Verdana, Helvetica, Sans-serif;
}
.SmallNote:active {
	color: #888888;
	text-decoration: none;
	font-size: 9px;font-family: Arial, Verdana, Helvetica, Sans-serif;
}
.SmallText {
	color: #66727a;
	text-decoration: none;
	font-size: 9px;
}

/*
	Category page
*/
.SubcatTitle {
	text-align: left;
	WIDTH: 95%;
	padding-LEFT: 5px;
}
.SubcatInfo {
	text-align: right;
	WHITE-SPACE: nowrap;
	color: #000000;
}

/*
	Search sort bar
*/
.SearchSortTitle {
	font-weight: bold;
	padding-RIGHT: 20px;
}
.SearchSortLink:link, .SearchSortLink:visited, .SearchSortLink:hover, .SearchSortLink:active {
	text-decoration: underline;
}
.SearchSortImg {
	WIDTH: 9px;
	height: 9px;
	margin-RIGHT: 5px;
}
.SearchSortCell {
	padding-RIGHT: 20px;
}

/*
	Expandable section
*/
.ExpandSectionMark {
	WIDTH: 11px;
	CURSOR: pointer;
	vertical-align: middle;

}

/*
	Tab mechanism
*/
.Tab {
	background-color: #054b89;
	font-weight: bold;
	TEXT-TRANSFORM: uppercase;
	WIDTH: 85px;
	height: 30px;
	text-align: center;
}
.TabTop {
	height: 5px;
	background-color: #D6D7D9;
}
td.TabLeftSide {
	WIDTH: 9px;
	background-image: url(images/tab_l.gif);
}
td.TabRightSide {
	WIDTH: 9px;
	background-image: url(images/tab_r.gif);
}
td.TabLeftCorner {
	WIDTH: 9px;
	height: 9px;
	background-image: url(images/tab_c1.gif);
}
td.TabRightCorner {
	WIDTH: 9px;
	height: 9px;
	background-image: url(images/tab_c2.gif);
}
td.TabCenter {
	height: 9px;
	background-image: url(images/tab_b.gif);
}
IMG.TabCorner {
	WIDTH: 9px;
	height: 9px;
}
IMG.TabSide {
	WIDTH: 9px;
	height: 1px;
}

/*
	Pagination mechanism
*/

.pagination, .pagination-sel {
    padding: 0px 3px;
}
.navprev, .navnext {
    padding: 0;
}
.navnext {
    padding-right: 0;
}
.pagination-sel {
    font-weight: bold;       
}
a.pagination {
	text-decoration: underline;
    color: #054b89;
}
a:hover.pagination, a:hover.pagination-wide {
	text-decoration: none;
}
a.pagination-wide {
    padding:0;
    color: #054b89;    
}
/*
	Subheader styles
*/

.subheader, .subheader-line {
    color: #666;
    font-weight: bold;
    font-size: 13px;
    margin-top: 30px;
}

.subheader-line {
    padding-bottom: 4px;
    border-bottom: 1px solid #dde3e7;     
    margin-bottom: 5px;   
}

table.SubHeaderGrey {
	WIDTH: 100%;
	margin-BOTTOM: 10px;
}
.SubHeaderGrey {
	color: #666;
	font-weight: bold;
	margin: 1px 7px;
}
.SubHeaderGreyLine {
	height: 1px;
	background-color: #dde3e7;
	padding: 0px;
}
table.SubHeaderBlack {
	WIDTH: 100%;
	margin-BOTTOM: 10px;
}
.SubHeaderBlack {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
}
.SubHeaderBlackLine {
	height: 1px;
	background-color: #000000;
	padding: 0px;
}

/*
	Subtitle styles
*/

.subtitle {
    padding: 8px;
    background-color: #f7f7f7;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    font-weight: bold;
    color: #555;
    font-size: 15px;
    margin: 0px -5px 10px -5px;
}

.subtitle-blue {
    background-color: #d2e2f2;
}

.subtitle-config {
    margin: 5px 0 15px 0;
    clear: both;
}

.lang_topic {
    padding: 8px;
    background-color: #f7f7f7;
    font-weight: bold;
    color: #555;
    font-size: 15px;
    margin: -5px;
}

.user_profiles_subtitle {
    padding: 7px;
    background-color: #f7f7f7;
    font-weight: bold;
    color: #555;
    font-size: 13px;
    margin: -5px;
}

.adv_filter_subtitle {
    padding: 7px;
    background-color: #f7f7f7;
    font-weight: bold;
    color: #555;
    font-size: 13px;
    margin: -5px;
}    

td.module_subtitle {
    padding: 2px 8px;
    background-color: #f7f7f7;
    /*border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;*/
    font-weight: bold;
    color: #555;
    font-size: 15px;
}

/*
	Webmaster mode
*/
SPAN.Lbl {
	color: green;
	font-weight: bold;
}
.Section {
	margin: 0px;
	padding: 0px;
}

/*
	Group editing of the products functionality
*/
.DataTable {
	border-RIGHT: solid 1px white;
}

/*
	User action field stle
*/
.UsersActionDisable {
	color: #CC0000;
}
.UsersActionEnable {
	color: #00CC00;
}

/*
	Data sheet container
*/
table.DataSheet {
	background-color: black;
	WIDTH: 100%;
}
TR.DataSheet {
    background-color: #CCCCCC;
    color: #000000;
	font-weight: bold;
    height: 20px;
    text-align: center;
    TEXT-TRANSFORM: uppercase;
	WHITE-SPACE: nowrap;
}
table.DataSheet TR TD {
    background-color: white;
	padding: 2px;
}
table.DataSheet TR TH {
	padding: 2px;
}

/*
	Images location page styles
*/
.DBOption {
	color: #0000CC;
}
.FSOption {
	color: #CC0000;
}
/*
	Product options module
*/
.DataField {
	padding-BOTTOM: 20px;
}

/*
		-- ADDONS --
*/

/*
	Special offers module
*/
.SpecialOffersThumb {
	DISPLAY: inline;
	margin-LEFT: -51px;
}
.SpecialOffersThumb A IMG {
	WIDTH: 47px;
	height: 44px;
}

/*
	AOM module
*/

.aom-confirm {
    color: #3e2c0a;
    background: #fffde2;    
    border: 1px solid #f5e483;
    padding: 8px;
    margin-bottom: 25px;         
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;  
}

/*
	X-Affiliate module section
*/
.AffiliateCellBG {
	WIDTH: 19px;
	height: 19px;
	vertical-align: middle;
	background-image: url(images/tree_v.gif);
}
.AffiliateCell {
	WIDTH: 19px;
	height: 19px;
	vertical-align: middle;
}
.AffiliateElmTitle {
	text-align: center;
	font-weight: bold;
	background-color: #D6D7D9;
	padding: 1px;
}
.AffiliateElmIconBox {
	WIDTH: 70px;
	text-align: center;
	vertical-align: middle;
}
.AffiliateElmsBox {
	background-color: #ffffff;
	text-align: center;
	vertical-align: top;
	height: 100%;
}
.MediaElementProperties {
    color: #666666;
    font-size: 10px;
}
td.OptionLabel {
	white-space: nowrap;
	padding-right: 4px;
}
.AELinkBox {
	text-align: right;
	padding-BOTTOM: 3px;
}

/**
 * Quick search panel
 */
#quick_search_panel {
  position: fixed;
  top: 0;
  left: 50%;
  width: 0;
  z-index: 3000;
}

#quick_search_panel div.quick-search-panel-main {
  position: absolute;
  top: 0;
  left: -191px;
  height: 76px;
  width: 383px;
  background: #fbfbfb url(images/quick_search_left.gif) top left no-repeat;
}

#quick_search_panel div.quick-search-panel-main div.quick-search-body {
  position: relative;
  top: 0;
  left: 0;
  margin: 10px 25px 5px 65px;
  border: none;
  background: transparent;
}

#quick_search_panel div.quick-search-panel-main div.quick-search-close {
  position: absolute;
  width: 13px;
  height: 13px;
  top: 6px;
  right: 6px;
  background: transparent url(images/quick_search_close.gif) right top no-repeat;
  cursor: pointer;
}

#quick_search_results {
  font-size: 12px;
}

table.quick-search-results td {
  padding: 7px 10px;
}

.top-options {
    background-color: #e0ebf6;
    padding: 10px;
    border: 1px solid #b5d3f0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
}    

.top-options tr td {
    padding-right: 20px;
}

/**
 * Orders list
 */

.expand-order {cursor:pointer; }

.toggled-order {border: 1px solid #dde3e7; border-top: 0; border-bottom: 0;}
.toggled-order-tr {background-color:#f1fff9; padding:0; }
.toggled-order-tr td { padding:0}  

.expanded-order-info {padding:0; }

.expanded-order-address {border-right: 1px solid #dde3e7}
.expanded-order-extra {border-right: 1px solid #dde3e7}
.expanded-order-products tr td { padding: 3px; border-bottom:0;}
.expanded-order-products a { text-decoration: none; color: #00488c}
.expanded-order-products a:hover { text-decoration: underline}
.expanded-order-totals td {border-top: 1px solid #565656; padding: 3px;}

.expanded-order-bottom {background-color: #e7f4ee;}
tr.expanded-order-bottom td {padding: 5px 15px; text-align:right; border-bottom: 0;}

.change-all { background-color: #fff; padding: 4px 6px; border-top: 1px solid #dde3e7; line-height: 240%; color: #313131;}
.change-all a { color: #313131; }

.order-totals { background: #f8f8f8; padding: 21px; border-bottom: 1px solid #dde3e7; }
.orders-export { padding: 20px 0; border-bottom: 1px solid #dde3e7; }

#opaco { position:absolute;	width:350px; height:25px; }

/**
 * Order status colors
 */

.order-status {
    color: #fff;
    padding: 3px 0;
    text-align: center;
    text-transform: uppercase;    
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;    
}
 
.order-status-A {background-color: #3366ff;}
.order-status-B {background-color: #9933ff;} 
.order-status-C {background-color: #339900;}
.order-status-D {background-color: #cc3333;} 
.order-status-F {background-color: #ff9933;} 
.order-status-I {background-color: #cccccc;}
.order-status-O {background-color: #3399ff;}
.order-status-P {background-color: #66cc33;} 
.order-status-Q {background-color: #ffcc33;}

.order-list-status-A {border-color: #3366ff; background-color: #b1c5ff;}
.order-list-status-B {border-color: #9933ff; background-color: #e2c6ff;} 
.order-list-status-C {border-color: #339900; background-color: #b0fa8a;}
.order-list-status-D {border-color: #cc3333; background-color: #f7c7c7;} 
.order-list-status-F {border-color: #ff9933; background-color: #ffd5ab;} 
.order-list-status-I {border-color: #cccccc; background-color: #efefef;}
.order-list-status-O {border-color: #3399ff; background-color: #c2e1ff;}
.order-list-status-P {border-color: #66cc33; background-color: #cbf5b6;} 
.order-list-status-Q {border-color: #ffcc33; background-color: #ffeebc;}

/**
 * Sticky content
 */
 
#sticky-content { 

} 
 
#sticky {
  position: fixed;
  margin: 0 -25px;
  bottom: 0;
  padding: 2px 15px;
  text-align: left;
  background: transparent none;
  overflow: hidden;
}

#sticky .bg {
  opacity: .9;
  filter: Alpha(Opacity=90);
  background: #d2e2f2;
  height: 100%;
  width: 100%;
  opacity: 0.9;
  position: absolute;
  top: 0;
  left: 0;
}

#sticky .content {
  white-space: nowrap;
  margin: 10px;
}

#sticky .content {
  position: relative;
}

#sticky .content input, #sticky-content input {
    margin-right:  11px;
}

.sticky-bottom {
    margin: 0 -25px -25px -25px;
    padding: 20px 25px;
    background: #f8f8f8;
    border-top: 1px solid #dde3e7;    
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;   
}

/* Interaction states
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; border-top-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-tr { -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; border-top-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; border-bottom-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-br { -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; border-bottom-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-top { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; border-top-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; border-top-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; border-bottom-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; border-bottom-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-right {  -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; border-top-right-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; border-bottom-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-left { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; border-top-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; border-bottom-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-all { -moz-border-radius: 4px/*{cornerRadius}*/; -webkit-border-radius: 4px/*{cornerRadius}*/; border-radius: 4px/*{cornerRadius}*/; }

/*
 * jQuery UI Button 1.8.12
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; } 
button.ui-button-icons-only { width: 3.7em; } 

.fat-button {
    font-weight: bold;
}

.ui-button 
{
  padding: 0.2em 0.7em;
  font-family: Tahoma, Arial, sans-serif;    
  font-size: 13px;
}

.main-button .ui-state-default,
.main-button button.ui-state-active
{
  color: #000;
  border-top: 1px solid #a4a4a4;
  border-right: 1px solid #727272;
  border-bottom: 1px solid #737373;
  border-left: 1px solid #a4a4a4;
  background-color: #eceaec;
  background-image: url(images/buttonbg.gif);
  background-repeat: repeat-x;  
}

.main-button button.ui-state-hover,
.main-button input.ui-state-hover
{
  background-color: #ebebeb;
  border-color: #717171;
  color: #000;
}

.main-button button.ui-state-active,
.main-button input.ui-state-active
{
  background: #dadada;
  border: 1px solid #707070;
  color: #000;
}

.dialog-tools {
    float: left;
    width: 940px;
    background: #f8f8f8;
    margin-bottom: 25px;  
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;     
}

.dialog-tools-config {
    padding: 10px;
    border: 1px solid #dde3e7;
    margin-bottom: 25px;  
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;     
}

.dialog-tools ul {
    padding: 0 2px;
    margin: 0;
    }

.dialog-tools li {
    float:left; 
    display:block;         
    margin: 10px 5px;
    padding: 0;       
}

.dialog-tools li a {
    padding: 2px 5px;
    background-color: #e8e8e8;
    border: 1px solid #d6d6d6;  
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;     
}

.dialog-tools li a:hover, li.dialog-tools-active a {
    background-color: #d2e2f2;
    border: 1px solid  #bcd0e5;    
}

.dialog-tools li a {
    color: #000; 
    text-decoration: none;
}

.nav-top {
    padding: 16px 0 0 0;
    float: right;
}
 
/* remove the list style */
.topmenu {
    position: relative;
    margin:0; 
    padding:0px; 
    list-style:none;
}   
     
    /* make the LI display inline */
    /* it's position relative so that position absolute */
    /* can be used in submenu */
    .topmenu li {
        float:left; 
        display:block; 
        position:relative;     
        z-index:80; 
        margin:0 ;
       
    }
         
    /* this is the parent menu */
    .topmenu li a {    
        color: #D2E2F2;    
        display: block;    
        height: 23px;    
        position: relative;    
        text-align: left;    
        text-decoration: none;    
        z-index: 10;
    }


    .topmenu li:hover .topmenu-cat {
        border: 1px solid #d3d3d3;
        border-bottom: 0;        
        background-color: #fff;
        color: #000;    
        cursor: default;    
        -moz-border-radius: 6px 6px 0 0;
        -webkit-border-radius: 6px 6px 0 0;
        border-radius: 6px 6px 0 0;                
    }    
     
        /* submenu, it's hidden by default */
        .topmenu ul {
            position:absolute; 
            left: 0; 
            display: none; 
            margin: 0;
            padding: 8px 0 0 0;  
            list-style:none;
            background: #fff;
            border: 1px solid #d3d3d3;
            border-top: 0;     
            z-index: 99;                    
            box-shadow: 0 5px 10px rgba(0,0,0,0.15);
            -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.15);              
            -moz-border-radius: 0 6px 6px 6px;
            -webkit-border-radius: 0 6px 6px 6px;
            border-radius: 0 6px 6px 6px;                                   
        }
         
        .topmenu ul li {
            float:left; 
            width: 200px;            
            font-size: 11px;
            padding: 0;
            margin: 0;
            border: 0; 
        }
        
        .topmenu ul li a {
            font-family: Tahoma, Arial, sans-serif;  
            font-size: 12px;            
            color: #666;       
            margin: 2px 7px;
            padding: 2px 6px 7px 6px;           
            }           
        
        .topmenu ul li a:hover {
            text-decoration: underline;    
            color: #000;        
            }        
         
        /* display block will make the link fill the whole area of LI */
        .topmenu ul a {
            display:block;  
            height:15px;
            padding: 8px 5px; 
            color:#000;             
        }
         
        .topmenu ul a:hover {
            color: #000;
        }
        
        .topmenu ul li.topmenu-sep a {
            border-bottom: 1px solid #e7e7e7;
            padding-bottom: 14px;
            margin-bottom: 10px;
        }
        
        .topmenu-cat
        {
            padding: 11px 8px 5px 8px;
            font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif";   
            font-size: 12px;
             border: 1px solid transparent;
        }
        
        li.quick-search {
            padding: 7px 0 0 12px;
        }
        
        #quick_search_query {
            background: #f2f2f2 url(images/glass_icon.png) no-repeat right 50%;
            font-size: 11px;              
            color: #666;
            border: none;
            padding: 5px 25px 5px 6px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            border-radius: 4px;                          
            box-shadow: 0 5px 5px rgba(0,0,0,0.1);
            -moz-box-shadow: 0 5px 5px rgba(0,0,0,0.1);             
        }    
        
        #quick_search_query:focus {
            outline:none;
            color: #000;                    
        } 
 
 .tooltip {
    cursor: help;
 }
 
.version-info { border: 1px solid #dde3e7; padding: 20px; padding-bottom: 130px; background: url(images/admin_logo_bg.png) no-repeat right bottom; }
.version-info img { padding-bottom: 20px;}
.version-info table td {padding: 0 15px 10px 0;}
 
.version-main-info { float: left; width: 400px; }
.version-info-changelog-container { 
	float: left; 
	width: 400px; 
	background: none repeat scroll 0 0 #FFEAEA;
	border-radius: 5px 5px 5px 5px;	
	padding: 3px 10px 6px;
}
.version-info-changelog-container .table tr td {
    border-bottom: 1px solid #0C4786;
}
.version-info-changelog-type { font-weight: bold; }
 
td.order-customer-info {line-height: 23px; padding-left:13px;}
 
.service-content {
    width: 600px;
    background: #fff;
    padding: 25px;
    margin: auto;
    border: 1px solid #e5e5e5; 
    
    -webkit-box-shadow: 2px 4px 9px #ddd;  
    -moz-box-shadow: 2px 4px 9px #ddd; 
    box-shadow: 2px 4px 9px #ddd; 
      
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;        

}

.header-location-note { color: #666;}
.header-location-note a { color: #666;}
 
span.sub-nav-item,
span.sub-nav-active-item
{
  padding: 8px 10px;  
  margin: 4px;
}

span.sub-nav-item img,
span.sub-nav-active-item img
{
  vertical-align: bottom;
}

span.sub-nav-active-item {
  background-color: #efefef;
  font-weight: bold;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;   
}

.log, .import-log {
    background: #f8f8f8;
    border: 1px dotted #ccc;
    padding: 10px;
}

.log, .import-log tr td {
    font-family: monospace,'Lucida Console','DejaVu Sans Mono';
    font-size: 13px;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/*
 * jQuery UI Accordion 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion { width: 100%; }
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; }
/*
 * jQuery UI Autocomplete 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete { position: absolute; cursor: default; }	

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/*
 * jQuery UI Menu 1.8.16
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}


/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/
.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
/*
 * jQuery UI Datepicker 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 4px; width: 16px; height: 16px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/*



/* Component containers
----------------------------------*/
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff; color: #222222; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #2c6097; background: #0c4786; font-weight: bold; color: #222222 }
.ui-widget-header a { color: #222222; }

.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }

/* Interaction states
----------------------------------*/
.ui-datepicker .ui-state-default, .ui-datepicker .ui-widget-content .ui-state-default, .ui-datepicker .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3; background: #f8f8f8; font-weight: normal; color: #555555; }
.ui-datepicker .ui-state-default a, .ui-datepicker .ui-state-default a:link, .ui-datepicker .ui-state-default a:visited { color: #555555; text-decoration: none; }

.ui-datepicker .ui-state-hover a, .ui-datepicker .ui-state-hover a:hover { color: #212121; text-decoration: none; }
.ui-datepicker .ui-state-active, .ui-datepicker .ui-widget-content .ui-state-active, .ui-datepicker .ui-widget-header .ui-state-active { border: 1px solid #0c4786; background: #d2e2f2; font-weight: normal; color: #212121; }
.ui-datepicker .ui-state-active a, .ui-datepicker .ui-state-active a:link, .ui-datepicker .ui-state-active a:visited { color: #212121; text-decoration: none; }
.ui-datepicker .ui-widget :active { outline: none; }

.ui-datepicker-prev { background: url(images/ui-icons_ffffff_256x240.png); background-position: -17px -16px; background-repeat: no-repeat}
.ui-datepicker-next {background: url(images/ui-icons_ffffff_256x240.png); background-position: -17px 0px; background-repeat: no-repeat}

.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 { background-color: #d2e2f2; }#confirmation {
	text-align: center;
	width:400px;
	height:100px;
}

#conf_msg {
	width: 399px;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 50px;
}

#conf_buttons {
	width: 399px;
	height: 25px;
}
.conf_button {
	float: left;
	margin-left: 100px;
	margin-right: 25px;
	cursor: pointer;
	font-weight: bold;
	/*margin: 0 20px 20px 100px;*/
}

.wait-box {
        background-color: #b6b6b6;
}

.wait-message {
        background: url(images/ajax-loader.gif) center no-repeat;
        font-size: 18px !important;
        height: 40px;
        width: 40px;
}

.image-message-content {
    background-color: #ffc7c7;
    position: fixed;
    top: 20px;
    margin-top: 40px;
    margin-left: 270px;
    z-index: 9999;
    overflow: hidden;
    padding: 15px;
    text-align: center;
    font-weight:bold;
	display: none;
}
