@charset "utf-8";
/* CSS Document */

#CartBoxContents {overflow:hidden; display:none; position:absolute; top:85px; right:20px; border-right:1px solid #cccccc; border-left: 1px solid #cccccc; border-bottom:1px solid #cccccc; width:165px; padding:0 6px 0 7px; background:#FFFFFF url(../img/structure/layout/bg_cartBox.gif) repeat-x 0 0; z-index:10000; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:11px; font-weight:normal; color:#464646; }
* html #CartBoxContents {right:19px;}
#CartBoxContents .text-left {float:left; display:inline; padding-left:2px; }
#CartBoxContents .text-right {float:right; display:inline; padding-right:3px; }
#CartBoxContents .margin-left {margin:0 0 0 10px; }
#CartBoxContents .thin-grey {color:#727272; }
#CartBoxContents .red-bold {color:#a90e20; font-weight:bold; }
#CartBoxContentsHeader {  margin-top:15px; width:165px; overflow:hidden; font-weight:bold; line-height:23px; border-top:1px solid #cccccc; border-bottom:1px solid #cccccc; text-transform:uppercase; }
#CartBoxDetails li {display:inline; float:left; overflow:hidden; width:165px; background:url(../img/structure/layout/bg_cartBox_li.gif) repeat-x top left; padding: 4px 0 11px 0; }
#CartBoxDetails li.first {background:none;}
#CartBoxDetails .article-name a, 
#CartBoxDetails .article-name a:hover, 
#CartBoxDetails .article-name a:visited {color:#404040; text-decoration:underline; font-weight:bold; display:block; line-height: 24px; width:162px; padding-left:3px; overflow:hidden; height:24px; }
#CartBoxContentsSum {float:left; overflow:hidden; width:168px; line-height:23px; border-top:1px solid #cccccc; border-bottom:1px solid #cccccc; text-transform:uppercase; }
#CartBoxFootnote {float:left; font-size:10px; padding:18px 0 12px 2px; margin:0; line-height:1.5em; width:166px; }

#CartBoxEmptyMessage {line-height:25px; font-weight:bold; text-align:center; margin:0;  }