/* @override 
	http://storecircular/styles/main.css
	http://concepts.sprocketwork.com/storecircular/styles/main.css
*/

/* @group globals */

html, body {
  width: 100%;
}

body {
	min-width: 980px;
}

div.clear {
	clear: both;
	height: 0;
}

a, 
a:link, 
a:visited, 
a:hover, 
a:active {
	text-decoration: none;
}

/* @group store-header */

div#store-header {
  text-align: center;
  width: 100%;
}



/* @end */

/* @end */

/* @group header */

div#header-wrapper {
	background: url(/images/circularImages/bg_header.png) repeat-x;
	height: 140px;
  width: 100%;
}

div#header {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

div#header-left {
	width: 460px;
	float: left;
	margin-top: 13px;
}

h1#logo {
	display: inline;
	position: absolute;
	top: 13px;
	left: 0;
}

#header input.form-text {
	border: 1px solid white;
	background: #ececec url(/images/circularImages/bg_input.jpg) repeat-x;
	margin: 0;
	line-height: 26px;
	padding-left: 6px;
	padding-right: 6px;
}

#content-area p {
	margin-bottom: 8px;
}

/* @group header-left */

#header-left ul.links {
	display: block;
	position: absolute;
	top: 21px;
	left: 235px;
	width: 330px;
}

#header-left ul.links li {
	float: left;
	height: 23px;
	margin-right: 10px;
}

#header-left ul.links li a {
	display: block;
	padding-top: 7px;
}

#header-left ul.links li.home a {
	padding-left: 24px;
	background: url(/images/circularImages/icon_home.png) no-repeat;
}

#header-left ul.links li.survey a {
	padding-left: 24px;
	background: url(/images/circularImages/icon_survey.png) no-repeat;
}

#header-left div.disclaimer {
	position: absolute;
	width: 460px;
	top: 50px;
	left: 0;
  font-size: 11px;
}

#header-left form#email-signup {
	width: 460px;
	position: absolute;
	left: 0;
	top: 93px;
}

#header-left form#email-signup div {
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	background: url(/images/circularImages/bg_email-signup-glow.png) repeat-y;
	position: relative;
}

#header-left #email-signup label {
	line-height: 30px;
	padding-left: 30px;
	height: 30px;
	display: block;
	float: left;
	width: 187px;
	background: url(/images/circularImages/icon_email.png) no-repeat 0 0;
}

#header-left #email-signup input.form-text {
	width: 144px;
	position: absolute;
	top: 0;
	left: 222px;
	height: 30px;
	padding-top: 0;
	padding-bottom: 0;
}

#header-left #email-signup input.form-submit {
	margin-left: 5px;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 71px;
	height: 30px;
	background: url(/images/circularImages/btn_signup.png) no-repeat 0 0;
	text-indent: -9999px;
	border-style: none;
}

/* @end */

/* @group header-right */

div#header-right {
	width: 360px;
	float: right;
	position: relative;
}

#header-right label.store-location {
  position: absolute;
  top: 22px;
}

#header-right address.store-location {
  position: absolute;
  top: 22px;
  left: 120px;
}

#header-right form#your-location label {
  line-height: 30px;
  top: 93px;
  position: absolute;
}

#header-right div.directions {
  position: absolute;
  top: 42px;
}

#header-right .directions a {
  padding-top: 4px;
  padding-left: 25px;
  display: block;
  background: url(/images/circularImages/icon_map.gif) no-repeat;
}

#header-right input#address1 {
  position: absolute;
  top: 93px;
  width: 220px;
  left: 120px;
  height:30px;
}

#header-right #your-location input.form-submit {
	display: none;
}

/* @end */

/* @end */

/* @group toolbar */

div#toolbar-wrapper {
	padding-bottom: 4px;
	background: url(/images/circularImages/bg_toolbar-wrapper.png) no-repeat center bottom;
	padding-top: 4px;
}

div#toolbar-outer {
	/*background: url(/images/circularImages/bg_toolbar-outer.png) repeat-x 0 bottom;*/
	padding-bottom: 5px;
	padding-top: 1px;
}

div#toolbar-inner {
	/*background: url(/images/circularImages/bg_toolbar-inner.jpg) repeat-x;*/
	padding-bottom: 5px;
}

ul#toolbar {
	display: block;
	width: 980px;
	height: 35px;
	line-height: 23px;
	margin-left: auto;
	margin-right: auto;
}

