/*
* DEFAULT RULES RESET
*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	padding: 0;
	margin: 0;
}

fieldset, img {
	border: none;
}


/*
* COMMON RULES
*/

a {
 color: #8e8e8e;
 text-decoration: none;
}

a:hover,
a:focus,
a:active {
 text-decoration: underline;
}

p {
 margin: 0 0 10px;
 line-height: 1.4em;
}

input.button,
input.submit {
 cursor: pointer;
}

h2 {
 clear: left;
 margin-bottom: 10px;
 font-size: 1.3em;
 font-weight: bold;
}

h3 {
 margin-bottom: 4px;
 font-size: 1.2em;
 font-weight: bold;
}

h4 {
 margin-bottom: 4px;
 font-size: 1em;
 font-weight: bold;
}

h5 {
 font-size: 1em;
 font-weight: bold;
 font-style: italic;
}

h6 {
 font-size: .85em;
 font-weight: bold;
 font-style: italic;
}

ul, ol {
 margin: 10px 30px;
}

/*
* JCAROUSEL
*/

.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-item {
	float: left;
	list-style: none;
}

.jcarousel-clip {
	width: 868px;
}

.layout-two-equal-columns .jcarousel-clip {
	width: 370px;
}

.layout-two-columns .jcarousel-clip {
	width: 633px;
}

#carousel-new-products /*W*/
{
	min-height: 250px;
}

#carousel-recommended /*W*/
{
	min-height: 250px;
}

/*
* ZOOMBOX
*/

a.zoombox {
 display: block;
 position: relative;
}

a.zoombox:focus,
a.zoombox:active {
 outline: none;
}

a.zoombox .ladowanie {
 width: 100%;
 height: 100%;
 position: absolute;
 left: 0;
 top: 0;
 background: url('../_images/icons/loading.gif') center center no-repeat;
}

#zoombox-overlay {
 width: 100%;
 height: 100%;
 position: absolute;
 left: 0;
 top: 0;
 background: #000;
 z-index: 101;
}

#zoombox {
 padding: 5px;
 position: absolute;
 left: 0;
 top: 0;
 background: #fff;
 border: solid 1px #e1e1e1;
 z-index: 101;
}

#zoombox img {
 display: block;
 position: relative;
 z-index: 10;
 cursor: pointer;
}

#zoombox .opis {
 display: none;
 margin: 3px 2px -1px;
 position: relative;
 color: #5e5e5e;
 text-align: right;
 font-size: .8em;
 font-weight: bold;
 cursor: default;
}

#zoombox .opis h2 {
 margin: 0 30px;
 text-align: center;
 font-size: 1em;
 font-weight: bold;
}

#zoombox .opis .poprzedni {
 position: absolute;
 left: 0;
 top: 0;
 font-weight: normal;
}

#zoombox .opis .poprzedni a {
 display: block;
 padding: 3px 4px 0 0;
}

#zoombox .opis .nastepny {
 position: absolute;
 right: 0;
 top: 0;
 font-weight: normal;
}

#zoombox .opis .nastepny a {
 display: block;
 padding: 3px 0 0 4px;
}

#zoombox .n {
 width: 100%;
 height: 12px;
 position: absolute;
 left: 0;
 top: -12px;
 background: url('../_images/backgrounds/shadow-ns.png') center top repeat-x;
}

#zoombox .s {
 width: 100%;
 height: 12px;
 position: absolute;
 left: 0;
 bottom: -12px;
 background: url('../_images/backgrounds/shadow-ns.png') center bottom repeat-x;
}

#zoombox .w {
 width: 12px;
 height: 100%;
 position: absolute;
 left: -12px;
 top: 0;
 background: url('../_images/backgrounds/shadow-we.png') left center repeat-y;
}

#zoombox .e {
 width: 12px;
 height: 100%;
 position: absolute;
 right: -12px;
 top: 0;
 background: url('../_images/backgrounds/shadow-we.png') right center repeat-y;
}

#zoombox .nw {
 width: 12px;
 height: 12px;
 position: absolute;
 left: -12px;
 top: -12px;
 background: url('../_images/backgrounds/shadow-corners.png') left top no-repeat;
}

#zoombox .ne {
 width: 12px;
 height: 12px;
 position: absolute;
 right: -12px;
 top: -12px;
 background: url('../_images/backgrounds/shadow-corners.png') right top no-repeat;
}

#zoombox .se {
 width: 12px;
 height: 12px;
 position: absolute;
 right: -12px;
 bottom: -12px;
 background: url('../_images/backgrounds/shadow-corners.png') right bottom no-repeat;
}

#zoombox .sw {
 width: 12px;
 height: 12px;
 position: absolute;
 left: -12px;
 bottom: -12px;
 background: url('../_images/backgrounds/shadow-corners.png') left bottom no-repeat;
}



/*
* HEADER
*/

#header {
	background: #0e0e0e url('../_images/backgrounds/header.png') 0 bottom repeat-x;
	color: #d4d4d4;
	position: relative;
	z-index: 100;
}

#header .container {
	background: url('../_images/backgrounds/header.jpg') center bottom repeat-x;
}

#header a {
	color: #d4d4d4;
}

#header h1 {
	display: inline;
	float: left;
	padding-top: 58px;
	margin: 0 10px 0 0;
}


/*
* NAVIGATION BAR
*/

#navigation-bar {
	display: inline;
	width: 702px;
	padding: 30px 0 10px;
	margin: 0 0 15px 10px;
	float: right;
	background: url('../_images/backgrounds/line-dark.png') 0 bottom repeat-x;
	list-style: none;
}

#navigation-bar:after {
	content: '.'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#navigation-bar li {
	display: inline;
	margin: 0 0 0 20px;
	float: right;
}

#navigation-bar li.offers,
#navigation-bar li.sales {
	float: left;
	margin: 0 20px 0 0;
}

#navigation-bar li a {
	display: inline;
	float: left;
	padding-bottom: 1px;
}

#navigation-bar li a:hover,
#navigation-bar li a:focus,
#navigation-bar li a:active {
	padding-bottom: 0;
}

#navigation-bar li a img {
	border-bottom: solid 0 #e6e5e6;
}

