/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.3.0
*/

@import "/venda-support/js/external/yui/build/container/assets/container.css"; /* This MUST be left in place as it defines the base styling */

/* Panel modality mask styles */
/* See http://developer.yahoo.com/yui/examples/container/panelskin1.html for skining tutorial*/

/* general panel */
.yui-panel { border:none; background-color:transparent; }

/* popup panel */
#popupcontent_panel.yui-panel, #lightboxcontent_panel.yui-panel, #loading_panel.yui-panel, #enlarge_panel.yui-panel { border:none; background-color:transparent;}

/* modal mask */
#popupcontent_panel_mask, #lightboxcontent_panel_mask, #wait_panel_mask, #loading_panel_mask, #enlarge_panel_mask {background-color:#fff;}

/* underlay */
#popupcontent_panel_c.yui-panel-container.shadow .underlay, #minicart_detail_c.yui-panel-container.shadow .underlay, #lightboxcontent_panel_c.yui-panel-container.shadow .underlay, #loading_panel_c.yui-panel-container.shadow .underlay, #enlarge_panel_c.yui-panel-container.shadow .underlay {display: none;}

/* header */
/* margin-left matches width of corner graphic */
#popupcontent_panel.yui-panel .hd, #lightboxcontent_panel.yui-panel .hd, #wait_panel.yui-panel .hd, #loading_panel.yui-panel .hd, #enlarge_panel.yui-panel .hd { padding:0; border:1px solid #444444; background-color:#444444; color:#FFFFFF; height:17px; text-transform:uppercase; font-size:1em; overflow:visible;}
#popupcontent_panel.yui-panel .hd span, #lightboxcontent_panel.yui-panel .hd span, #wait_panel.yui-panel .hd span,
#loading_panel.yui-panel .hd span, #enlarge_panel.yui-panel .hd span {line-height:17px; padding-left:3px; font-weight: normal;}
#popupcontent_panel.yui-panel .hd .tl, #lightboxcontent_panel.yui-panel .hd .tl, #wait_panel.yui-panel .hd .tl, #loading_panel.yui-panel .hd .tl, #enlarge_panel.yui-panel .hd .tl { display: none;}
#popupcontent_panel.yui-panel .hd .tr, #lightboxcontent_panel.yui-panel .hd .tr, #wait_panel.yui-panel .hd .tr, #loading_panel.yui-panel .hd .tr, #enlarge_panel.yui-panel .hd .tr { display: none; }


/* close window button */
#popupcontent_panel.yui-panel .container-close, #lightboxcontent_panel.yui-panel .container-close,
#loading_panel.yui-panel .container-close, #enlarge_panel.yui-panel .container-close { top:2px; right:4px; height:17px; width:17px; background-image:url(../../../images/popup_hd_bt_close.gif); }
#popupcontent_panel.yui-panel .container-close:hover, #lightboxcontent_panel.yui-panel .container-close:hover, #loading_panel.yui-panel .container-close:hover, #enlarge_panel.yui-panel .container-close:hover { background-image:url(../../../images/popup_hd_bt_closeover.gif); }
	
/* body */
#popupcontent_panel.yui-panel .bd, #lightboxcontent_panel.yui-panel .bd, #wait_panel.yui-panel .bd, #loading_panel.yui-panel .bd, #enlarge_panel.yui-panel .bd {padding:10px; border-left:1px solid #444444; border-right:1px solid #444444; border-bottom:1px solid #444444;background-color:#FFF; }
#popupcontent_panel #buttons, #lightboxcontent_panel #buttons, #loading_panel #buttons, #enlarge_panel #buttons { width:350px; margin:15px 0;}

/* product list specific */
#icat_popup #popupcontent_panel.yui-panel { width: 430px; }
#icat_popup #popupcontent_panel.yui-panel .bd { height: 425px; overflow: auto; }

