@charset "utf-8";

*{
    margin:0;
    padding:0;
    border:none;
}

body{
    text-align:center;
}

#wrapper{
    width:800px;
    height:100%;
    margin:auto;
    text-align:left;
    border:#CCCCCC 1px solid;
}

/* Global styles starts */

.clear {
    clear:both;
}
.autoWidth{
   width: auto;
}


.normalPageContent {
     text-align: left;
     font:normal 12px/15px Arial, Helvetica, sans-serif;
     color:#333;
}

.tdWidthHeight{
    width:60px;
    height:40px
}
.topPadding3{
    padding-top: 3px;
}
.inputBorder{
     border:1px solid #CCCCCC;
}
.autoHeight{
    height:auto;
    overflow:auto;
}
img.noBorder{
    border:0px !important;
}
.verticalMiddle{
    vertical-align:middle;
    margin:auto;
}
.width30p{
    width:30%;
}
.width70p{
    width:70%;
}
table, div table{
    font:normal 11px/14px Arial, Helvetica, sans-serif;
}
.borderLeft{
   border-left:1px solid #CCCCCC;
}
.borderRight{
   border-right:1px solid #CCCCCC;
}
.borderBottom,.borderBottom td, .borderBottom th{
   border-bottom:1px solid #CCCCCC;
}

.borderTop, .borderTop td, .borderTop th{
   border-top:1px solid #CCCCCC;
}

.bgTitle{
   background:url(images/head-bg.png) repeat-x;
   color:#666;
   font:bold 11px/17px Arial, Helvetica, sans-serif;
   text-align:left;
}

select,
input[type="text"],
input[type="password"] {
    color:#0B0B0B;
    border:#CCCCCC 1px solid;
    margin:2px;
    margin-bottom:4px;
}

select, input {
    font:normal 12px/20px Arial, Helvetica, sans-serif;
    height:20px;
}
/*
table select{
    width:80px;
}

select.medium {
    width:180px;
}*/

.mediumSizeInfo{
    font:bold 14px/18px Arial, Helvetica, sans-serif;
    color:#666;
}
.marginRight{
    margin-right:50px;
}
.marginRight20{
    margin-right:20px;
}
.bgcolor{
    background-color:orange;
}
.f {
     font:normal 12px/15px Arial, Helvetica, sans-serif;
     color:#333;
}

.paddingLeft575{
    padding-left: 575px;
}

.label {
    font:normal 12px/15px Arial, Helvetica, sans-serif;
    color:#333;
}

.buttonWidth {
    width:130px;
}


.leftMargin {
    margin-left:10px;
}
.leftMargin3{
    margin-left:3px;
}
.leftMargin5{
    margin-left:5px;
}
.leftMargin25{
    margin-left:25px;
}

.margin5{
    margin:5px 5px 5px 5px;
}
.floatLeft {
    float:left;
}
.floatRight{
    float:right;
}
.noRecords{
    width:750px;
    text-align:center;
    margin-top:25px;
    font-style:oblique;
    float:left;
}
.marginTop {
    margin-top:5px;
}

.bold{
    font-weight:bold;
}

.textLeft{
    text-align:left;
}
.textRight{
    text-align:right;
}

.bgFade{
    background:url(images/grad-bottom.png) repeat-x bottom left;
}

a{
    font-weight:bold;
    color:#0096C6;
    text-decoration:none;
}
.minHeight{
    min-height:400px;
}
.minHeight500{
    min-height:500px;
}
.minHeight2{
    min-height:600px;
}
.topPadding20{
    padding-top:20px;
}
.topPadding14{
    padding-top:14px;
}
/* Global styles ends */


/* ############ HEAD ########### */




#header{
    position:relative;
    width:800px;
    height:118px;
    overflow:hidden;
    zoom:1;
    margin-bottom:10px;
}

#header-colorbox {
	POSITION: absolute;
        FILTER: alpha(opacity=30);
        BACKGROUND-COLOR: #ff9900;
        WIDTH: 229px;
        HEIGHT: 113px;
        TOP: 0px;
        LEFT: 180px;
        opacity: 0.3;
        -moz-opacity: 0.3
}

#header-logo-easy {
    width:180px;
    height:112px;
    float:left;
    display:block;
    /*background:url(images/easy.jpg) no-repeat;*/
}


#header-image{
    width:620px;
    height:112px;
    float:left;
    overflow:hidden;
}

#spectrum-line {
	MARGIN-TOP: 3px;
        WIDTH: 800px;
        /*background: url(images/spectrum-line.png) #000;*/
        FLOAT: left;
        HEIGHT: 3px;
}

#top-navigation{
    position:relative;
    width:800px;
    height:25px;
    background:url(images/top-navi-bg-no.png) repeat-x;
    font: bold 10px arial;
}

#top-navigation li{
    display:block;
    float:left;
    height:25px;
    text-transform:uppercase;
    list-style:none;
    border-right:1px solid #9a9a9a;
    width: auto;
}