#navigation-bar li.offers a img,
#navigation-bar li.sales a img,
#navigation-bar li.cart a img {
	border-bottom-color: #c89439;
}

#navigation-bar li a:hover img,
#navigation-bar li a:focus img,
#navigation-bar li a:active img {
	border-bottom-width: 1px;
}


/*
* HORIZONTAL NAVIGATION
*/

#horizontal-navigation {
	display: inline;
	width: 702px;
	margin: 0 0 5px 10px;
	float: right;
	position: relative;
	list-style: none;
	z-index: 100;
}

#horizontal-navigation li {
	display: inline;
	height: 60px;
	padding: 0 15px 0 0;
	margin: 0 27px 0 0;
	float: left;
	position: relative;
	background: url('../_images/backgrounds/menu-item.png') right 0 no-repeat;
}

#horizontal-navigation li:hover {
	background-position: right -60px;
}

#horizontal-navigation li.home {
	padding-right: 0;
	margin-right: 10px;
	background: transparent;
}

#horizontal-navigation li h3 {
	color: #f3f4f1;
	font-size: 13px;
	font-weight: bold;
}

#horizontal-navigation li a {
	display: inline;
	height: 60px;
	padding: 0 0 0 5px;
	float: left;
	color: #f3f4f1;
}

#horizontal-navigation li a span {
	display: inline;
	height: 43px;
	padding: 17px 5px 0 0;
	float: left;
	cursor: pointer;
}

#horizontal-navigation li.active a {
	padding-left: 22px;
	background: url('../_images/backgrounds/menu-item-active.png') 0 0 no-repeat;
	color: #403624;
}

#horizontal-navigation li.active a span {
	padding-right: 15px;
	background: url('../_images/backgrounds/menu-item-active.png') right 0 no-repeat;
}

#horizontal-navigation li .submenu {
	width: 110px;
	padding: 25px 15px 0;
	position: absolute;
	left: -2500px;
	background: url('../_images/backgrounds/submenu.png') 0 0 no-repeat;
	color: #515151;
}

#horizontal-navigation li:hover .submenu {
	display: block;
	left: auto;
	right: -45px;
	top: 33px;
}

#horizontal-navigation li .submenu .ending {
	width: 130px;
	height: 8px;
	position: absolute;
	left: 0;
	bottom: -8px;
	background: url('../_images/backgrounds/submenu.png') 0 bottom no-repeat;
}

#horizontal-navigation li .submenu ul {
	margin: 0 0 10px;
	list-style: none;
}

#horizontal-navigation li .submenu li {
	display: block;
	height: auto;
	padding: 0;
	margin: 0 0 3px;
	float: none;
	position: relative;
	background: transparent;
}

#horizontal-navigation li .submenu li a {
	display: block;
	height: auto;
	padding: 0;
	float: none;
	color: #515151;
	background: transparent;
}


/*
* INFO BAR
*/

#info-bar {
	width: 930px;
	height: 30px;
	line-height: 30px;
	padding: 1px 10px 4px;
	margin: 0 auto 20px;
	clear: both;
	background: url('../_images/backgrounds/info-bar.jpg') center center no-repeat;
}


/*
* SEARCH FORM
*/

#search-form {
	display: inline;
	line-height: 30px;
	float: left;
}

#search-form label {
	position: absolute !important;
	left: -2500px !important;
	width: 20px !important;
}

#search-form input,
#search-form select {
	vertical-align: middle;
}

#search-form .field-text,
#search-form .field-select,
#search-form .field-button {
	display: inline;
	padding: 4px 0 0;
	margin-right: 5px;
	float: left;
}

#search-form .field-text span,
#search-form .field-select span {
	display: inline;
	width: 184px;
	height: 21px;
	line-height: 21px;
	padding: 1px;
	float: left;
	position: relative;
}

#search-form .field-text span {
	width: 176px;
	height: 16px;
	line-height: 14px;
	padding: 3px 5px 4px;
	background: url('../_images/backgrounds/search-field.png') center center no-repeat;
}

#search-form .field-text span input {
	width: 100%;
	background: transparent;
	border: none;
	color: #c7c7c7;
	font-size: 1em;
}

#search-form .field-select span select {
	width: 100%;
	position: relative;
	background: #151515;
	color: #c7c7c7;
	font-size: 1em;
	opacity: 0;
	-moz-opacity: 0;
	z-index: 2;
}

#search-form .field-select span .faux {
	width: 172px;
	height: 16px;
	line-height: 14px;
	padding: 3px 6px 4px;
	position: absolute;
	left: 0;
	top: 0;
	background: transparent;
	color: #c7c7c7;
	z-index: 1;
}

#search-form .field-select span {
	background: url('../_images/backgrounds/search-select.png') center center no-repeat;
}

#search-form .field-button {
	padding-top: 0;
	position: relative;
	top: -1px;
	margin-left: 10px;
}


/*
* QUICK CONTACT
*/

#quick-contact {
	display: inline;
	width: 351px;
	height: 30px;
	float: right;
	background: url('../_images/backgrounds/contact.png') right center no-repeat;
}

#quick-contact p {
	display: inline;
	width: 80px;
	line-height: 22px;
	padding: 4px 30px 4px 7px;
	margin: 0;
	float: left;
	text-align: right;
}

#quick-contact p.tel {
	background: url('../_images/icons/phone.png') right center no-repeat;
}

#quick-contact p.email {
	background: url('../_images/icons/mail.png') right center no-repeat;
}

#quick-contact p.gg {
	background: url('../_images/icons/gg.png') right center no-repeat;
}


/*
* FOOTER
*/

#footer {
	background: url('../_images/backgrounds/footer.png') 0 0 repeat-x;
	min-height: 90px;
	clear: both;
}

#footer .container {
	padding: 15px 0 0;
	background: url('../_images/backgrounds/footer-bike.png') right 0 no-repeat;
	min-height: 330px;
	top: -30px;
}

#footer h3 {
	margin: 0 0 12px;
	color: #808080;
	font-size: 1em;
	font-weight: bold;
}


/*
* BRANDS
*/