ul#toolbar li {
	margin-right: 12px;
	float: left;
	line-height: 23px;
	padding-top: 6px;
}

ul#toolbar li.label.view span,
ul#toolbar li.label.items span {
	padding-left: 12px;
	border-left: 1px solid #c1c1c1;
}

ul#toolbar li.featured span,
ul#toolbar li.full span {
	padding-right: 12px;
	border-right: 1px solid #c1c1c1;
}

ul#toolbar li span {
	line-height: 23px;
	height: 23px;
	display: block;
	float: left;
}

ul#toolbar li span a {
	line-height: 23px;
	height: 23px;
	display: block;
}

ul#toolbar li a.shopping-list {
	display: block;
	width: 28px;
	height: 24px;
	text-indent: -9999px;
	background: url(/images/circularImages/icon_cart.png) no-repeat 0 0;
	margin-left: 20px;
}

ul#toolbar li a.shopping-list:hover {
	opacity: 0.75;
}

ul#toolbar li.active span {
	background: url(/images/circularImages/bg_active-right.gif) no-repeat right;
	padding-right: 4px;
	margin: 0;
}

ul#toolbar li.active span a {
	padding-right: 3px;
	padding-left: 7px;
	background: url(/images/circularImages/bg_active-left.gif) no-repeat;
}

ul#toolbar li #page-select select.form-select {
	width: 120px;
}

ul#toolbar li.arrows {
	margin-right: 0;
}

ul#toolbar li a.double-left img {
	padding-top: 3px;
	padding-right: 4px;
}

ul#toolbar li a.single-left img {
	padding-top: 3px;
	padding-right: 12px;
}

ul#toolbar li a.double-right img {
	padding-top: 3px;
	padding-right: 12px;
}

ul#toolbar li a.single-right img {
	padding-top: 3px;
	padding-right: 4px;
}

ul#toolbar li a.double-left:hover,
ul#toolbar li a.single-left:hover,
ul#toolbar li a.double-right:hover,
ul#toolbar li a.single-right:hover {
	opacity: 0.75;
}

/* @end */

/* @group content-area */

div#content-area {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

div#circular-page {
  text-align: center;
  margin-bottom: 40px;
}

/* @group sidebar-left */

div#sidebar-left {
	width: 298px;
	float: left;
	border: 1px solid #e0e0e0;
	margin-left: 20px;
	background: #f0f0f0 ;
    /*url(/images/circularImages/bg_sidebar-gradient.png) repeat-x 0 top;*/
}

div#sidebar-left-inner {
	padding: 20px;
}

#sidebar-left a.zoom {
	padding-bottom: 10px;
	display: block;
	width: 260px;
	height: 301px;
	background: url(/images/circularImages/shadow_img-wide.png) no-repeat 0 bottom;
	position: relative;
}

#sidebar-left a.zoom img {
	padding: 10px;
	background-color: white;
}

#sidebar-left a.zoom img.zoom {
	background-color: transparent;
	position: absolute;
	bottom: 20px;
	right: 10px;
	padding: 0;
}

#sidebar-left ul.buttons {
	
}

#sidebar-left ul.buttons li {
	
}

#sidebar-left ul.buttons a {
	display: block;
	width: 180px;
	height: 36px;
	margin-left: auto;
	margin-right: auto;
	text-indent: -9999px;
  overflow: visible;
}

#sidebar-left ul.buttons a:hover {
	opacity: 0.7;
}

#sidebar-left ul.buttons a.add-to-list {
	background: url(/images/circularImages/btn_add-to-list-wide.png) no-repeat 0 0;
}

#sidebar-left ul.buttons a.remove-from-list {
	background: url(/images/circularImages/btn_remove-from-list.png) no-repeat 0 0;
}

#sidebar-left ul.buttons a.view-list {
	background: url(/images/circularImages/btn_view-list.png) no-repeat 0 0;
}

#sidebar-left ul.buttons a.return-to-publication {
	background: url(/images/circularImages/btn_return-to-publication.png) no-repeat 0 0;
}

#sidebar-left ul.buttons a.return-to-circular {
	background: url(/images/circularImages/btn_return-to-circular.png) no-repeat 0 0;
}

#sidebar-left ul.buttons a.return-to-flyer {
	background: url(/images/circularImages/btn_return-to-flyer.png) no-repeat 0 0;
}

#sidebar-left ul.buttons a.return-to-newspaper {
	background: url(/images/circularImages/btn_return-to-newspaper.png) no-repeat 0 0;
}