#top-navigation li a{
    display:inline-block;
    height:20px;
    color:#333;
    text-decoration:none;
    width: auto;
}
#top-navigation li.menuPadding1 a{
    padding:5px 15px 0;
}
#top-navigation li.menuPadding2 a{
    padding:5px 13px 0;
}
#top-navigation li.menuPadding3 a{
    padding:5px 11px 0;
}
#top-navigation li#logout a{
    text-align:center;
    padding:0px;
    padding-top:5px;
    padding-right:5px;
    margin:auto;
}

#top-navigation li#logout{
    display:block;
    float:right;
    height:25px;
    text-transform:uppercase;
    list-style:none;
    border-right:0px solid #9a9a9a;
    background:url(images/last-link-no.png);
    background-position: top right;
    background-repeat: no-repeat;
    font-size:10px;
}


#top-navigation li a:hover, #top-navigation li a.act{
    background:url(images/link-act.png) repeat-x;
}
#top-navigation li#logout a:hover{
    color:#666;
    background-position: top right;
    background-repeat: no-repeat;
}

/*
#top-navigation li.first a{
    background:url(images/first-link-no.png) no-repeat;
} */

#top-navigation li a#homePageTab:hover{
    background:url(images/first-link-act.png) no-repeat;
}

/*
#top-navigation-right-border{
    position:absolute;
    width:19px;
    height:25px;
    right:0;
    background:url(images/top-navi-right-border.png);
}*/

.activeHomeTab {
       background:url(images/first-link-act.png) no-repeat;
       font: bold 10px arial;
}

.normalHomeTab {
    background:url(images/first-link-no.png) no-repeat;
     font: bold 10px arial;
}

.activeOtherTabs {
      background:url(images/link-act.png) repeat-x;
      font: bold 10px arial;
}

.normalOtherTabs {
    background:url(images/top-navi-bg-no.png) repeat-x;
    font: bold 10px arial;
}

/*
.normalLogoutTab{
    background:url(images/last-link-no.png) no-repeat;
    font: bold 10px arial;
}
.normalLogoutTab:hover{
    background:url(images/last-link-act.png) no-repeat;
    font: bold 10px arial;
}

/*
#logout{
    text-align:center;
    position:absolute;
    right:4px;
    font-size:10px;
    text-transform:uppercase;
}

#logout a{
    margin-left:30px;
    font: bold 9px arial;
    color:#333;
    text-decoration:none;
}

#logout a:hover{
    color:#000;

}
*/

/* ############ CONTENT ########### */

.bannerBorder {
    border:#CCCCCC 0px solid;
    margin:0 5px 10px 5px;
    padding:3px 0 3px 0;
    clear:both;
}
.bannerBorder img{
    border:#CCCCCC 1px solid;
    text-align:left;
}

.bannertext {
   font:bold 10px/20px Arial, Helvetica, sans-serif;
   text-transform:uppercase;
}

.bannertext a {
    color:#333;
}

#salesreparea {
    margin-bottom:50px;
}
.salesrepheader {
    width:100%;
    margin:auto;
    text-align:center;
    background:url(images/head-bg.png) repeat-x;
    text-transform:uppercase;
    height:20px;
    font: bold 10px arial;
    color:#333;
    text-decoration:none;
}

.salesrepdetails {
   float:left;
   text-align:left;
   width:80px;
   padding-bottom:5px;
   font:normal 12px/17px Arial, Helvetica, sans-serif;
   color:#666;
}

.salesrepdetailsright{
    text-align:left;
    padding-bottom:5px;
    font:normal 12px/17px Arial, Helvetica, sans-serif;
    color:#666;
}

#salesrepimage {
    margin: auto;
    width:140px;
    height:100px;
    float:left;
    padding-top:5px;
}

div#searchouter{
    overflow: auto;
    border:1px solid rgb(86,110,147);
    margin: auto;
    display:block;
}
.tbSearchHistory{
    width:788px;
    margin:4px;
    text-align:left;
    border-collapse:collapse;
    border:1px solid #CCCCCC;
}
.tbSearch{
    width:300px;
}
.tbEnhancedSearch{
    border-collapse:collapse;
    width:570px;
    text-align:left;
    vertical-align:middle;
}
.tbSearchHistory td{
    height:35px;
    border:0px solid #CCCCCC;
}
.searchHistory {
    margin-top:15px;
    width:600px;
    background-color:green;
}
.historyDetailedButton {
    margin:0 auto;
    width:80px;
    margin-top:20px;
}

.tbLegend td{
    vertical-align:bottom;
    padding-right:5px;
    border:0px solid red;
    padding-bottom:7px;
}
#searchtopmargin {
    margin-top:5px;
}

#wrapper-content{
    position:relative;
    width:800px;
    margin-top:5px;
    padding-top:2px;
}
.titlebox{
    position:absolute;
    left:10px;
    top:0;
    overflow:hidden;
    zoom:1;
    z-index:10;
}

.inside{
    top:-21px;
}
/*
.searchbgcolor{
    background-color:#E9E9E9;
    font-family:bookman old style,verdana,arial;
}*/
.copy{
    clear:left;
    margin-bottom:40px;
    width:600px;
}