#brands {
	margin: 0 0 60px;
	list-style: none;
}

#brands:after {
	content: '.'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#brands li {
	display: inline;
	float: left;
	position: relative;
	height: 34px;
}

#brands li a {
	display: inline;
	float: left;
	position: relative;
	height: 34px;
	overflow: hidden;
}

#brands li a:hover {
	width: auto;
}

#brands li a:hover img {
	position: relative;
	top: -34px;
}


/*
* ADDITIONAL MENU
*/

#additional-menu {
	margin: 0 30px 40px;
	list-style: none;
}

#additional-menu:after {
	content: '.'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#additional-menu li {
	display: inline;
	float: left;
	width: 140px;
	margin: 0 10px 0 0;
}

#additional-menu li ul {
	margin: 0;
	list-style: none;
}

#additional-menu li ul li {
	display: block;
	margin: 0 0 3px;
	float: none;
}


/*
* NEWSLETTER
*/

#newsletter {
	margin: 0 30px 20px;
}

#newsletter:after {
	content: '.'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#newsletter p {
	display: inline;
	width: 240px;
	margin: 0 30px 10px 0;
	float: left;
	text-align: justify;
}

#newsletter label {
	position: absolute !important;
	left: -2500px !important;
	width: 20px !important;
}

#newsletter .field-text,
#newsletter .field-button {
	display: inline;
	line-height: 20px;
	float: left;
}

#newsletter input {
	vertical-align: top;
}

#newsletter .field-text span {
	display: inline;
	line-height: 20px;
	float: left;
	background: url('../_images/backgrounds/newsletter.png') 0 center no-repeat;
}

#newsletter .field-text span input {
	width: 139px;
	height: 14px;
	padding: 3px 5px;
	background: transparent;
	border: none;
	font-size: 1em;
}


/*
* MAIN BANNER
*/

#main-banner p {
	margin: 0 0 30px;
	text-align: center;
}


/*
* COLUMNS
*/

.layout-two-equal-columns {
	margin: 0;
}

.layout-two-equal-columns:after {
	content: '.'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.layout-two-equal-columns .left-column {
	display: inline;
	width: 450px;
	float: left;
}

.layout-two-equal-columns .right-column {
	display: inline;
	width: 450px;
	float: right;
}


.layout-two-columns {
	margin: 0;
}

.layout-two-columns:after {
	content: '.'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.layout-two-columns .left-column {
	display: inline;
	width: 200px;
	float: left;
}

.layout-two-columns .right-column {
	display: inline;
	width: 715px;
	float: right;
}


/*
* CONTENT
*/

#content {
	padding: 10px 0 30px;
	background: #f5f4f3 url('../_images/backgrounds/content.png') 0 0 repeat-x;
	min-height: 120px;
	color: #515151;
}

#content a {
	color: #515151;
}


/*
* BREADCRUMBS
*/

#breadcrumbs {
	margin: 0 0 35px;
}

#breadcrumbs:after {
	content: '.'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#breadcrumbs h2 {
	display: inline;
	float: left;
	margin: 0 10px 0 0;
	font-size: 1em;
	font-weight: normal;
	background: url('../_images/backgrounds/breadcrumbs-header.png') 0 0 no-repeat;
}

#breadcrumbs h2 span {
	display: inline;
	height: 30px;
	line-height: 25px;
	padding-right: 25px;
	float: left;
	position: relative;
	right: -20px;
	background: url('../_images/backgrounds/breadcrumbs-header.png') right 0 no-repeat;
}

#breadcrumbs ol {
	margin: 0;
	list-style: none;
}

#main-banner{
	margin-bottom: 30px;
}

#breadcrumbs ol li {
	display: inline;
	margin-right: -6px;
	float: left;
}

#breadcrumbs ol li a {
	display: inline;
	float: left;
	margin: 0 25px 0 0;
	font-size: 1em;
	font-weight: normal;
	background: url('../_images/backgrounds/breadcrumbs-item.png') 0 0 no-repeat;
}

#breadcrumbs ol li a span {
	display: inline;
	height: 30px;
	line-height: 25px;
	padding-right: 25px;
	float: left;
	position: relative;
	right: -30px;
	background: url('../_images/backgrounds/breadcrumbs-item.png') right 0 no-repeat;
	cursor: pointer;
}


/*
* BLOCKS
*/

#content .block {
	padding: 55px 0 13px;
	margin: 0 0 40px;
	clear: both;
	position: relative;
	background: #fff url('../_images/backgrounds/block.png') -8px 0 repeat-x;
	border-left: solid 1px #d9d9d9;
	border-right: solid 1px #d9d9d9;
}

#content .layout-two-equal-columns .block,
#content .layout-two-columns .block {
	clear: none;
}

#content .block .nw {
	width: 8px;
	height: 80px;
	position: absolute;
	left: -1px;
	top: 0;
	background: url('../_images/backgrounds/block-top.png') 0 0 no-repeat;
	z-index: 2;
}

#content .block .ne {
	width: 8px;
	height: 80px;
	position: absolute;
	right: -1px;
	top: 0;
	background: url('../_images/backgrounds/block-top.png') right 0 no-repeat;
	z-index: 2;
}

#content .block .nw {
	width: 8px;
	height: 80px;
	position: absolute;
	left: -1px;
	top: 0;
	background: url('../_images/backgrounds/block-top.png') 0 0 no-repeat;
	z-index: 2;
}

#content .block .sw {
	width: 60%;
	height: 13px;
	position: absolute;
	left: -1px;
	bottom: 0;
	background: url('../_images/backgrounds/block-bottom.png') 0 0 no-repeat;
	z-index: 2;
}

#content .block .se {
	width: 60%;
	height: 13px;
	position: absolute;
	right: -1px;
	bottom: 0;
	background: url('../_images/backgrounds/block-bottom.png') right 0 no-repeat;
	z-index: 2;
}

#content .block .block-content {
    /*min-height: 20px;*/
	min-height: 255px;
	padding: 0 10px;
	position: relative;
	color: #515151;
	z-index: 3;
}

#content .block .block-content:after {
	content: '.'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#content .block a {
	color: #515151;
}

