.zoom_image_tag { position: relative; }
.zoom_image_tag #small_view { position: relative; width: 100%; }
.zoom_image_tag #large_view { background: white; position: relative; width: 100%; }
.zoom_image_tag #mover { position: absolute; top: 0; left: 0; width: 206px; height: 156px; overflow: hidden; z-index: 100; background: white; display: none; }
.zoom_image_tag #overlay { border: 2px solid blue; width: 202px; height: 152px; position: absolute; top: 0; left: 0; z-index: 200; cursor: crosshair; }.facebox_popup .b {
  background:url(/shared_images/jquery/plugins/facebox/b.png);
}

.facebox_popup .tl {
  background:url(/shared_images/jquery/plugins/facebox/tl.png);
}

.facebox_popup .tr {
  background:url(/shared_images/jquery/plugins/facebox/tr.png);
}

.facebox_popup .bl {
  background:url(/shared_images/jquery/plugins/facebox/bl.png);
}

.facebox_popup .br {
  background:url(/shared_images/jquery/plugins/facebox/br.png);
}

.facebox_popup {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  text-align: left;
}

.facebox_popup .popup {
  position: relative;
}

.facebox_popup table {
  border-collapse: collapse;
}

.facebox_popup td {
  border-bottom: 0;
  padding: 0;
}

.facebox_popup .body {
  padding: 10px;
  background: #fff;
  width: 370px;
}

.facebox_popup .loading {
  text-align: center;
}

.facebox_popup .image {
  text-align: center;
}

.facebox_popup img {
  border: 0;
  margin: 0;
}

.facebox_popup .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

.facebox_popup .footer .prompt_button{
	background-color: #666;
	color: #FFF;
	font-size: 12px;
	text-transform: uppercase;
	margin: 2px;
	padding: 4px;
	font-weight: bold;
}

.facebox_popup .tl, .facebox_popup .tr, .facebox_popup .bl, .facebox_popup .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}

* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
    height: 75px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}
div.jqZoomTitle
{
	z-index:10000;
	text-align:center;
	font-size:11px;
	font-family:Tahoma;
	height:16px;
	padding-top:2px;
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	color: #FFF;
	background: #999;
}



.jqZoomPup
{
		overflow:hidden;
		background-color: #FFF;
		-moz-opacity:0.5;
		opacity: 0.5;
		filter: alpha(opacity = 50);
		z-index:10;
		border-color:#c4c4c4;
		border-style: solid;
		cursor:crosshair;
}

.jqZoomPup img
{
	border: 0px;
}

.preload{
	-moz-opacity:0.8;
	opacity: 0.8;
   filter: alpha(opacity = 80);
	color: #333;
	font-size: 12px;
	font-family: Tahoma;
   text-decoration: none;
	border: 1px solid #CCC;
   background-color: white;
   padding: 8px;
	text-align:center;
   background-image: url(../images/zoomloader.gif);
   background-repeat: no-repeat;
   background-position: 43px 30px;
	width:90px;
	height:43px;
	z-index:10;
	position:absolute;
	top:3px;
	left:3px;

}

* html .preload{
	
	width:90px;
	height:43px;

}

.jqZoomWindow
{
	border: 1px solid #999;
	background-color: #FFF;
}

.zoom_ieframe
{
}
#current_order_items .order_item {
  background-color: #FEFEFE;
  padding: 4px 2px 2px 2px;
  border-bottom: 1px dotted #CCC; }
  #current_order_items .order_item .cart_item_name a {
    color: #2876A7;
    text-decoration: none;
    font-weight: bold; }
  #current_order_items .order_item .cart_item_image {
    padding: 2px; }
  #current_order_items .order_item .item_total {
    color: #8F8B74;
    font-size: 10px; }
  #current_order_items .order_item .item_message {
    font-weight: bold;
    color: #009;
    font-size: 12px; }
  #current_order_items .order_item .cart_item_qty select {
    width: 45px; }
#current_order_items .order_item_updated {
  border: 3px dashed #FFDD00; }

#my_shop #item_pricing_chart .label {
  font-weight: bold; }
#my_shop #item_pricing_chart #price_diff {
  font-size: 11px; }
  #my_shop #item_pricing_chart #price_diff .title {
    font-weight: bold; }
#my_shop #item_pricing_chart #item_price {
  font-size: 14px;
  font-weight: bold; }
#my_shop #current_order_totals table {
  font-size: 14px; }
  #my_shop #current_order_totals table td {
    padding: 3px; }
  #my_shop #current_order_totals table .label {
    font-weight: bold; }
  #my_shop #current_order_totals table .price_sub_total {
    background-color: #A5A5A5;
    color: #FFF; }
  #my_shop #current_order_totals table .price_discount {
    background-color: #FFF;
    color: #090; }
    #my_shop #current_order_totals table .price_discount .label {
      font-size: 10px; }
  #my_shop #current_order_totals table .price_total {
    background-color: #333;
    color: #FFF; }
  #my_shop #current_order_totals table .savings_total {
    color: #C00;
    font-size: 11px; }