#sidebar-left ul.buttons a.return-to-newsletter {
	background: url(/images/circularImages/btn_return-to-newsletter.png) no-repeat 0 0;
}

#sidebar-left ul.buttons a.return-to-magazine {
	background: url(/images/circularImages/btn_return-to-magazine.png) no-repeat 0 0;
}

#sidebar-left ul.buttons a.return-to-catalog {
	background: url(/images/circularImages/btn_return-to-catalog.png) no-repeat 0 0;
}

#sidebar-left ul.buttons a.return-to-book {
	background: url(/images/circularImages/btn_return-to-book.png) no-repeat 0 0;
}

#sidebar-left ul.buttons a.share-with-friend {
	background: url(/images/circularImages/btn_share-with-friend.png) no-repeat 0 0;
}

#sidebar-left ul.buttons a.social-bookmark {
	background: url(/images/circularImages/btn_social-bookmark.png) no-repeat 0 0;
}

#sidebar-left ul.buttons a.purchase-item {
	background: url(/images/circularImages/purchase_item_3.png) no-repeat 0 0;
}

/* a.a2a_menu_powered_by {
  display: none !important;
} */

/* @end */

/* @group content */

div#content {
	width: 620px;
	padding-left: 20px;
	padding-right: 20px;
	float: right;
	margin-bottom: 20px;
}

ul.info a.add-to-list,
ul.info a.remove-from-list,
ul.info a.purchase-item,
ul.info a.view-list {
	display: block;
	width: 180px;
	height: 36px;
	text-indent: -9999px;
  overflow: visible;
}

ul.info a.add-to-list {
	background: url(/images/circularImages/btn_add-to-list-wide.png) no-repeat 0 0;
}

ul.info a.remove-from-list {
	background: url(/images/circularImages/btn_remove-from-list.png) no-repeat 0 0;
}

ul.info a.view-list {
	background: url(/images/circularImages/btn_view-list.png) no-repeat 0 0;
}

ul.info a.purchase-item {
    background: url(/images/circularImages/purchase_item_3.png) no-repeat 0 0;
}

#content ul.info li.btn {
  background-image: none;
}

/* @group table.shopping-list */

body.shopping-list div#content {
	float: none;
	width: 940px;
	margin-bottom: 60px;
	min-height: 400px;
}

#content table.shopping-list {
	width: 100%;
}

#content table.shopping-list tbody {
}

#content table.shopping-list thead th {
}

#content table.shopping-list tbody tr td {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #8d8d8d;
	vertical-align: middle;
}

#content table.shopping-list td img.thumb {
	padding: 5px;
	background-color: #b3b3b3;
	border-bottom: 1px solid #989898;
}

#content table.shopping-list th h2 {
	background: #929292;
    /*url(/images/circularImages/bg_title-bar.jpg) repeat-x 0 top;*/
	padding: 12px 18px 10px;
	border: 1px solid #616161;
	border-bottom-style: none;
}

#content table.shopping-list th.thumbnail,
#content table.shopping-list th.price,
#content table.shopping-list th.date,
#content table.shopping-list th.options {
	width: 15%;
	padding-bottom: 10px;
}

#content table.shopping-list tbody tr.even td  {
	background: #eaeaea repeat-x 0 top;
}

/* @end */

#content h2.titlebar {
	/*background: url(/images/circularImages/bg_title-bar.png) repeat-x 0 bottom;*/
	padding: 12px 18px 10px;
	margin-bottom: 7px;
	border-bottom-style: none;
    border-width: 1px;
    border-style: solid;
    border-bottom-width: 0;
}

#content ul.info {
	
}

#content ul.info li {
	display: block;
	padding-left: 18px;
	background: url(/images/circularImages/icon_arrow-tiny.png) no-repeat 0 8px;
	margin-top: 7px;
	padding-top: 7px;
	border-top: 1px dotted #949494;
}

#content ul.info li:first-child {
	border-top-style: none;
}

/* @end */

/* @group sidebar-right */

#sidebar-right h2.titlebar {
	/*background: url(/images/circularImages/bg_title-bar.png) repeat-x 0 bottom;*/
	padding: 12px 18px 10px;
    border-width: 1px;
    border-style: solid;
    border-bottom-width: 0;
}

div#sidebar-right {
	width: 620px;
	float: right;
	background-color: #f0f0f0;
	border: 1px solid #e0e0e0;
	margin-right: 20px;
}