#content .block h2 {
	height: 50px;
	padding: 0;
	margin: 0;
	background: url('../_images/backgrounds/block-header.png') 0 0 no-repeat;
	position: absolute;
	left: 20px;
	top: -60px;
	color: #1f201f;
	font-size: 1.6em;
	font-weight: normal;
}

#content .block h2.dark {
	background-image: url('../_images/backgrounds/block-header-dark.png');
	color: #fff;
}

#content .block h2 span {
	display: inline;
	height: 20px;
	padding: 15px 30px 15px 0;
	margin: 0;
	float: left;
	position: relative;
	left: 30px;
	background: url('../_images/backgrounds/block-header.png') right 0 no-repeat;
}

#content .block h2.dark span {
	background-image: url('../_images/backgrounds/block-header-dark.png');
}

#content .block .block-options {
	margin: 0;
	list-style: none;
	position: absolute;
	right: 10px;
	top: -48px;
}

#content .block .block-options li {
	display: inline;
	padding: 3px 10px;
	float: left;
	margin-left: 10px;
	background: #fff;
	border: solid 1px #d0d5db;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#content .block .up {
	margin: 0;
	position: absolute;
	right: 9px;
	bottom: -9px;
	z-index: 4;
}


#content .block-mini {
	padding-top: 40px;
	background-image: url('../_images/backgrounds/block-mini.png');
	background-position: -70px 0;
}

#content .block-mini .nw,
#content .block-mini .ne {
	width: 4px;
	background-image: url('../_images/backgrounds/block-mini-header.png');
}

#content .block-mini h2,
#content .block-mini h2.dark {
	height: 40px;
	top: -45px;
	left: 14px;
	background-image: url('../_images/backgrounds/block-mini-header-dark.png');
	font-size: 1.3em;
	font-weight: bold;
}

#content .block-mini h2 span,
#content .block-mini h2.dark span {
	padding-top: 9px;
	padding-bottom: 11px;
	background-image: url('../_images/backgrounds/block-mini-header-dark.png');
}

#content .block-mini h3 {
	width: auto;
	line-height: 1.4em;
	padding: 0 0 8px;
	margin: 0 0 7px;
	font-size: 1.1em;
	font-weight: bold;
	background: url('../_images/backgrounds/line-light.png') 0 bottom repeat-x;
	text-align: left;
}

#content .block-mini ul {
	margin: 0 5px 15px;
	list-style: none;
}

#content .block-mini li {
	margin: 0 0 3px;
	padding-left: 8px;
	background: url('../_images/icons/dash.png') 0 8px no-repeat;
}

#content .block-mini li.show-all {
	text-align: right;
	padding-left: 0;
	padding-right: 8px;
	background: url('../_images/icons/bullet.png') right 6px no-repeat;
}


/*
* PRODUCTS LIST
*/

#content .products-list {
	padding: 0 30px 10px;
	position: relative;
}

#content .products-list .previous {
	margin: 0;
	position: absolute;
	left: -15px;
	top: 20px;
}

#content .products-list .next {
	margin: 0;
	position: absolute;
	right: -15px;
	top: 20px;
}

#content .products-list .previous a,
#content .products-list .next a {
	display: block;
	width: 37px;
	height: 43px;
	position: relative;
	overflow: hidden;
	outline: none;
}

#content .products-list .previous a img,
#content .products-list .next a img {
	position: relative;
	left: 0;
	top: 0;
}

#content .products-list .previous a:hover img,
#content .products-list .next a:hover img,
#content .products-list .previous a:focus img,
#content .products-list .next a:focus img,
#content .products-list .previous a:active img,
#content .products-list .next a:active img {
	top: 0;
}

#content .products-list .products {
	margin: 0 -56px 0 0;
	list-style: none;
}

#content .layout-two-equal-columns .products-list .products {
	margin: 0 -20px 0 0;
}

#content .layout-two-columns .products-list .products {
	margin: 0 -54px 0 0;
}

#content .products-list .products:after {
	content: '.'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#content .products-list .products li {
	display: inline;
	width: 175px;
	padding: 23px 0 0;
	margin: 0 56px 20px 0;
	float: left;
	position: relative;
	text-align: center;	
	height: 200px;
}

#content .products-cell {
	min-height: 210px;
}


#content .layout-two-equal-columns .products-list .products li {
	margin: 0 20px 20px 0;
}

#content .layout-two-columns .products-list .products li {
	margin: 0 54px 20px 0;
}

#content .products-list .products li .product-options {
	margin: 0;
	position: absolute;
	left: 0;
	top: -23px;
	list-style: none;
}

#content .products-list .products li .product-options li {
	display: inline;
	width: auto;
	margin: 0 5px 0 0;
	height: 40px;
}

#content .products-list .products li h3 {
	width: auto;
	line-height: 1.4em;
	padding: 0;
	margin: 0;
	background: transparent;
	font-size: 1.1em;
	font-weight: bold;
}

#content .products-list .products li h3 .image {
	display: block;
	padding-bottom: 4px;
	margin: 0 0 5px;
	background: url('../_images/backgrounds/product-image.png') center bottom no-repeat;
}

#content .products-list .products li h3 .image img {
	display: block;
	margin: 0 auto;
	border: solid 1px #bec4be;
}

#content .products-list .products li p {
	margin: 0;
}

#content .products-list .products li .price {
	padding-top: 16px;
	background: url('../_images/backgrounds/line-light.png') 0 6px repeat-x;
}

#content .products-list .products li .price strong {
	font-size: 1.8em;
	font-weight: normal;
}


/*
* PRICE RANGE
*/

#content .price-range .show-all input {
	background: transparent;
	border: none;
	font-size: 1em;
	cursor: pointer;
}

#content .price-range ul {
	clear: both;
}

#content .price-range .field-text {
	display: inline;
	width: 89px;
	margin: 0 0 10px;
	float: left;
}

#content .price-range .field-text label {
	display: block;
	width: auto;
	line-height: 1.2em;
	margin-right: 0;
	margin-bottom: 2px;
	float: none;
	font-size: 1em;
}