.copy h1{
    font: normal 15px arial, sans-serif;
    color:#666;
    text-transform:uppercase;
    letter-spacing:0.5px;
    margin-bottom:10px;
}

.copy p{
    font: normal 12px arial, sans-serif;
    color:#666;
    margin-bottom:10px;
}


.pageicon, .pagetitle{
    float:left;
    width:auto;
    height:auto;
    text-transform:uppercase;
    font: normal 15px arial, sans-serif;
    color:#999;
    margin-right:5px;
}

.pagetitle{
    padding-top:3px;
}


#searchbox{
    position:absolute;
    left:565px;
    top:0px;
    zoom:1;
    z-index:10;
    width:226px;
    height:25px;
    border:1px solid #999;
    padding:3px 0 3px 3px;
    background:url(images/searchbox-bg.png) repeat-x;
}

#searchbox .searchboxinput {
    float:left;
    margin-right:3px;
    margin-bottom:5px;
}
#searchbox .searchButton{
    margin-top:3px;
}

.searchTypeBox {
    float:right;
    margin:0 auto;
    padding:8px 5px 5px 0px;
    position:relative;
    height:25px;
    font:normal 12px/15px Arial, Helvetica, sans-serif;
    color:#333;
    margin-bottom:10px;
}

.cartTopSearch{
    margin-left:565px;
    zoom:1;
    z-index:10;
    width:226px;
    height:25px;
    padding:3px 0px 3px 6px;
    text-align:right;
    margin-bottom:5px;
}
.cartTopSearch .cartInputs{
    margin-right:0px;
}
#statusbox {
    height:27px;
    width:720px;
    border:1px dotted;
    text-align:left;
}
.historyStatusbox {
    height:27px;
    width:720px;
    border:1px dotted;
    text-align:left;
}
.detailedsearchbox {
    width:700px;
    height:60px;
    border:1px solid #DE9F49;
}

/**********************   buttons start  **********/

.buttonDistance {
         margin-left:20px;
}

.buttonLeft{
    display: block;
    float: left;
    background: url(images/buttonLeft.jpg) no-repeat;
    width: 8px;
    height: 35px;
}
.buttonMiddle{
    display: block;
    float: left;
    background: url(images/buttonMiddle.jpg) repeat-x;
    height: 35px;
}
.buttonMiddle a{
    text-decoration:none;
}
.buttonRight{
    display: block;
    float: left;
    background: url(images/buttonRight.jpg) no-repeat;
    width: 8px;
    height: 35px;
}

.buttonBackground {
    cursor:pointer;
    background: url(images/buttonMiddle.jpg) repeat-x;
    font:bold 11px/18px Arial, Helvetica, sans-serif;
    color:#333;
    overflow: visible;
    width: auto;
    padding-top: 1px;
}

button.submit{
    right:10px;
    width:60px;
    height:20px;
    border:2px solid #999;
    font: bold 11px arial, sans-serif;
    color:#5F7C92;
    cursor:pointer;
}

.searchbutton{
    right:10px;
    width:60px;
    height:20px;
    border:2px solid #999;
    border-color:#DE9F49;
    font: bold 11px arial, sans-serif;
    color:black;
    cursor:pointer;
}

.normalConfigurationButton {
    float:right;
    margin-top:5px;
}

.shoppingCartButton {
    margin-right:auto;
    margin-left:auto;
    width:400px;
}
.cartNoItemsMsg{
    background-color:#EFEBDE;
    color:#333;
    font: normal 14px/18px Arial, Helvetica, sans-serif;
    margin:0 5px 0 5px;
}

.configurationButton , .cancelChangesButton{
    width:150px;
}

.cartCatalogueSearchButton {
    text-align:left;
    margin-left:5px;
    color:#0B0B0B; border:none;
    height:13px;  cursor:pointer;
    font:normal 10px/13px Arial, Helvetica, sans-serif;
    text-transform:uppercase;
    float:left;
    background:url(images/submit_bg.gif) no-repeat 100px 0;
    background-position: right;
    padding-right: 20px;
}

.historySearch a{
    color:#333;
}
.historyDetailedSearchArea{
    width:500px;
    margin-left:190px;
    text-align:left;
}
.leftSideWidth{
    width:150px;
    display:inline-block;
}
.historySearchResult{
    width:790px;
    margin:0 auto;
    margin-top:10px;
}
.historyIcons{
    margin-top:5px;
    width:780px;
}
.historySelectMargin{
    margin-left:16px;
}
.inputLeftMargin {
   margin-left:12px;
}
.inputLeftMargin2{
    margin-left:53px;
}
.dateFormatMargin{
    margin-left:240px;
}
.historySearchButton {
    text-align:left;
    margin-left:5px;
    color:#333;
    border:none;
    height:13px;  cursor:pointer;
    font:normal 10px/13px Arial, Helvetica, sans-serif; text-transform:uppercase;
    float:left;
    padding-right: 20px;
}

