#basketPanel {
}
#orderPanel #orderForm {
	width:100%;
}
#basketPanel #basketEmpty {
    color: #555555;
    font-size: 14px;
    font-weight: normal;
    margin-top: 12px;
    text-align: center;
}
#basketPanel #basketNotEmpty {
    font-size: 15px;
    font-weight: lighter;
    line-height: 14px;
    margin-left: 0;
    padding: 10px;
    text-align: center;
    width: 100%;
}
#basketPanel #bskPanelprodNum {
    font-size: 12px;
    font-weight: bold;
}
#basketPanel #bskPanelprodCount {
    font-size: 12px;
    font-weight: bold;
}
#basketPanel #bskPaneltotalNettPrice {
    font-size: 12px;
    font-weight: bold;
}
#basketPanel #bskPaneltotalGrossPrice {
    font-size: 12px;
    font-weight: bold;
}
#basketbody {
    display: block;
    float: left;
    font-size: 11px;
    text-align: center;
    width: 100%;
}
#basketPanel a {
    text-decoration: none;
}
#basketPanel a:hover {
    text-decoration: underline;
}
#basketbody #basketEmpty {
    display: block;
    float: left;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    width: 100%;
}
#basketItemsTable {
    display: block;
    float: left;
    width: 100%;
}
#basketItemsTable table {
    width: 100%;
}
#basketItemsTable th {
    font-size: 12px;
    font-weight: bold;
}
#basketItemsTable tr {
}
#basketItemsTable td {
    font-size: 12px;
    font-weight: normal;
}
.tr1 {
    background-color: #F2F2F2;
}
.tr2 {
    background-color: #ffffff;
}
#bskImport {
    display: block;
    float: left;
    padding-left: 0;
    text-align: left;
    width: 47%;
	margin: 5px;
    padding: 5px;
	border: 1px solid #dddddd;
}
#bskExport {
    border: 1px solid #dddddd;
    display: block;
    float: left;
    margin: 5px;
    padding: 5px;
    text-align: left;
    width: 47%;
}
#bskPrint {
    border: 1px solid #dddddd;
    display: block;
    float: left;
    margin: 5px;
    padding: 5px;
    text-align: left;
    width: 47%;
}
#basketItemsTable #bskBtnGroup .imgButton {
    background-color: transparent;
    border: 0 none;
    cursor: pointer;
    display: block;
    float: right;
    height: 16px;
    margin: 0 2px;
    width: 16px;
}
#basketItemsTable #productname {
    color: #454545;
    font-size: 16px;
    font-weight: normal;
}
#basketItemsTable #modItemBtn {
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    border: 0 none;
    display: inline-block;
    padding: 8px 2px;
    width: 30px;
}
#basketItemsTable #delItemBtn {
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    border: 0 none;
    display: inline-block;
    padding: 8px 2px;
    width: 30px;
}
#basketItemsTable #refreshBskBtn {
    display: block;
}
.productcode{ font-size: 12px;}