#content .price-range .field-text span {
	display: block;
	width: 86px;
	height: 23px;
	line-height: 23px;
	margin: 0;
	float: none;
	background: url('../_images/backgrounds/price-range-field.png') center center no-repeat;
	border: none;
}

#content .price-range .field-text span input {
	width: 76px;
	height: 15px;
	line-height: 15px;
	padding: 4px 5px;
	background: transparent;
	border: none;
	font-size: 1em;
}

#content .price-range #price-range-slider {
	width: 182px;
	height: 17px;
	background: url('../_images/backgrounds/slider-range.png') center 0 no-repeat;
	margin: 10px -2px 15px;
	position: relative;
}

#content .price-range .ui-slider-range {
	width: 182px;
	height: 17px;
	position: absolute;
	background: #ffbb46;
	opacity: .4;
	filter: alpha(opacity=40);
}

#content .price-range .ui-slider-handle {
	display: block;
	width: 9px;
	height: 29px;
	position: absolute;
	left: 0;
	top: -4px;
	margin-left: -4px;
	background: url('../_images/icons/slider-head.png') 0 0 no-repeat;
	outline: none;
}


/*
* PRODUCT DETAILS
*/

#content .product-details {
	padding: 25px 0 0;
	margin: 0 10px;
	position: relative;
	background: url('../_images/backgrounds/line-ultra-light.png') 0 0 repeat-x;
}

#content .product-details h2 {
	display: block;
	height: auto;
	line-height: 100%;
	padding: 0;
	margin: 0 0 20px;
	float: none;
	position: relative;
	left: 0;
	top: 0;
	background: transparent;
	color: #515151;
	font-size: 2.6em;
	font-weight: bold;
}

#content .product-details h2 span {
	display: inline;
	height: auto;
	line-height: 100%;
	padding: 0;
	float: none;
	position: relative;
	left: 0;
	top: 0;
	background: transparent;
}

#content .product-details h2 .brand {
	display: inline;
	float: right;
	color: #e3e4e5;
}

#content .product-details .product-data {
	display: inline;
	width: 450px;
	float: right;
	position: relative;
}

#content .product-details .product-data dl {
	margin: 0 0 20px;
}

#content .product-details .product-data dl:after {
	content: '.'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#content .product-details .product-data dl dt {
	display: inline;
	width: 140px;
	margin-right: 10px;
	margin-bottom: 2px;
	float: left;
	clear: left;
	text-transform: uppercase;
	font-weight: bold;
}

#content .product-details .product-data dl dd {
	display: inline;
	width: 300px;
	margin-bottom: 2px;
	float: left;
}

#content .product-details .product-data .price {
	display: inline;
	height: 50px;
	line-height: 45px;
	padding: 0 10px;
	margin: 0 0 5px;
	float: right;
	position: relative;
	background: url('../_images/backgrounds/price.png') 0 0 no-repeat;
	font-size: 1.3em;
	z-index: 1;
}

#content .product-details .product-data .price strong {
	font-size: 1.5em;
	font-weight: normal;
}

#content .product-details .product-data .add-to-cart {
	display: inline;
	margin: 0 0 5px -3px;
	float: right;
	position: relative;
	z-index: 2;
}

#content .product-details .product-data .clipboard {
	clear: both;
	text-align: right;
}

#content .product-details .product-data .clipboard a:before {
	content: '+ ';
}

#content .product-details .product-presentation {
	width: 427px;
	height: 234px;
	margin: 0 0 20px;
	position: relative;
	background: url('../_images/backgrounds/product-image-viewer.png') 0 0 no-repeat;
}


#content .product-details .product-presentation .presentation-options {
	width: 47px;
	padding: 12px 0 0 6px;
	margin: 0;
	position: relative;
	list-style: none;	
}

#content .product-details .product-presentation .presentation-options li {
	display: block;
	width: 47px;
	height: 58px;
	margin: 0 0 17px;
	position: relative;
	overflow: hidden;
}

#content .product-details .product-presentation .presentation-options li a {
	display: block;
	width: 47px;
	height: 58px;
	position: relative;
	overflow: hidden;
}

#content .product-details .product-presentation .presentation-options li a img {
	position: relative;
	top: 0;
}

#content .product-details .product-presentation .presentation-options li a:hover img,
#content .product-details .product-presentation .presentation-options li a:focus img,
#content .product-details .product-presentation .presentation-options li a:active img {
	top: -58px;
}

#content .product-details .product-presentation .product-image {
	width: 348px;
	height: 222px;
	line-height: 222px;
	position: absolute;
	right: 6px;
	top: 6px;
	text-align: center;
}

#content p.product-image {
	width: 348px;
	height: 222px;
	line-height: 222px;
	position: absolute;
	right: 6px;
	top: 6px;
	text-align: center;
}

#content .product-details .product-presentation .product-image a {
	display: block;
	width: 348px;
	height: 222px;
	line-height: 222px;
	text-align: center;
}

#content .product-details .product-presentation .product-image img {
	vertical-align: middle;
}

#content .product-details .product-options {
	width: 427px;
	position: relative;
}

#content .product-details .product-options ul {
	margin: 0 0 20px 2px;
	list-style: none;
}

#content .product-details .product-options ul:after {
	content: '.'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#content .product-details .product-options li {
	display: inline;
	width: 53px;
	height: 45px;
	padding: 0 17px 0 15px;
	line-height: 45px;
	float: left;
	background: url('../_images/backgrounds/product-options.png') right -46px;
	text-align: center;
}

#content .product-details .product-options li a {
	display: inline;
	float: left;
	width: 53px;
	height: 35px;
	line-height: 35px;
	padding: 5px 17px 5px 15px;
	margin: 0 -17px 0 -15px;
	background: url('../_images/backgrounds/product-options.png') right 0;
}

#content .product-details .product-options li a:hover,
#content .product-details .product-options li a:focus,
#content .product-details .product-options li a:active {
	background-position: right -46px;
	text-decoration: none;
}

#content .product-details .product-options .w {
	width: 5px;
	height: 45px;
	position: absolute;
	left: 0;
	top: 0;
	background: url('../_images/backgrounds/product-options-edges.png') 0 0 no-repeat;
}

