/****************************************************
 *
 * LULU css file copied here
 *
 ****************************************************/
.UIButton {
    font-size: 10pt;
    color: #000;
    padding: 2px 4px 2px 4px;
    text-decoration: none;
    cursor: pointer;
}

a.UIButton:hover {
    text-decoration: none;
}

/****************************************************
 * H_EXPAND Styling
 ****************************************************/
.UIButtonHExpand {
    display: inline-block;
    background: url('http://static.lulu.com/images/ui/controls/UIButton/silver.gif?20091217135956') repeat-x;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-right: 1px solid #555;
    border-bottom: 1px solid #555;
    font-weight: normal;
}

.UIButtonHExpand span {
    padding: 0.2em 0.5em;
}

/****************************************************
 * IMAGE Styling
 ****************************************************/
.UIButtonImage {
    font-size: 10pt;
    padding: 0;
    background: none !important;
    text-decoration: none;
    border: none;
}

/****************************************************
 * FULL_EXPAND Styling
 ****************************************************/
.UIButtonFullExpand {
    position: relative;
    display: inline;
    display: inline-block;
    padding: 0;
    text-decoration:none;
    color:#fff;
    font-family: "Lucida Grande", Arial, Geneva, sans-serif;
    font-weight: bold;
    font-size:small;
    overflow: hidden;
    border:none;
    background:none;
}

.UIButtonFullExpand span {
    background-repeat:no-repeat;
    margin:0;
    padding:0;
    display:block;
}

.UIButtonFullExpand .innerWrapper {
    display: table-cell;
    display: inline-block;
}

.UIButtonFullExpand .label {
    color: #fff;
    background-color: #f8981d;
    background-image:url('http://static.lulu.com/images/ui/controls/UIButton/full_expand/mm.png?20091217135956');
    background-position: left center;
    background-repeat: repeat-x;
    padding: 0 8px 0 8px;
}
.UIButtonFullExpand .ml {
    text-align: center;
    padding: 0 0 0 6px;
    background-image:url('http://static.lulu.com/images/ui/controls/UIButton/full_expand/ml.png?20091217135956');
    background-position: left center;
}
.UIButtonFullExpand .mr {
    padding-right: 6px;
    background-position: right center;
    background-image:url('http://static.lulu.com/images/ui/controls/UIButton/full_expand/mr.png?20091217135956');
}
.UIButtonFullExpand .tl {
    line-height: 10px;
    padding: 0 8px 0 14px;
    background-image:url('http://static.lulu.com/images/ui/controls/UIButton/full_expand/tl.png?20091217135956');
    background-position: left bottom;
}
.UIButtonFullExpand .tr {
    padding-right: 8px;
    line-height: 10px;
    background-image:url('http://static.lulu.com/images/ui/controls/UIButton/full_expand/tr.png?20091217135956');
    background-position: right bottom;
}

.UIButtonFullExpand .bl {
    line-height: 13px;
    padding: 0 8px 0 14px;
    background-image:url('http://static.lulu.com/images/ui/controls/UIButton/full_expand/bl.png?20091217135956');
    background-position: left top;
}
.UIButtonFullExpand .br {
    line-height: 13px;
    padding-right: 8px;
    background-image:url('http://static.lulu.com/images/ui/controls/UIButton/full_expand/br.png?20091217135956');
    background-position: right top;
}

/****************************************************
 * disabled styles
 ****************************************************/
.UIButtonDisabled {
    cursor: default;
}

.UIButtonDisabled span {
    color: #999999;
}

.UIButtonDisabled span.label {
    color: #dddddd;
}

.UIButtonDisabled img {
    opacity: .7;
}

/**************************************************
* full expand blue button
**************************************************/

.blueButton .label {
    color: #fff;
    background-color: #4577b0;
    background-image:url('http://static.lulu.com/images/ui/controls/UIButton/full_expand_blue/mm.png?20091217135956');
    background-position: left center;
    background-repeat: repeat-x;
    padding: 0 8px 0 8px;
}
.blueButton .ml {
    text-align: center;
    padding: 0 0 0 6px;
    background-image:url('http://static.lulu.com/images/ui/controls/UIButton/full_expand_blue/ml.png?20091217135956');
    background-position: left center;
}
.blueButton .mr {
    padding-right: 6px;
    background-position: right center;
    background-image:url('http://static.lulu.com/images/ui/controls/UIButton/full_expand_blue/mr.png?20091217135956');
}
.blueButton .tl {
    line-height: 10px;
    padding: 0 8px 0 14px;
    background-image:url('http://static.lulu.com/images/ui/controls/UIButton/full_expand_blue/tl.png?20091217135956');
    background-position: left bottom;
}
.blueButton .tr {
    padding-right: 8px;
    line-height: 10px;
    background-image:url('http://static.lulu.com/images/ui/controls/UIButton/full_expand_blue/tr.png?20091217135956');
    background-position: right bottom;
}