.historySearchBg1 {
    background:url(images/submit_bg.gif) no-repeat 0;
    background-position: right;
}
.historySearchBg2 {
    background:url(images/submit_bg.gif) no-repeat 0;
    background-position: right;
}
.printDownload{
    width:700px;
    margin:0 auto;
    margin-bottom:10px;
    margin-top:10px;
}
.printDownload a{
    font:bold 12px/15px Arial, Helvetica, sans-serif;
    color:#333;
}
.cartButtonsMargin {
     margin-right:10px;
 }
 .monthWidth {
     width:86px;
 }
 .dateBetween{
     margin:0 11px 0 11px;
 }
 .cartButtonArea {
    height:80px;
 }
 .cartSelectButtons {
    float:right;
    margin-right:32px;
 }
 .cartSorting {
     border:#CCCCCC 1px solid;
 }
 .cartButtons {
     margin-top:10px;
     margin-left:5px;
 }
 .cartButtons input {
      font:bold 11px/18px Arial, Helvetica, sans-serif;
      color:#333;
      margin: 0px;
 }

/**********************   buttons end  **********/

.test{
    border:1px solid #999;
    font: bold 11px arial, sans-serif;
    color:red;
    cursor:pointer;
}


#content-left{
    margin-top:8px;
    width:568px;
    height:auto;
    float:left;
    background:url(images/grad-bottom.png) repeat-x bottom left;
    margin-right:10px;
    min-height:332px;
    position:relative;
}

#content-left .box-inside{
    position:relative;
    border:1px solid #ccc;
    padding-top:25px;
    height:auto;
    width:600px;
}

#content-left .custGrpComboMargin{
    width:370px;
    margin-left:3px;
}

.home-menu{
    clear:left;
    width:auto;
    padding-left:45px;
}

.home-menu a{
    display:block;
    height:28px;
    width:auto;
    padding:10px 0 0 50px;
    margin-bottom:20px;
    font: bold 12px arial, sans-serif;
    color:#666;
    text-decoration:none;
}

#content-right{
    float:left;
}

#supportbox, #infobox{
    position:relative;
    width:148px;
    height:auto;
    min-height:250px;
    border:1px solid #ccc;
    background:url(images/grad-bottom.png) repeat-x bottom left;
    margin-bottom:10px;
}

#supportbox{
    min-height:140px;
}

.header{
    width:100%;
    height:20px;
    background:url(images/searchbox-bg.png) repeat-x;
    border-bottom:1px solid #ccc;
    text-align:center;
    font: normal 12px arial, sans-serif;
    padding-top:5px;
    color:#666;
}

.navigation-font {
    font: bold 10px arial;
}

#infobox-icon{
    position:absolute;
    top:5px;
    left:7px;
    width:16px;
    height:16px;
    background:url(images/right-box-info-icon.png) no-repeat;
}


/* button */





/* end button */


/* ************** CUSTOMERS-PAGE ************************/

#customers-list-wrapper{
    position:relative;
    padding-top:60px;
}

.button-new-customer{
    position:absolute;
    height:24px;
    width:100px;
    padding:12px 0 0 42px;
    top:0px;
    left:370px;
    background:url(images/new-customer-big-bg.png) no-repeat;
    font: bold 13px arial, sans-serif;
    text-decoration:none;
    color:#fff;
}

.customer-list{
    margin-left:20px;
    width:490px;
    overflow:hidden;
    zoom:1;
}



.customer-list-row{
    padding-bottom:5px;
    border-bottom:1px solid #ccc;
    margin-bottom:15px;
    margin-top:10px;
    overflow:hidden;
    zoom:1;
}

.customer-list-data{
    display:inline-block;
    float:left;
}

.left-column, .center-column{
    margin-right:40px;
}

a.customer-list-button{
    display:block;
    float:left;
    width:32px;
    height:32px;
    cursor:pointer;
    margin:0 0 0 15px;
}

/*
a.customer-list-detail{	background:url(images/icon-customers-details.png) no-repeat;	}
a.customer-list-add-contract{	background:url(images/icon-customers-add.png) no-repeat;	}
a.customer-list-delete{	background:url(images/icon-customers-delete.png) no-repeat;	}

.customer-list h1{	font: bold 12px arial, sans-serif;	color:#666; margin-bottom:5px;	}
.customer-list p{	font: normal 11px arial, sans-serif;	color:#666;	}

#caption{ padding-left:20px; font: normal 10px arial, sans-serif; color:#666; margin-top:10px;	}
#caption span{margin-left:20px;}

#customers-list-controls{
    text-align:center;
    width:250px;
    position:absolute;
    right:15px;
    bottom:15px;
}

.controls-to-center{
    overflow:hidden;
    zoom:1;
    width:80px;
    margin:auto;
    margin-bottom:10px;
}

.controls-text{
    font: normal 10px arial, sans-serif; color:#666;
}


#customers-list-controls a{
    display:block;
    float:left;
    width:20px;
    height:16px;
}

.fast-back{	background:url(images/fast-back.png) no-repeat;	}
.back{	background:url(images/back.png) no-repeat;	}
.next{	background:url(images/next.png) no-repeat;	}
.fast-next{	background:url(images/fast-next.png) no-repeat;	}

*/

#navbar{
    width:auto;
    height:36px;
    background:url(images/navbar-bg.png) left top repeat-x; }