#content .product-details .product-options .e {
	width: 5px;
	height: 45px;
	position: absolute;
	right: 0;
	top: 0;
	background: url('../_images/backgrounds/product-options-edges.png') right 0 no-repeat;
}


/*
* SELECT BAR
*/

#content .select-bar {
	width: 682px;
	height: 52px;
	margin: 0 auto 10px;
	background: url('../_images/backgrounds/select-bar.png') 0 0 no-repeat;
}

#content .select-bar .field-select {
	display: inline;
	width: 220px;
	margin: 0 7px 0 0;
	float: left;
}

#content .select-bar .field-select label {
	display: block;
	width: 64px;
	line-height: 18px;
	padding: 0 5px;
	margin: 0 0 5px;
	float: none;
	text-align: center;
	font-size: 1em;
}

#content .select-bar .field-select span {
	display: block;
	width: 217px;
	height: 23px;
	line-height: 23px;
	margin: 0 0 0 5px;
	float: none;
	position: relative;
	background: url('../_images/backgrounds/select-bar-field.png') 0 0 no-repeat;
	border: none;
}

#content .select-bar .field-select span.faux {
	width: 197px;
	line-height: 23px;
	padding: 0 10px;
	margin: 0;
	position: absolute;
	left: 0;
	top: 0;
	background: transparent;
	z-index: 1;
}

#content .select-bar .field-select span select {
	display: block;
	width: 217px;
	height: 23px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	border: 0;
	font-size: 1em;
	z-index: 2;
	opacity: 0;
	-moz-opacity: 0;
}


/*
* ORDER
*/

#content .order {
	padding: 0 30px;
	line-height: 1.5em;
}

#content table {
	width: 100%;
	margin: 20px auto;
	border-bottom: solid 1px #ececec;
}

#content table td,
#content table th {
	padding: 5px 10px;
	text-align: center;
	border-left: solid 1px #ececec;
}

#content table td:first-child,
#content table th:first-child {
	border-left: none;
}

#content table thead th {
	text-align: center;
	font-weight: normal;
	white-space: nowrap;
}

#content table tbody td,
#content table tbody th {
	border-top: solid 1px #ececec;
	border-bottom: solid 1px #fff;
}

#content table tbody .e td,
#content table tbody .e th {
	background: #fdefd7 url('../_images/backgrounds/white.png') 0 0 repeat-x;
	border-left-color: #eee0c7;
}

#content table tbody th {
	width: 100%;
	text-align: left;
}

#content table tbody th h4 {
	margin-left: 80px;
}

#content table tbody th img {
	margin-right: 5px;
	text-decoration: none;
}

#content table tbody th h4 img {
	display: inline;
	float: left;
	margin-left: -85px;
	margin-right: 0;
	border: solid 1px #bec4be;
}

#content table tbody th p {
	margin: 0 0 0 80px;
	font-weight: normal;
}

#content table tbody th small {
	display: block;
	font-size: 1em;
	font-weight: normal;
}

#content table tbody td {
	white-space: nowrap;
}

#content table img {
	vertical-align: middle;
}

#content .order .flow-clear
{
	clear: all;
}

#content .order table .field-quantity
{
	vertical-align: middle;
}

#content .order .productListing-odd
{
	background-color:  #feefd8;
}

#content .order .product-img img
{
	border: solid 1px #c0c0c0;
	padding: 2px;
	background-color: white;
}

#content .order table .field-quantity span input {
	width: 30px;
	height: 13px;
	line-height: 13px;
	padding: 2px 2px;
	background: #fff url('../_images/backgrounds/field.png') 0 1px repeat-x;
	border: solid 1px #d9d9d9;
	font-size: 1em;
	vertical-align: top;
	text-align: center;
}

#content .order .total {
	background: url('../_images/backgrounds/total.png') right 0 no-repeat;
	float: right;
	}

#content .order .total:after {
	content: '.'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#content .order .total h3 {
	display: inline;
	width: 74px;
	height: 39px;
	line-height: 19px;
	padding: 3px 0;
	margin: 0 10px 0 385px;
	float: left;
	background: transparent;
	text-align: right;
	font-size: 1.1em;
}

#content .order .total p {
	display: inline;
	width: 160px;
	height: 45px;
	line-height: 45px;
	float: left;
	margin: 0;
	text-align: center;
	font-size: 1.1em;
}

#content .order .total p strong {
	font-size: 1.4em;
	font-weight: bold;
}

#content .order .shipping-details {
	margin: 0 0 15px;
}

#content .order .shipping-details:after {
	content: '.'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#content .order .shipping-details dt {
	display: inline;
	float: left;
	clear: left;
	margin: 0 4px 3px 0;
	font-weight: bold;
}

#content .order .shipping-details dd {
	display: block;
	margin: 0 0 3px;
}

#content .order .edit-item {
	height: 39px;
	position: relative;
	top: -39px;
	left: 140px;
	margin-bottom: -39px;
}

#content .order .edit-item a {
	padding: 3px 10px;
	position: relative;
	border: solid 1px #d0d5db;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#content .order .order-steps {
	width: 632px;
	height: 25px;
	line-height: 25px;
	padding: 25px 0 15px;
	margin: 0 auto 15px;
	background: url('../_images/backgrounds/order-steps.png') center bottom no-repeat;
	list-style: none;
}

#content .order .order-steps:after {
	content: '.'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#content .order .order-steps li {
	display: inline;
	padding-left: 27px;
	float: left;
	background: url('../_images/backgrounds/step-arrow.png') 1px 55% no-repeat;
}

#content .order .order-steps li.back-to-shopping {
	padding-left: 0;
	padding-right: 2px;
}

#content .order .order-steps li a,
#content .order .order-steps li strong,
#content .order .order-steps li span {
	display: inline;
	width: 98px;
	height: 25px;
	line-height: 25px;
	float: left;
	background: url('../_images/backgrounds/button-step.png') 0 0 no-repeat;
	text-align: center;
	font-weight: normal;
}

#content .order .order-steps li strong,
#content .order .order-steps li span {
	cursor: default;
}

#content .order .order-steps li.active a,
#content .order .order-steps li.active strong {
	background-position: 0 -25px;
}