div#sidebar-right a.zoom {
	position: relative;
}

div#sidebar-right a.zoom img.zoom {
	position: absolute;
	bottom: 5px;
	right: 0;
	width: 35px;
	background-color: transparent;
}

div#sidebar-right-inner {
	max-height: 387px;
}

#sidebar-right ul.product-list {
	
}

#sidebar-right ul.product-list li {
	padding: 10px 20px;
	border-top: 1px solid #e0e0e0;
	line-height: 14px;
}

#sidebar-right ul.product-list li.odd {
	border-top-color: #d2d2d2;
}

#sidebar-right ul.product-list li:first-child {
	border-top-style: none;
}

#sidebar-right ul.product-list li:hover {
	background-color: #e0e0e0;
}

#sidebar-right a.product-img {
	width: 75px;
	height: 71px;
	display: block;
	padding-bottom: 5px;
	background: url(/images/circularImages/shadow_img-thumbnail.png) no-repeat 0 bottom;
	margin-right: 10px;
}

#sidebar-right div.thumbnail {
	float: left;
}

#sidebar-right a.product-img img {
	padding: 5px;
	background-color: white;
}

#sidebar-right h4 {
	margin-top: 12px;
}

#sidebar-right a.btn-add-to-list {
	display: block;
	width: 115px;
	height: 36px;
	margin-left: 85px;
	text-indent: -9999px;
	background: url(/images/circularImages/btn_add-to-list-narrow.png) no-repeat 0 0;
}

#sidebar-right a.btn-add-to-list:hover {
	opacity: 0.75;
}

ul.product-list div.title-price {
	width: 150px;
	float: left;
	margin-right: 10px;
	margin-top: 15px;
}

.title-price strong.title,
.title-price span.price,
.title-price span.valid-through {
	display: block;
}

ul.product-list div.category-brand {
	width: 135px;
	float: left;
	margin-top: 15px;
}

.category-brand a {
	display: block;
}

ul.product-list li div.buttons {
    width: 180px;
    margin: 0;
    padding: 0;
    float: right;
}

ul.product-list a.remove-from-list {
	background: url(/images/circularImages/btn_remove-from-list.png) no-repeat 0 0;
	float: right;
	display: block;
	width: 180px;
	height: 36px;
	text-indent: -9999px;
	margin-top: 10px;
}
ul.product-list a.add-to-list {
	background: url(/images/circularImages/btn_add-to-list-wide.png) no-repeat 0 0;
	float: right;
	display: block;
	width: 180px;
	height: 36px;
	text-indent: -9999px;
	margin-top: 10px;
}

ul.product-list a.purchase-item {
	background: url(/images/circularImages/purchase_item_3.png) no-repeat 0 0;
	float: right;
	display: block;
	width: 180px;
	height: 36px;
	text-indent: -9999px;
	margin-top: 0;
}

/* @end */

/* @end */

/* @group content-bottom */

div#content-bottom {
	width: 980px;
	margin: 30px auto 120px;
}

#content-bottom h3.title-bar {
	margin-left: 20px;
	margin-right: 20px;
	background: #eaeaea repeat-x 0 top;
	padding: 14px 18px 12px;
	margin-bottom: 20px;
	border: 1px solid #e4e4e4;
}

#content-bottom ul.product-list {
	
}

#content-bottom ul.product-list li {
	width: 140px;
	display: block;
	float: left;
	margin-left: 20px;
	text-align: center;
}

#content-bottom ul.product-list li span {
	display: block;
}

#content-bottom h4 {
	margin-top: 5px;
}

#content-bottom ul.product-list a:hover img {
	opacity: 0.75;
}

/* @end */

/* @group footer */

div#footer-wrapper {
	min-height: 159px;
	background: url(/images/circularImages/bg_footer-gradient.png) repeat-x 0 bottom;
	padding-top: 1px;
  width: 100%;
  height: 160px;
  overflow: hidden;
}

div#footer {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

#footer ul {
  text-align: center;
  margin-bottom: 8px;
}

#footer ul li {
  display: inline;
  margin-right: 12px;
}

/* @end */

/* @group overrides */

body.multiple-items #sidebar-left ul.buttons a.add-to-list,
body.multiple-items #content ul.info li.price,
body.multiple-items #content ul.info li.category,
body.multiple-items #content ul.info li.brand,
body.multiple-items #content ul.info li.valid-through,
body.single-item div#sidebar-right
 {
	display: none;
}