#navbar .inbar{
    display:block;
    height:36px;
    background:url(images/right-round.png) right top no-repeat; }
#navbar ul, #navbar ul li{
    border:0px;
    margin:0px;
    padding:0px;
    list-style:none;
    height:36px;
    line-height:36px; } #navbar ul{
    background:url(images/left-round.png) left top no-repeat; }
#navbar ul li{
    float:left;
    display:block;
    line-height:36px; }
#navbar ul li a{
    color:#403e32;
    text-decoration:none;
    font-weight:bold;
    display:block; }
#navbar ul li a span{
    padding:0 20px 0 0;
    height:36px;
    line-height:36px;
    display:block;
    margin-left:20px; }
#navbar .navhome a, #navbar .navhome a:hover{
    background:url(images/a-bg.png) left top no-repeat;
    height:36px;
    line-height:36px; }
#navbar .navhome a span, #navbar .navhome a:hover span{
    color:#FFFFFF;
    background:url(images/span-bg.png) right top no-repeat;
    height:36px;
    line-height:36px; }
#navbar ul li a:hover{
    background:url(images/ahover-bg.png) left top no-repeat;
    height:36px;
    line-height:36px; }
#navbar ul li a:hover span{
    background:url(images/spanhover-bg.png) right top no-repeat;
    height:36px;
    line-height:36px; }

/* ----------------- login start --------------------------- */

#login{
	width:100%; padding:0 0 0 200px;
        margin:0 auto; position:relative;
}
 .loginarea{
        margin-top:30px;
	color:#000000; border:#CCCCCC 1px solid;
	width:300px;float:left;margin-left:50px;
        padding-top:10px;
 }

.logininfodiv{
	background-color:white; color:#000000;
        border:#CCCCCC 0px solid;
	width:500px;
        margin:30px auto;
        text-align:left;
 }

 .loginarea h3{
	/*background:url(images/search_h2_bg.gif) no-repeat 0 0;*/
        color:#786E4E;
	float:left;
	font:bold 14px/24px Arial, Helvetica, sans-serif;text-transform:uppercase;
        text-align:left;
        margin-left:20px;
 }

 .loginarea label{
	color:#0B0B0B; margin:0 0 8px 0; float:left;
	font:bold 10px/28px Arial, Helvetica, sans-serif; text-transform:uppercase;
 }
 .loginarea input{
	color:#0B0B0B;
        border:1px solid #CCCCCC;
	font:normal 12px/20px Arial, Helvetica, sans-serif;
        height:20px;
 }
 .loginarea p{
	color:#CC0000;
	font:normal 13px/15px Arial, Helvetica, sans-serif;
 }

.shopComboWidth{
    min-width:130px;
}
 /*********************************************** work area ***********************************/
 .loginarea input.submit{
	background:url(images/submit_bg.gif) no-repeat 0px 5px; color:#0B0B0B; border:none;
	height:13px;  cursor:pointer;
	font:normal 10px/13px Arial, Helvetica, sans-serif; text-transform:uppercase;
        height:25px;
        margin:0px 21px 0 0 ;
        padding-left:17px;
        text-align:left;
 }
 .passwordouter{
     text-align:left;
     width:100%;
     font:normal 14px/20px Arial, Helvetica, sans-serif;
 }
  .passwordouter span{
     width:48%;
     display:block;
     border:0px solid blue;
     float:left;
 }
 .passwordouter .w100{
     width:100%;
     display:block;
 }
 .passwordouter  .pwdLeft{
     font:bold 10px Arial, Helvetica, sans-serif; text-transform:uppercase;
     width:110px;
     margin-left:20px;
     height:25px;
 }

 .passwordouter  .pwdRight{
     width:160px;
     height:25px;
 }

 .passwordouter .title{
     width:200px;
     margin:15px 0 10px 20px;
 }

 .passwordouter .loginButton{
     float:right;
     margin-right:25px;
 }
 .loginTitle {
     margin-bottom: 10px;
     width:200px;
}
 /*
 .passwordouter select{
     width:156px;
 }*/
 /*********************************************** work area ***********************************/

#debugmessage{
   margin-left:auto;
   margin-right:auto;
   width:800px;
   margin-top:200px;
 }

 #debugmessage span.unavailablemessage {
    padding-left:50px;
 }

 #outerborder {
     width:800px;
     height:100%;
     margin:auto;
     border:#CCCCCC 1px solid;
 }

/* ----------------- login end --------------------------- */


/*-------------- start navigation -----------------------------*/




/*-------------- end navigation -----------------------------*/


/* -------- start menu and content----------------- */
#menu {
    float:left;
    height:100%;
    width:245px;
    overflow:auto;
    margin-left: 3px;
}

.leftMenuLink {
    margin-left:5px;
    border-bottom:5px solid white;
}
#menu .menuheader{
    width:240px;
    height:20px;
    background:url(images/head-bg.png) repeat-x;
    text-transform:uppercase;
    text-align:center;
    font: bold 10px arial;
    color:#333;
    text-decoration:none;
    margin-bottom:5px;
}

#menu div{
    text-align:left;
    font:bold 11px/15px Arial, Helvetica, sans-serif;
    color:#666;
}