/* product detail specific */
#invt_popup #popupcontent_panel.yui-panel { width: 370px; }
#invt_popup #popupcontent_panel.yui-panel .bd {overflow:hidden; /*font-size:1.1em;*/}
#invt_popup #popupcontent_panel_h span img {display:none;}
#invt_popup #popupcontent_panel.yui-panel .bd #popupcontent #tellafriend h1 {color:#ffffff; font-size:0.9em; border-bottom:0px; padding:0; margin:0 0 0 0; position:relative; top:-27px; left:0px; overflow:hidden; z-index:20;display:none;}
#invt_popup #popupcontent_panel.yui-panel .bd #popupcontent #tellafriend fieldset label {float:left; width: 150px; padding:3px 0 0 5px; margin:0;}
#invt_popup #popupcontent_panel.yui-panel .bd #popupcontent input, #invt_popup #popupcontent_panel.yui-panel .bd #popupcontent textarea {font-size:1em;}
#invt_popup #popupcontent_panel.yui-panel .bd #popupcontent #writereview h1,
#invt_popup #popupcontent_panel.yui-panel .bd #popupcontent #writereviewthankyou h1,
#invt_popup #popupcontent_panel.yui-panel .bd #popupcontent #emailmeback h1,
#invt_popup #popupcontent_panel.yui-panel .bd #popupcontent #emailinstockthankyou h1,
/*RT132795*/
#invt_popup #popupcontent_panel.yui-panel .bd #popupcontent textarea {border-bottom: 1px solid #E0C0CF; padding-bottom: 5px; margin-bottom: 10px; width: 98%;}
/*RT132795*/
#invt_popup #popupcontent_panel.yui-panel .bd #popupcontent #tellafriendthankyou h1 {display: none;}

#invt_popup #popupcontent_panel.yui-panel .bd #popupcontent .ppmsg input {border:none;}

/*#invt_popup #popupcontent_panel h1 { display:none; }*/ /* hide the title because it is already supplied in the popup header */

/* lightbox - product detail */
#lightbox_holder #lightboxcontent_panel.yui-panel .bd { overflow:hidden; }
#lightbox_holder #lightboxcontent_panel h1 { display:none; } /* hide the title because it is already supplied in the */
#lightboxflash { display:block; }

/* loading panel */
#wait_panel.yui-panel { width:240px; }
#wait_panel.yui-panel .bd #loadPanelImg {	background-image:url(../../../images/loading_bar.gif); display:block; width:220px; height:19px; }

/* minicart detail */

/* if the minicart detail is to appear in a popup window then you need to hide the element */
/* javascript will use innerHTML to pull the content into the popup */
#minicart_element {position:absolute;left:0px;top:-500px;width:1px;height:1px;overflow:hidden;}
/* you should remove this line if you want to show the minicart at all times as a static element */

#minicart_detail { position:absolute; top:117px; left:640px; color:#424242; z-index:1;} /* add the z-index for IE to float popup above Element heading graphics */
html* #minicart_detail {
 ]top:116px;
 ]left: 640px;    /*IE7,IE6*/
}/**/
*html #minicart_detail {top: 116px; left: 640px;} /* obsolete after 5_3_16 */

/* header */
/* margin-left matches width of corner graphic */
#minicart_detail .yui-panel .hd { padding:0; border:1px solid #444444; background-color:#444444; color:#FFFFFF; height:17px; text-transform:uppercase; font-size:1em; overflow:visible; text-align: left;}
#minicart_detail .yui-panel .hd span {line-height:17px; padding-left:5px; font-weight: normal;}
#minicart_detail .yui-panel .hd .tl { display: none;}
#minicart_detail .yui-panel .hd .tr { display: none; }

