@charset "utf-8";

/*
==========================================================================
	
	STYLE.CSS | CSS FRAMEWORK
	--------------------------
 	Main Project specific styles
	
	- PROJECT NAME HERE -
	
	author: FuelDesign Ltd www.fueldesign.co.nz

	Contents:
	--------------------------
	1 - Default Typography Sizing, Colours and Margins
	2 - Global Styles for types
	3 - Main Structural Divs
	4 - Header styles
	5 - Main body Styles
	6 - Footer Styles
	7 - Page Specific styles
	8 - CMS Overrides

==========================================================================
*/
	@import url("base.css");
	@import url("forms.css");

/*
==========================================================================
1 - Default Typography Sizing, Colours and Margins
==========================================================================
*/
body  { color:#ccc; background:#272727 url(../images/structure/bg/bg.png) repeat-x scroll left top; margin:0px; font-size:12px; line-height:18px; text-align:center; font-family:verdana, "trebuchet MS", helvetica, sans-serif; font-style:normal; font-weight:normal; font-variant:normal; }
/*
==========================================================================
2 - Global Styles for types
==========================================================================
*/
/* links */
a:link, a:visited { border-bottom: none; color:#0f0; }
a:hover, a:active { border-bottom: 1px solid #999; }
/* remove dotted outlines in FF */
a:hover, a:active, object { outline:0 none; text-decoration:none;}

a:link.external, a:visited.external { background: transparent url(../images/bg/external.gif) top right no-repeat; padding-right: 12px; }

/* list types */
ul li { }
ul { }

dl dt { font-weight: bold; }
dl dd img { display: inline; }
/* ol li { list-style-type: lower-alpha; list-style-position: inside; } */

/* blockquotes */
blockquote { margin-bottom: 1em; }
blockquote p { font-style:italic;font-family: georgia, "times new roman", serif; color: #999; font-size: 1.3em; margin: 5px 5px 5px 0px; }
blockquote cite,blockquote #quoteName,blockquote #quoteLocation { font-style: normal; }
blockquote p a { display:block;padding-top:5px; }

/* strong */
strong { font-weight:bold; }
strong.error { color: #f00; }
strong.strongWhite { color: #fff; }
strong.strongGreen { color:#00ff00; }

/* em */
em.required { color: #f00; font-weight: bold; font-style: normal; }

/* headers */
h1{ color: #00ff00;  margin:0px; padding:0px; line-height:18px; text-transform:lowercase; }
h2 { color: #ffffff;  margin:0px; padding:0px; line-height:18px; text-transform:uppercase; }


hr { margin:20px auto; width:100%; }

/* box model padding */
blockquote { margin:14px 0px 14px; }
h1 { margin:0 0 25px; text-transform:lowercase;}
/*
==========================================================================
3 - Main Structural Divs
==========================================================================
*/
.thrColAbs #container { 
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 868px;  /* using 20px less than a full 900px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

/* Tips for absolutely positioned sidebars:
1. Absolutely positioned (AP) elements must be given a top and side value, either right or left. (As a default, if no top value is given, the AP element will begin directly after the last element in the source order of the page. This means, if the sidebars are first element in the #container in the document's source order, they will appear at the top of the #container even without being given a top value. However, if they are moved later in the source order for any reason, they'll need a top value to appear where you desire.
2. Absolutely positioned (AP) elements are taken out of the flow of the document. This means the elements around them don't know they exist and don't account for them when taking up their proper space on the page. Thus, an AP div should only be used as a side column if you are sure the middle #mainContent div will always contain the most content. If either sidebar were to contain more content, that sidebar would run over the bottom of the parent div and the sidebar would not appear to be contained.
3. If the above mentioned requirements are met, absolutely positioned sidebars can be an easy way to control the source order of the document.
*/
.thrColAbs #globalContainer { /*overflow:hidden;*/ background:#4e4e4e url("../images/structure/bg/flower-logo.png") no-repeat bottom right; }
.thrColAbs #leftSideBar { position: absolute; top: 0; left: 0; width: 276px; } /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
.thrColAbs #mainContent { margin: 0 276px;  min-height:680px; } /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
.thrColAbs #mainContentPhoto { margin: 0 0px;  min-height:680px; } /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
.thrColAbs #header { width:868px; margin:0px auto; height:132px; text-align: left; position: relative; overflow:hidden;  }
.thrColAbs #headerLeadIn { background-color:#000; overflow:hidden; }
.thrColAbs #breadcrumbs { height:30px; background-color:#3e713e; display:block;  overflow: hidden; }
.thrColAbs #footer { width:100%; margin:0px auto; height:34px; text-align: left; background-color:#272727; overflow: hidden; }
.thrColAbs #centerfooter { margin:0px auto; position:relative; text-align:left; width:868px; }
.thrColAbs #breadcrumbsCenter { margin:0px auto; padding:5px 0 0 0; position:relative; text-align:left; width:868px; }
/*
==========================================================================
4 - Header styles
==========================================================================
*/
#header a:hover, #header a:focus, #header a:active { border:0px;text-decoration:none; }

#header ul#nav { height:30px; line-height:30px; padding-bottom:0px; margin-left:20px; }
#header ul#nav li { list-style:none; float:left; margin:0px; padding:0px 1px 5px; }
#header ul#nav li a { display:block; padding:0px 0px 2px }
#header ul#nav li a:hover { border-bottom:3px solid black; text-decoration:none; }

#header ul#nav li a.focus { border-bottom: 3px solid black;text-decoration:none; }

#header ul#nav li.btn-home a { width:45px;height:18px; background:#f2f2f2 url(../images/img/buttons/button-navs.png) no-repeat scroll -471px 0px; }
#header ul#nav li.btn-contact-us a { width:76px;height:18px; background:#f2f2f2 url(../images/img/buttons/button-navs.png) no-repeat scroll -866px 0px; }

#header ul#nav li.btn-home a.focus { background-position: 0px 0px; }
#header ul#nav li.btn-contact-us a.focus { background-position: -395px 0px; }

#siteLogo { width:145px; height:132px; display:block; position: absolute; left:0px;  }
#topSiteNavigation { width:418px; height:37px; display:block; position: absolute; top:0px; right:0px; }
#mainSiteNavigation { width:585px; height:49px; display:block; position: absolute; top:84px; right:0px; }

/* Main Navigation List */
#mainSiteNavigation ul { list-style-type: none; margin: 0px; margin-left: 10px; padding: 0px; }
#mainSiteNavigation li { float: left; margin: 0px; padding: 0px; }
#mainSiteNavigation li a span { margin-left:-1999px; }
#mainSiteNavigation a { margin: 0 0 0 4px; display:block; height:49px; float:none; } 
 
/* Main Navigation Buttons */
#mainSiteNavigation #btnHome a { width:122px; background: url("../images/structure/header/navigation/home-nav.png") bottom; display:block; height:48px; width:122px; }
#mainSiteNavigation #btnHome a.selected, #mainSiteNavigation #btnHome a:hover { background: url("../images/structure/header/navigation/home-nav.png") top; display:block; height:48px; width:122px; } 
#mainSiteNavigation #btnShoots a { width:177px; background: url("../images/structure/header/navigation/photoshoot-nav.png") bottom; display:block; height:48px; width:172px; }
#mainSiteNavigation #btnShoots a.selected, #mainSiteNavigation #btnShoots a:hover { background: url("../images/structure/header/navigation/photoshoot-nav.png") top; display:block; height:48px; width:172px; }
#mainSiteNavigation #btnArt a { width:177px; background: url("../images/structure/header/navigation/photoart-nav.png") bottom; display:block; height:48px; width:133px; }
#mainSiteNavigation #btnArt a.selected, #mainSiteNavigation #btnArt a:hover { background: url("../images/structure/header/navigation/photoart-nav.png") top; display:block; height:48px; width:133px; } 
#mainSiteNavigation #btnAbout a { width:177px; background: url("../images/structure/header/navigation/aboutme-nav.png") bottom; display:block; height:48px; width:132px; }
#mainSiteNavigation #btnAbout a.selected, #mainSiteNavigation #btnAbout a:hover { background: url("../images/structure/header/navigation/aboutme-nav.png") top; display:block; height:48px; width:132px; } 

/* Main Navigation List */
#topSiteNavigation ul { width:418px; height:37px; list-style-type: none; margin: 0px; margin-left: 10px; padding: 0px; }
#topSiteNavigation li { width:133px; float: right; margin:0 13px 0 -10px; padding: 0px; }
#topSiteNavigation li a span { margin-left:-1999px; }
#topSiteNavigation a { margin: 0 0 0 4px; display:block; height:49px; } 
/* Commented Backslash Hack hides rule from IE5-Mac \ */
#topSiteNavigation a {float:none;}

/* Top Navigation Buttons */
#topSiteNavigation #btnLogin0 a { height:36px; width:133px; background: url("../images/structure/header/navigation/client-login-nav.png") top; display:block; }
#topSiteNavigation #btnLogin0 a.selected, #topSiteNavigation #btnLogin0 a:hover { height:36px; width:133px; background: url("../images/structure/header/navigation/client-login-nav.png") bottom; display:block; } 
#topSiteNavigation #btnLogin1, #topSiteNavigation #btnLogin1 a { display:none; }
#topSiteNavigation #btnLogin1, #topSiteNavigation #btnLogin1 a.selected, #topSiteNavigation #btnLogin1 a:hover { display:none; } 

#topSiteNavigation #btnClientArea1 a { background: url("../images/structure/header/navigation/clientarea-nav.png") top; display:block; height:36px; width:133px; }
#topSiteNavigation #btnClientArea1 a.selected, #topSiteNavigation #btnClientArea1 a:hover { background: url("../images/structure/header/navigation/clientarea-nav.png") bottom; display:block; height:36px; width:133px; } 
#topSiteNavigation #btnClientArea0, #topSiteNavigation #btnClientArea0 a { display:none; }
#topSiteNavigation #btnClientArea0, #topSiteNavigation #btnClientArea0 a.selected, #topSiteNavigation #btnClientArea0 a:hover { display:none; } 

#topSiteNavigation #btnLoggedin1 a { background: url("../images/structure/header/navigation/logout-nav.png") top; display:block; height:36px; width:133px; }
#topSiteNavigation #btnLoggedin1 a.selected, #topSiteNavigation #btnLoggedin1 a:hover { background: url("../images/structure/header/navigation/logout-nav.png") bottom; display:block; height:36px; width:133px; } 
#topSiteNavigation #btnLoggedin0, #topSiteNavigation #btnLoggedin0 a { display:none; }
#topSiteNavigation #btnLoggedin0, #topSiteNavigation #btnLoggedin0 a.selected, #topSiteNavigation #btnLoggedin0 a:hover { display:none; } 

#topSiteNavigation #btnContact a { width:177px; background: url("../images/structure/header/navigation/contact-nav.png") top; display:block; height:37px; width:132px; }
#topSiteNavigation #btnContact a.selected, #topSiteNavigation #btnContact a:hover { background: url("../images/structure/header/navigation/contact-nav.png") bottom; display:block; height:37px; width:132px; } 

/*
==========================================================================
4b - Header: Lead In Styles
==========================================================================
*/
#imageSwitcher { width:868px;display:block;margin:0px auto; height:205px;padding-top:20px;}
#randomTwo, #randomThree { margin-left:19px;  }
/*#randomOne, #randomTwo, #randomThree { width:268px; height:176px; display:block; border: 4px solid #fff;  float:left; overflow:hidden; position:relative; }*/
#randomOne, #randomTwo, #randomThree { width:268px; height:176px; display:block; border: 4px solid #fff; float:left; /*overflow:hidden; position:relative;*/ }

#headerInnerLeadIn { background-color:#000;min-height:0px;overflow:hidden; }
#headerInnerLeadInContent { font-size:14px;line-height:18px;margin:0px auto;text-align:left;width:868px; }
/*
==========================================================================
4b - Header: Breadcrumbs Styles
==========================================================================
*/
#siteBreadcrumbs { float:left; }
#siteBreadcrumbs a, #siteBreadcrumbs a:visited { color: #00ff00 }
#siteBreadcrumbs a:hover, #foot-nav a:active  { text-decoration:none; color: #fff;  border-bottom:0px none;  }
#pageElements { float:right; }

#pageElements a { color: #00ff00 }
#pageElements a:hover, #pageElements a:active { text-decoration:none; color: #fff;  border-bottom:0px none;}

ul#bread-nav li.first { margin:0px; padding:0px;}
ul#bread-nav { margin: 0px;  color:#00ff00 ; padding:0px;}
ul#bread-nav li { list-style: none; float:left; font-size: 12px; padding: 0px 2px; margin-left: 0px; }
#bread-nav a { color: #00ff00 }
#bread-nav a:hover, #foot-nav a:active { text-decoration:none; color: #fff;  border-bottom:0px none;}

/*
==========================================================================
5 - Main content styles
==========================================================================
*/

/* #leftSideBar styles */
.thrColAbs #leftSideBarPadding { padding: 17px 10px 15px 0px; }
#leftSideBar a:hover,#leftSideBar a:active,#leftSideBar a:focus { border:0px none; }

#boxSlider  {margin: 12px 0 20px 0; }
#quoteName strong , #quoteLocation strong { color:#fff; font-family: Verdana , "times new roman", serif; font-weight:normal; }
#quoteName strong { font-size:14px; }
#quoteLocation { font-size: 12px;  line-height:0.1em; }

/* #mainContent styles */
#mainContentPaddingPhoto { padding: 14px 0; }
#mainContentPadding { padding:0 0 0 15px; width:575px; }
#mainContentPadding p { display:block;margin:14px 0; }

/* mainContentPhoto */
#mainContentPhoto {}
#mainContentPhoto .body p { /*margin:14px 0;*/ }

/*
==========================================================================
6 - Footer styles
==========================================================================
*/

ul#foot-nav li.first { margin:0px; padding:0px;}
ul#foot-nav { margin: 10px 0 0 75px;  color:#ccc ; padding:0px;}
ul#foot-nav li { list-style: none; float:left; font-size: 12px; padding: 0px 2px; margin-left: 0px; }
#foot-nav a { color:#ccc; }
#foot-nav li.greyed a { color:#999; }
#foot-nav a:hover, #foot-nav a:active { text-decoration:none; color: #00ff00;  border-bottom:0px none;}

/*
==========================================================================
7 - Page specific styles
==========================================================================
*/ 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/* sitemap */
ul#sitemap, #sitemap ul { list-style-type: none; background: url(../images/structure/bg/vline.png) repeat-y; margin: 0; padding: 0; } 
#sitemap ul { margin-left: 40px; }
#sitemap li { margin: 0; padding: 0 12px; line-height: 20px; text-transform:uppercase; font-weight:bold; }
#sitemap li.noshow { background:none;}
#sitemap li ul { margin-left: 28px; background: url(../images/structure/bg/node.png) repeat-y;  }
#sitemap li ul li { margin: 0; padding: 0 12px; line-height: 20px; text-transform:none; font-weight:normal;} 
#sitemap li.last { background: url(../images/structure/bg/lastnode.png) no-repeat; }
#sitemap a { border-bottom: none;  color:#00ff00; }
ul#sitemap a:hover {color: #999; border-bottom: none; }

/* Product page view styling */
#productWindow { position:relative; display:block; margin:0 auto; width:861px; height:100%; }
#productLeft { position:absolute; left:0px; width:280px; float:left; height:100%; display:block; }
#productRight { max-width:580px !important; width:auto!important;width:580px; height:100%; overflow:hidden; margin:0 0 0 290px; display:block; padding-bottom:25px; }
#productImage { width:580px; display:block; margin:0 10px 0 0; padding-top:10px; }
#productImage img { border:5px solid #fff; display:block; /*width:100%; height:100%;*/ }
#productDetails { width:270px; }
#productDetails strong { color:#00ff00; font-size:14px; }
#productDetails strong.strongWhite { color:#fff; font-size:14px; }
#productFooter { width:861px; height:27px; text-align:right; margin:10px 0 0 0; }

a.paypal { float:left; border:0 none; }
.alignright img { float:right; }
#backbutton { width:86px; height:27px; /*float:left;*/ margin:14px 0 0; }
#productFooterLeft img { cursor:pointer; }

/*
==========================================================================
8 - CMS Overrides
==========================================================================
*/

img.add-to-cart { cursor:pointer; }

/* overide breadcrumbs on shopping cart page as your not where it says. */
.shoppingCartTmp .breadcrumbs{ display: none;  }

ul.catalogueitemdump { list-style-image:none;list-style-position:outside;list-style-type:none;margin:0 0 0 300px; padding:10px 0; text-transform:lowercase; }
ul.catalogueitemdump li { display:inline; }
ul.catalogueitemdump li a { margin:0 14px 0 0; padding:0 1.2em 0 0; color:#fff;font-size:14px;line-height:18px; background: url(../images/structure/header/navigation/list-icon.png) bottom right no-repeat; }
ul.catalogueitemdump li:last-child a { padding:0; }
.catalogueitemdump li a:hover,.catalogueitemdump li a:active,.catalogueitemdump li a:focus { border:0px none;color:#0f0; }

/* eCommerce overrides */
.shop-main .breadcrumbs,.shop-cart .breadcrumbs { float:none;height:30px;left:0px;line-height:30px;position:absolute;top:-30px;width:500px;color:#fff; }
.shop-main .breadcrumbs a,.shop-cart .breadcrumbs a { color:#0f0; }

.shop-main .header {border:0px none;height:0px;line-height:0px;margin:0px;}
.shop-main li { line-height:20px; margin: 5px 0; }
.shop-main li.cartButton { height:35px;margin:20px 0;width:160px; }
.shop-main li.cartButton img { display:block;float:left; }
/* cart button hover icon state */
li.cartButton { cursor:pointer; text-align:center;  }

.catalogueItemNotFound, .productItemNotFound { display:none; }

table.cart a { color:#00ff00; }

table.catalogueTable, table.productTable { width:auto;margin:14px 0 0; } /* probably not best method - steve*/

.shop-main { margin:0px; }

table.productTable td { padding:0px; margin:0px; }

.shop-catalogue { background:none;border:0px none;float:left;height:auto; margin:5px 20px 14px 0px; overflow:hidden;width:276px; }
.shop-catalogue .image, .shop-product-small .image { height:184px;margin:0pt auto;overflow:hidden;padding:0px;text-align:left;width:auto; }
.shop-catalogue .image a, .shop-product-small .image a { border:5px solid #fff;display:block; }
.shop-catalogue .image a:hover, .shop-product-small .image a:hover { border-color:#000; }
.shop-catalogue .detail { background-color:#fff;padding:0px 10px 10px; }
.shop-catalogue h3, .shop-product-small h4 { font-size:12px;height:20px;line-height:18px;margin:0px;text-indent:0px;font-family:Verdana, Arial, Helvetica, sans-serif; }
.shop-catalogue h3 a,.shop-catalogue h3 a:link,.shop-catalogue h3 a:visited { color:#000;font-size:12px;line-height:18px; visibility: hidden; white-space:nowrap; }
.shop-catalogue h3 a:hover,.shop-catalogue h3 a:active,.shop-catalogue h3 a:focus { border:0px none; }

.shop-product-small { background:none;border:0px none;color:#000; width:276px; padding:0 10px 0 0; margin-bottom:25px; }
.shop-product-small ul { background-color:#fff;padding:0px 10px 10px; }
.shop-product-small ul li { font-size:1em;margin:0px; }
.shop-product-small li.price { font-size:1em;color:#0d0; }
.shop-product-small h4 a,.shop-product-small h4 a:link,.shop-product-small h4 a:visited { color:#000; }
.shop-product-small h4 a:hover,.shop-product-small h4 a:active,.shop-product-small h4 a:focus { border:0px none; }

div.footer						{margin-top:5px;font-size:1.4em;}
div.footer #pagination			{color:#fff;}
div.footer #pagination a		{}
div.footer img,div.footer a		{display:inline;}
div.footer a:hover, div.footer a:active, div.footer a:focus { border:0px solid; }

.shop-product-large .image { margin-left:0px;padding:0px;text-align:left; }
.shop-product-large .details { background-color:#F9F9F9;float:none;height:auto !important;padding:18px;width:auto;min-height:0px; }
.shop-product-large .details h6 { font-size:1.2em;line-height:1.4em;color:#000;margin:0px; }
.poplets { border-top:0px none;margin-top:0px;padding:0px; }

.shop-product-large ul { margin:0px; }
.shop-product-large li.price { }
.shop-product-large li.price em { color:#0c0;font-style:normal;font-weight:normal; font-size:12px; }
li.quantity img { cursor:pointer;display:inline; }

/* shopping cart */
table.cart { background-color:#555;border:1px solid #0d0;font-size:1em; }
table.cart th { background-color:#3E713E;border-bottom:1px solid #0d0;color:#f5f5f5;font-size:1em;font-weight:normal;text-align:left; }
table.cart td { color:#ccc; }
table.cart td.actions img { display:inline; }
table.cart th.alignright, table.cart td.alignright { text-align:right; }
tr.val td {  border-bottom:1px solid #0d0; }
tr.shipping td { border-bottom:1px solid #0d0; }

table.cart th.quantity { text-align:right; }
table.cart th.quantity, table.cart td.quantity { text-align:right; }
table.cart td.quantity { white-space:nowrap; width:60px; }

table.cart td.shipping { text-align:right; }
#shippingSpan { white-space:nowrap; }

.shop-checkout p { padding:5px 0; }

/* PHOTOSHOOT Overides */
.photoshoots .shop-product-small ul {  }
.photoshoots .shop-product-large .details ul { display:none; }

/* table Overides */
table.productTable { table-layout:auto; width:auto; }
table.productTable td { margin:0 0 0 10px; }

/* announcement list overide */
.announcement-list { margin:0 0 14px; background:#363636 url("../images/structure/img/bg-curl.png") no-repeat scroll right bottom; padding:5px 10px 25px; }

/* Sale */
.norm_1 { display:none; }
.norm_0 { display:inherit; }
/*
.strike_1 { text-decoration:line-through; }
.strike_0 { text-decoration:none; }
*/
.strike_1 { display:inherit;text-decoration:line-through; }
.strike_0 { display:none; }

.sale_1 { display:inherit; }
.sale_0 { display:none; }

#productImage .upsell img { border:0 none; }

/* PHOTOSHOOT template overide */
.photoshootsTmp li.price, .photoshootsTmp li.cartButton, .photoshootsTmp li.viewCart,
.photoshootsTmp p.taxText, .photoshootsTmp .limitedText,
.photoshootsTmp .shop-product-small ul li .limitedText,
.photoshootsTmp li.floating-prices { display:none; }
.remove { display:none; }

/* form style overides */
form div.formSpacing { margin:10px 0 0 0; }
form div.formButton { margin:10px 0 0 0; }
.comments { width:350px; height:100px; }

input#fullname, input#website, input#emailaddress, input#Captcha { width:203px; }

.date { display:none; }

select.shippingDropDown { width:265px; }
div.form div.item, div.webform div.item { padding:5px; }
.paymentMethod { display:none;  } /* Hide unwanted payment method field */

input.cartInputText { width:40px; }

/* CLIENT AREA overrides */
table.order-list { border:0 none; }
table.order-list .total { display:block;width:75px;text-align:right; }

/* PHOTOART Overview overrides __NEW__ */
.shop-product-small 						{background-color:#fff;border:0 none;color:#000;margin:0 10px 25px 0;padding:0; }
.shop-product-small ul 						{position:relative;margin:0 10px 10px;padding:0;overflow:hidden;}
.shop-product-small ul li					{}
.shop-product-small ul li h4				{height:22px;}
.shop-product-small ul li .limitedText		{color:#666;display:block;position:absolute;top:0;right:0;height:22px;line-height:22px;}
.shop-product-small li.floating-prices		{height:22px;line-height:22px;}
.shop-product-small li.floating-prices div	{display:inline;}
.shop-product-small li.floating-prices div.sale_0 {display:none;}
.shop-product-small li.floating-addtocart	{position:absolute;right:0;bottom:0;}