#menu div a{
    color: #666;
}

#menu .optionmenu {
    vertical-align:middle;
    width:240px;
    margin:0 0 5px 5px;
}

#menu .optionmenuheight {
    vertical-align:bottom;
    height:40px;
}

#menu .menuitemmargin {
    margin-bottom:5px;
    margin-left:5px;
}

#newsarea {
    padding-top:0px;
    min-height:300px;
}

#newsarea .newsheader{
    width:100%;
    margin:auto;
    text-align:center;
    background:url(images/head-bg.png) repeat-x;
    text-transform:uppercase;
    height:20px;
    font: bold 10px arial;
    color:#333;
    text-decoration:none;
}

#homepagewrapper {
    width:800px;
    margin:auto;
    text-align:left;

}

#startpagecontent {
    width:550px;
    margin-left:250px;
}
.centerAlignContent{
    margin:0 auto;
}
.alignCenter {
        text-align:center;
}

/* -------- end menu and content----------------- */
.productSearchDiv{
    width:550px;
    margin-left:250px;
    height:auto;
    overflow:auto;
}

.productSearchDiv td{
    padding-left:3px;
}

#productlisting{
    position:relative;
    width:550px;
    height:16px;
    background:url(images/head-bg.png) repeat-x;
    font: normal 10px arial, sans-serif;
}

#productlisting li{
    display:block;
    float:left;
    height:16px;
    list-style:none;
    border-top:1px solid #9a9a9a;
    border-right:1px solid #9a9a9a;
    border-bottom:1px solid #9a9a9a;
}

#productlisting li.first {
    border-left:1px solid #9a9a9a;
}

#productlist {

}

.commonTableHead{
    height:18px;
    text-align:center;
    font:bold 10px/13px Arial, Helvetica, sans-serif;
    text-transform:uppercase;
    background:url(images/head-bg.png) repeat-x;
}

.shoppingCartHead,.flashOrderHead, .personalSettingsHead,.valuePackHead, .identOrderHead {
    height:18px;
    text-align:center;
    font-weight:normal;
    color:#666;
    vertical-align:bottom;
}

.historyTableHead {
    height:18px;
    text-align:center;
    font:bold 10px/13px Arial, Helvetica, sans-serif;
    color:#666;
    vertical-align:bottom;
    background:url(images/head-bg.png) repeat-x;
    width: 750px;
}


.order {
    background:url(images/submit_bg.gif) no-repeat 0px 0; color:#0B0B0B; border:none;
    height:13px; float:right; cursor:pointer;
    font:normal 10px/13px Arial, Helvetica, sans-serif; text-transform:uppercase;
    padding-left:17px;
    margin:10px 21px 0 0 ;
}

.contentText {
    font:normal 12px/17px Arial, Helvetica, sans-serif;
    color:#666;
    margin-left:5px;
}

#productListingTable {
    text-align:center;
    border:#CCCCCC 1px solid;
}

/* product configuration starts*/
.product-configuration-table, .shoppingCartTable, .flashOrderingTable, .valuePackTable, .identTable{
    border:#CCCCCC 1px solid;
    margin-left:4px;
    margin-right:4px;
    text-align:center;
    /*background:url(images/grad-bottom.png) repeat-x bottom left;*/
}
.historyTable {
    text-align:center;
    border:#CCCCCC 1px solid;
    margin:0 auto;
    width:100%;
}

.historyTable td{
    padding-right:3px;
    padding-left:3px;
}

.historyTableDetails{
    border:1px solid #CCCCCC ;
    width:750px;
    border-collapse:collapse;
    margin-top:10px;
    margin:0 auto;
}
.innerTable{
    background-color:#FFFFFF;
}
.innerTable td, .innerTable th{
    border-top:1px solid #CCCCCC;
}
.fadeBottom{
    background:url(images/bg_blue_bot.jpg) repeat-x bottom left;
    background-position:0 -30;
}
.fadeTop{
     background:url(images/bg_blue_fade.jpg) repeat-x bottom left;
}

.historySearch{
    background-color:orange;
}

.historyDetailsButton{
    width:500px;
    padding-top:5px;
    margin-top:0px;
    margin-bottom:50px;
}
.historyDetailsButton .buttonWidth{
    width:150px;
}
.historyDetailsButton .buttonWidthLarge{
    width:220px;
}
.historyTable a, .historyTableDetails a{
    font:normal 12px/15px Arial, Helvetica, sans-serif;
    color:#333;
}

#selectButtonDiv {
   text-align:right;
   margin-right:5px;
   padding-right:10px;
   margin-bottom:0px;
}

#page-wrapper {
    width:800px;
    height:100%;
    margin:auto;
}

.cursor-hand {
    cursor: pointer;
}

.product-configuration {
    font:bold 13px/17px Arial, Helvetica, sans-serif;
    color:#333;
    float:left;
    margin:0 0 0 5px;

}

.orderbutton {
    color:#0B0B0B; border:none;
    height:13px;  margin:7px 0 0 200px; padding:0 20px 0 0; cursor:pointer;
    font:normal 10px/13px Arial, Helvetica, sans-serif; text-transform:uppercase;
}