.blueButton .bl {
    line-height: 13px;
    padding: 0 8px 0 14px;
    background-image:url('http://static.lulu.com/images/ui/controls/UIButton/full_expand_blue/bl.png?20091217135956');
    background-position: left top;
}
.blueButton .br {
    line-height: 13px;
    padding-right: 8px;
    background-image:url('http://static.lulu.com/images/ui/controls/UIButton/full_expand_blue/br.png?20091217135956');
    background-position: right top;
}


.UIRating {
    text-align: center;
    display: inline-block;
    position: relative;
}

.UIRating .stars {
    overflow: hidden;
    position: relative;
}

.UIRating.writable .stars img:hover {
    cursor: pointer;
}

.UIRating .stars img {
    float: left;
    margin: 0;
    padding: 0;
}

.UIRating .norating {
    position: absolute;
    top: 0;
    left: 0;
    width: 75px;
    text-align: center;
}

.UIRating .norating .text{
    position: absolute;
    top: 2px;
    left: 0;
    width: 75px;
    text-align: center;
    z-index: 1;
    font-size: 9px;
}

.UIRating .norating .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 75px;
    opacity: .5;
    background-color: white;
}

/* uses 'L_constants.php' */
/****************************************************
 * UIDialogBox.css
 ****************************************************/

div.UIDialogBox {
    overflow: visible;
    margin: 0;
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    z-index: 1000;
}

div.UIDialogBox .blockFoot {
    overflow: visible;
    height: auto;
    min-height: 10px;
}

div.UIDialogBox .blockFoot .footerActions .UIButton {
    display: block;
}

.UIDialogCloseBtn .blockHead {
    min-height: 15px;
}

div.ui-draggable .blockHead {
    cursor: move;
}

/*.UIDialogBox .blockHead .topLeft,
.UIDialogBox .blockHead .topRight, */
div.UIDialogBox .blockFoot .bottomLeft,
div.UIDialogBox .blockFoot .bottomRight
{
    background: none;
}

div.UIDialogBox .blockHead .topLeft,
div.UIDialogBox .blockHead .topRight,
div.UIDialogBox .blockFoot .bottomLeft,
div.UIDialogBox .blockFoot .bottomRight
{
    height: 100%;
    width: 5px;
}