#content .order .order-steps li.back-to-shopping a {
	width: 130px;
	background-image: url('../_images/backgrounds/button-back.png');
}


#content .order .button-back a
{
	width: 150px;
	background-image: url('../_images/backgrounds/button-gray-wide.png');
	display: block;
	height: 35px;
	line-height: 35px;
	border: none;
	text-align: center;
	text-decoration: none;
	font-size: 1.25em;
	cursor: pointer;
}

#content .order .button-forward a
{
	width: 150px;
	background-image: url('../_images/backgrounds/button-wide.png');
	display: block;
	height: 35px;
	line-height: 35px;
	border: none;
	text-align: center;
	text-decoration: none;
	font-size: 1.25em;
	cursor: pointer;
}

#content .order .button a
{
	width: 93px;
	background-image: url('../_images/backgrounds/button.png');
	display: block;
	height: 35px;
	line-height: 35px;
	border: none;
	text-align: center;
	text-decoration: none;
	font-size: 1.25em;
	cursor: pointer;
}

#content  .wrapped
{
	white-space: normal !important;
	text-align: left;
}

/*
* USER ACCOUNT
*/

#content .user-account {
	padding: 0 30px;
	line-height: 1.5em;
}

#content .hr {
	height: 1px;
	margin: 15px 0;
	background: url('../_images/backgrounds/line-light.png') 0 0 repeat-x;
}

#content .hr hr {
	display: none;
}

#content form {
	margin: 0 0 30px;
}

#content h3 {
	width: 140px;
	line-height: 31px;
	padding: 6px 10px 6px 14px;
	margin: 15px 0 10px -46px;
	position: relative;
	background: url('../_images/backgrounds/account-heading.png') 0 center no-repeat;
	text-align: center;
	font-size: 1.25em;
	font-weight: normal;
}

#content .warning-box {
	width: 602px;
	line-height: 1.5em;
	padding: 7px 15px 0;
	margin: 0 auto 12px;
	position: relative;
	background: url('../_images/backgrounds/account-warning-box.png') center 0 no-repeat;
	text-align: center;
	font-size: 1.1em;
}

#content .warning-box .ending {
	width: 632px;
	height: 5px;
	margin: 0 -15px;
	position: relative;
	bottom: -3px;
	background: url('../_images/backgrounds/account-warning-box.png') center bottom no-repeat;
}

#content .warning-box h3 {
	display: inline;
	line-height: 1em;
	padding: 0;
	margin: 0 4px 0 0;
	background: transparent;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
}

#content .warning-box p {
	display: inline;
	margin: 0;
}

#content fieldset {
	padding: 0 0 30px;
	margin: 0;
	position: relative;
	background: url('../_images/backgrounds/account-bg.png') center bottom no-repeat;
	border: none;
}

#content fieldset legend {
	display: block;
	padding: 5px 0 15px;
}

#content fieldset legend span {
	display: block;
	width: 140px;
	line-height: 31px;
	padding: 6px 10px 6px 14px;
	position: relative;
	left: -46px;
	top: 0;
	background: url('../_images/backgrounds/account-heading.png') 0 center no-repeat;
	color: #727272;
	text-align: center;
	font-size: 1.25em;
	font-weight: normal;
}

#content fieldset p {
	margin: 0 0 15px;
}

#content img.status {
	display: inline;
	float: left;
	margin: 4px 10px 0 0;
	vertical-align: middle;
}

#content .field-text span.message,
#content .field-address span.message,
#content .field-select span.message,
#content .field-textarea span.message {
	padding: 0 0 0 20px;
	background: url('../_images/backgrounds/account-field-message.png') 0 center no-repeat;
	border: none;
}

#content .field-text span.message span,
#content .field-address span.message span,
#content .field-select span.message span,
#content .field-textarea span.message span {
	display: inline;
	padding: 0 8px 0 0;
	line-height: 25px;
	margin: 0;
	float: left;
	background: url('../_images/backgrounds/account-field-message.png') right center no-repeat;
	border: none;
}

#content .field-text {
	margin: 0 0 15px;
}

#content .field-text:after {
	content: '.'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#content .field-text label {
	display: inline;
	width: 230px;
	line-height: 25px;
	margin-right: 10px;
	float: left;
	font-size: 1.1em;
}

#content .field-text span {
	display: inline;
	line-height: 23px;
	margin: 0 10px 0 0;
	float: left;
	background: url('../_images/backgrounds/field.png') 0 0 repeat-x;
	border: solid 1px #d9d9d9;
}

#content .field-text span input {
	width: 173px;
	height: 15px;
	line-height: 15px;
	padding: 3px 5px;
	background: transparent;
	border: solid 1px #fff;
	font-size: 1em;
	vertical-align: middle;
}

#content .field-address {
	margin: 0 0 15px;
}

#content .field-address:after {
	content: '.'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#content .field-address label {
	display: inline;
	width: 230px;
	line-height: 25px;
	margin-right: 10px;
	float: left;
	font-size: 1.1em;
}

#content .field-address label.short {
	display: inline;
	width: 39px;
	line-height: 25px;
	margin-right: 10px;
	float: left;
	font-size: 1.1em;
	text-align: right;
}

#content .field-address span {
	display: inline;
	line-height: 23px;
	margin: 0 10px 0 0;
	float: left;
	background: url('../_images/backgrounds/field.png') 0 0 repeat-x;
	border: solid 1px #d9d9d9;
}

#content .field-address span input {
	width: 50px;
	height: 15px;
	line-height: 15px;
	padding: 3px 5px;
	background: transparent;
	border: solid 1px #fff;
	font-size: 1em;
	vertical-align: middle;
}

#content .field-select {
	margin: 0 0 15px;
}

#content .field-select:after {
	content: '.'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#content .field-select label {
	display: inline;
	width: 230px;
	line-height: 25px;
	margin-right: 10px;
	float: left;
	font-size: 1.1em;
}

#content .field-select span {
	display: inline;
	line-height: 23px;
	margin: 0 10px 0 0;
	float: left;
	background: url('../_images/backgrounds/field.png') 0 0 repeat-x;
	border: solid 1px #d9d9d9;
}