.orderbutton-background1 {
    background:url(images/submit_bg.gif) no-repeat 0;
    background-position: right;
}

.orderbutton-background2 {
    background:url(images/submit_bg.gif) no-repeat 0;
    background-position: right;
}


.prodConfigurationInputs {
    color:#0B0B0B; border:#C3BCA4 1px solid;
    font:normal 12px/18px Arial, Helvetica, sans-serif;
}

.backToCart {
    width:170px;
}

/* product configuration ends */




/* shopping cart starts */
.shoppingCartWrapper{

}
.orderingMessage,.errorMessage {
    background-color:#EFEBDE;
    border:#C3BCA4 1px solid;
    color:#CC3009;
    font: bold 12px/18px Arial, Helvetica, sans-serif;
    margin:5px 5px 5px 5px;
    padding:0 5px 0 0;
}

.error{
      color:#CC3009;
}

.expressDelivery {
    font:bold 12px/20px Arial, Helvetica, sans-serif;
    color:#333;
}

.expressDeliveryBox {
    float:left;
    margin-left: 5px;
}
.expressDeliveryBox input,
.expressDeliveryBox label{
    vertical-align: top;
}

#cartSortingTypes {
    float:left;
    text-align:center;
    border:#CCCCCC 1px solid;
    margin:5px 4px 4px 5px;
    padding:2px 40px 2px 40px;
}

#cartSortingTypes td {
    font:normal 12px/14px Arial, Helvetica, sans-serif;
    color:#333;
}

#cartSortingTypes a{
    font:normal 11px/13px Arial, Helvetica, sans-serif;
    color:#333;
    text-decoration:underline;
}
.historyInputWidth{
    width:180px;
}


.flashOrderItemName {
    font: bold 11px arial;
    color:#333;
    padding-bottom:5px;
    text-align:left;
}
.flashUpload{
   float:right;
   margin-right:120px;
   margin-top:5px;
}

/*
.shoppingCartTable td, .historyTable td {
     font:normal 11px/17px Arial, Helvetica, sans-serif;
     color:#666;
 }*/
 .linesAndQuantity {
     font:normal 9px/14px Arial, Helvetica, sans-serif;
     color:#666;
 }


/* shopping cart ends*/

/* shipping starts */
#shippingAddressWrapper {
    width:440px;
    float:left;
    border:#CCCCCC 1px solid;
    margin:15px;
}



#shippingAddressWrapper label {
        float:left;
        width:200px;
        text-align:left;
        padding-left:0px;
        font:normal 12px/17px Arial, Helvetica, sans-serif;
        color:#333;
}

#shippingAddressWrapper div {
       float:left;
       margin-bottom:4px;
}

#shippingAddressWrapper h2 {
     background:url(images/head-bg.png) repeat-x;
    height:20px;
    text-align:center;
    font: bold 11px arial;
    color:#333;
    padding-top:3px;
}

#shippingAddressWrapper p {
     font:normal 12px/18px Arial, Helvetica, sans-serif;
     color:#333;
     margin:5px 0 10px 0;
}

 .footerLabel {
     font:normal 12px/15px Arial, Helvetica, sans-serif;
     color:#333;
}

.shippingButtons{
    margin:15px 0 0 200px;
}

/* shipping ends */

/* forgot password */
.forgotPasswordWraper, .emailWrapper{
    margin:0 auto;
    margin-top:40px;
    width:800px;
    height:400px;
    border:#CCCCCC 1px solid;
    padding:0 0 0 0;
    font:normal 12px/15px Arial, Helvetica, sans-serif;
    color:#333;
}
.logoffWrapper{
    margin:0 auto;
    width:800px;
    border:#CCCCCC 1px solid;
    font:normal 12px/15px Arial, Helvetica, sans-serif;
    color:#333;
}
.logoffInfo{
    width:400px;
    margin-bottom:10px;
    margin:0 auto;
    margin-top:50px;
    margin-bottom:50px;
}
.forgotPasswordInputArea{
    text-align:left;
    width:550px;
    margin:0 auto;
    margin-top:10px;
}
.forgotPasswordInputArea input[type=text]{
    margin-top:3px;
}
.forgotPasswordInputArea label{
    float:left;
    width:150px;
    text-align:left;
    padding-left:50px;
    font:normal 12px/17px Arial, Helvetica, sans-serif;
    color:#333;
}
.forgotPasswordWraper .info{
    font:normal 12px/15px Arial, Helvetica, sans-serif;
    color:#333;
    text-align:center;
    margin-top:30px;
}
.forgotButtons{
    width:300px;
    margin:0 auto;
    margin-top:10px;
}
.forgotInfoText{
    width:800px;
    float:left;
    padding-left:50px;
}

/* flash ordering starts */
.flashOrderError {
    background-color:#EFEBDE;
    color:#0B0B0B;
    border:#C3BCA4 1px solid;
    color:#CC3009;
    font: bold 12px/18px Arial, Helvetica, sans-serif;
    margin:0 5px 0 5px;
}