#my_shop .remove_order_item_button, #my_shop .remove_wishlist_item_button, #my_shop .remove_watch_item_button {
  display: block;
  width: 61px;
  height: 18px;
  background: url("/shared_images/buttons/my_shop/remove_item.gif") no-repeat center; }
  #my_shop .remove_order_item_button:hover,   #my_shop .remove_wishlist_item_button:hover,   #my_shop .remove_watch_item_button:hover {
    background: url("/shared_images/buttons/my_shop/remove_item_hover.gif") no-repeat center; }
#my_shop #current_order_checkout {
  padding-top: 15px; }













#checkout_page .checkout_sec_title {
  font-size: 14px;
  color: #090;
  font-family: Georgia; }

#order_review_page #item_pricing_chart .label {
  font-weight: bold; }
#order_review_page #item_pricing_chart #price_diff {
  font-size: 11px; }
  #order_review_page #item_pricing_chart #price_diff .title {
    font-weight: bold; }
#order_review_page #item_pricing_chart #item_price {
  font-size: 14px;
  font-weight: bold; }
#order_review_page #current_order_totals table {
  font-size: 14px; }
  #order_review_page #current_order_totals table td {
    padding: 3px; }
  #order_review_page #current_order_totals table .label {
    font-weight: bold; }
  #order_review_page #current_order_totals table .price_sub_total {
    background-color: #FFF;
    color: #333; }
  #order_review_page #current_order_totals table .price_discount {
    background-color: #FFF;
    color: #090; }
    #order_review_page #current_order_totals table .price_discount .label {
      font-size: 10px; }
  #order_review_page #current_order_totals table .price_total {
    background-color: #333;
    color: #FFF; }
  #order_review_page #current_order_totals table .savings_total {
    color: #C00;
    font-size: 11px; }
#order_review_page .remove_order_item_button, #order_review_page .remove_wishlist_item_button, #order_review_page .remove_watch_item_button {
  display: block;
  width: 61px;
  height: 18px;
  background: url("/shared_images/buttons/my_shop/remove_item.gif") no-repeat center; }
  #order_review_page .remove_order_item_button:hover,   #order_review_page .remove_wishlist_item_button:hover,   #order_review_page .remove_watch_item_button:hover {
    background: url("/shared_images/buttons/my_shop/remove_item_hover.gif") no-repeat center; }
.login_form{
	padding: 10px;
	background-color: #E4E4E4;
	border: 1px solid #DDD;
	margin: 15px;
}

.page_subtitle{
  	font-weight: bold;
	font-size: 13px;
}

.toggle_section_switch{
	cursor:pointer;
}/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(/shared_images/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 7px solid #ccc;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
.treeview, .treeview ul { 

	padding: 0;

	margin: 0;

	list-style: none;
}

.treeview ul {
	/*background-color: white;*/
	margin-top: 4px;
}



.treeview .hitarea {

	background: url(/shared_images/admin/treeview/default.gif) -64px -25px no-repeat;

	height: 16px;

	width: 16px;

	margin-left: -16px;

	float: left;

	cursor: pointer;

}

/* fix for IE6 */

* html .hitarea {

	display: inline;

	float:none;
}



.treeview li { 

	clear: both;
	
	margin: 0;

	padding: 3px 0pt 3px 16px;

}



.treeview a.selected {

	/*background-color: #eee;*/

}



#treecontrol { margin: 1em 0; display: none; }



/*.treeview .hover { color: #DFDFDF; cursor: pointer; }*/



.treeview li { background: url(/shared_images/admin/treeview/default-line.gif) 0 0 no-repeat; }

.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }



.treeview .expandable-hitarea { background-position: -80px -3px; }



.treeview li.last { background-position: 0 -1766px }

.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(/shared_images/admin/treeview/default.gif); }  
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }



.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }


.red_tree li { background-image: url(/shared_images/admin/treeview/red-line.gif); }

.red_tree .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background-image: url(/shared_images/admin/treeview/red.gif); } 



.black_tree li { background-image: url(/shared_images/admin/treeview/black-line.gif); }

.black_tree .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable { background-image: url(/shared_images/admin/treeview/black.gif); }  



.gray_tree li { background-image: url(/shared_images/admin/treeview/gray-line.gif); }

.gray_tree .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable { background-image: url(/shared_images/admin/treeview/gray.gif); } 



.filetree li { padding: 3px 0 2px 16px; }

.filetree span.folder, .filetree span.file { padding: 1px 0 1px 16px; display: block; }

.filetree span.folder { background: url(images/folder.gif) 0 0 no-repeat; }

.filetree li.expandable span.folder { background: url(images/folder-closed.gif) 0 0 no-repeat; }

.filetree span.file { background: url(images/file.gif) 0 0 no-repeat; }