/* body */
#minicart_detail .yui-panel .bd { padding: 14px; border-left:1px solid #444444; border-right:1px solid #444444; border-bottom:1px solid #444444;background-color:#FFF;}
#minicart_detail .yui-panel .bd #popupcart {width:266px; margin: 0; padding: 0;}
#minicart_detail .yui-panel .bd #popupcart h2 {padding-left:17px; margin: 0; font-size:1em; background:url(../../../images/img_bag.gif) no-repeat top left; }
#minicart_detail .yui-panel .bd #popupcart p {color:#333333; padding:11px 0; margin:0; clear: both; text-align: left;}
#minicart_detail .yui-panel .bd #popupcart p.attr_minicart, #minicart_detail .yui-panel .bd #popupcart p.styleno {color: #666666; clear: both; padding: 0;}
/* products */
#minicart_detail ul { /*width: 100%;*/ overflow: hidden; /*clear: both; */}
/* Total */
ul#minicart_totals {clear:both; float:left; padding:0; margin:0; width: 200px;}
ul#minicart_totals li {float:left;}
ul#minicart_totals li.items {background: none; margin:4px 0 0 0; padding:0;}
ul#minicart_totals li.items a {font-size:1em; color:#333333;}
ul#minicart_totals li.total {display:block; font-size:1em; padding:4px 0 0 21px;}
ul#minicart_totals li.total a {color:#333333;}
ul#minicart_totals li.total #updatemdTotal {padding:0 0 0 5px;}
#popupcart ul.items_empty p {color:#333333;}
/* Items */
ul#minicart_products {clear:both; margin:0 0 5px 0; padding:7px 0 7px 0;}
ul#minicart_products li { width: 267px; padding:6px 0 5px 0; clear: both; overflow:hidden; margin:0; border-bottom:1px solid #CCCCCC;}
ul#minicart_products li.first {border: none;}
ul#minicart_products p { margin: 0; padding: 0; }
ul#minicart_products .minicartimage {float: left; padding:0; margin:0; text-align: left; width: 75px;}
ul#minicart_products .details { float: right; width:178px; text-align:left; margin: 0; padding: 0}
#minicart_detail .yui-panel .bd #popupcart  ul#minicart_products .details h2 { margin: 0; padding: 0; text-align:left; background: none;}
#minicart_detail .yui-panel .bd #popupcart  ul#minicart_products .details h2 a {color:#333333;}
ul#minicart_products .details .invtatt {clear:both; color:#333333; margin: 0; padding: 0;}
ul#minicart_products li div.details p.price, ul#minicart_products .details .quantity, ul#minicart_products .details .unpublished{clear:both; text-align:left; font-size:1em; padding:0; color:#333333; margin: 0;}
ul#minicart_products .details .quantity {text-transform:lowercase; display: none;}
/* links */
ul#minicart_links { clear:both; width:100%; padding:0; margin:0; }
ul#minicart_links li.viewbasket {background: url(../../../images/ico_bag_minicart.gif) no-repeat 0 2px; padding-left: 15px; float: left;}
ul#minicart_links li.checkout {text-align:right;}
ul#minicart_links li.checkout a {float:right; width:100px; height:20px; display:block; background:url(../../../images/bt_gotocheckoutminicart.gif) no-repeat bottom right; text-indent:-50000px; outline:0; overflow: hidden; margin-right: 2px; margin-bottom: 2px;}
ul#minicart_links li.checkout a:hover {text-decoration:none;}

 /* We add this because IE6 doesn't like float right on li.checkout without it */
/* close window button */
#minicart-close { top:2px; right:4px; height:17px; width:17px; background:url(../../../images/popup_hd_bt_close.gif); position:absolute; z-index:6; margin:0px; padding:0px; cursor:pointer; visibility:inherit; background-repeat:no-repeat;}
#minicart-close:hover { background-image:url(../../../images/popup_hd_bt_closeover.gif);}


/* product detail popup specific */
#locayta_popup #popupcontent_panel.yui-panel { width:578px; } /* must be greater than the specified width of #productdetail */
#locayta_popup #popupcontent_panel.yui-panel .bd { height: 300px; overflow-y:auto; overflow-x:hidden; }