div.UIDialogBox .blockHead .topLeft {
    left: -5px;
    background:url(http://static.lulu.com/images/components/UIDialogBox/corner_tl.png?20091217135956) no-repeat left top;
}

div.UIDialogBox .blockHead .topRight
{
    right: -5px;
    background:url(http://static.lulu.com/images/components/UIDialogBox/corner_tr.png?20091217135956) no-repeat right top;
}

div.UIDialogBox .blockFoot .bottomLeft {
    left: -5px;
    background:url(http://static.lulu.com/images/components/UIDialogBox/corner_bl.png?20091217135956) no-repeat left bottom;
}

div.UIDialogBox .blockFoot .bottomRight
{
    right: -5px;
    background:url(http://static.lulu.com/images/components/UIDialogBox/corner_br.png?20091217135956) no-repeat right bottom;
}

div.UIDialogBox .blockFoot {
    font-size: 1em;
}

div.UIDialogBox .blockFoot .LButton {
    font-size: 1.2em;
}

.ui-resizable-se {
    background: url('http://static.lulu.com/images/components/UIDialogBox/dialogResizeHandle-se.gif?20091217135956') bottom right no-repeat;
    cursor: se-resize;
    width: 9px;
    height: 9px;
    right: 2px;
    bottom: 2px;
    position: absolute;
}

.shadow {
    height:100%;
    left:10px;
    position:absolute;
    top:9px;
    width:100%;
    z-index:-1;
    opacity: .8;
}

.shadow1 {
    right:-8px;
    position:absolute;
    bottom:-8px;
    z-index:-1;
    height: 99%;
    width: 99%;
}

.shadow1,
.shadow2,
.shadow3,
.shadow4
{
    background: url('http://static.lulu.com/images/components/UIDialogBox/shadow_pattern.png?20091217135956') repeat;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.shadow2,
.shadow3,
.shadow4
{
    left:2px;
    right:2px;
    top:2px;
    bottom:2px;
    position:absolute;
}

#UIDialogBoxModalScreen {
    background-color: #000000;
    filter:alpha(opacity=50); /* for IE 6-7 */
    opacity: .2;
}

#bookCostCalcDialog .blockFoot {
    height: 15px;
    padding: 0;
}

/****************************************************
 * blockBody element styles
 ****************************************************/

div.UIDialogBox .blockBody {
    background-color: #ffffff;
    padding: 15px;
}

div.UIDialogBox .blockBody h3,
div.UIDialogBox .blockBody p,
div.UIDialogBox .blockBody ol,
div.UIDialogBox .blockBody ul
{
    margin: 0 0 .5em 0;
}

div.UIDialogBox .blockBody h3 {
    font-size: 14px;
    color: #2C598F;
}

div.UIDialogBox .blockBody p {
    padding: 0;
}

div.UIDialogBox .blockBody ol,
div.UIDialogBox .blockBody ul
{
    padding: 0 0 0 2.5em;
}

div.UIDialogBox .blockBody ul {
    list-style-type: disc;
}

div.UIDialogBox .blockBody li {
    margin: 0 0 .5em 0;
}



/****************************************************
 * UIFloatingBox
 ****************************************************/

.UIFloatingBox .blockBody {
    border-width:1px;
}

.UIFloatingBox .blockHead {
    width: 100%;
}

.UIFloatingBox .headerActions {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    padding-right: 0;
}/* uses 'L_constants.php' */
/****************************************************
 * UIFramedBox.css
 ****************************************************/

div.UIFramedBox {
    position: relative;

    margin: 0 10px;
    padding: 20px 0 0 0;

    font-size: x-small;
    text-align: left;
}

div.UIFramedBox div.box_body {
    position: relative;
    overflow: hidden;

    margin: 0;
    padding: 0;

    font-size: 1.2em;
    background-color: #f5f5f5;
}

div.UIFramedBox h2.box_heading {
    padding: 0;
    margin: 0;
    background: url('http://static.lulu.com/images/ui/containers/UIFramedBox/silver_block_heading.png?20091217135956') no-repeat right top;
    font-size: 1.8em;
}

div.UIFramedBox h2.box_heading span {
    display: block;
    padding: 5px 20px;
    margin: 0 10px 0 0;
    background: url('http://static.lulu.com/images/ui/containers/UIFramedBox/silver_block_heading.png?20091217135956') no-repeat left top;
}

div.UIFramedBox div.box_footing {
    background: url('http://static.lulu.com/images/ui/containers/UIFramedBox/silver_block_footing.png?20091217135956') no-repeat right top;
}

div.UIFramedBox div.box_footing span {
    display: block;
    margin: 0 10px 0 0;
    height: 10px;
    background: url('http://static.lulu.com/images/ui/containers/UIFramedBox/silver_block_footing.png?20091217135956') no-repeat left top;
}

div.UIFramedBox_Border h2.box_heading {
    padding: 0;
    margin: 0;
    background: url('http://static.lulu.com/images/ui/containers/UIFramedBox/border/border_block_heading.png?20091217135956') no-repeat right top;
    font-size: 1.8em;
}

div.UIFramedBox_Border h2.box_heading span {
    display: block;
    padding: 5px;
    margin: 0 10px 0 0;
    background: url('http://static.lulu.com/images/ui/containers/UIFramedBox/border/border_block_heading_L.png?20091217135956') no-repeat left top;
}

div.UIFramedBox_Border div.box_footing {
    background: url('http://static.lulu.com/images/ui/containers/UIFramedBox/border/border_block_footing.gif?20091217135956') no-repeat right top;
}

div.UIFramedBox_Border div.box_footing span {
    display: block;
    margin: 0 10px 0 0;
    background: url('http://static.lulu.com/images/ui/containers/UIFramedBox/border/border_block_footing.png?20091217135956') no-repeat left top;
}

div.UIFramedBox_Border div.box_body {
	background-color: #fcfcfc;
	border-style: solid;
	border-width: 0 2px;
	border-color: #eee;
	margin: -3px 0 0 0;
}
div.UIFeedback {
    position: relative;
	text-align: left;
	margin-bottom: 5px;
	padding: 0.5em;
	font-weight: bold;
	border: 1px dotted;
}

div.UIFeedback a {
    text-decoration: underline;
}

div.UIFeedback a:hover {
    text-decoration: none;
}

div.error {
	background: #fee;
	border-color: #c33;
	color: #cc3333;
}

div.info {
	background: #DFEEFF;
	border-color: #2C598F;
	color: #2C598F;
}

div.success {
	background: #D6FF9F;
	border-color:#339900;
	color: #339900;
}

div.warning {
	background: #ffc;
	color: #330;
	font-weight: bold;
	border-color: #fe5;
}

div.dismissable {
    padding-right: 1em;
}

div.dismissable .dismissBtn {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    text-decoration: none;
	color: #2C598F;
	padding: 0 3px;
}

div.dismissable .dismissBtn:hover {
    background-color: #2C598F;
	color: white;
}