.flashCartButtons {
    width:350px;
    margin: 0 auto;
    margin-top:5px;
}

#uploadFile {
    margin:0 auto;
    margin-top:5px;
}

#uploadFile .uploadButtonArea {
    float:left;
    margin:20px 0 0 40px;
    width:750px;
}
#uploadFile .uploadComment {
    width:790px;
    font:normal 12px/14px Arial, Helvetica, sans-serif;
    color:#666;
    float:left;
    border:#CCCCCC 1px solid;
}
.uploadCommentBottomMargin{
    margin-bottom:50px;
}
#uploadFile .uploadFormat {
    width:790px;
    font:normal 12px/17px Arial, Helvetica, sans-serif;
    color:#666;
    margin: 0 auto;
    margin-top:5px;
}
#uploadFile .uploadFormat h2 {
    font:bold 13px/20px Arial, Helvetica, sans-serif;
    color:#666;
}

/* flash ordering ends */

.personalSettingsTable {
    text-align:left;
    border:#CCCCCC 1px solid;
    width:750px;
    margin:0 auto;
}

.personalSettingsTable td {
    font:normal 12px/18px Arial, Helvetica, sans-serif;
    color:#666;
}
.personalSettingsMessage{
    text-align:center;
    background-color:#EFEBDE;
    border:#C3BCA4 1px solid;
    color:#CC3009;
    font: bold 12px/18px Arial, Helvetica, sans-serif;
    margin:25px 5px 5px 5px;
    padding:0 5px 0 0;
    float:right;
}

.personalSettingsHeader {
    width:750px;
    font:bold 12px/14px Arial, Helvetica, sans-serif;
    color:#666;
    margin:0 0 5px 25px;
    text-align:left;
}

.adminSettingsTable {
     text-align:left;
    border:#CCCCCC 1px solid;
    margin-left:4px;
    margin-right:4px;
    width:790px;
}
.adminSettingsTable td {
     font:normal 11px/18px Arial, Helvetica, sans-serif;
    color:#666;
}
.adminSettingsTable .adminsettingsHead {
    background:url(images/head-bg.png) repeat-x;
    height:20px;
    text-align:left;
    font: bold 11px arial;
    color:#333;
}

.addUserButton {
    float:right;
    margin:5px 5px 0 0;
}
.line {
    margin:5px 0 5px 0;
    color:#CCCCCC;
}
.settingsButton {
    float:left;
    margin-left:285px;
}

#loginErrorWrapper{
    border:#CCCCCC 1px solid;
    height:500px;
    width:800px;
    margin: auto;
}
#loginErrorWrapper .loginerror {
    font:bold 13px/17px Arial, Helvetica, sans-serif;
    color:#333;
}
#loginErrorWrapper .loginErrorMessageArea {
    margin-top:160px;
}
.loginErrorBackButton{
    width:100px;
    margin:0 auto;
    margin-top:20px;
}

/* begins value pack */
.valuePackWrapper {
    margin:0 auto;
    margin-top:10px;
    width:800px;
    height:auto;
    font:normal 12px/15px Arial, Helvetica, sans-serif;
    color:#333;
}
.valuePackBlock {
     border:#CCCCCC 1px solid;
}
.valuePackBlock input{
    width:180px;
    margin-bottom:5px;
}
.blockedCustomerMessage{
    background-color:#EFEBDE;
    color:#CC3009;
    font: bold 12px/18px Arial, Helvetica, sans-serif;
    margin:0 5px 0 5px;
}
.valuePackBlockedCustomer{
    background-color:#EFEBDE;
    color:#CC3009;
    font: bold 12px/18px Arial, Helvetica, sans-serif;
    margin:0 5px 0 5px;
}
.valuePackButtons{
    float:right;
}
.valuePackHeader{
    width:800px;
    font:bold 12px/14px Arial, Helvetica, sans-serif;
    color:#666;
    text-align:left;
    margin-bottom:15px;
}
/* ends value pack */

/* starts Ident order */
.identAddCartButton{
   margin-top:4px;
}


.tbIdentInputs td{
    padding:0px;
    vertical-align:top;
    text-align:left;
}
.identWrapper{
     width:792px;
     min-height:250px;
     border:#CCCCCC 1px solid;
     margin:0 3px 0 3px;
     font:normal 12px/15px Arial, Helvetica, sans-serif;
     color:#333;
}

.identWrapper .uploadButton{
   float:right;
   margin-right:160px;
   margin-top:5px;
}
.identCartButton{
   float:right;
}
.identCartAddDelete{
    margin:0;

}
/* ends Ident order */

.emailWrapper .mailButtons{
    width:200px;
    margin:0 auto;
    margin-top:15px;
}

.testul{
    width:700px;
    border:1px solid black;
}
.testul li{
    width:auto;
    float:left;
    display:inline-table;
    padding:5px 10px 5px 10px;
}
.testul .lastli{
    background-color:yellow;
}

.legal{
    float:right;
    margin-right: 5px;
    font: bold 10px arial;
    text-align:right;
}

.legal a {
    color: black;
}

.customerGroupInput {
    width:60px;
}

.mainBody {
    margin-bottom: -4px;
}