body.multiple-items #content ul.info li.description {
	border-top-style: none;
}

/* @end */

table.shopping-list td input.form-text {
	padding: 6px;
	border: 1px solid #8d8d8d;
	background-color: white;
	width: 300px;
}

table.shopping-list td label {
	margin-right: 6px;
}

#share div.share-wrapper {
  border: 1px solid #9f9f9f;
  text-align: center;
  padding: 12px;
}

#share-form-ajax h2.titlebar {
	/*background: #929292 url(/images/circularImages/bg_title-bar.jpg) repeat-x 0 top;*/
	padding: 12px 18px 10px;
	border: 1px solid #616161;
	border-bottom-style: none;
    margin: 0;
    font-size: 18px;
}

#share div.row {
  padding: 12px 0;
  border-top: 1px solid #d4d4d4;
}

#share div.row.even {
}

#share label {
  display: block;
  margin: 0 0 4px;
}

#share input.form-text,
#share textarea.form-textarea {
  padding: 8px;
  border: 1px solid #c6c6c6;
  border-bottom-color: #aeaeae;
  margin: 0;
  font-size: 12px;
  width: 300px;
  color: #515151;
}

/* @group toolbar narrow */

ul#toolbar.narrow {
	width: 625px;
}

ul#toolbar.narrow li a.double-left,
ul#toolbar.narrow li a.single-left,
ul#toolbar.narrow li a.double-right,
ul#toolbar.narrow li a.single-right {
	background-image: none;
}

ul#toolbar.narrow li.arrows img {
	padding-right: 3px;
}

ul#toolbar.narrow select#page-selector {
	margin-right: 4px;
}

ul#toolbar.narrow li.featured span,
ul#toolbar.narrow li.full span {
	border-right: 1px solid #c1c1c1;
	padding-right: 6px;
}

ul#toolbar.narrow li.view.label span {
	padding-left: 6px;
}

ul#toolbar.narrow li.full span {
	padding-right: 8px;
}

ul#toolbar.narrow li.active span {
	padding-right: 0;
}

ul#toolbar.narrow li {
}

ul#toolbar.narrow li.arrows {
	margin-right: 2px;
}

ul#toolbar.narrow li.arrows a.single-left,
ul#toolbar.narrow li.arrows a.double-right  {
	margin-right: 6px;
}

ul#toolbar.narrow li a,
ul#toolbar.narrow li span a {
	width: 24px;
	height: 24px;
	overflow: hidden;
	text-indent: -9999px;
	padding: 0;
	background: url(/images/circularImages/toolbar-narrow/icon_all.png) no-repeat;
	opacity: 0.65;
}

ul#toolbar.narrow li a:hover,
ul#toolbar.narrow li span a:hover,
ul#toolbar.narrow li.active a,
ul#toolbar.narrow li.active span a {
	opacity: 1;
}

ul#toolbar.narrow li.link a {
	display: block;
}

ul#toolbar.narrow li.active,
ul#toolbar.narrow li.active span {
	background-image: none;
}

ul#toolbar.narrow li a.shopping-list {
	background-image: url(/images/circularImages/toolbar-narrow/icon_shopping-list.png);
	width: 27px;
	margin-left: 0;
	padding-right: 8px;
	border-right: 1px solid #c1c1c1;
}

ul#toolbar.narrow li.all a {
	background-image: url(/images/circularImages/toolbar-narrow/icon_all.png);
	width: 18px;
}

ul#toolbar.narrow li.spread a {
	background-image: url(/images/circularImages/toolbar-narrow/icon_spread.png);
	width: 29px;
}

ul#toolbar.narrow li.single a {
	background-image: url(/images/circularImages/toolbar-narrow/icon_single.png);
	width: 14px;
}

ul#toolbar.narrow li.full a {
	background-image: url(/images/circularImages/toolbar-narrow/icon_fullscreen.png);
	width: 16px;
}

ul#toolbar.narrow li.full span {
	padding-right: 0;
	border-style: none;
}

ul#toolbar.narrow li.zoomin a {
	background-image: url(/images/circularImages/toolbar-narrow/icon_zoomin.png);
	width: 26px;
}

ul#toolbar.narrow li.zoomin span {
	padding-right: 6px;
	border-right: 1px solid #c1c1c1;
}

ul#toolbar.narrow li.zoomout a {
	background-image: url(/images/circularImages/toolbar-narrow/icon_zoomout.png);
	width: 26px;
}

