/*Copyright (c) Roger Ledergerber 2006 AMAYA Cart Module*/
#spcart .right {
text-align : right;
}
#spcart .left {
text-align : left;
}
#spcart .center {
text-align : center;
}
#spcart img {
margin-bottom : -2px;
}
#spcart .itemwidth {
width : 70px;
}
#spcart .inputwidth {
width : 70px;
}
#spcart .savings {
color : #f00;
}
table#spcart {
margin:0 auto;
width : 99%; /*100%;
margin-left : 0;
margin-right : 0;*/
padding : 0;
/*border : 1px solid #ccc;*/
border-collapse : collapse;
}
table#spcart th {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 11px;
background-color : #396;
color : #fff;
padding : 5px 2px 5px 2px;
border : 1px solid #999;
}
table#spcart td {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 11px;
line-height : normal;
color : #000;
background-color : #f1f1f1;
padding : 2px;
border : 1px solid #ccc;
}
table#spcart input, select, button {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;
vertical-align : middle;
}
table#spcart .widesel {
width : 200px;/*150px*/
}
table#spcart .nobreak{
white-space : nowrap;
}
table#spcart .whitenobreak{
white-space : nowrap;
background-color : #fff;
}
table#spcart .yellownobreak{
white-space : nowrap;
background-color : #ffc;
}
table#spcart input#ppimg {
width : 135px;
height : 80px;
cursor : wait;
}
table#spcart .ccimg {
vertical-align : middle;
}
table#spcart .alcent {
text-align : center;
}
table#spcart .kgtags {
font-size : 7pt;
}
table#spcart .notes {
font-size : 8pt;
font-weight : normal;
font-style : italic;
}
table#filltbl {
width : 100%;
border : none;
}
table#filltbl td {
font-size: 11px;
border : none;
}
table#spcart .fillpad {
padding : 2px;
background-color : #bdc;/*#fff*/
}
table#spcart .fillin {
width : 170px;/*280px*/
margin : 2px 0;
background-color : #fff;
}
table#spcart .nbor {
text-align : right;
background-color : #ffc;
}
table#spcart .white {
background-color : #fff;
}
table#spcart .currency {
background-color : #bdc;
}
table#spcart .totals {
background-color : #fc9;
}
table#spcart .bulko {
background-color : #ff9;
}