#content .field-select span select {
	width: 185px;
	height: 23px;
	padding: 2px;
	background: #fff;
	border: solid 1px #fff;
	font-size: 1em;
	vertical-align: middle;
}

#content .field-textarea {
	margin: 0 0 15px;
}

#content .field-textarea:after {
	content: '.'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#content .field-textarea label {
	display: block;
	line-height: 25px;
	margin-bottom: 5px;
	font-size: 1.1em;
}

#content .field-textarea span {
	display: inline;
	margin: 0 10px 0 0;
	float: left;
	background: url('../_images/backgrounds/field.png') 0 0 repeat-x;
	border: solid 1px #d9d9d9;
}

#content .field-textarea span textarea {
	width: 450px;
	height: 130px;
	padding: 3px;
	background: transparent;
	border: solid 1px #fff;
	font-size: 1em;
	font-family: Arial, sans-serif;
	vertical-align: middle;
}

#content .field-checkbox {
	margin: 0 0 15px;
}

#content .field-checkbox:after {
	content: '.'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#content .field-checkbox label {
	display: inline;
	width: 595px;
	line-height: 1.5em;
	float: left;
	text-align: justify;
	font-size: 1em;
}

#content .field-checkbox span {
	display: inline;
	width: 20px;
	line-height: 1.5em;
	margin: 0 10px 0 0;
	float: left;
}

#content .field-checkbox span input {
	position: relative;
	top: -1px;
	vertical-align: middle;
}

#content .options {
	margin: 25px -10px 15px 0;
	list-style: none;
	text-align: center;
}

#content .options:after {
	content: '.'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#content .options li {
	display: inline;
	margin: 0 10px;
}

#content .options li.left {
	display: inline;
	float: left;
	margin: 0 10px 0 0;
}

#content .options li.right {
	display: inline;
	float: right;
	margin: 0 10px 0 0;
}

#content .options li.center {
	display: block;
	margin: 0 auto;
}

#content .options li.center .button,
#content .options li.center input {
	margin: 0 auto;
}

#content .options li .button,
#content .options li input {
	display: block;
	width: 93px;
	height: 35px;
	line-height: 35px;
	background: url('../_images/backgrounds/button.png') center center no-repeat;
	border: none;
	text-align: center;
	text-decoration: none;
	font-size: 1.25em;
	cursor: pointer;
}

#content .options li .button-wide,
#content .options li input.wide {
	display: block;
	width: 168px;
	height: 35px;
	line-height: 35px;
	background: url('../_images/backgrounds/button-wide.png') center center no-repeat;
	border: none;
	text-align: center;
	text-decoration: none;
	font-size: 1.25em;
	cursor: pointer;
}

#content .options li .button-gray,
#content .options li input.gray {
	display: block;
	width: 113px;
	height: 35px;
	line-height: 35px;
	background: url('../_images/backgrounds/button-gray.png') center center no-repeat;
	border: none;
	text-align: center;
	text-decoration: none;
	font-size: 1.25em;
	cursor: pointer;
}

#content .options li .button-gray-wide,
#content .options li input.gray-wide {
	display: block;
	width: 150px;
	height: 35px;
	line-height: 35px;
	background: url('../_images/backgrounds/button-gray-wide.png') center center no-repeat;
	border: none;
	text-align: center;
	text-decoration: none;
	font-size: 1.25em;
	cursor: pointer;
}

#content .orders {
	margin: 0;
	list-style: none;
	font-size: 1.1em;
}

#content .orders li {
	line-height: 21px;
	padding-top: 15px;
	margin: 0 0 15px;
	background: url('../_images/backgrounds/line-light.png') 0 0 repeat-x;
}

#content .orders li:first-child {
	background: transparent;
}

#content .orders li:after {
	content: '.'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#content .orders li dl dt {
	display: inline;
	margin: 0 4px 8px 0;
	float: left;
	clear: left;
	font-weight: bold;
}

#content .orders li dl dd {
	margin: 0 0 8px;
	position: relative;
}

#content .orders li dl a {
	text-decoration: none;
}

#content .orders li dl img {
	margin: -2px 5px 0 15px;
	vertical-align: middle;
	position: relative;
}

#content .pages {
	display: inline;
	float: right;
}

#content .addresses {
	margin: 20px -40px 20px 0;
	list-style: none;
}

#content .addresses:after {
	content: '.'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#content .addresses li {
	display: inline;
	width: 180px;
	margin: 0 40px 20px 0;
	float: left;
}

#content .addresses h4 {
	display: inline;
	float: left;
	margin: 0;
}

#content .addresses ul {
	padding: 0 0 10px;
	margin: 0 0 10px;
	background: url('../_images/backgrounds/line-light.png') 0 bottom repeat-x;
	list-style: none;
	text-align: right;
}

#content .addresses ul li {
	width: auto;
	margin: 0 0 0 3px;
	float: none;
}

#content .addresses ul li a {
	padding: 3px 10px;
	position: relative;
	border: solid 1px #d0d5db;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#content img.additional-image {
	margin: 4px;
	border: solid 1px #f2f2f2;
	padding: 3px;
	display: inline;
}

#content .additional-images {
	border: solid none;
	margin-top: 0px;
	margin-bottom: 10px;
	width: 430px;
	padding: 0px;
	text-align: center;
}

#content a.additional-image {
	width: 100px;
}

#content #wishlistButton {
	-moz-border-radius: 5px;
	border: 1px solid #D0D5DB;
	background-color: white;
}

/*
* GLOBAL RULES
*/

.clear {
	height: 0;
	clear: both;
	overflow: hidden;
}

.clear-left {
	height: 0;
	clear: left;
}

.clear-right {
	height: 0;
	clear: right;
}

.hidden {
	position: absolute !important;
	left: -2500px !important;
	width: 20px !important;
}

body {
	background: #fff;
	color: #8e8e8e;
	font-family: Arial, sans-serif;
	font-size: .7em;
	line-height: 1.4em;
}

.container {
	width: 950px;
	margin: 0 auto;
	position: relative;
}

.container:after {
	content: '.'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.product_opt_inactive{
background-position: right 0;
}