ul#toolbar.narrow li.zoomout span {
	padding-right: 6px;
	border-right: 1px solid #c1c1c1;
}

ul#toolbar.narrow li.this-page span {
	padding-left: 8px;
	border-left: 1px solid #c1c1c1;
}

ul#toolbar.narrow li.this-page a {
	background-image: url(/images/circularImages/toolbar-narrow/icon_this-page.png);
	width: 16px;
}

ul#toolbar.narrow li.featured a {
	background-image: url(/images/circularImages/toolbar-narrow/icon_featured.png);
	width: 20px;
}

ul#toolbar.narrow li.search a {
	background-image: url(/images/circularImages/toolbar-narrow/icon_search.png);
	width: 18px;
}

ul#toolbar.narrow li.share a {
	background-image: url(/images/circularImages/toolbar-narrow/icon_share.png);
	width: 23px;
}

ul#toolbar.narrow li.print a {
	background-image: url(/images/circularImages/toolbar-narrow/icon_printer.png);
	width: 20px;
}

ul#toolbar.narrow li.pdf a {
	background-image: url(/images/circularImages/toolbar-narrow/icon_pdf-download.png);
	width: 16px;
}

body.single ul#toolbar li.spread {
	display: none;
}

body.spread ul#toolbar li.single {
	display: none;
}

.hide {
	display: none;
}

/* @end */

/* @group body.narrow */

body.narrow div#content-area {
	width: 710px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 31px;
}

body.narrow div#sidebar-left {
	width: 224px;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
}

body.narrow #sidebar-left a.zoom {
	width: 183px;
	height: 208px;
    padding-bottom: 10px;
	background: url(/images/circularImages/shadow_img-wide.png) no-repeat 0 bottom;
    position: relative;
}

body.narrow #sidebar-left a.zoom img {
	padding: 10px;
	background-color: white;
}

body.narrow #sidebar-left a.zoom img.zoom {
	background-color: transparent;
	position: absolute;
	bottom: 20px;
	right: 10px;
	padding: 0;
	height: auto;
	width: auto;
}

body.narrow div#content {
	width: 467px;
	padding-left: 0;
	padding-right: 0;
	float: right;
	margin-bottom: 20px;
}

body.shopping-list.narrow div#content {
     width: 710px;
}

body.narrow div#sidebar-right {
	width: 467px;
	float: right;
	background-color: #f0f0f0;
	border: 1px solid #e0e0e0;
	margin-right: 0;
}

body.narrow div#content-bottom {
	width: 710px;
	margin: 30px auto 120px;
	padding: 0;
}

body.narrow #content-bottom h3.title-bar {
	margin-left: 0;
	margin-right: 0;
	background: #eaeaea repeat-x 0 top;
	padding: 14px 18px 12px;
	margin-bottom: 20px;
	border: 1px solid #e4e4e4;
}

body.narrow #content-bottom ul.product-list li {
	width: 100px;
	display: block;
	float: left;
	margin-left: 15px;
	text-align: center;
}

body.narrow #content-bottom ul.product-list li img {
	/*width: 100px;
	height: 100px;*/
}

body.narrow #content-bottom ul.product-list a:hover img {
	opacity: 0.75;
	/*width: 100px;
	height: 100px;*/
}

body.narrow ul.product-list li div.buttons {
	width: 120px;
	margin: 0;
	padding: 0;
	float: right;
}

body.narrow ul.product-list div.category-brand {
	width: 90px;
	float: left;
	margin-top: 15px;
}

body.narrow ul.product-list div.title-price {
	width: 100px;
	float: left;
	margin-right: 10px;
	margin-top: 15px;
}

body.narrow ul.product-list a.purchase-item {
	background: url(/images/circularImages/purchase_item_sm.png) no-repeat 0 0;
	display: block;
	width: 120px;
	height: 24px;
	text-indent: -9999px;
	margin-top: 0;
}

body.narrow ul.product-list a.remove-from-list {
	background: url(/images/circularImages/btn_remove-from-list_small.png) no-repeat 0 0;
	display: block;
	width: 120px;
	height: 24px;
	text-indent: -9999px;
	margin-top: 10px;
}

body.narrow ul.product-list a.add-to-list {
	background: url(/images/circularImages/btn_add-to-list-wide_small.png) no-repeat 0 0;
	display: block;
	width: 120px;
	height: 24px;
	text-indent: -9999px;
	margin-top: 10px;
}

/* @end */

